Skip to content

Instantly share code, notes, and snippets.

@mlandauer
Created June 13, 2013 05:11
Show Gist options
  • Save mlandauer/5771376 to your computer and use it in GitHub Desktop.
Save mlandauer/5771376 to your computer and use it in GitHub Desktop.
After changing line 10 of dist/modules/cuttlefish/manifests/init.pp to "command => 'rbenv exec bundle install'," and doing a fresh "vagrant up" this is what happened
loon:cuttlefish matthew$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
[default] Importing base box 'precise64'...
[default] Matching MAC address for NAT networking...
[default] Setting the name of the VM...
[default] Clearing any previously set forwarded ports...
[default] Creating shared folders metadata...
[default] Clearing any previously set network interfaces...
[default] Preparing network interfaces based on configuration...
[default] Forwarding ports...
[default] -- 22 => 2222 (adapter 1)
[default] -- 3000 => 3000 (adapter 1)
[default] Booting VM...
[default] Waiting for VM to boot. This can take a few minutes.
[default] VM booted and ready for use!
[default] Setting hostname...
[default] Configuring and enabling network interfaces...
[default] Mounting shared folders...
[default] -- /vagrant
[default] -- /tmp/vagrant-puppet/manifests
[default] -- /tmp/vagrant-puppet/modules-0
[default] Running provisioner: puppet...
Running Puppet with site.pp...
stdin: is not a tty
notice: /Stage[before]/Repository/Exec[apt-get update]/returns: executed successfully
notice: /Stage[main]/Ruby::Common/Package[build-essential]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Ruby::Common/Package[libcurl4-openssl-dev]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Ruby::Common/Package[libxslt1-dev]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Ruby::Common/File[/usr/local/bin/rbenv-gem]/ensure: defined content as '{md5}bc1ac553dee7bfc5aa935741888d1f5f'
notice: /Stage[main]/Ruby::Common/Package[ruby-dev]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Ruby::Common/Package[libsqlite3-dev]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Ruby::Common/Package[sqlite3]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Ruby::Common/Package[libmysqlclient-dev]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Ruby::Common/Package[ruby]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Utils::Curl/Package[curl]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Utils::Network/Package[ngrep]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Utils::Network/Package[ethtool]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Ruby::Common/File[/usr/local/bin/rbenv-exec]/ensure: defined content as '{md5}746900e35dd1810c2e1763c056701c22'
notice: /Stage[main]/Percona::Install/Apt::Source[percona]/Apt::Key[Add key: CD2EFD2A from Apt::Source percona]/Exec[4ce622052623d188e5d76d4aef250aaf5a881511]/returns: executed successfully
notice: /Stage[main]/Utils::Vim/Package[vim]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Utils::Vim/Package[nano]/ensure: removed
notice: /Stage[main]/Utils::Network/Package[nmap]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Percona::Install/Apt::Source[percona]/File[percona.list]/ensure: created
notice: /Stage[main]/Apt::Update/Exec[apt_update]: Triggered 'refresh' from 1 events
notice: /Stage[main]/Percona::Install/Package[percona-server-client]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Git::Common/File[/etc/gitconfig]/ensure: defined content as '{md5}d5bc8a782c2fad3d63fe68d327287713'
notice: /Stage[main]/Percona::Install/Package[percona-toolkit]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Percona::Install/Package[xtrabackup]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Utils::Tmux/File[/etc/tmux.conf]/ensure: defined content as '{md5}3d12cae105fa9f524794de42ce65f490'
notice: /Stage[main]/Utils::Tmux/Package[tmux]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Utils::Facterpath/File[/etc/profile.d/facter.sh]/ensure: created
notice: /Stage[main]/Utils/Package[logtail]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Utils/Package[tofrodos]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Utils/Package[dbus]/ensure: removed
notice: /Stage[main]/Percona::Install/File[/etc/mysql/my.cnf]/content: content changed '{md5}77f15d6c87f9c136c4efcda072017f71' to '{md5}fb9953cc264beae0c9b77813e3377d96'
notice: /Stage[main]/Percona::Install/File[/etc/mysql/my.cnf]/group: group changed 'root' to 'admin'
notice: /Stage[main]/Percona::Install/File[/etc/mysql/my.cnf]/mode: mode changed '0644' to '0664'
notice: /Stage[main]/Percona::Install/Package[percona-server-server]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Percona::Config/File[/etc/logrotate.d/percona-server-server-5.5]/content: content changed '{md5}64e209fe34f73fbf10c9479bf30947c4' to '{md5}f99afb0cce59ccfb2f9e51d2451d2043'
notice: /Stage[main]/Percona::Service/Service[mysql]: Triggered 'refresh' from 1 events
notice: /Stage[main]/Utils::Vim/File[/etc/vim/vimrc.local]/ensure: defined content as '{md5}ef9c48967a103d9683b751c2cc6c2f20'
notice: /Stage[main]/Utils::Screen/Package[screen]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]/Utils::Screen/File[/etc/screenrc]/content: content changed '{md5}12c245238eb8b653625bba27dc81df6a' to '{md5}6c76465ff91ff3434647263529c34f24'
notice: /Stage[main]/Git::Common::Ubuntu/Package[git]/ensure: created
notice: /Stage[main]/Ruby::Common/Exec[download-ruby-build]/returns: executed successfully
notice: /Stage[main]/Ruby::Common/Exec[install-ruby-build]/returns: executed successfully
notice: /Stage[main]/Ruby::Common/Exec[rbenv-download]/returns: executed successfully
notice: /Stage[main]/Ruby::Common/File[/opt/rbenv/shims]/ensure: created
notice: /Stage[main]//Node[default]/Ruby::Version[1.9.3-p392]/Exec[rbenv-install-1.9.3-p392]/returns: executed successfully
notice: /Stage[main]/Ruby::Common/File[/etc/profile.d/rbenv.sh]/ensure: defined content as '{md5}5491a84ef12d98cfbf1365d61e91450e'
notice: /Stage[main]/Ruby::Common/Exec[export-rbenv-path]/returns: executed successfully
notice: /Stage[main]//Node[default]/Ruby::Version[1.9.3-p392]/File[/opt/rbenv/global]/ensure: defined content as '{md5}0df0ab23d667b0bda4444530e53c7786'
notice: /Stage[main]//Node[default]/Ruby::Version[1.9.3-p392]/Exec[update-rubygems-for-ruby-1.9.3-p392]/returns: executed successfully
rbenv_ruby_versions: 1.9.3-p392
rbenv_ruby_versions: 1.9.3-p392
beauty, a direct match. we'll use this version: 1.9.3-p392
gemcmd result: /opt/rbenv/versions/1.9.3-p392/bin/gem
name_split: using gem command: /opt/rbenv/versions/1.9.3-p392/bin/gem
rbenv_ruby_versions: 1.9.3-p392
beauty, a direct match. we'll use this version: 1.9.3-p392
gemcmd result: /opt/rbenv/versions/1.9.3-p392/bin/gem
name_split: using gem command: /opt/rbenv/versions/1.9.3-p392/bin/gem
install: command: /opt/rbenv/versions/1.9.3-p392/bin/gem install --no-rdoc --no-ri bundler
notice: /Stage[main]//Node[default]/Ruby::Version[1.9.3-p392]/Package[bundler/1.9.3-p392]/ensure: created
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Fetching source index from https://rubygems.org/
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Fetching https://github.com/plataformatec/devise.git
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Fetching https://github.com/mlandauer/devise_invitable.git
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Fetching https://github.com/mlandauer/rails-settings-cached.git
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing rake (10.0.4)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing i18n (0.6.4)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing minitest (4.7.3)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing multi_json (1.7.2)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing atomic (1.1.8)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing thread_safe (0.1.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing tzinfo (0.3.37)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing activesupport (4.0.0.beta1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing builder (3.1.4)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing erubis (2.7.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing rack (1.5.2)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing rack-test (0.6.2)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing actionpack (4.0.0.beta1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing mime-types (1.21)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing polyglot (0.3.3)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing treetop (1.4.12)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing mail (2.5.3)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing actionmailer (4.0.0.beta1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing activemodel (4.0.0.beta1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing activerecord-deprecated_finders (0.0.3)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing arel (4.0.0.beta2)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing activerecord (4.0.0.beta1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing bcrypt-ruby (3.0.1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing sass (3.2.7)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing bootstrap-sass (2.2.2.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing highline (1.6.15)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing net-ssh (2.6.2)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing net-scp (1.0.4)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing net-sftp (2.0.5)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing net-ssh-gateway (1.1.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing capistrano (2.13.5)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing coderay (1.0.9)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing coffee-script-source (1.6.2)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing execjs (1.4.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing coffee-script (2.2.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing json (1.7.7)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing rdoc (3.12.2)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing thor (0.18.1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing railties (4.0.0.beta1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing coffee-rails (4.0.0.beta1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing colorize (0.5.8)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing commonjs (0.2.6)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing rest-client (1.6.7)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing simplecov-html (0.7.1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing simplecov (0.7.1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing coveralls (0.6.2)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing daemons (1.1.9)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing delayed_job (4.0.0.beta1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing delayed_job_active_record (4.0.0.beta1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing orm_adapter (0.4.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing warden (1.2.1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Using devise (2.2.3) from https://github.com/plataformatec/devise.git (at rails4)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Using devise_invitable (1.1.7) from https://github.com/mlandauer/devise_invitable.git (at build_resource_fix)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing diff-lcs (1.2.1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing dnsbl-client (0.4.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing eventmachine (1.0.3)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing http_parser.rb (0.5.3)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing em-websocket (0.5.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing factory_girl (2.6.4)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing factory_girl_rails (1.7.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing ffi (1.7.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing tins (0.7.2)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing file-tail (1.0.12)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing hike (1.2.1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing tilt (1.3.6)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing sprockets (2.9.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing sprockets-rails (2.0.0.rc3)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing sass-rails (4.0.0.beta1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing flatui-rails (0.0.4)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing font-awesome-sass-rails (3.0.2.2)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing foreman (0.62.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing formatador (0.2.4)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing formtastic (2.2.1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing formtastic-bootstrap (2.1.1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing gravatar_image_tag (1.1.3)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing listen (0.7.3)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing lumberjack (1.0.3)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing method_source (0.8.1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing slop (3.4.4)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing pry (0.9.12)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing guard (1.7.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing guard-livereload (1.2.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing rspec-core (2.13.1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing rspec-expectations (2.13.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing rspec-mocks (2.13.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing rspec (2.13.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing guard-rspec (2.5.3)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing haml (4.0.1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing haml-rails (0.4)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing jbuilder (1.0.2)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing jquery-rails (2.2.1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing less (2.3.1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing less-rails (2.3.2)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing libv8 (3.11.8.17)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing mysql2 (0.3.11)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing net-dns (0.7.1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing newrelic_rpm (3.6.0.78)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing rack-livereload (0.3.13)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Using bundler (1.3.5)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing rails (4.0.0.beta1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Using rails-settings-cached (0.3.0) from https://github.com/mlandauer/rails-settings-cached.git (at add_ruby_1.9.3_compatibility)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing rb-fchange (0.0.6)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing rb-fsevent (0.9.3)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing rb-inotify (0.9.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing ref (1.0.4)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing rspec-rails (2.13.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing rvm-capistrano (1.2.7)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing sqlite3 (1.3.7)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing syslog_protocol (0.9.2)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing therubyracer (0.11.4)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing thin (1.5.1)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing turbolinks (1.1.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing uglifier (1.3.0)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Installing will_paginate (3.0.4)
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Your bundle is complete!
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Use `bundle show [gemname]` to see where a bundled gem is installed.
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Post-install message from rdoc:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Depending on your version of ruby, you may need to install ruby rdoc/ri data:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: <= 1.8.6 : unsupported
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: = 1.8.7 : gem install rdoc-data; rdoc-data --install
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: = 1.9.1 : gem install rdoc-data; rdoc-data --install
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: >= 1.9.2 : nothing to do! Yay!
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Post-install message from haml:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: HEADS UP! Haml 4.0 has many improvements, but also has changes that may break
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: your application:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: * Support for Ruby 1.8.6 dropped
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: * Support for Rails 2 dropped
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: * Sass filter now always outputs <style> tags
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: * Data attributes are now hyphenated, not underscored
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: * html2haml utility moved to the html2haml gem
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: * Textile and Maruku filters moved to the haml-contrib gem
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: For more info see:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: http://rubydoc.info/github/haml/haml/file/CHANGELOG.md
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Post-install message from newrelic_rpm:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: # New Relic Ruby Agent Release Notes #
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: ## v3.6.0 ##
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: * Sidekiq supprt
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: The Ruby agent now supports the Sidekiq background job framework. Traces from
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Sidekiq jobs will automatically show up in the Background tasks on New Relic
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: similar to Resque and Delayed::Job tasks.
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: * Improved thread safety
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: The primary metrics data structures in the Ruby agent are now thread safe.
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: This should provide better reliability for the agent under JRuby and threaded
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: scenarios such as Sidekiq or Puma.
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: * More robust environment report
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: The agent's analysis of the local environment (e.g. OS, Processors, loaded
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: gems) will now work in a wider variety of app environments, including
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Sinatra.
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: * Experimental Rainbows! support
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: The Ruby agent now automatically detects and instruments the Rainbows! web
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: server. This support is considered experimental at present, and has not been
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: tested with all dispatch modes.
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: Thanks to Joseph Chen for the contribution.
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: * Fix a potential file descriptor leak in Resque instrumentation
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: A file descriptor leak that occurred when DontPerform exceptions were used to
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: abort processing of a job has been fixed. This should allow the Resque
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: instrumentation work correctly with the resque-lonely_job gem.
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns:
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: See https://github.com/newrelic/rpm/blob/master/CHANGELOG for a full list of
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: changes.
notice: /Stage[main]/Cuttlefish/Exec[bundle install cuttlefish]/returns: executed successfully
notice: /Stage[main]/Cuttlefish/Exec[create cuttlefish database]/returns: /opt/rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/source/git.rb:177:in `rescue in load_spec_files': https://github.com/plataformatec/devise.git (at rails4) is not checked out. Please run `bundle install` (Bundler::GitError)
notice: /Stage[main]/Cuttlefish/Exec[create cuttlefish database]/returns: from /opt/rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/source/git.rb:175:in `load_spec_files'
notice: /Stage[main]/Cuttlefish/Exec[create cuttlefish database]/returns: from /opt/rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/source/path.rb:86:in `local_specs'
notice: /Stage[main]/Cuttlefish/Exec[create cuttlefish database]/returns: from /opt/rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/source/git.rb:150:in `specs'
notice: /Stage[main]/Cuttlefish/Exec[create cuttlefish database]/returns: from /opt/rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/lazy_specification.rb:52:in `__materialize__'
notice: /Stage[main]/Cuttlefish/Exec[create cuttlefish database]/returns: from /opt/rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/spec_set.rb:88:in `block in materialize'
notice: /Stage[main]/Cuttlefish/Exec[create cuttlefish database]/returns: from /opt/rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in `map!'
notice: /Stage[main]/Cuttlefish/Exec[create cuttlefish database]/returns: from /opt/rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in `materialize'
notice: /Stage[main]/Cuttlefish/Exec[create cuttlefish database]/returns: from /opt/rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/definition.rb:114:in `specs'
notice: /Stage[main]/Cuttlefish/Exec[create cuttlefish database]/returns: from /opt/rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/definition.rb:159:in `specs_for'
notice: /Stage[main]/Cuttlefish/Exec[create cuttlefish database]/returns: from /opt/rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/definition.rb:148:in `requested_specs'
notice: /Stage[main]/Cuttlefish/Exec[create cuttlefish database]/returns: from /opt/rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/environment.rb:18:in `requested_specs'
notice: /Stage[main]/Cuttlefish/Exec[create cuttlefish database]/returns: from /opt/rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/runtime.rb:13:in `setup'
notice: /Stage[main]/Cuttlefish/Exec[create cuttlefish database]/returns: from /opt/rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler.rb:120:in `setup'
notice: /Stage[main]/Cuttlefish/Exec[create cuttlefish database]/returns: from /opt/rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/setup.rb:17:in `<top (required)>'
notice: /Stage[main]/Cuttlefish/Exec[create cuttlefish database]/returns: from /opt/rbenv/versions/1.9.3-p392/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:45:in `require'
notice: /Stage[main]/Cuttlefish/Exec[create cuttlefish database]/returns: from /opt/rbenv/versions/1.9.3-p392/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:45:in `require'
err: /Stage[main]/Cuttlefish/Exec[create cuttlefish database]/returns: change from notrun to 0 failed: rbenv exec bundle exec rake db:setup returned 1 instead of one of [0] at /tmp/vagrant-puppet/modules-0/cuttlefish/manifests/init.pp:54
notice: /Stage[main]/Cuttlefish/Exec[foreman export cuttlefish]: Dependency Exec[create cuttlefish database] has failures: true
warning: /Stage[main]/Cuttlefish/Exec[foreman export cuttlefish]: Skipping because of failed dependencies
notice: /Stage[main]/Cuttlefish/Service[cuttlefish]: Dependency Exec[create cuttlefish database] has failures: true
warning: /Stage[main]/Cuttlefish/Service[cuttlefish]: Skipping because of failed dependencies
notice: Finished catalog run in 1336.91 seconds
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
cd /tmp/vagrant-puppet/manifests && puppet apply --modulepath '/etc/puppet/modules:/tmp/vagrant-puppet/modules-0' site.pp --detailed-exitcodes || [ $? -eq 2 ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment