Guest User

Untitled

a guest
May 26th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1. ~/Development/Opensource/eventmachine.git rake1.9 test --trace
  2. (in /Users/antares/Development/Opensource/eventmachine.git)
  3. ** Invoke test (first_time)
  4. ** Invoke build (first_time)
  5. ** Invoke ext:build (first_time)
  6. ** Invoke ext:make (first_time)
  7. ** Invoke lib/rubyeventmachine.bundle (first_time, not_needed)
  8. ** Invoke ext/binder.h (first_time, not_needed)
  9. ** Invoke ext/ed.h (first_time, not_needed)
  10. ** Invoke ext/em.h (first_time, not_needed)
  11. ** Invoke ext/emwin.h (first_time, not_needed)
  12. ** Invoke ext/epoll.h (first_time, not_needed)
  13. ** Invoke ext/eventmachine.h (first_time, not_needed)
  14. ** Invoke ext/eventmachine_cpp.h (first_time, not_needed)
  15. ** Invoke ext/files.h (first_time, not_needed)
  16. ** Invoke ext/page.h (first_time, not_needed)
  17. ** Invoke ext/project.h (first_time, not_needed)
  18. ** Invoke ext/sigs.h (first_time, not_needed)
  19. ** Invoke ext/ssl.h (first_time, not_needed)
  20. ** Invoke ext/binder.cpp (first_time, not_needed)
  21. ** Invoke ext/cmain.cpp (first_time, not_needed)
  22. ** Invoke ext/cplusplus.cpp (first_time, not_needed)
  23. ** Invoke ext/ed.cpp (first_time, not_needed)
  24. ** Invoke ext/em.cpp (first_time, not_needed)
  25. ** Invoke ext/emwin.cpp (first_time, not_needed)
  26. ** Invoke ext/epoll.cpp (first_time, not_needed)
  27. ** Invoke ext/files.cpp (first_time, not_needed)
  28. ** Invoke ext/kb.cpp (first_time, not_needed)
  29. ** Invoke ext/page.cpp (first_time, not_needed)
  30. ** Invoke ext/pipe.cpp (first_time, not_needed)
  31. ** Invoke ext/rubymain.cpp (first_time, not_needed)
  32. ** Invoke ext/sigs.cpp (first_time, not_needed)
  33. ** Invoke ext/ssl.cpp (first_time, not_needed)
  34. ** Invoke ext/extconf.rb (first_time, not_needed)
  35. ** Invoke ext/Makefile (first_time, not_needed)
  36. ** Invoke ext/extconf.rb (not_needed)
  37. ** Invoke lib/fastfilereaderext.bundle (first_time, not_needed)
  38. ** Invoke ext/fastfilereader/mapper.h (first_time, not_needed)
  39. ** Invoke ext/fastfilereader/mapper.cpp (first_time, not_needed)
  40. ** Invoke ext/fastfilereader/rubymain.cpp (first_time, not_needed)
  41. ** Invoke ext/fastfilereader/extconf.rb (first_time, not_needed)
  42. ** Invoke ext/fastfilereader/Makefile (first_time, not_needed)
  43. ** Invoke ext/fastfilereader/extconf.rb (not_needed)
  44. ** Execute ext:make
  45. ** Execute ext:build
  46. ** Execute build
  47. ** Execute test
  48. Loaded suite /opt/local/lib/ruby1.9/gems/1.9.1/gems/rake-0.8.7/lib/rake/rake_test_loader
  49. Started
  50. ....................F....................................................F.........................................................................../Users/antares/Development/Opensource/eventmachine.git/lib/em/spawnable.rb:56: warning: method redefined; discarding old call
  51. /Users/antares/Development/Opensource/eventmachine.git/lib/em/spawnable.rb:56: warning: method redefined; discarding old call
  52. ./Users/antares/Development/Opensource/eventmachine.git/lib/em/spawnable.rb:56: warning: method redefined; discarding old call
  53. /Users/antares/Development/Opensource/eventmachine.git/lib/em/spawnable.rb:56: warning: method redefined; discarding old call
  54. ...............
  55. Finished in 27.95199 seconds.
  56.  
  57. 1) Failure:
  58. default_test(TestDeferUsage)
  59. [/opt/local/lib/ruby1.9/gems/1.9.1/gems/test-unit-1.2.3/lib/test/unit/assertions.rb:48:in `block in assert_block'
  60. /opt/local/lib/ruby1.9/gems/1.9.1/gems/test-unit-1.2.3/lib/test/unit/assertions.rb:495:in `_wrap_assertion'
  61. /opt/local/lib/ruby1.9/gems/1.9.1/gems/test-unit-1.2.3/lib/test/unit/assertions.rb:46:in `assert_block'
  62. /opt/local/lib/ruby1.9/gems/1.9.1/gems/test-unit-1.2.3/lib/test/unit/assertions.rb:313:in `flunk'
  63. /opt/local/lib/ruby1.9/gems/1.9.1/gems/test-unit-1.2.3/lib/test/unit/testcase.rb:109:in `default_test'
  64. /opt/local/lib/ruby1.9/gems/1.9.1/gems/test-unit-1.2.3/lib/test/unit/testcase.rb:78:in `run'
  65. /opt/local/lib/ruby1.9/gems/1.9.1/gems/test-unit-1.2.3/lib/test/unit/testsuite.rb:34:in `block in run'
  66. /opt/local/lib/ruby1.9/gems/1.9.1/gems/test-unit-1.2.3/lib/test/unit/testsuite.rb:33:in `each'
  67. /opt/local/lib/ruby1.9/gems/1.9.1/gems/test-unit-1.2.3/lib/test/unit/testsuite.rb:33:in `run'
  68. /opt/local/lib/ruby1.9/gems/1.9.1/gems/test-unit-1.2.3/lib/test/unit/testsuite.rb:34:in `block in run'
  69. /opt/local/lib/ruby1.9/gems/1.9.1/gems/test-unit-1.2.3/lib/test/unit/testsuite.rb:33:in `each'
  70. /opt/local/lib/ruby1.9/gems/1.9.1/gems/test-unit-1.2.3/lib/test/unit/testsuite.rb:33:in `run'
  71. /opt/local/lib/ruby1.9/gems/1.9.1/gems/test-unit-1.2.3/lib/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
  72. /opt/local/lib/ruby1.9/gems/1.9.1/gems/test-unit-1.2.3/lib/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
  73. /opt/local/lib/ruby1.9/gems/1.9.1/gems/test-unit-1.2.3/lib/test/unit/ui/console/testrunner.rb:41:in `start'
  74. /opt/local/lib/ruby1.9/gems/1.9.1/gems/test-unit-1.2.3/lib/test/unit/ui/testrunnerutilities.rb:29:in `run'
  75. /opt/local/lib/ruby1.9/gems/1.9.1/gems/test-unit-1.2.3/lib/test/unit/autorunner.rb:216:in `run'
  76. /opt/local/lib/ruby1.9/gems/1.9.1/gems/test-unit-1.2.3/lib/test/unit/autorunner.rb:12:in `run'
  77. /opt/local/lib/ruby1.9/gems/1.9.1/gems/test-unit-1.2.3/lib/test/unit.rb:278:in `block in <top (required)>']:
  78. No tests were specified.
  79.  
  80. 2) Failure:
  81. test_https_get(TestHttpClient2) [/Users/antares/Development/Opensource/eventmachine.git/tests/test_httpclient2.rb:151]:
  82. <200> expected but was
  83. <301>.
  84.  
  85. 165 tests, 264 assertions, 2 failures, 0 errors
  86. rake aborted!
  87. Command failed with status (1): [/opt/local/bin/ruby1.9 -w -I"lib" "/opt/lo...]
Add Comment
Please, Sign In to add comment