You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/11/06 18:18:36 UTC

Jenkins build is unstable: Derby-JaCoCo #272

See <https://builds.apache.org/job/Derby-JaCoCo/272/display/redirect?page=changes>


Re: Jenkins build is unstable: Derby-JaCoCo #313

Posted by Rick Hillegas <ri...@gmail.com>.
I see the following permission granted in many policy files, including 
policy files for derbynet tests:

    permission java.io.FilePermission 
"${jacoco.active}${user.dir}${/}*", "read, write";

The jacoco.active system property is set to be the empty string by 
BaseTestCase and SecurityManagerSetup--unless the JVM is an IBM small 
device JVM.

On 7/6/18 6:02 PM, Bryan Pendleton wrote:
> There are a small, but non-zero, number of messages like this in the 
> output:
>
>      [junit] java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Derby-JaCoCo/trunk/jacoco.exec" "write")
>      [junit] 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
>      [junit] 	at java.base/java.security.AccessController.checkPermission(AccessController.java:895)
>      [junit] 	at java.base/java.lang.SecurityManager.checkPermission(SecurityManager.java:558)
>      [junit] 	at java.base/java.lang.SecurityManager.checkWrite(SecurityManager.java:988)
>      [junit] 	at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:208)
>      [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.output.FileOutput.openFile(FileOutput.java:67)
>      [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.output.FileOutput.writeExecutionData(FileOutput.java:53)
>      [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.Agent.shutdown(Agent.java:137)
>      [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.Agent$1.run(Agent.java:54)
>      [junit] Test org.apache.derbyTesting.functionTests.tests.derbynet._Suite FAILED
>
>
> Perhaps something about the changes that I made to the policy files is 
> not quite right for the JaCoCo runs?
>
> bryan
>
>
> On Fri, Jul 6, 2018 at 3:41 PM, Rick Hillegas <rick.hillegas@gmail.com 
> <ma...@gmail.com>> wrote:
>
>     Again, I'm baffled about why this jacoco cycle reported UNSTABLE
>     results after successfully running to conclusion.
>
>
>
>     -------- Forwarded Message --------
>     Subject: 	Jenkins build is unstable: Derby-JaCoCo #313
>     Date: 	Fri, 6 Jul 2018 21:26:47 +0000 (UTC)
>     From: 	Apache Jenkins Server <je...@builds.apache.org>
>     <ma...@builds.apache.org>
>     Reply-To: 	derby-dev@db.apache.org <ma...@db.apache.org>
>     To: 	derby-dev@db.apache.org <ma...@db.apache.org>
>
>
>
>     See<https://builds.apache.org/job/Derby-JaCoCo/313/display/redirect?page=changes>
>     <https://builds.apache.org/job/Derby-JaCoCo/313/display/redirect?page=changes>
>
>
>


Re: Jenkins build is unstable: Derby-JaCoCo #313

Posted by Bryan Pendleton <bp...@gmail.com>.
There are a small, but non-zero, number of messages like this in the output:

    [junit] java.security.AccessControlException: access denied
("java.io.FilePermission"
"/home/jenkins/jenkins-slave/workspace/Derby-JaCoCo/trunk/jacoco.exec"
"write")
    [junit] 	at
java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
    [junit] 	at
java.base/java.security.AccessController.checkPermission(AccessController.java:895)
    [junit] 	at
java.base/java.lang.SecurityManager.checkPermission(SecurityManager.java:558)
    [junit] 	at
java.base/java.lang.SecurityManager.checkWrite(SecurityManager.java:988)
    [junit] 	at
java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:208)
    [junit] 	at
org.jacoco.agent.rt.internal_8ff85ea.output.FileOutput.openFile(FileOutput.java:67)
    [junit] 	at
org.jacoco.agent.rt.internal_8ff85ea.output.FileOutput.writeExecutionData(FileOutput.java:53)
    [junit] 	at
org.jacoco.agent.rt.internal_8ff85ea.Agent.shutdown(Agent.java:137)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.Agent$1.run(Agent.java:54)
    [junit] Test
org.apache.derbyTesting.functionTests.tests.derbynet._Suite FAILED



Perhaps something about the changes that I made to the policy files is not
quite right for the JaCoCo runs?

bryan


On Fri, Jul 6, 2018 at 3:41 PM, Rick Hillegas <ri...@gmail.com>
wrote:

> Again, I'm baffled about why this jacoco cycle reported UNSTABLE results
> after successfully running to conclusion.
>
>
> -------- Forwarded Message --------
> Subject: Jenkins build is unstable: Derby-JaCoCo #313
> Date: Fri, 6 Jul 2018 21:26:47 +0000 (UTC)
> From: Apache Jenkins Server <je...@builds.apache.org>
> <je...@builds.apache.org>
> Reply-To: derby-dev@db.apache.org
> To: derby-dev@db.apache.org
>
> See <https://builds.apache.org/job/Derby-JaCoCo/313/display/redirect?page=changes> <https://builds.apache.org/job/Derby-JaCoCo/313/display/redirect?page=changes>
>
>

Fwd: Jenkins build is unstable: Derby-JaCoCo #313

Posted by Rick Hillegas <ri...@gmail.com>.
Again, I'm baffled about why this jacoco cycle reported UNSTABLE results 
after successfully running to conclusion.



-------- Forwarded Message --------
Subject: 	Jenkins build is unstable: Derby-JaCoCo #313
Date: 	Fri, 6 Jul 2018 21:26:47 +0000 (UTC)
From: 	Apache Jenkins Server <je...@builds.apache.org>
Reply-To: 	derby-dev@db.apache.org
To: 	derby-dev@db.apache.org



See <https://builds.apache.org/job/Derby-JaCoCo/313/display/redirect?page=changes>



Jenkins build is back to normal : Derby-JaCoCo #325

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/325/display/redirect>


Build failed in Jenkins: Derby-JaCoCo #324

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/324/display/redirect>

------------------------------------------
[...truncated 10.14 KB...]
	at org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.beginTransaction(SVNSqlJetDb.java:211)
	at org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.runTransaction(SVNSqlJetDb.java:257)
	at org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.runTransaction(SVNSqlJetDb.java:252)
	at org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.obtainWCLock(SVNWCDb.java:5867)
	at org.tmatesoft.svn.core.internal.wc17.SVNWCContext.acquireWriteLock(SVNWCContext.java:1652)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.update(SvnNgAbstractUpdate.java:110)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:40)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:18)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:311)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:291)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:387)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:161)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.tmatesoft.sqljet.core.SqlJetException: FULL: error code is FULL
	at org.tmatesoft.sqljet.core.internal.pager.SqlJetPager.openJournal(SqlJetPager.java:3044)
	at org.tmatesoft.sqljet.core.internal.pager.SqlJetPager.begin(SqlJetPager.java:2775)
	at org.tmatesoft.sqljet.core.internal.btree.SqlJetBtree.beginTrans(SqlJetBtree.java:931)
	at org.tmatesoft.sqljet.core.table.engine.SqlJetEngine.doBeginTransaction(SqlJetEngine.java:561)
	at org.tmatesoft.sqljet.core.table.engine.SqlJetEngine.access$100(SqlJetEngine.java:55)
	at org.tmatesoft.sqljet.core.table.engine.SqlJetEngine$9.runSynchronized(SqlJetEngine.java:475)
	at org.tmatesoft.sqljet.core.table.engine.SqlJetEngine.runSynchronized(SqlJetEngine.java:217)
	at org.tmatesoft.sqljet.core.table.engine.SqlJetEngine.beginTransaction(SqlJetEngine.java:471)
	at org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.beginTransaction(SVNSqlJetDb.java:206)
	... 28 more
ERROR: Subversion update failed
org.tmatesoft.sqljet.core.SqlJetException: FULL: error code is FULL
	at org.tmatesoft.sqljet.core.internal.pager.SqlJetPager.openJournal(SqlJetPager.java:3044)
	at org.tmatesoft.sqljet.core.internal.pager.SqlJetPager.begin(SqlJetPager.java:2775)
	at org.tmatesoft.sqljet.core.internal.btree.SqlJetBtree.beginTrans(SqlJetBtree.java:931)
	at org.tmatesoft.sqljet.core.table.engine.SqlJetEngine.doBeginTransaction(SqlJetEngine.java:561)
	at org.tmatesoft.sqljet.core.table.engine.SqlJetEngine.access$100(SqlJetEngine.java:55)
	at org.tmatesoft.sqljet.core.table.engine.SqlJetEngine$9.runSynchronized(SqlJetEngine.java:475)
	at org.tmatesoft.sqljet.core.table.engine.SqlJetEngine.runSynchronized(SqlJetEngine.java:217)
	at org.tmatesoft.sqljet.core.table.engine.SqlJetEngine.beginTransaction(SqlJetEngine.java:471)
	at org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.beginTransaction(SVNSqlJetDb.java:206)
Caused: org.tmatesoft.svn.core.SVNException: svn: E200030: FULL
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:70)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:57)
	at org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.createSqlJetError(SVNSqlJetDb.java:195)
	at org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.beginTransaction(SVNSqlJetDb.java:211)
	at org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.runTransaction(SVNSqlJetDb.java:257)
	at org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.runTransaction(SVNSqlJetDb.java:252)
	at org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.obtainWCLock(SVNWCDb.java:5867)
	at org.tmatesoft.svn.core.internal.wc17.SVNWCContext.acquireWriteLock(SVNWCContext.java:1652)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.update(SvnNgAbstractUpdate.java:110)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:40)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:18)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:311)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:291)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:387)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:161)
Caused: hudson.scm.subversion.UpdaterException: failed to perform svn update
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H31
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1036)
		at hudson.FilePath.act(FilePath.java:1025)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:937)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: java.io.IOException
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:216)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.io.IOException: remote file operation failed: <https://builds.apache.org/job/Derby-JaCoCo/ws/> at hudson.remoting.Channel@3bc2a34f:H31
	at hudson.FilePath.act(FilePath.java:1043)
	at hudson.FilePath.act(FilePath.java:1025)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:937)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1794)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Retrying after 10 seconds
Updating https://svn.apache.org/repos/asf/db/derby/code/trunk at revision '2018-09-28T17:56:19.291 +0000'
ERROR: Failed to update https://svn.apache.org/repos/asf/db/derby/code/trunk
org.tmatesoft.svn.core.SVNException: svn: E200030: FULL
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:70)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:57)
	at org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.createSqlJetError(SVNSqlJetDb.java:195)
	at org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.beginTransaction(SVNSqlJetDb.java:211)
	at org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.runTransaction(SVNSqlJetDb.java:257)
	at org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.runTransaction(SVNSqlJetDb.java:252)
	at org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.obtainWCLock(SVNWCDb.java:5867)
	at org.tmatesoft.svn.core.internal.wc17.SVNWCContext.acquireWriteLock(SVNWCContext.java:1652)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.update(SvnNgAbstractUpdate.java:110)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:40)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:18)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:311)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:291)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:387)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:161)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.tmatesoft.sqljet.core.SqlJetException: FULL: error code is FULL
	at org.tmatesoft.sqljet.core.internal.pager.SqlJetPager.openJournal(SqlJetPager.java:3044)
	at org.tmatesoft.sqljet.core.internal.pager.SqlJetPager.begin(SqlJetPager.java:2775)
	at org.tmatesoft.sqljet.core.internal.btree.SqlJetBtree.beginTrans(SqlJetBtree.java:931)
	at org.tmatesoft.sqljet.core.table.engine.SqlJetEngine.doBeginTransaction(SqlJetEngine.java:561)
	at org.tmatesoft.sqljet.core.table.engine.SqlJetEngine.access$100(SqlJetEngine.java:55)
	at org.tmatesoft.sqljet.core.table.engine.SqlJetEngine$9.runSynchronized(SqlJetEngine.java:475)
	at org.tmatesoft.sqljet.core.table.engine.SqlJetEngine.runSynchronized(SqlJetEngine.java:217)
	at org.tmatesoft.sqljet.core.table.engine.SqlJetEngine.beginTransaction(SqlJetEngine.java:471)
	at org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.beginTransaction(SVNSqlJetDb.java:206)
	... 28 more
ERROR: Subversion update failed
org.tmatesoft.sqljet.core.SqlJetException: FULL: error code is FULL
	at org.tmatesoft.sqljet.core.internal.pager.SqlJetPager.openJournal(SqlJetPager.java:3044)
	at org.tmatesoft.sqljet.core.internal.pager.SqlJetPager.begin(SqlJetPager.java:2775)
	at org.tmatesoft.sqljet.core.internal.btree.SqlJetBtree.beginTrans(SqlJetBtree.java:931)
	at org.tmatesoft.sqljet.core.table.engine.SqlJetEngine.doBeginTransaction(SqlJetEngine.java:561)
	at org.tmatesoft.sqljet.core.table.engine.SqlJetEngine.access$100(SqlJetEngine.java:55)
	at org.tmatesoft.sqljet.core.table.engine.SqlJetEngine$9.runSynchronized(SqlJetEngine.java:475)
	at org.tmatesoft.sqljet.core.table.engine.SqlJetEngine.runSynchronized(SqlJetEngine.java:217)
	at org.tmatesoft.sqljet.core.table.engine.SqlJetEngine.beginTransaction(SqlJetEngine.java:471)
	at org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.beginTransaction(SVNSqlJetDb.java:206)
Caused: org.tmatesoft.svn.core.SVNException: svn: E200030: FULL
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:70)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:57)
	at org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.createSqlJetError(SVNSqlJetDb.java:195)
	at org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.beginTransaction(SVNSqlJetDb.java:211)
	at org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.runTransaction(SVNSqlJetDb.java:257)
	at org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.runTransaction(SVNSqlJetDb.java:252)
	at org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.obtainWCLock(SVNWCDb.java:5867)
	at org.tmatesoft.svn.core.internal.wc17.SVNWCContext.acquireWriteLock(SVNWCContext.java:1652)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.update(SvnNgAbstractUpdate.java:110)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:40)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:18)
	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1239)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:311)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:291)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:387)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:161)
Caused: hudson.scm.subversion.UpdaterException: failed to perform svn update
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H31
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1036)
		at hudson.FilePath.act(FilePath.java:1025)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:937)
		at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: java.io.IOException
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:216)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.io.IOException: remote file operation failed: <https://builds.apache.org/job/Derby-JaCoCo/ws/> at hudson.remoting.Channel@3bc2a34f:H31
	at hudson.FilePath.act(FilePath.java:1043)
	at hudson.FilePath.act(FilePath.java:1025)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:937)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1794)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Archiving artifacts
[Fast Archiver] Compressed 253.04 KB of artifacts by 88.5% relative to #323
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did leafNodes run? 
For example, <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180926_1816/TEST-org.apache.derby.PackagePrivateTestSuite.xml> is 1 day 22 hr old


Jenkins build is still unstable: Derby-JaCoCo #323

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/323/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #322

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/322/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #321

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/321/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #320

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/320/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #319

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/319/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #318

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/318/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #317

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/317/display/redirect?page=changes>


Fwd: Jenkins build is still unstable: Derby-JaCoCo #316

Posted by Rick Hillegas <ri...@gmail.com>.
The usual permissions problems on directory names containing Chinese 
characters.

-------- Forwarded Message --------
Subject: 	Jenkins build is still unstable: Derby-JaCoCo #316
Date: 	Mon, 27 Aug 2018 21:21:39 +0000 (UTC)
From: 	Apache Jenkins Server <je...@builds.apache.org>
Reply-To: 	derby-dev@db.apache.org
To: 	derby-dev@db.apache.org



See <https://builds.apache.org/job/Derby-JaCoCo/316/display/redirect?page=changes>



Jenkins build is still unstable: Derby-JaCoCo #316

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/316/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #315

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/315/display/redirect?page=changes>


Re: Jenkins build is still unstable: Derby-JaCoCo #314

Posted by Bryan Pendleton <bp...@gmail.com>.
OK by me!

Perhaps just paste your findings into DERBY-7003 and don't lose any sleep
over it for now.

It's not blocking nor interfering with any work that I'm doing.

bryan


On Wed, Jul 11, 2018 at 7:22 PM, Rick Hillegas <ri...@gmail.com>
wrote:

> I don't understand these jacoco results. I don't understand the jacoco
> results on my own machine. Furthermore, I can't find any useful information
> in the coverage report produced on my machine (see the attached
> index.html). At this time, I am not inclined to put any more effort into
> the jacoco runs on jenkins.
>
> In case someone else wants to spend some time on jacoco, here are some
> errors which I found in the jenkins pipeline tab (in addition to the tests
> errors):
>
> [Derby-JaCoCo] $ /bin/bash -xe /tmp/jenkins6682900521189757649.sh
> + echo 'JAVA_HOME: /home/jenkins/tools/java/latest1.9'
> JAVA_HOME: /home/jenkins/tools/java/latest1.9
> + jacoco_version=0.7.9
> + jacoco_zip_sha1=1d56a66be0f4a6b529d8f983ab65cc77a52cccb6
> + jacocoant_sha1=87aa22de3854fd5a43e37a17c4b245b01a46de93
> + jacocoagent_sha1=a6ac9cca89d889222a40dab9dd5039bfd22a4cff
> + cat
> + sha1sum -c sha1sum.txt
> sha1sum: trunk/tools/java/jacocoant.jar: No such file or directory
> trunk/tools/java/jacocoant.jar: FAILED open or read
> sha1sum: trunk/tools/java/jacocoagent.jar: No such file or directory
> trunk/tools/java/jacocoagent.jar: FAILED open or read
> sha1sum: WARNING: 2 listed files could not be read
>
> ----------------------
>
>     [junit] (net)derbynet.Utf8CcsidManagerClientTest.testInvalidCharacters
> used 3 ms Tests run: 340, Failures: 0, Errors: 2, Skipped: 0, Time elapsed:
> 316.45 sec
>     [junit] Test org.apache.derbyTesting.functionTests.tests.derbynet._Suite
> FAILED
>     [junit] Running org.apache.derbyTesting.functionTests.tests.tools._
> Suite
>     [junit]
>
> ----------------------
>
>     [junit]
>     [junit] used 4002 ms Tests run: 8015, Failures: 0, Errors: 8, Skipped:
> 0, Time elapsed: 1,563.687 sec
>     [junit] Test org.apache.derbyTesting.functionTests.tests.jdbcapi._Suite
> FAILED
>     [junit] Running org.apache.derbyTesting.functionTests.tests.store._
> Suite
>     [junit]
>
>
> ----------------------
>
>     [junit]   (subprocess)     at junit.extensions.TestSetup.
> run(TestSetup.java:25)
>     [junit]   (subprocess) 2) testModifyThreadGroup(org.
> apache.derbyTesting.unitTests.junit.MissingPermissionsTest)
> java.lang.NullPointerException
>     [junit]   (subprocess)     at org.apache.derby.iapi.jdbc.
> AutoloadedDriver.connect(AutoloadedDriver.java:136)
>     [junit]   (subprocess)     at java.sql/java.sql.
> DriverManager.getConnection(DriverManager.java:678)
>
> ----------------------
>
>
>
> -------- Forwarded Message --------
> Subject: Jenkins build is still unstable: Derby-JaCoCo #314
> Date: Wed, 11 Jul 2018 21:18:10 +0000 (UTC)
> From: Apache Jenkins Server <je...@builds.apache.org>
> <je...@builds.apache.org>
> Reply-To: derby-dev@db.apache.org
> To: derby-dev@db.apache.org
>
> See <https://builds.apache.org/job/Derby-JaCoCo/314/display/redirect?page=changes> <https://builds.apache.org/job/Derby-JaCoCo/314/display/redirect?page=changes>
>
>

Fwd: Jenkins build is still unstable: Derby-JaCoCo #314

Posted by Rick Hillegas <ri...@gmail.com>.
I don't understand these jacoco results. I don't understand the jacoco 
results on my own machine. Furthermore, I can't find any useful 
information in the coverage report produced on my machine (see the 
attached index.html). At this time, I am not inclined to put any more 
effort into the jacoco runs on jenkins.

In case someone else wants to spend some time on jacoco, here are some 
errors which I found in the jenkins pipeline tab (in addition to the 
tests errors):

[Derby-JaCoCo] $ /bin/bash -xe /tmp/jenkins6682900521189757649.sh
+ echo 'JAVA_HOME: /home/jenkins/tools/java/latest1.9'
JAVA_HOME: /home/jenkins/tools/java/latest1.9
+ jacoco_version=0.7.9
+ jacoco_zip_sha1=1d56a66be0f4a6b529d8f983ab65cc77a52cccb6
+ jacocoant_sha1=87aa22de3854fd5a43e37a17c4b245b01a46de93
+ jacocoagent_sha1=a6ac9cca89d889222a40dab9dd5039bfd22a4cff
+ cat
+ sha1sum -c sha1sum.txt
sha1sum: trunk/tools/java/jacocoant.jar: No such file or directory
trunk/tools/java/jacocoant.jar: FAILED open or read
sha1sum: trunk/tools/java/jacocoagent.jar: No such file or directory
trunk/tools/java/jacocoagent.jar: FAILED open or read
sha1sum: WARNING: 2 listed files could not be read

----------------------

     [junit] 
(net)derbynet.Utf8CcsidManagerClientTest.testInvalidCharacters used 3 ms 
Tests run: 340, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 316.45 sec
     [junit] Test 
org.apache.derbyTesting.functionTests.tests.derbynet._Suite FAILED
     [junit] Running 
org.apache.derbyTesting.functionTests.tests.tools._Suite
     [junit]

----------------------

     [junit]
     [junit] used 4002 ms Tests run: 8015, Failures: 0, Errors: 8, 
Skipped: 0, Time elapsed: 1,563.687 sec
     [junit] Test 
org.apache.derbyTesting.functionTests.tests.jdbcapi._Suite FAILED
     [junit] Running 
org.apache.derbyTesting.functionTests.tests.store._Suite
     [junit]


----------------------

     [junit]   (subprocess)     at 
junit.extensions.TestSetup.run(TestSetup.java:25)
     [junit]   (subprocess) 2) 
testModifyThreadGroup(org.apache.derbyTesting.unitTests.junit.MissingPermissionsTest)java.lang.NullPointerException
     [junit]   (subprocess)     at 
org.apache.derby.iapi.jdbc.AutoloadedDriver.connect(AutoloadedDriver.java:136)
     [junit]   (subprocess)     at 
java.sql/java.sql.DriverManager.getConnection(DriverManager.java:678)

----------------------



-------- Forwarded Message --------
Subject: 	Jenkins build is still unstable: Derby-JaCoCo #314
Date: 	Wed, 11 Jul 2018 21:18:10 +0000 (UTC)
From: 	Apache Jenkins Server <je...@builds.apache.org>
Reply-To: 	derby-dev@db.apache.org
To: 	derby-dev@db.apache.org



See <https://builds.apache.org/job/Derby-JaCoCo/314/display/redirect?page=changes>



Jenkins build is still unstable: Derby-JaCoCo #314

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/314/display/redirect?page=changes>


Jenkins build is unstable: Derby-JaCoCo #313

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/313/display/redirect?page=changes>


Re: Build failed in Jenkins: Derby-JaCoCo #312

Posted by Rick Hillegas <ri...@gmail.com>.
It looks like I need to update the main build script in order to tell 
jacoco the new names of the source roots and the generated code root. 
Stand by...

On 7/4/18 2:17 PM, Apache Jenkins Server wrote:
> See <https://builds.apache.org/job/Derby-JaCoCo/312/display/redirect?page=changes>
>
> Changes:
>
> [rhillegas] DERBY-6945: Fix some javadoc warnings and a grammar LOOKAHEAD block; commit derby-6945-45-aa-fixWarnings.diff.
>
> ------------------------------------------
> [...truncated 2.42 MB...]
>      [junit] (net)management.NetworkServerMBeanTest.testAttributeWaitingConnectionCount used 16 ms
>      [junit] (net)management.NetworkServerMBeanTest.testDrdaKeepAlive used 12 ms
>      [junit] (net)management.NetworkServerMBeanTest.testOperationPing used 5 ms
>      [junit] (emb)management.CustomMBeanServerBuilderTest.testDerbyBootWithCusomMBeanServerBuilderDerby3887 used 14 ms
>      [junit] (net)management.CacheManagerMBeanTest.testAllMBeansStartedAndStopped used 387 ms
>      [junit] (net)management.CacheManagerMBeanTest.testContainerCache used 496 ms
>      [junit] (net)management.CacheManagerMBeanTest.testPageCache used 722 ms
>      [junit] (net)management.CacheManagerMBeanTest.testStatementCache used 1063 ms
>      [junit] (net)management.CacheManagerMBeanTest.testAllMBeansStartedAndStopped used 1132 ms
>      [junit] (net)management.CacheManagerMBeanTest.testContainerCache used 500 ms
>      [junit] (net)management.CacheManagerMBeanTest.testPageCache used 802 ms
>      [junit] (net)management.CacheManagerMBeanTest.testStatementCache used 1087 ms
>      [junit] (emb)management.CacheManagerMBeanTest.withoutPermsTest used 306 ms
>      [junit] (emb)management.CacheManagerMBeanTest.withPermsTest used 276 ms Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.438 sec
>
> junit-lowmem:
>      [junit] Running org.apache.derbyTesting.functionTests.tests.memory._Suite
>      [junit]
>      [junit] (emb)memory.TriggerTests.test1DeleteAfterTrigger used 2 ms
>      [junit] (emb)memory.TriggerTests.test1DeleteAfterTriggerStoredProc used 0 ms
>      [junit] (emb)memory.TriggerTests.test1DeleteBeforeTrigger used 4 ms
>      [junit] (emb)memory.TriggerTests.test1DeleteBeforeTriggerStoredProc used 0 ms
>      [junit] (emb)memory.TriggerTests.test1InsertAfterTrigger used 1781 ms
>      [junit] (emb)memory.TriggerTests.test1InsertAfterTriggerStoredProc used 1220 ms
>      [junit] (emb)memory.TriggerTests.test1InsertBeforeTrigger used 1095 ms
>      [junit] (emb)memory.TriggerTests.test1InsertBeforeTriggerStoredProc used 1269 ms
>      [junit] (emb)memory.TriggerTests.test1UpdateAfterTrigger used 1050 ms
>      [junit] (emb)memory.TriggerTests.test1UpdateAfterTriggerStoredProc used 911 ms
>      [junit] (emb)memory.TriggerTests.test1UpdateBeforeTrigger used 919 ms
>      [junit] (emb)memory.TriggerTests.test1UpdateBeforeTriggerStoredProc used 955 ms
>      [junit] (emb)memory.TriggerTests.test2DeleteAfterTriggerAccessLOB used 0 ms
>      [junit] (emb)memory.TriggerTests.test2DeleteBeforeTriggerAccessLOB used 0 ms
>      [junit] (emb)memory.TriggerTests.test2InsertAfterTriggerAccessLOB used 0 ms
>      [junit] (emb)memory.TriggerTests.test2InsertAfterTriggerUpdatedLOB used 0 ms
>      [junit] (emb)memory.TriggerTests.test2InsertBeforeTriggerAccessLOB used 0 ms
>      [junit] (emb)memory.TriggerTests.test2UpdateAfterTriggerAccessLOB used 1 ms
>      [junit] (emb)memory.TriggerTests.test2UpdateAfterTriggerUpdatedLOB used 0 ms
>      [junit] (emb)memory.TriggerTests.test2UpdateBeforeTriggerAccessLOB used 0 ms
>      [junit] (emb)memory.TriggerTests.test3UpdateAfterTrigger used 0 ms
>      [junit] (emb)memory.TriggerTests.test3UpdateAfterTriggerStoredProc used 0 ms
>      [junit] (emb)memory.TriggerTests.test3UpdateBeforeTrigger used 0 ms
>      [junit] (emb)memory.TriggerTests.test3UpdateBeforeTriggerStoredProc used 1 ms
>      [junit] (emb)memory.TriggerTests.test4UpdateAfterTriggerAccessLOB used 0 ms
>      [junit] (emb)memory.TriggerTests.test4UpdateAfterTriggerUpdatedLOB used 0 ms
>      [junit] (emb)memory.TriggerTests.test4UpdateBeforeTrigger used 0 ms
>      [junit] (emb)memory.TriggerTests.test5DeleteAfterTriggerNoReferencingClause used 882 ms
>      [junit] (emb)memory.TriggerTests.test5DeleteBeforeTriggerNoReferencingClause used 916 ms
>      [junit] (emb)memory.TriggerTests.test5InsertAfterTriggerNoReferencingClause used 1011 ms
>      [junit] (emb)memory.TriggerTests.test5InsertBeforeTriggerNoReferencingClause used 980 ms
>      [junit] (emb)memory.TriggerTests.test5UpdateAfterTriggerNoReferencingClause used 921 ms
>      [junit] (emb)memory.TriggerTests.test5UpdateBeforeTriggerNoReferencingClause used 913 ms
>      [junit] (emb)memory.TriggerTests.test6UpdateAfterTriggerNoTriggerColumn used 0 ms
>      [junit] (emb)memory.BlobMemTest.xtestderby6096BlobhashJoin used 2234 ms
>      [junit] (emb)memory.BlobMemTest.testBlobLength used 865 ms
>      [junit] (emb)memory.BlobMemTest.testBlobLengthTooLongDerby961 used 27 ms
>      [junit] (emb)memory.BlobMemTest.testBlobLengthWithLengthlessInsert used 850 ms
>      [junit] (emb)memory.BlobMemTest.testDerby4477_3645_3646_Repro_lowmem used 3726 ms
>      [junit] (emb)memory.BlobMemTest.testDerby5752DoubleMaterialization used 411 ms
>      [junit] (net)memory.BlobMemTest.testBlobLength used 1747 ms
>      [junit] (net)memory.BlobMemTest.testBlobLengthTooLongDerby961 used 79 ms
>      [junit] (net)memory.BlobMemTest.testBlobLengthWithLengthlessInsert used 1301 ms
>      [junit] (net)memory.BlobMemTest.testDerby4477_3645_3646_Repro_lowmem used 6957 ms
>      [junit] (net)memory.BlobMemTest.testDerby5752DoubleMaterialization used 493 ms
>      [junit] (emb)memory.ClobMemTest.xtestderby6096ClobHashJoin used 17732 ms
>      [junit] (emb)memory.ClobMemTest.testClobLength used 1958 ms
>      [junit] (emb)memory.ClobMemTest.testClobLengthWithLengthlessInsert used 25 ms
>      [junit] (emb)memory.ClobMemTest.testDerby4477_3645_3646_Repro_lowmem_clob used 5974 ms
>      [junit] (net)memory.ClobMemTest.testClobLength used 6020 ms
>      [junit] (net)memory.ClobMemTest.testClobLengthWithLengthlessInsert used 35 ms
>      [junit] (net)memory.ClobMemTest.testDerby4477_3645_3646_Repro_lowmem_clob used 16073 ms
>      [junit] (emb)memory.MultiByteClobTest.testLargeMultiByteCharLob used 2256 ms
>      [junit] (emb)memory.MultiByteClobTest.testSmallMultiByteCharLob used 84 ms
>      [junit] (net)memory.MultiByteClobTest.testLargeMultiByteCharLob used 7010 ms
>      [junit] (net)memory.MultiByteClobTest.testSmallMultiByteCharLob used 18 ms
>      [junit] (emb)memory.RolesDependencyTest.testCurrentRoleDependencyMemleak used 8083 ms
>      [junit] (emb)memory.Derby3009Test.testTableWithManyForeignKeys used 3490 ms
>      [junit] (emb)memory.Derby5730Test.testLeak used 6055 ms
>      [junit] (emb)memory.MemoryLeakFixesTest.testPrepStmtD210 used 4205 ms
>      [junit] (emb)memory.MemoryLeakFixesTest.testReExecuteD557 used 1358 ms
>      [junit] (emb)memory.MemoryLeakFixesTest.testRepeatedDatabaseCreationWithAutoStats used 13100 ms
>      [junit] (emb)memory.MemoryLeakFixesTest.testResultSetgcD3316 used 231 ms
>      [junit] (net)memory.MemoryLeakFixesTest.testPrepStmtD210 used 5049 ms
>      [junit] (net)memory.MemoryLeakFixesTest.testReExecuteD557 used 10525 ms
>      [junit] (net)memory.MemoryLeakFixesTest.testRepeatedDatabaseCreationWithAutoStats used 11767 ms
>      [junit] (net)memory.MemoryLeakFixesTest.testResultSetgcD3316 used 1300 ms
>      [junit] (emb)memory.XAMemTest.testDerby4137_TransactionTimeoutSpecifiedNotExceeded used 4870 ms
>      [junit] (net)memory.XAMemTest.testDerby4137_TransactionTimeoutSpecifiedNotExceeded used 57798 ms Tests run: 69, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 235.926 sec
>      [junit] java.security.AccessControlException: access denied ("java.io.FilePermission" "<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jacoco.exec"> "write")
>      [junit] 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
>      [junit] 	at java.base/java.security.AccessController.checkPermission(AccessController.java:895)
>      [junit] 	at java.base/java.lang.SecurityManager.checkPermission(SecurityManager.java:558)
>      [junit] 	at java.base/java.lang.SecurityManager.checkWrite(SecurityManager.java:988)
>      [junit] 	at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:208)
>      [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.output.FileOutput.openFile(FileOutput.java:67)
>      [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.output.FileOutput.writeExecutionData(FileOutput.java:53)
>      [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.Agent.shutdown(Agent.java:137)
>      [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.Agent$1.run(Agent.java:54)
>
> junit-all:
>
> getsvnversion:
>       [echo] Revision number set to 1835074.
>
> jacoco-report:
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.1>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.10>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.100>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.101>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.102>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.103>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.104>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.105>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.106>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.107>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.108>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.109>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.11>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.110>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.111>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.112>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.113>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.114>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.115>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.116>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.117>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.118>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.119>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.12>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.120>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.121>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.122>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.123>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.124>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.125>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.126>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.127>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.128>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.13>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.14>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.15>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.16>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.17>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.18>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.19>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.2>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.20>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.21>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.22>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.23>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.24>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.25>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.26>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.27>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.28>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.29>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.3>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.30>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.31>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.32>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.33>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.34>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.35>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.36>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.37>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.38>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.39>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.4>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.40>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.41>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.42>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.43>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.44>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.45>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.46>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.47>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.48>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.49>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.5>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.50>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.51>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.52>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.53>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.54>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.55>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.56>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.57>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.58>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.59>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.6>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.60>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.61>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.62>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.63>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.64>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.65>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.66>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.67>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.68>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.69>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.7>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.70>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.71>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.72>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.73>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.74>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.75>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.76>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.77>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.78>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.79>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.8>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.80>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.81>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.82>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.83>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.84>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.85>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.86>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.87>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.88>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.89>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.9>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.90>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.91>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.92>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.93>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.94>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.95>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.96>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.97>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.98>
> [jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.99>
> [jacoco:merge] Writing merged execution data to <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/merged.exec>
> [jacoco:report] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/merged.exec>
> [jacoco:report] Writing bundle 'Apache Derby Code Coverage (revision 1835074, JRE 9)' with 0 classes
>
> BUILD FAILED
> <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>:2751: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/java/client> does not exist.
>
> Total time: 199 minutes 6 seconds
> Build step 'Invoke Ant' marked build as failure
> [locks-and-latches] Releasing all the locks
> [locks-and-latches] All the locks released
> Archiving artifacts
> Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
> Recording test results
> Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
> Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
> Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
>


Build failed in Jenkins: Derby-JaCoCo #312

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/312/display/redirect?page=changes>

Changes:

[rhillegas] DERBY-6945: Fix some javadoc warnings and a grammar LOOKAHEAD block; commit derby-6945-45-aa-fixWarnings.diff.

------------------------------------------
[...truncated 2.42 MB...]
    [junit] (net)management.NetworkServerMBeanTest.testAttributeWaitingConnectionCount used 16 ms 
    [junit] (net)management.NetworkServerMBeanTest.testDrdaKeepAlive used 12 ms 
    [junit] (net)management.NetworkServerMBeanTest.testOperationPing used 5 ms 
    [junit] (emb)management.CustomMBeanServerBuilderTest.testDerbyBootWithCusomMBeanServerBuilderDerby3887 used 14 ms 
    [junit] (net)management.CacheManagerMBeanTest.testAllMBeansStartedAndStopped used 387 ms 
    [junit] (net)management.CacheManagerMBeanTest.testContainerCache used 496 ms 
    [junit] (net)management.CacheManagerMBeanTest.testPageCache used 722 ms 
    [junit] (net)management.CacheManagerMBeanTest.testStatementCache used 1063 ms 
    [junit] (net)management.CacheManagerMBeanTest.testAllMBeansStartedAndStopped used 1132 ms 
    [junit] (net)management.CacheManagerMBeanTest.testContainerCache used 500 ms 
    [junit] (net)management.CacheManagerMBeanTest.testPageCache used 802 ms 
    [junit] (net)management.CacheManagerMBeanTest.testStatementCache used 1087 ms 
    [junit] (emb)management.CacheManagerMBeanTest.withoutPermsTest used 306 ms 
    [junit] (emb)management.CacheManagerMBeanTest.withPermsTest used 276 ms Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.438 sec

junit-lowmem:
    [junit] Running org.apache.derbyTesting.functionTests.tests.memory._Suite
    [junit] 
    [junit] (emb)memory.TriggerTests.test1DeleteAfterTrigger used 2 ms 
    [junit] (emb)memory.TriggerTests.test1DeleteAfterTriggerStoredProc used 0 ms 
    [junit] (emb)memory.TriggerTests.test1DeleteBeforeTrigger used 4 ms 
    [junit] (emb)memory.TriggerTests.test1DeleteBeforeTriggerStoredProc used 0 ms 
    [junit] (emb)memory.TriggerTests.test1InsertAfterTrigger used 1781 ms 
    [junit] (emb)memory.TriggerTests.test1InsertAfterTriggerStoredProc used 1220 ms 
    [junit] (emb)memory.TriggerTests.test1InsertBeforeTrigger used 1095 ms 
    [junit] (emb)memory.TriggerTests.test1InsertBeforeTriggerStoredProc used 1269 ms 
    [junit] (emb)memory.TriggerTests.test1UpdateAfterTrigger used 1050 ms 
    [junit] (emb)memory.TriggerTests.test1UpdateAfterTriggerStoredProc used 911 ms 
    [junit] (emb)memory.TriggerTests.test1UpdateBeforeTrigger used 919 ms 
    [junit] (emb)memory.TriggerTests.test1UpdateBeforeTriggerStoredProc used 955 ms 
    [junit] (emb)memory.TriggerTests.test2DeleteAfterTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2DeleteBeforeTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2InsertAfterTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2InsertAfterTriggerUpdatedLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2InsertBeforeTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2UpdateAfterTriggerAccessLOB used 1 ms 
    [junit] (emb)memory.TriggerTests.test2UpdateAfterTriggerUpdatedLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2UpdateBeforeTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test3UpdateAfterTrigger used 0 ms 
    [junit] (emb)memory.TriggerTests.test3UpdateAfterTriggerStoredProc used 0 ms 
    [junit] (emb)memory.TriggerTests.test3UpdateBeforeTrigger used 0 ms 
    [junit] (emb)memory.TriggerTests.test3UpdateBeforeTriggerStoredProc used 1 ms 
    [junit] (emb)memory.TriggerTests.test4UpdateAfterTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test4UpdateAfterTriggerUpdatedLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test4UpdateBeforeTrigger used 0 ms 
    [junit] (emb)memory.TriggerTests.test5DeleteAfterTriggerNoReferencingClause used 882 ms 
    [junit] (emb)memory.TriggerTests.test5DeleteBeforeTriggerNoReferencingClause used 916 ms 
    [junit] (emb)memory.TriggerTests.test5InsertAfterTriggerNoReferencingClause used 1011 ms 
    [junit] (emb)memory.TriggerTests.test5InsertBeforeTriggerNoReferencingClause used 980 ms 
    [junit] (emb)memory.TriggerTests.test5UpdateAfterTriggerNoReferencingClause used 921 ms 
    [junit] (emb)memory.TriggerTests.test5UpdateBeforeTriggerNoReferencingClause used 913 ms 
    [junit] (emb)memory.TriggerTests.test6UpdateAfterTriggerNoTriggerColumn used 0 ms 
    [junit] (emb)memory.BlobMemTest.xtestderby6096BlobhashJoin used 2234 ms 
    [junit] (emb)memory.BlobMemTest.testBlobLength used 865 ms 
    [junit] (emb)memory.BlobMemTest.testBlobLengthTooLongDerby961 used 27 ms 
    [junit] (emb)memory.BlobMemTest.testBlobLengthWithLengthlessInsert used 850 ms 
    [junit] (emb)memory.BlobMemTest.testDerby4477_3645_3646_Repro_lowmem used 3726 ms 
    [junit] (emb)memory.BlobMemTest.testDerby5752DoubleMaterialization used 411 ms 
    [junit] (net)memory.BlobMemTest.testBlobLength used 1747 ms 
    [junit] (net)memory.BlobMemTest.testBlobLengthTooLongDerby961 used 79 ms 
    [junit] (net)memory.BlobMemTest.testBlobLengthWithLengthlessInsert used 1301 ms 
    [junit] (net)memory.BlobMemTest.testDerby4477_3645_3646_Repro_lowmem used 6957 ms 
    [junit] (net)memory.BlobMemTest.testDerby5752DoubleMaterialization used 493 ms 
    [junit] (emb)memory.ClobMemTest.xtestderby6096ClobHashJoin used 17732 ms 
    [junit] (emb)memory.ClobMemTest.testClobLength used 1958 ms 
    [junit] (emb)memory.ClobMemTest.testClobLengthWithLengthlessInsert used 25 ms 
    [junit] (emb)memory.ClobMemTest.testDerby4477_3645_3646_Repro_lowmem_clob used 5974 ms 
    [junit] (net)memory.ClobMemTest.testClobLength used 6020 ms 
    [junit] (net)memory.ClobMemTest.testClobLengthWithLengthlessInsert used 35 ms 
    [junit] (net)memory.ClobMemTest.testDerby4477_3645_3646_Repro_lowmem_clob used 16073 ms 
    [junit] (emb)memory.MultiByteClobTest.testLargeMultiByteCharLob used 2256 ms 
    [junit] (emb)memory.MultiByteClobTest.testSmallMultiByteCharLob used 84 ms 
    [junit] (net)memory.MultiByteClobTest.testLargeMultiByteCharLob used 7010 ms 
    [junit] (net)memory.MultiByteClobTest.testSmallMultiByteCharLob used 18 ms 
    [junit] (emb)memory.RolesDependencyTest.testCurrentRoleDependencyMemleak used 8083 ms 
    [junit] (emb)memory.Derby3009Test.testTableWithManyForeignKeys used 3490 ms 
    [junit] (emb)memory.Derby5730Test.testLeak used 6055 ms 
    [junit] (emb)memory.MemoryLeakFixesTest.testPrepStmtD210 used 4205 ms 
    [junit] (emb)memory.MemoryLeakFixesTest.testReExecuteD557 used 1358 ms 
    [junit] (emb)memory.MemoryLeakFixesTest.testRepeatedDatabaseCreationWithAutoStats used 13100 ms 
    [junit] (emb)memory.MemoryLeakFixesTest.testResultSetgcD3316 used 231 ms 
    [junit] (net)memory.MemoryLeakFixesTest.testPrepStmtD210 used 5049 ms 
    [junit] (net)memory.MemoryLeakFixesTest.testReExecuteD557 used 10525 ms 
    [junit] (net)memory.MemoryLeakFixesTest.testRepeatedDatabaseCreationWithAutoStats used 11767 ms 
    [junit] (net)memory.MemoryLeakFixesTest.testResultSetgcD3316 used 1300 ms 
    [junit] (emb)memory.XAMemTest.testDerby4137_TransactionTimeoutSpecifiedNotExceeded used 4870 ms 
    [junit] (net)memory.XAMemTest.testDerby4137_TransactionTimeoutSpecifiedNotExceeded used 57798 ms Tests run: 69, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 235.926 sec
    [junit] java.security.AccessControlException: access denied ("java.io.FilePermission" "<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jacoco.exec"> "write")
    [junit] 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
    [junit] 	at java.base/java.security.AccessController.checkPermission(AccessController.java:895)
    [junit] 	at java.base/java.lang.SecurityManager.checkPermission(SecurityManager.java:558)
    [junit] 	at java.base/java.lang.SecurityManager.checkWrite(SecurityManager.java:988)
    [junit] 	at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:208)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.output.FileOutput.openFile(FileOutput.java:67)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.output.FileOutput.writeExecutionData(FileOutput.java:53)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.Agent.shutdown(Agent.java:137)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.Agent$1.run(Agent.java:54)

junit-all:

getsvnversion:
     [echo] Revision number set to 1835074.

jacoco-report:
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.1>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.10>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.100>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.101>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.102>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.103>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.104>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.105>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.106>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.107>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.108>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.109>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.11>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.110>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.111>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.112>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.113>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.114>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.115>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.116>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.117>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.118>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.119>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.12>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.120>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.121>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.122>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.123>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.124>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.125>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.126>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.127>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.128>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.13>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.14>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.15>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.16>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.17>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.18>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.19>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.2>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.20>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.21>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.22>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.23>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.24>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.25>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.26>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.27>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.28>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.29>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.3>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.30>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.31>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.32>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.33>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.34>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.35>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.36>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.37>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.38>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.39>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.4>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.40>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.41>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.42>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.43>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.44>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.45>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.46>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.47>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.48>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.49>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.5>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.50>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.51>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.52>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.53>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.54>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.55>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.56>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.57>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.58>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.59>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.6>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.60>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.61>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.62>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.63>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.64>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.65>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.66>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.67>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.68>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.69>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.7>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.70>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.71>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.72>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.73>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.74>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.75>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.76>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.77>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.78>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.79>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.8>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.80>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.81>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.82>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.83>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.84>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.85>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.86>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.87>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.88>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.89>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.9>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.90>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.91>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.92>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.93>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.94>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.95>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.96>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.97>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.98>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/jacoco.exec.99>
[jacoco:merge] Writing merged execution data to <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/merged.exec>
[jacoco:report] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180704_1758/merged.exec>
[jacoco:report] Writing bundle 'Apache Derby Code Coverage (revision 1835074, JRE 9)' with 0 classes

BUILD FAILED
<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>:2751: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/java/client> does not exist.

Total time: 199 minutes 6 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Recording test results
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

Build failed in Jenkins: Derby-JaCoCo #311

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/311/display/redirect?page=changes>

Changes:

[rhillegas] DERBY-6945: Generate module-aware javadoc; tests passed cleanly on derby-6945-44-aa-moduleAwareJavadoc.diff.

[rhillegas] DERBY-6945: Publish a couple more packages in the public API; tests passed cleanly on derby-6945-43-aa-cleanupPublicAPIforJavadoc.diff.

[rhillegas] DERBY-6945: Add generated source directory to facilitate the building of module-aware javadoc; tests passed cleanly on derby-6945-42-aa-cleanupTestJavadoc.diff.

[rhillegas] DERBY-6945: Cleanup some header comments so that module-aware javadoc can be generated from the product codeline; commit derby-6945-41-ac-cleanupProductJavadoc.diff.

------------------------------------------
[...truncated 2.42 MB...]
    [junit] (net)management.NetworkServerMBeanTest.testAttributeWaitingConnectionCount used 6 ms 
    [junit] (net)management.NetworkServerMBeanTest.testDrdaKeepAlive used 7 ms 
    [junit] (net)management.NetworkServerMBeanTest.testOperationPing used 5 ms 
    [junit] (emb)management.CustomMBeanServerBuilderTest.testDerbyBootWithCusomMBeanServerBuilderDerby3887 used 16 ms 
    [junit] (net)management.CacheManagerMBeanTest.testAllMBeansStartedAndStopped used 432 ms 
    [junit] (net)management.CacheManagerMBeanTest.testContainerCache used 482 ms 
    [junit] (net)management.CacheManagerMBeanTest.testPageCache used 810 ms 
    [junit] (net)management.CacheManagerMBeanTest.testStatementCache used 1230 ms 
    [junit] (net)management.CacheManagerMBeanTest.testAllMBeansStartedAndStopped used 1610 ms 
    [junit] (net)management.CacheManagerMBeanTest.testContainerCache used 534 ms 
    [junit] (net)management.CacheManagerMBeanTest.testPageCache used 928 ms 
    [junit] (net)management.CacheManagerMBeanTest.testStatementCache used 1337 ms 
    [junit] (emb)management.CacheManagerMBeanTest.withoutPermsTest used 289 ms 
    [junit] (emb)management.CacheManagerMBeanTest.withPermsTest used 362 ms Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.255 sec

junit-lowmem:
    [junit] Running org.apache.derbyTesting.functionTests.tests.memory._Suite
    [junit] 
    [junit] (emb)memory.TriggerTests.test1DeleteAfterTrigger used 3 ms 
    [junit] (emb)memory.TriggerTests.test1DeleteAfterTriggerStoredProc used 0 ms 
    [junit] (emb)memory.TriggerTests.test1DeleteBeforeTrigger used 0 ms 
    [junit] (emb)memory.TriggerTests.test1DeleteBeforeTriggerStoredProc used 0 ms 
    [junit] (emb)memory.TriggerTests.test1InsertAfterTrigger used 1903 ms 
    [junit] (emb)memory.TriggerTests.test1InsertAfterTriggerStoredProc used 1602 ms 
    [junit] (emb)memory.TriggerTests.test1InsertBeforeTrigger used 1827 ms 
    [junit] (emb)memory.TriggerTests.test1InsertBeforeTriggerStoredProc used 1450 ms 
    [junit] (emb)memory.TriggerTests.test1UpdateAfterTrigger used 1206 ms 
    [junit] (emb)memory.TriggerTests.test1UpdateAfterTriggerStoredProc used 1323 ms 
    [junit] (emb)memory.TriggerTests.test1UpdateBeforeTrigger used 1418 ms 
    [junit] (emb)memory.TriggerTests.test1UpdateBeforeTriggerStoredProc used 1112 ms 
    [junit] (emb)memory.TriggerTests.test2DeleteAfterTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2DeleteBeforeTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2InsertAfterTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2InsertAfterTriggerUpdatedLOB used 1 ms 
    [junit] (emb)memory.TriggerTests.test2InsertBeforeTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2UpdateAfterTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2UpdateAfterTriggerUpdatedLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2UpdateBeforeTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test3UpdateAfterTrigger used 0 ms 
    [junit] (emb)memory.TriggerTests.test3UpdateAfterTriggerStoredProc used 9 ms 
    [junit] (emb)memory.TriggerTests.test3UpdateBeforeTrigger used 1 ms 
    [junit] (emb)memory.TriggerTests.test3UpdateBeforeTriggerStoredProc used 0 ms 
    [junit] (emb)memory.TriggerTests.test4UpdateAfterTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test4UpdateAfterTriggerUpdatedLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test4UpdateBeforeTrigger used 0 ms 
    [junit] (emb)memory.TriggerTests.test5DeleteAfterTriggerNoReferencingClause used 1085 ms 
    [junit] (emb)memory.TriggerTests.test5DeleteBeforeTriggerNoReferencingClause used 1010 ms 
    [junit] (emb)memory.TriggerTests.test5InsertAfterTriggerNoReferencingClause used 1212 ms 
    [junit] (emb)memory.TriggerTests.test5InsertBeforeTriggerNoReferencingClause used 1074 ms 
    [junit] (emb)memory.TriggerTests.test5UpdateAfterTriggerNoReferencingClause used 1137 ms 
    [junit] (emb)memory.TriggerTests.test5UpdateBeforeTriggerNoReferencingClause used 1067 ms 
    [junit] (emb)memory.TriggerTests.test6UpdateAfterTriggerNoTriggerColumn used 0 ms 
    [junit] (emb)memory.BlobMemTest.xtestderby6096BlobhashJoin used 2774 ms 
    [junit] (emb)memory.BlobMemTest.testBlobLength used 1049 ms 
    [junit] (emb)memory.BlobMemTest.testBlobLengthTooLongDerby961 used 32 ms 
    [junit] (emb)memory.BlobMemTest.testBlobLengthWithLengthlessInsert used 885 ms 
    [junit] (emb)memory.BlobMemTest.testDerby4477_3645_3646_Repro_lowmem used 4977 ms 
    [junit] (emb)memory.BlobMemTest.testDerby5752DoubleMaterialization used 405 ms 
    [junit] (net)memory.BlobMemTest.testBlobLength used 2106 ms 
    [junit] (net)memory.BlobMemTest.testBlobLengthTooLongDerby961 used 104 ms 
    [junit] (net)memory.BlobMemTest.testBlobLengthWithLengthlessInsert used 1662 ms 
    [junit] (net)memory.BlobMemTest.testDerby4477_3645_3646_Repro_lowmem used 9124 ms 
    [junit] (net)memory.BlobMemTest.testDerby5752DoubleMaterialization used 2945 ms 
    [junit] (emb)memory.ClobMemTest.xtestderby6096ClobHashJoin used 21967 ms 
    [junit] (emb)memory.ClobMemTest.testClobLength used 2088 ms 
    [junit] (emb)memory.ClobMemTest.testClobLengthWithLengthlessInsert used 21 ms 
    [junit] (emb)memory.ClobMemTest.testDerby4477_3645_3646_Repro_lowmem_clob used 7834 ms 
    [junit] (net)memory.ClobMemTest.testClobLength used 8011 ms 
    [junit] (net)memory.ClobMemTest.testClobLengthWithLengthlessInsert used 28 ms 
    [junit] (net)memory.ClobMemTest.testDerby4477_3645_3646_Repro_lowmem_clob used 19101 ms 
    [junit] (emb)memory.MultiByteClobTest.testLargeMultiByteCharLob used 2929 ms 
    [junit] (emb)memory.MultiByteClobTest.testSmallMultiByteCharLob used 17 ms 
    [junit] (net)memory.MultiByteClobTest.testLargeMultiByteCharLob used 8107 ms 
    [junit] (net)memory.MultiByteClobTest.testSmallMultiByteCharLob used 20 ms 
    [junit] (emb)memory.RolesDependencyTest.testCurrentRoleDependencyMemleak used 9706 ms 
    [junit] (emb)memory.Derby3009Test.testTableWithManyForeignKeys used 4531 ms 
    [junit] (emb)memory.Derby5730Test.testLeak used 8077 ms 
    [junit] (emb)memory.MemoryLeakFixesTest.testPrepStmtD210 used 5000 ms 
    [junit] (emb)memory.MemoryLeakFixesTest.testReExecuteD557 used 1587 ms 
    [junit] (emb)memory.MemoryLeakFixesTest.testRepeatedDatabaseCreationWithAutoStats used 13576 ms 
    [junit] (emb)memory.MemoryLeakFixesTest.testResultSetgcD3316 used 347 ms 
    [junit] (net)memory.MemoryLeakFixesTest.testPrepStmtD210 used 7278 ms 
    [junit] (net)memory.MemoryLeakFixesTest.testReExecuteD557 used 11749 ms 
    [junit] (net)memory.MemoryLeakFixesTest.testRepeatedDatabaseCreationWithAutoStats used 16718 ms 
    [junit] (net)memory.MemoryLeakFixesTest.testResultSetgcD3316 used 1423 ms 
    [junit] (emb)memory.XAMemTest.testDerby4137_TransactionTimeoutSpecifiedNotExceeded used 6172 ms 
    [junit] java.security.AccessControlException: access denied ("java.io.FilePermission" "<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jacoco.exec"> "write")
    [junit] 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
    [junit] 	at java.base/java.security.AccessController.checkPermission(AccessController.java:895)
    [junit] 	at java.base/java.lang.SecurityManager.checkPermission(SecurityManager.java:558)
    [junit] 	at java.base/java.lang.SecurityManager.checkWrite(SecurityManager.java:988)
    [junit] 	at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:208)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.output.FileOutput.openFile(FileOutput.java:67)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.output.FileOutput.writeExecutionData(FileOutput.java:53)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.Agent.shutdown(Agent.java:137)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.Agent$1.run(Agent.java:54)
    [junit] (net)memory.XAMemTest.testDerby4137_TransactionTimeoutSpecifiedNotExceeded used 75389 ms Tests run: 69, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 296.726 sec

junit-all:

getsvnversion:
     [echo] Revision number set to 1834870.

jacoco-report:
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.1>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.10>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.100>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.101>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.102>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.103>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.104>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.105>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.106>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.107>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.108>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.109>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.11>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.110>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.111>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.112>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.113>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.114>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.115>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.116>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.117>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.118>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.119>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.12>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.120>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.121>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.122>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.123>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.124>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.125>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.126>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.127>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.128>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.13>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.14>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.15>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.16>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.17>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.18>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.19>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.2>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.20>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.21>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.22>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.23>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.24>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.25>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.26>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.27>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.28>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.29>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.3>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.30>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.31>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.32>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.33>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.34>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.35>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.36>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.37>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.38>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.39>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.4>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.40>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.41>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.42>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.43>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.44>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.45>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.46>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.47>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.48>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.49>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.5>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.50>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.51>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.52>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.53>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.54>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.55>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.56>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.57>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.58>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.59>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.6>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.60>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.61>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.62>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.63>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.64>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.65>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.66>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.67>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.68>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.69>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.7>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.70>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.71>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.72>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.73>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.74>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.75>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.76>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.77>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.78>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.79>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.8>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.80>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.81>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.82>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.83>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.84>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.85>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.86>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.87>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.88>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.89>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.9>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.90>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.91>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.92>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.93>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.94>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.95>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.96>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.97>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.98>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/jacoco.exec.99>
[jacoco:merge] Writing merged execution data to <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/merged.exec>
[jacoco:report] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180702_1759/merged.exec>
[jacoco:report] Writing bundle 'Apache Derby Code Coverage (revision 1834870, JRE 9)' with 0 classes

BUILD FAILED
<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>:2751: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/java/client> does not exist.

Total time: 223 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Recording test results
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

Build failed in Jenkins: Derby-JaCoCo #310

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/310/display/redirect?page=changes>

Changes:

[rhillegas] DERBY-6945: Change names of root directories in the generated tree so that they match their target modules; commit derby-6945-40-aa-generatedSource-dirNames.diff.

------------------------------------------
[...truncated 2.42 MB...]
    [junit] (net)management.NetworkServerMBeanTest.testAttributeWaitingConnectionCount used 8 ms 
    [junit] (net)management.NetworkServerMBeanTest.testDrdaKeepAlive used 8 ms 
    [junit] (net)management.NetworkServerMBeanTest.testOperationPing used 6 ms 
    [junit] (emb)management.CustomMBeanServerBuilderTest.testDerbyBootWithCusomMBeanServerBuilderDerby3887 used 18 ms 
    [junit] (net)management.CacheManagerMBeanTest.testAllMBeansStartedAndStopped used 370 ms 
    [junit] (net)management.CacheManagerMBeanTest.testContainerCache used 538 ms 
    [junit] (net)management.CacheManagerMBeanTest.testPageCache used 879 ms 
    [junit] (net)management.CacheManagerMBeanTest.testStatementCache used 1118 ms 
    [junit] (net)management.CacheManagerMBeanTest.testAllMBeansStartedAndStopped used 1438 ms 
    [junit] (net)management.CacheManagerMBeanTest.testContainerCache used 491 ms 
    [junit] (net)management.CacheManagerMBeanTest.testPageCache used 1024 ms 
    [junit] (net)management.CacheManagerMBeanTest.testStatementCache used 1395 ms 
    [junit] (emb)management.CacheManagerMBeanTest.withoutPermsTest used 374 ms 
    [junit] (emb)management.CacheManagerMBeanTest.withPermsTest used 357 ms Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.364 sec

junit-lowmem:
    [junit] Running org.apache.derbyTesting.functionTests.tests.memory._Suite
    [junit] 
    [junit] (emb)memory.TriggerTests.test1DeleteAfterTrigger used 4 ms 
    [junit] (emb)memory.TriggerTests.test1DeleteAfterTriggerStoredProc used 0 ms 
    [junit] (emb)memory.TriggerTests.test1DeleteBeforeTrigger used 0 ms 
    [junit] (emb)memory.TriggerTests.test1DeleteBeforeTriggerStoredProc used 0 ms 
    [junit] (emb)memory.TriggerTests.test1InsertAfterTrigger used 1683 ms 
    [junit] (emb)memory.TriggerTests.test1InsertAfterTriggerStoredProc used 1323 ms 
    [junit] (emb)memory.TriggerTests.test1InsertBeforeTrigger used 1313 ms 
    [junit] (emb)memory.TriggerTests.test1InsertBeforeTriggerStoredProc used 1256 ms 
    [junit] (emb)memory.TriggerTests.test1UpdateAfterTrigger used 1168 ms 
    [junit] (emb)memory.TriggerTests.test1UpdateAfterTriggerStoredProc used 1174 ms 
    [junit] (emb)memory.TriggerTests.test1UpdateBeforeTrigger used 1232 ms 
    [junit] (emb)memory.TriggerTests.test1UpdateBeforeTriggerStoredProc used 1091 ms 
    [junit] (emb)memory.TriggerTests.test2DeleteAfterTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2DeleteBeforeTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2InsertAfterTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2InsertAfterTriggerUpdatedLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2InsertBeforeTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2UpdateAfterTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2UpdateAfterTriggerUpdatedLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2UpdateBeforeTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test3UpdateAfterTrigger used 0 ms 
    [junit] (emb)memory.TriggerTests.test3UpdateAfterTriggerStoredProc used 1 ms 
    [junit] (emb)memory.TriggerTests.test3UpdateBeforeTrigger used 0 ms 
    [junit] (emb)memory.TriggerTests.test3UpdateBeforeTriggerStoredProc used 0 ms 
    [junit] (emb)memory.TriggerTests.test4UpdateAfterTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test4UpdateAfterTriggerUpdatedLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test4UpdateBeforeTrigger used 0 ms 
    [junit] (emb)memory.TriggerTests.test5DeleteAfterTriggerNoReferencingClause used 1241 ms 
    [junit] (emb)memory.TriggerTests.test5DeleteBeforeTriggerNoReferencingClause used 1206 ms 
    [junit] (emb)memory.TriggerTests.test5InsertAfterTriggerNoReferencingClause used 1141 ms 
    [junit] (emb)memory.TriggerTests.test5InsertBeforeTriggerNoReferencingClause used 1176 ms 
    [junit] (emb)memory.TriggerTests.test5UpdateAfterTriggerNoReferencingClause used 1085 ms 
    [junit] (emb)memory.TriggerTests.test5UpdateBeforeTriggerNoReferencingClause used 832 ms 
    [junit] (emb)memory.TriggerTests.test6UpdateAfterTriggerNoTriggerColumn used 0 ms 
    [junit] (emb)memory.BlobMemTest.xtestderby6096BlobhashJoin used 2341 ms 
    [junit] (emb)memory.BlobMemTest.testBlobLength used 926 ms 
    [junit] (emb)memory.BlobMemTest.testBlobLengthTooLongDerby961 used 141 ms 
    [junit] (emb)memory.BlobMemTest.testBlobLengthWithLengthlessInsert used 1585 ms 
    [junit] (emb)memory.BlobMemTest.testDerby4477_3645_3646_Repro_lowmem used 5294 ms 
    [junit] (emb)memory.BlobMemTest.testDerby5752DoubleMaterialization used 443 ms 
    [junit] (net)memory.BlobMemTest.testBlobLength used 2157 ms 
    [junit] (net)memory.BlobMemTest.testBlobLengthTooLongDerby961 used 133 ms 
    [junit] (net)memory.BlobMemTest.testBlobLengthWithLengthlessInsert used 1690 ms 
    [junit] (net)memory.BlobMemTest.testDerby4477_3645_3646_Repro_lowmem used 8444 ms 
    [junit] (net)memory.BlobMemTest.testDerby5752DoubleMaterialization used 462 ms 
    [junit] (emb)memory.ClobMemTest.xtestderby6096ClobHashJoin used 23941 ms 
    [junit] (emb)memory.ClobMemTest.testClobLength used 1693 ms 
    [junit] (emb)memory.ClobMemTest.testClobLengthWithLengthlessInsert used 29 ms 
    [junit] (emb)memory.ClobMemTest.testDerby4477_3645_3646_Repro_lowmem_clob used 7371 ms 
    [junit] (net)memory.ClobMemTest.testClobLength used 9154 ms 
    [junit] (net)memory.ClobMemTest.testClobLengthWithLengthlessInsert used 43 ms 
    [junit] (net)memory.ClobMemTest.testDerby4477_3645_3646_Repro_lowmem_clob used 20647 ms 
    [junit] (emb)memory.MultiByteClobTest.testLargeMultiByteCharLob used 2364 ms 
    [junit] (emb)memory.MultiByteClobTest.testSmallMultiByteCharLob used 8 ms 
    [junit] (net)memory.MultiByteClobTest.testLargeMultiByteCharLob used 8574 ms 
    [junit] (net)memory.MultiByteClobTest.testSmallMultiByteCharLob used 34 ms 
    [junit] (emb)memory.RolesDependencyTest.testCurrentRoleDependencyMemleak used 10531 ms 
    [junit] (emb)memory.Derby3009Test.testTableWithManyForeignKeys used 4683 ms 
    [junit] (emb)memory.Derby5730Test.testLeak used 8064 ms 
    [junit] (emb)memory.MemoryLeakFixesTest.testPrepStmtD210 used 4697 ms 
    [junit] (emb)memory.MemoryLeakFixesTest.testReExecuteD557 used 1283 ms 
    [junit] (emb)memory.MemoryLeakFixesTest.testRepeatedDatabaseCreationWithAutoStats used 10699 ms 
    [junit] (emb)memory.MemoryLeakFixesTest.testResultSetgcD3316 used 303 ms 
    [junit] (net)memory.MemoryLeakFixesTest.testPrepStmtD210 used 7029 ms 
    [junit] (net)memory.MemoryLeakFixesTest.testReExecuteD557 used 11014 ms 
    [junit] (net)memory.MemoryLeakFixesTest.testRepeatedDatabaseCreationWithAutoStats used 12904 ms 
    [junit] (net)memory.MemoryLeakFixesTest.testResultSetgcD3316 used 1537 ms 
    [junit] (emb)memory.XAMemTest.testDerby4137_TransactionTimeoutSpecifiedNotExceeded used 5502 ms 
    [junit] java.security.AccessControlException: access denied ("java.io.FilePermission" "<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jacoco.exec"> "write")
    [junit] 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
    [junit] 	at java.base/java.security.AccessController.checkPermission(AccessController.java:895)
    [junit] 	at java.base/java.lang.SecurityManager.checkPermission(SecurityManager.java:558)
    [junit] 	at java.base/java.lang.SecurityManager.checkWrite(SecurityManager.java:988)
    [junit] 	at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:208)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.output.FileOutput.openFile(FileOutput.java:67)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.output.FileOutput.writeExecutionData(FileOutput.java:53)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.Agent.shutdown(Agent.java:137)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.Agent$1.run(Agent.java:54)
    [junit] (net)memory.XAMemTest.testDerby4137_TransactionTimeoutSpecifiedNotExceeded used 76626 ms Tests run: 69, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 289.738 sec

junit-all:

getsvnversion:
     [echo] Revision number set to 1834528.

jacoco-report:
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.1>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.10>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.100>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.101>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.102>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.103>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.104>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.105>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.106>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.107>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.108>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.109>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.11>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.110>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.111>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.112>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.113>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.114>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.115>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.116>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.117>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.118>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.119>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.12>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.120>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.121>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.122>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.123>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.124>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.125>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.126>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.127>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.128>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.13>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.14>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.15>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.16>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.17>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.18>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.19>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.2>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.20>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.21>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.22>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.23>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.24>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.25>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.26>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.27>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.28>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.29>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.3>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.30>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.31>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.32>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.33>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.34>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.35>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.36>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.37>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.38>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.39>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.4>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.40>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.41>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.42>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.43>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.44>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.45>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.46>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.47>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.48>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.49>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.5>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.50>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.51>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.52>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.53>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.54>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.55>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.56>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.57>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.58>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.59>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.6>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.60>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.61>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.62>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.63>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.64>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.65>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.66>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.67>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.68>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.69>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.7>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.70>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.71>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.72>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.73>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.74>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.75>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.76>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.77>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.78>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.79>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.8>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.80>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.81>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.82>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.83>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.84>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.85>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.86>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.87>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.88>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.89>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.9>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.90>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.91>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.92>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.93>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.94>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.95>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.96>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.97>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.98>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/jacoco.exec.99>
[jacoco:merge] Writing merged execution data to <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/merged.exec>
[jacoco:report] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180627_1821/merged.exec>
[jacoco:report] Writing bundle 'Apache Derby Code Coverage (revision 1834528, JRE 9)' with 0 classes

BUILD FAILED
<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>:2820: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/java/client> does not exist.

Total time: 224 minutes 6 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Recording test results
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

Build failed in Jenkins: Derby-JaCoCo #309

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/309/display/redirect?page=changes>

Changes:

[rhillegas] DERBY-6945: Cleanup more javadoc warnings; commit derby-6945-39-aa-javadocCleanup.diff.

------------------------------------------
[...truncated 2.42 MB...]
    [junit] (net)management.NetworkServerMBeanTest.testAttributeWaitingConnectionCount used 8 ms 
    [junit] (net)management.NetworkServerMBeanTest.testDrdaKeepAlive used 11 ms 
    [junit] (net)management.NetworkServerMBeanTest.testOperationPing used 8 ms 
    [junit] (emb)management.CustomMBeanServerBuilderTest.testDerbyBootWithCusomMBeanServerBuilderDerby3887 used 19 ms 
    [junit] (net)management.CacheManagerMBeanTest.testAllMBeansStartedAndStopped used 396 ms 
    [junit] (net)management.CacheManagerMBeanTest.testContainerCache used 449 ms 
    [junit] (net)management.CacheManagerMBeanTest.testPageCache used 726 ms 
    [junit] (net)management.CacheManagerMBeanTest.testStatementCache used 1015 ms 
    [junit] (net)management.CacheManagerMBeanTest.testAllMBeansStartedAndStopped used 1309 ms 
    [junit] (net)management.CacheManagerMBeanTest.testContainerCache used 499 ms 
    [junit] (net)management.CacheManagerMBeanTest.testPageCache used 862 ms 
    [junit] (net)management.CacheManagerMBeanTest.testStatementCache used 989 ms 
    [junit] (emb)management.CacheManagerMBeanTest.withoutPermsTest used 281 ms 
    [junit] (emb)management.CacheManagerMBeanTest.withPermsTest used 250 ms Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.805 sec

junit-lowmem:
    [junit] Running org.apache.derbyTesting.functionTests.tests.memory._Suite
    [junit] 
    [junit] (emb)memory.TriggerTests.test1DeleteAfterTrigger used 3 ms 
    [junit] (emb)memory.TriggerTests.test1DeleteAfterTriggerStoredProc used 0 ms 
    [junit] (emb)memory.TriggerTests.test1DeleteBeforeTrigger used 11 ms 
    [junit] (emb)memory.TriggerTests.test1DeleteBeforeTriggerStoredProc used 0 ms 
    [junit] (emb)memory.TriggerTests.test1InsertAfterTrigger used 1440 ms 
    [junit] (emb)memory.TriggerTests.test1InsertAfterTriggerStoredProc used 1100 ms 
    [junit] (emb)memory.TriggerTests.test1InsertBeforeTrigger used 1092 ms 
    [junit] (emb)memory.TriggerTests.test1InsertBeforeTriggerStoredProc used 1195 ms 
    [junit] (emb)memory.TriggerTests.test1UpdateAfterTrigger used 1037 ms 
    [junit] (emb)memory.TriggerTests.test1UpdateAfterTriggerStoredProc used 1042 ms 
    [junit] (emb)memory.TriggerTests.test1UpdateBeforeTrigger used 1002 ms 
    [junit] (emb)memory.TriggerTests.test1UpdateBeforeTriggerStoredProc used 913 ms 
    [junit] (emb)memory.TriggerTests.test2DeleteAfterTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2DeleteBeforeTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2InsertAfterTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2InsertAfterTriggerUpdatedLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2InsertBeforeTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2UpdateAfterTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2UpdateAfterTriggerUpdatedLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2UpdateBeforeTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test3UpdateAfterTrigger used 1 ms 
    [junit] (emb)memory.TriggerTests.test3UpdateAfterTriggerStoredProc used 0 ms 
    [junit] (emb)memory.TriggerTests.test3UpdateBeforeTrigger used 0 ms 
    [junit] (emb)memory.TriggerTests.test3UpdateBeforeTriggerStoredProc used 0 ms 
    [junit] (emb)memory.TriggerTests.test4UpdateAfterTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test4UpdateAfterTriggerUpdatedLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test4UpdateBeforeTrigger used 0 ms 
    [junit] (emb)memory.TriggerTests.test5DeleteAfterTriggerNoReferencingClause used 894 ms 
    [junit] (emb)memory.TriggerTests.test5DeleteBeforeTriggerNoReferencingClause used 1010 ms 
    [junit] (emb)memory.TriggerTests.test5InsertAfterTriggerNoReferencingClause used 890 ms 
    [junit] (emb)memory.TriggerTests.test5InsertBeforeTriggerNoReferencingClause used 1064 ms 
    [junit] (emb)memory.TriggerTests.test5UpdateAfterTriggerNoReferencingClause used 862 ms 
    [junit] (emb)memory.TriggerTests.test5UpdateBeforeTriggerNoReferencingClause used 1008 ms 
    [junit] (emb)memory.TriggerTests.test6UpdateAfterTriggerNoTriggerColumn used 1 ms 
    [junit] (emb)memory.BlobMemTest.xtestderby6096BlobhashJoin used 2147 ms 
    [junit] (emb)memory.BlobMemTest.testBlobLength used 1042 ms 
    [junit] (emb)memory.BlobMemTest.testBlobLengthTooLongDerby961 used 52 ms 
    [junit] (emb)memory.BlobMemTest.testBlobLengthWithLengthlessInsert used 972 ms 
    [junit] (emb)memory.BlobMemTest.testDerby4477_3645_3646_Repro_lowmem used 4480 ms 
    [junit] (emb)memory.BlobMemTest.testDerby5752DoubleMaterialization used 455 ms 
    [junit] (net)memory.BlobMemTest.testBlobLength used 2116 ms 
    [junit] (net)memory.BlobMemTest.testBlobLengthTooLongDerby961 used 185 ms 
    [junit] (net)memory.BlobMemTest.testBlobLengthWithLengthlessInsert used 1547 ms 
    [junit] (net)memory.BlobMemTest.testDerby4477_3645_3646_Repro_lowmem used 7910 ms 
    [junit] (net)memory.BlobMemTest.testDerby5752DoubleMaterialization used 426 ms 
    [junit] (emb)memory.ClobMemTest.xtestderby6096ClobHashJoin used 22258 ms 
    [junit] (emb)memory.ClobMemTest.testClobLength used 1322 ms 
    [junit] (emb)memory.ClobMemTest.testClobLengthWithLengthlessInsert used 20 ms 
    [junit] (emb)memory.ClobMemTest.testDerby4477_3645_3646_Repro_lowmem_clob used 6439 ms 
    [junit] (net)memory.ClobMemTest.testClobLength used 8848 ms 
    [junit] (net)memory.ClobMemTest.testClobLengthWithLengthlessInsert used 23 ms 
    [junit] (net)memory.ClobMemTest.testDerby4477_3645_3646_Repro_lowmem_clob used 19098 ms 
    [junit] (emb)memory.MultiByteClobTest.testLargeMultiByteCharLob used 2172 ms 
    [junit] (emb)memory.MultiByteClobTest.testSmallMultiByteCharLob used 7 ms 
    [junit] (net)memory.MultiByteClobTest.testLargeMultiByteCharLob used 7671 ms 
    [junit] (net)memory.MultiByteClobTest.testSmallMultiByteCharLob used 119 ms 
    [junit] (emb)memory.RolesDependencyTest.testCurrentRoleDependencyMemleak used 8270 ms 
    [junit] (emb)memory.Derby3009Test.testTableWithManyForeignKeys used 3558 ms 
    [junit] (emb)memory.Derby5730Test.testLeak used 6050 ms 
    [junit] (emb)memory.MemoryLeakFixesTest.testPrepStmtD210 used 3659 ms 
    [junit] (emb)memory.MemoryLeakFixesTest.testReExecuteD557 used 1065 ms 
    [junit] (emb)memory.MemoryLeakFixesTest.testRepeatedDatabaseCreationWithAutoStats used 11193 ms 
    [junit] (emb)memory.MemoryLeakFixesTest.testResultSetgcD3316 used 352 ms 
    [junit] (net)memory.MemoryLeakFixesTest.testPrepStmtD210 used 6270 ms 
    [junit] (net)memory.MemoryLeakFixesTest.testReExecuteD557 used 14300 ms 
    [junit] (net)memory.MemoryLeakFixesTest.testRepeatedDatabaseCreationWithAutoStats used 11743 ms 
    [junit] (net)memory.MemoryLeakFixesTest.testResultSetgcD3316 used 1612 ms 
    [junit] (emb)memory.XAMemTest.testDerby4137_TransactionTimeoutSpecifiedNotExceeded used 5726 ms 
    [junit] (net)memory.XAMemTest.testDerby4137_TransactionTimeoutSpecifiedNotExceeded used 80818 ms Tests run: 69, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 273.956 sec
    [junit] java.security.AccessControlException: access denied ("java.io.FilePermission" "<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jacoco.exec"> "write")
    [junit] 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
    [junit] 	at java.base/java.security.AccessController.checkPermission(AccessController.java:895)
    [junit] 	at java.base/java.lang.SecurityManager.checkPermission(SecurityManager.java:558)
    [junit] 	at java.base/java.lang.SecurityManager.checkWrite(SecurityManager.java:988)
    [junit] 	at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:208)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.output.FileOutput.openFile(FileOutput.java:67)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.output.FileOutput.writeExecutionData(FileOutput.java:53)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.Agent.shutdown(Agent.java:137)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.Agent$1.run(Agent.java:54)

junit-all:

getsvnversion:
     [echo] Revision number set to 1833626.

jacoco-report:
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.1>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.10>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.100>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.101>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.102>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.103>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.104>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.105>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.106>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.107>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.108>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.109>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.11>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.110>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.111>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.112>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.113>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.114>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.115>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.116>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.117>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.118>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.119>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.12>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.120>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.121>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.122>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.123>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.124>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.125>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.126>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.127>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.128>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.13>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.14>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.15>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.16>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.17>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.18>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.19>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.2>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.20>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.21>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.22>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.23>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.24>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.25>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.26>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.27>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.28>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.29>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.3>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.30>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.31>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.32>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.33>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.34>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.35>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.36>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.37>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.38>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.39>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.4>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.40>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.41>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.42>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.43>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.44>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.45>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.46>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.47>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.48>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.49>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.5>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.50>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.51>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.52>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.53>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.54>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.55>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.56>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.57>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.58>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.59>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.6>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.60>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.61>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.62>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.63>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.64>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.65>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.66>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.67>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.68>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.69>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.7>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.70>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.71>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.72>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.73>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.74>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.75>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.76>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.77>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.78>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.79>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.8>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.80>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.81>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.82>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.83>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.84>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.85>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.86>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.87>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.88>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.89>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.9>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.90>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.91>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.92>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.93>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.94>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.95>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.96>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.97>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.98>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/jacoco.exec.99>
[jacoco:merge] Writing merged execution data to <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/merged.exec>
[jacoco:report] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180616_0119/merged.exec>
[jacoco:report] Writing bundle 'Apache Derby Code Coverage (revision 1833626, JRE 9)' with 0 classes

BUILD FAILED
<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>:2820: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/java/client> does not exist.

Total time: 190 minutes 55 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Recording test results
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

Build failed in Jenkins: Derby-JaCoCo #308

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/308/display/redirect?page=changes>

Changes:

[rhillegas] DERBY-6945: Cleanup javadoc warnings; commit derby-6945-38-aa-javadocCleanup.diff.

[rhillegas] -d

------------------------------------------
[...truncated 2.42 MB...]
    [junit] (net)management.NetworkServerMBeanTest.testAttributeWaitingConnectionCount used 6 ms 
    [junit] (net)management.NetworkServerMBeanTest.testDrdaKeepAlive used 6 ms 
    [junit] (net)management.NetworkServerMBeanTest.testOperationPing used 6 ms 
    [junit] (emb)management.CustomMBeanServerBuilderTest.testDerbyBootWithCusomMBeanServerBuilderDerby3887 used 16 ms 
    [junit] (net)management.CacheManagerMBeanTest.testAllMBeansStartedAndStopped used 739 ms 
    [junit] (net)management.CacheManagerMBeanTest.testContainerCache used 492 ms 
    [junit] (net)management.CacheManagerMBeanTest.testPageCache used 873 ms 
    [junit] (net)management.CacheManagerMBeanTest.testStatementCache used 1257 ms 
    [junit] (net)management.CacheManagerMBeanTest.testAllMBeansStartedAndStopped used 1457 ms 
    [junit] (net)management.CacheManagerMBeanTest.testContainerCache used 557 ms 
    [junit] (net)management.CacheManagerMBeanTest.testPageCache used 956 ms 
    [junit] (net)management.CacheManagerMBeanTest.testStatementCache used 1345 ms 
    [junit] (emb)management.CacheManagerMBeanTest.withoutPermsTest used 369 ms 
    [junit] (emb)management.CacheManagerMBeanTest.withPermsTest used 400 ms Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.166 sec

junit-lowmem:
    [junit] Running org.apache.derbyTesting.functionTests.tests.memory._Suite
    [junit] 
    [junit] (emb)memory.TriggerTests.test1DeleteAfterTrigger used 4 ms 
    [junit] (emb)memory.TriggerTests.test1DeleteAfterTriggerStoredProc used 0 ms 
    [junit] (emb)memory.TriggerTests.test1DeleteBeforeTrigger used 0 ms 
    [junit] (emb)memory.TriggerTests.test1DeleteBeforeTriggerStoredProc used 0 ms 
    [junit] (emb)memory.TriggerTests.test1InsertAfterTrigger used 1914 ms 
    [junit] (emb)memory.TriggerTests.test1InsertAfterTriggerStoredProc used 1535 ms 
    [junit] (emb)memory.TriggerTests.test1InsertBeforeTrigger used 1255 ms 
    [junit] (emb)memory.TriggerTests.test1InsertBeforeTriggerStoredProc used 1373 ms 
    [junit] (emb)memory.TriggerTests.test1UpdateAfterTrigger used 1131 ms 
    [junit] (emb)memory.TriggerTests.test1UpdateAfterTriggerStoredProc used 1128 ms 
    [junit] (emb)memory.TriggerTests.test1UpdateBeforeTrigger used 1024 ms 
    [junit] (emb)memory.TriggerTests.test1UpdateBeforeTriggerStoredProc used 1175 ms 
    [junit] (emb)memory.TriggerTests.test2DeleteAfterTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2DeleteBeforeTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2InsertAfterTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2InsertAfterTriggerUpdatedLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2InsertBeforeTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2UpdateAfterTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2UpdateAfterTriggerUpdatedLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test2UpdateBeforeTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test3UpdateAfterTrigger used 0 ms 
    [junit] (emb)memory.TriggerTests.test3UpdateAfterTriggerStoredProc used 1 ms 
    [junit] (emb)memory.TriggerTests.test3UpdateBeforeTrigger used 0 ms 
    [junit] (emb)memory.TriggerTests.test3UpdateBeforeTriggerStoredProc used 0 ms 
    [junit] (emb)memory.TriggerTests.test4UpdateAfterTriggerAccessLOB used 0 ms 
    [junit] (emb)memory.TriggerTests.test4UpdateAfterTriggerUpdatedLOB used 1 ms 
    [junit] (emb)memory.TriggerTests.test4UpdateBeforeTrigger used 0 ms 
    [junit] (emb)memory.TriggerTests.test5DeleteAfterTriggerNoReferencingClause used 993 ms 
    [junit] (emb)memory.TriggerTests.test5DeleteBeforeTriggerNoReferencingClause used 1465 ms 
    [junit] (emb)memory.TriggerTests.test5InsertAfterTriggerNoReferencingClause used 1049 ms 
    [junit] (emb)memory.TriggerTests.test5InsertBeforeTriggerNoReferencingClause used 994 ms 
    [junit] (emb)memory.TriggerTests.test5UpdateAfterTriggerNoReferencingClause used 1129 ms 
    [junit] (emb)memory.TriggerTests.test5UpdateBeforeTriggerNoReferencingClause used 1029 ms 
    [junit] (emb)memory.TriggerTests.test6UpdateAfterTriggerNoTriggerColumn used 0 ms 
    [junit] (emb)memory.BlobMemTest.xtestderby6096BlobhashJoin used 2440 ms 
    [junit] (emb)memory.BlobMemTest.testBlobLength used 1002 ms 
    [junit] (emb)memory.BlobMemTest.testBlobLengthTooLongDerby961 used 37 ms 
    [junit] (emb)memory.BlobMemTest.testBlobLengthWithLengthlessInsert used 972 ms 
    [junit] (emb)memory.BlobMemTest.testDerby4477_3645_3646_Repro_lowmem used 4861 ms 
    [junit] (emb)memory.BlobMemTest.testDerby5752DoubleMaterialization used 434 ms 
    [junit] (net)memory.BlobMemTest.testBlobLength used 2032 ms 
    [junit] (net)memory.BlobMemTest.testBlobLengthTooLongDerby961 used 211 ms 
    [junit] (net)memory.BlobMemTest.testBlobLengthWithLengthlessInsert used 1491 ms 
    [junit] (net)memory.BlobMemTest.testDerby4477_3645_3646_Repro_lowmem used 8141 ms 
    [junit] (net)memory.BlobMemTest.testDerby5752DoubleMaterialization used 474 ms 
    [junit] (emb)memory.ClobMemTest.xtestderby6096ClobHashJoin used 29726 ms 
    [junit] (emb)memory.ClobMemTest.testClobLength used 1661 ms 
    [junit] (emb)memory.ClobMemTest.testClobLengthWithLengthlessInsert used 129 ms 
    [junit] (emb)memory.ClobMemTest.testDerby4477_3645_3646_Repro_lowmem_clob used 6602 ms 
    [junit] (net)memory.ClobMemTest.testClobLength used 7896 ms 
    [junit] (net)memory.ClobMemTest.testClobLengthWithLengthlessInsert used 35 ms 
    [junit] (net)memory.ClobMemTest.testDerby4477_3645_3646_Repro_lowmem_clob used 18296 ms 
    [junit] (emb)memory.MultiByteClobTest.testLargeMultiByteCharLob used 2683 ms 
    [junit] (emb)memory.MultiByteClobTest.testSmallMultiByteCharLob used 9 ms 
    [junit] (net)memory.MultiByteClobTest.testLargeMultiByteCharLob used 7789 ms 
    [junit] (net)memory.MultiByteClobTest.testSmallMultiByteCharLob used 149 ms 
    [junit] (emb)memory.RolesDependencyTest.testCurrentRoleDependencyMemleak used 10340 ms 
    [junit] (emb)memory.Derby3009Test.testTableWithManyForeignKeys used 4798 ms 
    [junit] (emb)memory.Derby5730Test.testLeak used 8065 ms 
    [junit] (emb)memory.MemoryLeakFixesTest.testPrepStmtD210 used 5041 ms 
    [junit] (emb)memory.MemoryLeakFixesTest.testReExecuteD557 used 1530 ms 
    [junit] (emb)memory.MemoryLeakFixesTest.testRepeatedDatabaseCreationWithAutoStats used 13352 ms 
    [junit] (emb)memory.MemoryLeakFixesTest.testResultSetgcD3316 used 341 ms 
    [junit] (net)memory.MemoryLeakFixesTest.testPrepStmtD210 used 7100 ms 
    [junit] (net)memory.MemoryLeakFixesTest.testReExecuteD557 used 11772 ms 
    [junit] (net)memory.MemoryLeakFixesTest.testRepeatedDatabaseCreationWithAutoStats used 15127 ms 
    [junit] (net)memory.MemoryLeakFixesTest.testResultSetgcD3316 used 1585 ms 
    [junit] (emb)memory.XAMemTest.testDerby4137_TransactionTimeoutSpecifiedNotExceeded used 5429 ms 
    [junit] (net)memory.XAMemTest.testDerby4137_TransactionTimeoutSpecifiedNotExceeded used 75643 ms Tests run: 69, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 292.997 sec
    [junit] java.security.AccessControlException: access denied ("java.io.FilePermission" "<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jacoco.exec"> "write")
    [junit] 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
    [junit] 	at java.base/java.security.AccessController.checkPermission(AccessController.java:895)
    [junit] 	at java.base/java.lang.SecurityManager.checkPermission(SecurityManager.java:558)
    [junit] 	at java.base/java.lang.SecurityManager.checkWrite(SecurityManager.java:988)
    [junit] 	at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:208)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.output.FileOutput.openFile(FileOutput.java:67)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.output.FileOutput.writeExecutionData(FileOutput.java:53)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.Agent.shutdown(Agent.java:137)
    [junit] 	at org.jacoco.agent.rt.internal_8ff85ea.Agent$1.run(Agent.java:54)

junit-all:

getsvnversion:
     [echo] Revision number set to 1833347.

jacoco-report:
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.1>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.10>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.100>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.101>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.102>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.103>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.104>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.105>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.106>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.107>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.108>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.109>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.11>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.110>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.111>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.112>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.113>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.114>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.115>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.116>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.117>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.118>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.119>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.12>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.120>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.121>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.122>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.123>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.124>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.125>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.126>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.127>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.128>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.13>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.14>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.15>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.16>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.17>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.18>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.19>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.2>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.20>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.21>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.22>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.23>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.24>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.25>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.26>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.27>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.28>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.29>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.3>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.30>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.31>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.32>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.33>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.34>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.35>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.36>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.37>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.38>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.39>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.4>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.40>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.41>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.42>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.43>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.44>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.45>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.46>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.47>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.48>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.49>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.5>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.50>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.51>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.52>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.53>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.54>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.55>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.56>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.57>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.58>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.59>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.6>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.60>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.61>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.62>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.63>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.64>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.65>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.66>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.67>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.68>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.69>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.7>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.70>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.71>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.72>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.73>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.74>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.75>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.76>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.77>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.78>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.79>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.8>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.80>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.81>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.82>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.83>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.84>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.85>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.86>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.87>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.88>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.89>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.9>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.90>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.91>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.92>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.93>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.94>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.95>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.96>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.97>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.98>
[jacoco:merge] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/jacoco.exec.99>
[jacoco:merge] Writing merged execution data to <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/merged.exec>
[jacoco:report] Loading execution data file <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/junit_20180611_1759/merged.exec>
[jacoco:report] Writing bundle 'Apache Derby Code Coverage (revision 1833347, JRE 9)' with 0 classes

BUILD FAILED
<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>:2820: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/java/client> does not exist.

Total time: 214 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Recording test results
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

Jenkins build is still unstable: Derby-JaCoCo #307

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/307/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #306

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/306/display/redirect?page=changes>


Jenkins build is unstable: Derby-JaCoCo #305

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/305/display/redirect?page=changes>


Build failed in Jenkins: Derby-JaCoCo #304

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/304/display/redirect?page=changes>

Changes:

[rhillegas] DERBY-6945: Add Apache license headers to module descriptors; commit derby-6945-34-aa-licenseHeaders.diff.

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H21 (ubuntu xenial) in workspace <https://builds.apache.org/job/Derby-JaCoCo/ws/>
Updating https://svn.apache.org/repos/asf/db/derby/code/trunk at revision '2018-05-11T17:56:19.417 +0000'
U         java/run/module-info.java
U         java/engine/module-info.java
U         java/optional/module-info.java
U         java/shared/org/apache/derby/shared/common/i18n/MessageService.java
U         java/shared/module-info.java
U         java/drda/module-info.java
U         java/testing/module-info.java
U         java/client/module-info.java
U         java/build/org/apache/derbyBuild/splitmessages.java
U         java/stubs/felix/module-info.java
U         java/tools/build.xml
U         java/tools/module-info.java
At revision 1831436

Updating https://svn.apache.org/repos/asf/db/derby/jars at revision '2018-05-11T17:56:19.417 +0000'
At revision 1831436

No changes for https://svn.apache.org/repos/asf/db/derby/jars since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[Derby-JaCoCo] $ /bin/bash -xe /tmp/jenkins5311745888566890284.sh
+ echo 'JAVA_HOME: /home/jenkins/tools/java/latest1.9'
JAVA_HOME: /home/jenkins/tools/java/latest1.9
+ jacoco_version=0.7.9
+ jacoco_zip_sha1=1d56a66be0f4a6b529d8f983ab65cc77a52cccb6
+ jacocoant_sha1=87aa22de3854fd5a43e37a17c4b245b01a46de93
+ jacocoagent_sha1=a6ac9cca89d889222a40dab9dd5039bfd22a4cff
+ cat
+ sha1sum -c sha1sum.txt
trunk/tools/java/jacocoant.jar: OK
trunk/tools/java/jacocoagent.jar: OK
+ rm -rf 'trunk/junit_*' coverage-report
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml clobber cleanalljars
Buildfile: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>

clean:

cleangenerated:

cleanstate:

cleanreleasefiles:

clobber:

cleanalljars:

BUILD SUCCESSFUL
Total time: 0 seconds
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml -Dsane=false -Ddebug=true all buildjars
Buildfile: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>

checkCompilerLevel:

version_check:

makeOutDirs:
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/build>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/client>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/demo>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/drda>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/engine>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/optional>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/run>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/shared>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/storeless>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/stubs>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/testing>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes.pptesting>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/tools>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/locales>

junit_check:

install_junit:
      [get] Getting: http://repo1.maven.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar
      [get] To: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/tools/java/junit.jar>
      [get] ............

prebuild:

compile:

build:

setCompilerProperties:

init:

make-generated-dirs:
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/generated>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/generated/bin>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/generated/java>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/generated/java/engine>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/generated/java/shared>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/generated/java/tools>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/generated/java/shared/org/apache/derby/shared/common/sanity>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/generated/java/tools/org/apache/derby/impl/tools/ij>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/generated/java/engine/org/apache/derby/impl/sql/compile>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/generated/java/engine/org/apache/derby/loc>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/generated/java/engine/org/apache/derby/iapi/services/cache>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/generated/toursdb>

make-release-dirs:
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/release>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/release/distributions>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/release/snapshot>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/empty>

ensuresanitystate:

evaluate.sane:

ensuresanitystate.sane:

ensuresanitystate.insane:

make-generated-dirs:

insane:
[propertyfile] Creating new property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/generated/java/shared/org/apache/derby/shared/common/sanity/state.properties>

setissane:

felixStubs:
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/stubs/felix>
    [javac] Compiling 26 source files to <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/stubs/felix>

showenv:
     [echo] 
     [echo] Ant environment:
     [echo]   Base Directory: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk>
     [echo]   Build output: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes>
     [echo]   Compiler: modern
     [echo]   Sane = false
     [echo]   Proceed = no
     [echo] 

getstate:

state:
     [echo]   Generating SanityState.java...
     [copy] Copying 1 file to <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/generated/java/shared/org/apache/derby/shared/common/sanity>
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/generated/java/shared/org/apache/derby/shared/common/sanity/state.properties>

shared:
     [echo] building generated sanity info

compile:
    [javac] Compiling 42 source files to <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/shared>

shared:

client:

compile:
    [javac] Compiling 143 source files to <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/client>
    [javac] <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/java/client/org/apache/derby/loc/client/clientmessagesProviderImpl.java>:29: error: clientmessagesProviderImpl is not abstract and does not override abstract method getBundle(String,Locale) in ResourceBundleProvider
    [javac] public class clientmessagesProviderImpl implements clientmessagesProvider
    [javac]        ^
    [javac] 1 error

BUILD FAILED
<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>:606: The following error occurred while executing this line:
<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/java/client/build.xml>:63: Compile failed; see the compiler error output for details.

Total time: 6 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Recording test results
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

Build failed in Jenkins: Derby-JaCoCo #303

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/303/display/redirect?page=changes>

Changes:

[rhillegas] DERBY-6945: Move localizations into packages which are specific to the jar files containing them; commit derby-6945-33-ab-moveLocalizations.diff.

------------------------------------------
[...truncated 385.88 KB...]
AU        10.1.1.0/derbyLocale_pt_BR.jar
AU        10.1.1.0/derbyLocale_es.jar
AU        10.1.1.0/derbyLocale_fr.jar
AU        10.1.1.0/derbynet.jar
AU        10.1.1.0/derbyLocale_zh_TW.jar
AU        10.1.1.0/derbyLocale_it.jar
AU        10.1.1.0/derby.war
AU        10.1.1.0/derbyTesting.jar
AU        10.1.1.0/derbyclient.jar
AU        10.1.1.0/derby.jar
AU        10.1.1.0/derbyLocale_de_DE.jar
AU        10.1.1.0/derbyLocale_zh_CN.jar
AU        10.1.1.0/derbytools.jar
A         10.0.2.1
AU        10.0.2.1/derbyLocale_ja_JP.jar
AU        10.0.2.1/derbyLocale_ko_KR.jar
AU        10.0.2.1/derbyLocale_pt_BR.jar
AU        10.0.2.1/derbyLocale_es.jar
AU        10.0.2.1/derbyLocale_fr.jar
AU        10.0.2.1/derbynet.jar
AU        10.0.2.1/derbyLocale_zh_TW.jar
AU        10.0.2.1/derbyLocale_it.jar
AU        10.0.2.1/derby.war
AU        10.0.2.1/derby.jar
AU        10.0.2.1/derbyLocale_de_DE.jar
AU        10.0.2.1/derbyLocale_zh_CN.jar
AU        10.0.2.1/derbytools.jar
A         10.1.2.1
AU        10.1.2.1/derbyLocale_zh_CN.jar
AU        10.1.2.1/derbytools.jar
AU        10.1.2.1/derbyLocale_ja_JP.jar
AU        10.1.2.1/derbyLocale_ko_KR.jar
AU        10.1.2.1/derbyLocale_pt_BR.jar
AU        10.1.2.1/derbyLocale_es.jar
AU        10.1.2.1/derbyLocale_fr.jar
AU        10.1.2.1/derbynet.jar
AU        10.1.2.1/derbyLocale_zh_TW.jar
AU        10.1.2.1/derbyLocale_it.jar
AU        10.1.2.1/derby.war
AU        10.1.2.1/derbyTesting.jar
AU        10.1.2.1/derbyclient.jar
AU        10.1.2.1/derby.jar
AU        10.1.2.1/derbyLocale_de_DE.jar
A         10.2.2.0
AU        10.2.2.0/derbyLocale_cs.jar
AU        10.2.2.0/derbyLocale_ko_KR.jar
AU        10.2.2.0/derbyLocale_pt_BR.jar
AU        10.2.2.0/derbynet.jar
AU        10.2.2.0/derbyLocale_es.jar
AU        10.2.2.0/derbyLocale_fr.jar
AU        10.2.2.0/derbyLocale_pl.jar
AU        10.2.2.0/derbyLocale_hu.jar
AU        10.2.2.0/derbyLocale_it.jar
AU        10.2.2.0/derbytools.jar
AU        10.2.2.0/derbyLocale_ja_JP.jar
AU        10.2.2.0/derbyrun.jar
AU        10.2.2.0/derbyLocale_ru.jar
AU        10.2.2.0/derbyLocale_zh_TW.jar
AU        10.2.2.0/derbyTesting.jar
AU        10.2.2.0/derbyclient.jar
AU        10.2.2.0/derby.jar
AU        10.2.2.0/derbyLocale_de_DE.jar
AU        10.2.2.0/derbyLocale_zh_CN.jar
A         10.1.3.1
AU        10.1.3.1/derbyLocale_ko_KR.jar
AU        10.1.3.1/derbyLocale_pt_BR.jar
AU        10.1.3.1/derbyLocale_es.jar
AU        10.1.3.1/derbyLocale_fr.jar
AU        10.1.3.1/derbynet.jar
AU        10.1.3.1/derbyLocale_zh_TW.jar
AU        10.1.3.1/derbyLocale_it.jar
AU        10.1.3.1/derby.war
AU        10.1.3.1/derbyTesting.jar
AU        10.1.3.1/derbyclient.jar
AU        10.1.3.1/derby.jar
AU        10.1.3.1/derbyLocale_de_DE.jar
AU        10.1.3.1/derbyLocale_zh_CN.jar
AU        10.1.3.1/derbytools.jar
AU        10.1.3.1/derbyLocale_ja_JP.jar
A         10.3.3.0
AU        10.3.3.0/derbyLocale_pt_BR.jar
AU        10.3.3.0/derbynet.jar
AU        10.3.3.0/derbyLocale_es.jar
AU        10.3.3.0/derbyLocale_fr.jar
AU        10.3.3.0/derbyLocale_pl.jar
AU        10.3.3.0/derbyLocale_hu.jar
AU        10.3.3.0/derbyLocale_it.jar
AU        10.3.3.0/derbytools.jar
AU        10.3.3.0/derbyLocale_ja_JP.jar
AU        10.3.3.0/derbyrun.jar
AU        10.3.3.0/derbyLocale_ru.jar
AU        10.3.3.0/derbyLocale_zh_TW.jar
AU        10.3.3.0/derbyTesting.jar
AU        10.3.3.0/derbyclient.jar
AU        10.3.3.0/derby.jar
AU        10.3.3.0/derbyLocale_de_DE.jar
AU        10.3.3.0/derbyLocale_zh_CN.jar
AU        10.3.3.0/derbyLocale_cs.jar
AU        10.3.3.0/derbyLocale_ko_KR.jar
A         10.3.2.1
AU        10.3.2.1/derbyrun.jar
AU        10.3.2.1/derbyLocale_ru.jar
AU        10.3.2.1/derbyLocale_zh_TW.jar
AU        10.3.2.1/derbyTesting.jar
AU        10.3.2.1/derbyclient.jar
AU        10.3.2.1/derby.jar
AU        10.3.2.1/derbyLocale_de_DE.jar
AU        10.3.2.1/derbyLocale_zh_CN.jar
AU        10.3.2.1/derbyLocale_cs.jar
AU        10.3.2.1/derbyLocale_ko_KR.jar
AU        10.3.2.1/derbyLocale_pt_BR.jar
AU        10.3.2.1/derbynet.jar
AU        10.3.2.1/derbyLocale_es.jar
AU        10.3.2.1/derbyLocale_fr.jar
AU        10.3.2.1/derbyLocale_pl.jar
AU        10.3.2.1/derbyLocale_it.jar
AU        10.3.2.1/derbyLocale_hu.jar
AU        10.3.2.1/derbytools.jar
AU        10.3.2.1/derbyLocale_ja_JP.jar
A         10.4.2.0
AU        10.4.2.0/derbyTesting.jar
AU        10.4.2.0/derbyclient.jar
AU        10.4.2.0/derby.jar
AU        10.4.2.0/derbyLocale_de_DE.jar
AU        10.4.2.0/derbyLocale_zh_CN.jar
AU        10.4.2.0/derbyLocale_cs.jar
AU        10.4.2.0/derbyLocale_ko_KR.jar
AU        10.4.2.0/derbyLocale_pt_BR.jar
AU        10.4.2.0/derbynet.jar
AU        10.4.2.0/derbyLocale_es.jar
AU        10.4.2.0/derbyLocale_fr.jar
AU        10.4.2.0/derbyLocale_pl.jar
AU        10.4.2.0/derbyLocale_it.jar
AU        10.4.2.0/derbyLocale_hu.jar
AU        10.4.2.0/derby.war
AU        10.4.2.0/derbytools.jar
AU        10.4.2.0/derbyLocale_ja_JP.jar
AU        10.4.2.0/derbyrun.jar
AU        10.4.2.0/derbyLocale_ru.jar
AU        10.4.2.0/derbyLocale_zh_TW.jar
A         10.5.1.1
AU        10.5.1.1/derbytools.jar
AU        10.5.1.1/derbyLocale_ja_JP.jar
AU        10.5.1.1/derbyrun.jar
AU        10.5.1.1/derbyLocale_ru.jar
AU        10.5.1.1/derbyLocale_zh_TW.jar
AU        10.5.1.1/derbyTesting.jar
AU        10.5.1.1/derbyclient.jar
AU        10.5.1.1/derby.jar
AU        10.5.1.1/derbyLocale_de_DE.jar
AU        10.5.1.1/derbyLocale_zh_CN.jar
AU        10.5.1.1/derbyLocale_cs.jar
AU        10.5.1.1/derbyLocale_ko_KR.jar
AU        10.5.1.1/derbyLocale_pt_BR.jar
AU        10.5.1.1/derbynet.jar
AU        10.5.1.1/derbyLocale_es.jar
AU        10.5.1.1/derbyLocale_fr.jar
AU        10.5.1.1/derbyLocale_pl.jar
AU        10.5.1.1/derbyLocale_hu.jar
AU        10.5.1.1/derbyLocale_it.jar
AU        10.5.1.1/derby.war
A         10.5.2.0
AU        10.5.2.0/derbyLocale_ja_JP.jar
AU        10.5.2.0/derbyrun.jar
AU        10.5.2.0/derbyLocale_ru.jar
AU        10.5.2.0/derbyLocale_zh_TW.jar
AU        10.5.2.0/derbyclient.jar
AU        10.5.2.0/derby.jar
AU        10.5.2.0/derbyLocale_de_DE.jar
AU        10.5.2.0/derbyLocale_zh_CN.jar
AU        10.5.2.0/derbyLocale_cs.jar
AU        10.5.2.0/derbyLocale_ko_KR.jar
AU        10.5.2.0/derbyLocale_pt_BR.jar
AU        10.5.2.0/derbyLocale_es.jar
AU        10.5.2.0/derbyLocale_fr.jar
AU        10.5.2.0/derbynet.jar
AU        10.5.2.0/derbyLocale_pl.jar
AU        10.5.2.0/derbyLocale_hu.jar
AU        10.5.2.0/derbyLocale_it.jar
AU        10.5.2.0/derbytools.jar
A         10.6.1.0
AU        10.6.1.0/derbyclient.jar
AU        10.6.1.0/derby.jar
AU        10.6.1.0/derbyLocale_de_DE.jar
AU        10.6.1.0/derbyLocale_zh_CN.jar
AU        10.6.1.0/derbyLocale_cs.jar
AU        10.6.1.0/derbyLocale_ko_KR.jar
AU        10.6.1.0/derbyLocale_pt_BR.jar
AU        10.6.1.0/derbynet.jar
AU        10.6.1.0/derbyLocale_es.jar
AU        10.6.1.0/derbyLocale_fr.jar
AU        10.6.1.0/derbyLocale_pl.jar
AU        10.6.1.0/derbyLocale_it.jar
AU        10.6.1.0/derbyLocale_hu.jar
AU        10.6.1.0/derbytools.jar
AU        10.6.1.0/derbyLocale_ja_JP.jar
AU        10.6.1.0/derbyrun.jar
AU        10.6.1.0/derbyLocale_ru.jar
AU        10.6.1.0/derbyLocale_zh_TW.jar
AU        10.6.1.0/derbyTesting.jar
At revision 1831277

No changes for https://svn.apache.org/repos/asf/db/derby/jars since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[Derby-JaCoCo] $ /bin/bash -xe /tmp/jenkins5398719411626646970.sh
+ echo 'JAVA_HOME: /home/jenkins/tools/java/latest1.9'
JAVA_HOME: /home/jenkins/tools/java/latest1.9
+ jacoco_version=0.7.9
+ jacoco_zip_sha1=1d56a66be0f4a6b529d8f983ab65cc77a52cccb6
+ jacocoant_sha1=87aa22de3854fd5a43e37a17c4b245b01a46de93
+ jacocoagent_sha1=a6ac9cca89d889222a40dab9dd5039bfd22a4cff
+ cat
+ sha1sum -c sha1sum.txt
sha1sum: trunk/tools/java/jacocoant.jar: No such file or directory
trunk/tools/java/jacocoant.jar: FAILED open or read
sha1sum: trunk/tools/java/jacocoagent.jar: No such file or directory
trunk/tools/java/jacocoagent.jar: FAILED open or read
sha1sum: WARNING: 2 listed files could not be read
+ rm -rf 'jacoco*.zip' jacocotmp
+ wget -q http://repo1.maven.org/maven2/org/jacoco/jacoco/0.7.9/jacoco-0.7.9.zip
+ unzip -d jacocotmp jacoco-0.7.9.zip lib/jacocoant.jar lib/jacocoagent.jar
Archive:  jacoco-0.7.9.zip
  inflating: jacocotmp/lib/jacocoant.jar  
  inflating: jacocotmp/lib/jacocoagent.jar  
+ sha1sum -c
+ echo '1d56a66be0f4a6b529d8f983ab65cc77a52cccb6 *jacoco-0.7.9.zip'
jacoco-0.7.9.zip: OK
+ mv jacocotmp/lib/jacocoant.jar trunk/tools/java
+ mv jacocotmp/lib/jacocoagent.jar trunk/tools/java
+ rm -rf jacocotmp jacoco-0.7.9.zip
+ rm -rf 'trunk/junit_*' coverage-report
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml clobber cleanalljars
[0.251s][warning][os,thread] Failed to start thread - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
Error occurred during initialization of VM
java.lang.OutOfMemoryError: unable to create native thread: possibly out of memory or process/resource limits reached
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Recording test results
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

Build failed in Jenkins: Derby-JaCoCo #302

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/302/display/redirect?page=changes>

Changes:

[rhillegas] DERBY-6945: Misc cleanup related to message localization; commit derby-6945-32-aa-messageLookupCleanup.diff.

[bpendleton] DERBY-6988: Update STATUS page for 10.14.2.0

[bpendleton] DERBY-6988: Add 10.14.2.0 to versions table

[bpendleton] DERBY-6988: Checkin 10.14.2.0 jars for upgrade testing

[rhillegas] DERBY-6945: Add a ResourceBundleProvider for the client messages so that they can be found when Derby is run using a modulepath; commit derby-6945-31-aa-clientmessages-ResourceBundleProvider.diff.

------------------------------------------
[...truncated 386.62 KB...]
AU        10.8.1.2/derbyLocale_it.jar
AU        10.8.1.2/derby.war
A         10.8.2.2
AU        10.8.2.2/derbyLocale_pt_BR.jar
AU        10.8.2.2/derbynet.jar
AU        10.8.2.2/derbyLocale_es.jar
AU        10.8.2.2/derbyLocale_fr.jar
AU        10.8.2.2/derbyLocale_pl.jar
AU        10.8.2.2/derbyLocale_hu.jar
AU        10.8.2.2/derbyLocale_it.jar
AU        10.8.2.2/derby.war
AU        10.8.2.2/derbytools.jar
AU        10.8.2.2/derbyLocale_ja_JP.jar
AU        10.8.2.2/derbyrun.jar
AU        10.8.2.2/derbyLocale_ru.jar
AU        10.8.2.2/derbyLocale_zh_TW.jar
AU        10.8.2.2/derbyTesting.jar
AU        10.8.2.2/derbyclient.jar
AU        10.8.2.2/derby.jar
AU        10.8.2.2/derbyLocale_de_DE.jar
AU        10.8.2.2/derbyLocale_zh_CN.jar
AU        10.8.2.2/derbyLocale_cs.jar
AU        10.8.2.2/derbyLocale_ko_KR.jar
A         10.10.1.1
AU        10.10.1.1/derbyLocale_zh_TW.jar
AU        10.10.1.1/derbyTesting.jar
AU        10.10.1.1/derbyclient.jar
AU        10.10.1.1/derby.jar
AU        10.10.1.1/derbyLocale_de_DE.jar
AU        10.10.1.1/derbyLocale_zh_CN.jar
AU        10.10.1.1/derbyLocale_cs.jar
AU        10.10.1.1/derbyLocale_ko_KR.jar
AU        10.10.1.1/derbyLocale_pt_BR.jar
AU        10.10.1.1/derbynet.jar
AU        10.10.1.1/derbyLocale_es.jar
AU        10.10.1.1/derbyLocale_fr.jar
AU        10.10.1.1/derbyLocale_pl.jar
AU        10.10.1.1/derbyLocale_hu.jar
AU        10.10.1.1/derbyLocale_it.jar
AU        10.10.1.1/derby.war
AU        10.10.1.1/derbytools.jar
AU        10.10.1.1/derbyLocale_ja_JP.jar
AU        10.10.1.1/derbyrun.jar
AU        10.10.1.1/derbyLocale_ru.jar
A         10.10.2.0
AU        10.10.2.0/derbyLocale_ru.jar
AU        10.10.2.0/derbyLocale_zh_TW.jar
AU        10.10.2.0/derbyTesting.jar
AU        10.10.2.0/derbyclient.jar
AU        10.10.2.0/derby.jar
AU        10.10.2.0/derbyLocale_de_DE.jar
AU        10.10.2.0/derbyLocale_zh_CN.jar
AU        10.10.2.0/derbyLocale_cs.jar
AU        10.10.2.0/derbyLocale_ko_KR.jar
AU        10.10.2.0/derbyLocale_pt_BR.jar
AU        10.10.2.0/derbyLocale_fr.jar
AU        10.10.2.0/derbyLocale_es.jar
AU        10.10.2.0/derbynet.jar
AU        10.10.2.0/derbyLocale_pl.jar
AU        10.10.2.0/derbyLocale_hu.jar
AU        10.10.2.0/derbyLocale_it.jar
AU        10.10.2.0/derby.war
AU        10.10.2.0/derbytools.jar
AU        10.10.2.0/derbyLocale_ja_JP.jar
AU        10.10.2.0/derbyrun.jar
A         10.11.1.1
AU        10.11.1.1/derbyLocale_cs.jar
AU        10.11.1.1/derbyLocale_ko_KR.jar
AU        10.11.1.1/derbyLocale_pt_BR.jar
AU        10.11.1.1/derbyLocale_es.jar
AU        10.11.1.1/derbyLocale_fr.jar
AU        10.11.1.1/derbynet.jar
AU        10.11.1.1/derbyLocale_pl.jar
AU        10.11.1.1/derbyLocale_it.jar
AU        10.11.1.1/derbyLocale_hu.jar
AU        10.11.1.1/derby.war
AU        10.11.1.1/derbytools.jar
AU        10.11.1.1/derbyLocale_ja_JP.jar
AU        10.11.1.1/derbyrun.jar
AU        10.11.1.1/derbyLocale_ru.jar
AU        10.11.1.1/derbyoptionaltools.jar
AU        10.11.1.1/derbyLocale_zh_TW.jar
AU        10.11.1.1/derbyTesting.jar
AU        10.11.1.1/derbyclient.jar
AU        10.11.1.1/derby.jar
AU        10.11.1.1/derbyLocale_de_DE.jar
AU        10.11.1.1/derbyLocale_zh_CN.jar
A         10.12.1.1
AU        10.12.1.1/derbyTesting.jar
AU        10.12.1.1/derbyclient.jar
AU        10.12.1.1/derbyLocale_de_DE.jar
AU        10.12.1.1/derby.jar
AU        10.12.1.1/derbyLocale_zh_CN.jar
AU        10.12.1.1/derbyLocale_ko_KR.jar
AU        10.12.1.1/derbyLocale_cs.jar
AU        10.12.1.1/derbyLocale_pt_BR.jar
AU        10.12.1.1/derbynet.jar
AU        10.12.1.1/derbyLocale_es.jar
AU        10.12.1.1/derbyLocale_fr.jar
AU        10.12.1.1/derbyLocale_pl.jar
AU        10.12.1.1/derbyLocale_hu.jar
AU        10.12.1.1/derbyLocale_it.jar
AU        10.12.1.1/derby.war
AU        10.12.1.1/derbytools.jar
AU        10.12.1.1/derbyLocale_ja_JP.jar
AU        10.12.1.1/derbyrun.jar
AU        10.12.1.1/derbyLocale_ru.jar
AU        10.12.1.1/derbyoptionaltools.jar
AU        10.12.1.1/derbyLocale_zh_TW.jar
A         10.13.1.1
AU        10.13.1.1/derby.war
AU        10.13.1.1/derbytools.jar
AU        10.13.1.1/derbyLocale_ja_JP.jar
AU        10.13.1.1/derbyrun.jar
AU        10.13.1.1/derbyLocale_ru.jar
AU        10.13.1.1/derbyoptionaltools.jar
AU        10.13.1.1/derbyLocale_zh_TW.jar
AU        10.13.1.1/derbyTesting.jar
AU        10.13.1.1/derbyclient.jar
AU        10.13.1.1/derby.jar
AU        10.13.1.1/derbyLocale_de_DE.jar
AU        10.13.1.1/derbyLocale_zh_CN.jar
AU        10.13.1.1/derbyLocale_cs.jar
AU        10.13.1.1/derbyLocale_ko_KR.jar
AU        10.13.1.1/derbyLocale_pt_BR.jar
AU        10.13.1.1/derbynet.jar
AU        10.13.1.1/derbyLocale_es.jar
AU        10.13.1.1/derbyLocale_fr.jar
AU        10.13.1.1/derbyLocale_pl.jar
AU        10.13.1.1/derbyLocale_hu.jar
AU        10.13.1.1/derbyLocale_it.jar
A         10.14.1.0
AU        10.14.1.0/derbytools.jar
AU        10.14.1.0/derbyLocale_ja_JP.jar
AU        10.14.1.0/derbyrun.jar
AU        10.14.1.0/derbyLocale_ru.jar
AU        10.14.1.0/derbyoptionaltools.jar
AU        10.14.1.0/derbyLocale_zh_TW.jar
AU        10.14.1.0/derbyTesting.jar
AU        10.14.1.0/derbyclient.jar
AU        10.14.1.0/derbyLocale_de_DE.jar
AU        10.14.1.0/derby.jar
AU        10.14.1.0/derbyLocale_zh_CN.jar
AU        10.14.1.0/derbyLocale_ko_KR.jar
AU        10.14.1.0/derbyLocale_cs.jar
AU        10.14.1.0/derbyLocale_pt_BR.jar
AU        10.14.1.0/derbynet.jar
AU        10.14.1.0/derbyLocale_es.jar
AU        10.14.1.0/derbyLocale_fr.jar
AU        10.14.1.0/derbyLocale_pl.jar
AU        10.14.1.0/derbyLocale_hu.jar
AU        10.14.1.0/derbyLocale_it.jar
AU        10.14.1.0/derby.war
A         10.14.2.0
AU        10.14.2.0/derbyLocale_zh_TW.jar
AU        10.14.2.0/derbyTesting.jar
AU        10.14.2.0/derbyclient.jar
AU        10.14.2.0/derby.jar
AU        10.14.2.0/derbyLocale_de_DE.jar
AU        10.14.2.0/derbyLocale_zh_CN.jar
AU        10.14.2.0/derbyLocale_cs.jar
AU        10.14.2.0/derbyLocale_ko_KR.jar
AU        10.14.2.0/derbyLocale_pt_BR.jar
AU        10.14.2.0/derbynet.jar
AU        10.14.2.0/derbyLocale_es.jar
AU        10.14.2.0/derbyLocale_fr.jar
AU        10.14.2.0/derbyLocale_pl.jar
AU        10.14.2.0/derbyLocale_hu.jar
AU        10.14.2.0/derbyLocale_it.jar
AU        10.14.2.0/derby.war
AU        10.14.2.0/derbytools.jar
AU        10.14.2.0/derbyLocale_ja_JP.jar
AU        10.14.2.0/derbyrun.jar
AU        10.14.2.0/derbyLocale_ru.jar
AU        10.14.2.0/derbyoptionaltools.jar
At revision 1831119

[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[Derby-JaCoCo] $ /bin/bash -xe /tmp/jenkins8811574030326263094.sh
+ echo 'JAVA_HOME: /home/jenkins/tools/java/latest1.9'
JAVA_HOME: /home/jenkins/tools/java/latest1.9
+ jacoco_version=0.7.9
+ jacoco_zip_sha1=1d56a66be0f4a6b529d8f983ab65cc77a52cccb6
+ jacocoant_sha1=87aa22de3854fd5a43e37a17c4b245b01a46de93
+ jacocoagent_sha1=a6ac9cca89d889222a40dab9dd5039bfd22a4cff
+ cat
+ sha1sum -c sha1sum.txt
sha1sum: trunk/tools/java/jacocoant.jar: No such file or directory
trunk/tools/java/jacocoant.jar: FAILED open or read
sha1sum: trunk/tools/java/jacocoagent.jar: No such file or directory
trunk/tools/java/jacocoagent.jar: FAILED open or read
sha1sum: WARNING: 2 listed files could not be read
+ rm -rf 'jacoco*.zip' jacocotmp
+ wget -q http://repo1.maven.org/maven2/org/jacoco/jacoco/0.7.9/jacoco-0.7.9.zip
+ unzip -d jacocotmp jacoco-0.7.9.zip lib/jacocoant.jar lib/jacocoagent.jar
Archive:  jacoco-0.7.9.zip
  inflating: jacocotmp/lib/jacocoant.jar  
  inflating: jacocotmp/lib/jacocoagent.jar  
+ echo '1d56a66be0f4a6b529d8f983ab65cc77a52cccb6 *jacoco-0.7.9.zip'
+ sha1sum -c
jacoco-0.7.9.zip: OK
+ mv jacocotmp/lib/jacocoant.jar trunk/tools/java
+ mv jacocotmp/lib/jacocoagent.jar trunk/tools/java
+ rm -rf jacocotmp jacoco-0.7.9.zip
+ rm -rf 'trunk/junit_*' coverage-report
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml clobber cleanalljars
Buildfile: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>

clean:

cleangenerated:

cleanstate:

cleanreleasefiles:

clobber:

cleanalljars:

BUILD SUCCESSFUL
Total time: 0 seconds
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml -Dsane=false -Ddebug=true all buildjars
Buildfile: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>

checkCompilerLevel:

version_check:

BUILD FAILED
<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>:66: FATAL ERROR:  The running Ant version, 1.10.1, is too old.

Total time: 0 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Recording test results
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

Build failed in Jenkins: Derby-JaCoCo #301

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/301/display/redirect?page=changes>

Changes:

[rhillegas] DERBY-6945: Move the client and tool messages into separate package spaces so that Derby can be booted using a module path; commit derby-6945-30-ab-move-clientmessages-toolsmessages.diff.

------------------------------------------
[...truncated 385.49 KB...]
AU        10.8.1.2/derbyLocale_zh_TW.jar
AU        10.8.1.2/derbyTesting.jar
A         10.8.3.0
AU        10.8.3.0/derbyTesting.jar
AU        10.8.3.0/derbyclient.jar
AU        10.8.3.0/derby.jar
AU        10.8.3.0/derbyLocale_de_DE.jar
AU        10.8.3.0/derbyLocale_zh_CN.jar
AU        10.8.3.0/derbyLocale_cs.jar
AU        10.8.3.0/derbyLocale_ko_KR.jar
AU        10.8.3.0/derbyLocale_pt_BR.jar
AU        10.8.3.0/derbynet.jar
AU        10.8.3.0/derbyLocale_es.jar
AU        10.8.3.0/derbyLocale_fr.jar
AU        10.8.3.0/derbyLocale_pl.jar
AU        10.8.3.0/derbyLocale_it.jar
AU        10.8.3.0/derbyLocale_hu.jar
AU        10.8.3.0/derby.war
AU        10.8.3.0/derbytools.jar
AU        10.8.3.0/derbyLocale_ja_JP.jar
AU        10.8.3.0/derbyrun.jar
AU        10.8.3.0/derbyLocale_ru.jar
AU        10.8.3.0/derbyLocale_zh_TW.jar
A         10.8.2.2
AU        10.8.2.2/derbyTesting.jar
AU        10.8.2.2/derbyclient.jar
AU        10.8.2.2/derby.jar
AU        10.8.2.2/derbyLocale_de_DE.jar
AU        10.8.2.2/derbyLocale_zh_CN.jar
AU        10.8.2.2/derbyLocale_cs.jar
AU        10.8.2.2/derbyLocale_ko_KR.jar
AU        10.8.2.2/derbyLocale_pt_BR.jar
AU        10.8.2.2/derbynet.jar
AU        10.8.2.2/derbyLocale_es.jar
AU        10.8.2.2/derbyLocale_fr.jar
AU        10.8.2.2/derbyLocale_pl.jar
AU        10.8.2.2/derbyLocale_hu.jar
AU        10.8.2.2/derbyLocale_it.jar
AU        10.8.2.2/derby.war
AU        10.8.2.2/derbytools.jar
AU        10.8.2.2/derbyLocale_ja_JP.jar
AU        10.8.2.2/derbyrun.jar
AU        10.8.2.2/derbyLocale_ru.jar
AU        10.8.2.2/derbyLocale_zh_TW.jar
A         10.10.2.0
AU        10.10.2.0/derbyTesting.jar
AU        10.10.2.0/derbyclient.jar
AU        10.10.2.0/derby.jar
AU        10.10.2.0/derbyLocale_de_DE.jar
AU        10.10.2.0/derbyLocale_zh_CN.jar
AU        10.10.2.0/derbyLocale_cs.jar
AU        10.10.2.0/derbyLocale_ko_KR.jar
AU        10.10.2.0/derbyLocale_pt_BR.jar
AU        10.10.2.0/derbynet.jar
AU        10.10.2.0/derbyLocale_es.jar
AU        10.10.2.0/derbyLocale_fr.jar
AU        10.10.2.0/derbyLocale_pl.jar
AU        10.10.2.0/derbyLocale_hu.jar
AU        10.10.2.0/derbyLocale_it.jar
AU        10.10.2.0/derby.war
AU        10.10.2.0/derbytools.jar
AU        10.10.2.0/derbyLocale_ja_JP.jar
AU        10.10.2.0/derbyrun.jar
AU        10.10.2.0/derbyLocale_ru.jar
AU        10.10.2.0/derbyLocale_zh_TW.jar
A         10.10.1.1
AU        10.10.1.1/derbyLocale_zh_TW.jar
AU        10.10.1.1/derbyTesting.jar
AU        10.10.1.1/derbyclient.jar
AU        10.10.1.1/derby.jar
AU        10.10.1.1/derbyLocale_de_DE.jar
AU        10.10.1.1/derbyLocale_zh_CN.jar
AU        10.10.1.1/derbyLocale_cs.jar
AU        10.10.1.1/derbyLocale_ko_KR.jar
AU        10.10.1.1/derbyLocale_pt_BR.jar
AU        10.10.1.1/derbyLocale_fr.jar
AU        10.10.1.1/derbyLocale_es.jar
AU        10.10.1.1/derbynet.jar
AU        10.10.1.1/derbyLocale_pl.jar
AU        10.10.1.1/derbyLocale_hu.jar
AU        10.10.1.1/derbyLocale_it.jar
AU        10.10.1.1/derby.war
AU        10.10.1.1/derbytools.jar
AU        10.10.1.1/derbyLocale_ja_JP.jar
AU        10.10.1.1/derbyrun.jar
AU        10.10.1.1/derbyLocale_ru.jar
A         10.11.1.1
AU        10.11.1.1/derbyLocale_pl.jar
AU        10.11.1.1/derbyLocale_hu.jar
AU        10.11.1.1/derbyLocale_it.jar
AU        10.11.1.1/derby.war
AU        10.11.1.1/derbytools.jar
AU        10.11.1.1/derbyLocale_ja_JP.jar
AU        10.11.1.1/derbyrun.jar
AU        10.11.1.1/derbyLocale_ru.jar
AU        10.11.1.1/derbyoptionaltools.jar
AU        10.11.1.1/derbyLocale_zh_TW.jar
AU        10.11.1.1/derbyTesting.jar
AU        10.11.1.1/derbyclient.jar
AU        10.11.1.1/derbyLocale_de_DE.jar
AU        10.11.1.1/derby.jar
AU        10.11.1.1/derbyLocale_zh_CN.jar
AU        10.11.1.1/derbyLocale_cs.jar
AU        10.11.1.1/derbyLocale_ko_KR.jar
AU        10.11.1.1/derbyLocale_pt_BR.jar
AU        10.11.1.1/derbynet.jar
AU        10.11.1.1/derbyLocale_es.jar
AU        10.11.1.1/derbyLocale_fr.jar
A         10.12.1.1
AU        10.12.1.1/derbyLocale_ja_JP.jar
AU        10.12.1.1/derbyrun.jar
AU        10.12.1.1/derbyLocale_ru.jar
AU        10.12.1.1/derbyoptionaltools.jar
AU        10.12.1.1/derbyLocale_zh_TW.jar
AU        10.12.1.1/derbyTesting.jar
AU        10.12.1.1/derbyclient.jar
AU        10.12.1.1/derby.jar
AU        10.12.1.1/derbyLocale_de_DE.jar
AU        10.12.1.1/derbyLocale_zh_CN.jar
AU        10.12.1.1/derbyLocale_cs.jar
AU        10.12.1.1/derbyLocale_ko_KR.jar
AU        10.12.1.1/derbyLocale_pt_BR.jar
AU        10.12.1.1/derbynet.jar
AU        10.12.1.1/derbyLocale_es.jar
AU        10.12.1.1/derbyLocale_fr.jar
AU        10.12.1.1/derbyLocale_pl.jar
AU        10.12.1.1/derbyLocale_hu.jar
AU        10.12.1.1/derbyLocale_it.jar
AU        10.12.1.1/derby.war
AU        10.12.1.1/derbytools.jar
A         10.14.1.0
AU        10.14.1.0/derbyLocale_pl.jar
AU        10.14.1.0/derbyLocale_it.jar
AU        10.14.1.0/derbyLocale_hu.jar
AU        10.14.1.0/derby.war
AU        10.14.1.0/derbytools.jar
AU        10.14.1.0/derbyLocale_ja_JP.jar
AU        10.14.1.0/derbyrun.jar
AU        10.14.1.0/derbyLocale_ru.jar
AU        10.14.1.0/derbyoptionaltools.jar
AU        10.14.1.0/derbyLocale_zh_TW.jar
AU        10.14.1.0/derbyTesting.jar
AU        10.14.1.0/derbyclient.jar
AU        10.14.1.0/derby.jar
AU        10.14.1.0/derbyLocale_de_DE.jar
AU        10.14.1.0/derbyLocale_zh_CN.jar
AU        10.14.1.0/derbyLocale_cs.jar
AU        10.14.1.0/derbyLocale_ko_KR.jar
AU        10.14.1.0/derbyLocale_pt_BR.jar
AU        10.14.1.0/derbyLocale_es.jar
AU        10.14.1.0/derbyLocale_fr.jar
AU        10.14.1.0/derbynet.jar
A         10.13.1.1
AU        10.13.1.1/derbyLocale_pl.jar
AU        10.13.1.1/derbyLocale_hu.jar
AU        10.13.1.1/derbyLocale_it.jar
AU        10.13.1.1/derby.war
AU        10.13.1.1/derbytools.jar
AU        10.13.1.1/derbyLocale_ja_JP.jar
AU        10.13.1.1/derbyrun.jar
AU        10.13.1.1/derbyLocale_ru.jar
AU        10.13.1.1/derbyoptionaltools.jar
AU        10.13.1.1/derbyLocale_zh_TW.jar
AU        10.13.1.1/derbyTesting.jar
AU        10.13.1.1/derbyclient.jar
AU        10.13.1.1/derby.jar
AU        10.13.1.1/derbyLocale_de_DE.jar
AU        10.13.1.1/derbyLocale_zh_CN.jar
AU        10.13.1.1/derbyLocale_cs.jar
AU        10.13.1.1/derbyLocale_ko_KR.jar
AU        10.13.1.1/derbyLocale_pt_BR.jar
AU        10.13.1.1/derbynet.jar
AU        10.13.1.1/derbyLocale_es.jar
AU        10.13.1.1/derbyLocale_fr.jar
At revision 1830612

No changes for https://svn.apache.org/repos/asf/db/derby/jars since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[Derby-JaCoCo] $ /bin/bash -xe /tmp/jenkins4305289348452535735.sh
+ echo 'JAVA_HOME: /home/jenkins/tools/java/latest1.9'
JAVA_HOME: /home/jenkins/tools/java/latest1.9
+ jacoco_version=0.7.9
+ jacoco_zip_sha1=1d56a66be0f4a6b529d8f983ab65cc77a52cccb6
+ jacocoant_sha1=87aa22de3854fd5a43e37a17c4b245b01a46de93
+ jacocoagent_sha1=a6ac9cca89d889222a40dab9dd5039bfd22a4cff
+ cat
+ sha1sum -c sha1sum.txt
sha1sum: trunk/tools/java/jacocoant.jar: No such file or directory
trunk/tools/java/jacocoant.jar: FAILED open or read
sha1sum: trunk/tools/java/jacocoagent.jar: No such file or directory
trunk/tools/java/jacocoagent.jar: FAILED open or read
sha1sum: WARNING: 2 listed files could not be read
+ rm -rf 'jacoco*.zip' jacocotmp
+ wget -q http://repo1.maven.org/maven2/org/jacoco/jacoco/0.7.9/jacoco-0.7.9.zip
+ unzip -d jacocotmp jacoco-0.7.9.zip lib/jacocoant.jar lib/jacocoagent.jar
Archive:  jacoco-0.7.9.zip
  inflating: jacocotmp/lib/jacocoant.jar  
  inflating: jacocotmp/lib/jacocoagent.jar  
+ echo '1d56a66be0f4a6b529d8f983ab65cc77a52cccb6 *jacoco-0.7.9.zip'
+ sha1sum -c
jacoco-0.7.9.zip: OK
+ mv jacocotmp/lib/jacocoant.jar trunk/tools/java
+ mv jacocotmp/lib/jacocoagent.jar trunk/tools/java
+ rm -rf jacocotmp jacoco-0.7.9.zip
+ rm -rf 'trunk/junit_*' coverage-report
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml clobber cleanalljars
Buildfile: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>

clean:

cleangenerated:

cleanstate:

cleanreleasefiles:

clobber:

cleanalljars:

BUILD SUCCESSFUL
Total time: 1 second
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml -Dsane=false -Ddebug=true all buildjars
Buildfile: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>

checkCompilerLevel:

version_check:

BUILD FAILED
<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>:66: FATAL ERROR:  The running Ant version, 1.10.1, is too old.

Total time: 0 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Recording test results
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

Build failed in Jenkins: Derby-JaCoCo #300

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/300/display/redirect?page=changes>

Changes:

[rhillegas] DERBY-6945: Disable SimpleApp test until the demo moves out of the root package; commit derby-6945-29-aa-disable-SimpleApp-test.diff.

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Derby-JaCoCo/ws/>
Updating https://svn.apache.org/repos/asf/db/derby/code/trunk at revision '2018-04-23T17:56:35.327 +0000'
U         java/testing/org/apache/derbyTesting/functionTests/suites/derbyall.properties
U         java/testing/build.xml
At revision 1829912

Updating https://svn.apache.org/repos/asf/db/derby/jars at revision '2018-04-23T17:56:35.327 +0000'
At revision 1829912

No changes for https://svn.apache.org/repos/asf/db/derby/jars since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[Derby-JaCoCo] $ /bin/bash -xe /tmp/jenkins4005795534478485005.sh
FATAL: command execution failed
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1693)
		at hudson.remoting.UserResponse.retrieve(UserRequest.java:310)
		at hudson.remoting.Channel.call(Channel.java:908)
		at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1053)
		at hudson.Launcher$ProcStarter.start(Launcher.java:450)
		at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:109)
		at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.Build$BuildExecution.build(Build.java:206)
		at hudson.model.Build$BuildExecution.doRun(Build.java:163)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
		at hudson.model.Run.execute(Run.java:1724)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
java.lang.OutOfMemoryError: unable to create new native thread
	at java.lang.Thread.start0(Native Method)
	at java.lang.Thread.start(Thread.java:717)
	at hudson.Proc$LocalProc.<init>(Proc.java:257)
	at hudson.Proc$LocalProc.<init>(Proc.java:218)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:930)
	at hudson.Launcher$ProcStarter.start(Launcher.java:450)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1299)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1260)
	at hudson.remoting.UserRequest.perform(UserRequest.java:207)
	at hudson.remoting.UserRequest.perform(UserRequest.java:53)
	at hudson.remoting.Request$2.run(Request.java:358)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.io.IOException: Remote call on H32 failed
	at hudson.remoting.Channel.call(Channel.java:916)
	at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1053)
	at hudson.Launcher$ProcStarter.start(Launcher.java:450)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:109)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.Build$BuildExecution.build(Build.java:206)
	at hudson.model.Build$BuildExecution.doRun(Build.java:163)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
	at hudson.model.Run.execute(Run.java:1724)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Recording test results
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

Build failed in Jenkins: Derby-JaCoCo #299

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/299/display/redirect>

------------------------------------------
[...truncated 385.57 KB...]
AU        10.3.1.4/derbyLocale_zh_CN.jar
AU        10.3.1.4/derbyLocale_cs.jar
AU        10.3.1.4/derbyLocale_ko_KR.jar
AU        10.3.1.4/derbyLocale_pt_BR.jar
AU        10.3.1.4/derbynet.jar
AU        10.3.1.4/derbyLocale_es.jar
AU        10.3.1.4/derbyLocale_fr.jar
AU        10.3.1.4/derbyLocale_pl.jar
AU        10.3.1.4/derbyLocale_hu.jar
AU        10.3.1.4/derbyLocale_it.jar
AU        10.3.1.4/derbytools.jar
AU        10.3.1.4/derbyLocale_ja_JP.jar
AU        10.3.1.4/derbyrun.jar
AU        10.3.1.4/derbyLocale_ru.jar
A         10.5.3.0
AU        10.5.3.0/derbyLocale_pl.jar
AU        10.5.3.0/derbyLocale_hu.jar
AU        10.5.3.0/derbyLocale_it.jar
AU        10.5.3.0/derbytools.jar
AU        10.5.3.0/derbyLocale_ja_JP.jar
AU        10.5.3.0/derbyrun.jar
AU        10.5.3.0/derbyLocale_ru.jar
AU        10.5.3.0/derbyLocale_zh_TW.jar
AU        10.5.3.0/derbyTesting.jar
AU        10.5.3.0/derbyclient.jar
AU        10.5.3.0/derby.jar
AU        10.5.3.0/derbyLocale_de_DE.jar
AU        10.5.3.0/derbyLocale_zh_CN.jar
AU        10.5.3.0/derbyLocale_ko_KR.jar
AU        10.5.3.0/derbyLocale_cs.jar
AU        10.5.3.0/derbyLocale_pt_BR.jar
AU        10.5.3.0/derbynet.jar
AU        10.5.3.0/derbyLocale_es.jar
AU        10.5.3.0/derbyLocale_fr.jar
A         10.2.1.6
AU        10.2.1.6/derbyLocale_zh_TW.jar
AU        10.2.1.6/derbyLocale_it.jar
AU        10.2.1.6/derby.war
AU        10.2.1.6/derbyclient.jar
AU        10.2.1.6/derby.jar
AU        10.2.1.6/derbyLocale_de_DE.jar
AU        10.2.1.6/derbyLocale_zh_CN.jar
AU        10.2.1.6/derbytools.jar
AU        10.2.1.6/derbyLocale_ja_JP.jar
AU        10.2.1.6/derbyLocale_ko_KR.jar
AU        10.2.1.6/derbyrun.jar
AU        10.2.1.6/derbyLocale_pt_BR.jar
AU        10.2.1.6/derbyLocale_es.jar
AU        10.2.1.6/derbyLocale_fr.jar
AU        10.2.1.6/derbynet.jar
A         10.6.2.1
AU        10.6.2.1/derbyrun.jar
AU        10.6.2.1/derbyLocale_ru.jar
AU        10.6.2.1/derbyLocale_zh_TW.jar
AU        10.6.2.1/derbyTesting.jar
AU        10.6.2.1/derbyclient.jar
AU        10.6.2.1/derby.jar
AU        10.6.2.1/derbyLocale_de_DE.jar
AU        10.6.2.1/derbyLocale_zh_CN.jar
AU        10.6.2.1/derbyLocale_cs.jar
AU        10.6.2.1/derbyLocale_ko_KR.jar
AU        10.6.2.1/derbyLocale_pt_BR.jar
AU        10.6.2.1/derbyLocale_fr.jar
AU        10.6.2.1/derbyLocale_es.jar
AU        10.6.2.1/derbynet.jar
AU        10.6.2.1/derbyLocale_pl.jar
AU        10.6.2.1/derbyLocale_hu.jar
AU        10.6.2.1/derbyLocale_it.jar
AU        10.6.2.1/derby.war
AU        10.6.2.1/derbytools.jar
AU        10.6.2.1/derbyLocale_ja_JP.jar
A         10.7.1.1
AU        10.7.1.1/derbyLocale_zh_CN.jar
AU        10.7.1.1/derbyLocale_cs.jar
AU        10.7.1.1/derbyLocale_ko_KR.jar
AU        10.7.1.1/derbyLocale_pt_BR.jar
AU        10.7.1.1/derbynet.jar
AU        10.7.1.1/derbyLocale_es.jar
AU        10.7.1.1/derbyLocale_fr.jar
AU        10.7.1.1/derbyLocale_pl.jar
AU        10.7.1.1/derbyLocale_it.jar
AU        10.7.1.1/derbyLocale_hu.jar
AU        10.7.1.1/derbytools.jar
AU        10.7.1.1/derbyLocale_ja_JP.jar
AU        10.7.1.1/derbyrun.jar
AU        10.7.1.1/derbyLocale_ru.jar
AU        10.7.1.1/derbyLocale_zh_TW.jar
AU        10.7.1.1/derbyTesting.jar
AU        10.7.1.1/derbyclient.jar
AU        10.7.1.1/derby.jar
AU        10.7.1.1/derbyLocale_de_DE.jar
A         10.9.1.0
AU        10.9.1.0/derbyLocale_zh_CN.jar
AU        10.9.1.0/derbyLocale_cs.jar
AU        10.9.1.0/derbyLocale_ko_KR.jar
AU        10.9.1.0/derbyLocale_pt_BR.jar
AU        10.9.1.0/derbynet.jar
AU        10.9.1.0/derbyLocale_es.jar
AU        10.9.1.0/derbyLocale_fr.jar
AU        10.9.1.0/derbyLocale_pl.jar
AU        10.9.1.0/derbyLocale_it.jar
AU        10.9.1.0/derbyLocale_hu.jar
AU        10.9.1.0/derby.war
AU        10.9.1.0/derbytools.jar
AU        10.9.1.0/derbyLocale_ja_JP.jar
AU        10.9.1.0/derbyrun.jar
AU        10.9.1.0/derbyLocale_ru.jar
AU        10.9.1.0/derbyLocale_zh_TW.jar
AU        10.9.1.0/derbyTesting.jar
AU        10.9.1.0/derbyclient.jar
AU        10.9.1.0/derby.jar
AU        10.9.1.0/derbyLocale_de_DE.jar
A         10.8.3.0
AU        10.8.3.0/derbytools.jar
AU        10.8.3.0/derbyLocale_ja_JP.jar
AU        10.8.3.0/derbyrun.jar
AU        10.8.3.0/derbyLocale_ru.jar
AU        10.8.3.0/derbyLocale_zh_TW.jar
AU        10.8.3.0/derbyTesting.jar
AU        10.8.3.0/derbyclient.jar
AU        10.8.3.0/derby.jar
AU        10.8.3.0/derbyLocale_de_DE.jar
AU        10.8.3.0/derbyLocale_zh_CN.jar
AU        10.8.3.0/derbyLocale_cs.jar
AU        10.8.3.0/derbyLocale_ko_KR.jar
AU        10.8.3.0/derbyLocale_pt_BR.jar
AU        10.8.3.0/derbynet.jar
AU        10.8.3.0/derbyLocale_es.jar
AU        10.8.3.0/derbyLocale_fr.jar
AU        10.8.3.0/derbyLocale_pl.jar
AU        10.8.3.0/derbyLocale_hu.jar
AU        10.8.3.0/derbyLocale_it.jar
AU        10.8.3.0/derby.war
A         10.8.1.2
AU        10.8.1.2/derbyLocale_zh_TW.jar
AU        10.8.1.2/derbyTesting.jar
AU        10.8.1.2/derbyclient.jar
AU        10.8.1.2/derby.jar
AU        10.8.1.2/derbyLocale_de_DE.jar
AU        10.8.1.2/derbyLocale_zh_CN.jar
AU        10.8.1.2/derbyLocale_cs.jar
AU        10.8.1.2/derbyLocale_ko_KR.jar
AU        10.8.1.2/derbyLocale_pt_BR.jar
AU        10.8.1.2/derbynet.jar
AU        10.8.1.2/derbyLocale_es.jar
AU        10.8.1.2/derbyLocale_fr.jar
AU        10.8.1.2/derbyLocale_pl.jar
AU        10.8.1.2/derbyLocale_it.jar
AU        10.8.1.2/derbyLocale_hu.jar
AU        10.8.1.2/derby.war
AU        10.8.1.2/derbytools.jar
AU        10.8.1.2/derbyLocale_ja_JP.jar
AU        10.8.1.2/derbyrun.jar
AU        10.8.1.2/derbyLocale_ru.jar
A         10.8.2.2
AU        10.8.2.2/derbyLocale_de_DE.jar
AU        10.8.2.2/derby.jar
AU        10.8.2.2/derbyLocale_zh_CN.jar
AU        10.8.2.2/derbyLocale_cs.jar
AU        10.8.2.2/derbyLocale_ko_KR.jar
AU        10.8.2.2/derbyLocale_pt_BR.jar
AU        10.8.2.2/derbynet.jar
AU        10.8.2.2/derbyLocale_es.jar
AU        10.8.2.2/derbyLocale_fr.jar
AU        10.8.2.2/derbyLocale_pl.jar
AU        10.8.2.2/derbyLocale_hu.jar
AU        10.8.2.2/derbyLocale_it.jar
AU        10.8.2.2/derby.war
AU        10.8.2.2/derbytools.jar
AU        10.8.2.2/derbyLocale_ja_JP.jar
AU        10.8.2.2/derbyrun.jar
AU        10.8.2.2/derbyLocale_ru.jar
AU        10.8.2.2/derbyLocale_zh_TW.jar
AU        10.8.2.2/derbyTesting.jar
AU        10.8.2.2/derbyclient.jar
At revision 1829671

[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[Derby-JaCoCo] $ /bin/bash -xe /tmp/jenkins1992947871465880908.sh
+ echo 'JAVA_HOME: /home/jenkins/tools/java/latest1.9'
JAVA_HOME: /home/jenkins/tools/java/latest1.9
+ jacoco_version=0.7.9
+ jacoco_zip_sha1=1d56a66be0f4a6b529d8f983ab65cc77a52cccb6
+ jacocoant_sha1=87aa22de3854fd5a43e37a17c4b245b01a46de93
+ jacocoagent_sha1=a6ac9cca89d889222a40dab9dd5039bfd22a4cff
+ cat
+ sha1sum -c sha1sum.txt
sha1sum: trunk/tools/java/jacocoant.jar: No such file or directory
trunk/tools/java/jacocoant.jar: FAILED open or read
sha1sum: trunk/tools/java/jacocoagent.jar: No such file or directory
trunk/tools/java/jacocoagent.jar: FAILED open or read
sha1sum: WARNING: 2 listed files could not be read
+ rm -rf 'jacoco*.zip' jacocotmp
+ wget -q http://repo1.maven.org/maven2/org/jacoco/jacoco/0.7.9/jacoco-0.7.9.zip
+ unzip -d jacocotmp jacoco-0.7.9.zip lib/jacocoant.jar lib/jacocoagent.jar
Archive:  jacoco-0.7.9.zip
  inflating: jacocotmp/lib/jacocoant.jar  
  inflating: jacocotmp/lib/jacocoagent.jar  
+ echo '1d56a66be0f4a6b529d8f983ab65cc77a52cccb6 *jacoco-0.7.9.zip'
+ sha1sum -c
jacoco-0.7.9.zip: OK
+ mv jacocotmp/lib/jacocoant.jar trunk/tools/java
+ mv jacocotmp/lib/jacocoagent.jar trunk/tools/java
+ rm -rf jacocotmp jacoco-0.7.9.zip
+ rm -rf 'trunk/junit_*' coverage-report
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml clobber cleanalljars
Buildfile: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>

clean:

cleangenerated:

cleanstate:

cleanreleasefiles:

clobber:

cleanalljars:

BUILD SUCCESSFUL
Total time: 0 seconds
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml -Dsane=false -Ddebug=true all buildjars
Buildfile: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>

checkCompilerLevel:

version_check:

BUILD FAILED
<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>:66: FATAL ERROR:  The running Ant version, 1.10.1, is too old.

Total time: 0 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Recording test results
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

Build failed in Jenkins: Derby-JaCoCo #298

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/298/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Derby-JaCoCo/ws/>
java.io.IOException: Failed to mkdirs: <https://builds.apache.org/job/Derby-JaCoCo/ws/>
	at hudson.FilePath.mkdirs(FilePath.java:1170)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1200)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1724)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Retrying after 10 seconds
java.io.IOException: Failed to mkdirs: <https://builds.apache.org/job/Derby-JaCoCo/ws/>
	at hudson.FilePath.mkdirs(FilePath.java:1170)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1200)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1724)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Retrying after 10 seconds
java.io.IOException: Failed to mkdirs: <https://builds.apache.org/job/Derby-JaCoCo/ws/>
	at hudson.FilePath.mkdirs(FilePath.java:1170)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1200)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1724)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Archiving artifacts
ERROR: Build step failed with exception
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H23
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1693)
		at hudson.remoting.UserResponse.retrieve(UserRequest.java:310)
		at hudson.remoting.Channel.call(Channel.java:908)
		at hudson.FilePath.act(FilePath.java:986)
		at hudson.FilePath.act(FilePath.java:975)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		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:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1749)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
<https://builds.apache.org/job/Derby-JaCoCo/ws/> does not exist.
	at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:483)
	at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:460)
	at hudson.tasks.ArtifactArchiver$ListFiles.invoke(ArtifactArchiver.java:298)
	at hudson.tasks.ArtifactArchiver$ListFiles.invoke(ArtifactArchiver.java:278)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2760)
	at hudson.remoting.UserRequest.perform(UserRequest.java:207)
	at hudson.remoting.UserRequest.perform(UserRequest.java:53)
	at hudson.remoting.Request$2.run(Request.java:358)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Build step 'Archive the artifacts' marked build as failure
Recording test results
ERROR: Build step failed with exception
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H23
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1693)
		at hudson.remoting.UserResponse.retrieve(UserRequest.java:310)
		at hudson.remoting.Channel.call(Channel.java:908)
		at hudson.FilePath.act(FilePath.java:986)
		at hudson.FilePath.act(FilePath.java:975)
		at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:114)
		at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:136)
		at hudson.tasks.junit.JUnitResultArchiver.parseAndAttach(JUnitResultArchiver.java:166)
		at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:153)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		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:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1749)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
<https://builds.apache.org/job/Derby-JaCoCo/ws/> does not exist.
	at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:483)
	at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:460)
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:141)
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:118)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2760)
	at hudson.remoting.UserRequest.perform(UserRequest.java:207)
	at hudson.remoting.UserRequest.perform(UserRequest.java:53)
	at hudson.remoting.Request$2.run(Request.java:358)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Build step 'Publish JUnit test result report' marked build as failure

Build failed in Jenkins: Derby-JaCoCo #297

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/297/display/redirect?page=changes>

Changes:

[rhillegas] DERBY-6945: Correct module descriptors which the coming test module will depend on; commit derby-6945-27-aa-adjustModulesForTests.diff after clean test results.

------------------------------------------
[...truncated 385.57 KB...]
AU        10.3.1.4/derbyLocale_pl.jar
AU        10.3.1.4/derbyLocale_hu.jar
AU        10.3.1.4/derbyLocale_it.jar
AU        10.3.1.4/derbytools.jar
AU        10.3.1.4/derbyLocale_ja_JP.jar
AU        10.3.1.4/derbyrun.jar
AU        10.3.1.4/derbyLocale_ru.jar
AU        10.3.1.4/derbyLocale_zh_TW.jar
AU        10.3.1.4/derbyTesting.jar
AU        10.3.1.4/derbyclient.jar
AU        10.3.1.4/derby.jar
AU        10.3.1.4/derbyLocale_de_DE.jar
AU        10.3.1.4/derbyLocale_zh_CN.jar
A         10.4.1.3
AU        10.4.1.3/derbytools.jar
AU        10.4.1.3/derbyLocale_ja_JP.jar
AU        10.4.1.3/derbyrun.jar
AU        10.4.1.3/derbyLocale_ru.jar
AU        10.4.1.3/derbyLocale_zh_TW.jar
AU        10.4.1.3/derbyTesting.jar
AU        10.4.1.3/derbyclient.jar
AU        10.4.1.3/derby.jar
AU        10.4.1.3/derbyLocale_de_DE.jar
AU        10.4.1.3/derbyLocale_zh_CN.jar
AU        10.4.1.3/derbyLocale_cs.jar
AU        10.4.1.3/derbyLocale_ko_KR.jar
AU        10.4.1.3/derbyLocale_pt_BR.jar
AU        10.4.1.3/derbyLocale_fr.jar
AU        10.4.1.3/derbyLocale_es.jar
AU        10.4.1.3/derbynet.jar
AU        10.4.1.3/derbyLocale_pl.jar
AU        10.4.1.3/derbyLocale_hu.jar
AU        10.4.1.3/derbyLocale_it.jar
A         10.6.2.1
AU        10.6.2.1/derbyTesting.jar
AU        10.6.2.1/derbyclient.jar
AU        10.6.2.1/derby.jar
AU        10.6.2.1/derbyLocale_de_DE.jar
AU        10.6.2.1/derbyLocale_zh_CN.jar
AU        10.6.2.1/derbyLocale_cs.jar
AU        10.6.2.1/derbyLocale_ko_KR.jar
AU        10.6.2.1/derbyLocale_pt_BR.jar
AU        10.6.2.1/derbynet.jar
AU        10.6.2.1/derbyLocale_es.jar
AU        10.6.2.1/derbyLocale_fr.jar
AU        10.6.2.1/derbyLocale_pl.jar
AU        10.6.2.1/derbyLocale_it.jar
AU        10.6.2.1/derbyLocale_hu.jar
AU        10.6.2.1/derby.war
AU        10.6.2.1/derbytools.jar
AU        10.6.2.1/derbyLocale_ja_JP.jar
AU        10.6.2.1/derbyrun.jar
AU        10.6.2.1/derbyLocale_ru.jar
AU        10.6.2.1/derbyLocale_zh_TW.jar
A         10.2.1.6
AU        10.2.1.6/derbyLocale_pt_BR.jar
AU        10.2.1.6/derbyLocale_es.jar
AU        10.2.1.6/derbyLocale_fr.jar
AU        10.2.1.6/derbynet.jar
AU        10.2.1.6/derbyLocale_zh_TW.jar
AU        10.2.1.6/derbyLocale_it.jar
AU        10.2.1.6/derby.war
AU        10.2.1.6/derbyclient.jar
AU        10.2.1.6/derby.jar
AU        10.2.1.6/derbyLocale_de_DE.jar
AU        10.2.1.6/derbyLocale_zh_CN.jar
AU        10.2.1.6/derbytools.jar
AU        10.2.1.6/derbyLocale_ja_JP.jar
AU        10.2.1.6/derbyLocale_ko_KR.jar
AU        10.2.1.6/derbyrun.jar
A         10.7.1.1
AU        10.7.1.1/derbytools.jar
AU        10.7.1.1/derbyLocale_ja_JP.jar
AU        10.7.1.1/derbyrun.jar
AU        10.7.1.1/derbyLocale_ru.jar
AU        10.7.1.1/derbyLocale_zh_TW.jar
AU        10.7.1.1/derbyTesting.jar
AU        10.7.1.1/derbyclient.jar
AU        10.7.1.1/derby.jar
AU        10.7.1.1/derbyLocale_de_DE.jar
AU        10.7.1.1/derbyLocale_zh_CN.jar
AU        10.7.1.1/derbyLocale_cs.jar
AU        10.7.1.1/derbyLocale_ko_KR.jar
AU        10.7.1.1/derbyLocale_pt_BR.jar
AU        10.7.1.1/derbynet.jar
AU        10.7.1.1/derbyLocale_es.jar
AU        10.7.1.1/derbyLocale_fr.jar
AU        10.7.1.1/derbyLocale_pl.jar
AU        10.7.1.1/derbyLocale_it.jar
AU        10.7.1.1/derbyLocale_hu.jar
A         10.9.1.0
AU        10.9.1.0/derbyLocale_cs.jar
AU        10.9.1.0/derbyLocale_ko_KR.jar
AU        10.9.1.0/derbyLocale_pt_BR.jar
AU        10.9.1.0/derbyLocale_fr.jar
AU        10.9.1.0/derbyLocale_es.jar
AU        10.9.1.0/derbynet.jar
AU        10.9.1.0/derbyLocale_pl.jar
AU        10.9.1.0/derbyLocale_hu.jar
AU        10.9.1.0/derbyLocale_it.jar
AU        10.9.1.0/derby.war
AU        10.9.1.0/derbytools.jar
AU        10.9.1.0/derbyLocale_ja_JP.jar
AU        10.9.1.0/derbyrun.jar
AU        10.9.1.0/derbyLocale_ru.jar
AU        10.9.1.0/derbyLocale_zh_TW.jar
AU        10.9.1.0/derbyTesting.jar
AU        10.9.1.0/derbyclient.jar
AU        10.9.1.0/derby.jar
AU        10.9.1.0/derbyLocale_de_DE.jar
AU        10.9.1.0/derbyLocale_zh_CN.jar
A         10.8.1.2
AU        10.8.1.2/derbyLocale_cs.jar
AU        10.8.1.2/derbyLocale_ko_KR.jar
AU        10.8.1.2/derbyLocale_pt_BR.jar
AU        10.8.1.2/derbyLocale_fr.jar
AU        10.8.1.2/derbyLocale_es.jar
AU        10.8.1.2/derbynet.jar
AU        10.8.1.2/derbyLocale_pl.jar
AU        10.8.1.2/derbyLocale_hu.jar
AU        10.8.1.2/derbyLocale_it.jar
AU        10.8.1.2/derby.war
AU        10.8.1.2/derbytools.jar
AU        10.8.1.2/derbyLocale_ja_JP.jar
AU        10.8.1.2/derbyrun.jar
AU        10.8.1.2/derbyLocale_ru.jar
AU        10.8.1.2/derbyLocale_zh_TW.jar
AU        10.8.1.2/derbyTesting.jar
AU        10.8.1.2/derbyclient.jar
AU        10.8.1.2/derby.jar
AU        10.8.1.2/derbyLocale_de_DE.jar
AU        10.8.1.2/derbyLocale_zh_CN.jar
A         10.8.3.0
AU        10.8.3.0/derbyLocale_ru.jar
AU        10.8.3.0/derbyLocale_zh_TW.jar
AU        10.8.3.0/derbyTesting.jar
AU        10.8.3.0/derbyclient.jar
AU        10.8.3.0/derbyLocale_de_DE.jar
AU        10.8.3.0/derby.jar
AU        10.8.3.0/derbyLocale_zh_CN.jar
AU        10.8.3.0/derbyLocale_cs.jar
AU        10.8.3.0/derbyLocale_ko_KR.jar
AU        10.8.3.0/derbyLocale_pt_BR.jar
AU        10.8.3.0/derbynet.jar
AU        10.8.3.0/derbyLocale_es.jar
AU        10.8.3.0/derbyLocale_fr.jar
AU        10.8.3.0/derbyLocale_pl.jar
AU        10.8.3.0/derbyLocale_hu.jar
AU        10.8.3.0/derbyLocale_it.jar
AU        10.8.3.0/derby.war
AU        10.8.3.0/derbytools.jar
AU        10.8.3.0/derbyLocale_ja_JP.jar
AU        10.8.3.0/derbyrun.jar
A         10.8.2.2
AU        10.8.2.2/derbyTesting.jar
AU        10.8.2.2/derbyclient.jar
AU        10.8.2.2/derby.jar
AU        10.8.2.2/derbyLocale_de_DE.jar
AU        10.8.2.2/derbyLocale_zh_CN.jar
AU        10.8.2.2/derbyLocale_cs.jar
AU        10.8.2.2/derbyLocale_ko_KR.jar
AU        10.8.2.2/derbyLocale_pt_BR.jar
AU        10.8.2.2/derbynet.jar
AU        10.8.2.2/derbyLocale_es.jar
AU        10.8.2.2/derbyLocale_fr.jar
AU        10.8.2.2/derbyLocale_pl.jar
AU        10.8.2.2/derbyLocale_hu.jar
AU        10.8.2.2/derbyLocale_it.jar
AU        10.8.2.2/derby.war
AU        10.8.2.2/derbytools.jar
AU        10.8.2.2/derbyLocale_ja_JP.jar
AU        10.8.2.2/derbyrun.jar
AU        10.8.2.2/derbyLocale_ru.jar
AU        10.8.2.2/derbyLocale_zh_TW.jar
At revision 1829094

No changes for https://svn.apache.org/repos/asf/db/derby/jars since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[Derby-JaCoCo] $ /bin/bash -xe /tmp/jenkins7692898445831872248.sh
+ echo 'JAVA_HOME: /home/jenkins/tools/java/latest1.9'
JAVA_HOME: /home/jenkins/tools/java/latest1.9
+ jacoco_version=0.7.9
+ jacoco_zip_sha1=1d56a66be0f4a6b529d8f983ab65cc77a52cccb6
+ jacocoant_sha1=87aa22de3854fd5a43e37a17c4b245b01a46de93
+ jacocoagent_sha1=a6ac9cca89d889222a40dab9dd5039bfd22a4cff
+ cat
+ sha1sum -c sha1sum.txt
sha1sum: trunk/tools/java/jacocoant.jar: No such file or directory
trunk/tools/java/jacocoant.jar: FAILED open or read
sha1sum: trunk/tools/java/jacocoagent.jar: No such file or directory
trunk/tools/java/jacocoagent.jar: FAILED open or read
sha1sum: WARNING: 2 listed files could not be read
+ rm -rf 'jacoco*.zip' jacocotmp
+ wget -q http://repo1.maven.org/maven2/org/jacoco/jacoco/0.7.9/jacoco-0.7.9.zip
+ unzip -d jacocotmp jacoco-0.7.9.zip lib/jacocoant.jar lib/jacocoagent.jar
Archive:  jacoco-0.7.9.zip
  inflating: jacocotmp/lib/jacocoant.jar  
  inflating: jacocotmp/lib/jacocoagent.jar  
+ echo '1d56a66be0f4a6b529d8f983ab65cc77a52cccb6 *jacoco-0.7.9.zip'
+ sha1sum -c
jacoco-0.7.9.zip: OK
+ mv jacocotmp/lib/jacocoant.jar trunk/tools/java
+ mv jacocotmp/lib/jacocoagent.jar trunk/tools/java
+ rm -rf jacocotmp jacoco-0.7.9.zip
+ rm -rf 'trunk/junit_*' coverage-report
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml clobber cleanalljars
Buildfile: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>

clean:

cleangenerated:

cleanstate:

cleanreleasefiles:

clobber:

cleanalljars:

BUILD SUCCESSFUL
Total time: 0 seconds
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml -Dsane=false -Ddebug=true all buildjars
Buildfile: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>

checkCompilerLevel:

version_check:

BUILD FAILED
<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>:66: FATAL ERROR:  The running Ant version, 1.10.1, is too old.

Total time: 0 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Recording test results
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

Build failed in Jenkins: Derby-JaCoCo #296

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/296/display/redirect?page=changes>

Changes:

[rhillegas] DERBY-6945: Move the package-private tests into their own branch of the source directory; commit derby-6945-26-aa-packagePrivateTests.diff.

------------------------------------------
[...truncated 385.57 KB...]
AU        10.3.1.4/derbyLocale_ko_KR.jar
AU        10.3.1.4/derbyLocale_pt_BR.jar
AU        10.3.1.4/derbynet.jar
AU        10.3.1.4/derbyLocale_es.jar
AU        10.3.1.4/derbyLocale_fr.jar
AU        10.3.1.4/derbyLocale_pl.jar
AU        10.3.1.4/derbyLocale_it.jar
AU        10.3.1.4/derbyLocale_hu.jar
AU        10.3.1.4/derbytools.jar
AU        10.3.1.4/derbyLocale_ja_JP.jar
AU        10.3.1.4/derbyrun.jar
AU        10.3.1.4/derbyLocale_ru.jar
AU        10.3.1.4/derbyLocale_zh_TW.jar
A         10.5.3.0
AU        10.5.3.0/derbytools.jar
AU        10.5.3.0/derbyLocale_ja_JP.jar
AU        10.5.3.0/derbyrun.jar
AU        10.5.3.0/derbyLocale_ru.jar
AU        10.5.3.0/derbyLocale_zh_TW.jar
AU        10.5.3.0/derbyTesting.jar
AU        10.5.3.0/derbyclient.jar
AU        10.5.3.0/derby.jar
AU        10.5.3.0/derbyLocale_de_DE.jar
AU        10.5.3.0/derbyLocale_zh_CN.jar
AU        10.5.3.0/derbyLocale_cs.jar
AU        10.5.3.0/derbyLocale_ko_KR.jar
AU        10.5.3.0/derbyLocale_pt_BR.jar
AU        10.5.3.0/derbyLocale_fr.jar
AU        10.5.3.0/derbyLocale_es.jar
AU        10.5.3.0/derbynet.jar
AU        10.5.3.0/derbyLocale_pl.jar
AU        10.5.3.0/derbyLocale_hu.jar
AU        10.5.3.0/derbyLocale_it.jar
A         10.2.1.6
AU        10.2.1.6/derbyLocale_zh_TW.jar
AU        10.2.1.6/derbyLocale_it.jar
AU        10.2.1.6/derby.war
AU        10.2.1.6/derbyclient.jar
AU        10.2.1.6/derby.jar
AU        10.2.1.6/derbyLocale_de_DE.jar
AU        10.2.1.6/derbyLocale_zh_CN.jar
AU        10.2.1.6/derbytools.jar
AU        10.2.1.6/derbyLocale_ja_JP.jar
AU        10.2.1.6/derbyLocale_ko_KR.jar
AU        10.2.1.6/derbyrun.jar
AU        10.2.1.6/derbyLocale_pt_BR.jar
AU        10.2.1.6/derbyLocale_es.jar
AU        10.2.1.6/derbyLocale_fr.jar
AU        10.2.1.6/derbynet.jar
A         10.6.2.1
AU        10.6.2.1/derbyLocale_ja_JP.jar
AU        10.6.2.1/derbyrun.jar
AU        10.6.2.1/derbyLocale_ru.jar
AU        10.6.2.1/derbyLocale_zh_TW.jar
AU        10.6.2.1/derbyTesting.jar
AU        10.6.2.1/derbyclient.jar
AU        10.6.2.1/derby.jar
AU        10.6.2.1/derbyLocale_de_DE.jar
AU        10.6.2.1/derbyLocale_zh_CN.jar
AU        10.6.2.1/derbyLocale_cs.jar
AU        10.6.2.1/derbyLocale_ko_KR.jar
AU        10.6.2.1/derbyLocale_pt_BR.jar
AU        10.6.2.1/derbynet.jar
AU        10.6.2.1/derbyLocale_es.jar
AU        10.6.2.1/derbyLocale_fr.jar
AU        10.6.2.1/derbyLocale_pl.jar
AU        10.6.2.1/derbyLocale_it.jar
AU        10.6.2.1/derbyLocale_hu.jar
AU        10.6.2.1/derby.war
AU        10.6.2.1/derbytools.jar
A         10.7.1.1
AU        10.7.1.1/derbyLocale_zh_TW.jar
AU        10.7.1.1/derbyTesting.jar
AU        10.7.1.1/derbyclient.jar
AU        10.7.1.1/derby.jar
AU        10.7.1.1/derbyLocale_de_DE.jar
AU        10.7.1.1/derbyLocale_zh_CN.jar
AU        10.7.1.1/derbyLocale_cs.jar
AU        10.7.1.1/derbyLocale_ko_KR.jar
AU        10.7.1.1/derbyLocale_pt_BR.jar
AU        10.7.1.1/derbynet.jar
AU        10.7.1.1/derbyLocale_es.jar
AU        10.7.1.1/derbyLocale_fr.jar
AU        10.7.1.1/derbyLocale_pl.jar
AU        10.7.1.1/derbyLocale_hu.jar
AU        10.7.1.1/derbyLocale_it.jar
AU        10.7.1.1/derbytools.jar
AU        10.7.1.1/derbyLocale_ja_JP.jar
AU        10.7.1.1/derbyrun.jar
AU        10.7.1.1/derbyLocale_ru.jar
A         10.9.1.0
AU        10.9.1.0/derbyLocale_zh_TW.jar
AU        10.9.1.0/derbyTesting.jar
AU        10.9.1.0/derbyclient.jar
AU        10.9.1.0/derby.jar
AU        10.9.1.0/derbyLocale_de_DE.jar
AU        10.9.1.0/derbyLocale_zh_CN.jar
AU        10.9.1.0/derbyLocale_cs.jar
AU        10.9.1.0/derbyLocale_ko_KR.jar
AU        10.9.1.0/derbyLocale_pt_BR.jar
AU        10.9.1.0/derbynet.jar
AU        10.9.1.0/derbyLocale_es.jar
AU        10.9.1.0/derbyLocale_fr.jar
AU        10.9.1.0/derbyLocale_pl.jar
AU        10.9.1.0/derbyLocale_it.jar
AU        10.9.1.0/derbyLocale_hu.jar
AU        10.9.1.0/derby.war
AU        10.9.1.0/derbytools.jar
AU        10.9.1.0/derbyLocale_ja_JP.jar
AU        10.9.1.0/derbyrun.jar
AU        10.9.1.0/derbyLocale_ru.jar
A         10.8.1.2
AU        10.8.1.2/derbyLocale_ru.jar
AU        10.8.1.2/derbyLocale_zh_TW.jar
AU        10.8.1.2/derbyTesting.jar
AU        10.8.1.2/derbyclient.jar
AU        10.8.1.2/derby.jar
AU        10.8.1.2/derbyLocale_de_DE.jar
AU        10.8.1.2/derbyLocale_zh_CN.jar
AU        10.8.1.2/derbyLocale_cs.jar
AU        10.8.1.2/derbyLocale_ko_KR.jar
AU        10.8.1.2/derbyLocale_pt_BR.jar
AU        10.8.1.2/derbynet.jar
AU        10.8.1.2/derbyLocale_es.jar
AU        10.8.1.2/derbyLocale_fr.jar
AU        10.8.1.2/derbyLocale_pl.jar
AU        10.8.1.2/derbyLocale_it.jar
AU        10.8.1.2/derbyLocale_hu.jar
AU        10.8.1.2/derby.war
AU        10.8.1.2/derbytools.jar
AU        10.8.1.2/derbyLocale_ja_JP.jar
AU        10.8.1.2/derbyrun.jar
A         10.8.3.0
AU        10.8.3.0/derbyLocale_cs.jar
AU        10.8.3.0/derbyLocale_ko_KR.jar
AU        10.8.3.0/derbyLocale_pt_BR.jar
AU        10.8.3.0/derbynet.jar
AU        10.8.3.0/derbyLocale_es.jar
AU        10.8.3.0/derbyLocale_fr.jar
AU        10.8.3.0/derbyLocale_pl.jar
AU        10.8.3.0/derbyLocale_hu.jar
AU        10.8.3.0/derbyLocale_it.jar
AU        10.8.3.0/derby.war
AU        10.8.3.0/derbytools.jar
AU        10.8.3.0/derbyLocale_ja_JP.jar
AU        10.8.3.0/derbyrun.jar
AU        10.8.3.0/derbyLocale_ru.jar
AU        10.8.3.0/derbyLocale_zh_TW.jar
AU        10.8.3.0/derbyTesting.jar
AU        10.8.3.0/derbyclient.jar
AU        10.8.3.0/derbyLocale_de_DE.jar
AU        10.8.3.0/derby.jar
AU        10.8.3.0/derbyLocale_zh_CN.jar
A         10.8.2.2
AU        10.8.2.2/derbyLocale_zh_TW.jar
AU        10.8.2.2/derbyTesting.jar
AU        10.8.2.2/derbyclient.jar
AU        10.8.2.2/derby.jar
AU        10.8.2.2/derbyLocale_de_DE.jar
AU        10.8.2.2/derbyLocale_zh_CN.jar
AU        10.8.2.2/derbyLocale_cs.jar
AU        10.8.2.2/derbyLocale_ko_KR.jar
AU        10.8.2.2/derbyLocale_pt_BR.jar
AU        10.8.2.2/derbynet.jar
AU        10.8.2.2/derbyLocale_es.jar
AU        10.8.2.2/derbyLocale_fr.jar
AU        10.8.2.2/derbyLocale_pl.jar
AU        10.8.2.2/derbyLocale_hu.jar
AU        10.8.2.2/derbyLocale_it.jar
AU        10.8.2.2/derby.war
AU        10.8.2.2/derbytools.jar
AU        10.8.2.2/derbyLocale_ja_JP.jar
AU        10.8.2.2/derbyrun.jar
AU        10.8.2.2/derbyLocale_ru.jar
At revision 1828762

No changes for https://svn.apache.org/repos/asf/db/derby/jars since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[Derby-JaCoCo] $ /bin/bash -xe /tmp/jenkins1015852852661784106.sh
+ echo 'JAVA_HOME: /home/jenkins/tools/java/latest1.9'
JAVA_HOME: /home/jenkins/tools/java/latest1.9
+ jacoco_version=0.7.9
+ jacoco_zip_sha1=1d56a66be0f4a6b529d8f983ab65cc77a52cccb6
+ jacocoant_sha1=87aa22de3854fd5a43e37a17c4b245b01a46de93
+ jacocoagent_sha1=a6ac9cca89d889222a40dab9dd5039bfd22a4cff
+ cat
+ sha1sum -c sha1sum.txt
sha1sum: trunk/tools/java/jacocoant.jar: No such file or directory
trunk/tools/java/jacocoant.jar: FAILED open or read
sha1sum: trunk/tools/java/jacocoagent.jar: No such file or directory
trunk/tools/java/jacocoagent.jar: FAILED open or read
sha1sum: WARNING: 2 listed files could not be read
+ rm -rf 'jacoco*.zip' jacocotmp
+ wget -q http://repo1.maven.org/maven2/org/jacoco/jacoco/0.7.9/jacoco-0.7.9.zip
+ unzip -d jacocotmp jacoco-0.7.9.zip lib/jacocoant.jar lib/jacocoagent.jar
Archive:  jacoco-0.7.9.zip
  inflating: jacocotmp/lib/jacocoant.jar  
  inflating: jacocotmp/lib/jacocoagent.jar  
+ echo '1d56a66be0f4a6b529d8f983ab65cc77a52cccb6 *jacoco-0.7.9.zip'
+ sha1sum -c
jacoco-0.7.9.zip: OK
+ mv jacocotmp/lib/jacocoant.jar trunk/tools/java
+ mv jacocotmp/lib/jacocoagent.jar trunk/tools/java
+ rm -rf jacocotmp jacoco-0.7.9.zip
+ rm -rf 'trunk/junit_*' coverage-report
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml clobber cleanalljars
Buildfile: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>

clean:

cleangenerated:

cleanstate:

cleanreleasefiles:

clobber:

cleanalljars:

BUILD SUCCESSFUL
Total time: 0 seconds
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml -Dsane=false -Ddebug=true all buildjars
Buildfile: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>

checkCompilerLevel:

version_check:

BUILD FAILED
<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>:66: FATAL ERROR:  The running Ant version, 1.10.1, is too old.

Total time: 0 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Recording test results
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

Build failed in Jenkins: Derby-JaCoCo #295

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/295/display/redirect?page=changes>

Changes:

[rhillegas] DERBY-6934: Add module descriptors to product jars; commit derby-6945-25-ab-moduleDescriptors.diff.

[rhillegas] DERBY-6945: Fix NativeAuthenticationServiceTest; commit derby-6945-24-aa-fixNativeAuthenticationServiceTest.diff.

------------------------------------------
[...truncated 385.06 KB...]
AU        10.8.1.2/derbyLocale_zh_TW.jar
AU        10.8.1.2/derbyTesting.jar
A         10.8.3.0
AU        10.8.3.0/derbyLocale_cs.jar
AU        10.8.3.0/derbyLocale_ko_KR.jar
AU        10.8.3.0/derbyLocale_pt_BR.jar
AU        10.8.3.0/derbynet.jar
AU        10.8.3.0/derbyLocale_es.jar
AU        10.8.3.0/derbyLocale_fr.jar
AU        10.8.3.0/derbyLocale_pl.jar
AU        10.8.3.0/derbyLocale_hu.jar
AU        10.8.3.0/derbyLocale_it.jar
AU        10.8.3.0/derby.war
AU        10.8.3.0/derbytools.jar
AU        10.8.3.0/derbyLocale_ja_JP.jar
AU        10.8.3.0/derbyrun.jar
AU        10.8.3.0/derbyLocale_ru.jar
AU        10.8.3.0/derbyLocale_zh_TW.jar
AU        10.8.3.0/derbyTesting.jar
AU        10.8.3.0/derbyclient.jar
AU        10.8.3.0/derby.jar
AU        10.8.3.0/derbyLocale_de_DE.jar
AU        10.8.3.0/derbyLocale_zh_CN.jar
A         10.8.2.2
AU        10.8.2.2/derbyrun.jar
AU        10.8.2.2/derbyLocale_ru.jar
AU        10.8.2.2/derbyLocale_zh_TW.jar
AU        10.8.2.2/derbyTesting.jar
AU        10.8.2.2/derbyclient.jar
AU        10.8.2.2/derby.jar
AU        10.8.2.2/derbyLocale_de_DE.jar
AU        10.8.2.2/derbyLocale_zh_CN.jar
AU        10.8.2.2/derbyLocale_cs.jar
AU        10.8.2.2/derbyLocale_ko_KR.jar
AU        10.8.2.2/derbyLocale_pt_BR.jar
AU        10.8.2.2/derbynet.jar
AU        10.8.2.2/derbyLocale_es.jar
AU        10.8.2.2/derbyLocale_fr.jar
AU        10.8.2.2/derbyLocale_pl.jar
AU        10.8.2.2/derbyLocale_it.jar
AU        10.8.2.2/derbyLocale_hu.jar
AU        10.8.2.2/derby.war
AU        10.8.2.2/derbytools.jar
AU        10.8.2.2/derbyLocale_ja_JP.jar
A         10.10.1.1
AU        10.10.1.1/derbyLocale_ru.jar
AU        10.10.1.1/derbyLocale_zh_TW.jar
AU        10.10.1.1/derbyTesting.jar
AU        10.10.1.1/derbyclient.jar
AU        10.10.1.1/derby.jar
AU        10.10.1.1/derbyLocale_de_DE.jar
AU        10.10.1.1/derbyLocale_zh_CN.jar
AU        10.10.1.1/derbyLocale_cs.jar
AU        10.10.1.1/derbyLocale_ko_KR.jar
AU        10.10.1.1/derbyLocale_pt_BR.jar
AU        10.10.1.1/derbynet.jar
AU        10.10.1.1/derbyLocale_es.jar
AU        10.10.1.1/derbyLocale_fr.jar
AU        10.10.1.1/derbyLocale_pl.jar
AU        10.10.1.1/derbyLocale_hu.jar
AU        10.10.1.1/derbyLocale_it.jar
AU        10.10.1.1/derby.war
AU        10.10.1.1/derbytools.jar
AU        10.10.1.1/derbyLocale_ja_JP.jar
AU        10.10.1.1/derbyrun.jar
A         10.10.2.0
AU        10.10.2.0/derbyLocale_cs.jar
AU        10.10.2.0/derbyLocale_ko_KR.jar
AU        10.10.2.0/derbyLocale_pt_BR.jar
AU        10.10.2.0/derbynet.jar
AU        10.10.2.0/derbyLocale_es.jar
AU        10.10.2.0/derbyLocale_fr.jar
AU        10.10.2.0/derbyLocale_pl.jar
AU        10.10.2.0/derbyLocale_hu.jar
AU        10.10.2.0/derbyLocale_it.jar
AU        10.10.2.0/derby.war
AU        10.10.2.0/derbytools.jar
AU        10.10.2.0/derbyLocale_ja_JP.jar
AU        10.10.2.0/derbyrun.jar
AU        10.10.2.0/derbyLocale_ru.jar
AU        10.10.2.0/derbyLocale_zh_TW.jar
AU        10.10.2.0/derbyTesting.jar
AU        10.10.2.0/derbyclient.jar
AU        10.10.2.0/derby.jar
AU        10.10.2.0/derbyLocale_de_DE.jar
AU        10.10.2.0/derbyLocale_zh_CN.jar
A         10.11.1.1
AU        10.11.1.1/derbyLocale_ru.jar
AU        10.11.1.1/derbyoptionaltools.jar
AU        10.11.1.1/derbyLocale_zh_TW.jar
AU        10.11.1.1/derbyTesting.jar
AU        10.11.1.1/derbyclient.jar
AU        10.11.1.1/derby.jar
AU        10.11.1.1/derbyLocale_de_DE.jar
AU        10.11.1.1/derbyLocale_zh_CN.jar
AU        10.11.1.1/derbyLocale_cs.jar
AU        10.11.1.1/derbyLocale_ko_KR.jar
AU        10.11.1.1/derbyLocale_pt_BR.jar
AU        10.11.1.1/derbynet.jar
AU        10.11.1.1/derbyLocale_es.jar
AU        10.11.1.1/derbyLocale_fr.jar
AU        10.11.1.1/derbyLocale_pl.jar
AU        10.11.1.1/derbyLocale_it.jar
AU        10.11.1.1/derbyLocale_hu.jar
AU        10.11.1.1/derby.war
AU        10.11.1.1/derbytools.jar
AU        10.11.1.1/derbyLocale_ja_JP.jar
AU        10.11.1.1/derbyrun.jar
A         10.12.1.1
AU        10.12.1.1/derbyclient.jar
AU        10.12.1.1/derby.jar
AU        10.12.1.1/derbyLocale_de_DE.jar
AU        10.12.1.1/derbyLocale_zh_CN.jar
AU        10.12.1.1/derbyLocale_cs.jar
AU        10.12.1.1/derbyLocale_ko_KR.jar
AU        10.12.1.1/derbyLocale_pt_BR.jar
AU        10.12.1.1/derbynet.jar
AU        10.12.1.1/derbyLocale_es.jar
AU        10.12.1.1/derbyLocale_fr.jar
AU        10.12.1.1/derbyLocale_pl.jar
AU        10.12.1.1/derbyLocale_hu.jar
AU        10.12.1.1/derbyLocale_it.jar
AU        10.12.1.1/derby.war
AU        10.12.1.1/derbytools.jar
AU        10.12.1.1/derbyLocale_ja_JP.jar
AU        10.12.1.1/derbyrun.jar
AU        10.12.1.1/derbyLocale_ru.jar
AU        10.12.1.1/derbyoptionaltools.jar
AU        10.12.1.1/derbyLocale_zh_TW.jar
AU        10.12.1.1/derbyTesting.jar
A         10.13.1.1
AU        10.13.1.1/derbyLocale_zh_TW.jar
AU        10.13.1.1/derbyTesting.jar
AU        10.13.1.1/derbyclient.jar
AU        10.13.1.1/derby.jar
AU        10.13.1.1/derbyLocale_de_DE.jar
AU        10.13.1.1/derbyLocale_zh_CN.jar
AU        10.13.1.1/derbyLocale_cs.jar
AU        10.13.1.1/derbyLocale_ko_KR.jar
AU        10.13.1.1/derbyLocale_pt_BR.jar
AU        10.13.1.1/derbynet.jar
AU        10.13.1.1/derbyLocale_es.jar
AU        10.13.1.1/derbyLocale_fr.jar
AU        10.13.1.1/derbyLocale_pl.jar
AU        10.13.1.1/derbyLocale_hu.jar
AU        10.13.1.1/derbyLocale_it.jar
AU        10.13.1.1/derby.war
AU        10.13.1.1/derbytools.jar
AU        10.13.1.1/derbyLocale_ja_JP.jar
AU        10.13.1.1/derbyrun.jar
AU        10.13.1.1/derbyLocale_ru.jar
AU        10.13.1.1/derbyoptionaltools.jar
A         10.14.1.0
AU        10.14.1.0/derby.war
AU        10.14.1.0/derbytools.jar
AU        10.14.1.0/derbyLocale_ja_JP.jar
AU        10.14.1.0/derbyrun.jar
AU        10.14.1.0/derbyLocale_ru.jar
AU        10.14.1.0/derbyoptionaltools.jar
AU        10.14.1.0/derbyLocale_zh_TW.jar
AU        10.14.1.0/derbyTesting.jar
AU        10.14.1.0/derbyclient.jar
AU        10.14.1.0/derby.jar
AU        10.14.1.0/derbyLocale_de_DE.jar
AU        10.14.1.0/derbyLocale_zh_CN.jar
AU        10.14.1.0/derbyLocale_cs.jar
AU        10.14.1.0/derbyLocale_ko_KR.jar
AU        10.14.1.0/derbyLocale_pt_BR.jar
AU        10.14.1.0/derbynet.jar
AU        10.14.1.0/derbyLocale_es.jar
AU        10.14.1.0/derbyLocale_fr.jar
AU        10.14.1.0/derbyLocale_pl.jar
AU        10.14.1.0/derbyLocale_it.jar
AU        10.14.1.0/derbyLocale_hu.jar
At revision 1828182

No changes for https://svn.apache.org/repos/asf/db/derby/jars since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[Derby-JaCoCo] $ /bin/bash -xe /tmp/jenkins727294271333953249.sh
+ echo 'JAVA_HOME: /home/jenkins/tools/java/latest1.9'
JAVA_HOME: /home/jenkins/tools/java/latest1.9
+ jacoco_version=0.7.9
+ jacoco_zip_sha1=1d56a66be0f4a6b529d8f983ab65cc77a52cccb6
+ jacocoant_sha1=87aa22de3854fd5a43e37a17c4b245b01a46de93
+ jacocoagent_sha1=a6ac9cca89d889222a40dab9dd5039bfd22a4cff
+ cat
+ sha1sum -c sha1sum.txt
sha1sum: trunk/tools/java/jacocoant.jar: No such file or directory
trunk/tools/java/jacocoant.jar: FAILED open or read
sha1sum: trunk/tools/java/jacocoagent.jar: No such file or directory
trunk/tools/java/jacocoagent.jar: FAILED open or read
sha1sum: WARNING: 2 listed files could not be read
+ rm -rf 'jacoco*.zip' jacocotmp
+ wget -q http://repo1.maven.org/maven2/org/jacoco/jacoco/0.7.9/jacoco-0.7.9.zip
+ unzip -d jacocotmp jacoco-0.7.9.zip lib/jacocoant.jar lib/jacocoagent.jar
Archive:  jacoco-0.7.9.zip
  inflating: jacocotmp/lib/jacocoant.jar  
  inflating: jacocotmp/lib/jacocoagent.jar  
+ echo '1d56a66be0f4a6b529d8f983ab65cc77a52cccb6 *jacoco-0.7.9.zip'
+ sha1sum -c
jacoco-0.7.9.zip: OK
+ mv jacocotmp/lib/jacocoant.jar trunk/tools/java
+ mv jacocotmp/lib/jacocoagent.jar trunk/tools/java
+ rm -rf jacocotmp jacoco-0.7.9.zip
+ rm -rf 'trunk/junit_*' coverage-report
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml clobber cleanalljars
Buildfile: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>

clean:

cleangenerated:

cleanstate:

cleanreleasefiles:

clobber:

cleanalljars:

BUILD SUCCESSFUL
Total time: 0 seconds
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml -Dsane=false -Ddebug=true all buildjars
Buildfile: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>

checkCompilerLevel:

version_check:

BUILD FAILED
<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>:66: FATAL ERROR:  The running Ant version, 1.10.1, is too old.

Total time: 0 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Recording test results
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

Build failed in Jenkins: Derby-JaCoCo #294

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/294/display/redirect?page=changes>

Changes:

[rhillegas] DERBY-6990: Deprecate the broken SOAP-based logic for listing fixed bugs on behalf of the release notes generator; commit derby-6990-01-aa-removeSOAPlogic.diff.

------------------------------------------
[...truncated 384.89 KB...]
AU        10.3.1.4/derbyLocale_ru.jar
AU        10.3.1.4/derbyLocale_zh_TW.jar
AU        10.3.1.4/derbyTesting.jar
AU        10.3.1.4/derbyclient.jar
AU        10.3.1.4/derby.jar
AU        10.3.1.4/derbyLocale_de_DE.jar
AU        10.3.1.4/derbyLocale_zh_CN.jar
AU        10.3.1.4/derbyLocale_cs.jar
AU        10.3.1.4/derbyLocale_ko_KR.jar
AU        10.3.1.4/derbyLocale_pt_BR.jar
AU        10.3.1.4/derbynet.jar
AU        10.3.1.4/derbyLocale_es.jar
AU        10.3.1.4/derbyLocale_fr.jar
A         10.5.3.0
AU        10.5.3.0/derbyLocale_zh_TW.jar
AU        10.5.3.0/derbyTesting.jar
AU        10.5.3.0/derbyclient.jar
AU        10.5.3.0/derby.jar
AU        10.5.3.0/derbyLocale_de_DE.jar
AU        10.5.3.0/derbyLocale_zh_CN.jar
AU        10.5.3.0/derbyLocale_cs.jar
AU        10.5.3.0/derbyLocale_ko_KR.jar
AU        10.5.3.0/derbyLocale_pt_BR.jar
AU        10.5.3.0/derbynet.jar
AU        10.5.3.0/derbyLocale_es.jar
AU        10.5.3.0/derbyLocale_fr.jar
AU        10.5.3.0/derbyLocale_pl.jar
AU        10.5.3.0/derbyLocale_it.jar
AU        10.5.3.0/derbyLocale_hu.jar
AU        10.5.3.0/derbytools.jar
AU        10.5.3.0/derbyLocale_ja_JP.jar
AU        10.5.3.0/derbyrun.jar
AU        10.5.3.0/derbyLocale_ru.jar
A         10.2.1.6
AU        10.2.1.6/derbyLocale_pt_BR.jar
AU        10.2.1.6/derbyLocale_es.jar
AU        10.2.1.6/derbyLocale_fr.jar
AU        10.2.1.6/derbynet.jar
AU        10.2.1.6/derbyLocale_zh_TW.jar
AU        10.2.1.6/derbyLocale_it.jar
AU        10.2.1.6/derby.war
AU        10.2.1.6/derbyclient.jar
AU        10.2.1.6/derby.jar
AU        10.2.1.6/derbyLocale_de_DE.jar
AU        10.2.1.6/derbyLocale_zh_CN.jar
AU        10.2.1.6/derbytools.jar
AU        10.2.1.6/derbyLocale_ja_JP.jar
AU        10.2.1.6/derbyLocale_ko_KR.jar
AU        10.2.1.6/derbyrun.jar
A         10.6.2.1
AU        10.6.2.1/derbyLocale_ja_JP.jar
AU        10.6.2.1/derbyrun.jar
AU        10.6.2.1/derbyLocale_ru.jar
AU        10.6.2.1/derbyLocale_zh_TW.jar
AU        10.6.2.1/derbyTesting.jar
AU        10.6.2.1/derbyclient.jar
AU        10.6.2.1/derby.jar
AU        10.6.2.1/derbyLocale_de_DE.jar
AU        10.6.2.1/derbyLocale_zh_CN.jar
AU        10.6.2.1/derbyLocale_cs.jar
AU        10.6.2.1/derbyLocale_ko_KR.jar
AU        10.6.2.1/derbyLocale_pt_BR.jar
AU        10.6.2.1/derbynet.jar
AU        10.6.2.1/derbyLocale_es.jar
AU        10.6.2.1/derbyLocale_fr.jar
AU        10.6.2.1/derbyLocale_pl.jar
AU        10.6.2.1/derbyLocale_hu.jar
AU        10.6.2.1/derbyLocale_it.jar
AU        10.6.2.1/derby.war
AU        10.6.2.1/derbytools.jar
A         10.7.1.1
AU        10.7.1.1/derbyLocale_pl.jar
AU        10.7.1.1/derbyLocale_hu.jar
AU        10.7.1.1/derbyLocale_it.jar
AU        10.7.1.1/derbytools.jar
AU        10.7.1.1/derbyLocale_ja_JP.jar
AU        10.7.1.1/derbyrun.jar
AU        10.7.1.1/derbyLocale_ru.jar
AU        10.7.1.1/derbyLocale_zh_TW.jar
AU        10.7.1.1/derbyTesting.jar
AU        10.7.1.1/derbyclient.jar
AU        10.7.1.1/derby.jar
AU        10.7.1.1/derbyLocale_de_DE.jar
AU        10.7.1.1/derbyLocale_zh_CN.jar
AU        10.7.1.1/derbyLocale_cs.jar
AU        10.7.1.1/derbyLocale_ko_KR.jar
AU        10.7.1.1/derbyLocale_pt_BR.jar
AU        10.7.1.1/derbynet.jar
AU        10.7.1.1/derbyLocale_es.jar
AU        10.7.1.1/derbyLocale_fr.jar
A         10.9.1.0
AU        10.9.1.0/derbyclient.jar
AU        10.9.1.0/derby.jar
AU        10.9.1.0/derbyLocale_de_DE.jar
AU        10.9.1.0/derbyLocale_zh_CN.jar
AU        10.9.1.0/derbyLocale_cs.jar
AU        10.9.1.0/derbyLocale_ko_KR.jar
AU        10.9.1.0/derbyLocale_pt_BR.jar
AU        10.9.1.0/derbynet.jar
AU        10.9.1.0/derbyLocale_es.jar
AU        10.9.1.0/derbyLocale_fr.jar
AU        10.9.1.0/derbyLocale_pl.jar
AU        10.9.1.0/derbyLocale_hu.jar
AU        10.9.1.0/derbyLocale_it.jar
AU        10.9.1.0/derby.war
AU        10.9.1.0/derbytools.jar
AU        10.9.1.0/derbyLocale_ja_JP.jar
AU        10.9.1.0/derbyrun.jar
AU        10.9.1.0/derbyLocale_ru.jar
AU        10.9.1.0/derbyLocale_zh_TW.jar
AU        10.9.1.0/derbyTesting.jar
A         10.8.1.2
AU        10.8.1.2/derbyrun.jar
AU        10.8.1.2/derbyLocale_ru.jar
AU        10.8.1.2/derbyLocale_zh_TW.jar
AU        10.8.1.2/derbyTesting.jar
AU        10.8.1.2/derbyclient.jar
AU        10.8.1.2/derbyLocale_de_DE.jar
AU        10.8.1.2/derby.jar
AU        10.8.1.2/derbyLocale_zh_CN.jar
AU        10.8.1.2/derbyLocale_cs.jar
AU        10.8.1.2/derbyLocale_ko_KR.jar
AU        10.8.1.2/derbyLocale_pt_BR.jar
AU        10.8.1.2/derbynet.jar
AU        10.8.1.2/derbyLocale_es.jar
AU        10.8.1.2/derbyLocale_fr.jar
AU        10.8.1.2/derbyLocale_pl.jar
AU        10.8.1.2/derbyLocale_hu.jar
AU        10.8.1.2/derbyLocale_it.jar
AU        10.8.1.2/derby.war
AU        10.8.1.2/derbytools.jar
AU        10.8.1.2/derbyLocale_ja_JP.jar
A         10.8.3.0
AU        10.8.3.0/derbyLocale_cs.jar
AU        10.8.3.0/derbyLocale_ko_KR.jar
AU        10.8.3.0/derbyLocale_pt_BR.jar
AU        10.8.3.0/derbyLocale_fr.jar
AU        10.8.3.0/derbyLocale_es.jar
AU        10.8.3.0/derbynet.jar
AU        10.8.3.0/derbyLocale_pl.jar
AU        10.8.3.0/derbyLocale_hu.jar
AU        10.8.3.0/derbyLocale_it.jar
AU        10.8.3.0/derby.war
AU        10.8.3.0/derbytools.jar
AU        10.8.3.0/derbyLocale_ja_JP.jar
AU        10.8.3.0/derbyrun.jar
AU        10.8.3.0/derbyLocale_ru.jar
AU        10.8.3.0/derbyLocale_zh_TW.jar
AU        10.8.3.0/derbyTesting.jar
AU        10.8.3.0/derbyclient.jar
AU        10.8.3.0/derby.jar
AU        10.8.3.0/derbyLocale_de_DE.jar
AU        10.8.3.0/derbyLocale_zh_CN.jar
A         10.8.2.2
AU        10.8.2.2/derbyLocale_zh_TW.jar
AU        10.8.2.2/derbyTesting.jar
AU        10.8.2.2/derbyclient.jar
AU        10.8.2.2/derby.jar
AU        10.8.2.2/derbyLocale_de_DE.jar
AU        10.8.2.2/derbyLocale_zh_CN.jar
AU        10.8.2.2/derbyLocale_cs.jar
AU        10.8.2.2/derbyLocale_ko_KR.jar
AU        10.8.2.2/derbyLocale_pt_BR.jar
AU        10.8.2.2/derbynet.jar
AU        10.8.2.2/derbyLocale_es.jar
AU        10.8.2.2/derbyLocale_fr.jar
AU        10.8.2.2/derbyLocale_pl.jar
AU        10.8.2.2/derbyLocale_it.jar
AU        10.8.2.2/derbyLocale_hu.jar
AU        10.8.2.2/derby.war
AU        10.8.2.2/derbytools.jar
AU        10.8.2.2/derbyLocale_ja_JP.jar
AU        10.8.2.2/derbyrun.jar
AU        10.8.2.2/derbyLocale_ru.jar
At revision 1827776

