Building CentOS 6.5 stemcell 2560 failing

24 views
Skip to first unread message

simon....@emc.com

unread,
May 20, 2014, 7:52:39 AM5/20/14
to bosh-...@cloudfoundry.org
Hi all,

This command does not work when building a new CentOS 6.5 stemcell, but I cannot figure out why:

vagrant ssh --command '
    cd /bosh
    bundle install --local
    CANDIDATE_BUILD_NUMBER=2560 http_proxy=http://localhost:3142/ bundle exec rake stemcell:build[vsphere,centos,6_5,ruby,bosh-os-images,bosh-centos-6_5-os-image.tgz,OTJRx3.keQXrSVMfXhvhRhwWH1wrbdvV]'
local

The command for Ubuntu, with only the OS, OS version, S3 bucket and filename replaced works fine on the same machine. The exception I get is included at the bottom of this message. Any help is much appreciated.

Thanks,
Simon

Starting micro bosh compilation
 
Starting BOSH Agent for compiling micro bosh package, agent pid is 6708
 
Connection to localhost 6969 port [tcp/acmsoda] succeeded!
 
#[6708] INFO: Configuring Agent with: {"configure"=>false, "logging"=>{"level"=>"DEBUG"}, "mbus"=>"nats://localhost:4222", "agent_id"=>"not_configured", "blobstore_options"=>{}, "blobstore_provider"=>"simple", "infrastructure_name"=>"dummy", "platform_name"=>"ubuntu", "base_dir"=>"/var/vcap", "smtp_port"=>2825, "process_alerts"=>true, "heartbeat_interval"=>60}
 
#[6708] INFO: Starting agent 1.2560.0...
 
#[6708] INFO: Configuring agent...
 
#[6708] INFO: Configuring instance
 
#[6708] INFO: loaded new infrastructure settings: {"agent_id"=>"not_configured", "mbus"=>"https://vcap:vcap@localhost:6969", "blobstore"=>{"provider"=>"local", "options"=>{"blobstore_path"=>"/var/vcap/micro_bosh/data/cache"}}}
 
#[6708] INFO: Loaded settings: #<Bosh::Agent::Settings:0x000000018955e8 @settings={"agent_id"=>"not_configured", "mbus"=>"https://vcap:vcap@localhost:6969", "blobstore"=>{"provider"=>"local", "options"=>{"blobstore_path"=>"/var/vcap/micro_bosh/data/cache"}}}, @cache_file="/var/vcap/bosh/settings.json">
 
#[6708] INFO: Starting up https agent
 
#[6708] INFO: Message processors: {"list_disk"=>Bosh::Agent::Message::ListDisk, "migrate_disk"=>Bosh::Agent::Message::MigrateDisk, "mount_disk"=>Bosh::Agent::Message::MountDisk, "unmount_disk"=>Bosh::Agent::Message::UnmountDisk, "state"=>Bosh::Agent::Message::State, "drain"=>Bosh::Agent::Message::Drain, "apply"=>Bosh::Agent::Message::Apply, "compile_package"=>Bosh::Agent::Message::CompilePackage, "fetch_logs"=>Bosh::Agent::Message::FetchLogs, "ssh"=>Bosh::Agent::Message::Ssh, "run_errand"=>Bosh::Agent::Message::RunErrand, "ping"=>Bosh::Agent::Message::Ping, "noop"=>Bosh::Agent::Message::Noop, "start"=>Bosh::Agent::Message::Start, "stop"=>Bosh::Agent::Message::Stop, "prepare_network_change"=>Bosh::Agent::Message::PrepareNetworkChange, "release_apply_spec"=>Bosh::Agent::Message::ReleaseApplySpec}
 
>> Thin web server (v1.5.1 codename Straight Razor)
 
>> Maximum connections set to 1024
 
>> Listening on localhost:6969, CTRL+C to stop
 
/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:572:in `start_tcp_server': no acceptor (RuntimeError)
     from /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:572:in `
start_server'
     from /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/thin-1.5.1/lib/thin/backends/tcp_server.rb:16:in `connect'

     
from /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/thin-1.5.1/lib/thin/backends/base.rb:55:in `block in start'
     from /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `
call'
     from /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run_machine'

     
from /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run'
     from /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/thin-1.5.1/lib/thin/backends/base.rb:63:in `
start'
     from /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/thin-1.5.1/lib/thin/server.rb:159:in `start'

     
from /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/lib/bosh_agent/http_handler.rb:43:in `start'
     from /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/lib/bosh_agent/http_handler.rb:13:in `
start'
     from /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/lib/bosh_agent/runner.rb:28:in `start'

     
