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 2020/02/23 22:04:12 UTC

Build failed in Jenkins: Derby-10.11-suites.All #40

See <https://builds.apache.org/job/Derby-10.11-suites.All/40/display/redirect?page=changes>

Changes:

[rhillegas] DERBY-7066: Check in a copy of the 10.15.2.0 jars for upgrade testing.


------------------------------------------
[...truncated 497.84 KB...]
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:720: error: cannot find symbol
    [javac]     public static TestSetup singleUseDatabaseDecoratorNoShutdown(Test test)
    [javac]                   ^
    [javac]   symbol:   class TestSetup
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:745: error: cannot find symbol
    [javac]     public static DatabaseChangeSetup additionalDatabaseDecorator(Test test, String logicalDbName)
    [javac]                                                                   ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/DatabaseChangeSetup.java>:22: error: package junit.framework does not exist
    [javac] import junit.framework.Test;
    [javac]                       ^
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/ChangeConfigurationSetup.java>:22: error: package junit.extensions does not exist
    [javac] import junit.extensions.TestSetup;
    [javac]                        ^
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/ChangeConfigurationSetup.java>:23: error: package junit.framework does not exist
    [javac] import junit.framework.Test;
    [javac]                       ^
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/ChangeConfigurationSetup.java>:25: error: cannot find symbol
    [javac] abstract class ChangeConfigurationSetup extends TestSetup {
    [javac]                                                 ^
    [javac]   symbol: class TestSetup
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:766: error: cannot find symbol
    [javac]         Test test,
    [javac]         ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:787: error: cannot find symbol
    [javac]          Test test,
    [javac]          ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:813: error: cannot find symbol
    [javac]         Test test,
    [javac]         ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:836: error: cannot find symbol
    [javac]     public static Test changeUserDecorator(Test test, String user, String password)
    [javac]                                            ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:836: error: cannot find symbol
    [javac]     public static Test changeUserDecorator(Test test, String user, String password)
    [javac]                   ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:871: error: cannot find symbol
    [javac]     public static Test sqlAuthorizationDecorator(Test test)
    [javac]                                                  ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:871: error: cannot find symbol
    [javac]     public static Test sqlAuthorizationDecorator(Test test)
    [javac]                   ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:896: error: cannot find symbol
    [javac]     public static Test sqlAuthorizationDecoratorSingleUse(Test test)
    [javac]                                                           ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:896: error: cannot find symbol
    [javac]     public static Test sqlAuthorizationDecoratorSingleUse(Test test)
    [javac]                   ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:916: error: cannot find symbol
    [javac]             Test test, String dbName, boolean shutdownDatabase)
    [javac]             ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:915: error: cannot find symbol
    [javac]     public static Test sqlAuthorizationDecoratorSingleUse(
    [javac]                   ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:954: error: cannot find symbol
    [javac]     public static Test sqlAuthorizationDecorator(Test test,
    [javac]                                                  ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:954: error: cannot find symbol
    [javac]     public static Test sqlAuthorizationDecorator(Test test,
    [javac]                   ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:979: error: cannot find symbol
    [javac]     public static Test connectionCPDecorator(Test test)
    [javac]                                              ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:979: error: cannot find symbol
    [javac]     public static Test connectionCPDecorator(Test test)
    [javac]                   ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:1001: error: cannot find symbol
    [javac]     public static Test connectionXADecorator(Test test)
    [javac]                                              ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:1001: error: cannot find symbol
    [javac]     public static Test connectionXADecorator(Test test)
    [javac]                   ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:1019: error: cannot find symbol
    [javac]     public static TestSetup connectionDSDecorator(Test test)
    [javac]                                                   ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:1019: error: cannot find symbol
    [javac]     public static TestSetup connectionDSDecorator(Test test)
    [javac]                   ^
    [javac]   symbol:   class TestSetup
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:1033: error: cannot find symbol
    [javac]     public static Test forceJDBC3Embedded(Test test)
    [javac]                                           ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:1033: error: cannot find symbol
    [javac]     public static Test forceJDBC3Embedded(Test test)
    [javac]                   ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:1054: error: cannot find symbol
    [javac]     public static Test forceJDBC3NetClient(Test test)
    [javac]                                            ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:1054: error: cannot find symbol
    [javac]     public static Test forceJDBC3NetClient(Test test)
    [javac]                   ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:1070: error: cannot find symbol
    [javac]     public static Test changeSSLDecorator(Test test, String ssl)
    [javac]                                           ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:1070: error: cannot find symbol
    [javac]     public static Test changeSSLDecorator(Test test, String ssl)
    [javac]                   ^
    [javac]   symbol:   class Test
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/JDBCClient.java>:22: error: package junit.framework does not exist
    [javac] import junit.framework.Assert;
    [javac]                       ^
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java>:1987: error: cannot find symbol
    [javac]     File getFailureFolder(TestCase test){
    [javac]                           ^
    [javac]   symbol:   class TestCase
    [javac]   location: class TestConfiguration
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/DatabaseChangeSetup.java>:37: error: cannot find symbol
    [javac]     public DatabaseChangeSetup(Test test, String logicalDbName, String dbName, boolean defaultDb) {
    [javac]                                ^
    [javac]   symbol:   class Test
    [javac]   location: class DatabaseChangeSetup
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/ChangeConfigurationSetup.java>:29: error: cannot find symbol
    [javac]     ChangeConfigurationSetup(Test test)
    [javac]                              ^
    [javac]   symbol:   class Test
    [javac]   location: class ChangeConfigurationSetup
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestSetup.java>:24: error: package junit.framework does not exist
    [javac] import junit.framework.Test;
    [javac]                       ^
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/BaseTestSetup.java>:22: error: package junit.extensions does not exist
    [javac] import junit.extensions.TestSetup;
    [javac]                        ^
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/BaseTestSetup.java>:23: error: package junit.framework does not exist
    [javac] import junit.framework.Test;
    [javac]                       ^
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/BaseTestSetup.java>:24: error: package junit.framework does not exist
    [javac] import junit.framework.TestResult;
    [javac]                       ^
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/BaseTestSetup.java>:34: error: cannot find symbol
    [javac] public abstract class BaseTestSetup extends TestSetup {
    [javac]                                             ^
    [javac]   symbol: class TestSetup
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestSetup.java>:32: error: cannot find symbol
    [javac] 	public BaseJDBCTestSetup(Test test) {
    [javac] 	                         ^
    [javac]   symbol:   class Test
    [javac]   location: class BaseJDBCTestSetup
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/BaseTestSetup.java>:36: error: cannot find symbol
    [javac]     protected BaseTestSetup(Test test) {
    [javac]                             ^
    [javac]   symbol:   class Test
    [javac]   location: class BaseTestSetup
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/BaseTestSetup.java>:46: error: cannot find symbol
    [javac]     public void run(TestResult result)
    [javac]                     ^
    [javac]   symbol:   class TestResult
    [javac]   location: class BaseTestSetup
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/BaseTestSuite.java>:29: error: package junit.framework does not exist
    [javac] import junit.framework.TestCase;
    [javac]                       ^
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/BaseTestSuite.java>:30: error: package junit.framework does not exist
    [javac] import junit.framework.TestSuite;
    [javac]                       ^
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/BaseTestSuite.java>:39: error: cannot find symbol
    [javac] public class BaseTestSuite extends TestSuite {
    [javac]                                    ^
    [javac]   symbol: class TestSuite
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/BaseTestSuite.java>:85: error: cannot find symbol
    [javac]     private static final Comparator<TestCase> TEST_ORDERER =
    [javac]                                     ^
    [javac]   symbol:   class TestCase
    [javac]   location: class BaseTestSuite
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/ChangeSSLSetup.java>:22: error: package junit.framework does not exist
    [javac] import junit.framework.Test;
    [javac]                       ^
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/ChangeSSLSetup.java>:34: error: cannot find symbol
    [javac]     ChangeSSLSetup(Test test, String ssl)
    [javac]                    ^
    [javac]   symbol:   class Test
    [javac]   location: class ChangeSSLSetup
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/ChangeUserSetup.java>:22: error: package junit.framework does not exist
    [javac] import junit.framework.Test;
    [javac]                       ^
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/ChangeUserSetup.java>:37: error: cannot find symbol
    [javac]     ChangeUserSetup(Test test, String user, String password, String passwordToken)
    [javac]                     ^
    [javac]   symbol:   class Test
    [javac]   location: class ChangeUserSetup
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/ChangeUserSetup.java>:45: error: cannot find symbol
    [javac]     ChangeUserSetup(Test test, String user, String password)
    [javac]                     ^
    [javac]   symbol:   class Test
    [javac]   location: class ChangeUserSetup
    [javac] <https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/ClassLoaderTestSetup.java>:26: error: package junit.framework does not exist
    [javac] import junit.framework.Test;
    [javac]                       ^

BUILD FAILED
<https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/build.xml>:663: The following error occurred while executing this line:
<https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/build.xml>:59: The following error occurred while executing this line:
<https://builds.apache.org/job/Derby-10.11-suites.All/ws/10.11-head/java/testing/org/apache/derbyTesting/junit/build.xml>:71: Compile failed; see the compiler error output for details.

Total time: 40 seconds
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?