Giter VIP home page Giter VIP logo

Comments (1)

francoisnicholas avatar francoisnicholas commented on August 22, 2024
==> centos65-x86_64: ================================================================================
==> centos65-x86_64: Error executing action `run` on resource 'execute[synapse_install]'
==> centos65-x86_64: ================================================================================
==> centos65-x86_64: 
==> centos65-x86_64: 
==> centos65-x86_64: Mixlib::ShellOut::ShellCommandFailed
==> centos65-x86_64: ------------------------------------
==> centos65-x86_64: Expected process to exit with [0], but received '5'
==> centos65-x86_64: 
==> centos65-x86_64: ---- Begin output of bundle install --without development ----
==> centos65-x86_64: 
==> centos65-x86_64: STDOUT: Fetching gem metadata from https://rubygems.org/............
==> centos65-x86_64: 
==> centos65-x86_64: Fetching version metadata from https://rubygems.org/..
==> centos65-x86_64: 
==> centos65-x86_64: Resolving dependencies....
==> centos65-x86_64: 
==> centos65-x86_64: Rubygems 1.3.7 is not threadsafe, so your gems will be installed one at a time. Upgrade to Rubygems 2.1.0 or higher to enable parallel gem installation.
==> centos65-x86_64: 
==> centos65-x86_64: Installing archive-tar-minitar 0.5.2
==> centos65-x86_64: 
==> centos65-x86_64: Installing json 1.8.3 with native extensions
==> centos65-x86_64: 
==> centos65-x86_64: Installing mini_portile2 2.0.0
==> centos65-x86_64: 
==> centos65-x86_64: 
==> centos65-x86_64: 
==> centos65-x86_64: Gem::InstallError: mini_portile2 requires Ruby version >= 1.9.2.
==> centos65-x86_64: 
==> centos65-x86_64: Installing excon 0.45.4
==> centos65-x86_64: 
==> centos65-x86_64: Installing little-plugger 1.1.3
==> centos65-x86_64: 
==> centos65-x86_64: Installing multi_json 1.11.2
==> centos65-x86_64: 
==> centos65-x86_64: Installing zookeeper 1.4.10 with native extensions
==> centos65-x86_64: 
==> centos65-x86_64: Using bundler 1.11.2
==> centos65-x86_64: 
==> centos65-x86_64: An error occurred while installing mini_portile2 (2.0.0), and Bundler cannot
==> centos65-x86_64: 
==> centos65-x86_64: continue.
==> centos65-x86_64: 
==> centos65-x86_64: Make sure that `gem install mini_portile2 -v '2.0.0'` succeeds before bundling.
==> centos65-x86_64: 
==> centos65-x86_64: STDERR: 
==> centos65-x86_64: 
==> centos65-x86_64: ---- End output of bundle install --without development ----
==> centos65-x86_64: 
==> centos65-x86_64: Ran bundle install --without development returned 5
==> centos65-x86_64: 
==> centos65-x86_64: 
==> centos65-x86_64: Resource Declaration:
==> centos65-x86_64: ---------------------
==> centos65-x86_64: # In /tmp/vagrant-chef/35e1ab30c74ac520236b3210716f7e19/cookbooks/lms-smartstack/recipes/synapse.rb
==> centos65-x86_64: 
==> centos65-x86_64: 
==> centos65-x86_64: 
==> centos65-x86_64:  64:   execute "synapse_install" do
==> centos65-x86_64: 
==> centos65-x86_64:  65:     cwd     node.synapse.install_dir
==> centos65-x86_64: 
==> centos65-x86_64:  66:     user    node.smartstack.user
==> centos65-x86_64: 
==> centos65-x86_64:  67:     group   node.smartstack.user
==> centos65-x86_64: 
==> centos65-x86_64:  68:     action  :nothing
==> centos65-x86_64: 
==> centos65-x86_64:  69: 
==> centos65-x86_64: 
==> centos65-x86_64:  70:     environment ({'GEM_HOME' => node.smartstack.gem_home})
==> centos65-x86_64: 
==> centos65-x86_64:  71:     command     "bundle install --without development"
==> centos65-x86_64: 
==> centos65-x86_64:  72:   end
==> centos65-x86_64: 
==> centos65-x86_64:  73: end
==> centos65-x86_64: 
==> centos65-x86_64: 
==> centos65-x86_64: 
==> centos65-x86_64: Compiled Resource:
==> centos65-x86_64: ------------------
==> centos65-x86_64: # Declared in /tmp/vagrant-chef/35e1ab30c74ac520236b3210716f7e19/cookbooks/lms-smartstack/recipes/synapse.rb:64:in `from_file'
==> centos65-x86_64: 
==> centos65-x86_64: 
==> centos65-x86_64: 
==> centos65-x86_64: execute("synapse_install") do
==> centos65-x86_64: 
==> centos65-x86_64:   action [:nothing]
==> centos65-x86_64: 
==> centos65-x86_64:   retries 0
==> centos65-x86_64: 
==> centos65-x86_64:   retry_delay 2
==> centos65-x86_64: 
==> centos65-x86_64:   default_guard_interpreter :execute
==> centos65-x86_64: 
==> centos65-x86_64:   command "bundle install --without development"
==> centos65-x86_64: 
==> centos65-x86_64:   backup 5
==> centos65-x86_64: 
==> centos65-x86_64:   cwd "/opt/smartstack/synapse/src"
==> centos65-x86_64: 
==> centos65-x86_64:   environment {"GEM_HOME"=>"/opt/smartstack/.gem"}
==> centos65-x86_64: 
==> centos65-x86_64:   group "smartstack"
==> centos65-x86_64: 
==> centos65-x86_64:   returns 0
==> centos65-x86_64: 
==> centos65-x86_64:   user "smartstack"
==> centos65-x86_64: 
==> centos65-x86_64:   declared_type :execute
==> centos65-x86_64: 
==> centos65-x86_64:   cookbook_name :"lms-smartstack"
==> centos65-x86_64: 
==> centos65-x86_64:   recipe_name "synapse"
==> centos65-x86_64: 
==> centos65-x86_64: end
==> centos65-x86_64: 
==> centos65-x86_64: 
==> centos65-x86_64: 
==> centos65-x86_64: [2016-02-11T04:27:47+00:00] INFO: Running queued delayed notifications before re-raising exception
==> centos65-x86_64: [2016-02-11T04:27:47+00:00] ERROR: Running exception handlers
==> centos65-x86_64: [2016-02-11T04:27:47+00:00] ERROR: Exception handlers complete
==> centos65-x86_64: [2016-02-11T04:27:47+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
==> centos65-x86_64: [2016-02-11T04:27:47+00:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
==> centos65-x86_64: [2016-02-11T04:27:47+00:00] ERROR: execute[synapse_install] (lms-smartstack::synapse line 64) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '5'
==> centos65-x86_64: ---- Begin output of bundle install --without development ----
==> centos65-x86_64: STDOUT: Fetching gem metadata from https://rubygems.org/............
==> centos65-x86_64: Fetching version metadata from https://rubygems.org/..
==> centos65-x86_64: Resolving dependencies....
==> centos65-x86_64: Rubygems 1.3.7 is not threadsafe, so your gems will be installed one at a time. Upgrade to Rubygems 2.1.0 or higher to enable parallel gem installation.
==> centos65-x86_64: Installing archive-tar-minitar 0.5.2
==> centos65-x86_64: Installing json 1.8.3 with native extensions
==> centos65-x86_64: Installing mini_portile2 2.0.0
==> centos65-x86_64: 
==> centos65-x86_64: Gem::InstallError: mini_portile2 requires Ruby version >= 1.9.2.
==> centos65-x86_64: Installing excon 0.45.4
==> centos65-x86_64: Installing little-plugger 1.1.3
==> centos65-x86_64: Installing multi_json 1.11.2
==> centos65-x86_64: Installing zookeeper 1.4.10 with native extensions
==> centos65-x86_64: Using bundler 1.11.2
==> centos65-x86_64: An error occurred while installing mini_portile2 (2.0.0), and Bundler cannot
==> centos65-x86_64: continue.
==> centos65-x86_64: Make sure that `gem install mini_portile2 -v '2.0.0'` succeeds before bundling.
==> centos65-x86_64: STDERR: 
==> centos65-x86_64: ---- End output of bundle install --without development ----
==> centos65-x86_64: Ran bundle install --without development returned 5
==> centos65-x86_64: [2016-02-11T04:27:47+00: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.

from synapse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.