from /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/lib/bosh_agent/runner.rb:5:in `run'
     from /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/bin/bosh_agent:102:in `
<top (required)>'
     from /var/vcap/bosh/bin/bosh_agent:23:in `load'

     
from /var/vcap/bosh/bin/bosh_agent:23:in `<main>'
 I, [2014-05-20T11:09:39.825718 #6711]  INFO -- : Creating Blobstore client with local provider and options {"blobstore_path"=>"/var/vcap/micro_bosh/data/cache"}
 I, [2014-05-20T11:09:39.826465 #6711]  INFO -- : Compiling /var/vcap/bosh/src/micro_bosh/release.yml with tarball /var/vcap/bosh/src/micro_bosh/release.tgz
 W, [2014-05-20T11:09:41.725304 #6711]  WARN -- : Error connecting to agent #<Bosh::Agent::HandlerError: {"message"=>"Broken pipe - <STDERR>", "backtrace"=>["/var/vcap/bosh/lib/ruby/1.9.1/logger.rb:574:in `
write'", "/var/vcap/bosh/lib/ruby/1.9.1/logger.rb:574:in `warn'", "/var/vcap/bosh/lib/ruby/1.9.1/logger.rb:574:in `rescue in write'", "/var/vcap/bosh/lib/ruby/1.9.1/logger.rb:558:in `write'", "/var/vcap/bosh/lib/ruby/1.9.1/logger.rb:377:in `add'", "/var/vcap/bosh/lib/ruby/1.9.1/logger.rb:434:in `info'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/lib/bosh_agent/handler.rb:142:in `handle_message'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/lib/bosh_agent/http_handler.rb:65:in `handle_message'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/lib/bosh_agent/http_handler.rb:127:in `handle_message'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/lib/bosh_agent/http_handler.rb:120:in `block in <class:AgentController>'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1541:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1541:in `block in compile!'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:950:in `[]'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:950:in `block (3 levels) in route!'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:966:in `route_eval'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:950:in `block (2 levels) in route!'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:987:in `block in process_route'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:985:in `catch'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:985:in `process_route'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:948:in `block in route!'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:947:in `each'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:947:in `route!'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1059:in `block in dispatch!'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1041:in `block in invoke'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1041:in `catch'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1041:in `invoke'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1056:in `dispatch!'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:882:in `block in call!'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1041:in `block in invoke'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1041:in `catch'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1041:in `invoke'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:882:in `call!'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:870:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:175:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1949:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/builder.rb:138:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/urlmap.rb:65:in `block in call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/urlmap.rb:50:in `each'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/urlmap.rb:50:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/auth/basic.rb:25:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/commonlogger.rb:33:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:212:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/thin-1.5.1/lib/thin/connection.rb:81:in `block in pre_process'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/thin-1.5.1/lib/thin/connection.rb:79:in `catch'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/thin-1.5.1/lib/thin/connection.rb:79:in `pre_process'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/thin-1.5.1/lib/thin/connection.rb:54:in `process'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/thin-1.5.1/lib/thin/connection.rb:39:in `receive_data'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run_machine'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/thin-1.5.1/lib/thin/backends/base.rb:63:in `start'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/thin-1.5.1/lib/thin/server.rb:159:in `start'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/lib/bosh_agent/http_handler.rb:43:in `start'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/lib/bosh_agent/http_handler.rb:13:in `start'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/lib/bosh_agent/runner.rb:28:in `start'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/lib/bosh_agent/runner.rb:5:in `run'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/bin/bosh_agent:102:in `<top (required)>'", "/var/vcap/bosh/bin/bosh_agent:23:in `load'", "/var/vcap/bosh/bin/bosh_agent:23:in `<main>'"]}>
 E, [2014-05-20T11:09:41.725608 #6711] ERROR -- : Error {"message"=>"Broken pipe - <STDERR>", "backtrace"=>["/var/vcap/bosh/lib/ruby/1.9.1/logger.rb:574:in `
write'", "/var/vcap/bosh/lib/ruby/1.9.1/logger.rb:574:in `warn'", "/var/vcap/bosh/lib/ruby/1.9.1/logger.rb:574:in `rescue in write'", "/var/vcap/bosh/lib/ruby/1.9.1/logger.rb:558:in `write'", "/var/vcap/bosh/lib/ruby/1.9.1/logger.rb:377:in `add'", "/var/vcap/bosh/lib/ruby/1.9.1/logger.rb:434:in `info'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/lib/bosh_agent/handler.rb:142:in `handle_message'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/lib/bosh_agent/http_handler.rb:65:in `handle_message'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/lib/bosh_agent/http_handler.rb:127:in `handle_message'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/lib/bosh_agent/http_handler.rb:120:in `block in <class:AgentController>'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1541:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1541:in `block in compile!'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:950:in `[]'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:950:in `block (3 levels) in route!'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:966:in `route_eval'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:950:in `block (2 levels) in route!'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:987:in `block in process_route'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:985:in `catch'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:985:in `process_route'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:948:in `block in route!'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:947:in `each'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:947:in `route!'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1059:in `block in dispatch!'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1041:in `block in invoke'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1041:in `catch'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1041:in `invoke'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1056:in `dispatch!'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:882:in `block in call!'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1041:in `block in invoke'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1041:in `catch'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1041:in `invoke'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:882:in `call!'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:870:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:175:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:1949:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/builder.rb:138:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/urlmap.rb:65:in `block in call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/urlmap.rb:50:in `each'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/urlmap.rb:50:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/auth/basic.rb:25:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/commonlogger.rb:33:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/sinatra-1.4.3/lib/sinatra/base.rb:212:in `call'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/thin-1.5.1/lib/thin/connection.rb:81:in `block in pre_process'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/thin-1.5.1/lib/thin/connection.rb:79:in `catch'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/thin-1.5.1/lib/thin/connection.rb:79:in `pre_process'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/thin-1.5.1/lib/thin/connection.rb:54:in `process'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/thin-1.5.1/lib/thin/connection.rb:39:in `receive_data'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run_machine'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/thin-1.5.1/lib/thin/backends/base.rb:63:in `start'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/thin-1.5.1/lib/thin/server.rb:159:in `start'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/lib/bosh_agent/http_handler.rb:43:in `start'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/lib/bosh_agent/http_handler.rb:13:in `start'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/lib/bosh_agent/runner.rb:28:in `start'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/lib/bosh_agent/runner.rb:5:in `run'", "/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.2560.0/bin/bosh_agent:102:in `<top (required)>'", "/var/vcap/bosh/bin/bosh_agent:23:in `load'", "/var/vcap/bosh/bin/bosh_agent:23:in `<main>'"]}, /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/agent_client-1.2560.0/lib/agent_client/base.rb:21:in `method_missing'
 /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh-release-1.2560.0/lib/bosh/release/compiler.rb:44:in `connect_to_agent'

 
/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh-release-1.2560.0/lib/bosh/release/compiler.rb:57:in `compile'
 /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh-release-1.2560.0/lib/bosh/release/compiler.rb:29:in `
start'
 /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh-release-1.2560.0/lib/bosh/release.rb:18:in `start'

 
/var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh-release-1.2560.0/bin/bosh-release:56:in `<top (required)>'
 /var/vcap/bosh/bin/bosh-release:23:in `
load'
 /var/vcap/bosh/bin/bosh-release:23:in `<main>'

 
/var/vcap/bosh/src/micro_bosh/configure_micro_bosh.sh: line 76: kill: (6708) - No such process
 
Agent failed while compiling bosh release/bosh/bosh-core/lib/bosh/core/shell.rb:43:in `report'
 /bosh/bosh-core/lib/bosh/core/shell.rb:12:in `
run'
 /bosh/bosh-stemcell/lib/bosh/stemcell/stage_runner.rb:49:in `run_sudo_with_command_env'

 
/bosh/bosh-stemcell/lib/bosh/stemcell/stage_runner.rb:38:in `block in apply'
 /bosh/bosh-stemcell/lib/bosh/stemcell/stage_runner.rb:30:in `
each'
 /bosh/bosh-stemcell/lib/bosh/stemcell/stage_runner.rb:30:in `apply'

 
/bosh/bosh-stemcell/lib/bosh/stemcell/stage_runner.rb:14:in `configure_and_apply'
 /bosh/bosh-stemcell/lib/bosh/stemcell/stemcell_builder.rb:16:in `
build'
 /bosh/bosh-dev/lib/bosh/dev/tasks/stemcell.rake:112:in `block (2 levels) in <top (required)>'

 
/bosh/bosh-dev/lib/bosh/dev/tasks/stemcell.rake:70:in `block (3 levels) in <top (required)>'
 /bosh/bosh-dev/lib/bosh/dev/tasks/stemcell.rake:65:in `
block (2 levels) in <top (required)>'
 Tasks: TOP => stemcell:build_with_local_os_image
 (See full trace by running task with --trace)
 :buildStemcellInVirtualMachine FAILED


Reply all
Reply to author
Forward
0 new messages