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 2015/10/23 20:34:50 UTC

Build failed in Jenkins: Derby-10.12-suites.All #3

See <https://builds.apache.org/job/Derby-10.12-suites.All/3/changes>

Changes:

[rhillegas] DERBY-6811: Add derbyrun.jar to the 10.12.1.1 directory of jars used for upgrade testing.

------------------------------------------
[...truncated 2197 lines...]
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.openDefaultConnection(BaseJDBCTestCase.java:510)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.getConnection(BaseJDBCTestCase.java:118)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.createStatement(BaseJDBCTestCase.java:150)
    [junit] 	at org.apache.derbyTesting.functionTests.tests.store.LongColumnTest.setUp(LongColumnTest.java:47)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:128)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:120)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:443)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:460)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:58)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:58)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:532)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1179)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1030)
    [junit] Caused by: ERROR 08006: A network protocol error was encountered and the connection has been terminated: A protocol error (Data Stream Syntax Error) was detected.  Reason: 0x4,442. Perhaps this is an attempt to open a plaintext connection to an SSL enabled server.
    [junit] 	at org.apache.derby.client.net.Reply.doSyntaxrmSemantics(Reply.java:887)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseSYNTAXRM(NetConnectionReply.java:1143)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseCommonError(NetConnectionReply.java:422)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseExchangeServerAttributesError(NetConnectionReply.java:344)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseEXCSATreply(NetConnectionReply.java:186)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.readExchangeServerAttributes(NetConnectionReply.java:57)
    [junit] 	at org.apache.derby.client.net.NetConnection.readServerAttributesAndKeyExchange(NetConnection.java:764)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowServerAttributesAndKeyExchange(NetConnection.java:708)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowUSRIDPWDconnect(NetConnection.java:550)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowConnect(NetConnection.java:355)
    [junit] 	at org.apache.derby.client.net.NetConnection.<init>(NetConnection.java:210)
    [junit] 	at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl.newNetConnection(ClientJDBCObjectFactoryImpl.java:278)
    [junit] 	at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:169)
    [junit] 	... 43 more
    [junit] java.sql.SQLNonTransientConnectionException: A network protocol error was encountered and the connection has been terminated: A protocol error (Data Stream Syntax Error) was detected.  Reason: 0x4,442. Perhaps this is an attempt to open a plaintext connection to an SSL enabled server.
    [junit] 	at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:71)
    [junit] 	at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:321)
    [junit] 	at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:176)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:664)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:208)
    [junit] 	at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:101)
    [junit] 	at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:68)
    [junit] 	at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:44)
    [junit] 	at org.apache.derbyTesting.junit.TestConfiguration.openDefaultConnection(TestConfiguration.java:1644)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.openDefaultConnection(BaseJDBCTestCase.java:510)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.getConnection(BaseJDBCTestCase.java:118)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.createStatement(BaseJDBCTestCase.java:150)
    [junit] 	at org.apache.derbyTesting.functionTests.tests.store.LongColumnTest.setUp(LongColumnTest.java:47)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:128)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:120)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:443)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:460)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:58)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:58)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:532)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1179)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1030)
    [junit] Caused by: ERROR 08006: A network protocol error was encountered and the connection has been terminated: A protocol error (Data Stream Syntax Error) was detected.  Reason: 0x4,442. Perhaps this is an attempt to open a plaintext connection to an SSL enabled server.
    [junit] 	at org.apache.derby.client.net.Reply.doSyntaxrmSemantics(Reply.java:887)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseSYNTAXRM(NetConnectionReply.java:1143)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseCommonError(NetConnectionReply.java:422)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseExchangeServerAttributesError(NetConnectionReply.java:344)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseEXCSATreply(NetConnectionReply.java:186)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.readExchangeServerAttributes(NetConnectionReply.java:57)
    [junit] 	at org.apache.derby.client.net.NetConnection.readServerAttributesAndKeyExchange(NetConnection.java:764)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowServerAttributesAndKeyExchange(NetConnection.java:708)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowUSRIDPWDconnect(NetConnection.java:550)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowConnect(NetConnection.java:355)
    [junit] 	at org.apache.derby.client.net.NetConnection.<init>(NetConnection.java:210)
    [junit] 	at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl.newNetConnection(ClientJDBCObjectFactoryImpl.java:278)
    [junit] 	at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:169)
    [junit] 	... 43 more
    [junit] java.sql.SQLNonTransientConnectionException: A network protocol error was encountered and the connection has been terminated: A protocol error (Data Stream Syntax Error) was detected.  Reason: 0x4,442. Perhaps this is an attempt to open a plaintext connection to an SSL enabled server.
    [junit] 	at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:71)
    [junit] 	at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:321)
    [junit] 	at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:176)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:664)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:208)
    [junit] 	at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:101)
    [junit] 	at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:68)
    [junit] 	at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:44)
    [junit] 	at org.apache.derbyTesting.junit.TestConfiguration.openDefaultConnection(TestConfiguration.java:1644)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.openDefaultConnection(BaseJDBCTestCase.java:510)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.getConnection(BaseJDBCTestCase.java:118)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.createStatement(BaseJDBCTestCase.java:150)
    [junit] 	at org.apache.derbyTesting.functionTests.tests.store.LongColumnTest.setUp(LongColumnTest.java:47)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:128)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:120)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:443)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:460)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:58)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:58)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:532)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1179)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1030)
    [junit] Caused by: ERROR 08006: A network protocol error was encountered and the connection has been terminated: A protocol error (Data Stream Syntax Error) was detected.  Reason: 0x4,442. Perhaps this is an attempt to open a plaintext connection to an SSL enabled server.
    [junit] 	at org.apache.derby.client.net.Reply.doSyntaxrmSemantics(Reply.java:887)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseSYNTAXRM(NetConnectionReply.java:1143)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseCommonError(NetConnectionReply.java:422)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseExchangeServerAttributesError(NetConnectionReply.java:344)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseEXCSATreply(NetConnectionReply.java:186)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.readExchangeServerAttributes(NetConnectionReply.java:57)
    [junit] 	at org.apache.derby.client.net.NetConnection.readServerAttributesAndKeyExchange(NetConnection.java:764)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowServerAttributesAndKeyExchange(NetConnection.java:708)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowUSRIDPWDconnect(NetConnection.java:550)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowConnect(NetConnection.java:355)
    [junit] 	at org.apache.derby.client.net.NetConnection.<init>(NetConnection.java:210)
    [junit] 	at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl.newNetConnection(ClientJDBCObjectFactoryImpl.java:278)
    [junit] 	at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:169)
    [junit] 	... 43 more
    [junit] java.sql.SQLNonTransientConnectionException: A network protocol error was encountered and the connection has been terminated: A protocol error (Data Stream Syntax Error) was detected.  Reason: 0x4,442. Perhaps this is an attempt to open a plaintext connection to an SSL enabled server.
    [junit] 	at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:71)
    [junit] 	at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:321)
    [junit] 	at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:176)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:664)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:208)
    [junit] 	at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:101)
    [junit] 	at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:68)
    [junit] 	at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:44)
    [junit] 	at org.apache.derbyTesting.junit.TestConfiguration.openDefaultConnection(TestConfiguration.java:1644)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.openDefaultConnection(BaseJDBCTestCase.java:510)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.getConnection(BaseJDBCTestCase.java:118)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.createStatement(BaseJDBCTestCase.java:150)
    [junit] 	at org.apache.derbyTesting.functionTests.tests.store.LongColumnTest.setUp(LongColumnTest.java:47)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:128)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:120)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:443)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:460)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:58)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:58)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:532)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1179)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1030)
    [junit] Caused by: ERROR 08006: A network protocol error was encountered and the connection has been terminated: A protocol error (Data Stream Syntax Error) was detected.  Reason: 0x4,442. Perhaps this is an attempt to open a plaintext connection to an SSL enabled server.
    [junit] 	at org.apache.derby.client.net.Reply.doSyntaxrmSemantics(Reply.java:887)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseSYNTAXRM(NetConnectionReply.java:1143)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseCommonError(NetConnectionReply.java:422)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseExchangeServerAttributesError(NetConnectionReply.java:344)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseEXCSATreply(NetConnectionReply.java:186)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.readExchangeServerAttributes(NetConnectionReply.java:57)
    [junit] 	at org.apache.derby.client.net.NetConnection.readServerAttributesAndKeyExchange(NetConnection.java:764)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowServerAttributesAndKeyExchange(NetConnection.java:708)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowUSRIDPWDconnect(NetConnection.java:550)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowConnect(NetConnection.java:355)
    [junit] 	at org.apache.derby.client.net.NetConnection.<init>(NetConnection.java:210)
    [junit] 	at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl.newNetConnection(ClientJDBCObjectFactoryImpl.java:278)
    [junit] 	at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:169)
    [junit] 	... 43 more
    [junit] Tests run: 320, Failures: 0, Errors: 67, Skipped: 0, Time elapsed: 987.3 sec
    [junit] Test org.apache.derbyTesting.functionTests.tests.store._Suite FAILED
    [junit] Running org.apache.derbyTesting.functionTests.tests.engine._Suite
    [junit] Tests run: 39, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 112.433 sec
    [junit] Test org.apache.derbyTesting.functionTests.tests.engine._Suite FAILED
    [junit] Running org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationSuite
Build timed out (after 400 minutes). Marking the build as failed.
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Build was aborted
Recording test results

Jenkins build is back to normal : Derby-10.12-suites.All #5

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-10.12-suites.All/5/changes>


Build failed in Jenkins: Derby-10.12-suites.All #4

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-10.12-suites.All/4/changes>

Changes:

[rhillegas] DERBY-6882: Port 1738368 from main to the 10.12 branch.

------------------------------------------
[...truncated 8269 lines...]
compile:

build:

setCompilerProperties:

initjars:
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane>
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/lists>

checkVMLevel:

derbyjar:
     [echo] Beginning derby.jar sane build
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/lists/org/apache/derby>
     [echo]  creating derby.jar class list 
     [echo]  creating new DBMS.properties file

infowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/classes/org/apache/derby/info/DBMS.properties>

meta-inf-common:
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/lists/META-INF>
     [copy] Copying 2 files to <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/lists/META-INF>

declare-autoloadable-driver:
    [mkdir] Created dir: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/lists/META-INF/services>

make-core-derbyjar-manifest:

make-locale-classpath-manifest:
      [jar] Building jar: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derby.jar>

derbytoolsjar:
     [echo] Beginning derbytools.jar sane build
     [echo]  creating tools.list 
     [echo]  creating new tools.properties file 

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

meta-inf-common:
     [copy] Copying 2 files to <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/lists/META-INF>

make-locale-classpath-manifest:
      [jar] Building jar: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derbytools.jar>

derbynetjar:
     [echo] Beginning derbynet.jar sane build
     [echo]  creating net.list
     [echo]  creating new net.properties file 

infowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/classes/org/apache/derby/info/net.properties>

meta-inf-common:
     [copy] Copying 2 files to <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/lists/META-INF>
      [jar] Building jar: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derbynet.jar>

derbyclientjar:
     [echo] Beginning derbyclient.jar sane build
     [copy] Copying 1 file to <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/lists>

derbyclientjar.1.8:
     [echo]  creating new dnc.properties file 

infowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/classes/org/apache/derby/info/dnc.properties>

meta-inf-common:
     [copy] Copying 2 files to <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/lists/META-INF>

make-core-derbyjar-manifest:

make-locale-classpath-manifest:

declare-autoloadable-driver:
      [jar] Building jar: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derbyclient.jar>

derbyoptionaltoolsjar:
     [echo] Beginning derbyoptionaltools.jar sane build
     [echo]  creating new tools.properties file 

infowriter:
[propertyfile] Creating new property file: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/classes/org/apache/derby/optional/optionaltools.properties>

meta-inf-common:
     [copy] Copying 2 files to <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/lists/META-INF>

