Skip to content

Instantly share code, notes, and snippets.

@cyrille-leclerc
Created March 3, 2015 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cyrille-leclerc/c640670b3e4d0c6a13c5 to your computer and use it in GitHub Desktop.
Save cyrille-leclerc/c640670b3e4d0c6a13c5 to your computer and use it in GitHub Desktop.
bosh task 55 --debug
Director task 55
INFO DirectorTask : Director Version : 1.2776.0
INFO DirectorTask : Enqueuing task: 55
I, [2015-03-03 11:06:49 #2199] [] INFO -- DirectorJobRunner: Looking for task with task id 55
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: (0.000714s) SELECT * FROM "tasks" WHERE "id" = 55
I, [2015-03-03 11:06:49 #2199] [] INFO -- DirectorJobRunner: Starting task: 55
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Creating job
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Reading deployment manifest
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Manifest:
---
name: jenkins-enterprise-boshlite
director_uuid: cf040cc9-6015-4b03-be6a-060b32d56312
release:
name: jenkins-enterprise
version: 0+dev.1
compilation:
workers: 10
network: default
reuse_compilation_vms: true
cloud_properties:
instance_type: m1.small
update:
canaries: 1
canary_watch_time: 30000
update_watch_time: 30000
max_in_flight: 4
max_errors: 1
networks:
- name: default
type: manual
subnets:
- range: 10.244.0.0/30
reserved:
- 10.244.0.1
static:
- 10.244.0.2
cloud_properties: {}
- range: 10.244.0.4/30
reserved:
- 10.244.0.5
static:
- 10.244.0.6
cloud_properties: {}
- range: 10.244.0.8/30
reserved:
- 10.244.0.9
static:
- 10.244.0.10
cloud_properties: {}
- range: 10.244.0.12/30
reserved:
- 10.244.0.13
static:
- 10.244.0.14
cloud_properties: {}
- range: 10.244.0.16/30
reserved:
- 10.244.0.17
static:
- 10.244.0.18
cloud_properties: {}
resource_pools:
- name: common
network: default
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: 389
cloud_properties:
instance_type: m1.small
jobs:
- name: jenkins_master
templates:
- name: jenkins_master
release: jenkins-enterprise
instances: 1
resource_pool: common
networks:
- name: default
static_ips:
- 10.244.0.2
- name: jenkins_slave
templates:
- name: jenkins_slavepa
release: jenkins-enterprise
instances: 1
resource_pool: common
networks:
- name: default
static_ips:
- 10.244.0.6
- name: register_jenkins
templates:
- name: register_jenkins
release: jenkins-enterprise
instances: 1
lifecycle: errand
resource_pool: common
networks:
- name: default
static_ips:
- 10.244.0.10
- name: unregister_jenkins
templates:
- name: register_jenkins
release: jenkins-enterprise
instances: 1
lifecycle: errand
resource_pool: common
networks:
- name: default
static_ips:
- 10.244.0.14
properties:
jenkins:
hostname: 10.244.0.2
erase_home_before_startup: false
security:
dev_mode: false
jvm_args: ''
slave_linux_password: ****
slave_ips:
- 10.244.0.6
license:
name: Cyrille Le Clerc
email: cleclerc@cloudbees.com
organization: CloudBees
network: default
uaa:
admin_client_id: admin
admin_client_secret: adminsecret
client_id: jenkins_app
client_secret: jenkins_app_secret
url: http://uaa.beesshop.org
api_url: http://api.beesshop.org
login_server_url: http://uaa.beesshop.org
cf:
domain: beesshop.org
nats:
host: 10.254.50.4
port: '4222'
username: nats
password: ****
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Creating deployment plan
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Deployment plan options: {}
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Created deployment plan
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000217s) SELECT * FROM "tasks" WHERE "id" = 55
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Performing task: 55
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000107s) BEGIN
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000283s) UPDATE "tasks" SET "state" = 'processing', "timestamp" = '2015-03-03 11:06:49.725752+0000', "description" = 'create deployment', "result" = NULL, "output" = '/var/vcap/store/director/tasks/55', "user_id" = 2, "checkpoint_time" = '2015-03-03 11:06:49.725888+0000', "type" = 'update_deployment' WHERE ("id" = 55)
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.001010s) COMMIT
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Acquiring deployment lock on jenkins-enterprise-boshlite
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Acquiring lock: lock:deployment:jenkins-enterprise-boshlite
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Acquired lock: lock:deployment:jenkins-enterprise-boshlite
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Preparing deployment
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:jenkins-enterprise-boshlite
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: sending update deployment start event
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: SENT: hm.director.alert {"id":"5b0e3bc6-b870-46b4-885d-4dfdeae5894d","severity":4,"title":"director - begin update deployment","summary":"Begin update deployment for jenkins-enterprise-boshlite against Director cf040cc9-6015-4b03-be6a-060b32d56312","created_at":1425380809}
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Preparing deployment
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Binding deployment
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000211s) BEGIN
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000478s) SELECT * FROM "deployments" WHERE ("name" = 'jenkins-enterprise-boshlite') LIMIT 1
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000114s) COMMIT
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Binding releases
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Acquiring release lock: jenkins-enterprise
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Acquiring lock: lock:release:jenkins-enterprise
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Acquired lock: lock:release:jenkins-enterprise
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:release:jenkins-enterprise
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000299s) SELECT * FROM "releases" WHERE ("name" = 'jenkins-enterprise') LIMIT 1
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000367s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 3) AND ("version" = '0+dev.1')) LIMIT 1
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Found release `jenkins-enterprise/0+dev.1'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000408s) 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" = 3))
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Lock renewal thread exiting
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Deleting lock: lock:release:jenkins-enterprise
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Deleted lock: lock:release:jenkins-enterprise
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Binding existing deployment
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000310s) SELECT * FROM "vms" WHERE ("vms"."deployment_id" = 3)
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Waiting for tasks to complete
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Shutting down pool
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Binding resource pools
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Binding stemcells
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000314s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-warden-boshlite-ubuntu-trusty-go_agent') AND ("version" = '389')) LIMIT 1
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000381s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Binding templates
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Binding template `jenkins_master'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000358s) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON (("release_versions_templates"."template_id" = "templates"."id") AND ("release_versions_templates"."release_version_id" = 14))
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000545s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 14))
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Bound template `jenkins_master'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Binding template `jenkins_slave'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Bound template `jenkins_slave'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Binding template `register_jenkins'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Bound template `register_jenkins'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Binding properties
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Binding unallocated VMs
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000320s) SELECT * FROM "instances" WHERE (("deployment_id" = 3) AND ("job" = 'jenkins_master') AND ("index" = 0)) LIMIT 1
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: ResourcePool `common' - Adding allocated VM (index=0)
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000183s) SELECT * FROM "instances" WHERE (("deployment_id" = 3) AND ("job" = 'jenkins_slave') AND ("index" = 0)) LIMIT 1
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: ResourcePool `common' - Adding allocated VM (index=1)
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Binding instance networks
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Compiling and binding packages
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Generating a list of compile tasks
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Job templates `jenkins-enterprise/jenkins_master' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Checking whether package `jenkins/dd24158b61bf03da483cfe85ba64bc22b19b71fe' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000350s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 46) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["jenkins-plugins","ef7ebef156bd6fb2f82d1e45fd8cf8ea674e4c27"]]')) LIMIT 1
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `jenkins/dd24158b61bf03da483cfe85ba64bc22b19b71fe' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Processing package `jenkins/dd24158b61bf03da483cfe85ba64bc22b19b71fe' dependencies
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `jenkins/dd24158b61bf03da483cfe85ba64bc22b19b71fe' depends on package `jenkins-plugins/ef7ebef156bd6fb2f82d1e45fd8cf8ea674e4c27'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Checking whether package `jenkins-plugins/ef7ebef156bd6fb2f82d1e45fd8cf8ea674e4c27' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000186s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 48) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `jenkins-plugins/ef7ebef156bd6fb2f82d1e45fd8cf8ea674e4c27' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Processing package `jenkins-plugins/ef7ebef156bd6fb2f82d1e45fd8cf8ea674e4c27' dependencies
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Checking whether package `oracle-jdk-8/9cdade94b8ce6ea347659351cb3c2661472fb2dc' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000192s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 42) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `oracle-jdk-8/9cdade94b8ce6ea347659351cb3c2661472fb2dc' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Processing package `oracle-jdk-8/9cdade94b8ce6ea347659351cb3c2661472fb2dc' dependencies
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Checking whether package `haproxy/ffa9401e5ce2c447b424b53b4fa2c8381798c735' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000177s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 51) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `haproxy/ffa9401e5ce2c447b424b53b4fa2c8381798c735' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Processing package `haproxy/ffa9401e5ce2c447b424b53b4fa2c8381798c735' dependencies
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Checking whether package `git/6b9dd1fd95de8374c99fc37fd897668203ca8367' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000177s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 49) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `git/6b9dd1fd95de8374c99fc37fd897668203ca8367' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Processing package `git/6b9dd1fd95de8374c99fc37fd897668203ca8367' dependencies
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Checking whether package `maven/bd699a306a6adda723df5ee9656ff86bd42e33da' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000203s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 50) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `maven/bd699a306a6adda723df5ee9656ff86bd42e33da' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Processing package `maven/bd699a306a6adda723df5ee9656ff86bd42e33da' dependencies
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Checking whether package `route-registrar/b009bf27cb21b87b16255f54e5e3ca0d1e4d11c5' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000191s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 44) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang","903eb898d8d3dc2452193139bcd1559aea3e7f74"]]')) LIMIT 1
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `route-registrar/b009bf27cb21b87b16255f54e5e3ca0d1e4d11c5' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Processing package `route-registrar/b009bf27cb21b87b16255f54e5e3ca0d1e4d11c5' dependencies
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `route-registrar/b009bf27cb21b87b16255f54e5e3ca0d1e4d11c5' depends on package `golang/903eb898d8d3dc2452193139bcd1559aea3e7f74'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Checking whether package `golang/903eb898d8d3dc2452193139bcd1559aea3e7f74' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000187s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 47) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `golang/903eb898d8d3dc2452193139bcd1559aea3e7f74' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Processing package `golang/903eb898d8d3dc2452193139bcd1559aea3e7f74' dependencies
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Checking whether package `jenkins-init-script/99ef661a8b75f7dbc5bea0cf202ef7cfcf5d9640' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000175s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 41) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `jenkins-init-script/99ef661a8b75f7dbc5bea0cf202ef7cfcf5d9640' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Processing package `jenkins-init-script/99ef661a8b75f7dbc5bea0cf202ef7cfcf5d9640' dependencies
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Job templates `jenkins-enterprise/jenkins_slave' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Checking whether package `oracle-jdk-8/9cdade94b8ce6ea347659351cb3c2661472fb2dc' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Checking whether package `git/6b9dd1fd95de8374c99fc37fd897668203ca8367' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Checking whether package `maven/bd699a306a6adda723df5ee9656ff86bd42e33da' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Checking whether package `cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 45) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Processing package `cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5' dependencies
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Job templates `jenkins-enterprise/register_jenkins' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Checking whether package `ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000179s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 43) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Processing package `ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8' dependencies
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Checking whether package `uaac/a6cfe75c08677c9d64280439bddcfa1e72b68046' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000184s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 52) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["ruby","f5fcaadde913f87b86119f6a652c4baab4a126a8"]]')) LIMIT 1
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `uaac/a6cfe75c08677c9d64280439bddcfa1e72b68046' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Processing package `uaac/a6cfe75c08677c9d64280439bddcfa1e72b68046' dependencies
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `uaac/a6cfe75c08677c9d64280439bddcfa1e72b68046' depends on package `ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Checking whether package `ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Job templates `jenkins-enterprise/register_jenkins' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Checking whether package `ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Checking whether package `uaac/a6cfe75c08677c9d64280439bddcfa1e72b68046' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `jenkins-plugins/ef7ebef156bd6fb2f82d1e45fd8cf8ea674e4c27' is ready to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `oracle-jdk-8/9cdade94b8ce6ea347659351cb3c2661472fb2dc' is ready to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `haproxy/ffa9401e5ce2c447b424b53b4fa2c8381798c735' is ready to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `git/6b9dd1fd95de8374c99fc37fd897668203ca8367' is ready to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `maven/bd699a306a6adda723df5ee9656ff86bd42e33da' is ready to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `golang/903eb898d8d3dc2452193139bcd1559aea3e7f74' is ready to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `jenkins-init-script/99ef661a8b75f7dbc5bea0cf202ef7cfcf5d9640' is ready to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5' is ready to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: Package `ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8' is ready to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000179s) SELECT * FROM "tasks" WHERE "id" = 55
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Creating new thread
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.004495s) SELECT * FROM "tasks" WHERE "id" = 55
D, [2015-03-03 11:06:49 #2199] [compile_package(ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.000374s) SET standard_conforming_strings = ON
D, [2015-03-03 11:06:49 #2199] [compile_package(ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.000140s) SET client_min_messages = 'WARNING'
D, [2015-03-03 11:06:49 #2199] [compile_package(ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.000124s) SET DateStyle = 'ISO'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Creating new thread
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.004174s) SELECT * FROM "tasks" WHERE "id" = 55
D, [2015-03-03 11:06:49 #2199] [compile_package(ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.005021s) SELECT * FROM "tasks" WHERE "id" = 55
D, [2015-03-03 11:06:49 #2199] [compile_package(cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.000671s) SET standard_conforming_strings = ON
D, [2015-03-03 11:06:49 #2199] [compile_package(cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.000138s) SET client_min_messages = 'WARNING'
D, [2015-03-03 11:06:49 #2199] [compile_package(cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.000125s) SET DateStyle = 'ISO'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Creating new thread
I, [2015-03-03 11:06:49 #2199] [compile_package(ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Compiling package `ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [compile_package(ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Acquiring compile lock on 43 1
D, [2015-03-03 11:06:49 #2199] [compile_package(ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Acquiring lock: lock:compile:43:1
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000257s) SELECT * FROM "tasks" WHERE "id" = 55
D, [2015-03-03 11:06:49 #2199] [compile_package(ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Acquired lock: lock:compile:43:1
D, [2015-03-03 11:06:49 #2199] [compile_package(jenkins-init-script/99ef661a8b75f7dbc5bea0cf202ef7cfcf5d9640, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.000348s) SELECT * FROM "tasks" WHERE "id" = 55
I, [2015-03-03 11:06:49 #2199] [compile_package(jenkins-init-script/99ef661a8b75f7dbc5bea0cf202ef7cfcf5d9640, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Compiling package `jenkins-init-script/99ef661a8b75f7dbc5bea0cf202ef7cfcf5d9640' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [compile_package(jenkins-init-script/99ef661a8b75f7dbc5bea0cf202ef7cfcf5d9640, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Acquiring compile lock on 41 1
D, [2015-03-03 11:06:49 #2199] [compile_package(jenkins-init-script/99ef661a8b75f7dbc5bea0cf202ef7cfcf5d9640, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Acquiring lock: lock:compile:41:1
D, [2015-03-03 11:06:49 #2199] [compile_package(cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.003138s) SELECT * FROM "tasks" WHERE "id" = 55
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Creating new thread
I, [2015-03-03 11:06:49 #2199] [compile_package(cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Compiling package `cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [compile_package(cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Acquiring compile lock on 45 1
D, [2015-03-03 11:06:49 #2199] [compile_package(cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Acquiring lock: lock:compile:45:1
D, [2015-03-03 11:06:49 #2199] [compile_package(ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.001834s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 43) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-03-03 11:06:49 #2199] [compile_package(ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Package `ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [compile_package(jenkins-init-script/99ef661a8b75f7dbc5bea0cf202ef7cfcf5d9640, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Acquired lock: lock:compile:41:1
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:43:1
D, [2015-03-03 11:06:49 #2199] [compile_package(golang/903eb898d8d3dc2452193139bcd1559aea3e7f74, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.000286s) SET standard_conforming_strings = ON
D, [2015-03-03 11:06:49 #2199] [compile_package(jenkins-init-script/99ef661a8b75f7dbc5bea0cf202ef7cfcf5d9640, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.004478s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 41) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.006717s) SELECT * FROM "tasks" WHERE "id" = 55
D, [2015-03-03 11:06:49 #2199] [compile_package(ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.005704s) SELECT max("build") FROM "compiled_packages" WHERE (("package_id" = 43) AND ("stemcell_id" = 1)) LIMIT 1
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:41:1
D, [2015-03-03 11:06:49 #2199] [compile_package(golang/903eb898d8d3dc2452193139bcd1559aea3e7f74, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.000757s) SET client_min_messages = 'WARNING'
D, [2015-03-03 11:06:49 #2199] [compile_package(cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Acquired lock: lock:compile:45:1
D, [2015-03-03 11:06:49 #2199] [compile_package(golang/903eb898d8d3dc2452193139bcd1559aea3e7f74, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.000553s) SET DateStyle = 'ISO'
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:45:1
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Creating new thread
I, [2015-03-03 11:06:49 #2199] [compile_package(jenkins-init-script/99ef661a8b75f7dbc5bea0cf202ef7cfcf5d9640, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Package `jenkins-init-script/99ef661a8b75f7dbc5bea0cf202ef7cfcf5d9640' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000314s) SELECT * FROM "tasks" WHERE "id" = 55
I, [2015-03-03 11:06:49 #2199] [compile_package(ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Creating compilation VM for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Lock renewal thread exiting
D, [2015-03-03 11:06:49 #2199] [compile_package(golang/903eb898d8d3dc2452193139bcd1559aea3e7f74, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.002089s) SELECT * FROM "tasks" WHERE "id" = 55
D, [2015-03-03 11:06:49 #2199] [compile_package(ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Deleting lock: lock:compile:43:1
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Creating new thread
D, [2015-03-03 11:06:49 #2199] [compile_package(ruby/f5fcaadde913f87b86119f6a652c4baab4a126a8, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Deleted lock: lock:compile:43:1
I, [2015-03-03 11:06:49 #2199] [compile_package(golang/903eb898d8d3dc2452193139bcd1559aea3e7f74, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Compiling package `golang/903eb898d8d3dc2452193139bcd1559aea3e7f74' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [compile_package(golang/903eb898d8d3dc2452193139bcd1559aea3e7f74, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Acquiring compile lock on 47 1
D, [2015-03-03 11:06:49 #2199] [compile_package(golang/903eb898d8d3dc2452193139bcd1559aea3e7f74, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Acquiring lock: lock:compile:47:1
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Worker thread raised exception: Could not reserve network for package compilation: capacity - /var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:228:in `reserve_network'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:147:in `prepare_vm'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:80:in `block in compile_package'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock_helper.rb:89:in `block in with_compile_lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock.rb:58:in `lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock_helper.rb:89:in `with_compile_lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:73:in `compile_package'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:300:in `block (2 levels) in process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:97:in `call'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:97:in `advance_and_track'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:50:in `track'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:298:in `block in process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_formatter.rb:49:in `with_thread_name'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:294:in `process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:254:in `block (4 levels) in compile_packages'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:77:in `call'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:77:in `block (2 levels) in create_thread'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:63:in `loop'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:63:in `block in create_thread'
D, [2015-03-03 11:06:49 #2199] [compile_package(golang/903eb898d8d3dc2452193139bcd1559aea3e7f74, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Acquired lock: lock:compile:47:1
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Thread is no longer needed, cleaning up
D, [2015-03-03 11:06:49 #2199] [compile_package(jenkins-init-script/99ef661a8b75f7dbc5bea0cf202ef7cfcf5d9640, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.001128s) SELECT max("build") FROM "compiled_packages" WHERE (("package_id" = 41) AND ("stemcell_id" = 1)) LIMIT 1
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000685s) SELECT * FROM "tasks" WHERE "id" = 55
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:47:1
D, [2015-03-03 11:06:49 #2199] [compile_package(git/6b9dd1fd95de8374c99fc37fd897668203ca8367, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.001089s) SELECT * FROM "tasks" WHERE "id" = 55
D, [2015-03-03 11:06:49 #2199] [compile_package(maven/bd699a306a6adda723df5ee9656ff86bd42e33da, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.004639s) SELECT * FROM "tasks" WHERE "id" = 55
D, [2015-03-03 11:06:49 #2199] [compile_package(cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.000576s) SET standard_conforming_strings = ON
D, [2015-03-03 11:06:49 #2199] [compile_package(cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.000245s) SET client_min_messages = 'WARNING'
D, [2015-03-03 11:06:49 #2199] [compile_package(cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.000119s) SET DateStyle = 'ISO'
I, [2015-03-03 11:06:49 #2199] [compile_package(jenkins-init-script/99ef661a8b75f7dbc5bea0cf202ef7cfcf5d9640, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Creating compilation VM for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [compile_package(jenkins-init-script/99ef661a8b75f7dbc5bea0cf202ef7cfcf5d9640, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Deleting lock: lock:compile:41:1
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Lock renewal thread exiting
I, [2015-03-03 11:06:49 #2199] [compile_package(git/6b9dd1fd95de8374c99fc37fd897668203ca8367, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Compiling package `git/6b9dd1fd95de8374c99fc37fd897668203ca8367' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [compile_package(git/6b9dd1fd95de8374c99fc37fd897668203ca8367, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Acquiring compile lock on 49 1
D, [2015-03-03 11:06:49 #2199] [compile_package(git/6b9dd1fd95de8374c99fc37fd897668203ca8367, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Acquiring lock: lock:compile:49:1
I, [2015-03-03 11:06:49 #2199] [compile_package(maven/bd699a306a6adda723df5ee9656ff86bd42e33da, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Compiling package `maven/bd699a306a6adda723df5ee9656ff86bd42e33da' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [compile_package(maven/bd699a306a6adda723df5ee9656ff86bd42e33da, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Acquiring compile lock on 50 1
D, [2015-03-03 11:06:49 #2199] [compile_package(maven/bd699a306a6adda723df5ee9656ff86bd42e33da, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Acquiring lock: lock:compile:50:1
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Creating new thread
D, [2015-03-03 11:06:49 #2199] [compile_package(cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.002173s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 45) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
D, [2015-03-03 11:06:49 #2199] [compile_package(git/6b9dd1fd95de8374c99fc37fd897668203ca8367, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Acquired lock: lock:compile:49:1
I, [2015-03-03 11:06:49 #2199] [compile_package(cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Package `cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Thread is no longer needed, cleaning up
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:49:1
D, [2015-03-03 11:06:49 #2199] [compile_package(maven/bd699a306a6adda723df5ee9656ff86bd42e33da, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Acquired lock: lock:compile:50:1
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:50:1
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.001084s) SELECT * FROM "tasks" WHERE "id" = 55
D, [2015-03-03 11:06:49 #2199] [compile_package(jenkins-init-script/99ef661a8b75f7dbc5bea0cf202ef7cfcf5d9640, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Deleted lock: lock:compile:41:1
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Worker thread raised exception: Could not reserve network for package compilation: capacity - /var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:228:in `reserve_network'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:147:in `prepare_vm'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:80:in `block in compile_package'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock_helper.rb:89:in `block in with_compile_lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock.rb:58:in `lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock_helper.rb:89:in `with_compile_lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:73:in `compile_package'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:300:in `block (2 levels) in process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:97:in `call'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:97:in `advance_and_track'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:50:in `track'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:298:in `block in process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_formatter.rb:49:in `with_thread_name'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:294:in `process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:254:in `block (4 levels) in compile_packages'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:77:in `call'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:77:in `block (2 levels) in create_thread'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:63:in `loop'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:63:in `block in create_thread'
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Thread is no longer needed, cleaning up
D, [2015-03-03 11:06:49 #2199] [compile_package(golang/903eb898d8d3dc2452193139bcd1559aea3e7f74, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.004259s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 47) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Creating new thread
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Thread is no longer needed, cleaning up
D, [2015-03-03 11:06:49 #2199] [compile_package(cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.000557s) SELECT max("build") FROM "compiled_packages" WHERE (("package_id" = 45) AND ("stemcell_id" = 1)) LIMIT 1
I, [2015-03-03 11:06:49 #2199] [compile_package(golang/903eb898d8d3dc2452193139bcd1559aea3e7f74, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Package `golang/903eb898d8d3dc2452193139bcd1559aea3e7f74' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000309s) SELECT * FROM "tasks" WHERE "id" = 55
D, [2015-03-03 11:06:49 #2199] [compile_package(git/6b9dd1fd95de8374c99fc37fd897668203ca8367, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.001210s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 49) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-03-03 11:06:49 #2199] [compile_package(cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Creating compilation VM for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [compile_package(cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Deleting lock: lock:compile:45:1
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Creating new thread
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Lock renewal thread exiting
D, [2015-03-03 11:06:49 #2199] [compile_package(maven/bd699a306a6adda723df5ee9656ff86bd42e33da, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.001224s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 50) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
D, [2015-03-03 11:06:49 #2199] [compile_package(golang/903eb898d8d3dc2452193139bcd1559aea3e7f74, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.000238s) SELECT max("build") FROM "compiled_packages" WHERE (("package_id" = 47) AND ("stemcell_id" = 1)) LIMIT 1
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Thread is no longer needed, cleaning up
I, [2015-03-03 11:06:49 #2199] [compile_package(git/6b9dd1fd95de8374c99fc37fd897668203ca8367, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Package `git/6b9dd1fd95de8374c99fc37fd897668203ca8367' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
I, [2015-03-03 11:06:49 #2199] [compile_package(golang/903eb898d8d3dc2452193139bcd1559aea3e7f74, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Creating compilation VM for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000843s) SELECT * FROM "tasks" WHERE "id" = 55
D, [2015-03-03 11:06:49 #2199] [compile_package(golang/903eb898d8d3dc2452193139bcd1559aea3e7f74, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Deleting lock: lock:compile:47:1
D, [2015-03-03 11:06:49 #2199] [compile_package(cloudfoundry-cli/2c908a996c0bb41eb2cd95aca71f52b953b834b5, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Deleted lock: lock:compile:45:1
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Lock renewal thread exiting
I, [2015-03-03 11:06:49 #2199] [compile_package(maven/bd699a306a6adda723df5ee9656ff86bd42e33da, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Package `maven/bd699a306a6adda723df5ee9656ff86bd42e33da' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Worker thread raised exception: Could not reserve network for package compilation: capacity - /var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:228:in `reserve_network'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:147:in `prepare_vm'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:80:in `block in compile_package'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock_helper.rb:89:in `block in with_compile_lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock.rb:58:in `lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock_helper.rb:89:in `with_compile_lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:73:in `compile_package'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:300:in `block (2 levels) in process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:97:in `call'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:97:in `advance_and_track'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:50:in `track'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:298:in `block in process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_formatter.rb:49:in `with_thread_name'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:294:in `process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:254:in `block (4 levels) in compile_packages'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:77:in `call'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:77:in `block (2 levels) in create_thread'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:63:in `loop'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:63:in `block in create_thread'
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Thread is no longer needed, cleaning up
D, [2015-03-03 11:06:49 #2199] [compile_package(git/6b9dd1fd95de8374c99fc37fd897668203ca8367, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.000626s) SELECT max("build") FROM "compiled_packages" WHERE (("package_id" = 49) AND ("stemcell_id" = 1)) LIMIT 1
D, [2015-03-03 11:06:49 #2199] [compile_package(maven/bd699a306a6adda723df5ee9656ff86bd42e33da, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: (0.000270s) SELECT max("build") FROM "compiled_packages" WHERE (("package_id" = 50) AND ("stemcell_id" = 1)) LIMIT 1
I, [2015-03-03 11:06:49 #2199] [compile_package(maven/bd699a306a6adda723df5ee9656ff86bd42e33da, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Creating compilation VM for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [compile_package(maven/bd699a306a6adda723df5ee9656ff86bd42e33da, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Deleting lock: lock:compile:50:1
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000428s) SELECT * FROM "tasks" WHERE "id" = 55
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Waiting for tasks to complete
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Shutting down pool
I, [2015-03-03 11:06:49 #2199] [compile_package(git/6b9dd1fd95de8374c99fc37fd897668203ca8367, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] INFO -- DirectorJobRunner: Creating compilation VM for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/389'
D, [2015-03-03 11:06:49 #2199] [compile_package(git/6b9dd1fd95de8374c99fc37fd897668203ca8367, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Deleting lock: lock:compile:49:1
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Lock renewal thread exiting
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Lock renewal thread exiting
D, [2015-03-03 11:06:49 #2199] [compile_package(git/6b9dd1fd95de8374c99fc37fd897668203ca8367, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Deleted lock: lock:compile:49:1
D, [2015-03-03 11:06:49 #2199] [compile_package(maven/bd699a306a6adda723df5ee9656ff86bd42e33da, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Deleted lock: lock:compile:50:1
D, [2015-03-03 11:06:49 #2199] [compile_package(golang/903eb898d8d3dc2452193139bcd1559aea3e7f74, bosh-warden-boshlite-ubuntu-trusty-go_agent/389)] DEBUG -- DirectorJobRunner: Deleted lock: lock:compile:47:1
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Worker thread raised exception: Could not reserve network for package compilation: capacity - /var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:228:in `reserve_network'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:147:in `prepare_vm'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:80:in `block in compile_package'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock_helper.rb:89:in `block in with_compile_lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock.rb:58:in `lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock_helper.rb:89:in `with_compile_lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:73:in `compile_package'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:300:in `block (2 levels) in process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:97:in `call'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:97:in `advance_and_track'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:50:in `track'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:298:in `block in process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_formatter.rb:49:in `with_thread_name'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:294:in `process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:254:in `block (4 levels) in compile_packages'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:77:in `call'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:77:in `block (2 levels) in create_thread'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:63:in `loop'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:63:in `block in create_thread'
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Worker thread raised exception: Could not reserve network for package compilation: capacity - /var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:228:in `reserve_network'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:147:in `prepare_vm'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:80:in `block in compile_package'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock_helper.rb:89:in `block in with_compile_lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock.rb:58:in `lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock_helper.rb:89:in `with_compile_lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:73:in `compile_package'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:300:in `block (2 levels) in process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:97:in `call'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:97:in `advance_and_track'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:50:in `track'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:298:in `block in process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_formatter.rb:49:in `with_thread_name'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:294:in `process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:254:in `block (4 levels) in compile_packages'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:77:in `call'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:77:in `block (2 levels) in create_thread'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:63:in `loop'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:63:in `block in create_thread'
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Thread is no longer needed, cleaning up
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Worker thread raised exception: Could not reserve network for package compilation: capacity - /var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:228:in `reserve_network'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:147:in `prepare_vm'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:80:in `block in compile_package'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock_helper.rb:89:in `block in with_compile_lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock.rb:58:in `lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock_helper.rb:89:in `with_compile_lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:73:in `compile_package'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:300:in `block (2 levels) in process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:97:in `call'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:97:in `advance_and_track'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:50:in `track'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:298:in `block in process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_formatter.rb:49:in `with_thread_name'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:294:in `process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:254:in `block (4 levels) in compile_packages'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:77:in `call'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:77:in `block (2 levels) in create_thread'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:63:in `loop'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:63:in `block in create_thread'
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Thread is no longer needed, cleaning up
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Thread is no longer needed, cleaning up
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Waiting for tasks to complete
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Shutting down pool
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Deleting lock: lock:deployment:jenkins-enterprise-boshlite
D, [2015-03-03 11:06:49 #2199] [] DEBUG -- DirectorJobRunner: Lock renewal thread exiting
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: Deleted lock: lock:deployment:jenkins-enterprise-boshlite
I, [2015-03-03 11:06:49 #2199] [task:55] INFO -- DirectorJobRunner: sending update deployment error event
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: SENT: hm.director.alert {"id":"f4a0cf81-a0e9-475e-bfd7-460a57a26c5b","severity":3,"title":"director - error during update deployment","summary":"Error during update deployment for jenkins-enterprise-boshlite against Director cf040cc9-6015-4b03-be6a-060b32d56312: #<Bosh::Director::PackageCompilationNetworkNotReserved: Could not reserve network for package compilation: capacity>","created_at":1425380809}
E, [2015-03-03 11:06:49 #2199] [task:55] ERROR -- DirectorJobRunner: Could not reserve network for package compilation: capacity
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:228:in `reserve_network'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:147:in `prepare_vm'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:80:in `block in compile_package'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock_helper.rb:89:in `block in with_compile_lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock.rb:58:in `lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/lock_helper.rb:89:in `with_compile_lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:73:in `compile_package'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:300:in `block (2 levels) in process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:97:in `call'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:97:in `advance_and_track'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/event_log.rb:50:in `track'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:298:in `block in process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_formatter.rb:49:in `with_thread_name'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:294:in `process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2776.0/lib/bosh/director/package_compiler.rb:254:in `block (4 levels) in compile_packages'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:77:in `call'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:77:in `block (2 levels) in create_thread'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:63:in `loop'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2776.0/lib/common/thread_pool.rb:63:in `block in create_thread'
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000202s) BEGIN
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.000518s) UPDATE "tasks" SET "state" = 'error', "timestamp" = '2015-03-03 11:06:49.830894+0000', "description" = 'create deployment', "result" = 'Could not reserve network for package compilation: capacity', "output" = '/var/vcap/store/director/tasks/55', "user_id" = 2, "checkpoint_time" = '2015-03-03 11:06:49.725888+0000', "type" = 'update_deployment' WHERE ("id" = 55)
D, [2015-03-03 11:06:49 #2199] [task:55] DEBUG -- DirectorJobRunner: (0.002134s) COMMIT
I, [2015-03-03 11:06:49 #2199] [] INFO -- DirectorJobRunner: Task took 0.126052545 seconds to process.
Task 55 error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment