Guest User

Untitled

a guest
May 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. $ ant test
  2. Buildfile: /Users/asari/Development/src/jruby/build.xml
  3.  
  4. init:
  5.  
  6. jar:
  7.  
  8. init:
  9.  
  10. extract-rdocs:
  11.  
  12. prepare:
  13.  
  14. prepare-resources:
  15. [copy] Copying 1 file to /Users/asari/Development/src/jruby/src_gen
  16. [javac] /Users/asari/Development/src/jruby/build.xml:184: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
  17. [javac] Compiling 1 source file to /Users/asari/Development/src/jruby/build/classes/jruby
  18.  
  19. compile-annotation-binder:
  20. [javac] /Users/asari/Development/src/jruby/build.xml:190: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
  21.  
  22. check-for-optional-java4-packages:
  23.  
  24. check-for-optional-packages:
  25.  
  26. compile-jruby:
  27. [apt] /Users/asari/Development/src/jruby/build.xml:204: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
  28. [apt] Since compiler setting isn't classic or modern, ignoring fork setting.
  29.  
  30. compile:
  31.  
  32. generate-method-classes:
  33.  
  34. _gmc_internal_:
  35.  
  36. generate-unsafe:
  37.  
  38. _gu_internal_:
  39.  
  40. unzip-native-libs:
  41.  
  42. jar-jruby:
  43. [jar] Building jar: /Users/asari/Development/src/jruby/lib/jruby.jar
  44.  
  45. generate-ri-cache:
  46.  
  47. compile-test:
  48. [javac] /Users/asari/Development/src/jruby/build.xml:616: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
  49. [javac] Compiling 1 source file to /Users/asari/Development/src/jruby/build/classes/test
  50.  
  51. copy-test-files:
  52.  
  53. install-dist-gems:
  54. [java] build_lib/rake-0.8.7.gem already installed
  55. [java] build_lib/rspec-1.3.0.gem already installed
  56.  
  57. install-jruby-launcher-gem:
  58. [java] build_lib/jruby-launcher-1.0.1-java.gem already installed
  59.  
  60. install-gems:
  61.  
  62. run-junit-interpreted-short:
  63. [echo] compile=OFF, jit.threshold=20, jit.maxsize=1000000000, jit.max=-1, objectspace=true threadpool=false reflection=false version=ruby1_8
  64. [junit] Testsuite: org.jruby.test.ScriptTestSuite
  65. [junit] Tests run: 73, Failures: 0, Errors: 0, Time elapsed: 12.07 sec
  66. [junit]
  67. [junit] Testsuite: org.jruby.test.JRubyTestSuite
  68. [junit] Tests run: 18, Failures: 1, Errors: 0, Time elapsed: 28.091 sec
  69. [junit]
  70. [junit] Testcase: test_command_line_switches(org.jruby.test.TestUnitTestSuite$ScriptTest): FAILED
  71. [junit] Faults encountered running test/test_command_line_switches, complete output follows:
  72. [junit] Failure:
  73. [junit] test_server_vm_option(TestCommandLineSwitches) [./test/test_command_line_switches.rb:218]:
  74. [junit] <0> expected but was
  75. [junit] <1>.
  76. [junit]
  77. [junit] junit.framework.AssertionFailedError: Faults encountered running test/test_command_line_switches, complete output follows:
  78. [junit] Failure:
  79. [junit] test_server_vm_option(TestCommandLineSwitches) [./test/test_command_line_switches.rb:218]:
  80. [junit] <0> expected but was
  81. [junit] <1>.
  82. [junit]
  83. [junit] at org.jruby.test.TestUnitTestSuite$ScriptTest.runTest(TestUnitTestSuite.java:224)
  84. [junit]
  85. [junit]
  86.  
  87. BUILD FAILED
  88. /Users/asari/Development/src/jruby/build.xml:763: The following error occurred while executing this line:
  89. /Users/asari/Development/src/jruby/build.xml:913: The following error occurred while executing this line:
  90. /Users/asari/Development/src/jruby/build.xml:861: Tests failed
  91.  
  92. Total time: 1 minute 10 seconds
Add Comment
Please, Sign In to add comment