-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
vagrant provision でこける。
Nginxを抜くとうまくいくっぽい。。。
hrl7-separate-development-envでとりあえずうごくの分けた。
以下ログ。
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_response
==> default: [2016-03-16T21:42:35+09:00] DEBUG: HTTP server did not include a Content-Length header in response, cannot identify truncated downloads.
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_response
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_response
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_response
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_response
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONOutput#handle_response
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_response
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_request
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONOutput#handle_request
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_request
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_request
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_request
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_request
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_request
==> default: [2016-03-16T21:42:35+09:00] DEBUG: #<ChefZero::RestRequest:0x000000053fe940 @env={"SCRIPT_NAME"=>"", "SERVER_NAME"=>"localhost", "REQUEST_METHOD"=>"GET", "PATH_INFO"=>"/roles/app", "QUERY_STRING"=>nil, "SERVER_PORT"=>8889, "HTTP_HOST"=>"localhost:8889", "rack.url_scheme"=>"chefzero", "rack.input"=>#<StringIO:0x000000053fea08>}, @rest_base_prefix=["organizations", "chef"]>
==> default: [2016-03-16T21:42:35+09:00] DEBUG:
==> default: [2016-03-16T21:42:35+09:00] DEBUG:
==> default: --- RESPONSE (200) ---
==> default: {
==> default: "name": "app",
==> default: "description": "App server role.",
==> default: "run_list": [
==> default: "recipe[git]",
==> default: "recipe[ruby_build]",
==> default: "recipe[rbenv::user]",
==> default: "recipe[ntp]",
==> default: "recipe[timezone-ii]",
==> default: "recipe[libmysqlclient]",
==> default: "recipe[imagemagick]",
==> default: "recipe[nginx]",
==> default: "recipe[fabnavi_nginx]",
==> default: "recipe[rails_project]",
==> default: "recipe[fabnavi_logrotate]"
==> default: ],
==> default: "default_attributes": {
==> default: "ntp": {
==> default: "servers": [
==> default: "ntp.nict.jp",
==> default: "ntp.jst.mfeed.ad.jp"
==> default: ]
==> default: },
==> default: "tz": "Asia/Tokyo",
==> default: "rbenv": {
==> default: "user_installs": [
==> default: {
==> default: "user": "vagrant",
==> default: "rubies": [
==> default: "2.2.3"
==> default: ],
==> default: "global": "2.2.3",
==> default: "gems": {
==> default: "2.2.3": [
==> default: {
==> default: "name": "bundler"
==> default: }
==> default: ]
==> default: }
==> default: }
==> default: ]
==> default: },
==> default: "nodebrew": {
==> default: "nodes": [
==> default: {
==> default: "version": "0.12.6"
==> default: }
==> default: ],
==> default: "use": "0.12.6",
==> default: "npm": {
==> default: "0.12.6": [
==> default:
==> default: ]
==> default: }
==> default: }
==> default: },
==> default: "json_class": "Chef::Role",
==> default: "chef_type": "role",
==> default: "override_attributes": {
==> default:
==> default: },
==> default: "env_run_lists": {
==> default:
==> default: }
==> default: }
==> default:
==> default: --- END RESPONSE ---
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_response
==> default: [2016-03-16T21:42:35+09:00] DEBUG: HTTP server did not include a Content-Length header in response, cannot identify truncated downloads.
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_response
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_response
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_response
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_response
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONOutput#handle_response
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_response
==> default: [2016-03-16T21:42:35+09:00] INFO: Run List is [role[db], role[app]]
==> default: [2016-03-16T21:42:35+09:00] INFO: Run List expands to [fabnavi_mysql, git, ruby_build, rbenv::user, ntp, timezone-ii, libmysqlclient, imagemagick, nginx, fabnavi_nginx, rails_project, fabnavi_logrotate]
==> default: [2016-03-16T21:42:35+09:00] INFO: Starting Chef Run for fabnavi
==> default: [2016-03-16T21:42:35+09:00] INFO: Running start handlers
==> default: [2016-03-16T21:42:35+09:00] INFO: Start handlers complete.
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Synchronizing cookbooks
==> default: resolving cookbooks for run list: ["fabnavi_mysql", "git", "ruby_build", "rbenv::user", "ntp", "timezone-ii", "libmysqlclient", "imagemagick", "nginx", "fabnavi_nginx", "rails_project", "fabnavi_logrotate"]
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_request
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONOutput#handle_request
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_request
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_request
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_request
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_request
==> default: [2016-03-16T21:42:35+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_request
==> default: [2016-03-16T21:42:35+09:00] DEBUG: #<ChefZero::RestRequest:0x000000053d91e0 @env={"SCRIPT_NAME"=>"", "SERVER_NAME"=>"localhost", "REQUEST_METHOD"=>"POST", "PATH_INFO"=>"/environments/_default/cookbook_versions", "QUERY_STRING"=>nil, "SERVER_PORT"=>8889, "HTTP_HOST"=>"localhost:8889", "rack.url_scheme"=>"chefzero", "rack.input"=>#<StringIO:0x000000053d92f8>}, @rest_base_prefix=["organizations", "chef"]>
==> default: [2016-03-16T21:42:35+09:00] DEBUG: {"run_list":["fabnavi_mysql","git","ruby_build","rbenv::user","ntp","timezone-ii","libmysqlclient","imagemagick","nginx","fabnavi_nginx","rails_project","fabnavi_logrotate"]}
==> default: [2016-03-16T21:42:35+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:37+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/291c55654af6d2c5204407350816e0c8/chefignore no files will be ignored
==> default: [2016-03-16T21:42:37+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/291c55654af6d2c5204407350816e0c8/chefignore no files will be ignored
==> default: [2016-03-16T21:42:37+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:37+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:37+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:37+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:37+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:37+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:37+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:37+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:37+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/291c55654af6d2c5204407350816e0c8/chefignore no files will be ignored
==> default: [2016-03-16T21:42:37+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/291c55654af6d2c5204407350816e0c8/chefignore no files will be ignored
==> default: [2016-03-16T21:42:37+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/291c55654af6d2c5204407350816e0c8/chefignore no files will be ignored
==> default: [2016-03-16T21:42:37+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/291c55654af6d2c5204407350816e0c8/chefignore no files will be ignored
==> default: [2016-03-16T21:42:37+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/291c55654af6d2c5204407350816e0c8/chefignore no files will be ignored
==> default: [2016-03-16T21:42:37+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:39+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/291c55654af6d2c5204407350816e0c8/chefignore no files will be ignored
==> default: [2016-03-16T21:42:39+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:39+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:39+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:39+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:41+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/291c55654af6d2c5204407350816e0c8/chefignore no files will be ignored
==> default: [2016-03-16T21:42:41+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:41+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:43+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/291c55654af6d2c5204407350816e0c8/chefignore no files will be ignored
==> default: [2016-03-16T21:42:43+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:43+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:45+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/291c55654af6d2c5204407350816e0c8/chefignore no files will be ignored
==> default: [2016-03-16T21:42:45+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:45+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:46+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/291c55654af6d2c5204407350816e0c8/chefignore no files will be ignored
==> default: [2016-03-16T21:42:46+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:47+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:47+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:47+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:47+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:47+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:47+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:47+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:47+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:47+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:47+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:47+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:49+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/291c55654af6d2c5204407350816e0c8/chefignore no files will be ignored
==> default: [2016-03-16T21:42:49+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:49+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:49+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:49+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:49+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:49+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:51+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/291c55654af6d2c5204407350816e0c8/chefignore no files will be ignored
==> default: [2016-03-16T21:42:51+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:51+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:53+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/291c55654af6d2c5204407350816e0c8/chefignore no files will be ignored
==> default: [2016-03-16T21:42:53+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:53+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:55+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/291c55654af6d2c5204407350816e0c8/chefignore no files will be ignored
==> default: [2016-03-16T21:42:55+09:00] DEBUG: No chefignore file found at /tmp/vagrant-chef/1f822275cd48268d697c4b8b30174d3c/chefignore no files will be ignored
==> default: [2016-03-16T21:42:55+09:00] DEBUG: #<ChefZero::RestErrorResponse: ChefZero::RestErrorResponse>
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-zero-4.5.0/lib/chef_zero/endpoints/environment_cookbook_versions_endpoint.rb:42:in `post'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-zero-4.5.0/lib/chef_zero/rest_base.rb:52:in `call'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-zero-4.5.0/lib/chef_zero/rest_router.rb:24:in `call'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-zero-4.5.0/lib/chef_zero/server.rb:641:in `block in app'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-zero-4.5.0/lib/chef_zero/server.rb:321:in `call'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-zero-4.5.0/lib/chef_zero/server.rb:321:in `handle_socketless_request'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-zero-4.5.0/lib/chef_zero/socketless_server_map.rb:87:in `request'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-zero-4.5.0/lib/chef_zero/socketless_server_map.rb:33:in `request'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/http/socketless_chef_zero_client.rb:154:in `request'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/http.rb:277:in `block in send_http_request'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/http.rb:308:in `block in retrying_http_errors'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/http.rb:306:in `loop'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/http.rb:306:in `retrying_http_errors'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/http.rb:271:in `send_http_request'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/http.rb:143:in `request'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/http.rb:126:in `post'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/policy_builder/expand_node_object.rb:204:in `sync_cookbooks'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/policy_builder/expand_node_object.rb:83:in `setup_run_context'
==> default: /opt/chef/embedded/lib/ruby/2.1.0/forwardable.rb:183:in `setup_run_context'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/client.rb:509:in `setup_run_context'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/client.rb:277:in `run'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application.rb:270:in `block in fork_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application.rb:258:in `fork'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application.rb:258:in `fork_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application.rb:223:in `block in run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/local_mode.rb:44:in `with_server_connectivity'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application.rb:211:in `run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application/client.rb:445:in `block in interval_run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application/client.rb:435:in `loop'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application/client.rb:435:in `interval_run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application/client.rb:424:in `run_application'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application.rb:58:in `run'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/bin/chef-client:26:in `<top (required)>'
==> default: /usr/bin/chef-client:50:in `load'
==> default: /usr/bin/chef-client:50:in `<main>'
==> default: [2016-03-16T21:42:55+09:00] DEBUG:
==> default: --- RESPONSE (412) ---
==> default: {"error":["Could not satisfy version constraints for: runit"]}
==> default: --- END RESPONSE ---
==> default: [2016-03-16T21:42:55+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::ValidateContentLength#handle_response
==> default: [2016-03-16T21:42:55+09:00] DEBUG: HTTP server did not include a Content-Length header in response, cannot identify truncated downloads.
==> default: [2016-03-16T21:42:55+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_response
==> default: [2016-03-16T21:42:55+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_response
==> default: [2016-03-16T21:42:55+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_response
==> default: [2016-03-16T21:42:55+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_response
==> default: [2016-03-16T21:42:55+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONOutput#handle_response
==> default: [2016-03-16T21:42:55+09:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_response
==> default: [2016-03-16T21:42:55+09:00] INFO: HTTP Request Returned 412 Precondition Failed: Could not satisfy version constraints for: runit
==> default:
==> default: ================================================================================
==> default: Error Resolving Cookbooks for Run List:
==> default: ================================================================================
==> default:
==> default:
==> default: Missing Cookbooks:
==> default: ------------------
==> default: Could not satisfy version constraints for: runit
==> default:
==> default:
==> default: Expanded Run List:
==> default: ------------------
==> default: * fabnavi_mysql
==> default:
==> default: * git
==> default:
==> default: * ruby_build
==> default:
==> default: * rbenv::user
==> default:
==> default: * ntp
==> default:
==> default: * timezone-ii
==> default:
==> default: * libmysqlclient
==> default:
==> default: * imagemagick
==> default:
==> default: * nginx
==> default:
==> default: * fabnavi_nginx
==> default:
==> default: * rails_project
==> default:
==> default: * fabnavi_logrotate
==> default:
==> default:
==> default: [2016-03-16T21:42:55+09:00] DEBUG: Re-raising exception: Net::HTTPServerException - 412 "Precondition Failed"
==> default: /opt/chef/embedded/lib/ruby/2.1.0/net/http/response.rb:119:in `error!'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/http.rb:145:in `request'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/http.rb:126:in `post'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/policy_builder/expand_node_object.rb:204:in `sync_cookbooks'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/policy_builder/expand_node_object.rb:83:in `setup_run_context'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/client.rb:509:in `setup_run_context'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/client.rb:277:in `run'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application.rb:270:in `block in fork_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application.rb:258:in `fork'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application.rb:258:in `fork_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application.rb:223:in `block in run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/local_mode.rb:44:in `with_server_connectivity'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application.rb:211:in `run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application/client.rb:445:in `block in interval_run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application/client.rb:435:in `loop'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application/client.rb:435:in `interval_run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application/client.rb:424:in `run_application'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application.rb:58:in `run'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/bin/chef-client:26:in `<top (required)>'
==> default: /usr/bin/chef-client:50:in `load'
==> default: /usr/bin/chef-client:50:in `<main>'
==> default:
==> default: Running handlers:
==> default: [2016-03-16T21:42:55+09:00] ERROR: Running exception handlers
==> default: Running handlers complete
==> default:
==> default: [2016-03-16T21:42:55+09:00] ERROR: Exception handlers complete
==> default: Chef Client failed. 0 resources updated in 21 seconds
==> default: [2016-03-16T21:42:55+09:00] DEBUG: Server doesn't support resource history, skipping resource report.
==> default: [2016-03-16T21:42:55+09:00] DEBUG: Audit Reports are disabled. Skipping sending reports.
==> default: [2016-03-16T21:42:55+09:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
==> default: [2016-03-16T21:42:55+09:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
==> default: [2016-03-16T21:42:55+09:00] DEBUG: Net::HTTPServerException: 412 "Precondition Failed"
==> default: /opt/chef/embedded/lib/ruby/2.1.0/net/http/response.rb:119:in `error!'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/http.rb:145:in `request'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/http.rb:126:in `post'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/policy_builder/expand_node_object.rb:204:in `sync_cookbooks'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/policy_builder/expand_node_object.rb:83:in `setup_run_context'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/client.rb:509:in `setup_run_context'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/client.rb:277:in `run'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application.rb:270:in `block in fork_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application.rb:258:in `fork'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application.rb:258:in `fork_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application.rb:223:in `block in run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/local_mode.rb:44:in `with_server_connectivity'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application.rb:211:in `run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application/client.rb:445:in `block in interval_run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application/client.rb:435:in `loop'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application/client.rb:435:in `interval_run_chef_client'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application/client.rb:424:in `run_application'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/lib/chef/application.rb:58:in `run'
==> default: /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.8.1/bin/chef-client:26:in `<top (required)>'
==> default: /usr/bin/chef-client:50:in `load'
==> default: /usr/bin/chef-client:50:in `<main>'
==> default: [2016-03-16T21:42:55+09:00] ERROR: 412 "Precondition Failed"
==> default: [2016-03-16T21:42:55+09:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
Chef never successfully completed! Any errors should be visible in the
output above. Please fix your recipes so that they properly complete.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels