Skip to content

Instantly share code, notes, and snippets.

@kinjaldoshi
Created February 1, 2016 19:09
Show Gist options
  • Save kinjaldoshi/37570cca781f098bbbe5 to your computer and use it in GitHub Desktop.
Save kinjaldoshi/37570cca781f098bbbe5 to your computer and use it in GitHub Desktop.
Bosh Logs
This file has been truncated, but you can view the full file.
Director task 8
I, [2016-02-01T18:29:23.084279 #3533] [0x2ad82791b32c] INFO -- TaskHelper: Director Version: 1.3184.0
I, [2016-02-01T18:29:23.084321 #3533] [0x2ad82791b32c] INFO -- TaskHelper: Enqueuing task: 8
I, [2016-02-01 18:29:24 #5729] [] INFO -- DirectorJobRunner: Looking for task with task id 8
D, [2016-02-01 18:29:24 #5729] [] DEBUG -- DirectorJobRunner: (0.000417s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [] DEBUG -- DirectorJobRunner: (0.000362s) SELECT * FROM "tasks" WHERE "id" = 8
I, [2016-02-01 18:29:24 #5729] [] INFO -- DirectorJobRunner: Found task #<Bosh::Director::Models::Task @values={:id=>8, :state=>"queued", :timestamp=>2016-02-01 18:29:23 +0000, :description=>"create deployment", :result=>nil, :output=>"/var/vcap/store/director/tasks/8", :checkpoint_time=>2016-02-01 18:29:23 +0000, :type=>"update_deployment", :username=>"admin"}>
I, [2016-02-01 18:29:24 #5729] [] INFO -- DirectorJobRunner: Starting task: 8
I, [2016-02-01 18:29:24 #5729] [task:8] INFO -- DirectorJobRunner: Creating job
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000113s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000168s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000107s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000158s) SELECT * FROM "tasks" WHERE "id" = 8
I, [2016-02-01 18:29:24 #5729] [task:8] INFO -- DirectorJobRunner: Performing task: #<Bosh::Director::Models::Task @values={:id=>8, :state=>"queued", :timestamp=>2016-02-01 18:29:23 +0000, :description=>"create deployment", :result=>nil, :output=>"/var/vcap/store/director/tasks/8", :checkpoint_time=>2016-02-01 18:29:23 +0000, :type=>"update_deployment", :username=>"admin"}>
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000143s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000082s) BEGIN
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000234s) UPDATE "tasks" SET "state" = 'processing', "timestamp" = '2016-02-01 18:29:24.714627+0000', "description" = 'create deployment', "result" = NULL, "output" = '/var/vcap/store/director/tasks/8', "checkpoint_time" = '2016-02-01 18:29:24.714700+0000', "type" = 'update_deployment', "username" = 'admin' WHERE ("id" = 8)
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.002378s) COMMIT
I, [2016-02-01 18:29:24 #5729] [task:8] INFO -- DirectorJobRunner: Reading deployment manifest
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Manifest:
---
compilation:
cloud_properties:
availability_zone: us-east-1c
instance_type: c3.large
network: cf1
reuse_compilation_vms: true
workers: 6
director_uuid: bf1b7400-f445-4eed-93c4-08466ffb51ed
jobs:
- instances: 1
name: consul_z1
networks:
- name: cf1
static_ips:
- 10.10.16.37
persistent_disk: 1024
properties:
consul:
agent:
mode: server
metron_agent:
zone: z1
resource_pool: small_z1
templates:
- name: consul_agent
release: cf
- name: metron_agent
release: cf
update:
max_in_flight: 1
serial: true
- instances: 1
name: consul_z2
networks:
- name: cf2
static_ips:
- 10.10.80.37
persistent_disk: 1024
properties:
consul:
agent:
mode: server
metron_agent:
zone: z2
resource_pool: small_z2
templates:
- name: consul_agent
release: cf
- name: metron_agent
release: cf
update:
max_in_flight: 1
serial: true
- default_networks:
- name: cf1
static_ips:
instances: 0
name: ha_proxy_z1
networks:
- name: cf1
static_ips:
properties:
ha_proxy:
metron_agent:
zone: z1
router:
servers:
z1:
- 10.10.16.15
z2:
- 10.10.80.15
resource_pool: router_z1
templates:
- name: haproxy
release: cf
- name: metron_agent
release: cf
- name: consul_agent
release: cf
update: {}
- instances: 1
name: nats_z1
networks:
- name: cf1
static_ips:
- 10.10.16.11
properties:
metron_agent:
zone: z1
resource_pool: medium_z1
templates:
- name: nats
release: cf
- name: nats_stream_forwarder
release: cf
- name: metron_agent
release: cf
update: {}
- instances: 1
name: nats_z2
networks:
- name: cf2
static_ips:
- 10.10.80.11
properties:
metron_agent:
zone: z2
resource_pool: medium_z2
templates:
- name: nats
release: cf
- name: nats_stream_forwarder
release: cf
- name: metron_agent
release: cf
update: {}
- instances: 2
name: etcd_z1
networks:
- name: cf1
static_ips:
- 10.10.16.20
- 10.10.16.35
persistent_disk: 10024
properties:
metron_agent:
zone: z1
resource_pool: medium_z1
templates:
- name: etcd
release: cf
- name: etcd_metrics_server
release: cf
- name: metron_agent
release: cf
update:
max_in_flight: 1
- instances: 1
name: etcd_z2
networks:
- name: cf2
static_ips:
- 10.10.80.19
persistent_disk: 10024
properties:
metron_agent:
zone: z2
resource_pool: medium_z2
templates:
- name: etcd
release: cf
- name: etcd_metrics_server
release: cf
- name: metron_agent
release: cf
update:
max_in_flight: 1
- instances: 1
name: stats_z1
networks:
- name: cf1
properties:
metron_agent:
zone: z1
resource_pool: small_z1
templates:
- name: collector
release: cf
- name: metron_agent
release: cf
update: {}
- instances: 0
name: nfs_z1
networks:
- name: cf1
static_ips:
persistent_disk: 102400
properties:
metron_agent:
zone: z1
resource_pool: medium_z1
templates:
- name: debian_nfs_server
release: cf
- name: metron_agent
release: cf
update: {}
- instances: 0
name: postgres_z1
networks:
- name: cf1
static_ips:
persistent_disk: 4096
properties:
metron_agent:
zone: z1
resource_pool: medium_z1
templates:
- name: postgres
release: cf
- name: metron_agent
release: cf
update: {}
- instances: 1
name: uaa_z1
networks:
- name: cf1
properties:
consul:
agent:
services:
uaa: {}
metron_agent:
zone: z1
route_registrar:
routes:
- name: uaa
port: 8080
tags:
component: uaa
uris:
- uaa.52.72.55.219.xip.io
- "*.uaa.52.72.55.219.xip.io"
- login.52.72.55.219.xip.io
- "*.login.52.72.55.219.xip.io"
uaa:
proxy:
servers:
- 10.10.16.15
- 10.10.80.15
resource_pool: medium_z1
templates:
- name: uaa
release: cf
- name: metron_agent
release: cf
- name: consul_agent
release: cf
- name: route_registrar
release: cf
- name: statsd-injector
release: cf
update: {}
- instances: 1
name: uaa_z2
networks:
- name: cf2
properties:
consul:
agent:
services:
uaa: {}
metron_agent:
zone: z2
route_registrar:
routes:
- name: uaa
port: 8080
tags:
component: uaa
uris:
- uaa.52.72.55.219.xip.io
- "*.uaa.52.72.55.219.xip.io"
- login.52.72.55.219.xip.io
- "*.login.52.72.55.219.xip.io"
uaa:
proxy:
servers:
- 10.10.16.15
- 10.10.80.15
resource_pool: medium_z2
templates:
- name: uaa
release: cf
- name: metron_agent
release: cf
- name: consul_agent
release: cf
- name: route_registrar
release: cf
- name: statsd-injector
release: cf
update: {}
- instances: 1
name: api_z1
networks:
- name: cf1
persistent_disk: 0
properties:
consul:
agent:
services:
cloud_controller_ng: {}
metron_agent:
zone: z1
nfs_server:
address:
allow_from_entries:
- 10.10.16.0/20
- 10.10.80.0/20
share:
route_registrar:
routes:
- name: api
port: 9022
tags:
component: CloudController
uris:
- api.52.72.55.219.xip.io
resource_pool: large_z1
templates:
- name: cloud_controller_ng
release: cf
- name: metron_agent
release: cf
- name: statsd-injector
release: cf
- name: consul_agent
release: cf
- name: nfs_mounter
release: cf
- name: route_registrar
release: cf
update: {}
- instances: 1
name: api_z2
networks:
- name: cf2
persistent_disk: 0
properties:
consul:
agent:
services:
cloud_controller_ng: {}
metron_agent:
zone: z2
nfs_server:
address:
allow_from_entries:
- 10.10.16.0/20
- 10.10.80.0/20
share:
route_registrar:
routes:
- name: api
port: 9022
tags:
component: CloudController
uris:
- api.52.72.55.219.xip.io
resource_pool: large_z2
templates:
- name: cloud_controller_ng
release: cf
- name: metron_agent
release: cf
- name: statsd-injector
release: cf
- name: consul_agent
release: cf
- name: nfs_mounter
release: cf
- name: route_registrar
release: cf
update: {}
- instances: 1
name: clock_global
networks:
- name: cf1
persistent_disk: 0
properties:
metron_agent:
zone: z1
resource_pool: medium_z1
templates:
- name: cloud_controller_clock
release: cf
- name: metron_agent
release: cf
update: {}
- instances: 1
name: api_worker_z1
networks:
- name: cf1
persistent_disk: 0
properties:
metron_agent:
zone: z1
nfs_server:
address:
allow_from_entries:
- 10.10.16.0/20
- 10.10.80.0/20
share:
resource_pool: small_z1
templates:
- name: cloud_controller_worker
release: cf
- name: metron_agent
release: cf
- name: consul_agent
release: cf
- name: nfs_mounter
release: cf
update: {}
- instances: 1
name: api_worker_z2
networks:
- name: cf2
persistent_disk: 0
properties:
metron_agent:
zone: z2
nfs_server:
address:
allow_from_entries:
- 10.10.16.0/20
- 10.10.80.0/20
share:
resource_pool: small_z2
templates:
- name: cloud_controller_worker
release: cf
- name: metron_agent
release: cf
- name: consul_agent
release: cf
- name: nfs_mounter
release: cf
update: {}
- instances: 1
name: hm9000_z1
networks:
- name: cf1
properties:
consul:
agent:
services:
hm9000: {}
metron_agent:
zone: z1
route_registrar:
routes:
- name: hm9000
port: 5155
tags:
component: HM9K
uris:
- hm9000.52.72.55.219.xip.io
resource_pool: medium_z1
templates:
- name: hm9000
release: cf
- name: metron_agent
release: cf
- name: route_registrar
release: cf
- name: consul_agent
release: cf
update: {}
- instances: 1
name: hm9000_z2
networks:
- name: cf2
properties:
consul:
agent:
services:
hm9000: {}
metron_agent:
zone: z2
route_registrar:
routes:
- name: hm9000
port: 5155
tags:
component: HM9K
uris:
- hm9000.52.72.55.219.xip.io
resource_pool: medium_z2
templates:
- name: hm9000
release: cf
- name: metron_agent
release: cf
- name: route_registrar
release: cf
- name: consul_agent
release: cf
update: {}
- instances: 1
name: runner_z1
networks:
- name: cf1
static_ips:
properties:
consul:
agent:
services:
dea:
check:
interval: 5m
name: dns_health_check
script: "/var/vcap/jobs/dea_next/bin/dns_health_check"
status: passing
dea_next:
zone: z1
metron_agent:
zone: z1
resource_pool: runner_z1
templates:
- name: dea_next
release: cf
- name: dea_logging_agent
release: cf
- name: metron_agent
release: cf
- name: consul_agent
release: cf
update:
max_in_flight: 1
- instances: 1
name: runner_z2
networks:
- name: cf2
static_ips:
properties:
consul:
agent:
services:
dea:
check:
interval: 5m
name: dns_health_check
script: "/var/vcap/jobs/dea_next/bin/dns_health_check"
status: passing
dea_next:
zone: z2
metron_agent:
zone: z2
resource_pool: runner_z2
templates:
- name: dea_next
release: cf
- name: dea_logging_agent
release: cf
- name: metron_agent
release: cf
- name: consul_agent
release: cf
update:
max_in_flight: 1
- instances: 0
name: loggregator_z1
networks:
- name: cf1
properties:
doppler:
zone: z1
metron_agent:
zone: z1
resource_pool: medium_z1
templates:
- name: doppler
release: cf
- name: syslog_drain_binder
release: cf
- name: metron_agent
release: cf
update: {}
- instances: 0
name: loggregator_z2
networks:
- name: cf2
properties:
doppler:
zone: z2
metron_agent:
zone: z2
resource_pool: medium_z2
templates:
- name: doppler
release: cf
- name: syslog_drain_binder
release: cf
- name: metron_agent
release: cf
update: {}
- instances: 1
name: doppler_z1
networks:
- name: cf1
properties:
doppler:
zone: z1
metron_agent:
zone: z1
resource_pool: medium_z1
templates:
- name: doppler
release: cf
- name: syslog_drain_binder
release: cf
- name: metron_agent
release: cf
update: {}
- instances: 1
name: doppler_z2
networks:
- name: cf2
properties:
doppler:
zone: z2
metron_agent:
zone: z2
resource_pool: medium_z2
templates:
- name: doppler
release: cf
- name: syslog_drain_binder
release: cf
- name: metron_agent
release: cf
update: {}
- instances: 1
name: loggregator_trafficcontroller_z1
networks:
- name: cf1
properties:
metron_agent:
zone: z1
route_registrar:
routes:
- name: doppler
port: 8081
uris:
- doppler.52.72.55.219.xip.io
- name: loggregator
port: 8080
uris:
- loggregator.52.72.55.219.xip.io
traffic_controller:
zone: z1
resource_pool: small_z1
templates:
- name: loggregator_trafficcontroller
release: cf
- name: metron_agent
release: cf
- name: route_registrar
release: cf
update: {}
- instances: 1
name: loggregator_trafficcontroller_z2
networks:
- name: cf2
properties:
metron_agent:
zone: z2
route_registrar:
routes:
- name: doppler
port: 8081
uris:
- doppler.52.72.55.219.xip.io
- name: loggregator
port: 8080
uris:
- loggregator.52.72.55.219.xip.io
traffic_controller:
zone: z2
resource_pool: small_z2
templates:
- name: loggregator_trafficcontroller
release: cf
- name: metron_agent
release: cf
- name: route_registrar
release: cf
update: {}
- default_networks:
- name: cf1
static_ips:
instances: 1
name: router_z1
networks:
- name: cf1
static_ips:
- 10.10.16.15
properties:
consul:
agent:
services:
gorouter: {}
metron_agent:
zone: z1
resource_pool: router_z1
templates:
- name: gorouter
release: cf
- name: metron_agent
release: cf
- name: consul_agent
release: cf
update: {}
- default_networks:
- name: cf2
static_ips:
instances: 1
name: router_z2
networks:
- name: cf2
static_ips:
- 10.10.80.15
properties:
consul:
agent:
services:
gorouter: {}
metron_agent:
zone: z2
resource_pool: router_z2
templates:
- name: gorouter
release: cf
- name: metron_agent
release: cf
- name: consul_agent
release: cf
update: {}
- instances: 1
lifecycle: errand
name: acceptance_tests
networks:
- name: cf1
resource_pool: small_errand
templates:
- name: acceptance-tests
release: cf
- instances: 1
lifecycle: errand
name: smoke_tests
networks:
- name: cf1
properties: {}
resource_pool: small_errand
templates:
- name: smoke-tests
release: cf
meta:
environment: aws-dev
releases:
- name: cf-229
version: latest
name: aws-dev
networks:
- name: cf1
subnets:
- cloud_properties:
security_groups:
- cf
subnet: subnet-605eea16
dns:
- 10.10.0.2
gateway: 10.10.16.1
range: 10.10.16.0/20
reserved:
- 10.10.16.2 - 10.10.16.9
static:
- 10.10.16.10 - 10.10.16.255
type: manual
- name: cf2
subnets:
- cloud_properties:
security_groups:
- cf
subnet: subnet-995de9ef
dns:
- 10.10.0.2
gateway: 10.10.80.1
range: 10.10.80.0/20
reserved:
- 10.10.80.2 - 10.10.80.9
static:
- 10.10.80.10 - 10.10.80.255
type: manual
properties:
acceptance_tests:
app_domains:
- 52.72.55.219.xip.io
app_ssh:
cc:
allow_app_ssh_access: true
allowed_cors_domains: []
app_events:
cutoff_age_in_days: 31
app_usage_events:
cutoff_age_in_days: 31
audit_events:
cutoff_age_in_days: 31
broker_client_default_async_poll_interval_seconds:
broker_client_max_async_poll_duration_minutes:
broker_client_timeout_seconds: 70
buildpacks:
buildpack_directory_key: cloudfoundry-buildpack
cdn:
fog_connection:
aws_access_key_id:
aws_secret_access_key:
provider: AWS
region: us-east-1
bulk_api_password:
client_max_body_size: 15M
db_encryption_key:
db_logging_level: debug2
default_app_disk_in_mb: 1024
default_app_memory: 1024
default_buildpacks:
- name: staticfile_buildpack
package: buildpack_staticfile
- name: java_buildpack
package: buildpack_java
- name: ruby_buildpack
package: buildpack_ruby
- name: nodejs_buildpack
package: buildpack_nodejs
- name: go_buildpack
package: buildpack_go
- name: python_buildpack
package: buildpack_python
- name: php_buildpack
package: buildpack_php
- name: binary_buildpack
package: buildpack_binary
default_health_check_timeout: 60
default_quota_definition: default
default_running_security_groups:
- public_networks
- dns
default_staging_security_groups:
- public_networks
- dns
default_to_diego_backend: false
development_mode: false
directories:
disable_custom_buildpacks: false
droplets:
cdn:
droplet_directory_key: cloudfoundry-droplets
fog_connection:
aws_access_key_id:
aws_secret_access_key:
provider: AWS
region: us-east-1
max_staged_droplets_stored:
external_host: api
external_port: 9022
external_protocol:
install_buildpacks:
- name: staticfile_buildpack
package: buildpack_staticfile
- name: java_buildpack
package: buildpack_java
- name: ruby_buildpack
package: buildpack_ruby
- name: nodejs_buildpack
package: buildpack_nodejs
- name: go_buildpack
package: buildpack_go
- name: python_buildpack
package: buildpack_python
- name: php_buildpack
package: buildpack_php
- name: binary_buildpack
package: buildpack_binary
internal_api_password:
internal_api_user: internal_user
jobs:
app_bits_packer:
timeout_in_seconds:
app_events_cleanup:
timeout_in_seconds:
app_usage_events_cleanup:
timeout_in_seconds:
blobstore_delete:
timeout_in_seconds:
blobstore_upload:
timeout_in_seconds:
droplet_deletion:
timeout_in_seconds:
droplet_upload:
timeout_in_seconds:
generic:
number_of_workers:
global:
timeout_in_seconds: 14400
model_deletion:
timeout_in_seconds:
logging_level: debug2
maximum_app_disk_in_mb: 2048
maximum_health_check_timeout: 180
min_cli_version:
min_recommended_cli_version:
newrelic:
capture_params: false
developer_mode: false
environment_name: aws-dev
license_key:
monitor_mode: false
transaction_tracer:
enabled: true
record_sql: obfuscated
packages:
app_package_directory_key: 52.72.55.219.xip.io-cc-packages
cdn:
fog_connection:
aws_access_key_id:
aws_secret_access_key:
provider: AWS
region: us-east-1
max_package_size: 1073741824
max_valid_packages_stored:
quota_definitions:
default:
memory_limit: 10240
non_basic_services_allowed: true
total_routes: 1000
total_services: 100
resource_pool:
cdn:
fog_connection:
aws_access_key_id:
aws_secret_access_key:
provider: AWS
region: us-east-1
resource_directory_key: 52.72.55.219.xip.io-cc-resources
security_group_definitions:
- name: public_networks
rules:
- destination: 0.0.0.0-9.255.255.255
protocol: all
- destination: 11.0.0.0-169.253.255.255
protocol: all
- destination: 169.255.0.0-172.15.255.255
protocol: all
- destination: 172.32.0.0-192.167.255.255
protocol: all
- destination: 192.169.0.0-255.255.255.255
protocol: all
- name: dns
rules:
- destination: 0.0.0.0/0
ports: '53'
protocol: tcp
- destination: 0.0.0.0/0
ports: '53'
protocol: udp
service_usage_events:
cutoff_age_in_days: 31
srv_api_uri: https://api.52.72.55.219.xip.io
stacks:
staging_upload_password:
staging_upload_user: upload
system_buildpacks:
- name: staticfile_buildpack
package: buildpack_staticfile
- name: java_buildpack
package: buildpack_java
- name: ruby_buildpack
package: buildpack_ruby
- name: nodejs_buildpack
package: buildpack_nodejs
- name: go_buildpack
package: buildpack_go
- name: python_buildpack
package: buildpack_python
- name: php_buildpack
package: buildpack_php
- name: binary_buildpack
package: buildpack_binary
thresholds:
api:
alert_if_above_mb:
restart_if_above_mb:
restart_if_consistently_above_mb:
worker:
alert_if_above_mb:
restart_if_above_mb:
restart_if_consistently_above_mb:
user_buildpacks: []
users_can_select_backend: true
ccdb:
address: cfoundry.ciprgab5klou.us-east-1.rds.amazonaws.com
databases:
- name: ccdb
tag: cc
db_scheme: mysql
port: 3306
roles:
- name: cf
password:
tag: cfoundry
collector:
consul:
agent:
log_level:
servers:
lan:
- 10.10.16.37
- 10.10.80.37
agent_cert: "-----BEGIN CERTIFICATE-----\\nMIIEJTCCAg2gAwIBAgIQT4O7GBGuc7ORataLRj4aUjANBgkqhkiG9w0BAQsFADAT\\nMREwDwYDVQQDEwhjb25zdWxDQTAeFw0xNjAyMDExNzA3MzFaFw0xODAyMDExNzA3\\nMzFaMBcxFTATBgNVBAMTDGNvbnN1bCBhZ2VudDCCASIwDQYJKoZIhvcNAQEBBQAD\\nggEPADCCAQoCggEBAOOyrkNJqS9zHHLcMC2FcfDQ+sZn8V8G2PTmUqAYY7cxQic7\\nspRz+AlO/Tfoczj1OrLXr/pitMtTGi6ZI/rBjdwQJSJ0NdoFQ2jGDpA1VLq/bbuP\\njPJkPYE7ZOqBjrD1cGCZCj4vIXMYe8+hydH49N5bW1hhkoFEsyun1UZS7YsUhK1u\\nnGKwwJlc2zbzqVUlXHLen7b6GS1ArE6Ir86luNeqznOuG/5Ed6yRhXniEV5pxpQI\\nC9QG6rgyGfYn+mCyeAQFIbv3exmH8jVNCBp8OpllbKL0YrhkjeOxWk+NnjlWzrkA\\nwSdEuJYlvGQP2UwZ9lUd31vTeKa25sT5phvTTB8CAwEAAaNxMG8wDgYDVR0PAQH/\\nBAQDAgO4MB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAdBgNVHQ4EFgQU\\n6FTQDpsBl/EguzwSiNZcwf2T23gwHwYDVR0jBBgwFoAUBccGyjswfOOuo8lsoMfw\\n16AVV+IwDQYJKoZIhvcNAQELBQADggIBAKnj+qWZ67Lao1rZgD0J90D/gD38R5VG\\n8rtFF0w4gPSfq9kf3qm92wsam4kC2br58A9t+xfC/3572eoZ5gay4SNgIZ/TETmL\\ni5SavhH2o6Y/ER4iYLKX+2q876XXrxlJ4ctoht8MqZA9PovAUuzNOyjsc+QTcXBc\\ndildG2wA9qyxd+EZlPw4ynNqxMDasrlZ4WlMWAOaclMDFGdL2/N9lLpgCRfByGVA\\nKgu2xc8dZTVLBd95fivlTuTZItNBQ2EbaPs6b49oLq9Eg+uQjJeO0HcgKfv5GFB4\\nDSZIiS2Zx+0VpTq085dhqQAe5V8kEzDKdEzFqJF/Cz58WHY15GUWyTFPc2Y/6bmy\\nPfHSYmHfwTb7GV2jEyt/PSryDbxhsFTZrIB6CJhFvCl53IKas02wimFGoa/h1SMr\\nZRSe4rkEuEh6Y1f4zWHcA6OM45tK6TTXR4xGE1zLOGSduLF3dUXWwnaMY7aG4Bn5\\nR84cBf7DbbWPVsrC5Y75ZZlSXusDsKloDTEKNrRnQ6NCZqaxXkR/YXrE0jmwfyKf\\n8vpTMFB1huDhWvGlog85ISa8YdypkHf+XeDAKFJdKclhbZoBbG/x1IctBOCLN5++\\nOzBScGw+32+AASKnOvS5F7hMEpY5BMc7k6Rhf3RUA6UyNevs/jKtmFZvFcI1A2/N\\ncE7cgIQf1YXH\\n-----END
CERTIFICATE-----"
agent_key: "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpQIBAAKCAQEA47KuQ0mpL3McctwwLYVx8ND6xmfxXwbY9OZSoBhjtzFCJzuy\\nlHP4CU79N+hzOPU6stev+mK0y1MaLpkj+sGN3BAlInQ12gVDaMYOkDVUur9tu4+M\\n8mQ9gTtk6oGOsPVwYJkKPi8hcxh7z6HJ0fj03ltbWGGSgUSzK6fVRlLtixSErW6c\\nYrDAmVzbNvOpVSVcct6ftvoZLUCsToivzqW416rOc64b/kR3rJGFeeIRXmnGlAgL\\n1AbquDIZ9if6YLJ4BAUhu/d7GYfyNU0IGnw6mWVsovRiuGSN47FaT42eOVbOuQDB\\nJ0S4liW8ZA/ZTBn2VR3fW9N4prbmxPmmG9NMHwIDAQABAoIBAQCxZJmjTpYCo5m8\\nWpMmQ9q7FPTq8jv4HquUUIR6ucWmCThSvI2qXpcVGXbpwa1S6KrsfmFZnuDfr0Ss\\nnR6M05KjqehkaUkzK/qSfAsIiqQSQeVJxNK4XSQVtKIwmPMEJpOAjnqOa8WRl7eN\\n0awca+rJ+T63In0zPMSh9EWSXjU2rjNlFFz2SV9ZEzEUZa6ZbC97gMZhq6LGjLEs\\nhM5kYn0jZ5PKsQcWQCFAKXhLISiij6Kp3YyijySVURKLVrA4d3WeJfgYnVZVO/6Q\\nTxOlTDSOmvTQMZwIWks4YKJx01Ryc8vIVx4uk9ieCS9+8PK/6fpesXxdfMsgYEhq\\nbExbp5ohAoGBAPJLWZqtYXCKDvxIyPsers8JXWIzr3oc5TO9ZzmiNu1q8B53FEV5\\ngZut40utleGnyvXT3YX31nVv9pWhhcgbXikx9UmAqYAmzOpdEekPTMFJJOqDOfAF\\nYB7hTOdRRDm6LRPVzc6oaiu2FBRkAqZ5FuVmpWE4VP+fdFLuaywq4nrZAoGBAPCT\\n9ivC+d4Z+ykg0DmDeQZUPAyI6C+k2hA91Gxj9l9+9Mro+O7Mrz9ZVBA9YkyDv3hJ\\nrSmnYkpmo3dFt06fqVVSDxdiRojt2GxU8tnetn0zQQXLGftbxhKjym2LwApOxH+D\\nG6Zn8KVGBdDVM1NpC2C1nRvmvV/IUYZltcLp7nO3AoGBANk7YVzisgf6X7EleLxd\\nKBGLreQLvvpWydB3sgLkQybdx+cokE4xwFhZsP365fRpQfjhOS2RpP+poIVLSey9\\nTNDWb7q01kOFhhdh1lsEUqbA844mlV1zFFjbWt3R6L9xAlVUTa9JI9eI6bvWZuHm\\nkvad7wyZOuvshJiOFhyFXoURAoGAKPtLiBDit679Vfg9AE8hIq7eu9PmmZcffnzJ\\n3tz4bzQVRyuAnE1J3SS+aTXLtPUMfNUwJlRZLgtl9T9vBnm0QtCDuZwIH/NEVs/x\\nvqNtus4sWWxLtMHhb/Nu3FJeGGNqnb4by7EREVZoTzbCU4clZQgLB2G7CMH7AUX6\\nPIXVFOkCgYEA713KBl+zVd07dCoA8PchFxX7dVJMEgsR7nP2okk4gJVZ5q9pr91C\\nHoes86EaEDpIgdfEiSFBC8e3tMsoDeX7Rg53pM0CS12CRen0kP2rQZ4bY3WwDyGu\\npd9Zogc+IpSdDAIEFrppuJIi/AsMPHF45iS8Nl1Ul/gWY/DREsFda9A=\\n-----END
RSA PRIVATE KEY-----"
ca_cert: "-----BEGIN CERTIFICATE-----\\nMIIFBzCCAu+gAwIBAgIBATANBgkqhkiG9w0BAQsFADATMREwDwYDVQQDEwhjb25z\\ndWxDQTAeFw0xNjAyMDExNzA3MjdaFw0yNjAyMDExNzA3MzBaMBMxETAPBgNVBAMT\\nCGNvbnN1bENBMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA1c6pjgAw\\n9yWNREPAYhlF+bU58UcSxaLDZkJZk9TvtBwbkH0onEy3Y9dWQyHv+VHFG4H5m9l1\\nZefp9hbTc2YiTMNbF0KBVH8oQe80psXLesiUGvDrjmXvUDoFNqm6c/8dHQeqDEQ1\\nsLPYUAJWDqngoO+5Rinc7oOoBXq6V+o4fNd0jzmkKCfz7raS99zR930TE5kaeiCr\\nAB4lxxYVd8R8lIMuOxTx0AV3Dr0uu76l7LDDWXouNnNLsIR0tY26XSZwJDpF2rlj\\nFBkkcgZXc717pXSh5az3+UQkHfIfm8MduXeONBnBvMtTLgOGgBy/VzDO0cFuU3N1\\nA48hTV+X8BQbS7l7oXUrAJMiCTnaXIm0Y2ZQJOlH6XG7Vz3uTeoLlgZ3iVUPFT+M\\nMRPzfkpQuTesNmY4gFFQ1dLWxoZWkdWE3VU5DNv3RPSoVyfkh0QBO9sB0E3EkMc7\\nCXzPtxSgiVVNZIGdZ8gThnJn+Xjg6z4WldgonrVyfwM3/KO/unpwdmn312dV2zn6\\nrJTcByuJpBY+y8osypTBE1NPZ0cxtbMP4A9vJ0C2chKokmtAwT26+iQE6WMHYZJW\\nxS4OII+NbMSxy2cHmvIsLhrlRz4tKFRtbcvZGb22nTwZq01Vz1UlkD9evUvmqtHn\\nkalXLWQ5+OJqRpXugk1OziT+VlFfduIYAHsCAwEAAaNmMGQwDgYDVR0PAQH/BAQD\\nAgEGMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFAXHBso7MHzjrqPJbKDH\\n8NegFVfiMB8GA1UdIwQYMBaAFAXHBso7MHzjrqPJbKDH8NegFVfiMA0GCSqGSIb3\\nDQEBCwUAA4ICAQCgKAY3KYmH0bjg1tpvYH1a5qxSJY5YQ7CtMbhJFJeuRS88O7dr\\nQRA0YWndVcKnvFS8jJXMy6FCqPuUF1ud24yuZd2VeADm/J5/vOVrTfFV9tgcYihu\\nFn9wE92EGJqZ7bOdgs12gXBvtPClcXDiDdUxvElW3Bai9dG/pGyHr0df3AyqKckp\\n92Ct1836FGhGcEaB4X/OUSMwPv+zSvQ+YsUeWVTimEFC0OWiaNVk9w/qjDIA6Aewn\\nHn93vEPM9m8GD74v9KNBaTy3eXshWaPmO9TjSgbC4Z8sk12Re+9H/7ROOb+rzm09\\nJM3AddEogj0FQUn7i4YzwOXfschaiUP1KbQSe7XhH9T5X1bSS+GBXQ7Z/LP1+Av+\\n8gu9zhd/bFzk+xEmk5aMN3UvqYxYt+6E0ZhzpmV7fZzOhJnB/xKJigA1NXwkq/FM\\nybCoSPZlnPVIIYo9SI/jg5j5sSBYIPnB9kWhwtPQZJxyKCtaFiKUBVwIgzq4h7Sa\\nleyx8D4lsJHBaO1vggP2mbZa+oASR1zK6fKZdhO+dVtMlcnIRUsHAEZDNzUSn+gD\\nmItSnMn8Yb5gPT+qjmfU/WmQWHjJE+EjpGtjW2YzUqvnOomiNmRSfIT6T5cjR7vC\\n/G/3JoWZwkz7qaTOtWF4TZvp7jpkN6PjXCRKnfdsUgYnx0KsBxtFambsUw==\\n-----END
CERTIFICATE-----"
encrypt_keys:
- kkUPQg3goV7GTpSNavfZTg==
require_ssl:
server_cert: "-----BEGIN CERTIFICATE-----\\nMIIEMDCCAhigAwIBAgIRAKgDvVFXSn4zWuqb5xzgcDowDQYJKoZIhvcNAQELBQAw\\nEzERMA8GA1UEAxMIY29uc3VsQ0EwHhcNMTYwMjAxMTcwNzMxWhcNMTgwMjAxMTcw\\nNzMxWjAhMR8wHQYDVQQDExZzZXJ2ZXIuZGMxLmNmLmludGVybmFsMIIBIjANBgkq\\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm4wD2oIKKp9JGuZeRle9tLRv9ctZUjuX\\nMgZYyfnc8SWjb5b+XR6Yf+B5t9rWtZ8eDBPF6Fh54vJRA2NN3p/Q+M4PeWO38+2H\\n6UdFwsGQ6ZP7lSzeFyuusk8m7bLo83G+sYm/2x7YqRyx10LcMXiBDqOYgDC4uJ/r\\nMxWgstJNVReFlOBWNLxOPVdy9kUdB4pGKC49k5iseLUWWjVfB8HbH9Xl+5wR3Y6i\\nQu+C1CPwhW9Zyl757Xkur+pL4bQLBGxb+PMN2qJbqh82moOcE4q9K+iB9VOvwmjm\\niYRdxA6vCv2rbCTJOACJYMHrotUewoKUG8qzt0a6ivr5v+YoFreTEwIDAQABo3Ew\\nbzAOBgNVHQ8BAf8EBAMCA7gwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMC\\nMB0GA1UdDgQWBBRuybdyaKrsR6up31Fns2n0oMjqUTAfBgNVHSMEGDAWgBQFxwbK\\nOzB8466jyWygx/DXoBVX4jANBgkqhkiG9w0BAQsFAAOCAgEAuFjZOiGPDF/t7u28\\nH8PmS/SvboWUi9aYchhUqNbydHHSIjhXqZ4gfoqlD5O5HbaMSMi2UhV+/ZvITIAK\\nhNsEzBpkyHtDCZgpCn1Br71aoMTAdvAeamb84JWdrovbms9n5AHpJ+qkDDupZqAc\\nF5yplyUt9SvhQGqhJbhl0LnC9ZMtsXDFw2P1l9LEByNLiF0AmVCnT63P16fzTeIm\\nBZ7uxO8FOPQPp3dx6Ot08cXrwLhYaeWscQs270mRwsd3OKnLG6d6ncbaW2CY1ujV\\nWolxQpn1IxCdbOkG52NAnt2Q+erpGy4cfa+9jAm0eZdPpjiy6DfwR4Ds7qHGodqP\\nEHkuGpYfZP71+3TkrDf5zGdtI6tgACtuFIafYwXRemFShB9OiKryL9lkiPoZZ+ui\\n/f570PCv0pP4+GAWW45/+emoldoKLhoIhL56wgsgkUNZikF/MCr1XG2yN0FENxSK\\nZ9OtQ0KoqkqBhXfSd+AWOm+QT2T+4IbOcBXrn/bjfpmtHgnXGe7AET21nqtesXiZ\\nnfzZBouPnjMv1TheFNwKta9RJwp+WLG077zO6rOBHjvDqe0FjQ8RXs5SXgSJH7fO\\nyK5X48rbAwnBcGWeheh+ckXNgKXm5miiJFKewtWbdxN/78A3MeMBuiV8dZ1S/V3G\\n4+QBzoTf4KaXZ5b07Qw+3FXjZBY=\\n-----END
CERTIFICATE-----"
server_key: "-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEAm4wD2oIKKp9JGuZeRle9tLRv9ctZUjuXMgZYyfnc8SWjb5b+\\nXR6Yf+B5t9rWtZ8eDBPF6Fh54vJRA2NN3p/Q+M4PeWO38+2H6UdFwsGQ6ZP7lSze\\nFyuusk8m7bLo83G+sYm/2x7YqRyx10LcMXiBDqOYgDC4uJ/rMxWgstJNVReFlOBW\\nNLxOPVdy9kUdB4pGKC49k5iseLUWWjVfB8HbH9Xl+5wR3Y6iQu+C1CPwhW9Zyl75\\n7Xkur+pL4bQLBGxb+PMN2qJbqh82moOcE4q9K+iB9VOvwmjmiYRdxA6vCv2rbCTJ\\nOACJYMHrotUewoKUG8qzt0a6ivr5v+YoFreTEwIDAQABAoIBAC4TQoz2WjaX6lrK\\nhICHuw0NKeEANFw0hKvvz1s85WKVSJ1kd8Jzrq6qesOoUlOIZ6kiLkyN8MT2DGNZ\\nhhZ89rTMrS7DCBl8cfb7AsIW/msCR9K/cKYibWQqKBjfFzwNpHQInsk0kO8/Lbra\\n9ki9LlV8xk6qn/0oec4vCOQPgZLDp7WQ9krWBHDWNwiVJxlXLbdwG2+jqh9sKyT/\\nVvk2BlgAwAPNYAZP2MgzV3HDSt7IsdZES7PwPOgXSe0I3KDSq8faxLYIxZNUbjWu\\nx3kxMIjTzXzWyur/2BBig56IfqSlx8nM5txzLcAEw3rSLv+3GdUmckw+7wf/l7EI\\n3ryeOmECgYEAxLz9R1AlbFkniF5RCXh9bxJ2rZeBrUgt8NRhNeLBpp1zJavYlwmR\\nDa7GqR/BV4g68b9SFOcOFfpgvzBBzvZF2emODax32DaTjNKLG5VhDCzsJvR51Rpc\\nOtKzOEQ4cxce6jZvyVkfBGlDiO6fx0HCAAv+u/RAYssi/dcnYP4OE8MCgYEAyman\\nd8JJKuIv8ch+Ed1FotEDz8K2MaRb6XeAUWJVcFarYpxBp9pPD9ZevMH4pQPAUA5z\\nbJxytR3D3Ml2brlak2GHhFSME4t3fjxs9GGDCYU5sosqiR+sGepKo3za5mtrEoAP\\nRO0wN45mPyg7fUWeyTPBDmUTxtaBBQNcybAQHnECgYB476vKEIxQpCVXAJNT/Qsu\\nIe1uHDoMqNgEuKjhFPjxUMwdlhtYDPtrq8pW4DxbcFS7kl4El1vjSrv6CtIJRP3/\\nTECUSzaIZFQjNrFoTVUQxPSNpa7WvpN/XVHp/pWsucO5OalR3kTg00w+emEhfVyh\\n5r26EBUcJb7mx0FfsAw7PQKBgEIhelRJ2ag2UR35uR9TId6J1mn6n5bmsdU9Y2Kz\\n82CKIONOVLFoRe7RxxB7fCdGa358yj/RejUtLYKlHJoe27ZN5n5ZNY9pQTiwu5S5\\ni5v/uJNanyJAg/XPtGVodQlWTZy01MhbiyaL02KNXaqXpcLtswVmBykviuY9bALG\\nEO4xAoGAPYR8S3uaJGpQi2lkxnxCCcsPayVM6aa40s5LRGBJa90KKw+II28Ie0qf\\nF06JehiOqBEAjeQkxuOuL9Bb6lOVz7S6pks3I+ghnSoUjcU96mGXISI91opeDv07\\noURsEkbfp5C8xYE+4jOrBsmRyeyYUJaynkja8skdtRYAfFNpdIs=\\n-----END
RSA PRIVATE KEY-----"
databases:
dea_next:
advertise_interval_in_seconds: 5
allow_host_access:
allow_networks:
- 10.10.0.2/32
default_health_check_timeout: 60
deny_networks:
- 169.254.0.0/16
- 10.10.0.0/16
directory_server_protocol: https
disk_mb:
disk_overcommit_factor:
evacuation_bail_out_time_in_seconds: 600
heartbeat_interval_in_seconds: 10
instance_bandwidth_limit:
instance_disk_inode_limit: 200000
kernel_network_tuning_enabled: true
logging_level: debug
memory_mb:
memory_overcommit_factor:
mtu:
post_setup_hook:
rlimit_core: 0
staging_bandwidth_limit:
staging_disk_inode_limit: 200000
staging_disk_limit_mb: 6144
staging_memory_limit_mb: 1024
description:
disk_quota_enabled: true
domain: 52.72.55.219.xip.io
doppler:
blacklisted_syslog_ranges:
debug: false
enable_tls_transport:
maxRetainedLogMessages: 100
message_drain_buffer_size:
port: 4443
tls_server:
cert:
key:
port:
unmarshaller_count: 5
zone:
doppler_endpoint:
shared_secret:
dropsonde:
enabled: true
etcd:
machines:
- 10.10.16.20
- 10.10.16.35
- 10.10.80.19
peer_require_ssl: false
require_ssl: false
etcd_metrics_server:
nats:
machines:
- 10.10.16.11
- 10.10.80.11
password:
username: nats
ha_proxy:
hm9000:
port: 5155
url: https://hm9000.52.72.55.219.xip.io
logger_endpoint:
port: 4443
loggregator:
blacklisted_syslog_ranges:
- end: 10.10.255.255
start: 10.10.0.0
debug: false
etcd:
machines:
- 10.10.16.20
- 10.10.16.35
- 10.10.80.19
maxRetainedLogMessages: 100
outgoing_dropsonde_port: 8081
tls:
ca:
loggregator_endpoint:
shared_secret:
login:
analytics:
code:
domain:
asset_base_url:
brand: oss
catalina_opts:
enabled: true
invitations_enabled:
links:
passwd: https://console.52.72.55.219.xip.io/password_resets/new
signup: https://console.52.72.55.219.xip.io/register
logout:
messages:
notifications:
url:
protocol:
restricted_ips_regex:
saml:
self_service_links_enabled:
signups_enabled:
smtp:
host:
password:
port:
user:
spring_profiles:
tiles:
uaa_base:
url:
metron_agent:
buffer_size:
deployment: aws-dev
enable_buffer:
preferred_protocol:
tls_client:
cert:
key:
metron_endpoint:
shared_secret:
nats:
debug: false
machines:
- 10.10.16.11
- 10.10.80.11
monitor_port: 0
password:
port: 4222
prof_port: 0
trace: false
user: nats
nfs_server:
address:
allow_from_entries:
- 10.10.16.0/20
- 10.10.80.0/20
share:
request_timeout_in_seconds: 900
router:
cipher_suites:
debug_addr:
enable_routing_api:
enable_ssl:
extra_headers_to_log:
logrotate:
port:
requested_route_registration_interval_in_seconds:
route_services_secret:
route_services_secret_decrypt_only:
route_services_timeout:
secure_cookies:
ssl_cert:
ssl_key:
ssl_skip_validation:
status:
password:
port:
user: router
smoke_tests:
ssl:
skip_cert_verify: false
support_address: http://support.cloudfoundry.com
syslog_daemon_config:
system_domain: 52.72.55.219.xip.io
system_domain_organization: org
template_only:
aws:
access_key_id:
availability_zone: us-east-1c
availability_zone2: us-east-1b
secret_access_key:
subnet_ids:
cf1: subnet-605eea16
cf2: subnet-995de9ef
traffic_controller:
outgoing_port: 8080
zone:
uaa:
admin:
client_secret:
authentication:
policy:
countFailuresWithinSeconds:
lockoutAfterFailures:
lockoutPeriodSeconds:
catalina_opts: "-Xmx768m -XX:MaxPermSize=256m"
cc:
client_secret:
clients:
cc_routing:
authorities: routing.router_groups.read
authorized-grant-types: client_credentials
secret:
cf:
access-token-validity: 600
authorities: uaa.none
authorized-grant-types: implicit,password,refresh_token
autoapprove: true
override: true
refresh-token-validity: 2592000
scope: cloud_controller.read,cloud_controller.write,openid,password.write,cloud_controller.admin,scim.read,scim.write,doppler.firehose,uaa.user,routing.router_groups.read
cloud_controller_username_lookup:
authorities: scim.userids
authorized-grant-types: client_credentials
secret:
doppler:
authorities: uaa.resource
override: true
secret:
gorouter:
authorities: routing.routes.read
authorized-grant-types: client_credentials,refresh_token
secret:
login:
authorities: oauth.login,scim.write,clients.read,notifications.write,critical_notifications.write,emails.write,scim.userids,password.write
authorized-grant-types: authorization_code,client_credentials,refresh_token
autoapprove: true
override: true
redirect-uri: https://login.52.72.55.219.xip.io
scope: openid,oauth.approvals
secret:
notifications:
authorities: cloud_controller.admin,scim.read
authorized-grant-types: client_credentials
secret:
tcp_emitter:
authorities: routing.routes.write,routing.routes.read
authorized-grant-types: client_credentials,refresh_token
secret:
tcp_router:
authorities: routing.routes.read
authorized-grant-types: client_credentials,refresh_token
secret:
database:
issuer: https://uaa.52.72.55.219.xip.io
jwt:
policy:
keys:
key_pair_1:
signingKey: |
-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAq1Mr3Gr/JxE7d9ZuTVpu6dh/0JjqyXRaWqb1Q8yQjiPSK1jY\n7IbKfVi4IKIR0zdvyC4ZJYHRdIvk8Grfd7uKiJof3xQR74CL5MHGcmyujlZD9MzL\nDNEOFngTuDEMFq/zxlj7Lu2zQfOd/GoQifQa79Qr6zpqNhwjLt30v3zz6EDcrUVJ\n16zwxq9eGsjjEDV9jbWARJ8WQPhKyq+uQhILTXalruhXDV/3iyUhVwAb6X0wwCRq\n0EbGBYBA7qTGTmigfVnmrabRp95AF8WrO7mUIhMt+BNYJRlSZsXpSlGGYPznT8uo\n22vIA+ssupfF2KA4eJaq8WkK6w67/jPW4YLnEQIDAQABAoIBAQCDVqpcOoZKK9K8\nBt3eXQKEMJ2ji2cKczFFJ5MEm9EBtoJLCryZbqfSue3Fzpj9pBUEkBpk/4VT5F7o\n0/Vmc5Y7LHRcbqVlRtV30/lPBPQ4V/eWtly/AZDcNsdfP/J1fgPSvaoqCr2ORLWL\nqL/vEfyIeM4GcWy0+JMcPbmABslw9O6Ptc5RGiP98vCLHQh/++sOtj6PH1pt+2X/\nUecv3b1Hk/3Oe+M8ySorJD3KA94QTRnKX+zubkxRg/zCAki+as8rQc/d+BfVG698\nylUT5LVLNuwbWnffY2Zt5x5CDqH01mJnHmxzQEfn68rb3bGFaYPEn9EP+maQijv6\nSsUM9A3lAoGBAODRDRn4gEIxjPICp6aawRrMDlRc+k6IWDF7wudjxJlaxFr2t7FF\nrFYm+jrcG6qMTyq+teR8uHpcKm9X8ax0L6N6gw5rVzIeIOGma/ZuYIYXX2XJx5SW\nSOas1xW6qEIbOMv+Xu9w2SWbhTgyRmtlxxjr2e7gQLz9z/vuTReJpInnAoGBAMMW\nsq5lqUfAQzqxlhTobQ7tnB48rUQvkGPE92SlDj2TUt9phek2/TgRJT6mdcozvimt\nJPhxKg3ioxG8NPmN0EytjpSiKqlxS1R2po0fb75vputfpw16Z8/2Vik+xYqNMTLo\nSpeVkHu7fbtNYEK2qcU44OyOZ/V+5Oo9TuBIFRhHAoGACkqHhwDRHjaWdR2Z/w5m\neIuOvF3lN2MWZm175ouynDKDeoaAsiS2VttB6R/aRFxX42UHfoYXC8LcTmyAK5zF\n8X3SMf7H5wtqBepQVt+Gm5zGSSqLcEnQ3H5c+impOh105CGoxt0rk4Ui/AeRIalv\nC70AJOcvD3eu5aFq9gDe/1ECgYBAhkVbASzYGnMh+pKVH7rScSxto8v6/XBYT1Ez\n7JOlMhD667/qvtFJtgIHkq7qzepbhnTv5x3tscQVnZY34/u9ILpD1s8dc+dibEvx\n6S/gYLVorB5ois/DLMqaobRcew6Gs+XX9RPwmLahOJpZ9mh4XrOmCgPAYtP71YM9\nExpHCQKBgQCMMDDWGMRdFMJgXbx1uMere7OoniBdZaOexjbglRh1rMVSXqzBoU8+\nyhEuHGAsHGWQdSBHnqRe9O0Bj/Vlw2VVEaJeL1ewRHb+jXSnuKclZOJgMsJAvgGm\nSOWIahDrATA4g1T6yLBWQPhj3ZXD3eCMxT1Q3DvpG1DjgvXwmXQJAA==\n-----END RSA PRIVATE KEY-----
verificationKey: |
-----BEGIN CERTIFICATE-----\nMIIDBjCCAe4CCQCz3nn1SWrDdTANBgkqhkiG9w0BAQUFADBFMQswCQYDVQQGEwJB\nVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0\ncyBQdHkgTHRkMB4XDTE1MDMwMzE4NTMyNloXDTE2MDMwMjE4NTMyNlowRTELMAkG\nA1UEBhMCQVUxEzARBgNVBAgTClNvbWUtU3RhdGUxITAfBgNVBAoTGEludGVybmV0\nIFdpZGdpdHMgUHR5IEx0ZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB\nAKtTK9xq/ycRO3fWbk1abunYf9CY6sl0Wlqm9UPMkI4j0itY2OyGyn1YuCCiEdM3\nb8guGSWB0XSL5PBq33e7ioiaH98UEe+Ai+TBxnJsro5WQ/TMywzRDhZ4E7gxDBav\n88ZY+y7ts0HznfxqEIn0Gu/UK+s6ajYcIy7d9L988+hA3K1FSdes8MavXhrI4xA1\nfY21gESfFkD4SsqvrkISC012pa7oVw1f94slIVcAG+l9MMAkatBGxgWAQO6kxk5o\noH1Z5q2m0afeQBfFqzu5lCITLfgTWCUZUmbF6UpRhmD850/LqNtryAPrLLqXxdig\nOHiWqvFpCusOu/4z1uGC5xECAwEAATANBgkqhkiG9w0BAQUFAAOCAQEAV5RAFVQy\n8Krs5c9ebYRseXO6czL9/Rfrt/weiC1XLcDkE2i2yYsBXazMYr58o4hACJwe2hoC\nbihBZ9XnVpASEYHDLwDj3zxFP/bTuKs7tLhP7wz0lo8i6k5VSPAGBq2kjc/cO9a3\nTMmLPks/Xm42MCSWGDnCEX1854B3+JK3CNEGqSY7FYXU4W9pZtHPZ3gBoy0ymSpg\nmpleiY1Tbn5I2X7vviMW7jeviB5ivkZaXtObjyM3vtPLB+ILpa15ZhDSE5o71sjA\njXqrE1n5o/GXHX+1M8v3aJc30Az7QAqWohW/tw5SoiSmVQZWd7gFht9vSzaH2WgO\nLwcpBC7+cUJEww==\n-----END CERTIFICATE-----
signing_key: "-----BEGIN RSA PRIVATE KEY-----\\nMIICXAIBAAKBgQDHFr+KICms+tuT1OXJwhCUmR2dKVy7psa8xzElSyzqx7oJyfJ1\\nJZyOzToj9T5SfTIq396agbHJWVfYphNahvZ/7uMXqHxf+ZH9BL1gk9Y6kCnbM5R6\\n0gfwjyW1/dQPjOzn9N394zd2FJoFHwdq9Qs0wBugspULZVNRxq7veq/fzwIDAQAB\\nAoGBAJ8dRTQFhIllbHx4GLbpTQsWXJ6w4hZvskJKCLM/o8R4n+0W45pQ1xEiYKdA\\nZ/DRcnjltylRImBD8XuLL8iYOQSZXNMb1h3g5/UGbUXLmCgQLOUUlnYt34QOQm+0\\nKvUqfMSFBbKMsYBAoQmNdTHBaz3dZa8ON9hh/f5TT8u0OWNRAkEA5opzsIXv+52J\\nduc1VGyX3SwlxiE2dStW8wZqGiuLH142n6MKnkLU4ctNLiclw6BZePXFZYIK+AkE\\nxQ+k16je5QJBAN0TIKMPWIbbHVr5rkdUqOyezlFFWYOwnMmw/BKa1d3zp54VP/P8\\n+5aQ2d4sMoKEOfdWH7UqMe3FszfYFvSu5KMCQFMYeFaaEEP7Jn8rGzfQ5HQd44ek\\nlQJqmq6CE2BXbY/i34FuvPcKU70HEEygY6Y9d8J3o6zQ0K9SYNu+pcXt4lkCQA3h\\njJQQe5uEGJTExqed7jllQ0khFJzLMx0K6tj0NeeIzAaGCQz13oo2sCdeGRHO4aDh\\nHH6Qlq/6UOV5wP8+GAcCQFgRCcB+hrje8hfEEefHcFpyKH+5g1Eu1k0mLrxK2zd+\\n4SlotYRHgPCEubokb2S1zfZDWIXW3HmggnGgM949TlY=\\n-----END
RSA PRIVATE KEY-----"
verification_key: "-----BEGIN PUBLIC KEY-----\\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDHFr+KICms+tuT1OXJwhCUmR2d\\nKVy7psa8xzElSyzqx7oJyfJ1JZyOzToj9T5SfTIq396agbHJWVfYphNahvZ/7uMX\\nqHxf+ZH9BL1gk9Y6kCnbM5R60gfwjyW1/dQPjOzn9N394zd2FJoFHwdq9Qs0wBug\\nspULZVNRxq7veq/fzwIDAQAB\\n-----END
PUBLIC KEY-----"
ldap:
login:
newrelic:
no_ssl:
port: 8080
require_https:
restricted_ips_regex: 10\.\d{1,3}\.\d{1,3}\.\d{1,3}|192\.168\.\d{1,3}\.\d{1,3}|169\.254\.\d{1,3}\.\d{1,3}|127\.\d{1,3}\.\d{1,3}\.\d{1,3}|172\.1[6-9]{1}\.\d{1,3}\.\d{1,3}|172\.2[0-9]{1}\.\d{1,3}\.\d{1,3}|172\.3[0-1]{1}\.\d{1,3}\.\d{1,3}
scim:
external_groups:
groups:
userids_enabled: true
users:
- admin|########|scim.write,scim.read,openid,cloud_controller.admin,doppler.firehose
spring_profiles:
ssl:
port: -1
url: https://uaa.52.72.55.219.xip.io
user:
zones:
uaadb:
address: cfoundry.ciprgab5klou.us-east-1.rds.amazonaws.com
databases:
- name: uaadb
tag: uaa
db_scheme: mysql
port: 3306
roles:
- name: cf
password:
tag: cfoundry
releases:
- name: cf
version: latest
resource_pools:
- cloud_properties:
availability_zone: us-east-1c
ephemeral_disk:
size: 10240
type: gp2
instance_type: m3.medium
env:
bosh:
password: "$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"
name: small_z1
network: cf1
stemcell:
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent
version: latest
- cloud_properties:
availability_zone: us-east-1b
ephemeral_disk:
size: 10240
type: gp2
instance_type: m3.medium
env:
bosh:
password: "$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"
name: small_z2
network: cf2
stemcell:
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent
version: latest
- cloud_properties:
availability_zone: us-east-1c
ephemeral_disk:
size: 10240
type: gp2
instance_type: m3.medium
env:
bosh:
password: "$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"
name: medium_z1
network: cf1
stemcell:
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent
version: latest
- cloud_properties:
availability_zone: us-east-1b
ephemeral_disk:
size: 10240
type: gp2
instance_type: m3.medium
env:
bosh:
password: "$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"
name: medium_z2
network: cf2
stemcell:
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent
version: latest
- cloud_properties:
availability_zone: us-east-1c
ephemeral_disk:
size: 65536
type: gp2
instance_type: m3.medium
env:
bosh:
password: "$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"
name: large_z1
network: cf1
stemcell:
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent
version: latest
- cloud_properties:
availability_zone: us-east-1b
ephemeral_disk:
size: 65536
type: gp2
instance_type: m3.medium
env:
bosh:
password: "$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"
name: large_z2
network: cf2
stemcell:
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent
version: latest
- cloud_properties:
availability_zone: us-east-1c
ephemeral_disk:
size: 102400
type: gp2
instance_type: m3.large
env:
bosh:
password: "$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"
name: runner_z1
network: cf1
stemcell:
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent
version: latest
- cloud_properties:
availability_zone: us-east-1b
ephemeral_disk:
size: 102400
type: gp2
instance_type: m3.large
env:
bosh:
password: "$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"
name: runner_z2
network: cf2
stemcell:
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent
version: latest
- cloud_properties:
availability_zone: us-east-1c
elbs:
- cfrouter
ephemeral_disk:
size: 10240
type: gp2
instance_type: c3.large
env:
bosh:
password: "$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"
name: router_z1
network: cf1
stemcell:
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent
version: latest
- cloud_properties:
availability_zone: us-east-1b
elbs:
- cfrouter
ephemeral_disk:
size: 10240
type: gp2
instance_type: c3.large
env:
bosh:
password: "$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"
name: router_z2
network: cf2
stemcell:
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent
version: latest
- cloud_properties:
availability_zone: us-east-1c
ephemeral_disk:
size: 10240
type: gp2
instance_type: m3.medium
env:
bosh:
password: "$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"
name: small_errand
network: cf1
stemcell:
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent
version: latest
- cloud_properties:
availability_zone: us-east-1c
instance_type: c3.xlarge
env:
bosh:
password: "$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"
name: xlarge_errand
network: cf1
stemcell:
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent
version: latest
update:
canaries: 1
canary_watch_time: 30000-600000
max_in_flight: 1
serial: true
update_watch_time: 5000-600000
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: No cloud config uploaded yet.
I, [2016-02-01 18:29:24 #5729] [task:8] INFO -- DirectorJobRunner: Acquiring deployment lock on aws-dev
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Acquiring lock: lock:deployment:aws-dev
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Acquired lock: lock:deployment:aws-dev
I, [2016-02-01 18:29:24 #5729] [task:8] INFO -- DirectorJobRunner: sending update deployment start event
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: SENT: hm.director.alert {"id":"312f4231-de72-4ffb-a64e-d6da245fa503","severity":4,"source":"director","title":"director - begin update deployment","summary":"Begin update deployment for 'aws-dev' against Director 'bf1b7400-f445-4eed-93c4-08466ffb51ed'","created_at":1454351364}
D, [2016-02-01 18:29:24 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:aws-dev
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000319s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000253s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000423s) SELECT 1 AS "one" FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') LIMIT 1
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000201s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000154s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000146s) SELECT 1 AS "one" FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') LIMIT 1
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000148s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000149s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000146s) SELECT 1 AS "one" FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') LIMIT 1
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000143s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000141s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000141s) SELECT 1 AS "one" FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') LIMIT 1
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000141s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000103s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000146s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000101s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000144s) SELECT 1 AS "one" FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') LIMIT 1
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000144s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000143s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000145s) SELECT 1 AS "one" FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') LIMIT 1
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000148s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000143s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000142s) SELECT 1 AS "one" FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') LIMIT 1
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000151s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000147s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000151s) SELECT 1 AS "one" FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') LIMIT 1
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000142s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000142s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000145s) SELECT 1 AS "one" FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') LIMIT 1
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000142s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000143s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000141s) SELECT 1 AS "one" FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') LIMIT 1
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000145s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000141s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000145s) SELECT 1 AS "one" FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') LIMIT 1
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000142s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000143s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000141s) SELECT 1 AS "one" FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') LIMIT 1
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000142s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000137s) SELECT * FROM "stemcells" WHERE ("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent')
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000143s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000135s) SELECT * FROM "release_versions" WHERE ("release_versions"."release_id" = 3)
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000351s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_release_versions" ON (("deployments_release_versions"."deployment_id" = "deployments"."id") AND ("deployments_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000101s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.001050s) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON (("release_versions_templates"."template_id" = "templates"."id") AND ("release_versions_templates"."release_version_id" = 3))
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Migrated deployment manifest:
{"compilation"=>{"cloud_properties"=>{"availability_zone"=>"us-east-1c", "instance_type"=>"c3.large"}, "network"=>"cf1", "reuse_compilation_vms"=>true, "workers"=>6}, "director_uuid"=>"bf1b7400-f445-4eed-93c4-08466ffb51ed", "jobs"=>[{"instances"=>1, "name"=>"consul_z1", "networks"=>[{"name"=>"cf1", "static_ips"=>["10.10.16.37"]}], "persistent_disk"=>1024, "properties"=>{"consul"=>{"agent"=>{"mode"=>"server"}}, "metron_agent"=>{"zone"=>"z1"}}, "resource_pool"=>"small_z1", "templates"=>[{"name"=>"consul_agent", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}], "update"=>{"max_in_flight"=>1, "serial"=>true}}, {"instances"=>1, "name"=>"consul_z2", "networks"=>[{"name"=>"cf2", "static_ips"=>["10.10.80.37"]}], "persistent_disk"=>1024, "properties"=>{"consul"=>{"agent"=>{"mode"=>"server"}}, "metron_agent"=>{"zone"=>"z2"}}, "resource_pool"=>"small_z2", "templates"=>[{"name"=>"consul_agent", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}], "update"=>{"max_in_flight"=>1, "serial"=>true}}, {"default_networks"=>[{"name"=>"cf1", "static_ips"=>nil}], "instances"=>0, "name"=>"ha_proxy_z1", "networks"=>[{"name"=>"cf1", "static_ips"=>nil}], "properties"=>{"ha_proxy"=>nil, "metron_agent"=>{"zone"=>"z1"}, "router"=>{"servers"=>{"z1"=>["10.10.16.15"], "z2"=>["10.10.80.15"]}}}, "resource_pool"=>"router_z1", "templates"=>[{"name"=>"haproxy", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}, {"name"=>"consul_agent", "release"=>"cf"}], "update"=>{}}, {"instances"=>1, "name"=>"nats_z1", "networks"=>[{"name"=>"cf1", "static_ips"=>["10.10.16.11"]}], "properties"=>{"metron_agent"=>{"zone"=>"z1"}}, "resource_pool"=>"medium_z1", "templates"=>[{"name"=>"nats", "release"=>"cf"}, {"name"=>"nats_stream_forwarder", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}], "update"=>{}}, {"instances"=>1, "name"=>"nats_z2", "networks"=>[{"name"=>"cf2", "static_ips"=>["10.10.80.11"]}], "properties"=>{"metron_agent"=>{"zone"=>"z2"}}, "resource_pool"=>"medium_z2", "templates"=>[{"name"=>"nats", "release"=>"cf"}, {"name"=>"nats_stream_forwarder", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}], "update"=>{}}, {"instances"=>2, "name"=>"etcd_z1", "networks"=>[{"name"=>"cf1", "static_ips"=>["10.10.16.20", "10.10.16.35"]}], "persistent_disk"=>10024, "properties"=>{"metron_agent"=>{"zone"=>"z1"}}, "resource_pool"=>"medium_z1", "templates"=>[{"name"=>"etcd", "release"=>"cf"}, {"name"=>"etcd_metrics_server", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}], "update"=>{"max_in_flight"=>1}}, {"instances"=>1, "name"=>"etcd_z2", "networks"=>[{"name"=>"cf2", "static_ips"=>["10.10.80.19"]}], "persistent_disk"=>10024, "properties"=>{"metron_agent"=>{"zone"=>"z2"}}, "resource_pool"=>"medium_z2", "templates"=>[{"name"=>"etcd", "release"=>"cf"}, {"name"=>"etcd_metrics_server", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}], "update"=>{"max_in_flight"=>1}}, {"instances"=>1, "name"=>"stats_z1", "networks"=>[{"name"=>"cf1"}], "properties"=>{"metron_agent"=>{"zone"=>"z1"}}, "resource_pool"=>"small_z1", "templates"=>[{"name"=>"collector", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}], "update"=>{}}, {"instances"=>0, "name"=>"nfs_z1", "networks"=>[{"name"=>"cf1", "static_ips"=>nil}], "persistent_disk"=>102400, "properties"=>{"metron_agent"=>{"zone"=>"z1"}}, "resource_pool"=>"medium_z1", "templates"=>[{"name"=>"debian_nfs_server", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}], "update"=>{}}, {"instances"=>0, "name"=>"postgres_z1", "networks"=>[{"name"=>"cf1", "static_ips"=>nil}], "persistent_disk"=>4096, "properties"=>{"metron_agent"=>{"zone"=>"z1"}}, "resource_pool"=>"medium_z1", "templates"=>[{"name"=>"postgres", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}], "update"=>{}}, {"instances"=>1, "name"=>"uaa_z1", "networks"=>[{"name"=>"cf1"}], "properties"=>{"consul"=>{"agent"=>{"services"=>{"uaa"=>{}}}}, "metron_agent"=>{"zone"=>"z1"}, "route_registrar"=>{"routes"=>[{"name"=>"uaa", "port"=>8080, "tags"=>{"component"=>"uaa"}, "uris"=>["uaa.52.72.55.219.xip.io", "*.uaa.52.72.55.219.xip.io", "login.52.72.55.219.xip.io", "*.login.52.72.55.219.xip.io"]}]}, "uaa"=>{"proxy"=>{"servers"=>["10.10.16.15", "10.10.80.15"]}}}, "resource_pool"=>"medium_z1", "templates"=>[{"name"=>"uaa", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}, {"name"=>"consul_agent", "release"=>"cf"}, {"name"=>"route_registrar", "release"=>"cf"}, {"name"=>"statsd-injector", "release"=>"cf"}], "update"=>{}}, {"instances"=>1, "name"=>"uaa_z2", "networks"=>[{"name"=>"cf2"}], "properties"=>{"consul"=>{"agent"=>{"services"=>{"uaa"=>{}}}}, "metron_agent"=>{"zone"=>"z2"}, "route_registrar"=>{"routes"=>[{"name"=>"uaa", "port"=>8080, "tags"=>{"component"=>"uaa"}, "uris"=>["uaa.52.72.55.219.xip.io", "*.uaa.52.72.55.219.xip.io", "login.52.72.55.219.xip.io", "*.login.52.72.55.219.xip.io"]}]}, "uaa"=>{"proxy"=>{"servers"=>["10.10.16.15", "10.10.80.15"]}}}, "resource_pool"=>"medium_z2", "templates"=>[{"name"=>"uaa", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}, {"name"=>"consul_agent", "release"=>"cf"}, {"name"=>"route_registrar", "release"=>"cf"}, {"name"=>"statsd-injector", "release"=>"cf"}], "update"=>{}}, {"instances"=>1, "name"=>"api_z1", "networks"=>[{"name"=>"cf1"}], "persistent_disk"=>0, "properties"=>{"consul"=>{"agent"=>{"services"=>{"cloud_controller_ng"=>{}}}}, "metron_agent"=>{"zone"=>"z1"}, "nfs_server"=>{"address"=>nil, "allow_from_entries"=>["10.10.16.0/20", "10.10.80.0/20"], "share"=>nil}, "route_registrar"=>{"routes"=>[{"name"=>"api", "port"=>9022, "tags"=>{"component"=>"CloudController"}, "uris"=>["api.52.72.55.219.xip.io"]}]}}, "resource_pool"=>"large_z1", "templates"=>[{"name"=>"cloud_controller_ng", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}, {"name"=>"statsd-injector", "release"=>"cf"}, {"name"=>"consul_agent", "release"=>"cf"}, {"name"=>"nfs_mounter", "release"=>"cf"}, {"name"=>"route_registrar", "release"=>"cf"}], "update"=>{}}, {"instances"=>1, "name"=>"api_z2", "networks"=>[{"name"=>"cf2"}], "persistent_disk"=>0, "properties"=>{"consul"=>{"agent"=>{"services"=>{"cloud_controller_ng"=>{}}}}, "metron_agent"=>{"zone"=>"z2"}, "nfs_server"=>{"address"=>nil, "allow_from_entries"=>["10.10.16.0/20", "10.10.80.0/20"], "share"=>nil}, "route_registrar"=>{"routes"=>[{"name"=>"api", "port"=>9022, "tags"=>{"component"=>"CloudController"}, "uris"=>["api.52.72.55.219.xip.io"]}]}}, "resource_pool"=>"large_z2", "templates"=>[{"name"=>"cloud_controller_ng", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}, {"name"=>"statsd-injector", "release"=>"cf"}, {"name"=>"consul_agent", "release"=>"cf"}, {"name"=>"nfs_mounter", "release"=>"cf"}, {"name"=>"route_registrar", "release"=>"cf"}], "update"=>{}}, {"instances"=>1, "name"=>"clock_global", "networks"=>[{"name"=>"cf1"}], "persistent_disk"=>0, "properties"=>{"metron_agent"=>{"zone"=>"z1"}}, "resource_pool"=>"medium_z1", "templates"=>[{"name"=>"cloud_controller_clock", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}], "update"=>{}}, {"instances"=>1, "name"=>"api_worker_z1", "networks"=>[{"name"=>"cf1"}], "persistent_disk"=>0, "properties"=>{"metron_agent"=>{"zone"=>"z1"}, "nfs_server"=>{"address"=>nil, "allow_from_entries"=>["10.10.16.0/20", "10.10.80.0/20"], "share"=>nil}}, "resource_pool"=>"small_z1", "templates"=>[{"name"=>"cloud_controller_worker", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}, {"name"=>"consul_agent", "release"=>"cf"}, {"name"=>"nfs_mounter", "release"=>"cf"}], "update"=>{}}, {"instances"=>1, "name"=>"api_worker_z2", "networks"=>[{"name"=>"cf2"}], "persistent_disk"=>0, "properties"=>{"metron_agent"=>{"zone"=>"z2"}, "nfs_server"=>{"address"=>nil, "allow_from_entries"=>["10.10.16.0/20", "10.10.80.0/20"], "share"=>nil}}, "resource_pool"=>"small_z2", "templates"=>[{"name"=>"cloud_controller_worker", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}, {"name"=>"consul_agent", "release"=>"cf"}, {"name"=>"nfs_mounter", "release"=>"cf"}], "update"=>{}}, {"instances"=>1, "name"=>"hm9000_z1", "networks"=>[{"name"=>"cf1"}], "properties"=>{"consul"=>{"agent"=>{"services"=>{"hm9000"=>{}}}}, "metron_agent"=>{"zone"=>"z1"}, "route_registrar"=>{"routes"=>[{"name"=>"hm9000", "port"=>5155, "tags"=>{"component"=>"HM9K"}, "uris"=>["hm9000.52.72.55.219.xip.io"]}]}}, "resource_pool"=>"medium_z1", "templates"=>[{"name"=>"hm9000", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}, {"name"=>"route_registrar", "release"=>"cf"}, {"name"=>"consul_agent", "release"=>"cf"}], "update"=>{}}, {"instances"=>1, "name"=>"hm9000_z2", "networks"=>[{"name"=>"cf2"}], "properties"=>{"consul"=>{"agent"=>{"services"=>{"hm9000"=>{}}}}, "metron_agent"=>{"zone"=>"z2"}, "route_registrar"=>{"routes"=>[{"name"=>"hm9000", "port"=>5155, "tags"=>{"component"=>"HM9K"}, "uris"=>["hm9000.52.72.55.219.xip.io"]}]}}, "resource_pool"=>"medium_z2", "templates"=>[{"name"=>"hm9000", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}, {"name"=>"route_registrar", "release"=>"cf"}, {"name"=>"consul_agent", "release"=>"cf"}], "update"=>{}}, {"instances"=>1, "name"=>"runner_z1", "networks"=>[{"name"=>"cf1", "static_ips"=>nil}], "properties"=>{"consul"=>{"agent"=>{"services"=>{"dea"=>{"check"=>{"interval"=>"5m", "name"=>"dns_health_check", "script"=>"/var/vcap/jobs/dea_next/bin/dns_health_check", "status"=>"passing"}}}}}, "dea_next"=>{"zone"=>"z1"}, "metron_agent"=>{"zone"=>"z1"}}, "resource_pool"=>"runner_z1", "templates"=>[{"name"=>"dea_next", "release"=>"cf"}, {"name"=>"dea_logging_agent", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}, {"name"=>"consul_agent", "release"=>"cf"}], "update"=>{"max_in_flight"=>1}}, {"instances"=>1, "name"=>"runner_z2", "networks"=>[{"name"=>"cf2", "static_ips"=>nil}], "properties"=>{"consul"=>{"agent"=>{"services"=>{"dea"=>{"check"=>{"interval"=>"5m", "name"=>"dns_health_check", "script"=>"/var/vcap/jobs/dea_next/bin/dns_health_check", "status"=>"passing"}}}}}, "dea_next"=>{"zone"=>"z2"}, "metron_agent"=>{"zone"=>"z2"}}, "resource_pool"=>"runner_z2", "templates"=>[{"name"=>"dea_next", "release"=>"cf"}, {"name"=>"dea_logging_agent", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}, {"name"=>"consul_agent", "release"=>"cf"}], "update"=>{"max_in_flight"=>1}}, {"instances"=>0, "name"=>"loggregator_z1", "networks"=>[{"name"=>"cf1"}], "properties"=>{"doppler"=>{"zone"=>"z1"}, "metron_agent"=>{"zone"=>"z1"}}, "resource_pool"=>"medium_z1", "templates"=>[{"name"=>"doppler", "release"=>"cf"}, {"name"=>"syslog_drain_binder", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}], "update"=>{}}, {"instances"=>0, "name"=>"loggregator_z2", "networks"=>[{"name"=>"cf2"}], "properties"=>{"doppler"=>{"zone"=>"z2"}, "metron_agent"=>{"zone"=>"z2"}}, "resource_pool"=>"medium_z2", "templates"=>[{"name"=>"doppler", "release"=>"cf"}, {"name"=>"syslog_drain_binder", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}], "update"=>{}}, {"instances"=>1, "name"=>"doppler_z1", "networks"=>[{"name"=>"cf1"}], "properties"=>{"doppler"=>{"zone"=>"z1"}, "metron_agent"=>{"zone"=>"z1"}}, "resource_pool"=>"medium_z1", "templates"=>[{"name"=>"doppler", "release"=>"cf"}, {"name"=>"syslog_drain_binder", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}], "update"=>{}}, {"instances"=>1, "name"=>"doppler_z2", "networks"=>[{"name"=>"cf2"}], "properties"=>{"doppler"=>{"zone"=>"z2"}, "metron_agent"=>{"zone"=>"z2"}}, "resource_pool"=>"medium_z2", "templates"=>[{"name"=>"doppler", "release"=>"cf"}, {"name"=>"syslog_drain_binder", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}], "update"=>{}}, {"instances"=>1, "name"=>"loggregator_trafficcontroller_z1", "networks"=>[{"name"=>"cf1"}], "properties"=>{"metron_agent"=>{"zone"=>"z1"}, "route_registrar"=>{"routes"=>[{"name"=>"doppler", "port"=>8081, "uris"=>["doppler.52.72.55.219.xip.io"]}, {"name"=>"loggregator", "port"=>8080, "uris"=>["loggregator.52.72.55.219.xip.io"]}]}, "traffic_controller"=>{"zone"=>"z1"}}, "resource_pool"=>"small_z1", "templates"=>[{"name"=>"loggregator_trafficcontroller", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}, {"name"=>"route_registrar", "release"=>"cf"}], "update"=>{}}, {"instances"=>1, "name"=>"loggregator_trafficcontroller_z2", "networks"=>[{"name"=>"cf2"}], "properties"=>{"metron_agent"=>{"zone"=>"z2"}, "route_registrar"=>{"routes"=>[{"name"=>"doppler", "port"=>8081, "uris"=>["doppler.52.72.55.219.xip.io"]}, {"name"=>"loggregator", "port"=>8080, "uris"=>["loggregator.52.72.55.219.xip.io"]}]}, "traffic_controller"=>{"zone"=>"z2"}}, "resource_pool"=>"small_z2", "templates"=>[{"name"=>"loggregator_trafficcontroller", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}, {"name"=>"route_registrar", "release"=>"cf"}], "update"=>{}}, {"default_networks"=>[{"name"=>"cf1", "static_ips"=>nil}], "instances"=>1, "name"=>"router_z1", "networks"=>[{"name"=>"cf1", "static_ips"=>["10.10.16.15"]}], "properties"=>{"consul"=>{"agent"=>{"services"=>{"gorouter"=>{}}}}, "metron_agent"=>{"zone"=>"z1"}}, "resource_pool"=>"router_z1", "templates"=>[{"name"=>"gorouter", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}, {"name"=>"consul_agent", "release"=>"cf"}], "update"=>{}}, {"default_networks"=>[{"name"=>"cf2", "static_ips"=>nil}], "instances"=>1, "name"=>"router_z2", "networks"=>[{"name"=>"cf2", "static_ips"=>["10.10.80.15"]}], "properties"=>{"consul"=>{"agent"=>{"services"=>{"gorouter"=>{}}}}, "metron_agent"=>{"zone"=>"z2"}}, "resource_pool"=>"router_z2", "templates"=>[{"name"=>"gorouter", "release"=>"cf"}, {"name"=>"metron_agent", "release"=>"cf"}, {"name"=>"consul_agent", "release"=>"cf"}], "update"=>{}}, {"instances"=>1, "lifecycle"=>"errand", "name"=>"acceptance_tests", "networks"=>[{"name"=>"cf1"}], "resource_pool"=>"small_errand", "templates"=>[{"name"=>"acceptance-tests", "release"=>"cf"}]}, {"instances"=>1, "lifecycle"=>"errand", "name"=>"smoke_tests", "networks"=>[{"name"=>"cf1"}], "properties"=>{}, "resource_pool"=>"small_errand", "templates"=>[{"name"=>"smoke-tests", "release"=>"cf"}]}], "meta"=>{"environment"=>"aws-dev", "releases"=>[{"name"=>"cf-229", "version"=>"latest"}]}, "name"=>"aws-dev", "networks"=>[{"name"=>"cf1", "subnets"=>[{"cloud_properties"=>{"security_groups"=>["cf"], "subnet"=>"subnet-605eea16"}, "dns"=>["10.10.0.2"], "gateway"=>"10.10.16.1", "range"=>"10.10.16.0/20", "reserved"=>["10.10.16.2 - 10.10.16.9"], "static"=>["10.10.16.10 - 10.10.16.255"]}], "type"=>"manual"}, {"name"=>"cf2", "subnets"=>[{"cloud_properties"=>{"security_groups"=>["cf"], "subnet"=>"subnet-995de9ef"}, "dns"=>["10.10.0.2"], "gateway"=>"10.10.80.1", "range"=>"10.10.80.0/20", "reserved"=>["10.10.80.2 - 10.10.80.9"], "static"=>["10.10.80.10 - 10.10.80.255"]}], "type"=>"manual"}], "properties"=>{"acceptance_tests"=>nil, "app_domains"=>["52.72.55.219.xip.io"], "app_ssh"=>nil, "cc"=>{"allow_app_ssh_access"=>true, "allowed_cors_domains"=>[], "app_events"=>{"cutoff_age_in_days"=>31}, "app_usage_events"=>{"cutoff_age_in_days"=>31}, "audit_events"=>{"cutoff_age_in_days"=>31}, "broker_client_default_async_poll_interval_seconds"=>nil, "broker_client_max_async_poll_duration_minutes"=>nil, "broker_client_timeout_seconds"=>70, "buildpacks"=>{"buildpack_directory_key"=>"cloudfoundry-buildpack", "cdn"=>nil, "fog_connection"=>{"aws_access_key_id"=>"", "aws_secret_access_key"=>"", "provider"=>"AWS", "region"=>"us-east-1"}}, "bulk_api_password"=>"", "client_max_body_size"=>"15M", "db_encryption_key"=>"", "db_logging_level"=>"debug2", "default_app_disk_in_mb"=>1024, "default_app_memory"=>1024, "default_buildpacks"=>[{"name"=>"staticfile_buildpack", "package"=>"buildpack_staticfile"}, {"name"=>"java_buildpack", "package"=>"buildpack_java"}, {"name"=>"ruby_buildpack", "package"=>"buildpack_ruby"}, {"name"=>"nodejs_buildpack", "package"=>"buildpack_nodejs"}, {"name"=>"go_buildpack", "package"=>"buildpack_go"}, {"name"=>"python_buildpack", "package"=>"buildpack_python"}, {"name"=>"php_buildpack", "package"=>"buildpack_php"}, {"name"=>"binary_buildpack", "package"=>"buildpack_binary"}], "default_health_check_timeout"=>60, "default_quota_definition"=>"default", "default_running_security_groups"=>["public_networks", "dns"], "default_staging_security_groups"=>["public_networks", "dns"], "default_to_diego_backend"=>false, "development_mode"=>false, "directories"=>nil, "disable_custom_buildpacks"=>false, "droplets"=>{"cdn"=>nil, "droplet_directory_key"=>"cloudfoundry-droplets", "fog_connection"=>{"aws_access_key_id"=>"", "aws_secret_access_key"=>"", "provider"=>"AWS", "region"=>"us-east-1"}, "max_staged_droplets_stored"=>nil}, "external_host"=>"api", "external_port"=>9022, "external_protocol"=>nil, "install_buildpacks"=>[{"name"=>"staticfile_buildpack", "package"=>"buildpack_staticfile"}, {"name"=>"java_buildpack", "package"=>"buildpack_java"}, {"name"=>"ruby_buildpack", "package"=>"buildpack_ruby"}, {"name"=>"nodejs_buildpack", "package"=>"buildpack_nodejs"}, {"name"=>"go_buildpack", "package"=>"buildpack_go"}, {"name"=>"python_buildpack", "package"=>"buildpack_python"}, {"name"=>"php_buildpack", "package"=>"buildpack_php"}, {"name"=>"binary_buildpack", "package"=>"buildpack_binary"}], "internal_api_password"=>"", "internal_api_user"=>"internal_user", "jobs"=>{"app_bits_packer"=>{"timeout_in_seconds"=>nil}, "app_events_cleanup"=>{"timeout_in_seconds"=>nil}, "app_usage_events_cleanup"=>{"timeout_in_seconds"=>nil}, "blobstore_delete"=>{"timeout_in_seconds"=>nil}, "blobstore_upload"=>{"timeout_in_seconds"=>nil}, "droplet_deletion"=>{"timeout_in_seconds"=>nil}, "droplet_upload"=>{"timeout_in_seconds"=>nil}, "generic"=>{"number_of_workers"=>nil}, "global"=>{"timeout_in_seconds"=>14400}, "model_deletion"=>{"timeout_in_seconds"=>nil}}, "logging_level"=>"debug2", "maximum_app_disk_in_mb"=>2048, "maximum_health_check_timeout"=>180, "min_cli_version"=>nil, "min_recommended_cli_version"=>nil, "newrelic"=>{"capture_params"=>false, "developer_mode"=>false, "environment_name"=>"aws-dev", "license_key"=>nil, "monitor_mode"=>false, "transaction_tracer"=>{"enabled"=>true, "record_sql"=>"obfuscated"}}, "packages"=>{"app_package_directory_key"=>"52.72.55.219.xip.io-cc-packages", "cdn"=>nil, "fog_connection"=>{"aws_access_key_id"=>"", "aws_secret_access_key"=>"", "provider"=>"AWS", "region"=>"us-east-1"}, "max_package_size"=>1073741824, "max_valid_packages_stored"=>nil}, "quota_definitions"=>{"default"=>{"memory_limit"=>10240, "non_basic_services_allowed"=>true, "total_routes"=>1000, "total_services"=>100}}, "resource_pool"=>{"cdn"=>nil, "fog_connection"=>{"aws_access_key_id"=>"", "aws_secret_access_key"=>"", "provider"=>"AWS", "region"=>"us-east-1"}, "resource_directory_key"=>"52.72.55.219.xip.io-cc-resources"}, "security_group_definitions"=>[{"name"=>"public_networks", "rules"=>[{"destination"=>"0.0.0.0-9.255.255.255", "protocol"=>"all"}, {"destination"=>"11.0.0.0-169.253.255.255", "protocol"=>"all"}, {"destination"=>"169.255.0.0-172.15.255.255", "protocol"=>"all"}, {"destination"=>"172.32.0.0-192.167.255.255", "protocol"=>"all"}, {"destination"=>"192.169.0.0-255.255.255.255", "protocol"=>"all"}]}, {"name"=>"dns", "rules"=>[{"destination"=>"0.0.0.0/0", "ports"=>"53", "protocol"=>"tcp"}, {"destination"=>"0.0.0.0/0", "ports"=>"53", "protocol"=>"udp"}]}], "service_usage_events"=>{"cutoff_age_in_days"=>31}, "srv_api_uri"=>"https://api.52.72.55.219.xip.io", "stacks"=>nil, "staging_upload_password"=>"w", "staging_upload_user"=>"upload", "system_buildpacks"=>[{"name"=>"staticfile_buildpack", "package"=>"buildpack_staticfile"}, {"name"=>"java_buildpack", "package"=>"buildpack_java"}, {"name"=>"ruby_buildpack", "package"=>"buildpack_ruby"}, {"name"=>"nodejs_buildpack", "package"=>"buildpack_nodejs"}, {"name"=>"go_buildpack", "package"=>"buildpack_go"}, {"name"=>"python_buildpack", "package"=>"buildpack_python"}, {"name"=>"php_buildpack", "package"=>"buildpack_php"}, {"name"=>"binary_buildpack", "package"=>"buildpack_binary"}], "thresholds"=>{"api"=>{"alert_if_above_mb"=>nil, "restart_if_above_mb"=>nil, "restart_if_consistently_above_mb"=>nil}, "worker"=>{"alert_if_above_mb"=>nil, "restart_if_above_mb"=>nil, "restart_if_consistently_above_mb"=>nil}}, "user_buildpacks"=>[], "users_can_select_backend"=>true}, "ccdb"=>{"address"=>"cfoundry.ciprgab5klou.us-east-1.rds.amazonaws.com", "databases"=>[{"name"=>"ccdb", "tag"=>"cc"}], "db_scheme"=>"mysql", "port"=>3306, "roles"=>[{"name"=>"cf", "password"=>"", "tag"=>"cfoundry"}]}, "collector"=>nil, "consul"=>{"agent"=>{"log_level"=>nil, "servers"=>{"lan"=>["10.10.16.37", "10.10.80.37"]}}, "agent_cert"=>"-----BEGIN CERTIFICATE-----\\nMIIEJTCCAg2gAwIBAgIQT4O7GBGuc7ORataLRj4aUjANBgkqhkiG9w0BAQsFADAT\\nMREwDwYDVQQDEwhjb25zdWxDQTAeFw0xNjAyMDExNzA3MzFaFw0xODAyMDExNzA3\\nMzFaMBcxFTATBgNVBAMTDGNvbnN1bCBhZ2VudDCCASIwDQYJKoZIhvcNAQEBBQAD\\nggEPADCCAQoCggEBAOOyrkNJqS9zHHLcMC2FcfDQ+sZn8V8G2PTmUqAYY7cxQic7\\nspRz+AlO/Tfoczj1OrLXr/pitMtTGi6ZI/rBjdwQJSJ0NdoFQ2jGDpA1VLq/bbuP\\njPJkPYE7ZOqBjrD1cGCZCj4vIXMYe8+hydH49N5bW1hhkoFEsyun1UZS7YsUhK1u\\nnGKwwJlc2zbzqVUlXHLen7b6GS1ArE6Ir86luNeqznOuG/5Ed6yRhXniEV5pxpQI\\nC9QG6rgyGfYn+mCyeAQFIbv3exmH8jVNCBp8OpllbKL0YrhkjeOxWk+NnjlWzrkA\\nwSdEuJYlvGQP2UwZ9lUd31vTeKa25sT5phvTTB8CAwEAAaNxMG8wDgYDVR0PAQH/\\nBAQDAgO4MB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAdBgNVHQ4EFgQU\\n6FTQDpsBl/EguzwSiNZcwf2T23gwHwYDVR0jBBgwFoAUBccGyjswfOOuo8lsoMfw\\n16AVV+IwDQYJKoZIhvcNAQELBQADggIBAKnj+qWZ67Lao1rZgD0J90D/gD38R5VG\\n8rtFF0w4gPSfq9kf3qm92wsam4kC2br58A9t+xfC/3572eoZ5gay4SNgIZ/TETmL\\ni5SavhH2o6Y/ER4iYLKX+2q876XXrxlJ4ctoht8MqZA9PovAUuzNOyjsc+QTcXBc\\ndildG2wA9qyxd+EZlPw4ynNqxMDasrlZ4WlMWAOaclMDFGdL2/N9lLpgCRfByGVA\\nKgu2xc8dZTVLBd95fivlTuTZItNBQ2EbaPs6b49oLq9Eg+uQjJeO0HcgKfv5GFB4\\nDSZIiS2Zx+0VpTq085dhqQAe5V8kEzDKdEzFqJF/Cz58WHY15GUWyTFPc2Y/6bmy\\nPfHSYmHfwTb7GV2jEyt/PSryDbxhsFTZrIB6CJhFvCl53IKas02wimFGoa/h1SMr\\nZRSe4rkEuEh6Y1f4zWHcA6OM45tK6TTXR4xGE1zLOGSduLF3dUXWwnaMY7aG4Bn5\\nR84cBf7DbbWPVsrC5Y75ZZlSXusDsKloDTEKNrRnQ6NCZqaxXkR/YXrE0jmwfyKf\\n8vpTMFB1huDhWvGlog85ISa8YdypkHf+XeDAKFJdKclhbZoBbG/x1IctBOCLN5++\\nOzBScGw+32+AASKnOvS5F7hMEpY5BMc7k6Rhf3RUA6UyNevs/jKtmFZvFcI1A2/N\\ncE7cgIQf1YXH\\n-----END CERTIFICATE-----", "agent_key"=>"-----BEGIN RSA PRIVATE KEY-----\\nMIIEpQIBAAKCAQEA47KuQ0mpL3McctwwLYVx8ND6xmfxXwbY9OZSoBhjtzFCJzuy\\nlHP4CU79N+hzOPU6stev+mK0y1MaLpkj+sGN3BAlInQ12gVDaMYOkDVUur9tu4+M\\n8mQ9gTtk6oGOsPVwYJkKPi8hcxh7z6HJ0fj03ltbWGGSgUSzK6fVRlLtixSErW6c\\nYrDAmVzbNvOpVSVcct6ftvoZLUCsToivzqW416rOc64b/kR3rJGFeeIRXmnGlAgL\\n1AbquDIZ9if6YLJ4BAUhu/d7GYfyNU0IGnw6mWVsovRiuGSN47FaT42eOVbOuQDB\\nJ0S4liW8ZA/ZTBn2VR3fW9N4prbmxPmmG9NMHwIDAQABAoIBAQCxZJmjTpYCo5m8\\nWpMmQ9q7FPTq8jv4HquUUIR6ucWmCThSvI2qXpcVGXbpwa1S6KrsfmFZnuDfr0Ss\\nnR6M05KjqehkaUkzK/qSfAsIiqQSQeVJxNK4XSQVtKIwmPMEJpOAjnqOa8WRl7eN\\n0awca+rJ+T63In0zPMSh9EWSXjU2rjNlFFz2SV9ZEzEUZa6ZbC97gMZhq6LGjLEs\\nhM5kYn0jZ5PKsQcWQCFAKXhLISiij6Kp3YyijySVURKLVrA4d3WeJfgYnVZVO/6Q\\nTxOlTDSOmvTQMZwIWks4YKJx01Ryc8vIVx4uk9ieCS9+8PK/6fpesXxdfMsgYEhq\\nbExbp5ohAoGBAPJLWZqtYXCKDvxIyPsers8JXWIzr3oc5TO9ZzmiNu1q8B53FEV5\\ngZut40utleGnyvXT3YX31nVv9pWhhcgbXikx9UmAqYAmzOpdEekPTMFJJOqDOfAF\\nYB7hTOdRRDm6LRPVzc6oaiu2FBRkAqZ5FuVmpWE4VP+fdFLuaywq4nrZAoGBAPCT\\n9ivC+d4Z+ykg0DmDeQZUPAyI6C+k2hA91Gxj9l9+9Mro+O7Mrz9ZVBA9YkyDv3hJ\\nrSmnYkpmo3dFt06fqVVSDxdiRojt2GxU8tnetn0zQQXLGftbxhKjym2LwApOxH+D\\nG6Zn8KVGBdDVM1NpC2C1nRvmvV/IUYZltcLp7nO3AoGBANk7YVzisgf6X7EleLxd\\nKBGLreQLvvpWydB3sgLkQybdx+cokE4xwFhZsP365fRpQfjhOS2RpP+poIVLSey9\\nTNDWb7q01kOFhhdh1lsEUqbA844mlV1zFFjbWt3R6L9xAlVUTa9JI9eI6bvWZuHm\\nkvad7wyZOuvshJiOFhyFXoURAoGAKPtLiBDit679Vfg9AE8hIq7eu9PmmZcffnzJ\\n3tz4bzQVRyuAnE1J3SS+aTXLtPUMfNUwJlRZLgtl9T9vBnm0QtCDuZwIH/NEVs/x\\nvqNtus4sWWxLtMHhb/Nu3FJeGGNqnb4by7EREVZoTzbCU4clZQgLB2G7CMH7AUX6\\nPIXVFOkCgYEA713KBl+zVd07dCoA8PchFxX7dVJMEgsR7nP2okk4gJVZ5q9pr91C\\nHoes86EaEDpIgdfEiSFBC8e3tMsoDeX7Rg53pM0CS12CRen0kP2rQZ4bY3WwDyGu\\npd9Zogc+IpSdDAIEFrppuJIi/AsMPHF45iS8Nl1Ul/gWY/DREsFda9A=\\n-----END RSA PRIVATE KEY-----", "ca_cert"=>"-----BEGIN CERTIFICATE-----\\nMIIFBzCCAu+gAwIBAgIBATANBgkqhkiG9w0BAQsFADATMREwDwYDVQQDEwhjb25z\\ndWxDQTAeFw0xNjAyMDExNzA3MjdaFw0yNjAyMDExNzA3MzBaMBMxETAPBgNVBAMT\\nCGNvbnN1bENBMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA1c6pjgAw\\n9yWNREPAYhlF+bU58UcSxaLDZkJZk9TvtBwbkH0onEy3Y9dWQyHv+VHFG4H5m9l1\\nZefp9hbTc2YiTMNbF0KBVH8oQe80psXLesiUGvDrjmXvUDoFNqm6c/8dHQeqDEQ1\\nsLPYUAJWDqngoO+5Rinc7oOoBXq6V+o4fNd0jzmkKCfz7raS99zR930TE5kaeiCr\\nAB4lxxYVd8R8lIMuOxTx0AV3Dr0uu76l7LDDWXouNnNLsIR0tY26XSZwJDpF2rlj\\nFBkkcgZXc717pXSh5az3+UQkHfIfm8MduXeONBnBvMtTLgOGgBy/VzDO0cFuU3N1\\nA48hTV+X8BQbS7l7oXUrAJMiCTnaXIm0Y2ZQJOlH6XG7Vz3uTeoLlgZ3iVUPFT+M\\nMRPzfkpQuTesNmY4gFFQ1dLWxoZWkdWE3VU5DNv3RPSoVyfkh0QBO9sB0E3EkMc7\\nCXzPtxSgiVVNZIGdZ8gThnJn+Xjg6z4WldgonrVyfwM3/KO/unpwdmn312dV2zn6\\nrJTcByuJpBY+y8osypTBE1NPZ0cxtbMP4A9vJ0C2chKokmtAwT26+iQE6WMHYZJW\\nxS4OII+NbMSxy2cHmvIsLhrlRz4tKFRtbcvZGb22nTwZq01Vz1UlkD9evUvmqtHn\\nkalXLWQ5+OJqRpXugk1OziT+VlFfduIYAHsCAwEAAaNmMGQwDgYDVR0PAQH/BAQD\\nAgEGMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFAXHBso7MHzjrqPJbKDH\\n8NegFVfiMB8GA1UdIwQYMBaAFAXHBso7MHzjrqPJbKDH8NegFVfiMA0GCSqGSIb3\\nDQEBCwUAA4ICAQCgKAY3KYmH0bjg1tpvYH1a5qxSJY5YQ7CtMbhJFJeuRS88O7dr\\nQRA0YWndVcKnvFS8jJXMy6FCqPuUF1ud24yuZd2VeADm/J5/vOVrTfFV9tgcYihu\\nFn9wE92EGJqZ7bOdgs12gXBvtPClcXDiDdUxvElW3Bai9dG/pGyHr0df3AyqKckp\\n92Ct1836FGhGcEaB4X/OUSMwPv+zSvQ+YsUeWVTimEFC0OWiaNVk9w/qjDIA6Aewn\\nHn93vEPM9m8GD74v9KNBaTy3eXshWaPmO9TjSgbC4Z8sk12Re+9H/7ROOb+rzm09\\nJM3AddEogj0FQUn7i4YzwOXfschaiUP1KbQSe7XhH9T5X1bSS+GBXQ7Z/LP1+Av+\\n8gu9zhd/bFzk+xEmk5aMN3UvqYxYt+6E0ZhzpmV7fZzOhJnB/xKJigA1NXwkq/FM\\nybCoSPZlnPVIIYo9SI/jg5j5sSBYIPnB9kWhwtPQZJxyKCtaFiKUBVwIgzq4h7Sa\\nleyx8D4lsJHBaO1vggP2mbZa+oASR1zK6fKZdhO+dVtMlcnIRUsHAEZDNzUSn+gD\\nmItSnMn8Yb5gPT+qjmfU/WmQWHjJE+EjpGtjW2YzUqvnOomiNmRSfIT6T5cjR7vC\\n/G/3JoWZwkz7qaTOtWF4TZvp7jpkN6PjXCRKnfdsUgYnx0KsBxtFambsUw==\\n-----END CERTIFICATE-----", "encrypt_keys"=>["kkUPQg3goV7GTpSNavfZTg=="], "require_ssl"=>nil, "server_cert"=>"-----BEGIN CERTIFICATE-----\\nMIIEMDCCAhigAwIBAgIRAKgDvVFXSn4zWuqb5xzgcDowDQYJKoZIhvcNAQELBQAw\\nEzERMA8GA1UEAxMIY29uc3VsQ0EwHhcNMTYwMjAxMTcwNzMxWhcNMTgwMjAxMTcw\\nNzMxWjAhMR8wHQYDVQQDExZzZXJ2ZXIuZGMxLmNmLmludGVybmFsMIIBIjANBgkq\\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm4wD2oIKKp9JGuZeRle9tLRv9ctZUjuX\\nMgZYyfnc8SWjb5b+XR6Yf+B5t9rWtZ8eDBPF6Fh54vJRA2NN3p/Q+M4PeWO38+2H\\n6UdFwsGQ6ZP7lSzeFyuusk8m7bLo83G+sYm/2x7YqRyx10LcMXiBDqOYgDC4uJ/r\\nMxWgstJNVReFlOBWNLxOPVdy9kUdB4pGKC49k5iseLUWWjVfB8HbH9Xl+5wR3Y6i\\nQu+C1CPwhW9Zyl757Xkur+pL4bQLBGxb+PMN2qJbqh82moOcE4q9K+iB9VOvwmjm\\niYRdxA6vCv2rbCTJOACJYMHrotUewoKUG8qzt0a6ivr5v+YoFreTEwIDAQABo3Ew\\nbzAOBgNVHQ8BAf8EBAMCA7gwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMC\\nMB0GA1UdDgQWBBRuybdyaKrsR6up31Fns2n0oMjqUTAfBgNVHSMEGDAWgBQFxwbK\\nOzB8466jyWygx/DXoBVX4jANBgkqhkiG9w0BAQsFAAOCAgEAuFjZOiGPDF/t7u28\\nH8PmS/SvboWUi9aYchhUqNbydHHSIjhXqZ4gfoqlD5O5HbaMSMi2UhV+/ZvITIAK\\nhNsEzBpkyHtDCZgpCn1Br71aoMTAdvAeamb84JWdrovbms9n5AHpJ+qkDDupZqAc\\nF5yplyUt9SvhQGqhJbhl0LnC9ZMtsXDFw2P1l9LEByNLiF0AmVCnT63P16fzTeIm\\nBZ7uxO8FOPQPp3dx6Ot08cXrwLhYaeWscQs270mRwsd3OKnLG6d6ncbaW2CY1ujV\\nWolxQpn1IxCdbOkG52NAnt2Q+erpGy4cfa+9jAm0eZdPpjiy6DfwR4Ds7qHGodqP\\nEHkuGpYfZP71+3TkrDf5zGdtI6tgACtuFIafYwXRemFShB9OiKryL9lkiPoZZ+ui\\n/f570PCv0pP4+GAWW45/+emoldoKLhoIhL56wgsgkUNZikF/MCr1XG2yN0FENxSK\\nZ9OtQ0KoqkqBhXfSd+AWOm+QT2T+4IbOcBXrn/bjfpmtHgnXGe7AET21nqtesXiZ\\nnfzZBouPnjMv1TheFNwKta9RJwp+WLG077zO6rOBHjvDqe0FjQ8RXs5SXgSJH7fO\\nyK5X48rbAwnBcGWeheh+ckXNgKXm5miiJFKewtWbdxN/78A3MeMBuiV8dZ1S/V3G\\n4+QBzoTf4KaXZ5b07Qw+3FXjZBY=\\n-----END CERTIFICATE-----", "server_key"=>"-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEAm4wD2oIKKp9JGuZeRle9tLRv9ctZUjuXMgZYyfnc8SWjb5b+\\nXR6Yf+B5t9rWtZ8eDBPF6Fh54vJRA2NN3p/Q+M4PeWO38+2H6UdFwsGQ6ZP7lSze\\nFyuusk8m7bLo83G+sYm/2x7YqRyx10LcMXiBDqOYgDC4uJ/rMxWgstJNVReFlOBW\\nNLxOPVdy9kUdB4pGKC49k5iseLUWWjVfB8HbH9Xl+5wR3Y6iQu+C1CPwhW9Zyl75\\n7Xkur+pL4bQLBGxb+PMN2qJbqh82moOcE4q9K+iB9VOvwmjmiYRdxA6vCv2rbCTJ\\nOACJYMHrotUewoKUG8qzt0a6ivr5v+YoFreTEwIDAQABAoIBAC4TQoz2WjaX6lrK\\nhICHuw0NKeEANFw0hKvvz1s85WKVSJ1kd8Jzrq6qesOoUlOIZ6kiLkyN8MT2DGNZ\\nhhZ89rTMrS7DCBl8cfb7AsIW/msCR9K/cKYibWQqKBjfFzwNpHQInsk0kO8/Lbra\\n9ki9LlV8xk6qn/0oec4vCOQPgZLDp7WQ9krWBHDWNwiVJxlXLbdwG2+jqh9sKyT/\\nVvk2BlgAwAPNYAZP2MgzV3HDSt7IsdZES7PwPOgXSe0I3KDSq8faxLYIxZNUbjWu\\nx3kxMIjTzXzWyur/2BBig56IfqSlx8nM5txzLcAEw3rSLv+3GdUmckw+7wf/l7EI\\n3ryeOmECgYEAxLz9R1AlbFkniF5RCXh9bxJ2rZeBrUgt8NRhNeLBpp1zJavYlwmR\\nDa7GqR/BV4g68b9SFOcOFfpgvzBBzvZF2emODax32DaTjNKLG5VhDCzsJvR51Rpc\\nOtKzOEQ4cxce6jZvyVkfBGlDiO6fx0HCAAv+u/RAYssi/dcnYP4OE8MCgYEAyman\\nd8JJKuIv8ch+Ed1FotEDz8K2MaRb6XeAUWJVcFarYpxBp9pPD9ZevMH4pQPAUA5z\\nbJxytR3D3Ml2brlak2GHhFSME4t3fjxs9GGDCYU5sosqiR+sGepKo3za5mtrEoAP\\nRO0wN45mPyg7fUWeyTPBDmUTxtaBBQNcybAQHnECgYB476vKEIxQpCVXAJNT/Qsu\\nIe1uHDoMqNgEuKjhFPjxUMwdlhtYDPtrq8pW4DxbcFS7kl4El1vjSrv6CtIJRP3/\\nTECUSzaIZFQjNrFoTVUQxPSNpa7WvpN/XVHp/pWsucO5OalR3kTg00w+emEhfVyh\\n5r26EBUcJb7mx0FfsAw7PQKBgEIhelRJ2ag2UR35uR9TId6J1mn6n5bmsdU9Y2Kz\\n82CKIONOVLFoRe7RxxB7fCdGa358yj/RejUtLYKlHJoe27ZN5n5ZNY9pQTiwu5S5\\ni5v/uJNanyJAg/XPtGVodQlWTZy01MhbiyaL02KNXaqXpcLtswVmBykviuY9bALG\\nEO4xAoGAPYR8S3uaJGpQi2lkxnxCCcsPayVM6aa40s5LRGBJa90KKw+II28Ie0qf\\nF06JehiOqBEAjeQkxuOuL9Bb6lOVz7S6pks3I+ghnSoUjcU96mGXISI91opeDv07\\noURsEkbfp5C8xYE+4jOrBsmRyeyYUJaynkja8skdtRYAfFNpdIs=\\n-----END RSA PRIVATE KEY-----"}, "databases"=>nil, "dea_next"=>{"advertise_interval_in_seconds"=>5, "allow_host_access"=>nil, "allow_networks"=>["10.10.0.2/32"], "default_health_check_timeout"=>60, "deny_networks"=>["169.254.0.0/16", "10.10.0.0/16"], "directory_server_protocol"=>"https", "disk_mb"=>nil, "disk_overcommit_factor"=>nil, "evacuation_bail_out_time_in_seconds"=>600, "heartbeat_interval_in_seconds"=>10, "instance_bandwidth_limit"=>nil, "instance_disk_inode_limit"=>200000, "kernel_network_tuning_enabled"=>true, "logging_level"=>"debug", "memory_mb"=>nil, "memory_overcommit_factor"=>nil, "mtu"=>nil, "post_setup_hook"=>nil, "rlimit_core"=>0, "staging_bandwidth_limit"=>nil, "staging_disk_inode_limit"=>200000, "staging_disk_limit_mb"=>6144, "staging_memory_limit_mb"=>1024}, "description"=>nil, "disk_quota_enabled"=>true, "domain"=>"52.72.55.219.xip.io", "doppler"=>{"blacklisted_syslog_ranges"=>nil, "debug"=>false, "enable_tls_transport"=>nil, "maxRetainedLogMessages"=>100, "message_drain_buffer_size"=>nil, "port"=>4443, "tls_server"=>{"cert"=>nil, "key"=>nil, "port"=>nil}, "unmarshaller_count"=>5, "zone"=>nil}, "doppler_endpoint"=>{"shared_secret"=>""}, "dropsonde"=>{"enabled"=>true}, "etcd"=>{"machines"=>["10.10.16.20", "10.10.16.35", "10.10.80.19"], "peer_require_ssl"=>false, "require_ssl"=>false}, "etcd_metrics_server"=>{"nats"=>{"machines"=>["10.10.16.11", "10.10.80.11"], "password"=>"", "username"=>"nats"}}, "ha_proxy"=>nil, "hm9000"=>{"port"=>5155, "url"=>"https://hm9000.52.72.55.219.xip.io"}, "logger_endpoint"=>{"port"=>4443}, "loggregator"=>{"blacklisted_syslog_ranges"=>[{"end"=>"10.10.255.255", "start"=>"10.10.0.0"}], "debug"=>false, "etcd"=>{"machines"=>["10.10.16.20", "10.10.16.35", "10.10.80.19"]}, "maxRetainedLogMessages"=>100, "outgoing_dropsonde_port"=>8081, "tls"=>{"ca"=>nil}}, "loggregator_endpoint"=>{"shared_secret"=>""}, "login"=>{"analytics"=>{"code"=>nil, "domain"=>nil}, "asset_base_url"=>nil, "brand"=>"oss", "catalina_opts"=>nil, "enabled"=>true, "invitations_enabled"=>nil, "links"=>{"passwd"=>"https://console.52.72.55.219.xip.io/password_resets/new", "signup"=>"https://console.52.72.55.219.xip.io/register"}, "logout"=>nil, "messages"=>nil, "notifications"=>{"url"=>nil}, "protocol"=>nil, "restricted_ips_regex"=>nil, "saml"=>nil, "self_service_links_enabled"=>nil, "signups_enabled"=>nil, "smtp"=>{"host"=>nil, "password"=>nil, "port"=>nil, "user"=>nil}, "spring_profiles"=>nil, "tiles"=>nil, "uaa_base"=>nil, "url"=>nil}, "metron_agent"=>{"buffer_size"=>nil, "deployment"=>"aws-dev", "enable_buffer"=>nil, "preferred_protocol"=>nil, "tls_client"=>{"cert"=>nil, "key"=>nil}}, "metron_endpoint"=>{"shared_secret"=>""}, "nats"=>{"debug"=>false, "machines"=>["10.10.16.11", "10.10.80.11"], "monitor_port"=>0, "password"=>"", "port"=>4222, "prof_port"=>0, "trace"=>false, "user"=>"nats"}, "nfs_server"=>{"address"=>nil, "allow_from_entries"=>["10.10.16.0/20", "10.10.80.0/20"], "share"=>nil}, "request_timeout_in_seconds"=>900, "router"=>{"cipher_suites"=>nil, "debug_addr"=>nil, "enable_routing_api"=>nil, "enable_ssl"=>nil, "extra_headers_to_log"=>nil, "logrotate"=>nil, "port"=>nil, "requested_route_registration_interval_in_seconds"=>nil, "route_services_secret"=>nil, "route_services_secret_decrypt_only"=>nil, "route_services_timeout"=>nil, "secure_cookies"=>nil, "ssl_cert"=>nil, "ssl_key"=>nil, "ssl_skip_validation"=>nil, "status"=>{"password"=>"", "port"=>nil, "user"=>"router"}}, "smoke_tests"=>nil, "ssl"=>{"skip_cert_verify"=>false}, "support_address"=>"http://support.cloudfoundry.com", "syslog_daemon_config"=>nil, "system_domain"=>"52.72.55.219.xip.io", "system_domain_organization"=>"org", "template_only"=>{"aws"=>{"access_key_id"=>"", "availability_zone"=>"us-east-1c", "availability_zone2"=>"us-east-1b", "secret_access_key"=>"", "subnet_ids"=>{"cf1"=>"subnet-605eea16", "cf2"=>"subnet-995de9ef"}}}, "traffic_controller"=>{"outgoing_port"=>8080, "zone"=>nil}, "uaa"=>{"admin"=>{"client_secret"=>""}, "authentication"=>{"policy"=>{"countFailuresWithinSeconds"=>nil, "lockoutAfterFailures"=>nil, "lockoutPeriodSeconds"=>nil}}, "catalina_opts"=>"-Xmx768m -XX:MaxPermSize=256m", "cc"=>{"client_secret"=>""}, "clients"=>{"cc_routing"=>{"authorities"=>"routing.router_groups.read", "authorized-grant-types"=>"client_credentials", "secret"=>""}, "cf"=>{"access-token-validity"=>600, "authorities"=>"uaa.none", "authorized-grant-types"=>"implicit,password,refresh_token", "autoapprove"=>true, "override"=>true, "refresh-token-validity"=>2592000, "scope"=>"cloud_controller.read,cloud_controller.write,openid,password.write,cloud_controller.admin,scim.read,scim.write,doppler.firehose,uaa.user,routing.router_groups.read"}, "cloud_controller_username_lookup"=>{"authorities"=>"scim.userids", "authorized-grant-types"=>"client_credentials", "secret"=>""}, "doppler"=>{"authorities"=>"uaa.resource", "override"=>true, "secret"=>""}, "gorouter"=>{"authorities"=>"routing.routes.read", "authorized-grant-types"=>"client_credentials,refresh_token", "secret"=>"}, "login"=>{"authorities"=>"oauth.login,scim.write,clients.read,notifications.write,critical_notifications.write,emails.write,scim.userids,password.write", "authorized-grant-types"=>"authorization_code,client_credentials,refresh_token", "autoapprove"=>true, "override"=>true, "redirect-uri"=>"https://login.52.72.55.219.xip.io", "scope"=>"openid,oauth.approvals", "secret"=>""}, "notifications"=>{"authorities"=>"cloud_controller.admin,scim.read", "authorized-grant-types"=>"client_credentials", "secret"=>""}, "tcp_emitter"=>{"authorities"=>"routing.routes.write,routing.routes.read", "authorized-grant-types"=>"client_credentials,refresh_token", "secret"=>""}, "tcp_router"=>{"authorities"=>"routing.routes.read", "authorized-grant-types"=>"client_credentials,refresh_token", "secret"=>""}}, "database"=>nil, "issuer"=>"https://uaa.52.72.55.219.xip.io", "jwt"=>{"policy"=>{"keys"=>{"key_pair_1"=>{"signingKey"=>"-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAq1Mr3Gr/JxE7d9ZuTVpu6dh/0JjqyXRaWqb1Q8yQjiPSK1jY\\n7IbKfVi4IKIR0zdvyC4ZJYHRdIvk8Grfd7uKiJof3xQR74CL5MHGcmyujlZD9MzL\\nDNEOFngTuDEMFq/zxlj7Lu2zQfOd/GoQifQa79Qr6zpqNhwjLt30v3zz6EDcrUVJ\\n16zwxq9eGsjjEDV9jbWARJ8WQPhKyq+uQhILTXalruhXDV/3iyUhVwAb6X0wwCRq\\n0EbGBYBA7qTGTmigfVnmrabRp95AF8WrO7mUIhMt+BNYJRlSZsXpSlGGYPznT8uo\\n22vIA+ssupfF2KA4eJaq8WkK6w67/jPW4YLnEQIDAQABAoIBAQCDVqpcOoZKK9K8\\nBt3eXQKEMJ2ji2cKczFFJ5MEm9EBtoJLCryZbqfSue3Fzpj9pBUEkBpk/4VT5F7o\\n0/Vmc5Y7LHRcbqVlRtV30/lPBPQ4V/eWtly/AZDcNsdfP/J1fgPSvaoqCr2ORLWL\\nqL/vEfyIeM4GcWy0+JMcPbmABslw9O6Ptc5RGiP98vCLHQh/++sOtj6PH1pt+2X/\\nUecv3b1Hk/3Oe+M8ySorJD3KA94QTRnKX+zubkxRg/zCAki+as8rQc/d+BfVG698\\nylUT5LVLNuwbWnffY2Zt5x5CDqH01mJnHmxzQEfn68rb3bGFaYPEn9EP+maQijv6\\nSsUM9A3lAoGBAODRDRn4gEIxjPICp6aawRrMDlRc+k6IWDF7wudjxJlaxFr2t7FF\\nrFYm+jrcG6qMTyq+teR8uHpcKm9X8ax0L6N6gw5rVzIeIOGma/ZuYIYXX2XJx5SW\\nSOas1xW6qEIbOMv+Xu9w2SWbhTgyRmtlxxjr2e7gQLz9z/vuTReJpInnAoGBAMMW\\nsq5lqUfAQzqxlhTobQ7tnB48rUQvkGPE92SlDj2TUt9phek2/TgRJT6mdcozvimt\\nJPhxKg3ioxG8NPmN0EytjpSiKqlxS1R2po0fb75vputfpw16Z8/2Vik+xYqNMTLo\\nSpeVkHu7fbtNYEK2qcU44OyOZ/V+5Oo9TuBIFRhHAoGACkqHhwDRHjaWdR2Z/w5m\\neIuOvF3lN2MWZm175ouynDKDeoaAsiS2VttB6R/aRFxX42UHfoYXC8LcTmyAK5zF\\n8X3SMf7H5wtqBepQVt+Gm5zGSSqLcEnQ3H5c+impOh105CGoxt0rk4Ui/AeRIalv\\nC70AJOcvD3eu5aFq9gDe/1ECgYBAhkVbASzYGnMh+pKVH7rScSxto8v6/XBYT1Ez\\n7JOlMhD667/qvtFJtgIHkq7qzepbhnTv5x3tscQVnZY34/u9ILpD1s8dc+dibEvx\\n6S/gYLVorB5ois/DLMqaobRcew6Gs+XX9RPwmLahOJpZ9mh4XrOmCgPAYtP71YM9\\nExpHCQKBgQCMMDDWGMRdFMJgXbx1uMere7OoniBdZaOexjbglRh1rMVSXqzBoU8+\\nyhEuHGAsHGWQdSBHnqRe9O0Bj/Vlw2VVEaJeL1ewRHb+jXSnuKclZOJgMsJAvgGm\\nSOWIahDrATA4g1T6yLBWQPhj3ZXD3eCMxT1Q3DvpG1DjgvXwmXQJAA==\\n-----END RSA PRIVATE KEY-----\n", "verificationKey"=>"-----BEGIN CERTIFICATE-----\\nMIIDBjCCAe4CCQCz3nn1SWrDdTANBgkqhkiG9w0BAQUFADBFMQswCQYDVQQGEwJB\\nVTETMBEGA1UECBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0\\ncyBQdHkgTHRkMB4XDTE1MDMwMzE4NTMyNloXDTE2MDMwMjE4NTMyNlowRTELMAkG\\nA1UEBhMCQVUxEzARBgNVBAgTClNvbWUtU3RhdGUxITAfBgNVBAoTGEludGVybmV0\\nIFdpZGdpdHMgUHR5IEx0ZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB\\nAKtTK9xq/ycRO3fWbk1abunYf9CY6sl0Wlqm9UPMkI4j0itY2OyGyn1YuCCiEdM3\\nb8guGSWB0XSL5PBq33e7ioiaH98UEe+Ai+TBxnJsro5WQ/TMywzRDhZ4E7gxDBav\\n88ZY+y7ts0HznfxqEIn0Gu/UK+s6ajYcIy7d9L988+hA3K1FSdes8MavXhrI4xA1\\nfY21gESfFkD4SsqvrkISC012pa7oVw1f94slIVcAG+l9MMAkatBGxgWAQO6kxk5o\\noH1Z5q2m0afeQBfFqzu5lCITLfgTWCUZUmbF6UpRhmD850/LqNtryAPrLLqXxdig\\nOHiWqvFpCusOu/4z1uGC5xECAwEAATANBgkqhkiG9w0BAQUFAAOCAQEAV5RAFVQy\\n8Krs5c9ebYRseXO6czL9/Rfrt/weiC1XLcDkE2i2yYsBXazMYr58o4hACJwe2hoC\\nbihBZ9XnVpASEYHDLwDj3zxFP/bTuKs7tLhP7wz0lo8i6k5VSPAGBq2kjc/cO9a3\\nTMmLPks/Xm42MCSWGDnCEX1854B3+JK3CNEGqSY7FYXU4W9pZtHPZ3gBoy0ymSpg\\nmpleiY1Tbn5I2X7vviMW7jeviB5ivkZaXtObjyM3vtPLB+ILpa15ZhDSE5o71sjA\\njXqrE1n5o/GXHX+1M8v3aJc30Az7QAqWohW/tw5SoiSmVQZWd7gFht9vSzaH2WgO\\nLwcpBC7+cUJEww==\\n-----END CERTIFICATE-----\n"}}}, "signing_key"=>"-----BEGIN RSA PRIVATE KEY-----\\nMIICXAIBAAKBgQDHFr+KICms+tuT1OXJwhCUmR2dKVy7psa8xzElSyzqx7oJyfJ1\\nJZyOzToj9T5SfTIq396agbHJWVfYphNahvZ/7uMXqHxf+ZH9BL1gk9Y6kCnbM5R6\\n0gfwjyW1/dQPjOzn9N394zd2FJoFHwdq9Qs0wBugspULZVNRxq7veq/fzwIDAQAB\\nAoGBAJ8dRTQFhIllbHx4GLbpTQsWXJ6w4hZvskJKCLM/o8R4n+0W45pQ1xEiYKdA\\nZ/DRcnjltylRImBD8XuLL8iYOQSZXNMb1h3g5/UGbUXLmCgQLOUUlnYt34QOQm+0\\nKvUqfMSFBbKMsYBAoQmNdTHBaz3dZa8ON9hh/f5TT8u0OWNRAkEA5opzsIXv+52J\\nduc1VGyX3SwlxiE2dStW8wZqGiuLH142n6MKnkLU4ctNLiclw6BZePXFZYIK+AkE\\nxQ+k16je5QJBAN0TIKMPWIbbHVr5rkdUqOyezlFFWYOwnMmw/BKa1d3zp54VP/P8\\n+5aQ2d4sMoKEOfdWH7UqMe3FszfYFvSu5KMCQFMYeFaaEEP7Jn8rGzfQ5HQd44ek\\nlQJqmq6CE2BXbY/i34FuvPcKU70HEEygY6Y9d8J3o6zQ0K9SYNu+pcXt4lkCQA3h\\njJQQe5uEGJTExqed7jllQ0khFJzLMx0K6tj0NeeIzAaGCQz13oo2sCdeGRHO4aDh\\nHH6Qlq/6UOV5wP8+GAcCQFgRCcB+hrje8hfEEefHcFpyKH+5g1Eu1k0mLrxK2zd+\\n4SlotYRHgPCEubokb2S1zfZDWIXW3HmggnGgM949TlY=\\n-----END RSA PRIVATE KEY-----", "verification_key"=>"-----BEGIN PUBLIC KEY-----\\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDHFr+KICms+tuT1OXJwhCUmR2d\\nKVy7psa8xzElSyzqx7oJyfJ1JZyOzToj9T5SfTIq396agbHJWVfYphNahvZ/7uMX\\nqHxf+ZH9BL1gk9Y6kCnbM5R60gfwjyW1/dQPjOzn9N394zd2FJoFHwdq9Qs0wBug\\nspULZVNRxq7veq/fzwIDAQAB\\n-----END PUBLIC KEY-----"}, "ldap"=>nil, "login"=>nil, "newrelic"=>nil, "no_ssl"=>nil, "port"=>8080, "require_https"=>nil, "restricted_ips_regex"=>"10\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}|192\\.168\\.\\d{1,3}\\.\\d{1,3}|169\\.254\\.\\d{1,3}\\.\\d{1,3}|127\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}|172\\.1[6-9]{1}\\.\\d{1,3}\\.\\d{1,3}|172\\.2[0-9]{1}\\.\\d{1,3}\\.\\d{1,3}|172\\.3[0-1]{1}\\.\\d{1,3}\\.\\d{1,3}", "scim"=>{"external_groups"=>nil, "groups"=>nil, "userids_enabled"=>true, "users"=>["admin|#######|scim.write,scim.read,openid,cloud_controller.admin,doppler.firehose"]}, "spring_profiles"=>nil, "ssl"=>{"port"=>-1}, "url"=>"https://uaa.52.72.55.219.xip.io", "user"=>nil, "zones"=>nil}, "uaadb"=>{"address"=>"cfoundry.ciprgab5klou.us-east-1.rds.amazonaws.com", "databases"=>[{"name"=>"uaadb", "tag"=>"uaa"}], "db_scheme"=>"mysql", "port"=>3306, "roles"=>[{"name"=>"cf", "password"=>"", "tag"=>"cfoundry"}]}}, "releases"=>[{"name"=>"cf", "version"=>"230+dev.1"}], "resource_pools"=>[{"cloud_properties"=>{"availability_zone"=>"us-east-1c", "ephemeral_disk"=>{"size"=>10240, "type"=>"gp2"}, "instance_type"=>"m3.medium"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"small_z1", "network"=>"cf1", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1b", "ephemeral_disk"=>{"size"=>10240, "type"=>"gp2"}, "instance_type"=>"m3.medium"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"small_z2", "network"=>"cf2", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1c", "ephemeral_disk"=>{"size"=>10240, "type"=>"gp2"}, "instance_type"=>"m3.medium"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"medium_z1", "network"=>"cf1", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1b", "ephemeral_disk"=>{"size"=>10240, "type"=>"gp2"}, "instance_type"=>"m3.medium"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"medium_z2", "network"=>"cf2", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1c", "ephemeral_disk"=>{"size"=>65536, "type"=>"gp2"}, "instance_type"=>"m3.medium"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"large_z1", "network"=>"cf1", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1b", "ephemeral_disk"=>{"size"=>65536, "type"=>"gp2"}, "instance_type"=>"m3.medium"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"large_z2", "network"=>"cf2", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1c", "ephemeral_disk"=>{"size"=>102400, "type"=>"gp2"}, "instance_type"=>"m3.large"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"runner_z1", "network"=>"cf1", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1b", "ephemeral_disk"=>{"size"=>102400, "type"=>"gp2"}, "instance_type"=>"m3.large"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"runner_z2", "network"=>"cf2", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1c", "elbs"=>["cfrouter"], "ephemeral_disk"=>{"size"=>10240, "type"=>"gp2"}, "instance_type"=>"c3.large"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"router_z1", "network"=>"cf1", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1b", "elbs"=>["cfrouter"], "ephemeral_disk"=>{"size"=>10240, "type"=>"gp2"}, "instance_type"=>"c3.large"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"router_z2", "network"=>"cf2", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1c", "ephemeral_disk"=>{"size"=>10240, "type"=>"gp2"}, "instance_type"=>"m3.medium"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"small_errand", "network"=>"cf1", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1c", "instance_type"=>"c3.xlarge"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"xlarge_errand", "network"=>"cf1", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}], "update"=>{"canaries"=>1, "canary_watch_time"=>"30000-600000", "max_in_flight"=>1, "serial"=>true, "update_watch_time"=>"5000-600000"}}
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Migrated cloud config manifest:
{"resource_pools"=>[{"cloud_properties"=>{"availability_zone"=>"us-east-1c", "ephemeral_disk"=>{"size"=>10240, "type"=>"gp2"}, "instance_type"=>"m3.medium"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"small_z1", "network"=>"cf1", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1b", "ephemeral_disk"=>{"size"=>10240, "type"=>"gp2"}, "instance_type"=>"m3.medium"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"small_z2", "network"=>"cf2", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1c", "ephemeral_disk"=>{"size"=>10240, "type"=>"gp2"}, "instance_type"=>"m3.medium"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"medium_z1", "network"=>"cf1", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1b", "ephemeral_disk"=>{"size"=>10240, "type"=>"gp2"}, "instance_type"=>"m3.medium"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"medium_z2", "network"=>"cf2", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1c", "ephemeral_disk"=>{"size"=>65536, "type"=>"gp2"}, "instance_type"=>"m3.medium"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"large_z1", "network"=>"cf1", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1b", "ephemeral_disk"=>{"size"=>65536, "type"=>"gp2"}, "instance_type"=>"m3.medium"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"large_z2", "network"=>"cf2", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1c", "ephemeral_disk"=>{"size"=>102400, "type"=>"gp2"}, "instance_type"=>"m3.large"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"runner_z1", "network"=>"cf1", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1b", "ephemeral_disk"=>{"size"=>102400, "type"=>"gp2"}, "instance_type"=>"m3.large"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"runner_z2", "network"=>"cf2", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1c", "elbs"=>["cfrouter"], "ephemeral_disk"=>{"size"=>10240, "type"=>"gp2"}, "instance_type"=>"c3.large"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"router_z1", "network"=>"cf1", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1b", "elbs"=>["cfrouter"], "ephemeral_disk"=>{"size"=>10240, "type"=>"gp2"}, "instance_type"=>"c3.large"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"router_z2", "network"=>"cf2", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1c", "ephemeral_disk"=>{"size"=>10240, "type"=>"gp2"}, "instance_type"=>"m3.medium"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"small_errand", "network"=>"cf1", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}, {"cloud_properties"=>{"availability_zone"=>"us-east-1c", "instance_type"=>"c3.xlarge"}, "env"=>{"bosh"=>{"password"=>"$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0"}}, "name"=>"xlarge_errand", "network"=>"cf1", "stemcell"=>{"name"=>"bosh-aws-xen-hvm-ubuntu-trusty-go_agent", "version"=>"3181"}}], "compilation"=>{"cloud_properties"=>{"availability_zone"=>"us-east-1c", "instance_type"=>"c3.large"}, "network"=>"cf1", "reuse_compilation_vms"=>true, "workers"=>6}, "networks"=>[{"name"=>"cf1", "subnets"=>[{"cloud_properties"=>{"security_groups"=>["cf"], "subnet"=>"subnet-605eea16"}, "dns"=>["10.10.0.2"], "gateway"=>"10.10.16.1", "range"=>"10.10.16.0/20", "reserved"=>["10.10.16.2 - 10.10.16.9"], "static"=>["10.10.16.10 - 10.10.16.255"]}], "type"=>"manual"}, {"name"=>"cf2", "subnets"=>[{"cloud_properties"=>{"security_groups"=>["cf"], "subnet"=>"subnet-995de9ef"}, "dns"=>["10.10.0.2"], "gateway"=>"10.10.80.1", "range"=>"10.10.80.0/20", "reserved"=>["10.10.80.2 - 10.10.80.9"], "static"=>["10.10.80.10 - 10.10.80.255"]}], "type"=>"manual"}]}
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000177s) SELECT * FROM "deployments" WHERE ("name" = 'aws-dev') LIMIT 1
I, [2016-02-01 18:29:24 #5729] [task:8] INFO -- DirectorJobRunner: Creating deployment plan
I, [2016-02-01 18:29:24 #5729] [task:8] INFO -- DirectorJobRunner: Deployment plan options: {"recreate"=>false, "skip_drain"=>nil, "job_states"=>{}}
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: reserved ranges #<Set: {}>
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: reserved ranges #<Set: {}>
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
D, [2016-02-01 18:29:24 #5729] [task:8] DEBUG -- DirectorJobRunner: Parsing template links: nil
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: [AWS EC2 200 0.093021 0 retries] describe_regions()
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Binding models
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Acquiring release lock: cf
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Acquiring lock: lock:release:cf
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Acquired lock: lock:release:cf
D, [2016-02-01 18:29:29 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:release:cf
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000304s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000232s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000274s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000167s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000155s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000205s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Found release `cf/230+dev.1'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000294s) 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" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Deleting lock: lock:release:cf
D, [2016-02-01 18:29:29 #5729] [] DEBUG -- DirectorJobRunner: Lock renewal thread exiting
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Deleted lock: lock:release:cf
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000503s) SELECT * FROM "instances" WHERE ("instances"."deployment_id" = 1)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000323s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000824s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000102s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000370s) SELECT * FROM "records" WHERE (("name" LIKE '0.consul-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000104s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000168s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000154s) SELECT * FROM "records" WHERE (("name" LIKE '69e5f119-e43e-46dc-beea-321d6bd1a957.consul-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000136s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000252s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'consul_z1') AND ("index" = 0) AND ("id" != 1)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000330s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 1)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.015990s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000192s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000166s) SELECT * FROM "records" WHERE (("name" LIKE '0.consul-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000101s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000164s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000101s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000154s) SELECT * FROM "records" WHERE (("name" LIKE 'dd60010b-debd-4b3d-ba27-ef14947ed01a.consul-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000131s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000239s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'consul_z2') AND ("index" = 0) AND ("id" != 2)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000226s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 2)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.002142s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000086s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000161s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000148s) SELECT * FROM "records" WHERE (("name" LIKE '0.nats-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000085s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000156s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000150s) SELECT * FROM "records" WHERE (("name" LIKE 'd9a4d7c4-3901-4f1b-9a14-d6a38165e37f.nats-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000216s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'nats_z1') AND ("index" = 0) AND ("id" != 3)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000210s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 3)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.001836s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000110s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000163s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000156s) SELECT * FROM "records" WHERE (("name" LIKE '0.nats-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000101s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000158s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000151s) SELECT * FROM "records" WHERE (("name" LIKE '70e4c6c0-157c-4b2e-a3b4-2017b5b91e66.nats-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000131s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000212s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'nats_z2') AND ("index" = 0) AND ("id" != 4)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000207s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 4)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.002219s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000104s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000158s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000151s) SELECT * FROM "records" WHERE (("name" LIKE '1.etcd-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000163s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000151s) SELECT * FROM "records" WHERE (("name" LIKE 'f1bc4169-2695-46b1-b1ba-8908c2ebda49.etcd-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000116s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000221s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'etcd_z1') AND ("index" = 1) AND ("id" != 6)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000205s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 6)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.001844s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000103s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000159s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000151s) SELECT * FROM "records" WHERE (("name" LIKE '0.etcd-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000156s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000150s) SELECT * FROM "records" WHERE (("name" LIKE 'f5167205-57b2-4d12-a3a9-15a6dbd8c25e.etcd-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000211s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'etcd_z1') AND ("index" = 0) AND ("id" != 5)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000209s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 5)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.002232s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000104s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000158s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000149s) SELECT * FROM "records" WHERE (("name" LIKE '0.etcd-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000157s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000150s) SELECT * FROM "records" WHERE (("name" LIKE '908c9887-5a15-41b6-a8eb-e0ed035d7056.etcd-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000212s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'etcd_z2') AND ("index" = 0) AND ("id" != 7)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000208s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 7)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.002304s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000114s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000159s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000149s) SELECT * FROM "records" WHERE (("name" LIKE '0.stats-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000101s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000159s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000150s) SELECT * FROM "records" WHERE (("name" LIKE '6f6cec94-8894-4a34-9fea-10fa69854936.stats-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000114s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000211s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'stats_z1') AND ("index" = 0) AND ("id" != 8)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000202s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 8)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.001618s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000086s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000159s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000146s) SELECT * FROM "records" WHERE (("name" LIKE '0.uaa-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000086s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000155s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000146s) SELECT * FROM "records" WHERE (("name" LIKE '77463715-01ae-4469-8b68-99339d0a5836.uaa-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000215s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'uaa_z1') AND ("index" = 0) AND ("id" != 9)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000212s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 9)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.001733s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000105s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000159s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000115s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000147s) SELECT * FROM "records" WHERE (("name" LIKE '0.uaa-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000155s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000149s) SELECT * FROM "records" WHERE (("name" LIKE '3e4f434c-ffbc-4822-b784-2892abfee3b3.uaa-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000216s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'uaa_z2') AND ("index" = 0) AND ("id" != 10)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000208s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 10)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.001815s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000158s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000146s) SELECT * FROM "records" WHERE (("name" LIKE '0.api-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000154s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000149s) SELECT * FROM "records" WHERE (("name" LIKE 'ce2f9e7f-3154-41f0-9ea0-5ce1fd9ec458.api-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000215s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'api_z1') AND ("index" = 0) AND ("id" != 11)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000207s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 11)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.001562s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000155s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000149s) SELECT * FROM "records" WHERE (("name" LIKE '0.api-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000156s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000149s) SELECT * FROM "records" WHERE (("name" LIKE '7d533997-3977-433a-9799-69c9de2ab1b1.api-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000113s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000208s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'api_z2') AND ("index" = 0) AND ("id" != 12)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000208s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 12)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.002114s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000105s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000158s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000146s) SELECT * FROM "records" WHERE (("name" LIKE '0.clock-global.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000155s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000171s) SELECT * FROM "records" WHERE (("name" LIKE '860b5a1b-64f9-45d5-bd6e-fad5a437714e.clock-global.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000214s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'clock_global') AND ("index" = 0) AND ("id" != 13)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000209s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 13)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.001594s) COMMIT
D, [2016-02-01 18:29:29 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:aws-dev
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000204s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000289s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000231s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000151s) SELECT * FROM "records" WHERE (("name" LIKE '0.api-worker-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000158s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000150s) SELECT * FROM "records" WHERE (("name" LIKE 'fd1d6b52-275e-4fd5-a05a-63e474be3961.api-worker-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000115s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000213s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'api_worker_z1') AND ("index" = 0) AND ("id" != 14)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000206s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 14)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.002499s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000086s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000085s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000164s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000152s) SELECT * FROM "records" WHERE (("name" LIKE '0.api-worker-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000158s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000150s) SELECT * FROM "records" WHERE (("name" LIKE 'e4980640-d2ce-456a-8c04-71d144ded1e5.api-worker-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000214s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'api_worker_z2') AND ("index" = 0) AND ("id" != 15)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000209s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 15)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.005056s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000104s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000086s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000156s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000113s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000149s) SELECT * FROM "records" WHERE (("name" LIKE '0.hm9000-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000155s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000149s) SELECT * FROM "records" WHERE (("name" LIKE '981b1ee9-d9ea-4824-89e5-48b11287c7c6.hm9000-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000217s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'hm9000_z1') AND ("index" = 0) AND ("id" != 16)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000209s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 16)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.001749s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000086s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000159s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000145s) SELECT * FROM "records" WHERE (("name" LIKE '0.hm9000-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000086s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000086s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000152s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000102s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000152s) SELECT * FROM "records" WHERE (("name" LIKE '4a7f0866-511b-481e-945d-732930bcef7a.hm9000-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000214s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'hm9000_z2') AND ("index" = 0) AND ("id" != 17)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000205s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 17)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.003025s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000157s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000148s) SELECT * FROM "records" WHERE (("name" LIKE '0.runner-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000168s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000152s) SELECT * FROM "records" WHERE (("name" LIKE '165f01fe-bc36-44ad-84df-e6a45474e237.runner-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000214s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'runner_z1') AND ("index" = 0) AND ("id" != 18)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000208s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 18)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.002576s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000158s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000149s) SELECT * FROM "records" WHERE (("name" LIKE '0.runner-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000155s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000153s) SELECT * FROM "records" WHERE (("name" LIKE 'acdb2390-4c67-4040-b577-7ad4be0346f8.runner-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000216s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'runner_z2') AND ("index" = 0) AND ("id" != 19)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000210s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 19)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.001930s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000101s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000155s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000151s) SELECT * FROM "records" WHERE (("name" LIKE '0.doppler-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000102s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000159s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000151s) SELECT * FROM "records" WHERE (("name" LIKE '00f294a3-2788-4811-85db-5c801b12b165.doppler-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000214s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'doppler_z1') AND ("index" = 0) AND ("id" != 20)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000199s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 20)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.002114s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000105s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000163s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000152s) SELECT * FROM "records" WHERE (("name" LIKE '0.doppler-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000157s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000152s) SELECT * FROM "records" WHERE (("name" LIKE '3ef8d3d9-ca4e-4194-9ac8-a761d4e64e26.doppler-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000181s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'doppler_z2') AND ("index" = 0) AND ("id" != 21)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000073s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000180s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 21)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.004445s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000086s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000085s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000159s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000086s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000148s) SELECT * FROM "records" WHERE (("name" LIKE '0.loggregator-trafficcontroller-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000086s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000156s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000149s) SELECT * FROM "records" WHERE (("name" LIKE '7734a3ed-9a14-4e8e-ad40-dde6f53be7c0.loggregator-trafficcontroller-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000177s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'loggregator_trafficcontroller_z1') AND ("index" = 0) AND ("id" != 22)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000102s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000070s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000176s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 22)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.002751s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000102s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000162s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000152s) SELECT * FROM "records" WHERE (("name" LIKE '0.loggregator-trafficcontroller-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000157s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000153s) SELECT * FROM "records" WHERE (("name" LIKE '0ce669bc-9d77-46af-9cd0-6822e3846b80.loggregator-trafficcontroller-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000181s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'loggregator_trafficcontroller_z2') AND ("index" = 0) AND ("id" != 23)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000108s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000071s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000176s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 23)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.002451s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000102s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000161s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000151s) SELECT * FROM "records" WHERE (("name" LIKE '0.router-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000158s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000149s) SELECT * FROM "records" WHERE (("name" LIKE 'ab4a0b86-6290-483f-a80f-4983ba6fd2a1.router-z1.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000179s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'router_z1') AND ("index" = 0) AND ("id" != 24)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000070s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000171s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 24)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.001783s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000086s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000161s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000153s) SELECT * FROM "records" WHERE (("name" LIKE '0.router-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000156s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000101s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000148s) SELECT * FROM "records" WHERE (("name" LIKE '09bfa6de-6c16-4169-a297-748c860f4177.router-z2.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000170s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000186s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'router_z2') AND ("index" = 0) AND ("id" != 25)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000070s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000174s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 25)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.001795s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000086s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000163s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000151s) SELECT * FROM "records" WHERE (("name" LIKE '0.acceptance-tests.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000086s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000085s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000158s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000103s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000154s) SELECT * FROM "records" WHERE (("name" LIKE '9b32f677-e1e3-474d-bf96-23d1869a3cc3.acceptance-tests.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000101s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000176s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'acceptance_tests') AND ("index" = 0) AND ("id" != 26)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000071s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000178s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 26)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.001490s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000103s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000104s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000162s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000151s) SELECT * FROM "records" WHERE (("name" LIKE '0.smoke-tests.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000112s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000161s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000151s) SELECT * FROM "records" WHERE (("name" LIKE '3d4c1a8c-fdde-4d30-afc6-656e7f0aa22d.smoke-tests.%.aws-dev.microbosh') AND ("domain_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000103s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000179s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'smoke_tests') AND ("index" = 0) AND ("id" != 27)) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000072s) BEGIN
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000179s) UPDATE "instances" SET "dns_records" = '[]' WHERE ("id" = 27)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.001587s) COMMIT
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Waiting for tasks to complete
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Shutting down pool
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'consul_z1' has networks with static IPs, placing instances based on static IP distribution
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000102s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000283s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 1)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Reusing instance 'consul_z1/0' with new IPs
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>1, :job=>"consul_z1", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"69e5f119-e43e-46dc-beea-321d6bd1a957", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'consul_z1/0 (69e5f119-e43e-46dc-beea-321d6bd1a957)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Claiming IP '10.10.16.37' on network cf1 and az '' for instance 'consul_z1/0 (69e5f119-e43e-46dc-beea-321d6bd1a957)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new static reservation {type=static, ip=10.10.16.37, network=cf1, instance=consul_z1/0 (69e5f119-e43e-46dc-beea-321d6bd1a957)} for instance 'consul_z1/0 (69e5f119-e43e-46dc-beea-321d6bd1a957)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'consul_z1/0 (69e5f119-e43e-46dc-beea-321d6bd1a957)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'consul_z1/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'consul_z1/0 (69e5f119-e43e-46dc-beea-321d6bd1a957)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'consul_z2' has networks with static IPs, placing instances based on static IP distribution
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 2)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Reusing instance 'consul_z2/0' with new IPs
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>2, :job=>"consul_z2", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"dd60010b-debd-4b3d-ba27-ef14947ed01a", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'consul_z2/0 (dd60010b-debd-4b3d-ba27-ef14947ed01a)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Claiming IP '10.10.80.37' on network cf2 and az '' for instance 'consul_z2/0 (dd60010b-debd-4b3d-ba27-ef14947ed01a)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new static reservation {type=static, ip=10.10.80.37, network=cf2, instance=consul_z2/0 (dd60010b-debd-4b3d-ba27-ef14947ed01a)} for instance 'consul_z2/0 (dd60010b-debd-4b3d-ba27-ef14947ed01a)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'consul_z2/0 (dd60010b-debd-4b3d-ba27-ef14947ed01a)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'consul_z2/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'consul_z2/0 (dd60010b-debd-4b3d-ba27-ef14947ed01a)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'ha_proxy_z1' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'nats_z1' has networks with static IPs, placing instances based on static IP distribution
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 3)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Reusing instance 'nats_z1/0' with new IPs
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>3, :job=>"nats_z1", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"d9a4d7c4-3901-4f1b-9a14-d6a38165e37f", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'nats_z1/0 (d9a4d7c4-3901-4f1b-9a14-d6a38165e37f)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Claiming IP '10.10.16.11' on network cf1 and az '' for instance 'nats_z1/0 (d9a4d7c4-3901-4f1b-9a14-d6a38165e37f)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new static reservation {type=static, ip=10.10.16.11, network=cf1, instance=nats_z1/0 (d9a4d7c4-3901-4f1b-9a14-d6a38165e37f)} for instance 'nats_z1/0 (d9a4d7c4-3901-4f1b-9a14-d6a38165e37f)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'nats_z1/0 (d9a4d7c4-3901-4f1b-9a14-d6a38165e37f)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'nats_z1/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'nats_z1/0 (d9a4d7c4-3901-4f1b-9a14-d6a38165e37f)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'nats_z2' has networks with static IPs, placing instances based on static IP distribution
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 4)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Reusing instance 'nats_z2/0' with new IPs
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>4, :job=>"nats_z2", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"70e4c6c0-157c-4b2e-a3b4-2017b5b91e66", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'nats_z2/0 (70e4c6c0-157c-4b2e-a3b4-2017b5b91e66)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Claiming IP '10.10.80.11' on network cf2 and az '' for instance 'nats_z2/0 (70e4c6c0-157c-4b2e-a3b4-2017b5b91e66)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new static reservation {type=static, ip=10.10.80.11, network=cf2, instance=nats_z2/0 (70e4c6c0-157c-4b2e-a3b4-2017b5b91e66)} for instance 'nats_z2/0 (70e4c6c0-157c-4b2e-a3b4-2017b5b91e66)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'nats_z2/0 (70e4c6c0-157c-4b2e-a3b4-2017b5b91e66)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'nats_z2/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'nats_z2/0 (70e4c6c0-157c-4b2e-a3b4-2017b5b91e66)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'etcd_z1' has networks with static IPs, placing instances based on static IP distribution
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 5)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 6)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Reusing instance 'etcd_z1/0' with new IPs
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>5, :job=>"etcd_z1", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"f5167205-57b2-4d12-a3a9-15a6dbd8c25e", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'etcd_z1/0 (f5167205-57b2-4d12-a3a9-15a6dbd8c25e)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Claiming IP '10.10.16.20' on network cf1 and az '' for instance 'etcd_z1/0 (f5167205-57b2-4d12-a3a9-15a6dbd8c25e)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new static reservation {type=static, ip=10.10.16.20, network=cf1, instance=etcd_z1/0 (f5167205-57b2-4d12-a3a9-15a6dbd8c25e)} for instance 'etcd_z1/0 (f5167205-57b2-4d12-a3a9-15a6dbd8c25e)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Reusing instance 'etcd_z1/1' with new IPs
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>6, :job=>"etcd_z1", :index=>1, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"f1bc4169-2695-46b1-b1ba-8908c2ebda49", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>false, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'etcd_z1/1 (f1bc4169-2695-46b1-b1ba-8908c2ebda49)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Claiming IP '10.10.16.35' on network cf1 and az '' for instance 'etcd_z1/1 (f1bc4169-2695-46b1-b1ba-8908c2ebda49)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new static reservation {type=static, ip=10.10.16.35, network=cf1, instance=etcd_z1/1 (f1bc4169-2695-46b1-b1ba-8908c2ebda49)} for instance 'etcd_z1/1 (f1bc4169-2695-46b1-b1ba-8908c2ebda49)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'etcd_z1/0 (f5167205-57b2-4d12-a3a9-15a6dbd8c25e)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'etcd_z1/1 (f1bc4169-2695-46b1-b1ba-8908c2ebda49)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'etcd_z1/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'etcd_z1/1' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'etcd_z1/0 (f5167205-57b2-4d12-a3a9-15a6dbd8c25e)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'etcd_z2' has networks with static IPs, placing instances based on static IP distribution
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000102s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 7)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Reusing instance 'etcd_z2/0' with new IPs
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>7, :job=>"etcd_z2", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"908c9887-5a15-41b6-a8eb-e0ed035d7056", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'etcd_z2/0 (908c9887-5a15-41b6-a8eb-e0ed035d7056)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Claiming IP '10.10.80.19' on network cf2 and az '' for instance 'etcd_z2/0 (908c9887-5a15-41b6-a8eb-e0ed035d7056)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new static reservation {type=static, ip=10.10.80.19, network=cf2, instance=etcd_z2/0 (908c9887-5a15-41b6-a8eb-e0ed035d7056)} for instance 'etcd_z2/0 (908c9887-5a15-41b6-a8eb-e0ed035d7056)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'etcd_z2/0 (908c9887-5a15-41b6-a8eb-e0ed035d7056)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'etcd_z2/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'etcd_z2/0 (908c9887-5a15-41b6-a8eb-e0ed035d7056)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'stats_z1' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: azs with fewest placed: []
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: az: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>8, :job=>"stats_z1", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"6f6cec94-8894-4a34-9fea-10fa69854936", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000101s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 8)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new dynamic reservation {type=dynamic, ip=, network=cf1, instance=stats_z1/0 (6f6cec94-8894-4a34-9fea-10fa69854936)} for instance 'stats_z1/0 (6f6cec94-8894-4a34-9fea-10fa69854936)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'stats_z1/0 (6f6cec94-8894-4a34-9fea-10fa69854936)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'stats_z1/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'stats_z1/0 (6f6cec94-8894-4a34-9fea-10fa69854936)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'nfs_z1' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'postgres_z1' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'uaa_z1' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: azs with fewest placed: []
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: az: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>9, :job=>"uaa_z1", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"77463715-01ae-4469-8b68-99339d0a5836", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000105s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 9)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new dynamic reservation {type=dynamic, ip=, network=cf1, instance=uaa_z1/0 (77463715-01ae-4469-8b68-99339d0a5836)} for instance 'uaa_z1/0 (77463715-01ae-4469-8b68-99339d0a5836)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'uaa_z1/0 (77463715-01ae-4469-8b68-99339d0a5836)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'uaa_z1/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'uaa_z1/0 (77463715-01ae-4469-8b68-99339d0a5836)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'uaa_z2' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: azs with fewest placed: []
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: az: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>10, :job=>"uaa_z2", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"3e4f434c-ffbc-4822-b784-2892abfee3b3", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000112s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 10)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new dynamic reservation {type=dynamic, ip=, network=cf2, instance=uaa_z2/0 (3e4f434c-ffbc-4822-b784-2892abfee3b3)} for instance 'uaa_z2/0 (3e4f434c-ffbc-4822-b784-2892abfee3b3)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'uaa_z2/0 (3e4f434c-ffbc-4822-b784-2892abfee3b3)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'uaa_z2/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'uaa_z2/0 (3e4f434c-ffbc-4822-b784-2892abfee3b3)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'api_z1' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: azs with fewest placed: []
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: az: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>11, :job=>"api_z1", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"ce2f9e7f-3154-41f0-9ea0-5ce1fd9ec458", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000101s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 11)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new dynamic reservation {type=dynamic, ip=, network=cf1, instance=api_z1/0 (ce2f9e7f-3154-41f0-9ea0-5ce1fd9ec458)} for instance 'api_z1/0 (ce2f9e7f-3154-41f0-9ea0-5ce1fd9ec458)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'api_z1/0 (ce2f9e7f-3154-41f0-9ea0-5ce1fd9ec458)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'api_z1/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'api_z1/0 (ce2f9e7f-3154-41f0-9ea0-5ce1fd9ec458)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'api_z2' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: azs with fewest placed: []
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: az: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>12, :job=>"api_z2", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"7d533997-3977-433a-9799-69c9de2ab1b1", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 12)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new dynamic reservation {type=dynamic, ip=, network=cf2, instance=api_z2/0 (7d533997-3977-433a-9799-69c9de2ab1b1)} for instance 'api_z2/0 (7d533997-3977-433a-9799-69c9de2ab1b1)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'api_z2/0 (7d533997-3977-433a-9799-69c9de2ab1b1)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'api_z2/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'api_z2/0 (7d533997-3977-433a-9799-69c9de2ab1b1)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'clock_global' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: azs with fewest placed: []
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: az: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>13, :job=>"clock_global", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"860b5a1b-64f9-45d5-bd6e-fad5a437714e", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 13)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new dynamic reservation {type=dynamic, ip=, network=cf1, instance=clock_global/0 (860b5a1b-64f9-45d5-bd6e-fad5a437714e)} for instance 'clock_global/0 (860b5a1b-64f9-45d5-bd6e-fad5a437714e)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'clock_global/0 (860b5a1b-64f9-45d5-bd6e-fad5a437714e)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'clock_global/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'clock_global/0 (860b5a1b-64f9-45d5-bd6e-fad5a437714e)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'api_worker_z1' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: azs with fewest placed: []
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: az: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>14, :job=>"api_worker_z1", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"fd1d6b52-275e-4fd5-a05a-63e474be3961", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 14)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new dynamic reservation {type=dynamic, ip=, network=cf1, instance=api_worker_z1/0 (fd1d6b52-275e-4fd5-a05a-63e474be3961)} for instance 'api_worker_z1/0 (fd1d6b52-275e-4fd5-a05a-63e474be3961)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'api_worker_z1/0 (fd1d6b52-275e-4fd5-a05a-63e474be3961)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'api_worker_z1/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'api_worker_z1/0 (fd1d6b52-275e-4fd5-a05a-63e474be3961)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'api_worker_z2' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: azs with fewest placed: []
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: az: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>15, :job=>"api_worker_z2", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"e4980640-d2ce-456a-8c04-71d144ded1e5", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 15)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new dynamic reservation {type=dynamic, ip=, network=cf2, instance=api_worker_z2/0 (e4980640-d2ce-456a-8c04-71d144ded1e5)} for instance 'api_worker_z2/0 (e4980640-d2ce-456a-8c04-71d144ded1e5)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'api_worker_z2/0 (e4980640-d2ce-456a-8c04-71d144ded1e5)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'api_worker_z2/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'api_worker_z2/0 (e4980640-d2ce-456a-8c04-71d144ded1e5)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'hm9000_z1' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: azs with fewest placed: []
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: az: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>16, :job=>"hm9000_z1", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"981b1ee9-d9ea-4824-89e5-48b11287c7c6", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 16)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new dynamic reservation {type=dynamic, ip=, network=cf1, instance=hm9000_z1/0 (981b1ee9-d9ea-4824-89e5-48b11287c7c6)} for instance 'hm9000_z1/0 (981b1ee9-d9ea-4824-89e5-48b11287c7c6)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'hm9000_z1/0 (981b1ee9-d9ea-4824-89e5-48b11287c7c6)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'hm9000_z1/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'hm9000_z1/0 (981b1ee9-d9ea-4824-89e5-48b11287c7c6)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'hm9000_z2' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: azs with fewest placed: []
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: az: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>17, :job=>"hm9000_z2", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"4a7f0866-511b-481e-945d-732930bcef7a", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 17)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new dynamic reservation {type=dynamic, ip=, network=cf2, instance=hm9000_z2/0 (4a7f0866-511b-481e-945d-732930bcef7a)} for instance 'hm9000_z2/0 (4a7f0866-511b-481e-945d-732930bcef7a)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'hm9000_z2/0 (4a7f0866-511b-481e-945d-732930bcef7a)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'hm9000_z2/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'hm9000_z2/0 (4a7f0866-511b-481e-945d-732930bcef7a)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'runner_z1' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: azs with fewest placed: []
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: az: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>18, :job=>"runner_z1", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"165f01fe-bc36-44ad-84df-e6a45474e237", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 18)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new dynamic reservation {type=dynamic, ip=, network=cf1, instance=runner_z1/0 (165f01fe-bc36-44ad-84df-e6a45474e237)} for instance 'runner_z1/0 (165f01fe-bc36-44ad-84df-e6a45474e237)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'runner_z1/0 (165f01fe-bc36-44ad-84df-e6a45474e237)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'runner_z1/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'runner_z1/0 (165f01fe-bc36-44ad-84df-e6a45474e237)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'runner_z2' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: azs with fewest placed: []
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: az: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>19, :job=>"runner_z2", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"acdb2390-4c67-4040-b577-7ad4be0346f8", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 19)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new dynamic reservation {type=dynamic, ip=, network=cf2, instance=runner_z2/0 (acdb2390-4c67-4040-b577-7ad4be0346f8)} for instance 'runner_z2/0 (acdb2390-4c67-4040-b577-7ad4be0346f8)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'runner_z2/0 (acdb2390-4c67-4040-b577-7ad4be0346f8)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'runner_z2/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'runner_z2/0 (acdb2390-4c67-4040-b577-7ad4be0346f8)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'loggregator_z1' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'loggregator_z2' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'doppler_z1' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: azs with fewest placed: []
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: az: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>20, :job=>"doppler_z1", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"00f294a3-2788-4811-85db-5c801b12b165", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 20)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new dynamic reservation {type=dynamic, ip=, network=cf1, instance=doppler_z1/0 (00f294a3-2788-4811-85db-5c801b12b165)} for instance 'doppler_z1/0 (00f294a3-2788-4811-85db-5c801b12b165)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'doppler_z1/0 (00f294a3-2788-4811-85db-5c801b12b165)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'doppler_z1/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'doppler_z1/0 (00f294a3-2788-4811-85db-5c801b12b165)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'doppler_z2' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: azs with fewest placed: []
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: az: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>21, :job=>"doppler_z2", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"3ef8d3d9-ca4e-4194-9ac8-a761d4e64e26", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 21)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new dynamic reservation {type=dynamic, ip=, network=cf2, instance=doppler_z2/0 (3ef8d3d9-ca4e-4194-9ac8-a761d4e64e26)} for instance 'doppler_z2/0 (3ef8d3d9-ca4e-4194-9ac8-a761d4e64e26)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'doppler_z2/0 (3ef8d3d9-ca4e-4194-9ac8-a761d4e64e26)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'doppler_z2/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'doppler_z2/0 (3ef8d3d9-ca4e-4194-9ac8-a761d4e64e26)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'loggregator_trafficcontroller_z1' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: azs with fewest placed: []
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: az: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>22, :job=>"loggregator_trafficcontroller_z1", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"7734a3ed-9a14-4e8e-ad40-dde6f53be7c0", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000149s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 22)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new dynamic reservation {type=dynamic, ip=, network=cf1, instance=loggregator_trafficcontroller_z1/0 (7734a3ed-9a14-4e8e-ad40-dde6f53be7c0)} for instance 'loggregator_trafficcontroller_z1/0 (7734a3ed-9a14-4e8e-ad40-dde6f53be7c0)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'loggregator_trafficcontroller_z1/0 (7734a3ed-9a14-4e8e-ad40-dde6f53be7c0)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'loggregator_trafficcontroller_z1/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'loggregator_trafficcontroller_z1/0 (7734a3ed-9a14-4e8e-ad40-dde6f53be7c0)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'loggregator_trafficcontroller_z2' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: azs with fewest placed: []
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: az: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>23, :job=>"loggregator_trafficcontroller_z2", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"0ce669bc-9d77-46af-9cd0-6822e3846b80", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 23)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new dynamic reservation {type=dynamic, ip=, network=cf2, instance=loggregator_trafficcontroller_z2/0 (0ce669bc-9d77-46af-9cd0-6822e3846b80)} for instance 'loggregator_trafficcontroller_z2/0 (0ce669bc-9d77-46af-9cd0-6822e3846b80)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'loggregator_trafficcontroller_z2/0 (0ce669bc-9d77-46af-9cd0-6822e3846b80)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'loggregator_trafficcontroller_z2/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'loggregator_trafficcontroller_z2/0 (0ce669bc-9d77-46af-9cd0-6822e3846b80)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'router_z1' has networks with static IPs, placing instances based on static IP distribution
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 24)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Reusing instance 'router_z1/0' with new IPs
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>24, :job=>"router_z1", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"ab4a0b86-6290-483f-a80f-4983ba6fd2a1", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'router_z1/0 (ab4a0b86-6290-483f-a80f-4983ba6fd2a1)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Claiming IP '10.10.16.15' on network cf1 and az '' for instance 'router_z1/0 (ab4a0b86-6290-483f-a80f-4983ba6fd2a1)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new static reservation {type=static, ip=10.10.16.15, network=cf1, instance=router_z1/0 (ab4a0b86-6290-483f-a80f-4983ba6fd2a1)} for instance 'router_z1/0 (ab4a0b86-6290-483f-a80f-4983ba6fd2a1)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'router_z1/0 (ab4a0b86-6290-483f-a80f-4983ba6fd2a1)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'router_z1/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'router_z1/0 (ab4a0b86-6290-483f-a80f-4983ba6fd2a1)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'router_z2' has networks with static IPs, placing instances based on static IP distribution
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000111s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 25)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Reusing instance 'router_z2/0' with new IPs
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>25, :job=>"router_z2", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"09bfa6de-6c16-4169-a297-748c860f4177", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'router_z2/0 (09bfa6de-6c16-4169-a297-748c860f4177)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Claiming IP '10.10.80.15' on network cf2 and az '' for instance 'router_z2/0 (09bfa6de-6c16-4169-a297-748c860f4177)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new static reservation {type=static, ip=10.10.80.15, network=cf2, instance=router_z2/0 (09bfa6de-6c16-4169-a297-748c860f4177)} for instance 'router_z2/0 (09bfa6de-6c16-4169-a297-748c860f4177)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'router_z2/0 (09bfa6de-6c16-4169-a297-748c860f4177)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'router_z2/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'router_z2/0 (09bfa6de-6c16-4169-a297-748c860f4177)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'acceptance_tests' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: azs with fewest placed: []
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: az: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>26, :job=>"acceptance_tests", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"9b32f677-e1e3-474d-bf96-23d1869a3cc3", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 26)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new dynamic reservation {type=dynamic, ip=, network=cf1, instance=acceptance_tests/0 (9b32f677-e1e3-474d-bf96-23d1869a3cc3)} for instance 'acceptance_tests/0 (9b32f677-e1e3-474d-bf96-23d1869a3cc3)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'acceptance_tests/0 (9b32f677-e1e3-474d-bf96-23d1869a3cc3)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'acceptance_tests/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'acceptance_tests/0 (9b32f677-e1e3-474d-bf96-23d1869a3cc3)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job 'smoke_tests' does not have networks with static IPs, placing instances based on persistent disk allocation
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Desired azs: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: azs with fewest placed: []
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: az: nil
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Fetching existing instance for: #<Bosh::Director::Models::Instance @values={:id=>27, :job=>"smoke_tests", :index=>0, :deployment_id=>1, :vm_id=>nil, :state=>"started", :resurrection_paused=>false, :uuid=>"3d4c1a8c-fdde-4d30-afc6-656e7f0aa22d", :availability_zone=>nil, :cloud_properties=>nil, :compilation=>false, :bootstrap=>true, :dns_records=>"[]", :spec_json=>nil, :vm_cid=>nil, :agent_id=>nil, :credentials_json=>nil, :trusted_certs_sha1=>"da39a3ee5e6b4b0d3255bfef95601890afd80709"}>
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Job instance states: {}, found: , state: started
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000103s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT * FROM "ip_addresses" WHERE ("ip_addresses"."instance_id" = 27)
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new dynamic reservation {type=dynamic, ip=, network=cf1, instance=smoke_tests/0 (3d4c1a8c-fdde-4d30-afc6-656e7f0aa22d)} for instance 'smoke_tests/0 (3d4c1a8c-fdde-4d30-afc6-656e7f0aa22d)'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Assigning az '' to instance 'smoke_tests/0 (3d4c1a8c-fdde-4d30-afc6-656e7f0aa22d)'
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Existing desired instance 'smoke_tests/0' in az ''
I, [2016-02-01 18:29:29 #5729] [task:8] INFO -- DirectorJobRunner: Found existing bootstrap instance 'smoke_tests/0 (3d4c1a8c-fdde-4d30-afc6-656e7f0aa22d)' in az ''
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000214s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') AND ("version" = '3181')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000101s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000415s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000168s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') AND ("version" = '3181')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000217s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000163s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') AND ("version" = '3181')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000215s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000103s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000161s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') AND ("version" = '3181')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000211s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000161s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') AND ("version" = '3181')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000211s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000161s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') AND ("version" = '3181')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000209s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000161s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') AND ("version" = '3181')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000209s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000161s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') AND ("version" = '3181')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000102s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000213s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000160s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') AND ("version" = '3181')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000208s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000161s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') AND ("version" = '3181')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000101s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000208s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000160s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') AND ("version" = '3181')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000207s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000161s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-aws-xen-hvm-ubuntu-trusty-go_agent') AND ("version" = '3181')) LIMIT 1
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000206s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `consul_agent'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000793s) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON (("release_versions_templates"."template_id" = "templates"."id") AND ("release_versions_templates"."release_version_id" = 3))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000105s) SELECT NULL
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000649s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `consul_agent'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `metron_agent'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `metron_agent'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `haproxy'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `haproxy'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `nats'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `nats'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `nats_stream_forwarder'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `nats_stream_forwarder'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `etcd'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `etcd'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `etcd_metrics_server'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `etcd_metrics_server'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `collector'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `collector'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `debian_nfs_server'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `debian_nfs_server'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `postgres'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `postgres'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `uaa'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `uaa'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `route_registrar'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `route_registrar'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `statsd-injector'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `statsd-injector'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `cloud_controller_ng'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `cloud_controller_ng'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `nfs_mounter'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `nfs_mounter'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `cloud_controller_clock'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `cloud_controller_clock'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `cloud_controller_worker'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `cloud_controller_worker'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `hm9000'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `hm9000'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `dea_next'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `dea_next'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `dea_logging_agent'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `dea_logging_agent'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `doppler'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `doppler'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `syslog_drain_binder'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `syslog_drain_binder'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `loggregator_trafficcontroller'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `loggregator_trafficcontroller'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `gorouter'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `gorouter'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `acceptance-tests'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `acceptance-tests'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Binding template `smoke-tests'
D, [2016-02-01 18:29:29 #5729] [task:8] DEBUG -- DirectorJobRunner: Bound template `smoke-tests'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Using in-memory ip repo
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving static reservation with IP '10.10.16.37' for instance consul_z1/0 (69e5f119-e43e-46dc-beea-321d6bd1a957) for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.16.37' for cf1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Found subnet with azs '' for 10.10.16.37. Reserved as static network reservation.
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving static reservation with IP '10.10.80.37' for instance consul_z2/0 (dd60010b-debd-4b3d-ba27-ef14947ed01a) for manual network 'cf2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.80.37' for cf2
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Found subnet with azs '' for 10.10.80.37. Reserved as static network reservation.
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving static reservation with IP '10.10.16.11' for instance nats_z1/0 (d9a4d7c4-3901-4f1b-9a14-d6a38165e37f) for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.16.11' for cf1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Found subnet with azs '' for 10.10.16.11. Reserved as static network reservation.
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving static reservation with IP '10.10.80.11' for instance nats_z2/0 (70e4c6c0-157c-4b2e-a3b4-2017b5b91e66) for manual network 'cf2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.80.11' for cf2
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Found subnet with azs '' for 10.10.80.11. Reserved as static network reservation.
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving static reservation with IP '10.10.16.20' for instance etcd_z1/0 (f5167205-57b2-4d12-a3a9-15a6dbd8c25e) for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.16.20' for cf1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Found subnet with azs '' for 10.10.16.20. Reserved as static network reservation.
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving static reservation with IP '10.10.16.35' for instance etcd_z1/1 (f1bc4169-2695-46b1-b1ba-8908c2ebda49) for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.16.35' for cf1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Found subnet with azs '' for 10.10.16.35. Reserved as static network reservation.
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving static reservation with IP '10.10.80.19' for instance etcd_z2/0 (908c9887-5a15-41b6-a8eb-e0ed035d7056) for manual network 'cf2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.80.19' for cf2
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Found subnet with azs '' for 10.10.80.19. Reserved as static network reservation.
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.17.0' for cf1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.17.0' for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.17.1' for cf1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.17.1' for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.81.0' for cf2
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.81.0' for manual network 'cf2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.17.2' for cf1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.17.2' for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.81.1' for cf2
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.81.1' for manual network 'cf2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.17.3' for cf1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.17.3' for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.17.4' for cf1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.17.4' for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.81.2' for cf2
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.81.2' for manual network 'cf2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.17.5' for cf1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.17.5' for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.81.3' for cf2
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.81.3' for manual network 'cf2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.17.6' for cf1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.17.6' for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.81.4' for cf2
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.81.4' for manual network 'cf2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.17.7' for cf1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.17.7' for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.81.5' for cf2
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.81.5' for manual network 'cf2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.17.8' for cf1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.17.8' for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.81.6' for cf2
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.81.6' for manual network 'cf2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving static reservation with IP '10.10.16.15' for instance router_z1/0 (ab4a0b86-6290-483f-a80f-4983ba6fd2a1) for manual network 'cf1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.16.15' for cf1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Found subnet with azs '' for 10.10.16.15. Reserved as static network reservation.
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Sorting instance plan to update them always in the same order
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving static reservation with IP '10.10.80.15' for instance router_z2/0 (09bfa6de-6c16-4169-a297-748c860f4177) for manual network 'cf2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.80.15' for cf2
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: [network-configuration] Found subnet with azs '' for 10.10.80.15. Reserved as static network reservation.
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000205s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000246s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000141s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000243s) SELECT * FROM "records" WHERE (("name" = 'microbosh') AND ("type" = 'SOA')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000073s) BEGIN
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000317s) UPDATE "records" SET "name" = 'microbosh', "type" = 'SOA', "content" = 'localhost hostmaster@localhost 0 10800 604800 30', "ttl" = 300, "prio" = NULL, "change_date" = 1454351370, "domain_id" = 1 WHERE ("id" = 1)
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.002700s) COMMIT
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000112s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000199s) SELECT * FROM "records" WHERE (("name" = 'microbosh') AND ("type" = 'NS')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000073s) BEGIN
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000172s) UPDATE "records" SET "name" = 'microbosh', "type" = 'NS', "content" = 'ns.microbosh', "ttl" = 14400, "prio" = NULL, "change_date" = 1454351370, "domain_id" = 1 WHERE ("id" = 2)
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.002136s) COMMIT
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000086s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000172s) SELECT * FROM "records" WHERE (("name" = 'ns.microbosh') AND ("type" = 'A')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000070s) BEGIN
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000164s) UPDATE "records" SET "name" = 'ns.microbosh', "type" = 'A', "content" = NULL, "ttl" = 18000, "prio" = NULL, "change_date" = 1454351370, "domain_id" = 1 WHERE ("id" = 3)
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.001912s) COMMIT
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'consul_z1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'consul_z2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'ha_proxy_z1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'nats_z1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'nats_z2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'etcd_z1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'etcd_z2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'stats_z1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'nfs_z1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'postgres_z1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'uaa_z1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'uaa_z2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'api_z1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'api_z2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'clock_global'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'api_worker_z1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'api_worker_z2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'hm9000_z1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'hm9000_z2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'runner_z1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'runner_z2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'loggregator_z1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'loggregator_z2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'doppler_z1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'doppler_z2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'loggregator_trafficcontroller_z1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'loggregator_trafficcontroller_z2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'router_z1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'router_z2'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'acceptance_tests'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Resolving links for job 'smoke_tests'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000155s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000172s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000160s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000141s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000414s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000106s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000147s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000089s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000148s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000138s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000355s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000104s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000152s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000149s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000137s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000356s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000103s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000148s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000091s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000153s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000139s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000102s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000354s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000105s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000144s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000150s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000137s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000350s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000142s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000115s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000142s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000102s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000139s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000351s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000105s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000145s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000102s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000150s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000137s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000354s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000088s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000142s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000087s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000168s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000169s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000102s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000446s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000105s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000095s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000150s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000144s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000160s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000146s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000355s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000107s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000149s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000090s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000149s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000099s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000139s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000355s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000106s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000092s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000150s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000153s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000098s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000141s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000101s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000353s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000102s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000156s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000110s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000101s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000167s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000097s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000139s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000352s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000108s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000093s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000152s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000108s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000115s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000171s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000167s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000427s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000115s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000116s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000111s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000177s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000114s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000165s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000418s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000181s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000154s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000176s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000436s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000183s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000416s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000135s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000180s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000416s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000116s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000113s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000178s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000193s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000419s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000180s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000188s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000171s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000413s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000179s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000183s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000190s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000418s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000179s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000207s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000203s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000416s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000131s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000419s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000180s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000415s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000177s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000112s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000177s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000170s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000410s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000139s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000179s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000137s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000186s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000172s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000416s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000179s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000177s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000145s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000418s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000178s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000183s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000436s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000178s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000183s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000174s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000416s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000179s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000116s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000172s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000414s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000178s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000183s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000418s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000179s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000172s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000416s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000115s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000181s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000183s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000415s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000179s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000183s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000170s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000453s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000132s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000179s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000172s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000416s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000179s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000183s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000419s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000131s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000181s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000183s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000173s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000417s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000133s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000180s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000131s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000133s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000173s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000418s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000180s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000133s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000173s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000415s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000178s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000181s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000176s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000415s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000157s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000181s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000172s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000414s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000179s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000183s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000171s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000416s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000181s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000171s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000437s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000132s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000178s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000181s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000173s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000418s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000177s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000181s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000177s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000422s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000179s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000181s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000187s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000409s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000178s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000173s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000414s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000179s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000172s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000415s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000131s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000172s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000426s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000183s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000187s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000422s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000241s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000247s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000200s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000139s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000474s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000140s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000187s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000156s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000187s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000220s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000201s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000144s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000420s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000134s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000186s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000186s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000420s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000133s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000181s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000207s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000414s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000158s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000192s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000186s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000176s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000439s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000133s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000156s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000189s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000181s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000425s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000187s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000187s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000176s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000131s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000422s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000181s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000186s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000138s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000176s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000417s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000137s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000181s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000186s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000174s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000415s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000174s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000416s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000176s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000422s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000187s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000421s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000176s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000418s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000132s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000174s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000446s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000131s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000186s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000427s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000131s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000186s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000176s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000417s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000187s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000176s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000419s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000135s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000131s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000176s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000421s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000136s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000186s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000172s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000420s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000183s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000174s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000135s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000415s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000180s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000415s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000180s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000434s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000181s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000183s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000173s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000416s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000181s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000187s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000176s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000413s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000133s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000189s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000174s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000414s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000173s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000417s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000131s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000177s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000423s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000138s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000192s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000173s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000417s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000137s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000180s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000421s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000131s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000173s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000433s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000131s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000181s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000183s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000414s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000186s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000418s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000131s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000180s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000176s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000416s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000179s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000453s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000174s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000416s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000186s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000140s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000186s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000177s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000133s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000418s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000136s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000205s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000176s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000132s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000420s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000179s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000190s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000176s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000132s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000417s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000181s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000174s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000445s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000181s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000176s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000135s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000416s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000134s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000174s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000134s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000416s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000186s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000178s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000412s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000137s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000415s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000173s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000133s) SELECT NULL
D, [2016-02-01 18:29:30 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000416s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000183s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000133s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000186s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000193s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000145s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000427s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000180s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000183s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000189s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000140s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000417s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000179s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000144s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000416s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000123s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000140s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000174s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000141s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000413s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000131s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000186s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000174s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000414s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000265s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000244s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000203s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '230+dev.1')) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000177s) SELECT * FROM "releases" WHERE ("releases"."id" = 3) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: Validating packages for release 'cf/230+dev.1'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000466s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 3))
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Generating a list of compile tasks
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/consul_agent', `cf/metron_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul-common/ffab9ae7bea8a053aacca8816681e241b0fab30b' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000131s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000236s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 136) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `consul-common/ffab9ae7bea8a053aacca8816681e241b0fab30b' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `consul-common/ffab9ae7bea8a053aacca8816681e241b0fab30b' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000134s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000202s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 131) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `confab/3430d8c6c3bdf3f0e8d1913fd9b5785de2cd60f2' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000201s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 108) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang1.5","ef3267f8998cebcdc86a477126e79e465753aaf1"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `confab/3430d8c6c3bdf3f0e8d1913fd9b5785de2cd60f2' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `confab/3430d8c6c3bdf3f0e8d1913fd9b5785de2cd60f2' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `confab/3430d8c6c3bdf3f0e8d1913fd9b5785de2cd60f2' depends on package `golang1.5/ef3267f8998cebcdc86a477126e79e465753aaf1'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `golang1.5/ef3267f8998cebcdc86a477126e79e465753aaf1' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000198s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 127) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `golang1.5/ef3267f8998cebcdc86a477126e79e465753aaf1' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `golang1.5/ef3267f8998cebcdc86a477126e79e465753aaf1' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000196s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 148) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000197s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 107) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang1.4","714698bc352d2a1dbe321376f0676037568147bb"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' depends on package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000197s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 145) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/consul_agent', `cf/metron_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul-common/ffab9ae7bea8a053aacca8816681e241b0fab30b' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `confab/3430d8c6c3bdf3f0e8d1913fd9b5785de2cd60f2' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/haproxy', `cf/metron_agent', `cf/consul_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000197s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 135) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `common/e401816a4748292163679fafcbd8f818ed8154a5' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `haproxy/f5d89b125a66892628a8cd61d23be7f9b0d31171' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000197s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 125) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `haproxy/f5d89b125a66892628a8cd61d23be7f9b0d31171' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `haproxy/f5d89b125a66892628a8cd61d23be7f9b0d31171' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul-common/ffab9ae7bea8a053aacca8816681e241b0fab30b' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `confab/3430d8c6c3bdf3f0e8d1913fd9b5785de2cd60f2' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/nats', `cf/nats_stream_forwarder', `cf/metron_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `gnatsd/0242557ff8fc93c42ff54aa642c524b17ce203eb' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000131s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000200s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 133) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang1.4","714698bc352d2a1dbe321376f0676037568147bb"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `gnatsd/0242557ff8fc93c42ff54aa642c524b17ce203eb' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `gnatsd/0242557ff8fc93c42ff54aa642c524b17ce203eb' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `gnatsd/0242557ff8fc93c42ff54aa642c524b17ce203eb' depends on package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `ruby-2.1.8/b5bf6af82bae947ad255e426001308acfc2244ee' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000198s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 112) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `ruby-2.1.8/b5bf6af82bae947ad255e426001308acfc2244ee' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `ruby-2.1.8/b5bf6af82bae947ad255e426001308acfc2244ee' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `nats/2230720d1021af6c2c90cd7f3983264ab351043b' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000199s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 128) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["ruby-2.1.8","b5bf6af82bae947ad255e426001308acfc2244ee"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `nats/2230720d1021af6c2c90cd7f3983264ab351043b' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `nats/2230720d1021af6c2c90cd7f3983264ab351043b' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `nats/2230720d1021af6c2c90cd7f3983264ab351043b' depends on package `ruby-2.1.8/b5bf6af82bae947ad255e426001308acfc2244ee'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `ruby-2.1.8/b5bf6af82bae947ad255e426001308acfc2244ee' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/nats', `cf/nats_stream_forwarder', `cf/metron_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `gnatsd/0242557ff8fc93c42ff54aa642c524b17ce203eb' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `ruby-2.1.8/b5bf6af82bae947ad255e426001308acfc2244ee' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `nats/2230720d1021af6c2c90cd7f3983264ab351043b' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/etcd', `cf/etcd_metrics_server', `cf/metron_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `etcd-common/a5492fb0ad41a80d2fa083172c0430073213a296' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000191s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 122) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `etcd-common/a5492fb0ad41a80d2fa083172c0430073213a296' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `etcd-common/a5492fb0ad41a80d2fa083172c0430073213a296' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `etcd/d43feb5cdad0809d109df0afe6cd3c315dc94a61' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000194s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 113) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang1.4","714698bc352d2a1dbe321376f0676037568147bb"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `etcd/d43feb5cdad0809d109df0afe6cd3c315dc94a61' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `etcd/d43feb5cdad0809d109df0afe6cd3c315dc94a61' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `etcd/d43feb5cdad0809d109df0afe6cd3c315dc94a61' depends on package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `etcd-common/a5492fb0ad41a80d2fa083172c0430073213a296' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `etcd_metrics_server/fc0f1835cd8e95ca86cf3851645486531ae4f12b' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000113s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000218s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 132) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang1.4","714698bc352d2a1dbe321376f0676037568147bb"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `etcd_metrics_server/fc0f1835cd8e95ca86cf3851645486531ae4f12b' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `etcd_metrics_server/fc0f1835cd8e95ca86cf3851645486531ae4f12b' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `etcd_metrics_server/fc0f1835cd8e95ca86cf3851645486531ae4f12b' depends on package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/etcd', `cf/etcd_metrics_server', `cf/metron_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `etcd-common/a5492fb0ad41a80d2fa083172c0430073213a296' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `etcd/d43feb5cdad0809d109df0afe6cd3c315dc94a61' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `etcd-common/a5492fb0ad41a80d2fa083172c0430073213a296' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `etcd_metrics_server/fc0f1835cd8e95ca86cf3851645486531ae4f12b' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/collector', `cf/metron_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `collector/9f8dfbcbcfffb124820327ad2ad4fee35e51d236' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000198s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 117) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["ruby-2.1.8","b5bf6af82bae947ad255e426001308acfc2244ee"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `collector/9f8dfbcbcfffb124820327ad2ad4fee35e51d236' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `collector/9f8dfbcbcfffb124820327ad2ad4fee35e51d236' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `collector/9f8dfbcbcfffb124820327ad2ad4fee35e51d236' depends on package `ruby-2.1.8/b5bf6af82bae947ad255e426001308acfc2244ee'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `ruby-2.1.8/b5bf6af82bae947ad255e426001308acfc2244ee' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `ruby-2.1.8/b5bf6af82bae947ad255e426001308acfc2244ee' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/debian_nfs_server', `cf/metron_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `debian_nfs_server/aac05f22582b2f9faa6840da056084ed15772594' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000197s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 120) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `debian_nfs_server/aac05f22582b2f9faa6840da056084ed15772594' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `debian_nfs_server/aac05f22582b2f9faa6840da056084ed15772594' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/postgres', `cf/metron_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `postgres-9.4.5/06a51985e0701707b27d45c7a5757171b5cefb8c' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000137s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000197s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 147) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `postgres-9.4.5/06a51985e0701707b27d45c7a5757171b5cefb8c' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `postgres-9.4.5/06a51985e0701707b27d45c7a5757171b5cefb8c' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/uaa', `cf/metron_agent', `cf/consul_agent', `cf/route_registrar', `cf/statsd-injector' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `uaa_utils/8ee843cd3e50520398f28541c513ac0d16b00877' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000204s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 137) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `uaa_utils/8ee843cd3e50520398f28541c513ac0d16b00877' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `uaa_utils/8ee843cd3e50520398f28541c513ac0d16b00877' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `uaa/0e15122de61644748d111b619aff4487726f8378' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000198s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 105) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `uaa/0e15122de61644748d111b619aff4487726f8378' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `uaa/0e15122de61644748d111b619aff4487726f8378' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul-common/ffab9ae7bea8a053aacca8816681e241b0fab30b' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `confab/3430d8c6c3bdf3f0e8d1913fd9b5785de2cd60f2' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `route_registrar/660e459d5a6e46d6ecb467a3bc6fb4dd858821e9' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000202s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 104) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang1.5","ef3267f8998cebcdc86a477126e79e465753aaf1"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `route_registrar/660e459d5a6e46d6ecb467a3bc6fb4dd858821e9' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `route_registrar/660e459d5a6e46d6ecb467a3bc6fb4dd858821e9' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `route_registrar/660e459d5a6e46d6ecb467a3bc6fb4dd858821e9' depends on package `golang1.5/ef3267f8998cebcdc86a477126e79e465753aaf1'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `golang1.5/ef3267f8998cebcdc86a477126e79e465753aaf1' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `statsd-injector/8c2166f3d82ffb8759d6eb409947121aca5123a1' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000199s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 118) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang1.4","714698bc352d2a1dbe321376f0676037568147bb"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `statsd-injector/8c2166f3d82ffb8759d6eb409947121aca5123a1' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `statsd-injector/8c2166f3d82ffb8759d6eb409947121aca5123a1' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `statsd-injector/8c2166f3d82ffb8759d6eb409947121aca5123a1' depends on package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/uaa', `cf/metron_agent', `cf/consul_agent', `cf/route_registrar', `cf/statsd-injector' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `uaa_utils/8ee843cd3e50520398f28541c513ac0d16b00877' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `uaa/0e15122de61644748d111b619aff4487726f8378' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul-common/ffab9ae7bea8a053aacca8816681e241b0fab30b' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `confab/3430d8c6c3bdf3f0e8d1913fd9b5785de2cd60f2' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `route_registrar/660e459d5a6e46d6ecb467a3bc6fb4dd858821e9' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `statsd-injector/8c2166f3d82ffb8759d6eb409947121aca5123a1' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/cloud_controller_ng', `cf/metron_agent', `cf/statsd-injector', `cf/consul_agent', `cf/nfs_mounter', `cf/route_registrar' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `cloud_controller_ng/9ca58fcb7c289431af16f161078d22ada352ff20' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000203s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 142) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["libmariadb","dcc142dd0798ae557193f08bc46e9bdd97e4c6f3"],["libpq","14d0b1290ea238243d04dd46d1a9635e6e9812bb"],["ruby-2.2.4","dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `cloud_controller_ng/9ca58fcb7c289431af16f161078d22ada352ff20' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `cloud_controller_ng/9ca58fcb7c289431af16f161078d22ada352ff20' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `cloud_controller_ng/9ca58fcb7c289431af16f161078d22ada352ff20' depends on package `libmariadb/dcc142dd0798ae557193f08bc46e9bdd97e4c6f3'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `libmariadb/dcc142dd0798ae557193f08bc46e9bdd97e4c6f3' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000201s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 116) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `libmariadb/dcc142dd0798ae557193f08bc46e9bdd97e4c6f3' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `libmariadb/dcc142dd0798ae557193f08bc46e9bdd97e4c6f3' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `cloud_controller_ng/9ca58fcb7c289431af16f161078d22ada352ff20' depends on package `libpq/14d0b1290ea238243d04dd46d1a9635e6e9812bb'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `libpq/14d0b1290ea238243d04dd46d1a9635e6e9812bb' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000200s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 146) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `libpq/14d0b1290ea238243d04dd46d1a9635e6e9812bb' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `libpq/14d0b1290ea238243d04dd46d1a9635e6e9812bb' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `cloud_controller_ng/9ca58fcb7c289431af16f161078d22ada352ff20' depends on package `ruby-2.2.4/dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `ruby-2.2.4/dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000133s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000198s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 130) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `ruby-2.2.4/dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `ruby-2.2.4/dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `nginx/bf3af6163e13887aacd230bbbc5eff90213ac6af' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000206s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 114) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `nginx/bf3af6163e13887aacd230bbbc5eff90213ac6af' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `nginx/bf3af6163e13887aacd230bbbc5eff90213ac6af' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `nginx_newrelic_plugin/3bf72c30bcda79a44863a2d1a6f932fe0a5486a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000199s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 106) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["ruby-2.2.4","dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `nginx_newrelic_plugin/3bf72c30bcda79a44863a2d1a6f932fe0a5486a5' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `nginx_newrelic_plugin/3bf72c30bcda79a44863a2d1a6f932fe0a5486a5' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `nginx_newrelic_plugin/3bf72c30bcda79a44863a2d1a6f932fe0a5486a5' depends on package `ruby-2.2.4/dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `ruby-2.2.4/dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `libpq/14d0b1290ea238243d04dd46d1a9635e6e9812bb' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `libmariadb/dcc142dd0798ae557193f08bc46e9bdd97e4c6f3' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `ruby-2.2.4/dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `buildpack_java/0dd2a9074cdfee66f56d6a9e958c2b9e1fa9337c' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000197s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 139) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `buildpack_java/0dd2a9074cdfee66f56d6a9e958c2b9e1fa9337c' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `buildpack_java/0dd2a9074cdfee66f56d6a9e958c2b9e1fa9337c' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `buildpack_java_offline/f6b99f87508400e9d75926c1546e8d08177072ef' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000198s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 123) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `buildpack_java_offline/f6b99f87508400e9d75926c1546e8d08177072ef' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `buildpack_java_offline/f6b99f87508400e9d75926c1546e8d08177072ef' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `buildpack_ruby/d37b44b37b7c95077fd9698879b78561ac0aaf52' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000199s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 111) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `buildpack_ruby/d37b44b37b7c95077fd9698879b78561ac0aaf52' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `buildpack_ruby/d37b44b37b7c95077fd9698879b78561ac0aaf52' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `buildpack_nodejs/da88c1de3e899a27d33c5a8d6e08e151b42a1aa8' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000196s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 129) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `buildpack_nodejs/da88c1de3e899a27d33c5a8d6e08e151b42a1aa8' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `buildpack_nodejs/da88c1de3e899a27d33c5a8d6e08e151b42a1aa8' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `buildpack_go/08a35c7097417bedf06812c7ac8931d950dfae60' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000196s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 144) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `buildpack_go/08a35c7097417bedf06812c7ac8931d950dfae60' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `buildpack_go/08a35c7097417bedf06812c7ac8931d950dfae60' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `buildpack_python/a5d5eeb5e255ceb3282424a28c74a4bccd3316e9' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000196s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 109) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `buildpack_python/a5d5eeb5e255ceb3282424a28c74a4bccd3316e9' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `buildpack_python/a5d5eeb5e255ceb3282424a28c74a4bccd3316e9' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000195s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 150) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000200s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 121) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000144s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000201s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 141) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `statsd-injector/8c2166f3d82ffb8759d6eb409947121aca5123a1' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul-common/ffab9ae7bea8a053aacca8816681e241b0fab30b' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `confab/3430d8c6c3bdf3f0e8d1913fd9b5785de2cd60f2' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `route_registrar/660e459d5a6e46d6ecb467a3bc6fb4dd858821e9' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/cloud_controller_ng', `cf/metron_agent', `cf/statsd-injector', `cf/consul_agent', `cf/nfs_mounter', `cf/route_registrar' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `cloud_controller_ng/9ca58fcb7c289431af16f161078d22ada352ff20' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `nginx/bf3af6163e13887aacd230bbbc5eff90213ac6af' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `nginx_newrelic_plugin/3bf72c30bcda79a44863a2d1a6f932fe0a5486a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `libpq/14d0b1290ea238243d04dd46d1a9635e6e9812bb' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `libmariadb/dcc142dd0798ae557193f08bc46e9bdd97e4c6f3' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `ruby-2.2.4/dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `buildpack_java/0dd2a9074cdfee66f56d6a9e958c2b9e1fa9337c' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `buildpack_java_offline/f6b99f87508400e9d75926c1546e8d08177072ef' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `buildpack_ruby/d37b44b37b7c95077fd9698879b78561ac0aaf52' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `buildpack_nodejs/da88c1de3e899a27d33c5a8d6e08e151b42a1aa8' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `buildpack_go/08a35c7097417bedf06812c7ac8931d950dfae60' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `buildpack_python/a5d5eeb5e255ceb3282424a28c74a4bccd3316e9' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `statsd-injector/8c2166f3d82ffb8759d6eb409947121aca5123a1' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul-common/ffab9ae7bea8a053aacca8816681e241b0fab30b' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `confab/3430d8c6c3bdf3f0e8d1913fd9b5785de2cd60f2' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `route_registrar/660e459d5a6e46d6ecb467a3bc6fb4dd858821e9' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/cloud_controller_clock', `cf/metron_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `cloud_controller_ng/9ca58fcb7c289431af16f161078d22ada352ff20' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `nginx/bf3af6163e13887aacd230bbbc5eff90213ac6af' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `nginx_newrelic_plugin/3bf72c30bcda79a44863a2d1a6f932fe0a5486a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `libpq/14d0b1290ea238243d04dd46d1a9635e6e9812bb' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `libmariadb/dcc142dd0798ae557193f08bc46e9bdd97e4c6f3' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `ruby-2.2.4/dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/cloud_controller_worker', `cf/metron_agent', `cf/consul_agent', `cf/nfs_mounter' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `cloud_controller_ng/9ca58fcb7c289431af16f161078d22ada352ff20' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `nginx/bf3af6163e13887aacd230bbbc5eff90213ac6af' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `nginx_newrelic_plugin/3bf72c30bcda79a44863a2d1a6f932fe0a5486a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `libpq/14d0b1290ea238243d04dd46d1a9635e6e9812bb' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `libmariadb/dcc142dd0798ae557193f08bc46e9bdd97e4c6f3' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `ruby-2.2.4/dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul-common/ffab9ae7bea8a053aacca8816681e241b0fab30b' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `confab/3430d8c6c3bdf3f0e8d1913fd9b5785de2cd60f2' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/cloud_controller_worker', `cf/metron_agent', `cf/consul_agent', `cf/nfs_mounter' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `cloud_controller_ng/9ca58fcb7c289431af16f161078d22ada352ff20' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `nginx/bf3af6163e13887aacd230bbbc5eff90213ac6af' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `nginx_newrelic_plugin/3bf72c30bcda79a44863a2d1a6f932fe0a5486a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `libpq/14d0b1290ea238243d04dd46d1a9635e6e9812bb' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `libmariadb/dcc142dd0798ae557193f08bc46e9bdd97e4c6f3' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `ruby-2.2.4/dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul-common/ffab9ae7bea8a053aacca8816681e241b0fab30b' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `confab/3430d8c6c3bdf3f0e8d1913fd9b5785de2cd60f2' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/hm9000', `cf/metron_agent', `cf/route_registrar', `cf/consul_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `hm9000/082bbefc4bf586e9195ce94d21dfc4a1e7c6798f' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000137s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000122s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000204s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 152) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang1.5","ef3267f8998cebcdc86a477126e79e465753aaf1"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `hm9000/082bbefc4bf586e9195ce94d21dfc4a1e7c6798f' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `hm9000/082bbefc4bf586e9195ce94d21dfc4a1e7c6798f' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `hm9000/082bbefc4bf586e9195ce94d21dfc4a1e7c6798f' depends on package `golang1.5/ef3267f8998cebcdc86a477126e79e465753aaf1'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `golang1.5/ef3267f8998cebcdc86a477126e79e465753aaf1' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `route_registrar/660e459d5a6e46d6ecb467a3bc6fb4dd858821e9' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul-common/ffab9ae7bea8a053aacca8816681e241b0fab30b' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `confab/3430d8c6c3bdf3f0e8d1913fd9b5785de2cd60f2' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/hm9000', `cf/metron_agent', `cf/route_registrar', `cf/consul_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `hm9000/082bbefc4bf586e9195ce94d21dfc4a1e7c6798f' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `route_registrar/660e459d5a6e46d6ecb467a3bc6fb4dd858821e9' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul-common/ffab9ae7bea8a053aacca8816681e241b0fab30b' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `confab/3430d8c6c3bdf3f0e8d1913fd9b5785de2cd60f2' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/dea_next', `cf/dea_logging_agent', `cf/metron_agent', `cf/consul_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `dea_next/6193e865f0a87f054d550f0e8c6ff3173e216e0e' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000126s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000204s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 138) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang1.5","ef3267f8998cebcdc86a477126e79e465753aaf1"],["ruby-2.2.4","dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `dea_next/6193e865f0a87f054d550f0e8c6ff3173e216e0e' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `dea_next/6193e865f0a87f054d550f0e8c6ff3173e216e0e' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `dea_next/6193e865f0a87f054d550f0e8c6ff3173e216e0e' depends on package `golang1.5/ef3267f8998cebcdc86a477126e79e465753aaf1'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `golang1.5/ef3267f8998cebcdc86a477126e79e465753aaf1' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `dea_next/6193e865f0a87f054d550f0e8c6ff3173e216e0e' depends on package `ruby-2.2.4/dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `ruby-2.2.4/dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `warden/0fc9616fdc0263f6093a58d9d4da5bb47e337ec2' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000204s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 153) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["ruby-2.2.4","dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `warden/0fc9616fdc0263f6093a58d9d4da5bb47e337ec2' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `warden/0fc9616fdc0263f6093a58d9d4da5bb47e337ec2' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `warden/0fc9616fdc0263f6093a58d9d4da5bb47e337ec2' depends on package `ruby-2.2.4/dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `ruby-2.2.4/dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000131s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000207s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 119) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `ruby-2.2.4/dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `dea_logging_agent/3179906f4e18fa39bf8baa60c92ee51fb7ce4e22' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000145s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000200s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 110) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang1.4","714698bc352d2a1dbe321376f0676037568147bb"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `dea_logging_agent/3179906f4e18fa39bf8baa60c92ee51fb7ce4e22' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `dea_logging_agent/3179906f4e18fa39bf8baa60c92ee51fb7ce4e22' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `dea_logging_agent/3179906f4e18fa39bf8baa60c92ee51fb7ce4e22' depends on package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul-common/ffab9ae7bea8a053aacca8816681e241b0fab30b' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `confab/3430d8c6c3bdf3f0e8d1913fd9b5785de2cd60f2' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/dea_next', `cf/dea_logging_agent', `cf/metron_agent', `cf/consul_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `dea_next/6193e865f0a87f054d550f0e8c6ff3173e216e0e' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `warden/0fc9616fdc0263f6093a58d9d4da5bb47e337ec2' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `ruby-2.2.4/dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `dea_logging_agent/3179906f4e18fa39bf8baa60c92ee51fb7ce4e22' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul-common/ffab9ae7bea8a053aacca8816681e241b0fab30b' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `confab/3430d8c6c3bdf3f0e8d1913fd9b5785de2cd60f2' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/doppler', `cf/syslog_drain_binder', `cf/metron_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `doppler/4abad345222d75f714fc3b7524c87b1829dcd187' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000203s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 134) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang1.4","714698bc352d2a1dbe321376f0676037568147bb"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `doppler/4abad345222d75f714fc3b7524c87b1829dcd187' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `doppler/4abad345222d75f714fc3b7524c87b1829dcd187' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `doppler/4abad345222d75f714fc3b7524c87b1829dcd187' depends on package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `syslog_drain_binder/607b460364b6c398a356c7181297eff11891d3a8' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000207s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 115) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang1.4","714698bc352d2a1dbe321376f0676037568147bb"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `syslog_drain_binder/607b460364b6c398a356c7181297eff11891d3a8' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `syslog_drain_binder/607b460364b6c398a356c7181297eff11891d3a8' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `syslog_drain_binder/607b460364b6c398a356c7181297eff11891d3a8' depends on package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/doppler', `cf/syslog_drain_binder', `cf/metron_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `doppler/4abad345222d75f714fc3b7524c87b1829dcd187' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `syslog_drain_binder/607b460364b6c398a356c7181297eff11891d3a8' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/doppler', `cf/syslog_drain_binder', `cf/metron_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `doppler/4abad345222d75f714fc3b7524c87b1829dcd187' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `syslog_drain_binder/607b460364b6c398a356c7181297eff11891d3a8' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/doppler', `cf/syslog_drain_binder', `cf/metron_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `doppler/4abad345222d75f714fc3b7524c87b1829dcd187' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `syslog_drain_binder/607b460364b6c398a356c7181297eff11891d3a8' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/loggregator_trafficcontroller', `cf/metron_agent', `cf/route_registrar' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_trafficcontroller/612624b9a615310d1d87053101c0f64b87038ab5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000132s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000203s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 124) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang1.4","714698bc352d2a1dbe321376f0676037568147bb"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `loggregator_trafficcontroller/612624b9a615310d1d87053101c0f64b87038ab5' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `loggregator_trafficcontroller/612624b9a615310d1d87053101c0f64b87038ab5' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `loggregator_trafficcontroller/612624b9a615310d1d87053101c0f64b87038ab5' depends on package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `route_registrar/660e459d5a6e46d6ecb467a3bc6fb4dd858821e9' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/loggregator_trafficcontroller', `cf/metron_agent', `cf/route_registrar' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_trafficcontroller/612624b9a615310d1d87053101c0f64b87038ab5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `route_registrar/660e459d5a6e46d6ecb467a3bc6fb4dd858821e9' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/gorouter', `cf/metron_agent', `cf/consul_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `gorouter/cbbf5f8f71a32cf205d910fe86ef3e5eaa1897f5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000202s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 126) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang1.5","ef3267f8998cebcdc86a477126e79e465753aaf1"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `gorouter/cbbf5f8f71a32cf205d910fe86ef3e5eaa1897f5' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `gorouter/cbbf5f8f71a32cf205d910fe86ef3e5eaa1897f5' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `gorouter/cbbf5f8f71a32cf205d910fe86ef3e5eaa1897f5' depends on package `golang1.5/ef3267f8998cebcdc86a477126e79e465753aaf1'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `golang1.5/ef3267f8998cebcdc86a477126e79e465753aaf1' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul-common/ffab9ae7bea8a053aacca8816681e241b0fab30b' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `confab/3430d8c6c3bdf3f0e8d1913fd9b5785de2cd60f2' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/gorouter', `cf/metron_agent', `cf/consul_agent' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `gorouter/cbbf5f8f71a32cf205d910fe86ef3e5eaa1897f5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `metron_agent/4dfd17660ea7654bcdfbb81a15cef3b86ac22aab' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul-common/ffab9ae7bea8a053aacca8816681e241b0fab30b' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `confab/3430d8c6c3bdf3f0e8d1913fd9b5785de2cd60f2' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/acceptance-tests' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `cli/b61b75716312df9f4f7c81a17f3a7de456efce71' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000134s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000202s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 151) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `cli/b61b75716312df9f4f7c81a17f3a7de456efce71' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `cli/b61b75716312df9f4f7c81a17f3a7de456efce71' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `acceptance-tests/6198c5fe0ee079e637d60a0515bea38022af0181' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000132s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000201s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 143) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["cli","b61b75716312df9f4f7c81a17f3a7de456efce71"],["golang1.4","714698bc352d2a1dbe321376f0676037568147bb"],["rtr","2d7de4f6fc25938c21c5be87174f95583feb14b5"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `acceptance-tests/6198c5fe0ee079e637d60a0515bea38022af0181' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `acceptance-tests/6198c5fe0ee079e637d60a0515bea38022af0181' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `acceptance-tests/6198c5fe0ee079e637d60a0515bea38022af0181' depends on package `cli/b61b75716312df9f4f7c81a17f3a7de456efce71'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `cli/b61b75716312df9f4f7c81a17f3a7de456efce71' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `acceptance-tests/6198c5fe0ee079e637d60a0515bea38022af0181' depends on package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `acceptance-tests/6198c5fe0ee079e637d60a0515bea38022af0181' depends on package `rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000138s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000202s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 149) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Job templates `cf/smoke-tests' need to run on stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `cli/b61b75716312df9f4f7c81a17f3a7de456efce71' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `smoke-tests/080cbe9269b387b7485f1627d87880f80b8eb701' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: (0.000200s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 103) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["cli","b61b75716312df9f4f7c81a17f3a7de456efce71"]]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `smoke-tests/080cbe9269b387b7485f1627d87880f80b8eb701' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Processing package `smoke-tests/080cbe9269b387b7485f1627d87880f80b8eb701' dependencies
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `smoke-tests/080cbe9269b387b7485f1627d87880f80b8eb701' depends on package `cli/b61b75716312df9f4f7c81a17f3a7de456efce71'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Checking whether package `cli/b61b75716312df9f4f7c81a17f3a7de456efce71' needs to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `consul-common/ffab9ae7bea8a053aacca8816681e241b0fab30b' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `golang1.5/ef3267f8998cebcdc86a477126e79e465753aaf1' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `loggregator_common/e401816a4748292163679fafcbd8f818ed8154a5' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `golang1.4/714698bc352d2a1dbe321376f0676037568147bb' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `common/e401816a4748292163679fafcbd8f818ed8154a5' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `haproxy/f5d89b125a66892628a8cd61d23be7f9b0d31171' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `ruby-2.1.8/b5bf6af82bae947ad255e426001308acfc2244ee' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `etcd-common/a5492fb0ad41a80d2fa083172c0430073213a296' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `debian_nfs_server/aac05f22582b2f9faa6840da056084ed15772594' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `postgres-9.4.5/06a51985e0701707b27d45c7a5757171b5cefb8c' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `uaa_utils/8ee843cd3e50520398f28541c513ac0d16b00877' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `uaa/0e15122de61644748d111b619aff4487726f8378' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `libmariadb/dcc142dd0798ae557193f08bc46e9bdd97e4c6f3' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `libpq/14d0b1290ea238243d04dd46d1a9635e6e9812bb' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `ruby-2.2.4/dd1b827e6ea0ca7e9fcb95d08ae81fb82f035261' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `nginx/bf3af6163e13887aacd230bbbc5eff90213ac6af' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `buildpack_java/0dd2a9074cdfee66f56d6a9e958c2b9e1fa9337c' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `buildpack_java_offline/f6b99f87508400e9d75926c1546e8d08177072ef' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `buildpack_ruby/d37b44b37b7c95077fd9698879b78561ac0aaf52' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `buildpack_nodejs/da88c1de3e899a27d33c5a8d6e08e151b42a1aa8' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `buildpack_go/08a35c7097417bedf06812c7ac8931d950dfae60' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `buildpack_python/a5d5eeb5e255ceb3282424a28c74a4bccd3316e9' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `cli/b61b75716312df9f4f7c81a17f3a7de456efce71' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [task:8] INFO -- DirectorJobRunner: Package `rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5' is ready to be compiled for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new thread
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new thread
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new thread
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new thread
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new thread
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: Creating new thread
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
I, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Compiling package `rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5' for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Acquiring compile lock on 149 1
D, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: Acquiring lock: lock:compile:149:1
I, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Compiling package `rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f' for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Acquiring compile lock on 119 1
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: Acquiring lock: lock:compile:119:1
I, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Compiling package `buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92' for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Acquiring compile lock on 141 1
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: Acquiring lock: lock:compile:141:1
I, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Compiling package `buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535' for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Acquiring compile lock on 121 1
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: Acquiring lock: lock:compile:121:1
I, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Compiling package `cli/b61b75716312df9f4f7c81a17f3a7de456efce71' for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Acquiring compile lock on 151 1
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: Acquiring lock: lock:compile:151:1
I, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Compiling package `buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0' for stemcell `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Acquiring compile lock on 150 1
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: Acquiring lock: lock:compile:150:1
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: Acquired lock: lock:compile:121:1
D, [2016-02-01 18:29:31 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:121:1
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: Acquired lock: lock:compile:151:1
D, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: Acquired lock: lock:compile:149:1
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000151s) SET standard_conforming_strings = ON
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: Acquired lock: lock:compile:150:1
D, [2016-02-01 18:29:31 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:151:1
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: Acquired lock: lock:compile:141:1
D, [2016-02-01 18:29:31 #5729] [task:8] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.002089s) SET client_min_messages = 'WARNING'
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000117s) SET DateStyle = 'ISO'
D, [2016-02-01 18:29:31 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:150:1
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.006599s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: Acquired lock: lock:compile:119:1
D, [2016-02-01 18:29:31 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:141:1
D, [2016-02-01 18:29:31 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:119:1
D, [2016-02-01 18:29:31 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:149:1
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000490s) SET standard_conforming_strings = ON
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000200s) SET client_min_messages = 'WARNING'
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000923s) SET DateStyle = 'ISO'
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000413s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000171s) SET standard_conforming_strings = ON
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000296s) SET client_min_messages = 'WARNING'
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000178s) SET DateStyle = 'ISO'
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001694s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000163s) SET standard_conforming_strings = ON
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000126s) SET client_min_messages = 'WARNING'
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000129s) SET DateStyle = 'ISO'
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.002133s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 150) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000209s) SET standard_conforming_strings = ON
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.003044s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 151) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000175s) SET client_min_messages = 'WARNING'
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000119s) SET DateStyle = 'ISO'
I, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Package `cli/b61b75716312df9f4f7c81a17f3a7de456efce71' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001249s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 119) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Package `buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
I, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Package `rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000853s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000894s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000909s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000424s) SELECT max("build") FROM "compiled_packages" WHERE (("package_id" = 151) AND ("stemcell_id" = 1)) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001351s) SELECT max("build") FROM "compiled_packages" WHERE (("package_id" = 119) AND ("stemcell_id" = 1)) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001739s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001975s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 141) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000326s) SELECT max("build") FROM "compiled_packages" WHERE (("package_id" = 150) AND ("stemcell_id" = 1)) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000272s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000213s) SELECT NULL
I, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Package `buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001608s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 121) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000299s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001057s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000926s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 149) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Package `buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000276s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000333s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000275s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000130s) SELECT NULL
I, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Package `rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5' needs to be compiled on `bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181'
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000127s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001267s) SELECT max("build") FROM "compiled_packages" WHERE (("package_id" = 121) AND ("stemcell_id" = 1)) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001000s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001606s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'compilation-c7083377-4487-4836-9a24-efc40b98b871') AND ("index" = 0)) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001994s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'compilation-c55d4eb2-3abd-441e-8027-2f51c0f254bd') AND ("index" = 0)) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001797s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.002446s) SELECT max("build") FROM "compiled_packages" WHERE (("package_id" = 141) AND ("stemcell_id" = 1)) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000541s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000961s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000475s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001640s) SELECT max("build") FROM "compiled_packages" WHERE (("package_id" = 149) AND ("stemcell_id" = 1)) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001507s) BEGIN
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000735s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.002259s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'compilation-f5af841b-3848-4538-b404-0c5c8e66496a') AND ("index" = 0)) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001955s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'compilation-a609ba29-89ee-4d20-a43a-0de581f03ed7') AND ("index" = 0)) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000148s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000959s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.002399s) BEGIN
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.002651s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000746s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000639s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'compilation-3fbe2540-dd2c-4a65-bb48-a708de0c265c') AND ("index" = 0)) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001380s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001057s) INSERT INTO "instances" ("deployment_id", "job", "index", "state", "compilation", "uuid", "bootstrap") VALUES (1, 'compilation-c55d4eb2-3abd-441e-8027-2f51c0f254bd', 0, 'started', true, '21f7dac3-0dd3-44f0-a5ff-2db625794946', false) RETURNING *
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.002373s) INSERT INTO "instances" ("deployment_id", "job", "index", "state", "compilation", "uuid", "bootstrap") VALUES (1, 'compilation-c7083377-4487-4836-9a24-efc40b98b871', 0, 'started', true, 'd7588154-47c6-4341-8fe8-e688c685ab85', false) RETURNING *
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000459s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001388s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'compilation-7538e2a2-e980-4106-889b-d24381ddfeda') AND ("index" = 0)) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000541s) BEGIN
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000499s) BEGIN
D, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000691s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000089s) BEGIN
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001688s) INSERT INTO "instances" ("deployment_id", "job", "index", "state", "compilation", "uuid", "bootstrap") VALUES (1, 'compilation-f5af841b-3848-4538-b404-0c5c8e66496a', 0, 'started', true, 'ec4381d6-1312-4efc-81cc-d2800e34c34a', false) RETURNING *
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001383s) INSERT INTO "instances" ("deployment_id", "job", "index", "state", "compilation", "uuid", "bootstrap") VALUES (1, 'compilation-3fbe2540-dd2c-4a65-bb48-a708de0c265c', 0, 'started', true, '4c405eee-ead8-4089-8429-725267cdfef7', false) RETURNING *
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.003044s) COMMIT
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf1'
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.17.9' for cf1
D, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.003194s) BEGIN
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.004434s) INSERT INTO "instances" ("deployment_id", "job", "index", "state", "compilation", "uuid", "bootstrap") VALUES (1, 'compilation-a609ba29-89ee-4d20-a43a-0de581f03ed7', 0, 'started', true, '932749fc-087e-43a1-9d77-706a22564f6d', false) RETURNING *
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.006223s) COMMIT
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf1'
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.17.9' for manual network 'cf1'
D, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001078s) INSERT INTO "instances" ("deployment_id", "job", "index", "state", "compilation", "uuid", "bootstrap") VALUES (1, 'compilation-7538e2a2-e980-4106-889b-d24381ddfeda', 0, 'started', true, '2c0e6d3b-67ae-41f9-850d-cff6d9fb013d', false) RETURNING *
I, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Creating VM
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.17.10' for cf1
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.17.10' for manual network 'cf1'
I, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Creating VM
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.003681s) COMMIT
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf1'
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.17.11' for cf1
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.007621s) COMMIT
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf1'
D, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.006860s) COMMIT
D, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf1'
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.007590s) COMMIT
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: [network-configuration] Allocating dynamic ip for manual network 'cf1'
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.17.11' for manual network 'cf1'
I, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Creating VM
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.17.12' for cf1
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.007161s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.002910s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.17.12' for manual network 'cf1'
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000145s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.17.13' for cf1
D, [2016-02-01 18:29:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.003615s) SELECT * FROM "deployments" WHERE ("deployments"."id" = 1) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.007362s) SELECT * FROM "deployments" WHERE ("deployments"."id" = 1) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Creating VM
D, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.17.13' for manual network 'cf1'
I, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Creating VM
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000572s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: [network-configuration] Reserving ip '10.10.17.14' for cf1
D, [2016-02-01 18:29:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.013624s) SELECT * FROM "deployments" WHERE ("deployments"."id" = 1) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: [network-configuration] Reserving dynamic IP '10.10.17.14' for manual network 'cf1'
D, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.005856s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.005789s) SELECT * FROM "deployments" WHERE ("deployments"."id" = 1) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: Creating VM
D, [2016-02-01 18:29:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.015087s) SELECT * FROM "deployments" WHERE ("deployments"."id" = 1) LIMIT 1
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.008371s) SELECT NULL
D, [2016-02-01 18:29:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000777s) SELECT * FROM "deployments" WHERE ("deployments"."id" = 1) LIMIT 1
I, [2016-02-01 18:29:31 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.087156 0 retries] describe_images(:filters=>[{:name=>"image-id",:values=>["ami-db4760b1"]}])
I, [2016-02-01 18:29:31 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.090814 0 retries] describe_images(:filters=>[{:name=>"image-id",:values=>["ami-db4760b1"]}])
I, [2016-02-01 18:29:31 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.087596 0 retries] describe_images(:filters=>[{:name=>"image-id",:values=>["ami-db4760b1"]}])
I, [2016-02-01 18:29:31 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.076111 0 retries] describe_images(:filters=>[{:name=>"image-id",:values=>["ami-db4760b1"]}])
I, [2016-02-01 18:29:31 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.043632 0 retries] describe_images(:image_ids=>["ami-db4760b1"])
I, [2016-02-01 18:29:31 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.090968 0 retries] describe_images(:filters=>[{:name=>"image-id",:values=>["ami-db4760b1"]}])
D, [2016-02-01 18:29:31 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] DEBUG -- DirectorJobRunner: Use instance storage to create the virtual machine
I, [2016-02-01 18:29:31 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.135729 0 retries] describe_images(:filters=>[{:name=>"image-id",:values=>["ami-db4760b1"]}])
I, [2016-02-01 18:29:31 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.047778 0 retries] describe_images(:image_ids=>["ami-db4760b1"])
I, [2016-02-01 18:29:31 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.057774 0 retries] describe_images(:image_ids=>["ami-db4760b1"])
D, [2016-02-01 18:29:31 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] DEBUG -- DirectorJobRunner: Use instance storage to create the virtual machine
D, [2016-02-01 18:29:31 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] DEBUG -- DirectorJobRunner: Use instance storage to create the virtual machine
I, [2016-02-01 18:29:31 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.05511 0 retries] describe_images(:image_ids=>["ami-db4760b1"])
D, [2016-02-01 18:29:31 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] DEBUG -- DirectorJobRunner: Use instance storage to create the virtual machine
I, [2016-02-01 18:29:31 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.048367 0 retries] describe_images(:image_ids=>["ami-db4760b1"])
D, [2016-02-01 18:29:31 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] DEBUG -- DirectorJobRunner: Use instance storage to create the virtual machine
I, [2016-02-01 18:29:31 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.043636 0 retries] describe_images(:image_ids=>["ami-db4760b1"])
D, [2016-02-01 18:29:31 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] DEBUG -- DirectorJobRunner: Use instance storage to create the virtual machine
I, [2016-02-01 18:29:31 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.14035 0 retries] describe_subnets(:subnet_ids=>["subnet-605eea16"])
I, [2016-02-01 18:29:31 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] INFO -- DirectorJobRunner: Creating new instance with: {:count=>1, :image_id=>"ami-db4760b1", :instance_type=>"c3.large", :block_device_mappings=>[{:device_name=>"/dev/sdb", :virtual_name=>"ephemeral0"}], :user_data=>"{\"registry\":{\"endpoint\":\"http://10.0.0.6:25777\"},\"dns\":{\"nameserver\":[\"10.10.0.2\",\"52.23.121.147\"]}}", :key_name=>"bosh_cf_small", :security_groups=>["cf"], :private_ip_address=>"10.10.17.10", :subnet=><AWS::EC2::Subnet id:subnet-605eea16>, :availability_zone=>"us-east-1c"}
I, [2016-02-01 18:29:31 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] INFO -- DirectorJobRunner: Launching on demand instance...
W, [2016-02-01 18:29:31 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] WARN -- DirectorJobRunner: IP address was in use:
I, [2016-02-01 18:29:31 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.07175 0 retries] describe_subnets(:subnet_ids=>["subnet-605eea16"])
I, [2016-02-01 18:29:31 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] INFO -- DirectorJobRunner: Creating new instance with: {:count=>1, :image_id=>"ami-db4760b1", :instance_type=>"c3.large", :block_device_mappings=>[{:device_name=>"/dev/sdb", :virtual_name=>"ephemeral0"}], :user_data=>"{\"registry\":{\"endpoint\":\"http://10.0.0.6:25777\"},\"dns\":{\"nameserver\":[\"10.10.0.2\",\"52.23.121.147\"]}}", :key_name=>"bosh_cf_small", :security_groups=>["cf"], :private_ip_address=>"10.10.17.9", :subnet=><AWS::EC2::Subnet id:subnet-605eea16>, :availability_zone=>"us-east-1c"}
I, [2016-02-01 18:29:31 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] INFO -- DirectorJobRunner: Launching on demand instance...
W, [2016-02-01 18:29:31 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] WARN -- DirectorJobRunner: IP address was in use:
I, [2016-02-01 18:29:31 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.135566 0 retries] describe_subnets(:subnet_ids=>["subnet-605eea16"])
I, [2016-02-01 18:29:31 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] INFO -- DirectorJobRunner: Creating new instance with: {:count=>1, :image_id=>"ami-db4760b1", :instance_type=>"c3.large", :block_device_mappings=>[{:device_name=>"/dev/sdb", :virtual_name=>"ephemeral0"}], :user_data=>"{\"registry\":{\"endpoint\":\"http://10.0.0.6:25777\"},\"dns\":{\"nameserver\":[\"10.10.0.2\",\"52.23.121.147\"]}}", :key_name=>"bosh_cf_small", :security_groups=>["cf"], :private_ip_address=>"10.10.17.11", :subnet=><AWS::EC2::Subnet id:subnet-605eea16>, :availability_zone=>"us-east-1c"}
I, [2016-02-01 18:29:31 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] INFO -- DirectorJobRunner: Launching on demand instance...
W, [2016-02-01 18:29:31 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] WARN -- DirectorJobRunner: IP address was in use:
I, [2016-02-01 18:29:31 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.131148 0 retries] describe_subnets(:subnet_ids=>["subnet-605eea16"])
I, [2016-02-01 18:29:31 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] INFO -- DirectorJobRunner: Creating new instance with: {:count=>1, :image_id=>"ami-db4760b1", :instance_type=>"c3.large", :block_device_mappings=>[{:device_name=>"/dev/sdb", :virtual_name=>"ephemeral0"}], :user_data=>"{\"registry\":{\"endpoint\":\"http://10.0.0.6:25777\"},\"dns\":{\"nameserver\":[\"10.10.0.2\",\"52.23.121.147\"]}}", :key_name=>"bosh_cf_small", :security_groups=>["cf"], :private_ip_address=>"10.10.17.13", :subnet=><AWS::EC2::Subnet id:subnet-605eea16>, :availability_zone=>"us-east-1c"}
I, [2016-02-01 18:29:31 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] INFO -- DirectorJobRunner: Launching on demand instance...
W, [2016-02-01 18:29:31 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] WARN -- DirectorJobRunner: IP address was in use:
I, [2016-02-01 18:29:31 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.143507 0 retries] describe_subnets(:subnet_ids=>["subnet-605eea16"])
I, [2016-02-01 18:29:31 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.113074 0 retries] describe_subnets(:subnet_ids=>["subnet-605eea16"])
I, [2016-02-01 18:29:31 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] INFO -- DirectorJobRunner: Creating new instance with: {:count=>1, :image_id=>"ami-db4760b1", :instance_type=>"c3.large", :block_device_mappings=>[{:device_name=>"/dev/sdb", :virtual_name=>"ephemeral0"}], :user_data=>"{\"registry\":{\"endpoint\":\"http://10.0.0.6:25777\"},\"dns\":{\"nameserver\":[\"10.10.0.2\",\"52.23.121.147\"]}}", :key_name=>"bosh_cf_small", :security_groups=>["cf"], :private_ip_address=>"10.10.17.14", :subnet=><AWS::EC2::Subnet id:subnet-605eea16>, :availability_zone=>"us-east-1c"}
I, [2016-02-01 18:29:31 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] INFO -- DirectorJobRunner: Creating new instance with: {:count=>1, :image_id=>"ami-db4760b1", :instance_type=>"c3.large", :block_device_mappings=>[{:device_name=>"/dev/sdb", :virtual_name=>"ephemeral0"}], :user_data=>"{\"registry\":{\"endpoint\":\"http://10.0.0.6:25777\"},\"dns\":{\"nameserver\":[\"10.10.0.2\",\"52.23.121.147\"]}}", :key_name=>"bosh_cf_small", :security_groups=>["cf"], :private_ip_address=>"10.10.17.12", :subnet=><AWS::EC2::Subnet id:subnet-605eea16>, :availability_zone=>"us-east-1c"}
I, [2016-02-01 18:29:31 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] INFO -- DirectorJobRunner: Launching on demand instance...
I, [2016-02-01 18:29:31 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] INFO -- DirectorJobRunner: Launching on demand instance...
W, [2016-02-01 18:29:31 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] WARN -- DirectorJobRunner: IP address was in use:
W, [2016-02-01 18:29:31 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] WARN -- DirectorJobRunner: IP address was in use:
I, [2016-02-01 18:29:31 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.07637 0 retries] describe_security_groups(:filters=>[{:name=>"group-name",:values=>["cf"]}])
I, [2016-02-01 18:29:31 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.062587 0 retries] describe_security_groups(:filters=>[{:name=>"group-name",:values=>["cf"]}])
I, [2016-02-01 18:29:31 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.094166 0 retries] describe_security_groups(:filters=>[{:name=>"group-name",:values=>["cf"]}])
I, [2016-02-01 18:29:31 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.095814 0 retries] describe_security_groups(:filters=>[{:name=>"group-name",:values=>["cf"]}])
I, [2016-02-01 18:29:31 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.098914 0 retries] describe_security_groups(:filters=>[{:name=>"group-name",:values=>["cf"]}])
I, [2016-02-01 18:29:31 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.099887 0 retries] describe_security_groups(:filters=>[{:name=>"group-name",:values=>["cf"]}])
I, [2016-02-01 18:29:32 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.494809 0 retries] run_instances(:block_device_mappings=>[{:device_name=>"/dev/sdb",:virtual_name=>"ephemeral0"}],:client_token=>"c7e38b16-a110-4078-a4dd-f75a1baeacc2",:image_id=>"ami-db4760b1",:instance_type=>"c3.large",:key_name=>"bosh_cf_small",:max_count=>1,:min_count=>1,:placement=>{:availability_zone=>"us-east-1c"},:private_ip_address=>"10.10.17.12",:security_group_ids=>["sg-24daf55d"],:subnet_id=>"subnet-605eea16",:user_data=>"eyJyZWdpc3RyeSI6eyJlbmRwb2ludCI6Imh0dHA6Ly8xMC4wLjAuNjoyNTc3\nNyJ9LCJkbnMiOnsibmFtZXNlcnZlciI6WyIxMC4xMC4wLjIiLCI1Mi4yMy4x\nMjEuMTQ3Il19fQ==")
I, [2016-02-01 18:29:32 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] INFO -- DirectorJobRunner: Waiting for instance to be ready...
I, [2016-02-01 18:29:32 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.551546 0 retries] run_instances(:block_device_mappings=>[{:device_name=>"/dev/sdb",:virtual_name=>"ephemeral0"}],:client_token=>"aee9c400-43a7-4b6e-bcd5-ec626a9a110a",:image_id=>"ami-db4760b1",:instance_type=>"c3.large",:key_name=>"bosh_cf_small",:max_count=>1,:min_count=>1,:placement=>{:availability_zone=>"us-east-1c"},:private_ip_address=>"10.10.17.14",:security_group_ids=>["sg-24daf55d"],:subnet_id=>"subnet-605eea16",:user_data=>"eyJyZWdpc3RyeSI6eyJlbmRwb2ludCI6Imh0dHA6Ly8xMC4wLjAuNjoyNTc3\nNyJ9LCJkbnMiOnsibmFtZXNlcnZlciI6WyIxMC4xMC4wLjIiLCI1Mi4yMy4x\nMjEuMTQ3Il19fQ==")
I, [2016-02-01 18:29:32 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.546489 0 retries] run_instances(:block_device_mappings=>[{:device_name=>"/dev/sdb",:virtual_name=>"ephemeral0"}],:client_token=>"4bee21ab-646f-4c5c-a837-54b64281091a",:image_id=>"ami-db4760b1",:instance_type=>"c3.large",:key_name=>"bosh_cf_small",:max_count=>1,:min_count=>1,:placement=>{:availability_zone=>"us-east-1c"},:private_ip_address=>"10.10.17.10",:security_group_ids=>["sg-24daf55d"],:subnet_id=>"subnet-605eea16",:user_data=>"eyJyZWdpc3RyeSI6eyJlbmRwb2ludCI6Imh0dHA6Ly8xMC4wLjAuNjoyNTc3\nNyJ9LCJkbnMiOnsibmFtZXNlcnZlciI6WyIxMC4xMC4wLjIiLCI1Mi4yMy4x\nMjEuMTQ3Il19fQ==")
I, [2016-02-01 18:29:32 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] INFO -- DirectorJobRunner: Waiting for instance to be ready...
I, [2016-02-01 18:29:32 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] INFO -- DirectorJobRunner: Waiting for instance to be ready...
I, [2016-02-01 18:29:32 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.575044 0 retries] run_instances(:block_device_mappings=>[{:device_name=>"/dev/sdb",:virtual_name=>"ephemeral0"}],:client_token=>"1c8c2cc5-b6ef-49f4-8501-a5c3598059e0",:image_id=>"ami-db4760b1",:instance_type=>"c3.large",:key_name=>"bosh_cf_small",:max_count=>1,:min_count=>1,:placement=>{:availability_zone=>"us-east-1c"},:private_ip_address=>"10.10.17.11",:security_group_ids=>["sg-24daf55d"],:subnet_id=>"subnet-605eea16",:user_data=>"eyJyZWdpc3RyeSI6eyJlbmRwb2ludCI6Imh0dHA6Ly8xMC4wLjAuNjoyNTc3\nNyJ9LCJkbnMiOnsibmFtZXNlcnZlciI6WyIxMC4xMC4wLjIiLCI1Mi4yMy4x\nMjEuMTQ3Il19fQ==")
I, [2016-02-01 18:29:32 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] INFO -- DirectorJobRunner: Waiting for instance to be ready...
I, [2016-02-01 18:29:32 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.651147 0 retries] run_instances(:block_device_mappings=>[{:device_name=>"/dev/sdb",:virtual_name=>"ephemeral0"}],:client_token=>"adbe8e77-49ad-43bf-9442-4dbbbee44c81",:image_id=>"ami-db4760b1",:instance_type=>"c3.large",:key_name=>"bosh_cf_small",:max_count=>1,:min_count=>1,:placement=>{:availability_zone=>"us-east-1c"},:private_ip_address=>"10.10.17.13",:security_group_ids=>["sg-24daf55d"],:subnet_id=>"subnet-605eea16",:user_data=>"eyJyZWdpc3RyeSI6eyJlbmRwb2ludCI6Imh0dHA6Ly8xMC4wLjAuNjoyNTc3\nNyJ9LCJkbnMiOnsibmFtZXNlcnZlciI6WyIxMC4xMC4wLjIiLCI1Mi4yMy4x\nMjEuMTQ3Il19fQ==")
I, [2016-02-01 18:29:32 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] INFO -- DirectorJobRunner: Waiting for instance to be ready...
I, [2016-02-01 18:29:32 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.682787 0 retries] run_instances(:block_device_mappings=>[{:device_name=>"/dev/sdb",:virtual_name=>"ephemeral0"}],:client_token=>"798f1e66-b103-4f19-b176-f625989944b2",:image_id=>"ami-db4760b1",:instance_type=>"c3.large",:key_name=>"bosh_cf_small",:max_count=>1,:min_count=>1,:placement=>{:availability_zone=>"us-east-1c"},:private_ip_address=>"10.10.17.9",:security_group_ids=>["sg-24daf55d"],:subnet_id=>"subnet-605eea16",:user_data=>"eyJyZWdpc3RyeSI6eyJlbmRwb2ludCI6Imh0dHA6Ly8xMC4wLjAuNjoyNTc3\nNyJ9LCJkbnMiOnsibmFtZXNlcnZlciI6WyIxMC4xMC4wLjIiLCI1Mi4yMy4x\nMjEuMTQ3Il19fQ==")
I, [2016-02-01 18:29:32 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] INFO -- DirectorJobRunner: Waiting for instance to be ready...
I, [2016-02-01 18:29:32 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.168648 0 retries] describe_instances(:instance_ids=>["i-591441d0"])
D, [2016-02-01 18:29:32 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] DEBUG -- DirectorJobRunner: Waiting for i-591441d0 to be running, retrying in 2 seconds (1/54)
I, [2016-02-01 18:29:32 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.156465 0 retries] describe_instances(:instance_ids=>["i-1315409a"])
D, [2016-02-01 18:29:32 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] DEBUG -- DirectorJobRunner: Waiting for i-1315409a to be running, retrying in 2 seconds (1/54)
I, [2016-02-01 18:29:32 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.157863 0 retries] describe_instances(:instance_ids=>["i-1215409b"])
D, [2016-02-01 18:29:32 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] DEBUG -- DirectorJobRunner: Waiting for i-1215409b to be running, retrying in 2 seconds (1/54)
I, [2016-02-01 18:29:32 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.156641 0 retries] describe_instances(:instance_ids=>["i-5b1540d2"])
D, [2016-02-01 18:29:32 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] DEBUG -- DirectorJobRunner: Waiting for i-5b1540d2 to be running, retrying in 2 seconds (1/54)
I, [2016-02-01 18:29:32 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.164947 0 retries] describe_instances(:instance_ids=>["i-581441d1"])
D, [2016-02-01 18:29:32 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] DEBUG -- DirectorJobRunner: Waiting for i-581441d1 to be running, retrying in 2 seconds (1/54)
I, [2016-02-01 18:29:33 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 1.258091 0 retries] describe_instances(:instance_ids=>["i-50f5bfd9"])
D, [2016-02-01 18:29:33 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] DEBUG -- DirectorJobRunner: Waiting for i-50f5bfd9 to be running, retrying in 2 seconds (1/54)
I, [2016-02-01 18:29:34 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.099102 0 retries] describe_instances(:instance_ids=>["i-591441d0"])
D, [2016-02-01 18:29:34 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] DEBUG -- DirectorJobRunner: Waiting for i-591441d0 to be running, retrying in 4 seconds (2/54)
I, [2016-02-01 18:29:34 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.132669 0 retries] describe_instances(:instance_ids=>["i-1315409a"])
D, [2016-02-01 18:29:34 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] DEBUG -- DirectorJobRunner: Waiting for i-1315409a to be running, retrying in 4 seconds (2/54)
I, [2016-02-01 18:29:34 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.107799 0 retries] describe_instances(:instance_ids=>["i-581441d1"])
D, [2016-02-01 18:29:34 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] DEBUG -- DirectorJobRunner: Waiting for i-581441d1 to be running, retrying in 4 seconds (2/54)
I, [2016-02-01 18:29:34 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.143997 0 retries] describe_instances(:instance_ids=>["i-1215409b"])
D, [2016-02-01 18:29:34 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] DEBUG -- DirectorJobRunner: Waiting for i-1215409b to be running, retrying in 4 seconds (2/54)
D, [2016-02-01 18:29:34 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:aws-dev
I, [2016-02-01 18:29:34 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.324657 0 retries] describe_instances(:instance_ids=>["i-5b1540d2"])
D, [2016-02-01 18:29:34 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] DEBUG -- DirectorJobRunner: Waiting for i-5b1540d2 to be running, retrying in 4 seconds (2/54)
I, [2016-02-01 18:29:35 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.184427 0 retries] describe_instances(:instance_ids=>["i-50f5bfd9"])
D, [2016-02-01 18:29:35 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] DEBUG -- DirectorJobRunner: Waiting for i-50f5bfd9 to be running, retrying in 4 seconds (2/54)
D, [2016-02-01 18:29:36 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:121:1
D, [2016-02-01 18:29:36 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:150:1
D, [2016-02-01 18:29:36 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:119:1
D, [2016-02-01 18:29:36 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:151:1
D, [2016-02-01 18:29:36 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:141:1
D, [2016-02-01 18:29:36 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:149:1
I, [2016-02-01 18:29:38 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.157651 0 retries] describe_instances(:instance_ids=>["i-591441d0"])
D, [2016-02-01 18:29:38 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] DEBUG -- DirectorJobRunner: Waiting for i-591441d0 to be running, retrying in 8 seconds (3/54)
I, [2016-02-01 18:29:38 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.139756 0 retries] describe_instances(:instance_ids=>["i-1315409a"])
D, [2016-02-01 18:29:38 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] DEBUG -- DirectorJobRunner: Waiting for i-1315409a to be running, retrying in 8 seconds (3/54)
I, [2016-02-01 18:29:38 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.138491 0 retries] describe_instances(:instance_ids=>["i-581441d1"])
D, [2016-02-01 18:29:38 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] DEBUG -- DirectorJobRunner: Waiting for i-581441d1 to be running, retrying in 8 seconds (3/54)
I, [2016-02-01 18:29:38 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.150502 0 retries] describe_instances(:instance_ids=>["i-1215409b"])
D, [2016-02-01 18:29:38 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] DEBUG -- DirectorJobRunner: Waiting for i-1215409b to be running, retrying in 8 seconds (3/54)
I, [2016-02-01 18:29:39 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.128347 0 retries] describe_instances(:instance_ids=>["i-5b1540d2"])
D, [2016-02-01 18:29:39 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] DEBUG -- DirectorJobRunner: Waiting for i-5b1540d2 to be running, retrying in 8 seconds (3/54)
D, [2016-02-01 18:29:39 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:aws-dev
I, [2016-02-01 18:29:40 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.627728 0 retries] describe_instances(:instance_ids=>["i-50f5bfd9"])
D, [2016-02-01 18:29:40 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] DEBUG -- DirectorJobRunner: Waiting for i-50f5bfd9 to be running, retrying in 8 seconds (3/54)
D, [2016-02-01 18:29:41 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:121:1
D, [2016-02-01 18:29:41 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:150:1
D, [2016-02-01 18:29:41 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:119:1
D, [2016-02-01 18:29:41 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:151:1
D, [2016-02-01 18:29:41 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:141:1
D, [2016-02-01 18:29:41 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:149:1
D, [2016-02-01 18:29:44 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:aws-dev
D, [2016-02-01 18:29:46 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:121:1
D, [2016-02-01 18:29:46 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:150:1
D, [2016-02-01 18:29:46 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:119:1
D, [2016-02-01 18:29:46 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:151:1
D, [2016-02-01 18:29:46 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:149:1
D, [2016-02-01 18:29:46 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:141:1
I, [2016-02-01 18:29:46 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.100174 0 retries] describe_instances(:instance_ids=>["i-591441d0"])
D, [2016-02-01 18:29:46 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] DEBUG -- DirectorJobRunner: Waiting for i-591441d0 to be running, retrying in 16 seconds (4/54)
I, [2016-02-01 18:29:46 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.101607 0 retries] describe_instances(:instance_ids=>["i-1315409a"])
D, [2016-02-01 18:29:46 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] DEBUG -- DirectorJobRunner: Waiting for i-1315409a to be running, retrying in 16 seconds (4/54)
I, [2016-02-01 18:29:46 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.111634 0 retries] describe_instances(:instance_ids=>["i-581441d1"])
D, [2016-02-01 18:29:46 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] DEBUG -- DirectorJobRunner: Waiting for i-581441d1 to be running, retrying in 16 seconds (4/54)
I, [2016-02-01 18:29:46 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.10438 0 retries] describe_instances(:instance_ids=>["i-1215409b"])
D, [2016-02-01 18:29:46 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] DEBUG -- DirectorJobRunner: Waiting for i-1215409b to be running, retrying in 16 seconds (4/54)
I, [2016-02-01 18:29:47 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.096931 0 retries] describe_instances(:instance_ids=>["i-5b1540d2"])
D, [2016-02-01 18:29:47 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] DEBUG -- DirectorJobRunner: Waiting for i-5b1540d2 to be running, retrying in 16 seconds (4/54)
I, [2016-02-01 18:29:48 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.154796 0 retries] describe_instances(:instance_ids=>["i-50f5bfd9"])
D, [2016-02-01 18:29:48 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] DEBUG -- DirectorJobRunner: Waiting for i-50f5bfd9 to be running, retrying in 16 seconds (4/54)
D, [2016-02-01 18:29:49 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:aws-dev
D, [2016-02-01 18:29:51 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:121:1
D, [2016-02-01 18:29:51 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:150:1
D, [2016-02-01 18:29:51 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:119:1
D, [2016-02-01 18:29:51 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:151:1
D, [2016-02-01 18:29:51 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:149:1
D, [2016-02-01 18:29:51 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:141:1
D, [2016-02-01 18:29:54 #5729] [task:8-checkpoint] DEBUG -- DirectorJobRunner: (0.000257s) SELECT NULL
D, [2016-02-01 18:29:54 #5729] [task:8-checkpoint] DEBUG -- DirectorJobRunner: (0.000083s) BEGIN
D, [2016-02-01 18:29:54 #5729] [task:8-checkpoint] DEBUG -- DirectorJobRunner: (0.000468s) UPDATE "tasks" SET "checkpoint_time" = '2016-02-01 18:29:54.715194+0000' WHERE ("id" = 8)
D, [2016-02-01 18:29:54 #5729] [task:8-checkpoint] DEBUG -- DirectorJobRunner: (0.014738s) COMMIT
D, [2016-02-01 18:29:54 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:aws-dev
D, [2016-02-01 18:29:56 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:121:1
D, [2016-02-01 18:29:56 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:150:1
D, [2016-02-01 18:29:56 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:119:1
D, [2016-02-01 18:29:56 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:151:1
D, [2016-02-01 18:29:56 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:149:1
D, [2016-02-01 18:29:56 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:141:1
D, [2016-02-01 18:29:59 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:aws-dev
D, [2016-02-01 18:30:01 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:121:1
D, [2016-02-01 18:30:01 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:150:1
D, [2016-02-01 18:30:01 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:141:1
D, [2016-02-01 18:30:01 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:149:1
D, [2016-02-01 18:30:01 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:119:1
D, [2016-02-01 18:30:01 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:151:1
I, [2016-02-01 18:30:03 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.266998 0 retries] describe_instances(:instance_ids=>["i-1315409a"])
I, [2016-02-01 18:30:03 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] INFO -- DirectorJobRunner: i-1315409a is now running, took 30.810276847s
I, [2016-02-01 18:30:03 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] INFO -- DirectorJobRunner: Creating new instance 'i-1315409a'
I, [2016-02-01 18:30:03 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.330374 0 retries] describe_instances(:instance_ids=>["i-591441d0"])
I, [2016-02-01 18:30:03 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] INFO -- DirectorJobRunner: i-591441d0 is now running, took 30.866520935s
I, [2016-02-01 18:30:03 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] INFO -- DirectorJobRunner: Creating new instance 'i-591441d0'
I, [2016-02-01 18:30:03 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.199027 0 retries] describe_instances(:instance_ids=>["i-1215409b"])
I, [2016-02-01 18:30:03 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] INFO -- DirectorJobRunner: i-1215409b is now running, took 30.765365795s
I, [2016-02-01 18:30:03 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] INFO -- DirectorJobRunner: Creating new instance 'i-1215409b'
I, [2016-02-01 18:30:03 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.277224 0 retries] describe_instances(:instance_ids=>["i-581441d1"])
I, [2016-02-01 18:30:03 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] INFO -- DirectorJobRunner: i-581441d1 is now running, took 30.810080934s
I, [2016-02-01 18:30:03 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] INFO -- DirectorJobRunner: Creating new instance 'i-581441d1'
I, [2016-02-01 18:30:03 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.114076 0 retries] describe_addresses(:filters=>[{:name=>"instance-id",:values=>["i-1215409b"]}])
I, [2016-02-01 18:30:03 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.192823 0 retries] describe_addresses(:filters=>[{:name=>"instance-id",:values=>["i-1315409a"]}])
I, [2016-02-01 18:30:03 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.177356 0 retries] describe_addresses(:filters=>[{:name=>"instance-id",:values=>["i-591441d0"]}])
I, [2016-02-01 18:30:03 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.105095 0 retries] describe_addresses(:filters=>[{:name=>"instance-id",:values=>["i-581441d1"]}])
I, [2016-02-01 18:30:03 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.220359 0 retries] describe_instances(:instance_ids=>["i-5b1540d2"])
I, [2016-02-01 18:30:03 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] INFO -- DirectorJobRunner: i-5b1540d2 is now running, took 31.020857519s
I, [2016-02-01 18:30:03 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] INFO -- DirectorJobRunner: Creating new instance 'i-5b1540d2'
I, [2016-02-01 18:30:03 #5729] [create_vm(71d73aa8-2bee-473a-863a-9e8dc3bfc686, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.068226 0 retries] describe_images(:image_ids=>["ami-db4760b1"])
I, [2016-02-01 18:30:03 #5729] [create_vm(892e80f1-70e6-4379-969c-d1c9273ff95c, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.082079 0 retries] describe_images(:image_ids=>["ami-db4760b1"])
D, [2016-02-01 18:30:03 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000777s) SELECT NULL
D, [2016-02-01 18:30:03 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000376s) SELECT NULL
D, [2016-02-01 18:30:03 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000809s) SELECT NULL
D, [2016-02-01 18:30:03 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000338s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'compilation-a609ba29-89ee-4d20-a43a-0de581f03ed7') AND ("index" = 0) AND ("id" != 38)) LIMIT 1
D, [2016-02-01 18:30:03 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001374s) SELECT NULL
D, [2016-02-01 18:30:03 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000671s) SELECT NULL
D, [2016-02-01 18:30:03 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000670s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'compilation-c55d4eb2-3abd-441e-8027-2f51c0f254bd') AND ("index" = 0) AND ("id" != 35)) LIMIT 1
D, [2016-02-01 18:30:03 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000269s) BEGIN
I, [2016-02-01 18:30:03 #5729] [create_vm(6dd95232-7d9f-435a-beff-a1efc24cd187, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.073054 0 retries] describe_images(:image_ids=>["ami-db4760b1"])
D, [2016-02-01 18:30:03 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.006812s) SELECT NULL
I, [2016-02-01 18:30:03 #5729] [create_vm(be092041-aa01-4bea-9d61-d85e81864888, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.124123 0 retries] describe_images(:image_ids=>["ami-db4760b1"])
D, [2016-02-01 18:30:03 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.010208s) UPDATE "instances" SET "spec_json" = '{"env":{}}', "vm_cid" = 'i-591441d0', "agent_id" = '71d73aa8-2bee-473a-863a-9e8dc3bfc686' WHERE ("id" = 38)
D, [2016-02-01 18:30:03 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.003804s) BEGIN
D, [2016-02-01 18:30:03 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000483s) UPDATE "instances" SET "spec_json" = '{"env":{}}', "vm_cid" = 'i-1315409a', "agent_id" = '892e80f1-70e6-4379-969c-d1c9273ff95c' WHERE ("id" = 35)
D, [2016-02-01 18:30:03 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000197s) SELECT NULL
D, [2016-02-01 18:30:03 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:30:03 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000311s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'compilation-c7083377-4487-4836-9a24-efc40b98b871') AND ("index" = 0) AND ("id" != 34)) LIMIT 1
D, [2016-02-01 18:30:03 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000120s) SELECT NULL
D, [2016-02-01 18:30:03 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000093s) BEGIN
D, [2016-02-01 18:30:03 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000321s) UPDATE "instances" SET "spec_json" = '{"env":{}}', "vm_cid" = 'i-581441d1', "agent_id" = '6dd95232-7d9f-435a-beff-a1efc24cd187' WHERE ("id" = 34)
I, [2016-02-01 18:30:03 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.06889 0 retries] describe_addresses(:filters=>[{:name=>"instance-id",:values=>["i-5b1540d2"]}])
D, [2016-02-01 18:30:03 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.013586s) COMMIT
D, [2016-02-01 18:30:03 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.015636s) COMMIT
D, [2016-02-01 18:30:03 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.009873s) COMMIT
D, [2016-02-01 18:30:03 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000136s) SELECT NULL
D, [2016-02-01 18:30:03 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:30:03 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000242s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'compilation-7538e2a2-e980-4106-889b-d24381ddfeda') AND ("index" = 0) AND ("id" != 39)) LIMIT 1
D, [2016-02-01 18:30:03 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000121s) SELECT NULL
D, [2016-02-01 18:30:03 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000094s) BEGIN
D, [2016-02-01 18:30:03 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000254s) UPDATE "instances" SET "spec_json" = '{"env":{}}', "vm_cid" = 'i-1215409b', "agent_id" = 'be092041-aa01-4bea-9d61-d85e81864888' WHERE ("id" = 39)
D, [2016-02-01 18:30:03 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001873s) COMMIT
I, [2016-02-01 18:30:03 #5729] [create_vm(81aac524-25fd-4395-b902-87b340bdc3f2, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.052796 0 retries] describe_images(:image_ids=>["ami-db4760b1"])
D, [2016-02-01 18:30:03 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000140s) SELECT NULL
D, [2016-02-01 18:30:03 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000096s) SELECT NULL
D, [2016-02-01 18:30:03 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000228s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'compilation-3fbe2540-dd2c-4a65-bb48-a708de0c265c') AND ("index" = 0) AND ("id" != 37)) LIMIT 1
D, [2016-02-01 18:30:03 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000094s) SELECT NULL
D, [2016-02-01 18:30:03 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000070s) BEGIN
D, [2016-02-01 18:30:03 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000231s) UPDATE "instances" SET "spec_json" = '{"env":{}}', "vm_cid" = 'i-5b1540d2', "agent_id" = '81aac524-25fd-4395-b902-87b340bdc3f2' WHERE ("id" = 37)
D, [2016-02-01 18:30:03 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001856s) COMMIT
I, [2016-02-01 18:30:03 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.132538 0 retries] create_tags(:resources=>["i-581441d1"],:tags=>[{:key=>"director",:value=>"microbosh"}])
I, [2016-02-01 18:30:03 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.1359 0 retries] create_tags(:resources=>["i-1215409b"],:tags=>[{:key=>"director",:value=>"microbosh"}])
I, [2016-02-01 18:30:03 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.155814 0 retries] create_tags(:resources=>["i-1315409a"],:tags=>[{:key=>"director",:value=>"microbosh"}])
I, [2016-02-01 18:30:03 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.151111 0 retries] create_tags(:resources=>["i-5b1540d2"],:tags=>[{:key=>"director",:value=>"microbosh"}])
I, [2016-02-01 18:30:03 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.241602 0 retries] create_tags(:resources=>["i-591441d0"],:tags=>[{:key=>"director",:value=>"microbosh"}])
I, [2016-02-01 18:30:03 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.139998 0 retries] create_tags(:resources=>["i-581441d1"],:tags=>[{:key=>"deployment",:value=>"aws-dev"}])
I, [2016-02-01 18:30:03 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.173807 0 retries] create_tags(:resources=>["i-1315409a"],:tags=>[{:key=>"deployment",:value=>"aws-dev"}])
I, [2016-02-01 18:30:03 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.188003 0 retries] create_tags(:resources=>["i-1215409b"],:tags=>[{:key=>"deployment",:value=>"aws-dev"}])
I, [2016-02-01 18:30:03 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.166937 0 retries] create_tags(:resources=>["i-581441d1"],:tags=>[{:key=>"job",:value=>"compilation-c7083377-4487-4836-9a24-efc40b98b871"}])
I, [2016-02-01 18:30:03 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.271087 0 retries] create_tags(:resources=>["i-5b1540d2"],:tags=>[{:key=>"deployment",:value=>"aws-dev"}])
I, [2016-02-01 18:30:03 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.27401 0 retries] create_tags(:resources=>["i-591441d0"],:tags=>[{:key=>"deployment",:value=>"aws-dev"}])
I, [2016-02-01 18:30:03 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.183198 0 retries] create_tags(:resources=>["i-1215409b"],:tags=>[{:key=>"job",:value=>"compilation-7538e2a2-e980-4106-889b-d24381ddfeda"}])
I, [2016-02-01 18:30:03 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.223708 0 retries] create_tags(:resources=>["i-1315409a"],:tags=>[{:key=>"job",:value=>"compilation-c55d4eb2-3abd-441e-8027-2f51c0f254bd"}])
I, [2016-02-01 18:30:04 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.16381 0 retries] create_tags(:resources=>["i-5b1540d2"],:tags=>[{:key=>"job",:value=>"compilation-3fbe2540-dd2c-4a65-bb48-a708de0c265c"}])
I, [2016-02-01 18:30:04 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.181281 0 retries] create_tags(:resources=>["i-1215409b"],:tags=>[{:key=>"index",:value=>"0"}])
I, [2016-02-01 18:30:04 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.194851 0 retries] create_tags(:resources=>["i-591441d0"],:tags=>[{:key=>"job",:value=>"compilation-a609ba29-89ee-4d20-a43a-0de581f03ed7"}])
I, [2016-02-01 18:30:04 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.194855 0 retries] create_tags(:resources=>["i-1315409a"],:tags=>[{:key=>"index",:value=>"0"}])
I, [2016-02-01 18:30:04 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.154741 0 retries] create_tags(:resources=>["i-5b1540d2"],:tags=>[{:key=>"index",:value=>"0"}])
I, [2016-02-01 18:30:04 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.213217 0 retries] create_tags(:resources=>["i-1215409b"],:tags=>[{:key=>"Name",:value=>"compilation-7538e2a2-e980-4106-889b-d24381ddfeda/0"}])
D, [2016-02-01 18:30:04 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000234s) SELECT NULL
D, [2016-02-01 18:30:04 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000445s) SELECT * FROM "tasks" WHERE "id" = 8
I, [2016-02-01 18:30:04 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.205104 0 retries] create_tags(:resources=>["i-591441d0"],:tags=>[{:key=>"index",:value=>"0"}])
D, [2016-02-01 18:30:04 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.bbcdb83b-ab20-4fdd-98cb-87cc12c8b26f"}
I, [2016-02-01 18:30:04 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.554975 0 retries] create_tags(:resources=>["i-581441d1"],:tags=>[{:key=>"index",:value=>"0"}])
I, [2016-02-01 18:30:04 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.208465 0 retries] create_tags(:resources=>["i-5b1540d2"],:tags=>[{:key=>"Name",:value=>"compilation-3fbe2540-dd2c-4a65-bb48-a708de0c265c/0"}])
D, [2016-02-01 18:30:04 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000202s) SELECT NULL
D, [2016-02-01 18:30:04 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000225s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:04 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.d9f4f439-2c07-44b4-a9c7-085871b1cfb4"}
I, [2016-02-01 18:30:04 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.344589 0 retries] create_tags(:resources=>["i-1315409a"],:tags=>[{:key=>"Name",:value=>"compilation-c55d4eb2-3abd-441e-8027-2f51c0f254bd/0"}])
D, [2016-02-01 18:30:04 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000206s) SELECT NULL
D, [2016-02-01 18:30:04 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000218s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:04 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.eb60804f-9551-4b8b-b7db-d92fe1e0b4a3"}
I, [2016-02-01 18:30:04 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.24444 0 retries] create_tags(:resources=>["i-591441d0"],:tags=>[{:key=>"Name",:value=>"compilation-a609ba29-89ee-4d20-a43a-0de581f03ed7/0"}])
D, [2016-02-01 18:30:04 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000202s) SELECT NULL
D, [2016-02-01 18:30:04 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000219s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:04 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.e1a36db0-f452-42ae-9ada-cfb6f1e9b4cf"}
I, [2016-02-01 18:30:04 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.173059 0 retries] create_tags(:resources=>["i-581441d1"],:tags=>[{:key=>"Name",:value=>"compilation-c7083377-4487-4836-9a24-efc40b98b871/0"}])
D, [2016-02-01 18:30:04 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000128s) SELECT NULL
D, [2016-02-01 18:30:04 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:04 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.e6d04b3c-eb8f-45f4-95ca-a8e883b06387"}
I, [2016-02-01 18:30:04 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.217189 0 retries] describe_instances(:instance_ids=>["i-50f5bfd9"])
I, [2016-02-01 18:30:04 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] INFO -- DirectorJobRunner: i-50f5bfd9 is now running, took 32.454193324s
I, [2016-02-01 18:30:04 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] INFO -- DirectorJobRunner: Creating new instance 'i-50f5bfd9'
D, [2016-02-01 18:30:04 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:aws-dev
I, [2016-02-01 18:30:04 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.240712 0 retries] describe_addresses(:filters=>[{:name=>"instance-id",:values=>["i-50f5bfd9"]}])
I, [2016-02-01 18:30:05 #5729] [create_vm(653b2699-37e4-44b3-84d0-17c912214cfa, ...)] INFO -- DirectorJobRunner: [AWS EC2 200 0.072357 0 retries] describe_images(:image_ids=>["ami-db4760b1"])
D, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000184s) SELECT NULL
D, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000111s) SELECT NULL
D, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000237s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 1) AND ("job" = 'compilation-f5af841b-3848-4538-b404-0c5c8e66496a') AND ("index" = 0) AND ("id" != 36)) LIMIT 1
D, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000100s) SELECT NULL
D, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000073s) BEGIN
D, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000247s) UPDATE "instances" SET "spec_json" = '{"env":{}}', "vm_cid" = 'i-50f5bfd9', "agent_id" = '653b2699-37e4-44b3-84d0-17c912214cfa' WHERE ("id" = 36)
D, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.001854s) COMMIT
I, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.130764 0 retries] create_tags(:resources=>["i-50f5bfd9"],:tags=>[{:key=>"director",:value=>"microbosh"}])
D, [2016-02-01 18:30:05 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000321s) SELECT NULL
D, [2016-02-01 18:30:05 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:05 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.5862a538-9330-45e1-9332-af6a7d9fc0a2"}
I, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.141795 0 retries] create_tags(:resources=>["i-50f5bfd9"],:tags=>[{:key=>"deployment",:value=>"aws-dev"}])
D, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000284s) SELECT NULL
D, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000215s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.8dc0d2b0-0ba8-4910-ac2f-dd2bd718bee2"}
D, [2016-02-01 18:30:05 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000233s) SELECT NULL
D, [2016-02-01 18:30:05 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:05 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.2945b293-0911-4fce-bd92-ce544c123f77"}
I, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.205148 0 retries] create_tags(:resources=>["i-50f5bfd9"],:tags=>[{:key=>"job",:value=>"compilation-f5af841b-3848-4538-b404-0c5c8e66496a"}])
D, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000243s) SELECT NULL
D, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000233s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.dc5d2df1-84f9-4485-8cdc-9df435904372"}
D, [2016-02-01 18:30:05 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000115s) SELECT NULL
D, [2016-02-01 18:30:05 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000160s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:05 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.8f53cc8d-5b17-40cf-91aa-c505fa2944cc"}
I, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.188809 0 retries] create_tags(:resources=>["i-50f5bfd9"],:tags=>[{:key=>"index",:value=>"0"}])
I, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] INFO -- DirectorJobRunner: [AWS EC2 200 0.20635 0 retries] create_tags(:resources=>["i-50f5bfd9"],:tags=>[{:key=>"Name",:value=>"compilation-f5af841b-3848-4538-b404-0c5c8e66496a/0"}])
D, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000199s) SELECT NULL
D, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000213s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:05 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.018a44ea-50e6-45e2-b5f2-bc31ab16d57a"}
D, [2016-02-01 18:30:06 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:121:1
D, [2016-02-01 18:30:06 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:150:1
D, [2016-02-01 18:30:06 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:141:1
D, [2016-02-01 18:30:06 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:119:1
D, [2016-02-01 18:30:06 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:151:1
D, [2016-02-01 18:30:06 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:149:1
D, [2016-02-01 18:30:06 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000235s) SELECT NULL
D, [2016-02-01 18:30:06 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000246s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:06 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.48fc1ddf-e1b4-4015-84f6-6b3d1e345381"}
D, [2016-02-01 18:30:06 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000209s) SELECT NULL
D, [2016-02-01 18:30:06 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000217s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:06 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.393d621e-1b23-41cc-a3e6-fb3f0afd33f8"}
D, [2016-02-01 18:30:06 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000241s) SELECT NULL
D, [2016-02-01 18:30:06 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:06 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.7cd5464e-db5f-45be-92a4-ba40168cf01b"}
D, [2016-02-01 18:30:06 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000309s) SELECT NULL
D, [2016-02-01 18:30:06 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000242s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:06 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.e632a4f9-9a17-4090-8677-2f5fc09853ad"}
D, [2016-02-01 18:30:06 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000136s) SELECT NULL
D, [2016-02-01 18:30:06 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000178s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:06 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.eca18244-7e73-4dc6-9c09-321d9cd9b054"}
D, [2016-02-01 18:30:06 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000251s) SELECT NULL
D, [2016-02-01 18:30:06 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:06 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.2b1adc3e-d27e-4b5d-a783-51fb092699c9"}
D, [2016-02-01 18:30:07 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000225s) SELECT NULL
D, [2016-02-01 18:30:07 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000242s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:07 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.919e8c29-c70a-4870-b096-9c8123a2954b"}
D, [2016-02-01 18:30:07 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000210s) SELECT NULL
D, [2016-02-01 18:30:07 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000220s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:07 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.fc40a778-cc88-492b-b53e-729644814b04"}
D, [2016-02-01 18:30:07 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000273s) SELECT NULL
D, [2016-02-01 18:30:07 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:07 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.56ab076b-a823-4975-8c14-249dd5e05350"}
D, [2016-02-01 18:30:07 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000229s) SELECT NULL
D, [2016-02-01 18:30:07 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000244s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:07 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.f440008b-4ac6-48ea-a5e7-fd653e506326"}
D, [2016-02-01 18:30:07 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:30:07 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000160s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:07 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.e1a39c53-d4fe-407d-8c70-7b5cfa3d057b"}
D, [2016-02-01 18:30:07 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000229s) SELECT NULL
D, [2016-02-01 18:30:07 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000239s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:07 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.246446c6-45fc-4fd2-a580-0647e3b5b0bf"}
D, [2016-02-01 18:30:08 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000249s) SELECT NULL
D, [2016-02-01 18:30:08 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000237s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:08 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.3d0991c6-0859-4da5-8a49-2b5c124d2753"}
D, [2016-02-01 18:30:08 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000216s) SELECT NULL
D, [2016-02-01 18:30:08 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000216s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:08 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.928cde90-dbc5-437b-962a-65e240b26c92"}
D, [2016-02-01 18:30:08 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000245s) SELECT NULL
D, [2016-02-01 18:30:08 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000232s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:08 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.24538f18-95b9-4df9-a337-109812a13b70"}
D, [2016-02-01 18:30:08 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000220s) SELECT NULL
D, [2016-02-01 18:30:08 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000237s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:08 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.1abb24ee-c552-4c46-a54e-a2ccf62221c0"}
D, [2016-02-01 18:30:08 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000114s) SELECT NULL
D, [2016-02-01 18:30:08 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000158s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:08 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.dc35efe5-2251-4832-8afd-952a30556739"}
D, [2016-02-01 18:30:08 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000254s) SELECT NULL
D, [2016-02-01 18:30:08 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000239s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:08 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.645c0ec2-00f7-4f5d-a096-f5fed3742b1f"}
D, [2016-02-01 18:30:09 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000231s) SELECT NULL
D, [2016-02-01 18:30:09 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000240s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:09 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.8c5c2476-50cd-4099-8ef2-ef9fff3d87e8"}
D, [2016-02-01 18:30:09 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000203s) SELECT NULL
D, [2016-02-01 18:30:09 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000214s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:09 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.e96325bb-4b58-49e0-bf3f-af602d1e41d4"}
D, [2016-02-01 18:30:09 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000270s) SELECT NULL
D, [2016-02-01 18:30:09 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000244s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:09 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.dfe475d5-4b90-4cdf-a7d8-ff959f7fe55c"}
D, [2016-02-01 18:30:09 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000209s) SELECT NULL
D, [2016-02-01 18:30:09 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:09 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.d126716d-ef7c-4cba-8bae-6f8acf98ce50"}
D, [2016-02-01 18:30:09 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000114s) SELECT NULL
D, [2016-02-01 18:30:09 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000160s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:09 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.07b10524-3c95-4630-843c-8fbcdd722a09"}
D, [2016-02-01 18:30:09 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:aws-dev
D, [2016-02-01 18:30:09 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000229s) SELECT NULL
D, [2016-02-01 18:30:09 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000240s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:09 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.9013bc71-16a9-4dbc-93a2-757fb3f4e723"}
D, [2016-02-01 18:30:10 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000245s) SELECT NULL
D, [2016-02-01 18:30:10 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:10 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.97d471dd-24a3-4cf6-9c35-83406598fbdc"}
D, [2016-02-01 18:30:10 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000201s) SELECT NULL
D, [2016-02-01 18:30:10 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000216s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:10 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.53bd6440-0045-4afc-96bb-f1013fccf95c"}
D, [2016-02-01 18:30:10 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000243s) SELECT NULL
D, [2016-02-01 18:30:10 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000236s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:10 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.75369434-1d46-4d1e-805d-bcb3c903f04d"}
D, [2016-02-01 18:30:10 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000210s) SELECT NULL
D, [2016-02-01 18:30:10 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000241s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:10 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.2c6b6151-ff2b-4613-8b11-974dcd67d219"}
D, [2016-02-01 18:30:10 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000115s) SELECT NULL
D, [2016-02-01 18:30:10 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000156s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:10 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.80db834a-f270-4800-8fa7-b01a5e3a557e"}
D, [2016-02-01 18:30:10 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000235s) SELECT NULL
D, [2016-02-01 18:30:10 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000243s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:10 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.4a782b3c-74db-4b92-a350-0ece349deee1"}
D, [2016-02-01 18:30:11 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:121:1
D, [2016-02-01 18:30:11 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:141:1
D, [2016-02-01 18:30:11 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:151:1
D, [2016-02-01 18:30:11 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:119:1
D, [2016-02-01 18:30:11 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:150:1
D, [2016-02-01 18:30:11 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:149:1
D, [2016-02-01 18:30:11 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000208s) SELECT NULL
D, [2016-02-01 18:30:11 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000240s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:11 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.bcef7c32-943b-4d4c-904e-935c4a410d57"}
D, [2016-02-01 18:30:11 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000194s) SELECT NULL
D, [2016-02-01 18:30:11 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000218s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:11 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.12af8a87-5db9-4130-8983-a7726a7f43ab"}
D, [2016-02-01 18:30:11 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000236s) SELECT NULL
D, [2016-02-01 18:30:11 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000230s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:11 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.f944e90d-3cfb-4d88-aa7e-93f22133f4d3"}
D, [2016-02-01 18:30:11 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000213s) SELECT NULL
D, [2016-02-01 18:30:11 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000239s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:11 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.34160816-ec96-4359-876c-d2b7628b775b"}
D, [2016-02-01 18:30:11 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:30:11 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000158s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:11 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.9dfbf261-6109-4b39-a6f4-b3d9fd19973a"}
D, [2016-02-01 18:30:11 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000206s) SELECT NULL
D, [2016-02-01 18:30:11 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000247s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:11 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.a56625a1-4ed5-4c59-b6eb-dc74f3ab359a"}
D, [2016-02-01 18:30:12 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000258s) SELECT NULL
D, [2016-02-01 18:30:12 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000240s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:12 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.53b6d0f5-1098-445f-8b0d-765c0a2d4a0b"}
D, [2016-02-01 18:30:12 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000208s) SELECT NULL
D, [2016-02-01 18:30:12 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000220s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:12 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.80d2c9c6-9850-40da-af2b-83925652b37e"}
D, [2016-02-01 18:30:12 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000231s) SELECT NULL
D, [2016-02-01 18:30:12 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:12 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.23fe82c9-ec64-4270-b7c6-fc1578958248"}
D, [2016-02-01 18:30:12 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000220s) SELECT NULL
D, [2016-02-01 18:30:12 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:12 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.2f2bbdc5-ee0c-47ac-aa21-53342dcf341b"}
D, [2016-02-01 18:30:12 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000144s) SELECT NULL
D, [2016-02-01 18:30:12 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000156s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:12 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.1b5791df-eca7-4143-abdc-49bd596b5101"}
D, [2016-02-01 18:30:12 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000251s) SELECT NULL
D, [2016-02-01 18:30:12 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000243s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:12 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.4064029a-39d2-4793-93ca-9e7eb2d220cd"}
D, [2016-02-01 18:30:13 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000225s) SELECT NULL
D, [2016-02-01 18:30:13 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000242s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:13 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.dabd0a49-1e21-48c1-b144-6ba9b6518996"}
D, [2016-02-01 18:30:13 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000206s) SELECT NULL
D, [2016-02-01 18:30:13 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000219s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:13 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.049cb058-66de-476c-999c-0fd4884f3f81"}
D, [2016-02-01 18:30:13 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000255s) SELECT NULL
D, [2016-02-01 18:30:13 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000241s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:13 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.3fa11f1d-489f-4321-9078-cb43615d26c6"}
D, [2016-02-01 18:30:13 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000218s) SELECT NULL
D, [2016-02-01 18:30:13 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000239s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:13 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.a0c2131d-512f-48cc-9445-899f8cc5cf67"}
D, [2016-02-01 18:30:13 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000140s) SELECT NULL
D, [2016-02-01 18:30:13 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000161s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:13 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.6cff70d2-e63c-4029-bccd-7c21febd1e36"}
D, [2016-02-01 18:30:13 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000228s) SELECT NULL
D, [2016-02-01 18:30:13 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000245s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:13 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.5cf76c32-216f-42ba-99c2-daeccbdb3505"}
D, [2016-02-01 18:30:14 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000243s) SELECT NULL
D, [2016-02-01 18:30:14 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:14 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.d30969d8-ecd2-4570-9ea7-0bef3190e8de"}
D, [2016-02-01 18:30:14 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000168s) SELECT NULL
D, [2016-02-01 18:30:14 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000211s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:14 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.94c5cff7-c2b3-49c9-936e-1393e2e4d541"}
D, [2016-02-01 18:30:14 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT NULL
D, [2016-02-01 18:30:14 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000236s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:14 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.fef7b9e1-19a3-4e47-8757-7da015887b7e"}
D, [2016-02-01 18:30:14 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000215s) SELECT NULL
D, [2016-02-01 18:30:14 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000255s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:14 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.9458d1c8-4534-4c80-ae73-499bfcebf5e4"}
D, [2016-02-01 18:30:14 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000132s) SELECT NULL
D, [2016-02-01 18:30:14 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000159s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:14 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.8f259cf4-28a2-4545-893d-df779fa71c9e"}
D, [2016-02-01 18:30:14 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:aws-dev
D, [2016-02-01 18:30:14 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000253s) SELECT NULL
D, [2016-02-01 18:30:14 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000242s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:14 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.d4f6dd3c-164d-429d-8136-1dd64461b384"}
D, [2016-02-01 18:30:15 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000211s) SELECT NULL
D, [2016-02-01 18:30:15 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000247s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:15 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.aa08d0bf-acd5-4b6e-bf56-ef4575a70e51"}
D, [2016-02-01 18:30:15 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000198s) SELECT NULL
D, [2016-02-01 18:30:15 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000218s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:15 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.4c1fe507-7260-4ef3-a42f-5820fc80c9ab"}
D, [2016-02-01 18:30:15 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000250s) SELECT NULL
D, [2016-02-01 18:30:15 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000239s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:15 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.b34e9d45-87d7-41cc-b88e-3546b4c0eb32"}
D, [2016-02-01 18:30:15 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000227s) SELECT NULL
D, [2016-02-01 18:30:15 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000242s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:15 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.6fd901a6-5411-4098-a820-dc1357115c9a"}
D, [2016-02-01 18:30:15 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000150s) SELECT NULL
D, [2016-02-01 18:30:15 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000164s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:15 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.ecf08ed9-4111-44b5-99a9-f45cd7d2c63e"}
D, [2016-02-01 18:30:15 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000230s) SELECT NULL
D, [2016-02-01 18:30:15 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000247s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:15 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.d28c5b90-28dc-4574-bafa-190e2650d580"}
D, [2016-02-01 18:30:16 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:121:1
D, [2016-02-01 18:30:16 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:141:1
D, [2016-02-01 18:30:16 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:149:1
D, [2016-02-01 18:30:16 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:119:1
D, [2016-02-01 18:30:16 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:151:1
D, [2016-02-01 18:30:16 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:150:1
D, [2016-02-01 18:30:16 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000250s) SELECT NULL
D, [2016-02-01 18:30:16 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000240s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:16 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.a2d1b5e9-82c9-40ce-9bd1-1f0cd3fcd99a"}
D, [2016-02-01 18:30:16 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000201s) SELECT NULL
D, [2016-02-01 18:30:16 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000221s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:16 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.cf363628-6838-45e6-b4b2-0b4a7a24cb69"}
D, [2016-02-01 18:30:16 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT NULL
D, [2016-02-01 18:30:16 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000237s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:16 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.96475706-8e0d-4aa8-92b5-eda246df1542"}
D, [2016-02-01 18:30:16 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000237s) SELECT NULL
D, [2016-02-01 18:30:16 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000240s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:16 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.98bc3ca5-22ae-4089-b676-f1c210738887"}
D, [2016-02-01 18:30:16 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000116s) SELECT NULL
D, [2016-02-01 18:30:16 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000158s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:16 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.a09cb287-5748-4733-9efa-e6867f260bb1"}
D, [2016-02-01 18:30:16 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000233s) SELECT NULL
D, [2016-02-01 18:30:16 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000246s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:16 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.0ee98cf0-c784-4146-b2e8-98cf8ed61494"}
D, [2016-02-01 18:30:17 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000226s) SELECT NULL
D, [2016-02-01 18:30:17 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:17 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.c0f110a4-d860-4953-aa6e-e251e0174251"}
D, [2016-02-01 18:30:17 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000200s) SELECT NULL
D, [2016-02-01 18:30:17 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:17 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.ab6ad48f-b5c0-49f7-a807-025fcaa9ac06"}
D, [2016-02-01 18:30:17 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000236s) SELECT NULL
D, [2016-02-01 18:30:17 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000234s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:17 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.f76d9509-b476-4372-80b9-635bed0a898b"}
D, [2016-02-01 18:30:17 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000192s) SELECT NULL
D, [2016-02-01 18:30:17 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000232s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:17 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.6b7c7fc1-2ff9-44da-bc98-70db763bdb9c"}
D, [2016-02-01 18:30:17 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000116s) SELECT NULL
D, [2016-02-01 18:30:17 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000159s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:17 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.cb5aeee9-6020-49d6-90ba-f9692119d121"}
D, [2016-02-01 18:30:17 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000239s) SELECT NULL
D, [2016-02-01 18:30:17 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000244s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:17 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.09199e75-ae77-4d47-b5d2-93054f321f95"}
D, [2016-02-01 18:30:18 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000253s) SELECT NULL
D, [2016-02-01 18:30:18 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000242s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:18 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.a6355a06-2cc5-4a94-ac30-2078a0fb4366"}
D, [2016-02-01 18:30:18 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000218s) SELECT NULL
D, [2016-02-01 18:30:18 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:18 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.f510a86e-c0f6-4c6a-b75c-3f143782f4d0"}
D, [2016-02-01 18:30:18 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000235s) SELECT NULL
D, [2016-02-01 18:30:18 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000243s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:18 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.a76c089d-fc4d-4b5e-96d7-2eab98d3495e"}
D, [2016-02-01 18:30:18 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000228s) SELECT NULL
D, [2016-02-01 18:30:18 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000239s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:18 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.e43842b1-3214-4ae4-a9f3-6e178b077f83"}
D, [2016-02-01 18:30:18 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000115s) SELECT NULL
D, [2016-02-01 18:30:18 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000158s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:18 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.161252ee-cce4-440c-ad3d-7259c2a29445"}
D, [2016-02-01 18:30:18 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000273s) SELECT NULL
D, [2016-02-01 18:30:18 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000247s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:18 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.a2e0c022-de11-4179-b306-eaecfe05c259"}
D, [2016-02-01 18:30:19 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000246s) SELECT NULL
D, [2016-02-01 18:30:19 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000239s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:19 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.d80a70b2-7d24-4fe9-8e26-9bb393f7f9ad"}
D, [2016-02-01 18:30:19 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000233s) SELECT NULL
D, [2016-02-01 18:30:19 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000217s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:19 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.a61d8fd6-2c93-4e3d-a8e9-8b1b2a5c5b3b"}
D, [2016-02-01 18:30:19 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000256s) SELECT NULL
D, [2016-02-01 18:30:19 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000242s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:19 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.021dffa2-c53c-48be-8f27-4b6fed790e61"}
D, [2016-02-01 18:30:19 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000236s) SELECT NULL
D, [2016-02-01 18:30:19 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000241s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:19 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.cdc327a6-6ca9-44a4-ad1f-34e30e6bc4fa"}
D, [2016-02-01 18:30:19 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000118s) SELECT NULL
D, [2016-02-01 18:30:19 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000163s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:19 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.3d12bed3-7190-458c-935f-8a1d01b7e33b"}
D, [2016-02-01 18:30:19 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:aws-dev
D, [2016-02-01 18:30:19 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000230s) SELECT NULL
D, [2016-02-01 18:30:19 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000250s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:19 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.2d187ad5-2954-459c-8430-9f5e00c89a79"}
D, [2016-02-01 18:30:20 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000167s) SELECT NULL
D, [2016-02-01 18:30:20 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000202s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:20 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.6f6dd8a3-a2fe-4f12-9fcf-27ae68fcca31"}
D, [2016-02-01 18:30:20 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000257s) SELECT NULL
D, [2016-02-01 18:30:20 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000220s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:20 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.f1500a9a-0e23-40ba-a6f5-5592e0885073"}
D, [2016-02-01 18:30:20 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT NULL
D, [2016-02-01 18:30:20 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000225s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:20 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.b5fd1c28-be58-45fa-9a53-bfead86b96c1"}
D, [2016-02-01 18:30:20 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT NULL
D, [2016-02-01 18:30:20 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000216s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:20 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.1815dae5-89df-4cf8-b382-edb775789250"}
D, [2016-02-01 18:30:20 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000129s) SELECT NULL
D, [2016-02-01 18:30:20 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000176s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:20 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.9dd82abd-424d-498f-9560-e378d9094285"}
D, [2016-02-01 18:30:20 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000261s) SELECT NULL
D, [2016-02-01 18:30:20 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000232s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:20 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.42e1e3c7-ad9c-484b-a955-cd69eb0248b2"}
D, [2016-02-01 18:30:21 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:121:1
D, [2016-02-01 18:30:21 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:141:1
D, [2016-02-01 18:30:21 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:151:1
D, [2016-02-01 18:30:21 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:149:1
D, [2016-02-01 18:30:21 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:119:1
D, [2016-02-01 18:30:21 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:150:1
D, [2016-02-01 18:30:21 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000191s) SELECT NULL
D, [2016-02-01 18:30:21 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000219s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:21 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.37fdd3f1-f97c-4ef8-860f-ba4ee75df677"}
D, [2016-02-01 18:30:21 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000267s) SELECT NULL
D, [2016-02-01 18:30:21 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000225s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:21 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.b3773cf1-44e9-49f9-bc1d-b1d62537f884"}
D, [2016-02-01 18:30:21 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000266s) SELECT NULL
D, [2016-02-01 18:30:21 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000218s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:21 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.c70bb6e9-3ca1-4705-b7e6-774defc205db"}
D, [2016-02-01 18:30:21 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000220s) SELECT NULL
D, [2016-02-01 18:30:21 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000237s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:21 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.286a3912-debb-4b1c-bc05-028ab3c32fa2"}
D, [2016-02-01 18:30:21 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000125s) SELECT NULL
D, [2016-02-01 18:30:21 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000159s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:21 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.b507b698-1a96-4c2b-ab89-9ffda1c0054a"}
D, [2016-02-01 18:30:21 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000191s) SELECT NULL
D, [2016-02-01 18:30:21 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000235s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:21 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.83f30046-5478-4b94-9c43-c22f0f40428a"}
D, [2016-02-01 18:30:22 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000251s) SELECT NULL
D, [2016-02-01 18:30:22 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:22 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.2129f67e-6134-4c10-bba3-b56173fcdc70"}
D, [2016-02-01 18:30:22 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000235s) SELECT NULL
D, [2016-02-01 18:30:22 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000215s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:22 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.d9d38576-0048-4ad6-8b7c-e284c8f16e56"}
D, [2016-02-01 18:30:22 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000221s) SELECT NULL
D, [2016-02-01 18:30:22 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000213s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:22 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.4d2d8093-3294-47d6-a79b-be8edfe98200"}
D, [2016-02-01 18:30:22 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000215s) SELECT NULL
D, [2016-02-01 18:30:22 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000239s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:22 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.e3fb8294-e9e3-41c7-9ea7-1ec850ab646a"}
D, [2016-02-01 18:30:22 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000114s) SELECT NULL
D, [2016-02-01 18:30:22 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000157s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:22 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.0fd22bf5-8c7b-4724-b4c6-044cb08094c8"}
D, [2016-02-01 18:30:22 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000240s) SELECT NULL
D, [2016-02-01 18:30:22 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000224s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:22 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.9325eeb3-25e8-4079-b9b1-8e6f17b5224e"}
D, [2016-02-01 18:30:23 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000212s) SELECT NULL
D, [2016-02-01 18:30:23 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:23 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.63bbfe2d-dbd0-4646-8adb-7470cf87a71e"}
D, [2016-02-01 18:30:23 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000243s) SELECT NULL
D, [2016-02-01 18:30:23 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000207s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:23 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.9acc0aab-461f-4e5e-8b89-ea415178632e"}
D, [2016-02-01 18:30:23 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000233s) SELECT NULL
D, [2016-02-01 18:30:23 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000234s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:23 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.59849c71-0415-4a26-a3c6-ff8597e0f227"}
D, [2016-02-01 18:30:23 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000218s) SELECT NULL
D, [2016-02-01 18:30:23 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000239s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:23 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.222d1284-815b-4407-b00a-8bd98600cdac"}
D, [2016-02-01 18:30:23 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000124s) SELECT NULL
D, [2016-02-01 18:30:23 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000156s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:23 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.9402e82a-fe9f-446f-b540-5219fb2be101"}
D, [2016-02-01 18:30:23 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000231s) SELECT NULL
D, [2016-02-01 18:30:23 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000214s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:23 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.acfcfa6c-af65-458e-bf28-16270a6d090c"}
D, [2016-02-01 18:30:24 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000256s) SELECT NULL
D, [2016-02-01 18:30:24 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000228s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:24 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.8f466bce-1d9d-43c3-b152-8e48e30ae7c7"}
D, [2016-02-01 18:30:24 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000194s) SELECT NULL
D, [2016-02-01 18:30:24 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000202s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:24 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.cb5725e5-b791-4484-9bdb-aaa10227fd82"}
D, [2016-02-01 18:30:24 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000206s) SELECT NULL
D, [2016-02-01 18:30:24 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000220s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:24 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.1f097d82-902c-4614-be90-1b674ba53ce6"}
D, [2016-02-01 18:30:24 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000216s) SELECT NULL
D, [2016-02-01 18:30:24 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:24 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.f7ffbe9d-80dd-49aa-b226-c121fd596535"}
D, [2016-02-01 18:30:24 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000113s) SELECT NULL
D, [2016-02-01 18:30:24 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000155s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:24 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.476bab15-a431-475e-8725-ca8f90decfe9"}
D, [2016-02-01 18:30:24 #5729] [task:8-checkpoint] DEBUG -- DirectorJobRunner: (0.000220s) SELECT NULL
D, [2016-02-01 18:30:24 #5729] [task:8-checkpoint] DEBUG -- DirectorJobRunner: (0.000080s) BEGIN
D, [2016-02-01 18:30:24 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:aws-dev
D, [2016-02-01 18:30:24 #5729] [task:8-checkpoint] DEBUG -- DirectorJobRunner: (0.000471s) UPDATE "tasks" SET "checkpoint_time" = '2016-02-01 18:30:24.732736+0000' WHERE ("id" = 8)
D, [2016-02-01 18:30:24 #5729] [task:8-checkpoint] DEBUG -- DirectorJobRunner: (0.002298s) COMMIT
D, [2016-02-01 18:30:24 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000269s) SELECT NULL
D, [2016-02-01 18:30:24 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000219s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:24 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.651e9a79-905a-4961-9633-82b65bd98a71"}
D, [2016-02-01 18:30:25 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT NULL
D, [2016-02-01 18:30:25 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000235s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:25 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.8849df74-9f31-403a-b05f-e6c3b1cd142f"}
D, [2016-02-01 18:30:25 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000143s) SELECT NULL
D, [2016-02-01 18:30:25 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000186s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:25 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.54ed31f1-6288-4710-b0a9-24855da4c2d5"}
D, [2016-02-01 18:30:25 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000253s) SELECT NULL
D, [2016-02-01 18:30:25 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:25 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.5e36fc76-0330-4bef-887a-e07304e5ac7d"}
D, [2016-02-01 18:30:25 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000235s) SELECT NULL
D, [2016-02-01 18:30:25 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000241s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:25 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.e4cc8913-e8b6-448e-ae7f-ec65c293e8fa"}
D, [2016-02-01 18:30:25 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:30:25 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000158s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:25 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.2a71d4e6-a28c-4f7c-9435-98c3f9cf8481"}
D, [2016-02-01 18:30:25 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000219s) SELECT NULL
D, [2016-02-01 18:30:25 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000218s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:25 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.fb192c8c-e701-4c88-95c9-cf5ca915ad0e"}
D, [2016-02-01 18:30:26 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:121:1
D, [2016-02-01 18:30:26 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:141:1
D, [2016-02-01 18:30:26 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:151:1
D, [2016-02-01 18:30:26 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:149:1
D, [2016-02-01 18:30:26 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:119:1
D, [2016-02-01 18:30:26 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:150:1
D, [2016-02-01 18:30:26 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000227s) SELECT NULL
D, [2016-02-01 18:30:26 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000227s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:26 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.1f1f20b6-4a9c-488c-8234-6fb8a2d2c91e"}
D, [2016-02-01 18:30:26 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT NULL
D, [2016-02-01 18:30:26 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000221s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:26 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.069c8b23-e17f-4a56-9aa1-e73fb612b485"}
D, [2016-02-01 18:30:26 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT NULL
D, [2016-02-01 18:30:26 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:26 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.53e3617b-2155-4d22-862f-072f6c1fb7ae"}
D, [2016-02-01 18:30:26 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000239s) SELECT NULL
D, [2016-02-01 18:30:26 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000244s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:26 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.85d0b6d7-8c07-486f-b039-cc89388f295b"}
D, [2016-02-01 18:30:26 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000116s) SELECT NULL
D, [2016-02-01 18:30:26 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000160s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:26 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.ec5a9bfd-2d63-4b5e-8fc7-2c79f5b521c1"}
D, [2016-02-01 18:30:26 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000278s) SELECT NULL
D, [2016-02-01 18:30:26 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:26 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.4b2cbb94-5373-4f92-9689-93d80cc1b705"}
D, [2016-02-01 18:30:27 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000213s) SELECT NULL
D, [2016-02-01 18:30:27 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:27 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.cc239d33-cce0-4de8-a826-a86b200bdc1c"}
D, [2016-02-01 18:30:27 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000226s) SELECT NULL
D, [2016-02-01 18:30:27 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000218s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:27 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.3bf1bffe-8e95-45d7-92ab-af730f19950e"}
D, [2016-02-01 18:30:27 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000226s) SELECT NULL
D, [2016-02-01 18:30:27 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:27 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.9c6ae64a-3e07-4dd7-9a21-c84043118844"}
D, [2016-02-01 18:30:27 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000203s) SELECT NULL
D, [2016-02-01 18:30:27 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000237s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:27 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.1677dcf6-09b1-4a72-8b36-0372f3e10e0e"}
D, [2016-02-01 18:30:27 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000119s) SELECT NULL
D, [2016-02-01 18:30:27 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000159s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:27 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.8fc7e7d6-5595-4c3e-9ef5-a729c51f9250"}
D, [2016-02-01 18:30:27 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000208s) SELECT NULL
D, [2016-02-01 18:30:27 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000218s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:27 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.ec5ac865-885f-4ad3-afd6-c7eb7dc0a2a3"}
D, [2016-02-01 18:30:28 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000242s) SELECT NULL
D, [2016-02-01 18:30:28 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:28 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.884aa7c5-b342-4207-88dd-356dd2650a7d"}
D, [2016-02-01 18:30:28 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000227s) SELECT NULL
D, [2016-02-01 18:30:28 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000244s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:28 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.e53fbda6-11cd-46df-afc2-7d8abd1caec3"}
D, [2016-02-01 18:30:28 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000135s) SELECT NULL
D, [2016-02-01 18:30:28 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000178s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:28 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.d55a1da7-f07f-497b-8803-4453f29f6dcc"}
D, [2016-02-01 18:30:28 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000225s) SELECT NULL
D, [2016-02-01 18:30:28 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000236s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:28 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.eb9b58a5-7241-4805-8dfc-3727e990f0c5"}
D, [2016-02-01 18:30:28 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000117s) SELECT NULL
D, [2016-02-01 18:30:28 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000160s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:28 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.7528718a-e245-4790-ab60-a0bfd6b9efd7"}
D, [2016-02-01 18:30:28 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000237s) SELECT NULL
D, [2016-02-01 18:30:28 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000220s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:28 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.6c90ccbb-af28-43ef-aed9-c47e524e67cc"}
D, [2016-02-01 18:30:29 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000214s) SELECT NULL
D, [2016-02-01 18:30:29 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000226s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:29 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.7ff32770-f2a3-4921-9910-319c4acf65fb"}
D, [2016-02-01 18:30:29 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000210s) SELECT NULL
D, [2016-02-01 18:30:29 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000217s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:29 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.611b2f73-b7ca-4b30-ab6a-bad71a0f0d14"}
D, [2016-02-01 18:30:29 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000174s) SELECT NULL
D, [2016-02-01 18:30:29 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000192s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:29 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.127f9261-c50b-436f-9944-3c7594fc6981"}
D, [2016-02-01 18:30:29 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000300s) SELECT NULL
D, [2016-02-01 18:30:29 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000218s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:29 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.2bc45a7e-2192-4b3e-9f1a-bb274da51152"}
D, [2016-02-01 18:30:29 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000111s) SELECT NULL
D, [2016-02-01 18:30:29 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000158s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:29 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.873776d2-9378-451f-80d9-6e5795f10974"}
D, [2016-02-01 18:30:29 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:aws-dev
D, [2016-02-01 18:30:29 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000210s) SELECT NULL
D, [2016-02-01 18:30:29 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000217s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:29 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.49ebc7d5-8829-4422-9731-bfecbbfdea80"}
D, [2016-02-01 18:30:30 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000245s) SELECT NULL
D, [2016-02-01 18:30:30 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000226s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:30 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.94814326-7066-4017-ac60-04c9c17e7eb6"}
D, [2016-02-01 18:30:30 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000219s) SELECT NULL
D, [2016-02-01 18:30:30 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000221s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:30 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.c7fd7292-421b-4948-abc0-5c0279034e70"}
D, [2016-02-01 18:30:30 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000271s) SELECT NULL
D, [2016-02-01 18:30:30 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000235s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:30 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.14761268-9c22-4d06-b80f-c095634273fe"}
D, [2016-02-01 18:30:30 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000206s) SELECT NULL
D, [2016-02-01 18:30:30 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:30 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.23c0561f-c1f7-4ccb-9707-265b1a9006d3"}
D, [2016-02-01 18:30:30 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000180s) SELECT NULL
D, [2016-02-01 18:30:30 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:30 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.967b61a5-8309-47d2-8f66-95647b4ab2cc"}
D, [2016-02-01 18:30:30 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000262s) SELECT NULL
D, [2016-02-01 18:30:30 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000248s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:30 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.5fd83cb9-e330-4a53-aa63-e671968a4546"}
D, [2016-02-01 18:30:31 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:121:1
D, [2016-02-01 18:30:31 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:141:1
D, [2016-02-01 18:30:31 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:151:1
D, [2016-02-01 18:30:31 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:149:1
D, [2016-02-01 18:30:31 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:119:1
D, [2016-02-01 18:30:31 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:150:1
D, [2016-02-01 18:30:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000279s) SELECT NULL
D, [2016-02-01 18:30:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000246s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:31 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.9b487c4e-1042-42e8-940a-79f72b9db0d0"}
D, [2016-02-01 18:30:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000225s) SELECT NULL
D, [2016-02-01 18:30:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000220s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:31 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.8703d9e5-ff13-4d63-9b68-cb66c5d725ef"}
D, [2016-02-01 18:30:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000259s) SELECT NULL
D, [2016-02-01 18:30:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:31 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.713db349-d798-4c90-8c3d-a393df95b358"}
D, [2016-02-01 18:30:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000155s) SELECT NULL
D, [2016-02-01 18:30:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000197s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:31 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.924d0e0e-0d1a-48e3-9a90-eed259e0eeeb"}
D, [2016-02-01 18:30:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000132s) SELECT NULL
D, [2016-02-01 18:30:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000186s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:31 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.a62df92e-2e8c-4ebd-a9c8-d20d413c67fd"}
D, [2016-02-01 18:30:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000225s) SELECT NULL
D, [2016-02-01 18:30:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000219s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:31 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.d0cf5f60-76d8-4e3c-8169-71e67689c571"}
D, [2016-02-01 18:30:32 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000265s) SELECT NULL
D, [2016-02-01 18:30:32 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000244s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:32 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.14a24830-d7d1-4351-9bc3-ae3d3e708043"}
D, [2016-02-01 18:30:32 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000231s) SELECT NULL
D, [2016-02-01 18:30:32 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:32 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.6f47722c-63ca-4d9b-996b-a64ca3ee275f"}
D, [2016-02-01 18:30:32 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000265s) SELECT NULL
D, [2016-02-01 18:30:32 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:32 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.088765e8-24ff-40fb-918e-27982c0be494"}
D, [2016-02-01 18:30:32 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000141s) SELECT NULL
D, [2016-02-01 18:30:32 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000179s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:32 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.69c10336-6aaf-4544-aea4-e7922bfadad2"}
D, [2016-02-01 18:30:32 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000169s) SELECT NULL
D, [2016-02-01 18:30:32 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000189s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:32 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.f4d43ef0-a61f-4543-9d59-028650e8b65a"}
D, [2016-02-01 18:30:32 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000268s) SELECT NULL
D, [2016-02-01 18:30:32 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000249s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:32 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.87d3e73c-20d4-44e7-9378-41aa69d9a564"}
D, [2016-02-01 18:30:33 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000229s) SELECT NULL
D, [2016-02-01 18:30:33 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000245s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:33 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.fbecc5bb-5a49-4d52-80d2-9e3bf9354ebc"}
D, [2016-02-01 18:30:33 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000228s) SELECT NULL
D, [2016-02-01 18:30:33 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000225s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:33 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.cf79d067-64e9-4e5d-9cae-e3a066d9432a"}
D, [2016-02-01 18:30:33 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000250s) SELECT NULL
D, [2016-02-01 18:30:33 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000242s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:33 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.82cb316a-40a0-46cd-ad2c-ccfe569cd044"}
D, [2016-02-01 18:30:33 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000160s) SELECT NULL
D, [2016-02-01 18:30:33 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000208s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:33 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.682939fb-4c93-43bd-9a73-480e82a95e36"}
D, [2016-02-01 18:30:33 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000498s) SELECT NULL
D, [2016-02-01 18:30:33 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000525s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:33 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.e7066f86-3261-4b80-9eda-f7f1c45064b8"}
D, [2016-02-01 18:30:33 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000228s) SELECT NULL
D, [2016-02-01 18:30:33 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000221s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:33 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.1ac98807-0810-4f2b-99f1-81c46ac7e1d3"}
D, [2016-02-01 18:30:34 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000263s) SELECT NULL
D, [2016-02-01 18:30:34 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000241s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:34 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.04402816-d203-442b-9675-32f2d677e202"}
D, [2016-02-01 18:30:34 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000219s) SELECT NULL
D, [2016-02-01 18:30:34 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000219s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:34 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.6588ce45-cb9c-44bb-ac59-b3a9a9a246db"}
D, [2016-02-01 18:30:34 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000239s) SELECT NULL
D, [2016-02-01 18:30:34 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000220s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:34 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.a267937b-ce4f-4f55-8668-c1c14244ca27"}
D, [2016-02-01 18:30:34 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT NULL
D, [2016-02-01 18:30:34 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:34 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.6cc043da-9197-438e-9eca-317d4cafd0ad"}
D, [2016-02-01 18:30:34 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000266s) SELECT NULL
D, [2016-02-01 18:30:34 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:34 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.6f330855-9d7f-431f-a919-131de8ee0080"}
D, [2016-02-01 18:30:34 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:aws-dev
D, [2016-02-01 18:30:34 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000280s) SELECT NULL
D, [2016-02-01 18:30:34 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000230s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:34 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.43f680c1-3b6a-4e26-a8f8-fb0739587b4c"}
D, [2016-02-01 18:30:35 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000216s) SELECT NULL
D, [2016-02-01 18:30:35 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000227s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:35 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.0c335916-ecbb-481b-a688-388a615f14c6"}
D, [2016-02-01 18:30:35 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000209s) SELECT NULL
D, [2016-02-01 18:30:35 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:35 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.2a9292e8-147b-40d9-8856-bbd2f25f49d3"}
D, [2016-02-01 18:30:35 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000306s) SELECT NULL
D, [2016-02-01 18:30:35 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000243s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:35 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.179cf3e7-0fea-4b8b-adce-d663acdde0fb"}
D, [2016-02-01 18:30:35 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000199s) SELECT NULL
D, [2016-02-01 18:30:35 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000221s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:35 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.544ef76a-568c-45e4-8b04-47a6fa4bcfd9"}
D, [2016-02-01 18:30:35 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000213s) SELECT NULL
D, [2016-02-01 18:30:35 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:35 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.cafe665d-9a9e-41d7-8cae-49567d79a740"}
D, [2016-02-01 18:30:35 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000216s) SELECT NULL
D, [2016-02-01 18:30:35 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000221s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:35 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.29d2bed4-ecee-4e12-a5d6-952fb3ad3fa3"}
D, [2016-02-01 18:30:36 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:121:1
D, [2016-02-01 18:30:36 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:141:1
D, [2016-02-01 18:30:36 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:151:1
D, [2016-02-01 18:30:36 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:149:1
D, [2016-02-01 18:30:36 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:150:1
D, [2016-02-01 18:30:36 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:119:1
D, [2016-02-01 18:30:36 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000218s) SELECT NULL
D, [2016-02-01 18:30:36 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000224s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:36 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.5b12c99c-437c-49d8-a691-e2e422ec8ea2"}
D, [2016-02-01 18:30:36 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000227s) SELECT NULL
D, [2016-02-01 18:30:36 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:36 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.e5edee46-3fa2-4194-bae9-b5995e62ea65"}
D, [2016-02-01 18:30:36 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000237s) SELECT NULL
D, [2016-02-01 18:30:36 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000250s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:36 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.0e148956-99f6-4f4b-80fa-f2826f81add0"}
D, [2016-02-01 18:30:36 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000231s) SELECT NULL
D, [2016-02-01 18:30:36 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000220s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:36 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.d3fd849b-1ea8-46ad-b508-f9c70b42716e"}
D, [2016-02-01 18:30:36 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000145s) SELECT NULL
D, [2016-02-01 18:30:36 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000183s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:36 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.c1ca83b7-9133-4ab3-bd62-2df10e144fce"}
D, [2016-02-01 18:30:36 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000226s) SELECT NULL
D, [2016-02-01 18:30:36 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:36 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.e8d2088a-913c-49c9-a432-1216e80da5e7"}
D, [2016-02-01 18:30:37 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000213s) SELECT NULL
D, [2016-02-01 18:30:37 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000219s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:37 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.e59adddb-2279-49fe-8077-ecd25589ada3"}
D, [2016-02-01 18:30:37 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000224s) SELECT NULL
D, [2016-02-01 18:30:37 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:37 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.6e62d851-4d11-493c-a4ac-d83fd4f85d44"}
D, [2016-02-01 18:30:37 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000249s) SELECT NULL
D, [2016-02-01 18:30:37 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000241s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:37 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.5ff64269-1b62-4fde-82b9-037c91ab6b57"}
D, [2016-02-01 18:30:37 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000215s) SELECT NULL
D, [2016-02-01 18:30:37 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000219s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:37 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.99cd9a3a-974d-450d-8aef-f4bf33942849"}
D, [2016-02-01 18:30:37 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000196s) SELECT NULL
D, [2016-02-01 18:30:37 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000169s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:37 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.359bffd5-4f69-43a7-94d3-031cac272eb4"}
D, [2016-02-01 18:30:37 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT NULL
D, [2016-02-01 18:30:37 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000219s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:37 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.3424f521-f16a-4954-a96b-95f071231f9a"}
D, [2016-02-01 18:30:38 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000244s) SELECT NULL
D, [2016-02-01 18:30:38 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:38 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.7fd7efc8-163a-466a-ae7b-7d9fef764b98"}
D, [2016-02-01 18:30:38 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000208s) SELECT NULL
D, [2016-02-01 18:30:38 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000226s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:38 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.08f9c187-1e87-41ca-9591-d97c73c27288"}
D, [2016-02-01 18:30:38 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000165s) SELECT NULL
D, [2016-02-01 18:30:38 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000215s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:38 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.06b29685-7371-493e-9e1c-f47154023714"}
D, [2016-02-01 18:30:38 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000190s) SELECT NULL
D, [2016-02-01 18:30:38 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000211s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:38 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.e88145be-cd44-4821-9405-3332206efc48"}
D, [2016-02-01 18:30:38 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000167s) SELECT NULL
D, [2016-02-01 18:30:38 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000185s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:38 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.df207ca9-3982-4568-8375-e122ef9810ec"}
D, [2016-02-01 18:30:38 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000256s) SELECT NULL
D, [2016-02-01 18:30:38 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000243s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:38 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.ea097e5f-1a42-47cc-8bef-e145019c3489"}
D, [2016-02-01 18:30:39 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000217s) SELECT NULL
D, [2016-02-01 18:30:39 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:39 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.b14bbaa2-5690-4dbf-95fb-2862b2867feb"}
D, [2016-02-01 18:30:39 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000227s) SELECT NULL
D, [2016-02-01 18:30:39 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:39 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.30789679-9875-4326-8a07-74ca08b94f2b"}
D, [2016-02-01 18:30:39 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000261s) SELECT NULL
D, [2016-02-01 18:30:39 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000241s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:39 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.d16668f3-6949-4971-82a0-2c736a424e10"}
D, [2016-02-01 18:30:39 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000273s) SELECT NULL
D, [2016-02-01 18:30:39 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000245s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:39 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.8a08b8f2-167a-4be5-b641-d992261485be"}
D, [2016-02-01 18:30:39 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000211s) SELECT NULL
D, [2016-02-01 18:30:39 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000168s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:39 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.68d8dc07-ec45-432e-83e9-91d27b7de641"}
D, [2016-02-01 18:30:39 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:aws-dev
D, [2016-02-01 18:30:39 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000218s) SELECT NULL
D, [2016-02-01 18:30:39 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:39 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.01fa72b4-69c5-4d05-a413-50873a38edd5"}
D, [2016-02-01 18:30:40 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000249s) SELECT NULL
D, [2016-02-01 18:30:40 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000224s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:40 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.27be673d-a403-4283-91f9-9905fc600e25"}
D, [2016-02-01 18:30:40 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000263s) SELECT NULL
D, [2016-02-01 18:30:40 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000249s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:40 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.c09ef336-60ce-4fcb-b5fb-f28d8bba18db"}
D, [2016-02-01 18:30:40 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000216s) SELECT NULL
D, [2016-02-01 18:30:40 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:40 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.fc611808-b7fc-4d16-830c-1c2c0431252f"}
D, [2016-02-01 18:30:40 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000227s) SELECT NULL
D, [2016-02-01 18:30:40 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000240s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:40 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.60816406-9e4f-4b0a-a25f-0c699e92b1e5"}
D, [2016-02-01 18:30:40 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000212s) SELECT NULL
D, [2016-02-01 18:30:40 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000165s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:40 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.3445056f-1395-46ec-8a9a-02fd397387c0"}
D, [2016-02-01 18:30:40 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000244s) SELECT NULL
D, [2016-02-01 18:30:40 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000244s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:40 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.d461b0ca-e128-477a-96f8-a90eedc4257a"}
D, [2016-02-01 18:30:41 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:121:1
D, [2016-02-01 18:30:41 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:141:1
D, [2016-02-01 18:30:41 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:151:1
D, [2016-02-01 18:30:41 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:149:1
D, [2016-02-01 18:30:41 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:119:1
D, [2016-02-01 18:30:41 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:150:1
D, [2016-02-01 18:30:41 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT NULL
D, [2016-02-01 18:30:41 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:41 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.f4c44649-719e-4b01-a732-f19fa0878326"}
D, [2016-02-01 18:30:41 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000229s) SELECT NULL
D, [2016-02-01 18:30:41 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000241s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:41 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.5b409059-6937-4107-b8aa-a7cf85343b39"}
D, [2016-02-01 18:30:41 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000226s) SELECT NULL
D, [2016-02-01 18:30:41 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000218s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:41 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.f919eef3-3f56-4921-a889-2abd25b0fbe7"}
D, [2016-02-01 18:30:41 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000220s) SELECT NULL
D, [2016-02-01 18:30:41 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:41 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.c4308a9f-b5be-45a8-b6db-30b8fee013c1"}
D, [2016-02-01 18:30:41 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000396s) SELECT NULL
D, [2016-02-01 18:30:41 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000212s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:41 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.455b8cfe-a6df-48e5-850c-b279a0a5ebb7"}
D, [2016-02-01 18:30:41 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000204s) SELECT NULL
D, [2016-02-01 18:30:41 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:41 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.20b55ee0-d395-4374-b6e8-1ea321704f1d"}
D, [2016-02-01 18:30:42 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000268s) SELECT NULL
D, [2016-02-01 18:30:42 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000218s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:42 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.abd459fd-7363-4983-99b3-dc77ba356ed6"}
D, [2016-02-01 18:30:42 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000224s) SELECT NULL
D, [2016-02-01 18:30:42 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:42 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.5b0d2055-7a09-482f-83a0-15adc22cdbcf"}
D, [2016-02-01 18:30:42 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000230s) SELECT NULL
D, [2016-02-01 18:30:42 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000241s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:42 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.5797a94a-312c-4828-a7ec-6555e579eff6"}
D, [2016-02-01 18:30:42 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000166s) SELECT NULL
D, [2016-02-01 18:30:42 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000207s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:42 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.26ef7c47-17ff-4217-9963-adbd976ab671"}
D, [2016-02-01 18:30:42 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000187s) SELECT NULL
D, [2016-02-01 18:30:42 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:42 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.288df1f7-2e08-4053-97a2-738c3d465ee7"}
D, [2016-02-01 18:30:42 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000272s) SELECT NULL
D, [2016-02-01 18:30:42 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000243s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:42 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.aa374627-f32a-4c83-8f15-ba93b3a0daa6"}
D, [2016-02-01 18:30:43 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000233s) SELECT NULL
D, [2016-02-01 18:30:43 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000219s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:43 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.053505c1-29ec-406c-8f29-f1e52c576646"}
D, [2016-02-01 18:30:43 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000218s) SELECT NULL
D, [2016-02-01 18:30:43 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:43 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.d03eea93-512b-439d-b5ff-c5861913a336"}
D, [2016-02-01 18:30:43 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000251s) SELECT NULL
D, [2016-02-01 18:30:43 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000242s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:43 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.b18037d5-d692-40b8-a5ce-981c25f6d9cd"}
D, [2016-02-01 18:30:43 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000217s) SELECT NULL
D, [2016-02-01 18:30:43 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000243s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:43 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.70aa88c7-20c5-48c2-97be-5a3942a6a9ad"}
D, [2016-02-01 18:30:43 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000501s) SELECT NULL
D, [2016-02-01 18:30:43 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000214s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:43 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.97adb07f-94f3-46df-b6e6-7ebcfb89f69e"}
D, [2016-02-01 18:30:43 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT NULL
D, [2016-02-01 18:30:43 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000221s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:43 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.76c16952-c637-495b-ba54-7f053fe04659"}
D, [2016-02-01 18:30:44 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000311s) SELECT NULL
D, [2016-02-01 18:30:44 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000240s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:44 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.da904cdd-5e6a-4a4f-99c0-b819a7c682f3"}
D, [2016-02-01 18:30:44 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000197s) SELECT NULL
D, [2016-02-01 18:30:44 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000218s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:44 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.2838223c-40fe-4b32-86ee-a1189adda5e9"}
D, [2016-02-01 18:30:44 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000225s) SELECT NULL
D, [2016-02-01 18:30:44 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000239s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:44 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.3b3aa43b-381e-446f-82fd-4b582357fc37"}
D, [2016-02-01 18:30:44 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000214s) SELECT NULL
D, [2016-02-01 18:30:44 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000239s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:44 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.0d2b4ef1-08b2-4cf6-bd68-9e7536192f04"}
D, [2016-02-01 18:30:44 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000273s) SELECT NULL
D, [2016-02-01 18:30:44 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000189s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:44 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.fefc7710-7167-4618-b14f-ca6c199cde5a"}
D, [2016-02-01 18:30:44 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:aws-dev
D, [2016-02-01 18:30:44 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000252s) SELECT NULL
D, [2016-02-01 18:30:44 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000220s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:44 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.55eaa669-21b1-42ad-90ed-1a2c72b29263"}
D, [2016-02-01 18:30:45 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000239s) SELECT NULL
D, [2016-02-01 18:30:45 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000241s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:45 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.79fd0db4-b9b7-4b92-9e6d-2bdc01b5aae0"}
D, [2016-02-01 18:30:45 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000225s) SELECT NULL
D, [2016-02-01 18:30:45 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:45 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.22825d71-bcf1-4157-a15b-0b3ea7a95d2b"}
D, [2016-02-01 18:30:45 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000259s) SELECT NULL
D, [2016-02-01 18:30:45 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000243s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:45 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.2ea7aa2d-8713-44fa-8436-47c0ae5bbd8f"}
D, [2016-02-01 18:30:45 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000216s) SELECT NULL
D, [2016-02-01 18:30:45 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000219s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:45 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.953df809-8982-4cff-8f8d-530bb990062a"}
D, [2016-02-01 18:30:45 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000271s) SELECT NULL
D, [2016-02-01 18:30:45 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:45 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.9786d64c-4e9f-4cd3-a0c8-4f4cd1c7668f"}
D, [2016-02-01 18:30:45 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000228s) SELECT NULL
D, [2016-02-01 18:30:45 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000220s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:45 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.999616ef-60e2-4076-99c0-e99b645eb29f"}
D, [2016-02-01 18:30:46 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:121:1
D, [2016-02-01 18:30:46 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:141:1
D, [2016-02-01 18:30:46 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:151:1
D, [2016-02-01 18:30:46 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:149:1
D, [2016-02-01 18:30:46 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:150:1
D, [2016-02-01 18:30:46 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:119:1
D, [2016-02-01 18:30:46 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000250s) SELECT NULL
D, [2016-02-01 18:30:46 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000255s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:46 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.c1e9f8ce-a9bd-456f-9528-6a1ce2212567"}
D, [2016-02-01 18:30:46 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000232s) SELECT NULL
D, [2016-02-01 18:30:46 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000226s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:46 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.23f25d39-2a91-4c97-bff2-9e48f206a4c4"}
D, [2016-02-01 18:30:46 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000243s) SELECT NULL
D, [2016-02-01 18:30:46 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000244s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:46 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.eb7a4119-d73e-474a-9304-44b63ae3b544"}
D, [2016-02-01 18:30:46 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000242s) SELECT NULL
D, [2016-02-01 18:30:46 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000342s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:46 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.2d8e3d83-3ea0-4732-a16a-41f1c2162fa8"}
D, [2016-02-01 18:30:46 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000615s) SELECT NULL
D, [2016-02-01 18:30:46 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:46 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.bb13ed12-b4f3-4700-b346-35e5cf899e35"}
D, [2016-02-01 18:30:46 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000203s) SELECT NULL
D, [2016-02-01 18:30:46 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000218s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:46 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.ac52daa7-33b4-416f-96c5-14033ea7d15c"}
D, [2016-02-01 18:30:47 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000250s) SELECT NULL
D, [2016-02-01 18:30:47 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000242s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:47 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.41913a5c-053a-4d40-b973-d007c8ec7c80"}
D, [2016-02-01 18:30:47 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000215s) SELECT NULL
D, [2016-02-01 18:30:47 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000215s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:47 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.93f92ab7-9c09-4e39-9ab4-50cb4fe42756"}
D, [2016-02-01 18:30:47 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000224s) SELECT NULL
D, [2016-02-01 18:30:47 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000244s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:47 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.4462c1f6-6854-4dff-9810-e26f1b7e553d"}
D, [2016-02-01 18:30:47 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000188s) SELECT NULL
D, [2016-02-01 18:30:47 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000385s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:47 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.23068773-2c03-4683-a4f9-ce5eb5553617"}
D, [2016-02-01 18:30:47 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000739s) SELECT NULL
D, [2016-02-01 18:30:47 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000220s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:47 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.d2edb8f1-3fda-485d-b5eb-d607c1e4bbe1"}
D, [2016-02-01 18:30:47 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT NULL
D, [2016-02-01 18:30:47 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000220s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:47 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.9730925e-0d5a-424c-a12d-da6d6d99ba84"}
D, [2016-02-01 18:30:48 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000254s) SELECT NULL
D, [2016-02-01 18:30:48 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:48 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.1af76644-019b-43a0-b288-cefe722f2368"}
D, [2016-02-01 18:30:48 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000215s) SELECT NULL
D, [2016-02-01 18:30:48 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000215s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:48 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.d3519468-d0b2-4ba4-bec2-11b4442f8862"}
D, [2016-02-01 18:30:48 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000228s) SELECT NULL
D, [2016-02-01 18:30:48 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000235s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:48 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.4bc5c342-8a1e-456b-8d9b-abf7d91e52bf"}
D, [2016-02-01 18:30:48 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT NULL
D, [2016-02-01 18:30:48 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000233s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:48 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.c54302f2-829f-4fc4-8639-ac3e8ac002cc"}
D, [2016-02-01 18:30:48 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000191s) SELECT NULL
D, [2016-02-01 18:30:48 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:48 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.b9d0e64c-db7d-4fe9-8b54-6c3a89b2a327"}
D, [2016-02-01 18:30:48 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000244s) SELECT NULL
D, [2016-02-01 18:30:48 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000227s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:48 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.7266e048-b3c8-4411-a4f7-ea3227895e4b"}
D, [2016-02-01 18:30:49 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000240s) SELECT NULL
D, [2016-02-01 18:30:49 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000239s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:49 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.0c78bd13-719e-45ae-9e9e-89a410db8d0a"}
D, [2016-02-01 18:30:49 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000226s) SELECT NULL
D, [2016-02-01 18:30:49 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000220s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:49 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.1f9d8642-bb68-498a-871e-50f883b08f12"}
D, [2016-02-01 18:30:49 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000256s) SELECT NULL
D, [2016-02-01 18:30:49 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:49 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.73bd23a2-4d8d-4e40-a8f4-a4578db0af09"}
D, [2016-02-01 18:30:49 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000211s) SELECT NULL
D, [2016-02-01 18:30:49 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000226s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:49 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.99c7843f-6774-40d2-850e-2b3bcbab5ad9"}
D, [2016-02-01 18:30:49 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000145s) SELECT NULL
D, [2016-02-01 18:30:49 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000195s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:49 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.8f78513b-1f92-4fec-8bf0-50cebe6b6a0c"}
D, [2016-02-01 18:30:49 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:aws-dev
D, [2016-02-01 18:30:49 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000176s) SELECT NULL
D, [2016-02-01 18:30:49 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000197s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:49 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.65189e62-265c-4447-8267-9a21d891e657"}
D, [2016-02-01 18:30:50 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000266s) SELECT NULL
D, [2016-02-01 18:30:50 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000243s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:50 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.5e3d2c53-f600-44d2-9845-74a693678d26"}
D, [2016-02-01 18:30:50 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000219s) SELECT NULL
D, [2016-02-01 18:30:50 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000224s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:50 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.12dec58a-5e5b-4794-9fb5-59ef14b83461"}
D, [2016-02-01 18:30:50 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000268s) SELECT NULL
D, [2016-02-01 18:30:50 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000237s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:50 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.80f332f0-67be-473b-8f67-ece49f0c392a"}
D, [2016-02-01 18:30:50 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000232s) SELECT NULL
D, [2016-02-01 18:30:50 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000245s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:50 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.a1f3ab02-ecf6-4c62-8742-c48ec6c527d6"}
D, [2016-02-01 18:30:50 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT NULL
D, [2016-02-01 18:30:50 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000166s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:50 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.19856429-9aa3-43f8-80cc-4de08776191e"}
D, [2016-02-01 18:30:50 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000178s) SELECT NULL
D, [2016-02-01 18:30:50 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000202s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:50 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.84b37215-6816-4d15-bf4c-ea07f6fb0e87"}
D, [2016-02-01 18:30:51 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:121:1
D, [2016-02-01 18:30:51 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:141:1
D, [2016-02-01 18:30:51 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:151:1
D, [2016-02-01 18:30:51 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:149:1
D, [2016-02-01 18:30:51 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:119:1
D, [2016-02-01 18:30:51 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:150:1
D, [2016-02-01 18:30:51 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000215s) SELECT NULL
D, [2016-02-01 18:30:51 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000226s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:51 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.3139f5e0-8721-41cd-bdb6-78f87fa1baf6"}
D, [2016-02-01 18:30:51 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT NULL
D, [2016-02-01 18:30:51 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000225s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:51 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.a5935fe4-e1f4-4b32-802e-a945a5dfc50e"}
D, [2016-02-01 18:30:51 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000263s) SELECT NULL
D, [2016-02-01 18:30:51 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000243s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:51 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.0301972b-6130-4fd8-b54c-d1f0e1cd5097"}
D, [2016-02-01 18:30:51 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000277s) SELECT NULL
D, [2016-02-01 18:30:51 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000225s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:51 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.edcb90b3-af51-4e6e-8061-70d1d463b501"}
D, [2016-02-01 18:30:51 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000164s) SELECT NULL
D, [2016-02-01 18:30:51 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000215s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:51 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.aee3548f-f455-4a6f-a6b4-489572756da8"}
D, [2016-02-01 18:30:51 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000211s) SELECT NULL
D, [2016-02-01 18:30:51 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000295s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:52 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.4c9e15f7-2ed8-41c6-bd1b-7b2fc37b2694"}
D, [2016-02-01 18:30:52 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000254s) SELECT NULL
D, [2016-02-01 18:30:52 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000226s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:52 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.031a8ff2-023f-4ddb-841b-b70e23429a1f"}
D, [2016-02-01 18:30:52 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT NULL
D, [2016-02-01 18:30:52 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:52 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.e306147e-ff72-40b6-91cc-e0d2b84d7ed1"}
D, [2016-02-01 18:30:52 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000239s) SELECT NULL
D, [2016-02-01 18:30:52 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000247s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:52 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.130f0086-29c7-46e7-b721-8f98c9d0f230"}
D, [2016-02-01 18:30:52 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000224s) SELECT NULL
D, [2016-02-01 18:30:52 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000249s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:52 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.4f6456dd-8d34-4ce4-9982-c489ea61fb95"}
D, [2016-02-01 18:30:52 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000205s) SELECT NULL
D, [2016-02-01 18:30:52 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000177s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:52 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.7dbac20e-391a-474f-9a24-a3fc3d2fa99f"}
D, [2016-02-01 18:30:53 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000258s) SELECT NULL
D, [2016-02-01 18:30:53 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000259s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:53 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.2387443d-6610-46a1-8a3e-414a29d8032d"}
D, [2016-02-01 18:30:53 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000225s) SELECT NULL
D, [2016-02-01 18:30:53 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:53 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.c0128dbd-5b55-46b1-816c-4a7e8d44dc75"}
D, [2016-02-01 18:30:53 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000247s) SELECT NULL
D, [2016-02-01 18:30:53 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000224s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:53 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.9b004de1-e258-4645-9f2d-7a801eb2782a"}
D, [2016-02-01 18:30:53 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000262s) SELECT NULL
D, [2016-02-01 18:30:53 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000244s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:53 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.84ab9e6f-9286-47fb-8282-77d25b948f19"}
D, [2016-02-01 18:30:53 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000232s) SELECT NULL
D, [2016-02-01 18:30:53 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:53 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.70c3c845-36c8-4bd0-9c19-0b6945b5ffcb"}
D, [2016-02-01 18:30:53 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000200s) SELECT NULL
D, [2016-02-01 18:30:53 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000174s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:53 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.66ed400a-0801-4d97-b6ee-c9bec921bd5c"}
D, [2016-02-01 18:30:54 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000241s) SELECT NULL
D, [2016-02-01 18:30:54 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000246s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:54 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.0b501c99-8ca2-4096-a67e-bcd6f0a24cfb"}
D, [2016-02-01 18:30:54 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000248s) SELECT NULL
D, [2016-02-01 18:30:54 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000220s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:54 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.9907a611-d21e-419f-84e9-a4a98fee6432"}
D, [2016-02-01 18:30:54 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000247s) SELECT NULL
D, [2016-02-01 18:30:54 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000224s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:54 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.f1cc8e20-eed4-42a3-a9ad-3685caecc42e"}
D, [2016-02-01 18:30:54 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000237s) SELECT NULL
D, [2016-02-01 18:30:54 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000243s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:54 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.c60f4c16-98f8-4f3a-978b-a8184aab74a2"}
D, [2016-02-01 18:30:54 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT NULL
D, [2016-02-01 18:30:54 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:54 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.73695d78-0a7a-4486-9ff3-592666ac0400"}
D, [2016-02-01 18:30:54 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000147s) SELECT NULL
D, [2016-02-01 18:30:54 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000214s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:54 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.a862bb5f-296c-453d-a479-8b62645227e6"}
D, [2016-02-01 18:30:54 #5729] [task:8-checkpoint] DEBUG -- DirectorJobRunner: (0.000241s) SELECT NULL
D, [2016-02-01 18:30:54 #5729] [task:8-checkpoint] DEBUG -- DirectorJobRunner: (0.000098s) BEGIN
D, [2016-02-01 18:30:54 #5729] [task:8-checkpoint] DEBUG -- DirectorJobRunner: (0.000287s) UPDATE "tasks" SET "checkpoint_time" = '2016-02-01 18:30:54.799516+0000' WHERE ("id" = 8)
D, [2016-02-01 18:30:54 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:aws-dev
D, [2016-02-01 18:30:54 #5729] [task:8-checkpoint] DEBUG -- DirectorJobRunner: (0.002951s) COMMIT
D, [2016-02-01 18:30:55 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000262s) SELECT NULL
D, [2016-02-01 18:30:55 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:55 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.88a3af4c-014e-4708-ba93-578d597f8661"}
D, [2016-02-01 18:30:55 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000225s) SELECT NULL
D, [2016-02-01 18:30:55 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:55 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.522dcdea-773d-484f-886c-75bb5867649d"}
D, [2016-02-01 18:30:55 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000247s) SELECT NULL
D, [2016-02-01 18:30:55 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000225s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:55 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.638ba398-0b47-478c-8142-465119a55436"}
D, [2016-02-01 18:30:55 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000261s) SELECT NULL
D, [2016-02-01 18:30:55 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000241s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:55 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.b1678bd1-0b35-45fe-9e90-5f50c2c33369"}
D, [2016-02-01 18:30:55 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000185s) SELECT NULL
D, [2016-02-01 18:30:55 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000217s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:55 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.5c60d193-7cfa-4796-b637-e8974a7deabb"}
D, [2016-02-01 18:30:55 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000192s) SELECT NULL
D, [2016-02-01 18:30:55 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:55 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.12623379-478c-4e8a-8ce6-bf634f7310b2"}
D, [2016-02-01 18:30:56 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT NULL
D, [2016-02-01 18:30:56 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000243s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:56 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.de0c789d-3371-451f-9c10-274bf3b1164c"}
D, [2016-02-01 18:30:56 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:121:1
D, [2016-02-01 18:30:56 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:141:1
D, [2016-02-01 18:30:56 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:151:1
D, [2016-02-01 18:30:56 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:149:1
D, [2016-02-01 18:30:56 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:150:1
D, [2016-02-01 18:30:56 #5729] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:119:1
D, [2016-02-01 18:30:56 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000226s) SELECT NULL
D, [2016-02-01 18:30:56 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:56 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.bc9ae089-5372-4abb-846c-9baf246cb4d5"}
D, [2016-02-01 18:30:56 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000272s) SELECT NULL
D, [2016-02-01 18:30:56 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000220s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:56 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.1f0a56c6-fd66-4c3c-bf25-3ce7de9332ab"}
D, [2016-02-01 18:30:56 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000243s) SELECT NULL
D, [2016-02-01 18:30:56 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000245s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:56 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.5024cd9e-cd08-4c73-8591-4d9080e97a14"}
D, [2016-02-01 18:30:56 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000256s) SELECT NULL
D, [2016-02-01 18:30:56 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000224s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:56 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.163448c9-3420-4f48-8fc6-a8d9909805f6"}
D, [2016-02-01 18:30:56 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000455s) SELECT NULL
D, [2016-02-01 18:30:56 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000216s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:56 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.18073888-5eb7-48fe-97e0-9068df1d776e"}
D, [2016-02-01 18:30:57 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000228s) SELECT NULL
D, [2016-02-01 18:30:57 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:57 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.fcdc23b8-ca6d-44c5-afb4-48d8b6e7f329"}
D, [2016-02-01 18:30:57 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000269s) SELECT NULL
D, [2016-02-01 18:30:57 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000242s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:57 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.0399656b-afdb-4df8-a67f-e602af8a852e"}
D, [2016-02-01 18:30:57 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT NULL
D, [2016-02-01 18:30:57 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000223s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:57 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.b634b312-3b8e-45bb-a0d8-c25ae632f7b9"}
D, [2016-02-01 18:30:57 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000231s) SELECT NULL
D, [2016-02-01 18:30:57 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000239s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:57 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.0e2fd902-dfd4-4503-b9de-1d8734038fa1"}
D, [2016-02-01 18:30:57 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000201s) SELECT NULL
D, [2016-02-01 18:30:57 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000213s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:57 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.e0e09518-2f03-4d9d-a8cb-3ed9cac21773"}
D, [2016-02-01 18:30:57 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000629s) SELECT NULL
D, [2016-02-01 18:30:57 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000224s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:57 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.fcecd6ec-fbff-425e-8848-cbea36aaa273"}
D, [2016-02-01 18:30:58 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000229s) SELECT NULL
D, [2016-02-01 18:30:58 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000224s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:58 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.9f314cb5-4e83-4867-acdb-835dfc0c994c"}
D, [2016-02-01 18:30:58 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000260s) SELECT NULL
D, [2016-02-01 18:30:58 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000222s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:58 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.4c7df3e0-d25d-4938-9776-fb3f31675017"}
D, [2016-02-01 18:30:58 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000217s) SELECT NULL
D, [2016-02-01 18:30:58 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000213s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:58 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.cd57503c-67cf-4595-9ae0-6df1bf6412fd"}
D, [2016-02-01 18:30:58 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000256s) SELECT NULL
D, [2016-02-01 18:30:58 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000237s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:58 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.f2ab34dc-715a-40c5-987e-8c41d58608e9"}
D, [2016-02-01 18:30:58 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000211s) SELECT NULL
D, [2016-02-01 18:30:58 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000219s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:58 #5729] [compile_package(buildpack_staticfile/47c22ec219ca96215c509572f7a59aae55e45535, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.71d73aa8-2bee-473a-863a-9e8dc3bfc686 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.03f05761-0204-4e06-bff1-b25d0287d52d"}
D, [2016-02-01 18:30:58 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000673s) SELECT NULL
D, [2016-02-01 18:30:58 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000228s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:58 #5729] [compile_package(cli/b61b75716312df9f4f7c81a17f3a7de456efce71, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.6dd95232-7d9f-435a-beff-a1efc24cd187 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.a53a4425-62c4-41b9-9c21-356d84577010"}
D, [2016-02-01 18:30:59 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000219s) SELECT NULL
D, [2016-02-01 18:30:59 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000217s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:59 #5729] [compile_package(buildpack_php/6dae2301648646cd8ed544af53ff34be0497efe0, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.653b2699-37e4-44b3-84d0-17c912214cfa {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.d61c0c04-05d2-4d5e-85b0-bec76f580277"}
D, [2016-02-01 18:30:59 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT NULL
D, [2016-02-01 18:30:59 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000217s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:59 #5729] [compile_package(rtr/2d7de4f6fc25938c21c5be87174f95583feb14b5, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.be092041-aa01-4bea-9d61-d85e81864888 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.ccf42291-7d4f-4cfd-a7b7-bef37f3f00c1"}
D, [2016-02-01 18:30:59 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000217s) SELECT NULL
D, [2016-02-01 18:30:59 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000212s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:59 #5729] [compile_package(buildpack_binary/e0c8736b073d83c2459519851b5736c288311d92, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.81aac524-25fd-4395-b902-87b340bdc3f2 {"protocol":2,"method":"ping","arguments":[],"reply_to":"director.f3a8fd00-4963-441d-8898-d60b0403936e.f7a9eb04-e26b-47bd-acae-3c90a7c4d096"}
D, [2016-02-01 18:30:59 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000248s) SELECT NULL
D, [2016-02-01 18:30:59 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: (0.000241s) SELECT * FROM "tasks" WHERE "id" = 8
D, [2016-02-01 18:30:59 #5729] [compile_package(rootfs_cflinuxfs2/3232d35298f26bcfb153d964e329fcb42c77051f, bosh-aws-xen-hvm-ubuntu-trusty-go_agent/3181)] DEBUG -- DirectorJobRunner: SENT: agent.892e80f1-70e6-4379-969c-d1c9273ff95c {"protocol":2,"method":"ping","arguments":[],"reply_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment