Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save christopherdolan/540546 to your computer and use it in GitHub Desktop.
Save christopherdolan/540546 to your computer and use it in GitHub Desktop.
~/.rvm/gems/ruby-1.8.7-p299@hydra-dev/gems/jeweler-1.4.0/lib/jeweler/commands/check_dependencies.rb:13:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010. Use #requirement
All dependencies seem to be installed.
~/.rvm/rubies/ruby-1.8.7-p299/bin/ruby -I"lib:lib:test" "~/.rvm/gems/ruby-1.8.7-p299@global/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/sync_test.rb" "test/runner_test.rb" "test/pipe_test.rb" "test/fixtures/sync_test.rb" "test/worker_test.rb" "test/message_test.rb" "test/master_test.rb" "test/ssh_test.rb"
Loaded suite ~/.rvm/gems/ruby-1.8.7-p299@global/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
........1282318144.3936 MASTER| Initialized
1282318144.39363 MASTER| Files: (["test_a.rb"])
1282318144.39365 MASTER| Workers: ([{:type=>:ssh, :connect=>"localhost", :directory=>"/tmp/hydra/remote", :runners=>1}])
1282318144.39366 MASTER| Verbose: (true)
1282318144.39367 MASTER| Booting 1 workers
1282318144.3937 MASTER| worker opts {"directory"=>"/tmp/hydra/remote", "connect"=>"localhost", "type"=>:ssh, "runners"=>1}
1282318144.39371 MASTER| Processing Messages
1282318144.39373 MASTER| Workers: [{"directory"=>"/tmp/hydra/remote", "connect"=>"localhost", "type"=>:ssh, "runners"=>1}]
1282318144.39384 MASTER| Listening to {"directory"=>"/tmp/hydra/remote", "connect"=>"localhost", "type"=>:ssh, "runners"=>1}
1282318144.39393 SYNC| Initialized
1282318144.39395 SYNC| Worker: ({"directory"=>"/tmp/hydra/remote", "connect"=>"localhost", "type"=>:ssh, "runners"=>1})
1282318144.39397 SYNC| Sync: ({"directory"=>"/tmp/hydra/local", "exclude"=>["test_c.rb"]})
1282318144.39399 SYNC| rsync -avz --delete --exclude=test_c.rb /tmp/hydra/local/ -e "ssh " localhost:/tmp/hydra/remote
1282318144.60414 SYNC| sending incremental file list
deleting test_b.rb
test_a.rb
sent 204 bytes received 31 bytes 470.00 bytes/sec
total size is 103 speedup is 0.44
1282318144.60419 MASTER| Booting SSH worker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment