Skip to content

Instantly share code, notes, and snippets.

@dnase
Last active March 13, 2017 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnase/12dc70ef0f0b71f77708a60209c1c75a to your computer and use it in GitHub Desktop.
Save dnase/12dc70ef0f0b71f77708a60209c1c75a to your computer and use it in GitHub Desktop.
drew:puppetize drew.nase$ rake present --trace
** Invoke present (first_time)
** Execute present
Would you like to see the release notes? [Y/n]: N
What is the address of the Classroom server? [services-uswest.skytap.com]
What is the SSH port of the Classroom server? [29629]
rake aborted!
Resolv::ResolvError: no address for services-uswest.skytap.com
/Users/drew.nase/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/resolv.rb:93:in `getaddress'
/Users/drew.nase/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/resolv.rb:43:in `getaddress'
/Users/drew.nase/src/PUPP-0245-0820/puppetize/Rakefile:803:in `private_address?'
/Users/drew.nase/src/PUPP-0245-0820/puppetize/Rakefile:264:in `block in <top (required)>'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/gems/rake-10.4.2/lib/rake/task.rb:240:in `call'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/gems/rake-10.4.2/lib/rake/task.rb:235:in `each'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain'
/Users/drew.nase/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/gems/rake-10.4.2/lib/rake/application.rb:106:in `each'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/gems/rake-10.4.2/lib/rake/application.rb:75:in `run'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/gems/rake-10.4.2/bin/rake:33:in `<top (required)>'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/bin/rake:23:in `load'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/bin/rake:23:in `<main>'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/bin/ruby_executable_hooks:15:in `eval'
/Users/drew.nase/.rvm/gems/ruby-2.1.5/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment