Guest User

Untitled

a guest
Jan 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.59 KB | None | 0 0
  1. eric@ubuntu ~/Projects/backupify(master)$ bundle exec rake
  2. rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
  3. WARNING: Global access to Rake DSL methods is deprecated. Please include
  4. ... Rake::DSL into classes and modules which use the Rake DSL methods.
  5. WARNING: DSL method Backupify::Application#task called at /home/eric/.rvm/gems/ruby-1.9.2-p180/gems/railties-3.0.0/lib/rails/application.rb:214:in `initialize_tasks'
  6. WARNING: 'task :t, arg, :needs => [deps]' is deprecated. Please use 'task :t, [args] => [deps]' instead.
  7. at /home/eric/.rvm/gems/ruby-1.9.2-p180/bundler/gems/sunspot-3facb84add72/sunspot_rails/lib/sunspot/rails/tasks.rb:41:in `block in <top (required)>'
  8. WARNING: Global access to Rake DSL methods is deprecated. Please include
  9. ... Rake::DSL into classes and modules which use the Rake DSL methods.
  10. WARNING: DSL method Cucumber::Rake::Task#desc called at /home/eric/.rvm/gems/ruby-1.9.2-p180/gems/cucumber-0.9.0/lib/cucumber/rake/task.rb:140:in `define_task'
  11. WARNING: DSL method Cucumber::Rake::Task#task called at /home/eric/.rvm/gems/ruby-1.9.2-p180/gems/cucumber-0.9.0/lib/cucumber/rake/task.rb:141:in `define_task'
  12. WARNING: Global access to Rake DSL methods is deprecated. Please include
  13. ... Rake::DSL into classes and modules which use the Rake DSL methods.
  14. WARNING: DSL method Cucumber::Rake::Task#desc called at /home/eric/.rvm/gems/ruby-1.9.2-p180/gems/cucumber-0.9.0/lib/cucumber/rake/task.rb:140:in `define_task'
  15. WARNING: DSL method Cucumber::Rake::Task#task called at /home/eric/.rvm/gems/ruby-1.9.2-p180/gems/cucumber-0.9.0/lib/cucumber/rake/task.rb:141:in `define_task'
  16. DEPRECATION WARNING: RAILS_ENV is deprecated. Please use ::Rails.env. (called from <top (required)> at /home/eric/Projects/backupify/config/environment.rb:5)
  17. -- logger()
  18. NOTE: Gem.latest_load_paths is deprecated with no replacement. It will be removed on or after 2011-10-01.
  19. Gem.latest_load_paths called from /home/eric/.rvm/gems/ruby-1.9.2-p180/gems/spork-0.9.0.rc3/lib/spork.rb:107.
  20. NOTE: Gem.all_partials is deprecated with no replacement. It will be removed on or after 2011-10-01.
  21. Gem.all_partials called from /home/eric/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems.rb:598.
  22. NOTE: Gem.all_partials is deprecated with no replacement. It will be removed on or after 2011-10-01.
  23. Gem.all_partials called from /home/eric/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems.rb:598.
  24. /home/eric/.rvm/gems/ruby-1.9.2-p180/gems/spork-testunit-0.0.4/lib/spork/test_framework/test_unit.rb:2: warning: already initialized constant DEFAULT_PORT
  25. /home/eric/.rvm/gems/ruby-1.9.2-p180/gems/spork-testunit-0.0.4/lib/spork/test_framework/test_unit.rb:3: warning: already initialized constant HELPER_FILE
  26.  
  27. Loaded suite /home/eric/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.9.2/lib/rake/rake_test_loader
  28. Started
  29. ...............................................................................
  30. ...............................................................................
  31. ...............................................................................
  32. ...............................................................................
  33. ..........................O....................................................
  34. ...............................................................................
  35. ...............................................................................
  36. ...............................................................................
  37. ......................
  38. gzip: stdin: not in gzip format
  39. tar: Child returned status 1
  40. tar: Error is not recoverable: exiting now
  41. F........................................................
  42. ...............................................................................
  43. ....................
  44. gzip: stdin: not in gzip format
  45. tar: Child died with signal 13
  46. tar: Error is not recoverable: exiting now
  47. E..........................................................
  48. ...............................................................................
  49. ...............................................................................
  50. ...............................................................................
  51. ...............................................................
  52. gzip: stdin: not in gzip format
  53. tar: Child returned status 1
  54. tar: Error is not recoverable: exiting now
  55. F
  56. gzip: stdin: not in gzip format
  57. tar: Child returned status 1
  58. tar: Error is not recoverable: exiting now
  59. F..............
  60. ...............................................................................
  61. ...............................................................................
  62. ...............................................................................
  63. ...............................................................................
  64. ...............................................................................
  65. ...............................................................................
  66. ...............................................................................
  67. .......................
  68.  
  69. 1) Omission: This needs to be fixed -- it was a broken test due to exception swallowing
  70. test: each_resolved_id should return an array of hashes suitable for turning into FacebookDatum objects. (FacebookConnectionTest)
  71. test/unit/service_connection/facebook_connection_test.rb:151:in `block (2 levels) in <class:FacebookConnectionTest>'
  72. shoulda (2.11.3) lib/shoulda/context.rb:382:in `call'
  73. shoulda (2.11.3) lib/shoulda/context.rb:382:in `block in create_test_from_should_hash'
  74. activesupport (3.0.0) lib/active_support/testing/setup_and_teardown.rb:67:in `block in run'
  75. activesupport (3.0.0) lib/active_support/callbacks.rb:428:in `_run_setup_callbacks'
  76. activesupport (3.0.0) lib/active_support/testing/setup_and_teardown.rb:65:in `run'
  77.  
  78. 2) Failure:
  79. test: Jobs::GoogleCalendar::GenerateIcs should generate an ics. (Jobs::GoogleCalendar::GenerateIcsTest)
  80. [test/unit/jobs/google_calendar/service_export_ics_test.rb:66:in `block (3 levels) in <class:GenerateIcsTest>'
  81. /home/eric/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/tmpdir.rb:83:in `mktmpdir'
  82. test/unit/jobs/google_calendar/service_export_ics_test.rb:63:in `block (2 levels) in <class:GenerateIcsTest>'
  83. test/unit/jobs/google_calendar/service_export_ics_test.rb:50:in `each'
  84. test/unit/jobs/google_calendar/service_export_ics_test.rb:50:in `block in <class:GenerateIcsTest>'
  85. shoulda (2.11.3) lib/shoulda/context.rb:382:in `call'
  86. shoulda (2.11.3) lib/shoulda/context.rb:382:in `block in create_test_from_should_hash'
  87. activesupport (3.0.0) lib/active_support/testing/setup_and_teardown.rb:67:in `block in run'
  88. activesupport (3.0.0) lib/active_support/callbacks.rb:428:in `_run_setup_callbacks'
  89. activesupport (3.0.0) lib/active_support/testing/setup_and_teardown.rb:65:in `run']:
  90. <1> expected but was
  91. <0>.
  92.  
  93. 3) Error:
  94. test: Jobs::GoogleMail::ServiceExport should export all datums. (Jobs::GoogleMail::ServiceExportTest):
  95. Errno::EPIPE: Broken pipe
  96. test/unit/jobs/google_mail/service_export_test.rb:38:in `write'
  97. test/unit/jobs/google_mail/service_export_test.rb:38:in `block (3 levels) in <class:ServiceExportTest>'
  98. /home/eric/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/open-uri.rb:35:in `open'
  99. /home/eric/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/open-uri.rb:35:in `open'
  100. test/unit/jobs/google_mail/service_export_test.rb:38:in `block (2 levels) in <class:ServiceExportTest>'
  101. /home/eric/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/tmpdir.rb:83:in `mktmpdir'
  102. test/unit/jobs/google_mail/service_export_test.rb:37:in `block in <class:ServiceExportTest>'
  103. shoulda (2.11.3) lib/shoulda/context.rb:382:in `call'
  104. shoulda (2.11.3) lib/shoulda/context.rb:382:in `block in create_test_from_should_hash'
  105. activesupport (3.0.0) lib/active_support/testing/setup_and_teardown.rb:67:in `block in run'
  106. activesupport (3.0.0) lib/active_support/callbacks.rb:428:in `_run_setup_callbacks'
  107. activesupport (3.0.0) lib/active_support/testing/setup_and_teardown.rb:65:in `run'
  108.  
  109. 4) Failure:
  110. test: ServiceExport should export all datums. (ServiceExportTest)
  111. [test/unit/jobs/service_export_test.rb:33:in `block (2 levels) in <class:ServiceExportTest>'
  112. /home/eric/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/tmpdir.rb:83:in `mktmpdir'
  113. test/unit/jobs/service_export_test.rb:30:in `block in <class:ServiceExportTest>'
  114. shoulda (2.11.3) lib/shoulda/context.rb:382:in `call'
  115. shoulda (2.11.3) lib/shoulda/context.rb:382:in `block in create_test_from_should_hash'
  116. activesupport (3.0.0) lib/active_support/testing/setup_and_teardown.rb:67:in `block in run'
  117. activesupport (3.0.0) lib/active_support/callbacks.rb:428:in `_run_setup_callbacks'
  118. activesupport (3.0.0) lib/active_support/testing/setup_and_teardown.rb:65:in `run']:
  119. <1> expected but was
  120. <0>.
  121.  
  122. 5) Failure:
  123. test: ServiceExport should export docs using title. (ServiceExportTest)
  124. [test/unit/jobs/service_export_test.rb:67:in `block (2 levels) in <class:ServiceExportTest>'
  125. /home/eric/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/tmpdir.rb:83:in `mktmpdir'
  126. test/unit/jobs/service_export_test.rb:63:in `block in <class:ServiceExportTest>'
  127. shoulda (2.11.3) lib/shoulda/context.rb:382:in `call'
  128. shoulda (2.11.3) lib/shoulda/context.rb:382:in `block in create_test_from_should_hash'
  129. activesupport (3.0.0) lib/active_support/testing/setup_and_teardown.rb:67:in `block in run'
  130. activesupport (3.0.0) lib/active_support/callbacks.rb:428:in `_run_setup_callbacks'
  131. activesupport (3.0.0) lib/active_support/testing/setup_and_teardown.rb:65:in `run']:
  132. <2> expected but was
  133. <0>.
  134.  
  135. Finished in 744.644956669 seconds.
  136.  
  137. 1761 tests, 12044 assertions, 3 failures, 1 errors, 0 pendings, 1 omissions, 0 notifications
  138. 0% passed
Add Comment
Please, Sign In to add comment