You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/04/19 01:44:14 UTC

Jenkins build became unstable: Ant-Build-Matrix » JDK 1.6 (latest),Windows #695

See <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/695/changes>


Re: Build failed in Jenkins: Ant-Build-Matrix » JDK 1.6 (latest),Windows #697

Posted by Antoine Levy Lambert <an...@gmx.de>.
On Apr 19, 2014, at 6:05 PM, Michael Clarke <mi...@gmail.com> wrote:

> 
> Open JDK also tried to run on Windows, despite is only being available
> on Ubuntu nodes (can one of our project with the appropriate Karama
> tweak our matrix?)
I got access to the configuration and entered a combination filter

!(label.startsWith("Windows") && jdk.startsWith("Open JDK 1.8”))

That does not have a visible effect on the grid, we will soon see whether jenkins tries to build this combo again.


Antoine
> 
> 
> Thanks,
> 
> Michael
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: Build failed in Jenkins: Ant-Build-Matrix » JDK 1.6 (latest),Windows #697

Posted by Michael Clarke <mi...@gmail.com>.
The Jenkins master got rebooted shortly after this failure so I don't know
if the Ops were already up to something. Neither Windows slave is currently
active so I can't see if the reboot has recovered the build or not.

Our Windows builds just generally don't seem right:

JDK 1.8 on Windows gives the following (I suspect this requires Ops input
to fix):

java.io.IOException
<http://stacktrace.jenkins-ci.org/search?query=java.io.IOException>:
Cannot run program
"f:\hudson\hudson-slave\tools\hudson.model.JDK\jdk-1.8.0\jdk.exe" (in
directory "f:\hudson\hudson-slave\tools\hudson.model.JDK\jdk-1.8.0"):
CreateProcess error=740, The requested operation requires elevation


Open JDK also tried to run on Windows, despite is only being available
on Ubuntu nodes (can one of our project with the appropriate Karama
tweak our matrix?)


Thanks,

Michael



On 19 April 2014 22:01, Antoine Levy Lambert <an...@gmx.de> wrote:

> Our build is successful but Jenkins is running out of memory processing
> JUnit results if I understand correctly.
>
> I wonder whether we should ask Infra to run Jenkins with a larger PermGen
> space as the error message suggests or whether there is something else to
> do on our end ?
>
> Regards,
>
> Antoine
>
>
> On Apr 19, 2014, at 9:40 AM, Apache Jenkins Server <
> jenkins@builds.apache.org> wrote:
>
> >
> >
> > BUILD SUCCESSFUL
> > Total time: 26 minutes 57 seconds
> > Recording test results
> > ERROR: Failed to archive test reports
> > java.io.IOException: remote file operation failed: <
> https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/>
> at hudson.remoting.Channel@4629d59e:windows1
> >       at hudson.FilePath.act(FilePath.java:910)
> >       at hudson.FilePath.act(FilePath.java:887)
> >       at hudson.tasks.junit.JUnitParser.parse(JUnitParser.java:87)
> >       at
> hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:121)
> >       at
> hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:133)
> >       at
> hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
> >       at
> hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
> >       at
> hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:714)
> >       at hudson.model.Build$BuildExecution.post2(Build.java:182)
> >       at
> hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:663)
> >       at hudson.model.Run.execute(Run.java:1714)
> >       at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
> >       at
> hudson.model.ResourceController.execute(ResourceController.java:88)
> >       at hudson.model.Executor.run(Executor.java:231)
> > Caused by: java.io.IOException: Remote call on windows1 failed
> >       at hudson.remoting.Channel.call(Channel.java:731)
> >       at hudson.FilePath.act(FilePath.java:903)
> >       ... 13 more
> > Caused by: java.lang.OutOfMemoryError: PermGen space
> >       at java.lang.ClassLoader.defineClass1(Native Method)
> >       at java.lang.ClassLoader.defineClass(Unknown Source)
> >       at java.lang.ClassLoader.defineClass(Unknown Source)
> >       at
> hudson.remoting.RemoteClassLoader.loadClassFile(RemoteClassLoader.java:322)
> >       at
> hudson.remoting.RemoteClassLoader.findClass(RemoteClassLoader.java:236)
> >       at java.lang.ClassLoader.loadClass(Unknown Source)
> >       at java.lang.ClassLoader.loadClass(Unknown Source)
> >       at hudson.tasks.junit.SuiteResult.parse(SuiteResult.java:120)
> >       at hudson.tasks.junit.TestResult.parse(TestResult.java:273)
> >       at
> hudson.tasks.junit.TestResult.parsePossiblyEmpty(TestResult.java:229)
> >       at hudson.tasks.junit.TestResult.parse(TestResult.java:164)
> >       at hudson.tasks.junit.TestResult.parse(TestResult.java:147)
> >       at hudson.tasks.junit.TestResult.<init>(TestResult.java:123)
> >       at
> hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:117)
> >       at
> hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:90)
> >       at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2462)
> >       at hudson.remoting.UserRequest.perform(UserRequest.java:118)
> >       at hudson.remoting.UserRequest.perform(UserRequest.java:48)
> >       at hudson.remoting.Request$2.run(Request.java:328)
> >       at
> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
> >       at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
> >       at java.util.concurrent.FutureTask.run(Unknown Source)
> >       at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown
> Source)
> >       at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
> Source)
> >       at hudson.remoting.Engine$1$1.run(Engine.java:63)
> >       at java.lang.Thread.run(Unknown Source)
> > Build step 'Publish JUnit test result report' changed build result to
> FAILURE
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>

Re: Build failed in Jenkins: Ant-Build-Matrix » JDK 1.6 (latest),Windows #697

Posted by Antoine Levy Lambert <an...@gmx.de>.
Our build is successful but Jenkins is running out of memory processing JUnit results if I understand correctly.

I wonder whether we should ask Infra to run Jenkins with a larger PermGen space as the error message suggests or whether there is something else to do on our end ?

Regards,

Antoine


On Apr 19, 2014, at 9:40 AM, Apache Jenkins Server <je...@builds.apache.org> wrote:

> 
> 
> BUILD SUCCESSFUL
> Total time: 26 minutes 57 seconds
> Recording test results
> ERROR: Failed to archive test reports
> java.io.IOException: remote file operation failed: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/> at hudson.remoting.Channel@4629d59e:windows1
> 	at hudson.FilePath.act(FilePath.java:910)
> 	at hudson.FilePath.act(FilePath.java:887)
> 	at hudson.tasks.junit.JUnitParser.parse(JUnitParser.java:87)
> 	at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:121)
> 	at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:133)
> 	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
> 	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
> 	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:714)
> 	at hudson.model.Build$BuildExecution.post2(Build.java:182)
> 	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:663)
> 	at hudson.model.Run.execute(Run.java:1714)
> 	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
> 	at hudson.model.ResourceController.execute(ResourceController.java:88)
> 	at hudson.model.Executor.run(Executor.java:231)
> Caused by: java.io.IOException: Remote call on windows1 failed
> 	at hudson.remoting.Channel.call(Channel.java:731)
> 	at hudson.FilePath.act(FilePath.java:903)
> 	... 13 more
> Caused by: java.lang.OutOfMemoryError: PermGen space
> 	at java.lang.ClassLoader.defineClass1(Native Method)
> 	at java.lang.ClassLoader.defineClass(Unknown Source)
> 	at java.lang.ClassLoader.defineClass(Unknown Source)
> 	at hudson.remoting.RemoteClassLoader.loadClassFile(RemoteClassLoader.java:322)
> 	at hudson.remoting.RemoteClassLoader.findClass(RemoteClassLoader.java:236)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	at hudson.tasks.junit.SuiteResult.parse(SuiteResult.java:120)
> 	at hudson.tasks.junit.TestResult.parse(TestResult.java:273)
> 	at hudson.tasks.junit.TestResult.parsePossiblyEmpty(TestResult.java:229)
> 	at hudson.tasks.junit.TestResult.parse(TestResult.java:164)
> 	at hudson.tasks.junit.TestResult.parse(TestResult.java:147)
> 	at hudson.tasks.junit.TestResult.<init>(TestResult.java:123)
> 	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:117)
> 	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:90)
> 	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2462)
> 	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
> 	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
> 	at hudson.remoting.Request$2.run(Request.java:328)
> 	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
> 	at java.util.concurrent.FutureTask.run(Unknown Source)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
> 	at hudson.remoting.Engine$1$1.run(Engine.java:63)
> 	at java.lang.Thread.run(Unknown Source)
> Build step 'Publish JUnit test result report' changed build result to FAILURE


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Build failed in Jenkins: Ant-Build-Matrix » JDK 1.6 (latest),Windows #697

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/697/changes>

Changes:

[mclarke] Add Intellij IDEA control files to GitIgnore

[mclarke] Increase timeout in test to give loaded systems a chance to complete properly

[mclarke] Prevent on cleanup NPE when test skipped

------------------------------------------
[...truncated 2464 lines...]
     [exec] [au:antunit] Target: testsize took 4.029 sec
     [exec] [au:antunit] Target: testrvname took 4.133 sec
     [exec] [au:antunit] Target: testEquals took 4.011 sec
     [exec] [au:antunit] Target: testrvtype took 4.087 sec
     [exec] [au:antunit] Target: testdate took 4.029 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\resources\concat-resource-test.xml>
     [exec] [au:antunit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 12.019 sec
     [exec] [au:antunit] Target: testNonexistent took 0.001 sec
     [exec] [au:antunit] Target: testFixLastLineResources took 0.001 sec
     [exec] [au:antunit] Target: testReplacement took 0.001 sec
     [exec] [au:antunit] Target: testCountEquals1 took 0 sec
     [exec] [au:antunit] Target: testFiltering took 0.001 sec
     [exec] [au:antunit] Target: testResourceName took 0.001 sec
     [exec] [au:antunit] Target: testResources took 0.001 sec
     [exec] [au:antunit] Target: testReference took 0.001 sec
     [exec] [au:antunit] Target: testEncoding took 0.003 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\resources\fileresource-test.xml>
     [exec] [au:antunit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.643 sec
     [exec] [au:antunit] Target: testNameOnly took 0.001 sec
     [exec] [au:antunit] Target: testFileAsBaseline took 0.002 sec
     [exec] [au:antunit] Target: testNameAndBasedir took 0.001 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\resources\files-test.xml>
     [exec] [au:antunit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.005 sec
     [exec] [au:antunit] Target: testEmptyFiles took 0.001 sec
     [exec] [au:antunit] Target: testEmptyReference took 0.001 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\resources\first-last-test.xml>
     [exec] [au:antunit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.037 sec
     [exec] [au:antunit] Target: testfirst-1 took 0 sec
     [exec] [au:antunit] Target: testfirst6 took 0.001 sec
     [exec] [au:antunit] Target: testfirst5 took 0 sec
     [exec] [au:antunit] Target: testlast6 took 0.001 sec
     [exec] [au:antunit] Target: testfirst2 took 0 sec
     [exec] [au:antunit] Target: testlast5 took 0.001 sec
     [exec] [au:antunit] Target: testfirst1 took 0.001 sec
     [exec] [au:antunit] Target: testfirst0 took 0 sec
     [exec] [au:antunit] Target: testlast2 took 0.001 sec
     [exec] [au:antunit] Target: testlast-1 took 0 sec
     [exec] [au:antunit] Target: testlast1 took 0.001 sec
     [exec] [au:antunit] Target: testlast0 took 0.001 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\resources\javaresource-test.xml>
     [exec] [au:antunit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 4.663 sec
     [exec] [au:antunit] Target: testParentFirstFalse took 0.008 sec
     [exec] [au:antunit] Target: testParentFirstIsDefault took 0.009 sec
     [exec] [au:antunit] Target: testUsesSystemClasspath took 0.004 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\resources\latepath-test.xml>
     [exec] [au:antunit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.005 sec
     [exec] [au:antunit] Target: testLatePath took 0.003 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\resources\multirootfileset-test.xml>
     [exec] [au:antunit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 12.1 sec
     [exec] [au:antunit] Target: test-copying took 0.009 sec
     [exec] [au:antunit] Target: test-dirs took 0.005 sec
     [exec] [au:antunit] Target: test-include-pattern took 0.008 sec
     [exec] [au:antunit] Target: test-cache-false took 0.01 sec
     [exec] [au:antunit] Target: test-count-in-simple-configuration took 0.007 sec
     [exec] [au:antunit] Target: test-exclude-pattern took 0.008 sec
     [exec] [au:antunit] Target: test-selectors took 0.007 sec
     [exec] [au:antunit] Target: test-count-nested-basedir-elements took 0.006 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\resources\resourcelist-test.xml>
     [exec] [au:antunit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 7.712 sec
     [exec] [au:antunit] Target: testReadsURLs took 0.004 sec
     [exec] [au:antunit] Target: testFilterChain took 0.004 sec
     [exec] [au:antunit] Target: testBasicOperation took 0.004 sec
     [exec] [au:antunit] Target: testPropertyExpandsToObject took 0.003 sec
     [exec] [au:antunit] Target: testExpandsProperties took 0.003 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\resources\resources-test.xml>
     [exec] [au:antunit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.687 sec
     [exec] [au:antunit] Target: testToString took 0.002 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\resources\selectors\name-test.xml>
     [exec] [au:antunit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 4.281 sec
     [exec] [au:antunit] Target: testPattern took 0.002 sec
     [exec] [au:antunit] Target: testHandledirSep took 0.003 sec
     [exec] [au:antunit] Target: testRegex took 0.001 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\resources\selectors\readwrite-test.xml>
     [exec] [au:antunit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.739 sec
     [exec] [au:antunit] Target: testWritable took 0.021 sec
     [exec] [au:antunit] Target: testAsConditions took 1.046 sec
     [exec] [au:antunit] Target: testReadable took 0.016 sec
     [exec] [au:antunit] Target: testUnwritable took 0.848 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\resources\selectors\test.xml>
     [exec] [au:antunit] Tests run: 21, Failures: 0, Errors: 0, Time elapsed: 30.016 sec
     [exec] [au:antunit] Target: testcontains took 0.016 sec
     [exec] [au:antunit] Target: testand took 0.016 sec
     [exec] [au:antunit] Target: testnone took 0.016 sec
     [exec] [au:antunit] Target: testor took 0.014 sec
     [exec] [au:antunit] Target: testnot took 0.016 sec
     [exec] [au:antunit] Target: testtype took 0.017 sec
     [exec] [au:antunit] Target: testmajority4 took 0.016 sec
     [exec] [au:antunit] Target: testmajority3 took 0.016 sec
     [exec] [au:antunit] Target: testmajority2 took 0.017 sec
     [exec] [au:antunit] Target: testmajority1 took 0.016 sec
     [exec] [au:antunit] Target: testinstanceofclass took 0.016 sec
     [exec] [au:antunit] Target: testname2 took 0.016 sec
     [exec] [au:antunit] Target: testname1 took 0.016 sec
     [exec] [au:antunit] Target: testcontainsregexp took 0.016 sec
     [exec] [au:antunit] Target: testexists took 0.016 sec
     [exec] [au:antunit] Target: testsize took 0.015 sec
     [exec] [au:antunit] Target: testcompare took 0.033 sec
     [exec] [au:antunit] Target: testinstanceoftype3 took 0.016 sec
     [exec] [au:antunit] Target: testinstanceoftype2 took 0.016 sec
     [exec] [au:antunit] Target: testinstanceoftype1 took 0.016 sec
     [exec] [au:antunit] Target: testdate took 0.015 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\resources\test.xml>
     [exec] [au:antunit] Tests run: 29, Failures: 0, Errors: 0, Time elapsed: 1.783 sec
     [exec] [au:antunit] Target: testresourcesref took 0.022 sec
     [exec] [au:antunit] Target: testdifference took 0.013 sec
     [exec] [au:antunit] Target: testunion took 0.022 sec
     [exec] [au:antunit] Target: testzipentry took 0.03 sec
     [exec] [au:antunit] Target: testfileurl took 0.012 sec
     [exec] [au:antunit] Target: testPropertyResolvedAsResource took 0.012 sec
     [exec] [au:antunit] Target: testfile took 0.011 sec
     [exec] [au:antunit] Target: testnestedresources took 0.018 sec
     [exec] [au:antunit] Target: testfirst2 took 0.011 sec
     [exec] [au:antunit] Target: testfirst1 took 0.012 sec
     [exec] [au:antunit] Target: testfirst0 took 0.011 sec
     [exec] [au:antunit] Target: testjarurl took 0.022 sec
     [exec] [au:antunit] Target: testresource took 0.011 sec
     [exec] [au:antunit] Target: testfileset took 0.01 sec
     [exec] [au:antunit] Target: testintersect took 0.012 sec
     [exec] [au:antunit] Target: testdirset took 0.012 sec
     [exec] [au:antunit] Target: testhttpurl2 took 0.271 sec
     [exec] [au:antunit] Target: testhttpurl1 took 0.427 sec
     [exec] [au:antunit] Target: testfilelist took 0.012 sec
     [exec] [au:antunit] Target: testzipfileset took 0.024 sec
     [exec] [au:antunit] Target: testproperty took 0.011 sec
     [exec] [au:antunit] Target: testpath took 0.014 sec
     [exec] [au:antunit] Target: testpropertyset took 0.167 sec
     [exec] [au:antunit] Target: teststring2 took 0.01 sec
     [exec] [au:antunit] Target: testfiles3 took 0.017 sec
     [exec] [au:antunit] Target: teststring1 took 0.011 sec
     [exec] [au:antunit] Target: testfiles2 took 0.015 sec
     [exec] [au:antunit] Target: testfiles1 took 0.015 sec
     [exec] [au:antunit] Target: testfileurlref took 0.202 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\resources\tokens-test.xml>
     [exec] [au:antunit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.015 sec
     [exec] [au:antunit] Target: testSort took 0.001 sec
     [exec] [au:antunit] Target: testEncoding took 0.001 sec
     [exec] [au:antunit] Target: testFileTokenizer took 0.001 sec
     [exec] [au:antunit] Target: testLines took 0.001 sec
     [exec] [au:antunit] Target: testStringTokenizer took 0.001 sec
     [exec] [au:antunit] Target: testExplicitLines took 0.001 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\selectors\depend-test.xml>
     [exec] [au:antunit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
     [exec] [au:antunit] Target: testMapperByTypedef took 0.003 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\selectors\different-test.xml>
     [exec] [au:antunit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
     [exec] [au:antunit] Target: testMapperByTypedef took 0.003 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\selectors\filename-test.xml>
     [exec] [au:antunit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.666 sec
     [exec] [au:antunit] Target: testRegex took 0.002 sec
     [exec] [au:antunit] Target: testPattern took 0.002 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\selectors\modified-test.xml>
     [exec] [au:antunit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.871 sec
     [exec] [au:antunit] Target: testUpdate took 0.01 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\selectors\present-test.xml>
     [exec] [au:antunit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.007 sec
     [exec] [au:antunit] Target: testMapperByTypedef took 0.003 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\selectors\readwrite-test.xml>
     [exec] [au:antunit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.914 sec
     [exec] [au:antunit] Target: testWritable took 0.002 sec
     [exec] [au:antunit] Target: testAsConditions took 0.391 sec
     [exec] [au:antunit] Target: testReadable took 0.002 sec
     [exec] [au:antunit] Target: testUnwritable took 0.276 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\selectors\select-test.xml>
     [exec] [au:antunit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.443 sec
     [exec] [au:antunit] Target: testIfFalse took 0.037 sec
     [exec] [au:antunit] Target: testIfNotSet took 0.004 sec
     [exec] [au:antunit] Target: testIfTrue took 0.004 sec
     [exec] [au:antunit] Target: testIfSet took 0.005 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\tarfileset-test.xml>
     [exec] [au:antunit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.9 sec
     [exec] [au:antunit] Target: testMissingArchive took 0.001 sec
     [exec] [au:antunit] Target: testMissingArchiveDoesntMatter took 0.001 sec
     [exec] [au:antunit] Build File: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\types\zipfileset-test.xml>
     [exec] [au:antunit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 8.718 sec
     [exec] [au:antunit] Target: testMissingArchive took 0 sec
     [exec] [au:antunit] Target: test-refid-check-encoding took 0.001 sec
     [exec] [au:antunit] Target: test-refid-modify took 0.095 sec
     [exec] [au:antunit] Target: test-refid-check-prefix took 0.001 sec
     [exec] [au:antunit] Target: testMissingArchiveDoesntMatter took 0.001 sec
     [exec] 
     [exec] antunit-report-only:
     [exec]    [length] 1979925
     [exec]     [mkdir] Created dir: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\build\antunit\reports>
     [exec] [junitreport] Processing <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\build\antunit\reports\TESTS-TestSuites.xml> to C:\Users\hudson\AppData\Local\Temp\null794823528
     [exec] [junitreport] Loading stylesheet <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/trunk\src\tests\antunit\junit-frames.xsl>
     [exec] [junitreport] Transform time: 6210ms
     [exec] [junitreport] Deleting: C:\Users\hudson\AppData\Local\Temp\null794823528
     [exec]    [length] 1979925
     [exec] 
     [exec] antunit-report:
     [exec] 
     [exec] check-failed:
     [exec] 
     [exec] test:
     [exec] 
     [exec] BUILD SUCCESSFUL
     [exec] Total time: 22 minutes 22 seconds

BUILD SUCCESSFUL
Total time: 26 minutes 57 seconds
Recording test results
ERROR: Failed to archive test reports
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/Ant-Build-Matrix/jdk=JDK%201.6%20(latest),label=Windows/ws/> at hudson.remoting.Channel@4629d59e:windows1
	at hudson.FilePath.act(FilePath.java:910)
	at hudson.FilePath.act(FilePath.java:887)
	at hudson.tasks.junit.JUnitParser.parse(JUnitParser.java:87)
	at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:121)
	at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:133)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:714)
	at hudson.model.Build$BuildExecution.post2(Build.java:182)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:663)
	at hudson.model.Run.execute(Run.java:1714)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
Caused by: java.io.IOException: Remote call on windows1 failed
	at hudson.remoting.Channel.call(Channel.java:731)
	at hudson.FilePath.act(FilePath.java:903)
	... 13 more
Caused by: java.lang.OutOfMemoryError: PermGen space
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(Unknown Source)
	at java.lang.ClassLoader.defineClass(Unknown Source)
	at hudson.remoting.RemoteClassLoader.loadClassFile(RemoteClassLoader.java:322)
	at hudson.remoting.RemoteClassLoader.findClass(RemoteClassLoader.java:236)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at hudson.tasks.junit.SuiteResult.parse(SuiteResult.java:120)
	at hudson.tasks.junit.TestResult.parse(TestResult.java:273)
	at hudson.tasks.junit.TestResult.parsePossiblyEmpty(TestResult.java:229)
	at hudson.tasks.junit.TestResult.parse(TestResult.java:164)
	at hudson.tasks.junit.TestResult.parse(TestResult.java:147)
	at hudson.tasks.junit.TestResult.<init>(TestResult.java:123)
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:117)
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:90)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2462)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1$1.run(Engine.java:63)
	at java.lang.Thread.run(Unknown Source)
Build step 'Publish JUnit test result report' changed build result to FAILURE