make-locale-classpath-manifest:
      [jar] Building jar: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derbyoptionaltools.jar>

derbyrunjar:
     [echo] Beginning derbyrun.jar build

meta-inf-common:
     [copy] Copying 2 files to <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/lists/META-INF>
      [jar] Building jar: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derbyrun.jar>

derbywar:
     [echo] Beginning derby.war  build
      [zip] Building zip: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derby.war>

derbylocalejars:

meta-inf-common:
     [copy] Copying 2 files to <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/lists/META-INF>

localejar:
     [echo] Building derbyLocale_cs.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/classes/org/apache/derby/info/locale_cs.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derbyLocale_cs.jar>

localejar:
     [echo] Building derbyLocale_de_DE.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/classes/org/apache/derby/info/locale_de_DE.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derbyLocale_de_DE.jar>

localejar:
     [echo] Building derbyLocale_es.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/classes/org/apache/derby/info/locale_es.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derbyLocale_es.jar>

localejar:
     [echo] Building derbyLocale_fr.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/classes/org/apache/derby/info/locale_fr.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derbyLocale_fr.jar>

localejar:
     [echo] Building derbyLocale_hu.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/classes/org/apache/derby/info/locale_hu.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derbyLocale_hu.jar>

localejar:
     [echo] Building derbyLocale_it.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/classes/org/apache/derby/info/locale_it.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derbyLocale_it.jar>

localejar:
     [echo] Building derbyLocale_ja_JP.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/classes/org/apache/derby/info/locale_ja_JP.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derbyLocale_ja_JP.jar>

localejar:
     [echo] Building derbyLocale_ko_KR.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/classes/org/apache/derby/info/locale_ko_KR.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derbyLocale_ko_KR.jar>

localejar:
     [echo] Building derbyLocale_pl.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/classes/org/apache/derby/info/locale_pl.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derbyLocale_pl.jar>

localejar:
     [echo] Building derbyLocale_pt_BR.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/classes/org/apache/derby/info/locale_pt_BR.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derbyLocale_pt_BR.jar>

localejar:
     [echo] Building derbyLocale_ru.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/classes/org/apache/derby/info/locale_ru.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derbyLocale_ru.jar>

localejar:
     [echo] Building derbyLocale_zh_CN.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/classes/org/apache/derby/info/locale_zh_CN.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derbyLocale_zh_CN.jar>

localejar:
     [echo] Building derbyLocale_zh_TW.jar

localeinfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/classes/org/apache/derby/info/locale_zh_TW.properties>
      [jar] Building jar: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derbyLocale_zh_TW.jar>

ckderbytesting:

derbytestingjar:

tstinginfowriter:
[propertyfile] Updating property file: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/classes/org/apache/derby/info/tsting.properties>
      [zip] Building zip: <https://builds.apache.org/job/Derby-10.12-suites.All/ws/10.12-head/jars/sane/derbyTesting.jar>

jardriftcheck:
     [java] ERROR: class org.apache.derby.iapi.reference.DRDAConstants.class in
     [java]        derby.jar was not previously there.
     [java] 
     [java] ERROR: class org.apache.derbyPreBuild.ReleaseProperties.class in
     [java]        derby.jar was not previously there.
     [java] 
     [java] ERROR: class org.apache.derby.shared.common.sanity.SanityState.class in
     [java]        derby.jar was not previously there.
     [java] 
     [java] ERROR: class org.apache.derbyPreBuild.ReleaseProperties.class in
     [java]        derbyclient.jar was not previously there.
     [java] 
     [java] ERROR: class org.apache.derby.shared.common.sanity.SanityState.class in
     [java]        derbyclient.jar was not previously there.
     [java] 
     [java] ERROR: class org.apache.derby.shared.common.sanity.SanityState.class in
     [java]        derbynet.jar was not previously there.
     [java] 
     [java] ERROR: class org.apache.derbyPreBuild.ReleaseProperties.class in
     [java]        derbytools.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-10.12-suites.All/ws/10.12-head/build.xml>:706: Java returned: 1

Total time: 1 minute 1 second
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?