No changes for https://svn.apache.org/repos/asf/db/derby/jars since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[Derby-JaCoCo] $ /bin/bash -xe /tmp/jenkins521973303169704784.sh
+ echo 'JAVA_HOME: /home/jenkins/tools/java/latest1.9'
JAVA_HOME: /home/jenkins/tools/java/latest1.9
+ jacoco_version=0.7.9
+ jacoco_zip_sha1=1d56a66be0f4a6b529d8f983ab65cc77a52cccb6
+ jacocoant_sha1=87aa22de3854fd5a43e37a17c4b245b01a46de93
+ jacocoagent_sha1=a6ac9cca89d889222a40dab9dd5039bfd22a4cff
+ cat
+ sha1sum -c sha1sum.txt
sha1sum: trunk/tools/java/jacocoant.jar: No such file or directory
trunk/tools/java/jacocoant.jar: FAILED open or read
sha1sum: trunk/tools/java/jacocoagent.jar: No such file or directory
trunk/tools/java/jacocoagent.jar: FAILED open or read
sha1sum: WARNING: 2 listed files could not be read
+ rm -rf 'jacoco*.zip' jacocotmp
+ wget -q http://repo1.maven.org/maven2/org/jacoco/jacoco/0.7.9/jacoco-0.7.9.zip
+ unzip -d jacocotmp jacoco-0.7.9.zip lib/jacocoant.jar lib/jacocoagent.jar
Archive:  jacoco-0.7.9.zip
  inflating: jacocotmp/lib/jacocoant.jar  
  inflating: jacocotmp/lib/jacocoagent.jar  
+ echo '1d56a66be0f4a6b529d8f983ab65cc77a52cccb6 *jacoco-0.7.9.zip'
+ sha1sum -c
jacoco-0.7.9.zip: OK
+ mv jacocotmp/lib/jacocoant.jar trunk/tools/java
+ mv jacocotmp/lib/jacocoagent.jar trunk/tools/java
+ rm -rf jacocotmp jacoco-0.7.9.zip
+ rm -rf 'trunk/junit_*' coverage-report
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml clobber cleanalljars
Buildfile: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>

clean:

cleangenerated:

cleanstate:

cleanreleasefiles:

clobber:

cleanalljars:

BUILD SUCCESSFUL
Total time: 1 second
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml -Dsane=false -Ddebug=true all buildjars
Buildfile: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>

checkCompilerLevel:

version_check:

BUILD FAILED
<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>:66: FATAL ERROR:  The running Ant version, 1.10.1, is too old.

Total time: 1 second
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Recording test results
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

Build failed in Jenkins: Derby-JaCoCo #293

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/293/display/redirect?page=changes>

Changes:

[rhillegas] DERBY-6945: Upgrade build script to require ant 1.10.2 or higher; commit derby-6945-23-aa-upgradeToAnt_1.10.2.diff.

------------------------------------------
[...truncated 384.74 KB...]
AU        10.8.3.0/derbyLocale_zh_CN.jar
AU        10.8.3.0/derbyLocale_cs.jar
AU        10.8.3.0/derbyLocale_ko_KR.jar
AU        10.8.3.0/derbyLocale_pt_BR.jar
AU        10.8.3.0/derbynet.jar
AU        10.8.3.0/derbyLocale_es.jar
AU        10.8.3.0/derbyLocale_fr.jar
A         10.8.2.2
AU        10.8.2.2/derbytools.jar
AU        10.8.2.2/derbyLocale_ja_JP.jar
AU        10.8.2.2/derbyrun.jar
AU        10.8.2.2/derbyLocale_ru.jar
AU        10.8.2.2/derbyLocale_zh_TW.jar
AU        10.8.2.2/derbyTesting.jar
AU        10.8.2.2/derbyclient.jar
AU        10.8.2.2/derby.jar
AU        10.8.2.2/derbyLocale_de_DE.jar
AU        10.8.2.2/derbyLocale_zh_CN.jar
AU        10.8.2.2/derbyLocale_cs.jar
AU        10.8.2.2/derbyLocale_ko_KR.jar
AU        10.8.2.2/derbyLocale_pt_BR.jar
AU        10.8.2.2/derbynet.jar
AU        10.8.2.2/derbyLocale_es.jar
AU        10.8.2.2/derbyLocale_fr.jar
AU        10.8.2.2/derbyLocale_pl.jar
AU        10.8.2.2/derbyLocale_hu.jar
AU        10.8.2.2/derbyLocale_it.jar
AU        10.8.2.2/derby.war
A         10.10.1.1
AU        10.10.1.1/derbyLocale_pl.jar
AU        10.10.1.1/derbyLocale_hu.jar
AU        10.10.1.1/derbyLocale_it.jar
AU        10.10.1.1/derby.war
AU        10.10.1.1/derbytools.jar
AU        10.10.1.1/derbyLocale_ja_JP.jar
AU        10.10.1.1/derbyrun.jar
AU        10.10.1.1/derbyLocale_ru.jar
AU        10.10.1.1/derbyLocale_zh_TW.jar
AU        10.10.1.1/derbyTesting.jar
AU        10.10.1.1/derbyclient.jar
AU        10.10.1.1/derby.jar
AU        10.10.1.1/derbyLocale_de_DE.jar
AU        10.10.1.1/derbyLocale_zh_CN.jar
AU        10.10.1.1/derbyLocale_cs.jar
AU        10.10.1.1/derbyLocale_ko_KR.jar
AU        10.10.1.1/derbyLocale_pt_BR.jar
AU        10.10.1.1/derbynet.jar
AU        10.10.1.1/derbyLocale_es.jar
AU        10.10.1.1/derbyLocale_fr.jar
A         10.10.2.0
AU        10.10.2.0/derbyLocale_zh_TW.jar
AU        10.10.2.0/derbyTesting.jar
AU        10.10.2.0/derbyclient.jar
AU        10.10.2.0/derby.jar
AU        10.10.2.0/derbyLocale_de_DE.jar
AU        10.10.2.0/derbyLocale_zh_CN.jar
AU        10.10.2.0/derbyLocale_cs.jar
AU        10.10.2.0/derbyLocale_ko_KR.jar
AU        10.10.2.0/derbyLocale_pt_BR.jar
AU        10.10.2.0/derbynet.jar
AU        10.10.2.0/derbyLocale_es.jar
AU        10.10.2.0/derbyLocale_fr.jar
AU        10.10.2.0/derbyLocale_pl.jar
AU        10.10.2.0/derbyLocale_it.jar
AU        10.10.2.0/derbyLocale_hu.jar
AU        10.10.2.0/derby.war
AU        10.10.2.0/derbytools.jar
AU        10.10.2.0/derbyLocale_ja_JP.jar
AU        10.10.2.0/derbyrun.jar
AU        10.10.2.0/derbyLocale_ru.jar
A         10.11.1.1
AU        10.11.1.1/derbyrun.jar
AU        10.11.1.1/derbyLocale_ru.jar
AU        10.11.1.1/derbyoptionaltools.jar
AU        10.11.1.1/derbyLocale_zh_TW.jar
AU        10.11.1.1/derbyTesting.jar
AU        10.11.1.1/derbyclient.jar
AU        10.11.1.1/derby.jar
AU        10.11.1.1/derbyLocale_de_DE.jar
AU        10.11.1.1/derbyLocale_zh_CN.jar
AU        10.11.1.1/derbyLocale_cs.jar
AU        10.11.1.1/derbyLocale_ko_KR.jar
AU        10.11.1.1/derbyLocale_pt_BR.jar
AU        10.11.1.1/derbynet.jar
AU        10.11.1.1/derbyLocale_es.jar
AU        10.11.1.1/derbyLocale_fr.jar
AU        10.11.1.1/derbyLocale_pl.jar
AU        10.11.1.1/derbyLocale_hu.jar
AU        10.11.1.1/derbyLocale_it.jar
AU        10.11.1.1/derby.war
AU        10.11.1.1/derbytools.jar
AU        10.11.1.1/derbyLocale_ja_JP.jar
A         10.12.1.1
AU        10.12.1.1/derbyLocale_pl.jar
AU        10.12.1.1/derbyLocale_hu.jar
AU        10.12.1.1/derbyLocale_it.jar
AU        10.12.1.1/derby.war
AU        10.12.1.1/derbytools.jar
AU        10.12.1.1/derbyLocale_ja_JP.jar
AU        10.12.1.1/derbyrun.jar
AU        10.12.1.1/derbyLocale_ru.jar
AU        10.12.1.1/derbyoptionaltools.jar
AU        10.12.1.1/derbyLocale_zh_TW.jar
AU        10.12.1.1/derbyTesting.jar
AU        10.12.1.1/derbyclient.jar
AU        10.12.1.1/derby.jar
AU        10.12.1.1/derbyLocale_de_DE.jar
AU        10.12.1.1/derbyLocale_zh_CN.jar
AU        10.12.1.1/derbyLocale_cs.jar
AU        10.12.1.1/derbyLocale_ko_KR.jar
AU        10.12.1.1/derbyLocale_pt_BR.jar
AU        10.12.1.1/derbynet.jar
AU        10.12.1.1/derbyLocale_es.jar
AU        10.12.1.1/derbyLocale_fr.jar
A         10.13.1.1
AU        10.13.1.1/derbyLocale_zh_TW.jar
AU        10.13.1.1/derbyTesting.jar
AU        10.13.1.1/derbyclient.jar
AU        10.13.1.1/derby.jar
AU        10.13.1.1/derbyLocale_de_DE.jar
AU        10.13.1.1/derbyLocale_zh_CN.jar
AU        10.13.1.1/derbyLocale_cs.jar
AU        10.13.1.1/derbyLocale_ko_KR.jar
AU        10.13.1.1/derbyLocale_pt_BR.jar
AU        10.13.1.1/derbyLocale_es.jar
AU        10.13.1.1/derbyLocale_fr.jar
AU        10.13.1.1/derbynet.jar
AU        10.13.1.1/derbyLocale_pl.jar
AU        10.13.1.1/derbyLocale_it.jar
AU        10.13.1.1/derbyLocale_hu.jar
AU        10.13.1.1/derby.war
AU        10.13.1.1/derbytools.jar
AU        10.13.1.1/derbyLocale_ja_JP.jar
AU        10.13.1.1/derbyrun.jar
AU        10.13.1.1/derbyLocale_ru.jar
AU        10.13.1.1/derbyoptionaltools.jar
A         10.14.1.0
AU        10.14.1.0/derbyLocale_zh_TW.jar
AU        10.14.1.0/derbyTesting.jar
AU        10.14.1.0/derbyclient.jar
AU        10.14.1.0/derby.jar
AU        10.14.1.0/derbyLocale_de_DE.jar
AU        10.14.1.0/derbyLocale_zh_CN.jar
AU        10.14.1.0/derbyLocale_cs.jar
AU        10.14.1.0/derbyLocale_ko_KR.jar
AU        10.14.1.0/derbyLocale_pt_BR.jar
AU        10.14.1.0/derbynet.jar
AU        10.14.1.0/derbyLocale_es.jar
AU        10.14.1.0/derbyLocale_fr.jar
AU        10.14.1.0/derbyLocale_pl.jar
AU        10.14.1.0/derbyLocale_hu.jar
AU        10.14.1.0/derbyLocale_it.jar
AU        10.14.1.0/derby.war
AU        10.14.1.0/derbytools.jar
AU        10.14.1.0/derbyLocale_ja_JP.jar
AU        10.14.1.0/derbyrun.jar
AU        10.14.1.0/derbyLocale_ru.jar
AU        10.14.1.0/derbyoptionaltools.jar
A         10.1.1.0
AU        10.1.1.0/derbyLocale_ko_KR.jar
AU        10.1.1.0/derbyLocale_pt_BR.jar
AU        10.1.1.0/derbyLocale_es.jar
AU        10.1.1.0/derbyLocale_fr.jar
AU        10.1.1.0/derbynet.jar
AU        10.1.1.0/derbyLocale_zh_TW.jar
AU        10.1.1.0/derbyLocale_it.jar
AU        10.1.1.0/derby.war
AU        10.1.1.0/derbyTesting.jar
AU        10.1.1.0/derbyclient.jar
AU        10.1.1.0/derby.jar
AU        10.1.1.0/derbyLocale_de_DE.jar
AU        10.1.1.0/derbyLocale_zh_CN.jar
AU        10.1.1.0/derbytools.jar
AU        10.1.1.0/derbyLocale_ja_JP.jar
At revision 1827039

No changes for https://svn.apache.org/repos/asf/db/derby/jars since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[Derby-JaCoCo] $ /bin/bash -xe /tmp/jenkins8812557784545089639.sh
+ echo 'JAVA_HOME: /home/jenkins/tools/java/latest1.9'
JAVA_HOME: /home/jenkins/tools/java/latest1.9
+ jacoco_version=0.7.9
+ jacoco_zip_sha1=1d56a66be0f4a6b529d8f983ab65cc77a52cccb6
+ jacocoant_sha1=87aa22de3854fd5a43e37a17c4b245b01a46de93
+ jacocoagent_sha1=a6ac9cca89d889222a40dab9dd5039bfd22a4cff
+ cat
+ sha1sum -c sha1sum.txt
sha1sum: trunk/tools/java/jacocoant.jar: No such file or directory
trunk/tools/java/jacocoant.jar: FAILED open or read
sha1sum: trunk/tools/java/jacocoagent.jar: No such file or directory
trunk/tools/java/jacocoagent.jar: FAILED open or read
sha1sum: WARNING: 2 listed files could not be read
+ rm -rf 'jacoco*.zip' jacocotmp
+ wget -q http://repo1.maven.org/maven2/org/jacoco/jacoco/0.7.9/jacoco-0.7.9.zip
+ unzip -d jacocotmp jacoco-0.7.9.zip lib/jacocoant.jar lib/jacocoagent.jar
Archive:  jacoco-0.7.9.zip
  inflating: jacocotmp/lib/jacocoant.jar  
  inflating: jacocotmp/lib/jacocoagent.jar  
+ echo '1d56a66be0f4a6b529d8f983ab65cc77a52cccb6 *jacoco-0.7.9.zip'
+ sha1sum -c
jacoco-0.7.9.zip: OK
+ mv jacocotmp/lib/jacocoant.jar trunk/tools/java
+ mv jacocotmp/lib/jacocoagent.jar trunk/tools/java
+ rm -rf jacocotmp jacoco-0.7.9.zip
+ rm -rf 'trunk/junit_*' coverage-report
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml clobber cleanalljars
Buildfile: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>

clean:

cleangenerated:

cleanstate:

cleanreleasefiles:

clobber:

cleanalljars:

BUILD SUCCESSFUL
Total time: 0 seconds
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml -Dsane=false -Ddebug=true all buildjars
Buildfile: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>

checkCompilerLevel:

version_check:

BUILD FAILED
<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>:66: FATAL ERROR:  The running Ant version, 1.10.1, is too old.

Total time: 0 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Recording test results
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

Build failed in Jenkins: Derby-JaCoCo #292

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/292/display/redirect?page=changes>

Changes:

[bpendleton] Merge revision 1826467 from 10.14 to trunk. Original commit message:

Remove support for COMMAND_TESTCONNECTION connectToDatabase feature.
It was never documented, and was never part of the regression tests.

A new regression test demonstrates that attempting to use this feature
now results in a "usage" response from the Network Server.

Also, change the Network Server's default security policy file, as well
as the template security policy file that we distribute with the
release and in the documentation. The new policy files do not use
the <<ALL FILES>> permission; instead they restrict the permission
to certain directories only.

Also, change the implementation of the Network Server's "sysinfo"
sub-command. Prior to this change, that feature would open each
jar file on the Network Server's class path, and would report on
whatever information it could find about that jar file. Now, the
only jar files that are opened and reported on are the known Derby
jar files; a table of those jar file names is compiled into the
sysinfo command. This causes sysinfo to return less information,
but it also means that it only needs the permission to access the
known Derby jar files on the classpath.

[rhillegas] DERBY-6945: Split generated class directory into separate subdirectories for generated shared, engine, and tools classes; commit derby-6945-22-af-isolateClassesByArtifact.diff.

------------------------------------------
[...truncated 483.78 KB...]
infowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/shared/org/apache/derby/info/shared/info.properties>

meta-inf-common:
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/lists/META-INF>
     [copy] Copying 2 files to <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/lists/META-INF>

make-locale-classpath-manifest:
      [jar] Building jar: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derbyshared.jar>

derbyjar:
     [echo] Beginning derby.jar insane build
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/lists/org/apache/derby>
     [echo]  creating new DBMS.properties file

infowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/engine/org/apache/derby/info/engine/info.properties>

meta-inf-common:
     [copy] Copying 2 files to <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/lists/META-INF>

declare-autoloadable-driver:
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/lists/META-INF/services>

make-core-derbyjar-manifest:

make-locale-classpath-manifest:
      [jar] Building jar: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derby.jar>

derbynetjar:
     [echo] Beginning derbynet.jar insane build
     [echo]  creating new net info.properties file 

infowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/drda/org/apache/derby/info/net/info.properties>

meta-inf-common:
     [copy] Copying 2 files to <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/lists/META-INF>
      [jar] Building jar: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derbynet.jar>

derbyclientjar:
     [echo] Beginning derbyclient.jar insane build

infowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/client/org/apache/derby/info/client/info.properties>

meta-inf-common:
     [copy] Copying 2 files to <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/lists/META-INF>

make-core-derbyjar-manifest:

make-locale-classpath-manifest:

declare-autoloadable-driver:
      [jar] Building jar: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derbyclient.jar>

derbytoolsjar:
     [echo] Beginning derbytools.jar insane build
     [echo]  creating new tools info.properties file 

infowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/tools/org/apache/derby/info/tools/info.properties>

meta-inf-common:
     [copy] Copying 2 files to <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/lists/META-INF>

make-locale-classpath-manifest:
      [jar] Building jar: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derbytools.jar>

derbyoptionaltoolsjar:
     [echo] Beginning derbyoptionaltools.jar insane build
     [echo]  creating new optionaltools info.properties file 

infowriter:
[propertyfile] Creating new property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/optional/org/apache/derby/optional/info.properties>

meta-inf-common:
     [copy] Copying 2 files to <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/lists/META-INF>

make-locale-classpath-manifest:
      [jar] Building jar: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derbyoptionaltools.jar>

derbyrunjar:
     [echo] Beginning derbyrun.jar build

meta-inf-common:
     [copy] Copying 2 files to <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/lists/META-INF>
      [jar] Building jar: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derbyrun.jar>

derbywar:
     [echo] Beginning derby.war  build
      [zip] Building zip: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derby.war>

derbylocalejars:

meta-inf-common:
     [copy] Copying 2 files to <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/lists/META-INF>

localejar:
     [echo] Building derbyLocale_cs.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/locales/org/apache/derby/info/locale_cs/info.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derbyLocale_cs.jar>

localejar:
     [echo] Building derbyLocale_de_DE.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/locales/org/apache/derby/info/locale_de_DE/info.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derbyLocale_de_DE.jar>

localejar:
     [echo] Building derbyLocale_es.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/locales/org/apache/derby/info/locale_es/info.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derbyLocale_es.jar>

localejar:
     [echo] Building derbyLocale_fr.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/locales/org/apache/derby/info/locale_fr/info.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derbyLocale_fr.jar>

localejar:
     [echo] Building derbyLocale_hu.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/locales/org/apache/derby/info/locale_hu/info.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derbyLocale_hu.jar>

localejar:
     [echo] Building derbyLocale_it.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/locales/org/apache/derby/info/locale_it/info.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derbyLocale_it.jar>

localejar:
     [echo] Building derbyLocale_ja_JP.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/locales/org/apache/derby/info/locale_ja_JP/info.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derbyLocale_ja_JP.jar>

localejar:
     [echo] Building derbyLocale_ko_KR.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/locales/org/apache/derby/info/locale_ko_KR/info.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derbyLocale_ko_KR.jar>

localejar:
     [echo] Building derbyLocale_pl.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/locales/org/apache/derby/info/locale_pl/info.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derbyLocale_pl.jar>

localejar:
     [echo] Building derbyLocale_pt_BR.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/locales/org/apache/derby/info/locale_pt_BR/info.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derbyLocale_pt_BR.jar>

localejar:
     [echo] Building derbyLocale_ru.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/locales/org/apache/derby/info/locale_ru/info.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derbyLocale_ru.jar>

localejar:
     [echo] Building derbyLocale_zh_CN.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/locales/org/apache/derby/info/locale_zh_CN/info.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derbyLocale_zh_CN.jar>

localejar:
     [echo] Building derbyLocale_zh_TW.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/locales/org/apache/derby/info/locale_zh_TW/info.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derbyLocale_zh_TW.jar>

ckderbytesting:

derbytestingjar:

tstinginfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/classes/testing/org/apache/derby/info/tsting/info.properties>
      [zip] Building zip: <https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/jars/insane/derbyTesting.jar>

jardriftcheck:
     [java] ERROR: class org.apache.derbyDemo.vtis.core.FlatFileVTI.class in
     [java]        derbyTesting.jar was not previously there.
     [java] 
     [java] ERROR: class org.apache.derbyDemo.vtis.example.ApacheServerLogVTI.class in
     [java]        derbyTesting.jar was not previously there.
     [java] 
     [java] ERROR: class org.apache.derbyDemo.vtis.example.DerbyJiraReportVTI.class in
     [java]        derbyTesting.jar was not previously there.
     [java] 
     [java] ERROR: class org.apache.derbyDemo.vtis.example.SubversionLogVTI.class in
     [java]        derbyTesting.jar was not previously there.
     [java] 
     [java] ERROR: class org.apache.derbyDemo.vtis.example.PropertyFileVTI.class in
     [java]        derbyTesting.jar was not previously there.
     [java] 
     [java] ERROR: class WwdClientExample.class in
     [java]        derbyTesting.jar was not previously there.
     [java] 
     [java] ERROR: class WwdEmbedded.class in
     [java]        derbyTesting.jar was not previously there.
     [java] 
     [java] ERROR: class WwdUtils.class in
     [java]        derbyTesting.jar was not previously there.
     [java] 
     [java] ERROR: class org.apache.derbyDemo.vtis.example.LineListVTI.class in
     [java]        derbyTesting.jar was not previously there.
     [java] 
     [java] Exception in thread "main" java.lang.Exception: 
     [java] jar drift check failed; see DERBY-6471 for info. 
     [java] See error in build output or call ant jardriftcheck. 
     [java] If the new class is expected run ant refreshjardriftcheck.
     [java] NB: Run the refresh for both sane and insane builds. 
     [java]     Use the highest supported JVM (currently Java 8) 
     [java]      to ensure all classes are built.
     [java] 
     [java] 	at org.apache.derbyBuild.JarDriftTest.main(JarDriftTest.java:103)

BUILD FAILED
<https://builds.apache.org/job/Derby-JaCoCo/ws/trunk/build.xml>:653: Java returned: 1

Total time: 1 minute 33 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Recording test results
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9
Setting JDK_1_9_LATEST__HOME=/home/jenkins/tools/java/latest1.9

Jenkins build is still unstable: Derby-JaCoCo #291

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/291/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #290

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/290/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #289

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/289/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #288

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/288/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #287

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/287/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #286

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/286/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #285

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/285/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #284

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/284/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #283

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/283/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #282

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/282/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #281

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/281/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #280

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/280/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #279

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/279/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #278

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/278/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #277

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/277/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #276

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/276/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #275

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/275/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #274

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/274/display/redirect?page=changes>


Jenkins build is still unstable: Derby-JaCoCo #273

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-JaCoCo/273/display/redirect?page=changes>