You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alerts@harmony.apache.org by Apache Hudson Server <hu...@hudson.zones.apache.org> on 2009/12/09 13:03:24 UTC

Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #35

See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/35/changes>

Changes:

[jessewilson] Give much needed attention to our EnumSet implementations.

Fix HugeEnumSet iterator.remove() bug
  Our iterator used a single index variable to track both the most recently returned element and the next element. When these disagreed, remove was broken. Added a test case for this.

Fix HugeEnumSet concurrency bug
  The old code used of fields to track the intermediate values bitsIndex, elementIndex, and oldIndex. This meant that concurrent reads were not thread safe, even if the EnumSet was never modified after construction.

Fix retainAll bug
  Calling retainAll() on an empty enum set would return true when the passed in argument was also an enum set.

Replace "collection.size() == 0" with "collection.isEmpty()"
  This is inefficient for ConcurrentHashMap, which must do a full iteration.

Remove no-op arrays.fill() in HugeEnumSet constructor
  Newly allocated arrays are initialized with 0s, this was a no-op.

Throw on clone failure
  Previously we swept an impossible clone failure under the rug by returning null. This can't happen; we should throw AssertionErrors if it does.

Improve type safety
  Remove use of raw types. Move warning suppressions to single lines and document why the suppressions are safe.

Increase internal implementation consistency
  The new structure of add/addAll, remove/removeAll, retainAll is consistent across all: for each method, calculate the newBits. Compare old and new bits and if they disagree, update size and return true.

Improve readability
  Flip "if (null == foo)" to "if (foo == null)" etc.

Investigate performance benefits of mod+divide vs. mask+shift
  On both DRLVM and the RI's VM, mod & divide by a constant factor performed no worse than mask & shift. I'll investigate how Dalvik behaves on a device; I may later change this code to use mask+shift.

[regisxu] updating capabilities in instrument agent should consider JVM's potential capabilities

------------------------------------------
[...truncated 26238 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.578 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 49070
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:47636
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:47636,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=49070 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:47636,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=49070 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:47636,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=49070, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:49070
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@ab2102ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.226 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:163: There were test failures.

Total time: 22 minutes 36 seconds
Archiving artifacts
Recording test results


Hudson build is back to normal : Harmony-1.5-head-linux-x86_64-full-tests #94

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/94/changes>



Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #93

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/93/changes>

Changes:

[hindessm] Convert some messages to use NLS catalog.

[hindessm] MANIFEST.MF improvements.

[hindessm] MANIFEST.MF improvements.

[hindessm] MANIFEST.MF improvements.

[hindessm] MANIFEST.MF improvements.

[hindessm] Adding missing license header.

[hindessm] Merging changes from federated trunk@920147 to java6 branch.

[hindessm] Merging changes from federated trunk@920147 to java6 branch.

[hindessm] Adding more rat excludes.

[hindessm] Adding missing license header.

[hindessm] Adding missing license header.

[hindessm] Adding missing license header.

[hindessm] Adding more excludes.

[hindessm] Adding missing license headers.

[hindessm] Adding missing license headers.

[hindessm] Adding license headers.

[hindessm] Adding license headers.

[hindessm] Adding license headers.

[hindessm] Add some more rat excludes.

[hindessm] Adding missing license headers.

[hindessm] Adding missing license headers.

[hindessm] These are missing headers but they aren't used.

[hindessm] Add a target to help people run rat on our source code.

[hindessm] Adding missing license headers.

[hindessm] Adding missing license header.

[hindessm] Adding more missing license headers.

[hindessm] Adding more missing license headers.

[hindessm] Adding more missing license headers.

[hindessm] Adding missing license header.

[hindessm] Adding missing license header.

[hindessm] Adding more missing headers.

[hindessm] Adding more Apache License headers.

[hindessm] Adding missing Apache License headers.

[hindessm] Remove obsolete script

[hindessm] Fixing old incubator URL references.

[hindessm] Update NOTICE file year to 2010.

[hindessm] Update NOTICE file year to 2010.

[hindessm] Update NOTICE file year to 2010.

[hindessm] Update NOTICE file year to 2010.

------------------------------------------
[...truncated 26048 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.728 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 33900
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:53676
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:53676,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=33900 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:53676,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=33900 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:53676,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=33900, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:33900
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@e7cfc2ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.205 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.011 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:953: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:161: There were test errors.

Total time: 25 minutes 2 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #92

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/92/changes>

Changes:

[hindessm] Fixing package name.  Thanks to Catherine Hope for spotting my mistake.

------------------------------------------
[...truncated 25828 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] Waiting for process exit
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 60.756 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 42894
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:36355
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:36355,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=42894 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:36355,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=42894 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:36355,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=42894, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Redirector started: STDOUT
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:42894
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@337102ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Waiting for process exit
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.82 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.013 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 25 minutes 28 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #91

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/91/changes>

Changes:

[hindessm] Adding icu downloads for FreeBSD 8.0.

------------------------------------------
[...truncated 25773 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.724 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 35147
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:50848
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:50848,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=35147 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:50848,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=35147 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:50848,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=35147, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:35147
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@315822ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.794 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.019 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 25 minutes 59 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #90

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/90/changes>

Changes:

[regisxu] Apply patch for HARMONY-6454: Missing header under FreeBSD 7.2

------------------------------------------
[...truncated 25772 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.737 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 48616
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:46571
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:46571,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=48616 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:46571,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=48616 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:46571,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=48616, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:48616
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@9b1002ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.869 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.017 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 24 minutes 55 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #89

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/89/changes>

Changes:

[hindessm] I think this is what the test is intending and it does make the test
more stable.  However, it is still not stable.  I see it fail both
with failures of the isAlive() assert (particularly on the RI) and
with broken pipe exceptions.

------------------------------------------
[...truncated 25796 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 60.677 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 48720
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:49585
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:49585,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=48720 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:49585,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=48720 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:49585,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=48720, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Redirector started: STDOUT
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:48720
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Waiting for message: ready
    [junit] [SYNC] Received message: ready
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@463782ae
    [junit] STDOUT> TestedThread: started
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] STDOUT> thread is finished
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.883 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.016 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 25 minutes 21 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #88

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/88/changes>

Changes:

[hindessm] Fix download URL.  Thanks to Catherine Hope.

[hindessm] Make test fail with a more helpful error message.

------------------------------------------
[...truncated 25791 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] Waiting for process exit
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.806 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 35477
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:44721
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:44721,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=35477 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:44721,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=35477 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:44721,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=35477, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:35477
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@520de2ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.763 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.011 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 25 minutes 38 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #87

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/87/changes>

Changes:

[hindessm] Trivial typo fix.

------------------------------------------
[...truncated 25815 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 60.702 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 53061
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:55605
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:55605,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=53061 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:55605,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=53061 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:55605,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=53061, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:53061
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@f914c2ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDERR
    [junit] Redirector completed: STDOUT
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.693 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.012 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 24 minutes 19 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #86

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/86/changes>

Changes:

[hindessm] Add regression tests and fix remaining issues from "[#HARMONY-6452]
HttpUrlConnection converts request headers to lowercase ...".

------------------------------------------
[...truncated 25727 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.767 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 55629
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:55648
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:55648,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=55629 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:55648,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=55629 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:55648,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=55629, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:55629
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@a92a22ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.673 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.012 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 25 minutes 38 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #85

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/85/changes>

Changes:

[hindessm] Fix for item 1 from descriptions.txt of "[#HARMONY-6452] HttpUrlConnection
converts request headers to lowercase ...".  The props list corruption.

------------------------------------------
[...truncated 25790 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] Waiting for process exit
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.607 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 46478
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:50814
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:50814,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=46478 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:50814,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=46478 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:50814,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=46478, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:46478
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@a5e9c2ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.557 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 24 minutes 22 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #84

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/84/changes>

Changes:

[odeakin] Add some missing RFCs to the LICENSE files.

[odeakin] Add some missing RFCs to the LICENSE files.

------------------------------------------
[...truncated 25779 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] Waiting for process exit
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.632 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 48808
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:60281
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:60281,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=48808 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:60281,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=48808 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:60281,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=48808, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:48808
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@e5f322ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.788 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.017 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 24 minutes 12 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #83

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/83/changes>

Changes:

[hindessm] Fixing order of expected and actual so you get better error messages
on failure (such as when running on the RI).

Puzzle of the day: Why does:

  test_addRequestPropertyLjava_lang_StringLjava_lang_String

not make any calls to addRequestProperty?  I think this test class needs
a little attention.

------------------------------------------
[...truncated 25715 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.669 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 33112
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:32799
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:32799,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=33112 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:32799,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=33112 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:32799,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=33112, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:33112
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@e47ac2ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.565 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 50 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #82

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/82/changes>

Changes:

[odeakin] Same copyright date update, but on the java 5 branch...

[hindessm] Fix java.version property.

------------------------------------------
[...truncated 25661 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.672 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 44713
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:34727
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:34727,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=44713 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:34727,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=44713 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.6.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:34727,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=44713, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:44713
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@3b4e22ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.003 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.015 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 24 minutes 6 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #81

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/81/changes>

Changes:

[hindessm] Capture output to help debug these tests.

[hindessm] Trivial JAPI fixes.

------------------------------------------
[...truncated 1107 lines...]

clean-test:
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/test/print>
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/print/bin>

clean-test:
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/test/regex>
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/regex/bin>

clean-test:
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/test/rmi>
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/rmi/bin>

clean-test:
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/test/security>
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/security/bin>

clean-test:
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/test/sound>
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/sound/bin>
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/sql/make>
   [delete] Deleting: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/sql/make/depends.properties.ascii>

clean-test:
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/test/sql>
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/test/derby>
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/sql/bin>

clean-test:
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/test/suncompat>
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/suncompat/bin>

clean-test:
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/test/swing>
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/swing/bin>

clean-test:
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/test/text>
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/text/bin>

clean-test:
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/test/x-net>
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/x-net/bin>
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/build/test_support>
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/test>

-clean-hdk:
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/ant>
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/make>

clean:

clean-vm:

clean:
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_vm/build/linux_x86_64_gcc_release>

clean-tests:
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>

clean:
   [delete] Deleting directory <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target>

svn-prop:
   [delete] Deleting: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/null8832499.xml>

init:

properties:
     [echo] 
     [echo]                    Apache Harmony Federated Build
     [echo]             ==========================================
     [echo]             svn rev          :  910730
     [echo]             operating system :  linux
     [echo]             CPU architecture :  x86_64
     [echo]             word length      :  64
     [echo]             ant os name/arch :  Linux/amd64
     [echo]             hosting Java     :  1.6.0_0 (Sun Microsystems Inc.)
     [echo]             build mode       :  release
     [echo]             output location  :  target
     [echo]             SVN root         :  http://svn.apache.org/repos/asf
     [echo]         

auto-fetch-classlib-libs:

build-classlib:
Trying to override old definition of task chksum

-init-hdk:
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/ant>
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/ant>
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/ant>
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/ant>
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/ant>
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/make>
     [copy] Copying 20 files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/make>

build-java:
     [echo] 
     [echo] ========================================
     [echo] Building Java component archives...
     [echo] ========================================
     [echo]         

-prepare-depends:
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make>
   [delete] Deleting: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/depends.properties.ascii>

-check:
     [echo] Checking for depends/jars/xalan-j_2.7.0/xalan.orig.jar
     [echo] Checking for depends/jars/xerces_2.9.1/xerces.zip
     [echo] Checking for depends/jars/junit_4.6/junit-4.6.jar
     [echo] Checking for depends/jars/hamcrest-library_1.1/hamcrest-library-1.1.jar
     [echo] Checking for depends/oss/findbugs-1.3.9/findbugs-1.3.9.zip
     [echo] Checking for depends/jars/bcprov-jdk15-145/bcprov.jar
     [echo] Checking for depends/jars/jetty/jetty-6.0.0.jar
     [echo] Checking for depends/jars/jetty/jetty-util-6.0.0.jar
     [echo] Checking for depends/jars/jetty/servlet-api-2.5-6.0.0.jar
     [echo] Checking for depends/jars/icu4j_4.2.1/icu4j-4_2_1.jar
     [echo] Checking for depends/jars/icu4j_4.2.1/icu4j-charsets-4_2_1.jar

-check-win:

-extract-props:

-extract-xerces:

-fix-xalan-manifest:

-extract-findbugs:

-extract:

check:
     [echo] polling accessibility/*.xml,annotation/*.xml,applet/*.xml,archive/*.xml,auth/*.xml,awt/*.xml,beans/*.xml,concurrent/*.xml,crypto/*.xml,imageio/*.xml,instrument/*.xml,jmx/*.xml,jndi/*.xml,lang-management/*.xml,logging/*.xml,luni/*.xml,luni-kernel/*.xml,math/*.xml,misc/*.xml,nio/*.xml,nio_char/*.xml,orb/*.xml,pack200/*.xml,portlib/*.xml,prefs/*.xml,print/*.xml,regex/*.xml,rmi/*.xml,security/*.xml,security-kernel/*.xml,sound/*.xml,sql/*.xml,suncompat/*.xml,swing/*.xml,text/*.xml,x-net/*.xml
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/awt/make>
   [delete] Deleting: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/awt/make/depends.properties.ascii>

-check-win-depends:

-check-unix-depends:
     [echo] Checking for system file /usr/include/jconfig.h
     [echo] Checking for system file /usr/include/lcms.h
     [echo] Checking for system file /usr/include/png.h

-check-depends:
     [echo] Checking for <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/depends/dejavu-fonts/dejavu-ttf-2.18-1.zip>

-extract-props:

-extract-dejavu-fonts:

-ext-props:

-ext-jpeg:

-ext-lcms:

-ext-png:

-extract-win:

-extract:

check-depends:
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/imageio/make>
   [delete] Deleting: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/imageio/make/depends.properties.ascii>

-really-check-win-depends:

-ext-props:

-ext-jpeg:

-ext-png:

-check-win-depends:

-check-unix-depends:
     [echo] Checking for system file /usr/include/jconfig.h
     [echo] Checking for system file /usr/include/png.h

check-depends:
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/jmx/make>
   [delete] Deleting: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/jmx/make/depends.properties.ascii>

-check:
     [echo] Checking for <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/depends/jars/mx4j_3.0.2/mx4j.zip>

-extract-props:

-extract-mx4j:

-extract:

-copy-jars:
     [copy] Copying 2 files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/jdk/jre/lib/boot>
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/jdk/jre/lib/boot/mx4j_3.0.2/META-INF>

check-depends:
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/orb/make>
   [delete] Deleting: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/orb/make/depends.properties.ascii>

check-depends:
     [echo] Checking for <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/depends/jars/yoko-1.0/yoko.jar>
     [echo] Checking for <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/depends/jars/yoko-1.0/yoko-core.jar>
     [echo] Checking for <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/depends/jars/yoko-1.0/yoko-rmi-impl.jar>
     [echo] Checking for <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/depends/jars/yoko-1.0/yoko-rmi-spec.jar>
     [echo] Checking for <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/depends/jars/bcel-5.2/bcel-5.2.jar>
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/pack200/make>
   [delete] Deleting: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/pack200/make/depends.properties.ascii>

check-depends:
     [echo] Checking for <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/depends/jars/asm-3.1/asm-3.1.jar>
     [copy] Copying 2 files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/jdk/jre/lib/boot>
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/sql/make>
   [delete] Deleting: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/modules/sql/make/depends.properties.ascii>

check-depends:
     [echo] Checking for <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/depends/jars/derby-10.3.1.4/derby.jar>

-layout:
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/jdk/jre/lib/security>
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy>
     [copy] Copying <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/LICENSE> to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/LICENSE>
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy>
     [copy] Copying <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/NOTICE> to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/NOTICE>
     [copy] Copying 9 files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/jdk/jre/lib/boot>
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/jdk/jre/lib/ext>
     [copy] Copying <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/depends/jars/bcprov-jdk15-145/bcprov.jar> to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/jdk/jre/lib/ext/bcprov.jar>
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/jdk/jre/lib>
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/jdk/jre/lib/boot>
     [copy] Copying 2 files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/jdk/jre/lib/security>
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/jdk/jre/lib>
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/jdk/jre/lib>

-compile:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:437: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/build.xml>:120: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-java.xml>:116: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/properties.xml>:638: The Eclipse compiler class for Ant could not be found. Please place the ECJ JAR in ANT_HOME/lib.
The JAR can be downloaded directly from eclipse.org or copied from COMMON_RESOURCES/depends/jars/ecj_3.x folder after the fetch-depends target for JDKTOOLS has been run.
Alternatively, you can switch to another compiler, e.g. specify '-Dhy.javac.compiler=modern' for classic javac.

Total time: 35 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #80

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/80/changes>

Changes:

[odeakin] Apply fix for HARMONY-6392 ([classlib][swing] Test failures in javax.swing.text.html.HTMLDocument_Reader_ActionsTest) - implement RAFStream.available() and alter DTD.read() so it no longer relies on the return value of available().

[tellison] Remove Lorencz-based algorithm and replace with alternative based on Hars' paper (see source comments) for computing modInverse of BigIntegers.

------------------------------------------
[...truncated 25731 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] Waiting for process exit
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.585 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 55368
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:39946
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:39946,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=55368 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:39946,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=55368 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:39946,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=55368, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:55368
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@bc5c62ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.197 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.011 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 41 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #79

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/79/changes>

Changes:

[hindessm] Convert exception messages to use nls properties.

------------------------------------------
[...truncated 25701 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] Waiting for process exit
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.621 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 57934
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:56399
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:56399,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=57934 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:56399,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=57934 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:56399,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=57934, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:57934
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@344f02ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDERR
    [junit] Redirector completed: STDOUT
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.522 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.009 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 24 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #78

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/78/changes>

Changes:

[hindessm] Adding regression test and fix for dacapo eclipse regression caused by
commit:

  r835972 | jessewilson | 2009-11-13 20:08:08 +0000 (Fri, 13 Nov 2009)

which added a throw to BufferedOutputStream.flush() in the case of a
closed stream.  The RI does not throw an exception in this case.

------------------------------------------
[...truncated 25706 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.607 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 36491
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:47916
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:47916,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=36491 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:47916,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=36491 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:47916,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=36491, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:36491
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] [SYNC] Received message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@422f42ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.187 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.011 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 26 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #77

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/77/changes>

Changes:

[hindessm] Trivial javadoc fixes.

[hindessm] Move test so that it is in path covered by test ant tasks.  But add it to
the exclude list since it doesn't seem to work.

------------------------------------------
[...truncated 25738 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.629 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 48917
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:40553
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:40553,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=48917 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:40553,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=48917 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:40553,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=48917, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:48917
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@d99902ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.49 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 23 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #76

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/76/changes>

Changes:

[hindessm] Remove old MsgHelp class.  Deprecate old Msg class.  Can't remove it as the
IBM VMEs still rely on it.

[hindessm] Migrate old MsgHelpTest to new class.

[hindessm] More nls refactoring.

------------------------------------------
[...truncated 25693 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.619 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 58774
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:54705
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:54705,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=58774 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:54705,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=58774 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:54705,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=58774, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:58774
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@b98c42ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.241 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 30 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #75

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/75/changes>

Changes:

[hindessm] More nls refactoring.

------------------------------------------
[...truncated 25724 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.606 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 47274
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:38957
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:38957,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=47274 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:38957,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=47274 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:38957,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=47274, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:47274
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@9727a2ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.485 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.011 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 33 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #74

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/74/changes>

Changes:

[hindessm] More nls refactoring.

[hindessm] Fix for duplicate message removed in last commit.

[hindessm] More nls refactoring.

------------------------------------------
[...truncated 25863 lines...]
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.588 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 51997
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:48773
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:48773,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=51997 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:48773,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=51997 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:48773,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=51997, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:51997
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@b7a922ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.504 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.011 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:
     [move] Moving 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [copy] Copying 1 file to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
   [delete] Deleting: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report/TEST-crashed.xml.orig>

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:157: There were test crashes: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report/TEST-ScheduledExecutorTest.xml>

Total time: 37 minutes 31 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #73

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/73/changes>

Changes:

[hindessm] More nls refactoring.

[hindessm] More nls refactoring and in the process fixing bug because
EnumConstantNotPresentException was using a new 'luni.03'
token but with the old message catalog.

------------------------------------------
[...truncated 25716 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.582 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 57895
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:42073
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:42073,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=57895 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:42073,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=57895 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:42073,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=57895, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:57895
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@c16f22ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.429 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.011 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 25 minutes 41 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #72

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/72/changes>

Changes:

[hindessm] More nls refactoring.

[hindessm] More nls refactoring.

------------------------------------------
[...truncated 25696 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Waiting for process exit
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.66 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 43913
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:47168
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:47168,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=43913 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:47168,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=43913 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:47168,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=43913, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:43913
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@a1062ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDERR
    [junit] Redirector completed: STDOUT
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.681 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 13 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #71

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/71/changes>

Changes:

[hindessm] Refactor a few more nls messages.

[hindessm] Fix comments to match new nls tokens.

[hindessm] Fix comments to match new nls tokens.

[hindessm] Refactor a few more nls messages.

------------------------------------------
[...truncated 25711 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.606 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 46753
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:46483
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:46483,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=46753 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:46483,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=46753 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:46483,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=46753, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:46753
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@78662ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.521 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.011 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 26 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #70

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/70/changes>

Changes:

[hindessm] Refactor nls messages to use new message mechanism.

------------------------------------------
[...truncated 25740 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.603 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 44508
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:51922
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:51922,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=44508 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:51922,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=44508 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:51922,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=44508, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:44508
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@84f582ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDERR
    [junit] Redirector completed: STDOUT
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.7 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.011 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 55 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #69

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/69/changes>

Changes:

[regisxu] Apply patch for HARMONY-6441: [classlib][luni]Math.pow(double, double) result differ from RI

------------------------------------------
[...truncated 25672 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.64 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 41362
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:54559
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:54559,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=41362 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:54559,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=41362 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:54559,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=41362, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:41362
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@13b662ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.551 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.012 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 24 minutes 2 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #68

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/68/changes>

Changes:

[hindessm] Refactor nls message handling to remove dependency on old luni classes.

[hindessm] Use append(character) rather than append(String).

[hindessm] Remove historic reference to com.ibm package.

------------------------------------------
[...truncated 25698 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] Waiting for process exit
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.582 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 43294
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:51753
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:51753,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=43294 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:51753,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=43294 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:51753,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=43294, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:43294
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@388ee2ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.371 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.011 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 26 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #67

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/67/changes>

Changes:

[hindessm] Updating svn:ignore for new bcprov version.

------------------------------------------
[...truncated 25712 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.589 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 45766
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:37702
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:37702,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=45766 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:37702,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=45766 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:37702,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=45766, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:45766
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@a1bf62ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.459 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.009 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 20 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #66

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/66/changes>

Changes:

[odeakin] Fix signature of atoe_rename() and remove unnecessary char* casts.

------------------------------------------
[...truncated 25689 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.585 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 40333
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:49579
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:49579,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=40333 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:49579,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=40333 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:49579,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=40333, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:40333
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@e4c3a2ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.262 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 25 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #65

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/65/changes>

Changes:

[hindessm] Minor javadoc fixes.

------------------------------------------
[...truncated 25746 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.649 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 42231
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:59151
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:59151,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=42231 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:59151,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=42231 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:59151,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=42231, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:42231
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@c95382ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.498 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 38 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #64

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/64/changes>

Changes:

[hindessm] Minor javadoc fix.

------------------------------------------
[...truncated 25781 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDERR
    [junit] Redirector completed: STDOUT
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.673 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 55666
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:56179
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:56179,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=55666 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:56179,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=55666 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:56179,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=55666, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:55666
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] send HoldEvents
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@c46822ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.392 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 42 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #63

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/63/changes>

Changes:

[hindessm] Update bouncycastle jar.

[hindessm] Update bouncycastle jar.

------------------------------------------
[...truncated 25709 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.701 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 57046
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:49213
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:49213,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=57046 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:49213,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=57046 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:49213,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=57046, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:57046
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Waiting for message: ready
    [junit] [SYNC] Received message: ready
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] send HoldEvents
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@82d0c2ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDERR
    [junit] Redirector completed: STDOUT
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.598 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 24 minutes 12 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #62

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/62/changes>

Changes:

[hindessm] Upgrade jdt/jdi to be consistent with ecj update.

[hindessm] Oops.  Missed checking these changes in for the ecj update.

[hindessm] Updating ecj from 3.4.2 to 3.5.1

------------------------------------------
[...truncated 25728 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 1724
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1702
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.584 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 51812
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:36637
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:36637,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=51812 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:36637,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=51812 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:36637,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=51812, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:51812
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@859c22ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.476 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp 2000, 2009. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 28 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #61

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/61/changes>

Changes:

[lvjing] Apply patch for HARMONY-6439 [classlib][luni] NullPointerException thrown in certain Serialization cases, refine the testcase

[lvjing] Apply patch for HARMONY-6439 [classlib][luni] NullPointerException thrown in certain Serialization cases

[lvjing] Apply patch for HARMONY-6439 [classlib][luni] NullPointerException thrown in certain Serialization cases

------------------------------------------
[...truncated 25703 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 1724
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1702
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.671 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 43040
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:38825
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:38825,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=43040 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:38825,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=43040 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:38825,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=43040, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:43040
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] [SYNC] Received message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] send HoldEvents
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@c9bb82ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.25 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.009 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 36 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #60

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/60/changes>

Changes:

[regisxu] Apply patch for HARMONY-6413: [java6][classlib][luni]DatagramSock do NOT throw IllegalArgumentException

Agreed with Ray, this patch could be also applied to Java5.

------------------------------------------
[...truncated 25719 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 1724
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1702
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.585 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 54186
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:34449
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:34449,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=54186 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:34449,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=54186 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:34449,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=54186, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:54186
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@3a6b62ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.432 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 13 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #59

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/59/changes>

Changes:

[zhoukevin] Fix unexpected java.lang.ClassCastException thrown by java.beans.XMLEncoder.checkDeadLoop(Object) method

------------------------------------------
[...truncated 25677 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 1724
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1702
    [junit] testStop001: send "Stop" command
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] Waiting for process exit
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.667 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 35854
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:38782
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:38782,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=35854 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:38782,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=35854 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:38782,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=35854, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:35854
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@791e82ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDERR
    [junit] Redirector completed: STDOUT
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.603 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 10 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #58

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/58/changes>

Changes:

[regisxu] minor refactor of LogManagerTest

------------------------------------------
[...truncated 25693 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: ID of the tested thread to Stop = 1724
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1702
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDERR
    [junit] Redirector completed: STDOUT
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.651 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 40164
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:52668
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:52668,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=40164 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:52668,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=40164 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:52668,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=40164, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:40164
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@6cb082ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.598 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 48 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #57

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/57/changes>

Changes:

[zhoukevin] Fix another bug in StandardBeanInfo when 'String Child.getProperty()' overwritting 'Object Parent.getProperty()', and add some test cases

------------------------------------------
[...truncated 25729 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 1724
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1702
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] Waiting for process exit
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.587 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 51521
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:60002
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:60002,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=51521 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:60002,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=51521 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:60002,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=51521, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:51521
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@492562ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.288 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 24 minutes 2 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #56

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/56/changes>

Changes:

[zhoukevin] Fix SqlUtil.validateType(int) method by using reflection of Types.class to search those public&static&final&int fields, and add a test case

[zhoukevin] Statement should find the public named 'newInstance()' method of target class rather than throwing a NoSuchMethodException

------------------------------------------
[...truncated 25708 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: ID of the tested thread to Stop = 1724
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1702
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.592 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 52720
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:45630
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:45630,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=52720 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:45630,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=52720 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:45630,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=52720, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:52720
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] send HoldEvents
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@386ce2ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.705 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.014 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 29 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #55

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/55/changes>

Changes:

[zhoukevin] remove useless comments

[zhoukevin] Add 100 test cases to java.beans.Introspector, and fix several bugs in StandardBeanInfo

------------------------------------------
[...truncated 25737 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: ID of the tested thread to Stop = 1724
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1702
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.615 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 60756
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:45001
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:45001,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=60756 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:45001,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=60756 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:45001,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=60756, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:60756
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@fed7c2ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.425 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.012 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 33 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #54

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/54/changes>

Changes:

[hindessm] Code freeze over so hopefully fixing the instrument test errors by
re-applying commit:

  r889047 | regisxu | 2009-12-10 01:17:51 +0000 (Thu, 10 Dec 2009) | 3 lines

  Apply patch for HARMONY-6399: [drlvm] drlvm doesn't support "-javaagent"
  option

------------------------------------------
[...truncated 25782 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 1724
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1702
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.615 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 48951
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:42315
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:42315,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=48951 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:42315,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=48951 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:42315,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=48951, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:48951
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@85ea22ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.231 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 41 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #53

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/53/changes>

Changes:

[regisxu] Apply patch for HARMONY-6430: [test] Improve the method coverage rate of unit test for javax.sql

------------------------------------------
[...truncated 25688 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 1724
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1702
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.605 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 53554
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:33313
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:33313,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=53554 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:33313,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=53554 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:33313,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=53554, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:53554
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@e46322ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDERR
    [junit] Redirector completed: STDOUT
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.394 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 16 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #52

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/52/changes>

Changes:

[hindessm] Clarify specification for "new" getStackClass method.

------------------------------------------
[...truncated 25662 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 1724
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1702
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.632 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 40903
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:47924
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:47924,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=40903 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:47924,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=40903 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:47924,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=40903, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:40903
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@ecf62ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.445 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 51 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #51

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/51/changes>

Changes:

[hindessm] Quick fix for build break with Harmony version of this class.

[hindessm] Reverting part of commit r794678:

  Applying patch from "[#HARMONY-6262] Harmony's java.util.concurrent is
  out of date".

to put back Harmony implementation of CopyOnWriteArrayList.

[regisxu] Apply patch for HARMONY-6432: [test] Improve the method coverage rate of unit test for javax.acessibility

[regisxu] Apply patch for HARMONY-6429: [test] Improve the method coverage rate of unit test for java.util

[regisxu] Apply patch for HARMONY-6426 (with minor changes): [test] Improve the method coverage rate of unit test for java.lang.reflect

------------------------------------------
[...truncated 25690 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 1724
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1702
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.584 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 53957
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:36993
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:36993,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=53957 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:36993,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=53957 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:36993,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=53957, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:53957
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@7c4ea2ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.466 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 40 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #50

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/50/changes>

Changes:

[regisxu] Apply patch for HARMONY-6424 (with minor modifications): [test] Improve the method coverage rate of unit test for java.lang

[regisxu] Apply patch for HARMONY-6425: [test] Improve the method coverage rate of unit test for java.lang.instrument

------------------------------------------
[...truncated 25714 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 1724
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1702
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.612 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 33243
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:48520
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:48520,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=33243 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:48520,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=33243 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:48520,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=33243, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:33243
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@891462ae
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.43 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 24 minutes 10 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #49

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/49/changes>

Changes:

[zhoukevin] Remove e.printStackTrace() in LogManager class, add a test case, and fix a potenital defect in LogManagerTest

------------------------------------------
[...truncated 25649 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 1724
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1702
    [junit] testStop001: send "Stop" command
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] Waiting for process exit
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.664 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 46977
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:45157
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:45157,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=46977 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:45157,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=46977 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:45157,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=46977, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:46977
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@1be22ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.45 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.013 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 37 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #48

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/48/changes>

Changes:

[hindessm] Javadoc was complaining that it wasn't able to resolve this so let's help
it a little.

[hindessm] Fix javadoc tag typos.

------------------------------------------
[...truncated 25689 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 1724
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1702
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.581 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 38250
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:50132
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:50132,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=38250 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:50132,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=38250 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:50132,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=38250, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:38250
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@ccabc2ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.561 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.011 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 15 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #47

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/47/changes>

Changes:

[zhoukevin] Fix a bug of sequence of return from Properties.propertyNames() method

------------------------------------------
[...truncated 25727 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: ID of the tested thread to Stop = 1724
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1702
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] Waiting for process exit
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.617 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 34225
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:44136
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:44136,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=34225 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:44136,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=34225 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:44136,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=34225, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:34225
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@c42f22ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.315 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.009 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 43 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #46

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/46/changes>

Changes:

[hindessm] Trivial typo fix.

------------------------------------------
[...truncated 25693 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.608 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 49061
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:35345
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:35345,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=49061 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:35345,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=49061 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:35345,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=49061, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:49061
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@d6d8c2ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.475 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.015 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 17 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #45

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/45/changes>

Changes:

[regisxu] Apply fix for HARMONY-4289: [classlib][prefs] test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depends on Internet connection

validating xml may need to access resource on internet, that may cause test
failure if testing machine can't connect to interent.

------------------------------------------
[...truncated 25732 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.577 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 56830
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:41782
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:41782,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=56830 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:41782,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=56830 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:41782,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=56830, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:56830
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@d7dbe2ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.193 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.009 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 26 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #44

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/44/changes>

Changes:

[regisxu] Apply patch for HARMONY-6415: [classlib][Security] policy file content parcing is different from RI

------------------------------------------
[...truncated 25636 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.633 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 36422
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:43089
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:43089,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=36422 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:43089,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=36422 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:43089,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=36422, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:36422
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] [SYNC] Received message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@467422ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDERR
    [junit] Redirector completed: STDOUT
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.403 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.011 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 26 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #43

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/43/changes>

Changes:

[regisxu] Fix zlib crash on Ubuntu 9.10 with IBM VME

change zlib optimization level from "-O3" to "-O2"

------------------------------------------
[...truncated 25697 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.577 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 48327
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:39277
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:39277,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=48327 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:39277,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=48327 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:39277,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=48327, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:48327
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@4b1402ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDERR
    [junit] Redirector completed: STDOUT
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.456 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.047 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 53 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #42

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/42/changes>

Changes:

[tellison] Apply patch for HARMONY-6395 ([classlib][luni] Arrays.sort(double []) will result in StackOverflowError for specific arrays input)

------------------------------------------
[...truncated 25794 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.587 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 57112
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:43497
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:43497,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=57112 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:43497,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=57112 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:43497,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=57112, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:57112
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@474fe2ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.437 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 24 minutes 39 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #41

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/41/changes>

Changes:

[regisxu] Apply patch for HARMONY-6414: [classlib][luni]FileCanonPathCache should remove the oldest not the path, which is always the same one.

------------------------------------------
[...truncated 25650 lines...]
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.641 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 37715
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:60019
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:60019,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=37715 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:60019,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=37715 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:60019,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=37715, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:37715
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@145722ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.92 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.013 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 53 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #40

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/40/changes>

Changes:

[regisxu] use struct definitions from portlib, instead of defining them by self

------------------------------------------
[...truncated 25672 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.578 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 36809
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:34754
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:34754,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=36809 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:34754,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=36809 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:34754,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=36809, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:36809
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@668502ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.567 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 25 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #39

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/39/changes>

Changes:

[regisxu] Apply patch for HARMONY-6408: [classlib][luni]OutputStreamWriterTest got java.nio.BufferOverflowException

------------------------------------------
[...truncated 25667 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.582 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 60565
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:52351
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:52351,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=60565 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:52351,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=60565 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:52351,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=60565, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:60565
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@21d342ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.48 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 5 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #38

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/38/changes>

Changes:

[tellison] Fix for HARMONY-6405 ([classlib][luni] String.equals() is not thread-safe)

------------------------------------------
[...truncated 26122 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> [SYNC] Message sent: readyTestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.632 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 35569
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:42344
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:42344,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=35569 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:42344,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=35569 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:42344,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=35569, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:35569
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@599562ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.372 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.009 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 23 minutes 21 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #37

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/37/changes>

Changes:

[jessewilson] Changing AbstractList's iterator to track elements remaining rather than elements already returned.

On DRLVM, this results in a modest 10% runtime improvement in iteration. When I used -Xbootclasspath to run the current and new code on hotspot, the improvement was more pronounced. Runtimes are below; the benchmark results are below.
http://code.google.com/p/caliper/source/browse/trunk/test/com/google/caliper/examples/ListIterationBenchmarkSuite.java?spec=svn17&r=17

length       vm    ns logarithmic runtime
     0       RI    20 |||||||||||
     0  current    16 ||||||||||
     0      new    14 ||||||||||
    10       RI    63 ||||||||||||||||
    10  current    82 |||||||||||||||||
    10      new    45 ||||||||||||||
   100       RI   393 |||||||||||||||||||||||
   100  current   672 |||||||||||||||||||||||||
   100      new   243 |||||||||||||||||||||
  1000       RI  1191 |||||||||||||||||||||||||||
  1000  current  2153 ||||||||||||||||||||||||||||||
  1000      new  1294 ||||||||||||||||||||||||||||

[regisxu] Revert r889047(Apply patch for HARMONY-6399: [drlvm] drlvm doesn't support "-javaagent" option)

[hindessm] Add missing svn:eol-style properties.

------------------------------------------
[...truncated 26207 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.574 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 46868
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:52226
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:52226,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=46868 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:52226,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=46868 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:52226,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=46868, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Redirector started: STDOUT
    [junit] Started redirectors
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:46868
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] [SYNC] Waiting for message: ready
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Received message: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@abb562ae
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.19 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:162: There were test errors.

Total time: 22 minutes 30 seconds
Archiving artifacts
Recording test results


Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #36

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/36/changes>

Changes:

[regisxu] add support to read multiple line value when loading agent jar

[regisxu] Apply patch for HARMONY-6399: [drlvm] drlvm doesn't support "-javaagent" option

------------------------------------------
[...truncated 26165 lines...]
    [junit] STDOUT> StopDebuggee: started
    [junit] STDOUT> TestedThread: started
    [junit] STDOUT> TestedThread: Wait for 'Stop' command with NullPointerException...
    [junit] STDOUT> StopDebuggee: Wait for TestedThread to finish...
    [junit] [SYNC] Received message: ready
    [junit] testStop001: get threadID to Stop...
    [junit] testStop001: ID of the tested thread to Stop = 2032
    [junit] testStop001: get throwable for Stop command...
    [junit] testStop001: throwable = ObjectID: 1620
    [junit] testStop001: send "Stop" command
    [junit] testStop001: wait for Debuggee message about test status...
    [junit] [SYNC] Waiting for any messsage
    [junit] STDOUT> TestedThread: Exception is caught: java.lang.NullPointerException
    [junit] STDOUT> TestedThread: PASSED: It is expected Exception
    [junit] STDOUT> StopDebuggee: TestedThread finished
    [junit] [SYNC] Received message: PASSED
    [junit] testStop001: Received from Debuggee test status = PASSED
    [junit] testStop001: PASSED
    [junit] ----------------------------------------
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> [SYNC] Message sent: PASSED
    [junit] STDOUT> StopDebuggee: finishing...
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDOUT
    [junit] Redirector completed: STDERR
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 
    [junit] Running org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 61.574 sec
    [junit] Output:
    [junit] 
    [junit] =====================================>>>
    [junit] Run: org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.testHoldEvents001
    [junit] ----------------------------------------
    [junit] [SYNC] Binding socket on port: 0
    [junit] [SYNC] Bound socket on port: 33032
    [junit] Start listening on: null
    [junit] Listening on: minerva.apache.org:60415
    [junit] Launch: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:60415,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=33032 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Launch process: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java> -cp "<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar" -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:60415,server=n,suspend=y  -Djpda.settings.verbose=true -Djpda.settings.syncPort=33032 org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee
    [junit] Splitted command line: [<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/java,> -cp, <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/build/tests/classes>:/home/hudson/.ant/lib/junit-4.5.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar, -agentlib:jdwp=transport=dt_socket,address=minerva.apache.org:60415,server=n,suspend=y, -Djpda.settings.verbose=true, -Djpda.settings.syncPort=33032, org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsDebuggee]
    [junit] Launched process
    [junit] Start redirectors
    [junit] Redirector started: STDERR
    [junit] Started redirectors
    [junit] Redirector started: STDOUT
    [junit] Launched debuggee process
    [junit] Accepting JDWP connection
    [junit] Established transport connection
    [junit] Established JDWP connection with debuggee VM
    [junit] Received inital VM_INIT event
    [junit] Adjusted VM-dependent type lengths
    [junit] Resumed debuggee VM
    [junit] [SYNC] Accepting socket connection
    [junit] STDOUT> [SYNC] Attaching socket to: localhost:33032
    [junit] [SYNC] Accepted socket connection
    [junit] Established sync connection
    [junit] ----------------------------------------
    [junit] STDOUT> [SYNC] Attached socket
    [junit] [SYNC] Waiting for message: ready
    [junit] [SYNC] Received message: ready
    [junit] STDOUT> [SYNC] Message sent: ready
    [junit] send HoldEvents
    [junit] allow to start thread
    [junit] STDOUT> wait for SGNL_CONTINUE to start thread
    [junit] [SYNC] Message sent: continue
    [junit] STDOUT> [SYNC] Waiting for message: continue
    [junit] STDOUT> [SYNC] Received message: continue
    [junit] STDOUT> starting thread
    [junit] no events were received
    [junit] send ReleaseEvents
    [junit] expected event received: org.apache.harmony.jpda.tests.framework.jdwp.EventPacket@29b182ae
    [junit] ----------------------------------------
    [junit] STDOUT> TestedThread: started
    [junit] [SYNC] Closed socket
    [junit] Completed sync connection
    [junit] Waiting for process exit
    [junit] STDOUT> thread is finished
    [junit] STDOUT> [SYNC] Closed socket
    [junit] Redirector completed: STDERR
    [junit] Redirector completed: STDOUT
    [junit] Finished debuggee with exit code: 0
    [junit] Finished process
    [junit] Waiting for redirectors finish
    [junit] Finished redirectors
    [junit] Closed JDWP connection with debuggee VM
    [junit] <<<=====================================
    [junit] 
    [junit] 

touch-failures-file:

touch-errors-file:

test-module:

build-tests:
     [echo] Compiling TOOLS tests
    [mkdir] Created dir: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_jdktools/modules/jretools/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

prepare-exclude:
     [echo] TOOLS exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jretools.tools.exclude>

run-tests:
     [echo] Running TOOLS tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
    [junit] Running org.apache.harmony.jretools.tests.keytool.GenKeyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.405 sec
    [junit] Running org.apache.harmony.jretools.tests.toolutils.KeyStoreLoaderSaverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec

touch-failures-file:

touch-errors-file:

test-module:

prepare-exclude:
     [echo] SAMSA exclude list: <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/deploy/build/jdktools.samsa.exclude>

run-tests:
     [echo] Running SAMSA tests
     [echo] test.jre.home=<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre>
     [echo] Run jdk/bin/java -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [echo] Run jdk/bin/javac -version in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
     [echo] Run jdk/bin/javah in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JNI-style header files generator.
     [exec] 
     [exec] Usage: org.apache.harmony.tools.javah.Main [options] <class names>
     [exec] 
     [exec] [options]
     [exec]   -bootclasspath <path> The given path will be prepended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -classpath <path>     The given path will be appended to
     [exec]                         the default class path.
     [exec] 
     [exec]   -o <file>             All the output will be redirected into
     [exec]                         the specified file.
     [exec] 
     [exec]   -d <directory>        All the header files will be created in the specified
     [exec]                         directory which will be created if it is necessary.
     [exec] 
     [exec]   -inner                Inner classes will be processed automatically.
     [exec] 
     [exec]   -verbose              Allows running commentary.
     [exec] 
     [exec] <class names>           A list of the fully qualified class names
     [exec]                         separated by a space.
     [exec] Result: 1
     [echo] Run jdk/bin/javadoc in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JavaDoc is not implemented yet
     [echo] Run jdk/bin/jarsigner in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] JarSigner help.
     [exec] Usage:	jarsigner {options} JAR-file alias
     [exec] 	jarsigner -verify {options} JAR-file
     [exec] 
     [exec] -verify				 verify a signed JAR file
     [exec] -keystore <keystore_path>	 location of the keystore
     [exec] -storetype <keystore_type>	 type of the keystore
     [exec] -storepass <keystore_password>	 keystore password
     [exec] -keypass <key_password>		 private key password (if differs from <keystore_password>)
     [exec] -signedjar <file_name>		 name of the signed JAR file
     [exec] -sigfile <file_name>		 name of .SF and .DSA files
     [exec] -verbose 			 provide additional output
     [exec] -silent 			 provide as few output as possible
     [exec] -certs 				 display certificates (use with -verify and -verbose)
     [exec] -tsa <TSA_URL>			 location of time-stamp authority
     [exec] -tsacert <TSA_cert_alias>	 keystore alias of the TSA certificate
     [exec] -proxy <host_address>{:<port>}	 proxy server host address and port, e.g. proxy.server.com:1234
     [exec] -proxytype <type_name>		 type of the proxy server (HTTP or SOCKS)
     [exec] -providerclass <class>		 class name of cryptographic service provider
     [exec] -providername <name>		 provider name
     [exec] -ksproviderclass <class>	 class name of cryptographic service provider for managing keystore
     [exec] -ksprovidername <name>		 keystore provider name
     [exec] -sigproviderclass <class>	 class name of cryptographic service provider for work with signatures
     [exec] -sigprovidername <name>		 signature provider name
     [exec] -certproviderclass <class>	 class name of cryptographic service provider for work with certificates
     [exec] -certprovidername <name>	 certificate provider name
     [exec] -mdproviderclass <class>	 class name of cryptographic service provider for work with message digests
     [exec] -mdprovidername <name>		 message digest provider name
     [echo] Run jdk/jre/bin/keytool -help in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] 
     [exec] Keytool usage:
     [exec] keytool {-<command_name>} {-<command_option>} {<option_value>}... -J<java_option>
     [exec] 
     [exec] Known commands:
     [exec] 	-certreq		Generate certificate request
     [exec] 	-checkcrl		Check certificates revocation status
     [exec] 	-convert		Convert keystore to another format
     [exec] 	-delete			Remove entry from keystore
     [exec] 	-export			Export certificate to a file or stdout
     [exec] 	-genkey			Secret key or key pair generation
     [exec] 	-help			This help message or help on a command
     [exec] 	-import			Import a certificate (chain) or a CSR reply
     [exec] 	-keyclone		Duplicate a key entry
     [exec] 	-keypasswd		Change key password
     [exec] 	-printcert		Print to stdout a certificate from file
     [exec] 	-selfcert		Generate a self-signed certificate with existing key
     [exec] 	-storepasswd		Change keystore password
     [exec] 	-verify			Verify a certificate chain
     [exec] 
     [exec] Help usage:
     [exec] keytool -help {<command_name>}
     [exec] E.g.:	 keytool -help genkey
     [exec] 
     [echo] Run jdk/jre/bin/unpack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  unpack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run unpack200 --help)
     [echo] Run jdk/jre/bin/pack200 in <http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build/test_report>
     [exec] Usage:  pack200 [-opt... | --option=value]... x.pack[.gz] y.jar
     [exec] (For more information, run pack200 --help)

test-module:

process-test-output:

-check-for-empty:

-process-empty:

process-empty:

full-report:

short-report:

gen-report:

check-test-result:

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:935: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/working_classlib/make/build-test.xml>:163: There were test failures.

Total time: 22 minutes 47 seconds
Archiving artifacts
Recording test results