Skip to content

Instantly share code, notes, and snippets.

@klauern
Created December 1, 2011 22:18
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 klauern/1420310 to your computer and use it in GitHub Desktop.
Save klauern/1420310 to your computer and use it in GitHub Desktop.
Error on 'ant clean test' on Win XP
PS C:\klauer-jruby> ant clean test
Buildfile: C:\klauer-jruby\build.xml
init:
prepare-bin-jruby:
clean:
[delete] Deleting directory C:\klauer-jruby\build
[delete] Deleting directory C:\klauer-jruby\docs\api
[delete] Deleting directory C:\klauer-jruby\src_gen
need-clean-ng:
clean-ng:
clean-tzdata:
[echo] Reset joda-time jar
init:
jar:
init:
create-dirs:
[mkdir] Created dir: C:\klauer-jruby\build
[mkdir] Created dir: C:\klauer-jruby\build\classes
[mkdir] Created dir: C:\klauer-jruby\build\classes\jruby
[mkdir] Created dir: C:\klauer-jruby\build\classes\test
[mkdir] Created dir: C:\klauer-jruby\build\test-results
[mkdir] Created dir: C:\klauer-jruby\build\test-results\html
[mkdir] Created dir: C:\klauer-jruby\docs\api
copy-resources:
[copy] Copying 19 files to C:\klauer-jruby\build\classes\jruby
[copy] Copying 14 files to C:\klauer-jruby\build\classes\jruby\builtin
update-constants:
[echo] Updating Constants.java
[echo] ...using git revision = bbbe09e, tzdata = 2010k
[copy] Warning: Could not find file C:\klauer-jruby\src_gen\org\jruby\runtime\Constants.java to copy.
[copy] Copying 1 file to C:\klauer-jruby\src_gen\org\jruby\runtime
_uc_internal_:
[copy] Copying 1 file to C:\klauer-jruby\src_gen\org\jruby\runtime
[javac] Compiling 1 source file to C:\klauer-jruby\build\classes\jruby
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] 1 warning
prepare:
compile-annotation-binder:
[javac] Compiling 18 source files to C:\klauer-jruby\build\classes\jruby
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] 1 warning
compile-jruby:
[apt] Since compiler setting isn't classic or modern, ignoring fork setting.
[apt] Compiling 1194 source files to C:\klauer-jruby\build\classes\jruby
[apt] Since compiler setting isn't classic or modern, ignoring fork setting.
[apt]
[apt] warning: The apt tool and its associated API are planned to be
[apt] removed in the next major JDK release. These features have been
[apt] superseded by javac and the standardized annotation processing API,
[apt] javax.annotation.processing and javax.lang.model. Users are
[apt] recommended to migrate to the annotation processing features of
[apt] javac; see the javac man page for more information.
[apt] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[apt] warning: Annotation types without processors: java.lang.SuppressWarnings,java.lang.Override,java.lang.Deprecated,org.jruby.anno.JRubyModule,java.lang.annotation.Retention,java.la
ng.annotation.Target,org.jruby.compiler.ir.Interp,org.jruby.anno.JRubyConstant,jnr.ffi.annotations.In,jnr.ffi.annotations.Transient,jnr.ffi.annotations.Out
[apt] Method org.jruby.javasupport.JavaUtilities.get_proxy_or_package_under_package(org.jruby.runtime.ThreadContext,org.jruby.runtime.builtin.IRubyObject,org.jruby.runtime.builtin.IRub
yObject,org.jruby.runtime.builtin.IRubyObject) should not throw exceptions: java.lang.Exception
[apt] 2 warnings
[apt] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[apt] C:\klauer-jruby\src\org\jruby\ext\tempfile\Tempfile.java:41: warning: [deprecation] RubyTempfile in org.jruby has been deprecated
[apt] import org.jruby.RubyTempfile;
[apt] ^
[apt] C:\klauer-jruby\src\org\jruby\ext\tempfile\Tempfile.java:62: warning: [deprecation] RubyTempfile in org.jruby has been deprecated
[apt] public class Tempfile extends RubyTempfile {
[apt] ^
[apt] C:\klauer-jruby\src\org\jruby\RubyString.java:889: warning: [deprecation] replace(byte[]) in ByteList has been deprecated
[apt] value.replace(bytes);
[apt] ^
[apt] C:\klauer-jruby\src\org\jruby\util\io\SelectBlob.java:165: warning: [deprecation] writeDataBuffered() in RubyIO has been deprecated
[apt] if (ioObj.writeDataBuffered()) {
[apt] ^
[apt] Note: Some input files use unchecked or unsafe operations.
[apt] Note: Recompile with -Xlint:unchecked for details.
[apt] 5 warnings
emma:
instrument:
generate-method-classes:
_gmc_internal_:
[echo] Generating invokers...
[echo] Compiling populators...
[javac] Compiling 193 source files to C:\klauer-jruby\build\classes\jruby
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] 1 warning
[delete] Deleting: C:\klauer-jruby\src_gen\annotated_classes.txt
generate-unsafe:
_gu_internal_:
[echo] Generating Unsafe impl...
compile:
unzip-native-libs:
jar-jruby:
[jar] Building jar: C:\klauer-jruby\lib\jruby.jar
add-emma-jars:
compile-test:
[javac] Compiling 166 source files to C:\klauer-jruby\build\classes\test
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 warning
copy-test-files:
[copy] Copying 18 files to C:\klauer-jruby\build\classes\test
install-dev-gems:
install-jruby-launcher-gem:
install-gems:
run-junit-interpreted-short:
[echo] compile=OFF, jit.threshold=20, jit.maxsize=1000000000, jit.max=-1, objectspace=false threadpool=false reflection=false version=ruby1_8
[junit] Testsuite: org.jruby.test.ScriptTestSuite
[junit] Tests run: 31, Failures: 0, Errors: 0, Time elapsed: 12.547 sec
[junit]
[junit] Testsuite: org.jruby.test.JRubyTestSuite
[junit] Tests run: 35, Failures: 1, Errors: 0, Time elapsed: 23.36 sec
[junit]
[junit] Testcase: test_file(org.jruby.test.TestUnitTestSuite$ScriptTest): FAILED
[junit] Faults encountered running test\test_file, complete output follows:
[junit] Testcase: test_file(org.jruby.test.TestUnitTestSuite$ScriptTest): FAILED
[junit] Failure:
[junit] test_file_directory_empty_name(TestFile)
[junit] [./test/test_file.rb:818:in `test_file_directory_empty_name'
[junit] org/jruby/RubyKernel.java:1939:in `send'
[junit] org/jruby/RubyArray.java:1607:in `each']:
[junit] <Errno::ENOENT> exception expected but was
[junit] Class: <Errno::ESRCH>
[junit] Message: <"No such process - ">
[junit] ---Backtrace---
[junit] org/jruby/RubyFileStat.java:322:in `initialize'
[junit] ./test/test_file.rb:818:in `test_file_directory_empty_name'
[junit] ./test/test_file.rb:818:in `test_file_directory_empty_name'
[junit] org/jruby/RubyKernel.java:1939:in `send'
[junit] org/jruby/RubyArray.java:1607:in `each'
[junit] ---------------
[junit] Failure:
[junit] test_file_stat_uri_prefixes(TestFile)
[junit] [./test/test_file.rb:551:in `test_file_stat_uri_prefixes'
[junit] org/jruby/RubyKernel.java:1939:in `send'
[junit] org/jruby/RubyArray.java:1607:in `each']:
[junit] <Errno::ENOENT> exception expected but was
[junit] Class: <SystemCallError>
[junit] Message: <"Unknown error - Unknown Error (20047) - C:/klauer-jruby/file:">
[junit] ---Backtrace-
BUILD FAILED
C:\klauer-jruby\build.xml:904: The following error occurred while executing this line:
C:\klauer-jruby\build.xml:1025: The following error occurred while executing this line:
C:\klauer-jruby\build.xml:969: Tests failed
Total time: 3 minutes 5 seconds
PS C:\klauer-jruby>
PS C:\klauer-jruby> ant clean test
Buildfile: C:\klauer-jruby\build.xml
init:
prepare-bin-jruby:
clean:
[delete] Deleting directory C:\klauer-jruby\build
[delete] Deleting directory C:\klauer-jruby\docs\api
[delete] Deleting directory C:\klauer-jruby\src_gen
need-clean-ng:
clean-ng:
clean-tzdata:
[echo] Reset joda-time jar
init:
jar:
init:
create-dirs:
[mkdir] Created dir: C:\klauer-jruby\build
[mkdir] Created dir: C:\klauer-jruby\build\classes
[mkdir] Created dir: C:\klauer-jruby\build\classes\jruby
[mkdir] Created dir: C:\klauer-jruby\build\classes\test
[mkdir] Created dir: C:\klauer-jruby\build\test-results
[mkdir] Created dir: C:\klauer-jruby\build\test-results\html
[mkdir] Created dir: C:\klauer-jruby\docs\api
copy-resources:
[copy] Copying 19 files to C:\klauer-jruby\build\classes\jruby
[copy] Copying 14 files to C:\klauer-jruby\build\classes\jruby\builtin
update-constants:
[echo] Updating Constants.java
[echo] ...using git revision = 496d2c7, tzdata = 2010k
[copy] Warning: Could not find file C:\klauer-jruby\src_gen\org\jruby\runtime\Constants.java to copy.
[copy] Copying 1 file to C:\klauer-jruby\src_gen\org\jruby\runtime
_uc_internal_:
[copy] Copying 1 file to C:\klauer-jruby\src_gen\org\jruby\runtime
[javac] Compiling 1 source file to C:\klauer-jruby\build\classes\jruby
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] 1 warning
prepare:
compile-annotation-binder:
[javac] Compiling 18 source files to C:\klauer-jruby\build\classes\jruby
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] 1 warning
compile-jruby:
[apt] Since compiler setting isn't classic or modern, ignoring fork setting.
[apt] Compiling 1194 source files to C:\klauer-jruby\build\classes\jruby
[apt] Since compiler setting isn't classic or modern, ignoring fork setting.
[apt]
[apt] warning: The apt tool and its associated API are planned to be
[apt] removed in the next major JDK release. These features have been
[apt] superseded by javac and the standardized annotation processing API,
[apt] javax.annotation.processing and javax.lang.model. Users are
[apt] recommended to migrate to the annotation processing features of
[apt] javac; see the javac man page for more information.
[apt] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[apt] warning: Annotation types without processors: java.lang.SuppressWarnings,java.lang.Override,java.lang.Deprecated,org.jruby.anno.JRubyModule,java.lang.annotation.Retention,java.lang.annotation.Target,org.jruby.compiler.ir.Interp,org.jruby.anno.JRubyConstant,jnr.ffi.annotations.In,jnr.ffi.annotations.Transient,jnr.ffi.annotations.Out
[apt] Method org.jruby.javasupport.JavaUtilities.get_proxy_or_package_under_package(org.jruby.runtime.ThreadContext,org.jruby.runtime.builtin.IRubyObject,org.jruby.runtime.builtin.IRubyObject,org.jruby.runtime.builtin.IRubyObject) should not throw exceptions: java.lang.Exception
[apt] 2 warnings
[apt] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[apt] C:\klauer-jruby\src\org\jruby\ext\tempfile\Tempfile.java:41: warning: [deprecation] RubyTempfile in org.jruby has been deprecated
[apt] import org.jruby.RubyTempfile;
[apt] ^
[apt] C:\klauer-jruby\src\org\jruby\ext\tempfile\Tempfile.java:62: warning: [deprecation] RubyTempfile in org.jruby has been deprecated
[apt] public class Tempfile extends RubyTempfile {
[apt] ^
[apt] C:\klauer-jruby\src\org\jruby\RubyString.java:889: warning: [deprecation] replace(byte[]) in ByteList has been deprecated
[apt] value.replace(bytes);
[apt] ^
[apt] C:\klauer-jruby\src\org\jruby\util\io\SelectBlob.java:165: warning: [deprecation] writeDataBuffered() in RubyIO has been deprecated
[apt] if (ioObj.writeDataBuffered()) {
[apt] ^
[apt] Note: Some input files use unchecked or unsafe operations.
[apt] Note: Recompile with -Xlint:unchecked for details.
[apt] 5 warnings
emma:
instrument:
generate-method-classes:
_gmc_internal_:
[echo] Generating invokers...
[echo] Compiling populators...
[javac] Compiling 193 source files to C:\klauer-jruby\build\classes\jruby
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] 1 warning
[delete] Deleting: C:\klauer-jruby\src_gen\annotated_classes.txt
generate-unsafe:
_gu_internal_:
[echo] Generating Unsafe impl...
compile:
unzip-native-libs:
jar-jruby:
[jar] Building jar: C:\klauer-jruby\lib\jruby.jar
add-emma-jars:
compile-test:
[javac] Compiling 166 source files to C:\klauer-jruby\build\classes\test
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 warning
copy-test-files:
[copy] Copying 18 files to C:\klauer-jruby\build\classes\test
install-dev-gems:
install-jruby-launcher-gem:
install-gems:
run-junit-interpreted-short:
[echo] compile=OFF, jit.threshold=20, jit.maxsize=1000000000, jit.max=-1, objectspace=false threadpool=false reflection=false version=ruby1_8
[junit] Testsuite: org.jruby.test.ScriptTestSuite
[junit] Tests run: 31, Failures: 0, Errors: 0, Time elapsed: 15.016 sec
[junit]
[junit] Testsuite: org.jruby.test.JRubyTestSuite
[junit] zip warning: new zip file left as: C:/klauer-jruby/test/zia05412
[junit] zip I/O error: Permission denied
[junit]
[junit] zip error: Could not create output file (was replacing the original zip file)
[junit] zip warning: new zip file left as: C:/klauer-jruby/test/zia08068
[junit] zip I/O error: Permission denied
[junit]
[junit] Tests run: 26, Failures: 1, Errors: 0, Time elapsed: 23.485 sec
[junit] zip error: Could not create output file (was replacing the original zip file)
[junit]
[junit]
[junit] ------------- Standard Error -----------------
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip warning: new zip file left as: C:/klauer-jruby/test/zia05412
[junit]
[junit] zip I/O error: Permission denied
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Could not create output file (was replacing the original zip file)
[junit]
[junit] zip warning: new zip file left as: C:/klauer-jruby/test/zia08068
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip I/O error: Permission denied
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Could not create output file (was replacing the original zip file)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit]
[junit] zip error: Nothing to do! (C:/klauer-jruby/test/jar_with_relative_require1.jar)
[junit] ------------- ---------------- ---------------
[junit] Testcase: test_dir_with_jar_without_dir_entry(org.jruby.test.TestUnitTestSuite$ScriptTest): FAILED
[junit] Faults encountered running test\test_dir_with_jar_without_dir_entry, complete output follows:
[junit] Error:
[junit] test_bogus_glob(TestDirWithJarWithoutDirEntry):
[junit] Errno::EACCES: Permission denied - C:/klauer-jruby/test/jar_with_relative_require1.jar
[junit] org/jruby/RubyFile.java:1802:in `unlink'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1304:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1312:in `platform_support'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1303:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:502:in `mv'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1418:in `fu_each_src_dest0'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:495:in `mv'
[junit] ./test/test_dir_with_jar_without_dir_entry.rb:16:in `teardown'
[junit] org/jruby/RubyArray.java:1607:in `each'
[junit] Error:
[junit] test_foreach_works_in_jar_file(TestDirWithJarWithoutDirEntry):
[junit] Errno::EACCES: Permission denied - C:/klauer-jruby/test/jar_with_relative_require1.jar
[junit] org/jruby/RubyFile.java:1802:in `unlink'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1304:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1312:in `platform_support'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1303:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:502:in `mv'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1418:in `fu_each_src_dest0'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:495:in `mv'
[junit] ./test/test_dir_with_jar_without_dir_entry.rb:16:in `teardown'
[junit] org/jruby/RubyArray.java:1607:in `each'
[junit] Error:
[junit] test_glob_double_star(TestDirWithJarWithoutDirEntry):
[junit] Errno::EACCES: Permission denied - C:/klauer-jruby/test/jar_with_relative_require1.jar
[junit] org/jruby/RubyFile.java:1802:in `unlink'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1304:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1312:in `platform_support'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1303:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:502:in `mv'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1418:in `fu_each_src_dest0'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:495:in `mv'
[junit] ./test/test_dir_with_jar_without_dir_entry.rb:16:in `teardown'
[junit] org/jruby/RubyArray.java:1607:in `each'
[junit] Error:
[junit] test_glob_empty_string(TestDirWithJarWithoutDirEntry):
[junit] Errno::EACCES: Permission denied - C:/klauer-jruby/test/jar_with_relative_require1.jar
[junit] org/jruby/RubyFile.java:1802:in `unlink'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1304:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1312:in `platform_support'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1303:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:502:in `mv'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1418:in `fu_each_src_dest0'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:495:in `mv'
[junit] ./test/test_dir_with_jar_without_dir_entry.rb:16:in `teardown'
[junit] org/jruby/RubyArray.java:1607:in `each'
[junit] Error:
[junit] test_glob_inside_jar_file(TestDirWithJarWithoutDirEntry):
[junit] Errno::EACCES: Permission denied - C:/klauer-jruby/test/jar_with_relative_require1.jar
[junit] org/jruby/RubyFile.java:1802:in `unlink'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1304:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1312:in `platform_support'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1303:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:502:in `mv'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1418:in `fu_each_src_dest0'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:495:in `mv'
[junit] ./test/test_dir_with_jar_without_dir_entry.rb:16:in `teardown'
[junit] org/jruby/RubyArray.java:1607:in `each'
[junit] Error:
[junit] test_glob_on_shared_string(TestDirWithJarWithoutDirEntry):
[junit] Errno::EACCES: Permission denied - C:/klauer-jruby/test/jar_with_relative_require1.jar
[junit] org/jruby/RubyFile.java:1802:in `unlink'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1304:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1312:in `platform_support'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1303:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:502:in `mv'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1418:in `fu_each_src_dest0'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:495:in `mv'
[junit] ./test/test_dir_with_jar_without_dir_entry.rb:16:in `teardown'
[junit] org/jruby/RubyArray.java:1607:in `each'
[junit] Error:
[junit] test_glob_windows(TestDirWithJarWithoutDirEntry):
[junit] Errno::EACCES: Permission denied - C:/klauer-jruby/test/jar_with_relative_require1.jar
[junit] org/jruby/RubyFile.java:1802:in `unlink'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1304:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1312:in `platform_support'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1303:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:502:in `mv'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1418:in `fu_each_src_dest0'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:495:in `mv'
[junit] ./test/test_dir_with_jar_without_dir_entry.rb:16:in `teardown'
[junit] org/jruby/RubyArray.java:1607:in `each'
[junit] Error:
[junit] test_glob_with_blocks(TestDirWithJarWithoutDirEntry):
[junit] Errno::EACCES: Permission denied - C:/klauer-jruby/test/jar_with_relative_require1.jar
[junit] org/jruby/RubyFile.java:1802:in `unlink'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1304:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1312:in `platform_support'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1303:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:502:in `mv'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1418:in `fu_each_src_dest0'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:495:in `mv'
[junit] ./test/test_dir_with_jar_without_dir_entry.rb:16:in `teardown'
[junit] org/jruby/RubyArray.java:1607:in `each'
[junit] Error:
[junit] test_glob_with_magic_inside_jar_file(TestDirWithJarWithoutDirEntry):
[junit] Errno::EACCES: Permission denied - C:/klauer-jruby/test/jar_with_relative_require1.jar
[junit] org/jruby/RubyFile.java:1802:in `unlink'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1304:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1312:in `platform_support'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1303:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:502:in `mv'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1418:in `fu_each_src_dest0'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:495:in `mv'
[junit] ./test/test_dir_with_jar_without_dir_entry.rb:16:in `teardown'
[junit] org/jruby/RubyArray.java:1607:in `each'
[junit] Error:
[junit] test_more_than_two_arguments_to_aref_does_not_throw_exception(TestDirWithJarWithoutDirEntry):
[junit] Errno::EACCES: Permission denied - C:/klauer-jruby/test/jar_with_relative_require1.jar
[junit] org/jruby/RubyFile.java:1802:in `unlink'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1304:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1312:in `platform_support'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1303:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:502:in `mv'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1418:in `fu_each_src_dest0'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:495:in `mv'
[junit] ./test/test_dir_with_jar_without_dir_entry.rb:16:in `teardown'
[junit] org/jruby/RubyArray.java:1607:in `each'
[junit] Error:
[junit] test_new_windows(TestDirWithJarWithoutDirEntry):
[junit] Errno::EACCES: Permission denied - C:/klauer-jruby/test/jar_with_relative_require1.jar
[junit] org/jruby/RubyFile.java:1802:in `unlink'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1304:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1312:in `platform_support'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1303:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:502:in `mv'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1418:in `fu_each_src_dest0'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:495:in `mv'
[junit] ./test/test_dir_with_jar_without_dir_entry.rb:16:in `teardown'
[junit] org/jruby/RubyArray.java:1607:in `each'
[junit]
[junit] junit.framework.AssertionFailedError: Faults encountered running test\test_dir_with_jar_without_dir_entry, complete output follows:
[junit] Error:
[junit] test_bogus_glob(TestDirWithJarWithoutDirEntry):
[junit] Errno::EACCES: Permission denied - C:/klauer-jruby/test/jar_with_relative_require1.jar
[junit] org/jruby/RubyFile.java:1802:in `unlink'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1304:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1312:in `platform_support'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1303:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:502:in `mv'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1418:in `fu_each_src_dest0'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:495:in `mv'
[junit] ./test/test_dir_with_jar_without_dir_entry.rb:16:in `teardown'
[junit] org/jruby/RubyArray.java:1607:in `each'
[junit] Error:
[junit] test_foreach_works_in_jar_file(TestDirWithJarWithoutDirEntry):
[junit] Errno::EACCES: Permission denied - C:/klauer-jruby/test/jar_with_relative_require1.jar
[junit] org/jruby/RubyFile.java:1802:in `unlink'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1304:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1312:in `platform_support'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1303:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:502:in `mv'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1418:in `fu_each_src_dest0'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:495:in `mv'
[junit] ./test/test_dir_with_jar_without_dir_entry.rb:16:in `teardown'
[junit] org/jruby/RubyArray.java:1607:in `each'
[junit] Error:
[junit] test_glob_double_star(TestDirWithJarWithoutDirEntry):
[junit] Errno::EACCES: Permission denied - C:/klauer-jruby/test/jar_with_relative_require1.jar
[junit] org/jruby/RubyFile.java:1802:in `unlink'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1304:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1312:in `platform_support'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1303:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:502:in `mv'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1418:in `fu_each_src_dest0'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:495:in `mv'
[junit] ./test/test_dir_with_jar_without_dir_entry.rb:16:in `teardown'
[junit] org/jruby/RubyArray.java:1607:in `each'
[junit] Error:
[junit] test_glob_empty_string(TestDirWithJarWithoutDirEntry):
[junit] Errno::EACCES: Permission denied - C:/klauer-jruby/test/jar_with_relative_require1.jar
[junit] org/jruby/RubyFile.java:1802:in `unlink'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1304:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1312:in `platform_support'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1303:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:502:in `mv'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1418:in `fu_each_src_dest0'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:495:in `mv'
[junit] ./test/test_dir_with_jar_without_dir_entry.rb:16:in `teardown'
[junit] org/jruby/RubyArray.java:1607:in `each'
[junit] Error:
[junit] test_glob_inside_jar_file(TestDirWithJarWithoutDirEntry):
[junit] Error:
[junit] Errno::EACCES: Permission denied - C:/klauer-jruby/test/jar_with_relative_require1.jar
[junit] org/jruby/RubyFile.java:1802:in `unlink'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1304:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1312:in `platform_support'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1303:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:502:in `mv'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1418:in `fu_each_src_dest0'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:495:in `mv'
[junit] ./test/test_dir_with_jar_without_dir_entry.rb:16:in `teardown'
[junit] org/jruby/RubyArray.java:1607:in `each'
[junit] Error:
[junit] test_glob_on_shared_string(TestDirWithJarWithoutDirEntry):
[junit] Errno::EACCES: Permission denied - C:/klauer-jruby/test/jar_with_relative_require1.jar
[junit] org/jruby/RubyFile.java:1802:in `unlink'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1304:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1312:in `platform_support'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:1303:in `remove_file'
[junit] C:/klauer-jruby/lib/ruby/1.8/fileutils.rb:502:in `mv'
[junit] C:/klauer
BUILD FAILED
C:\klauer-jruby\build.xml:904: The following error occurred while executing this line:
C:\klauer-jruby\build.xml:1025: The following error occurred while executing this line:
C:\klauer-jruby\build.xml:969: Tests failed
Total time: 3 minutes 17 seconds
PS C:\klauer-jruby>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment