Errors with vagrant deployment

19 views
Skip to first unread message

Susan Tan

unread,
Jun 12, 2015, 2:20:42 PM6/12/15
to getba...@googlegroups.com
I'm a first-time barkeep user. I've been getting errors when I run the "bundle exec fez vagrant deploy --trace" command. Do you know what's a solution to this?

(git:master:b7e7a24 △ )(11:20 AM)(barkeep)-> bundle exec fez vagrant deploy --trace

Loading Fezzik tasks from config/tasks

rake aborted!

NoMethodError: undefined method `set' for main:Object

/Users/susan/work/teacup_devbox/barkeep/config/deploy_targets/common.rb:7:in `<top (required)>'

/Users/susan/work/teacup_devbox/barkeep/Rakefile:10:in `require'

/Users/susan/work/teacup_devbox/barkeep/Rakefile:10:in `<top (required)>'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/gems/rake-10.4.2/lib/rake/rake_module.rb:28:in `load'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/gems/rake-10.4.2/lib/rake/rake_module.rb:28:in `load_rakefile'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/gems/rake-10.4.2/lib/rake/application.rb:689:in `raw_load_rakefile'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/gems/rake-10.4.2/lib/rake/application.rb:94:in `block in load_rakefile'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/gems/rake-10.4.2/lib/rake/application.rb:93:in `load_rakefile'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/gems/fezzik-0.8.4/bin/fez:114:in `run_fezzik_tasks'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/gems/fezzik-0.8.4/bin/fez:166:in `main'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/gems/fezzik-0.8.4/bin/fez:171:in `<top (required)>'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/bin/fez:23:in `load'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/bin/fez:23:in `<main>'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/bin/ruby_executable_hooks:15:in `eval'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/bin/ruby_executable_hooks:15:in `<main>'

 (git:master:b7e7a24 △ )(11:20 AM)(barkeep)-> 

Caleb Spare

unread,
Jun 12, 2015, 2:42:56 PM6/12/15
to getba...@googlegroups.com, Daniel MacDougall
Hey Daniel, any ideas? Shouldn't this old a version of fezzik provide
'set' automatically?
> --
> You received this message because you are subscribed to the Google Groups
> "Barkeep" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to getbarkeep+...@googlegroups.com.
> To post to this group, send email to getba...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/getbarkeep/0d9c4c84-c8d4-4aa2-a446-c0f8b8618de3%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

Susan Tan

unread,
Jun 12, 2015, 2:49:19 PM6/12/15
to getba...@googlegroups.com
I'm free also on IRC (ArcTanSusan) and Twitter (@ArcTanSusan); I respond quickly. I'd really appreciate any feedback and advice.

Daniel MacDougall

unread,
Jun 12, 2015, 4:28:01 PM6/12/15
to getba...@googlegroups.com
Hi Susan,

It's odd that fezzik seems to be using version 0.8.4. It should be locked to 0.7.2 in the Gemfile.lock.

Can you add a "puts Fezzik::VERSION" to the top of your Rakefile just to confirm which version it's using?

On Fri, Jun 12, 2015 at 11:49 AM, Susan Tan <su...@pistoncloud.com> wrote:
I'm free also on IRC (ArcTanSusan) and Twitter (@ArcTanSusan); I respond quickly. I'd really appreciate any feedback and advice.

--
You received this message because you are subscribed to the Google Groups "Barkeep" group.
To unsubscribe from this group and stop receiving emails from it, send an email to getbarkeep+...@googlegroups.com.
To post to this group, send email to getba...@googlegroups.com.

Susan Tan

unread,
Jun 12, 2015, 5:53:49 PM6/12/15
to getba...@googlegroups.com
The version for Fezzik is indeed wrong; how do I fix it?

 (git:master:b7e7a24 △ )(02:52 PM)(barkeep)-> bundle exec fez vagrant deploy --trace

0.8.4

Loading Fezzik tasks from config/tasks

rake aborted!

NoMethodError: undefined method `set' for main:Object

/Users/susan/work/teacup_devbox/barkeep/config/deploy_targets/common.rb:7:in `<top (required)>'

/Users/susan/work/teacup_devbox/barkeep/Rakefile:11:in `require'

/Users/susan/work/teacup_devbox/barkeep/Rakefile:11:in `<top (required)>'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/gems/rake-10.4.2/lib/rake/rake_module.rb:28:in `load'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/gems/rake-10.4.2/lib/rake/rake_module.rb:28:in `load_rakefile'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/gems/rake-10.4.2/lib/rake/application.rb:689:in `raw_load_rakefile'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/gems/rake-10.4.2/lib/rake/application.rb:94:in `block in load_rakefile'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/gems/rake-10.4.2/lib/rake/application.rb:93:in `load_rakefile'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/gems/fezzik-0.8.4/bin/fez:114:in `run_fezzik_tasks'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/gems/fezzik-0.8.4/bin/fez:166:in `main'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/gems/fezzik-0.8.4/bin/fez:171:in `<top (required)>'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/bin/fez:23:in `load'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/bin/fez:23:in `<main>'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/bin/ruby_executable_hooks:15:in `eval'

/Users/susan/.rvm/gems/ruby-1.9.3-p194/bin/ruby_executable_hooks:15:in `<main>'

 (git:master:b7e7a24 △ )(02:52 PM)(barkeep)-> 

Reply all
Reply to author
Forward
0 new messages