See <https://builds.apache.org/job/ODE-1.x/467/changes>

Changes:

[Tammo van Lessen] bump jmock version to 2.5.1

------------------------------------------
[...truncated 936 lines...]
        ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:171:
 cannot find symbol
symbol  : method returnValue(boolean)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        
_testService.expects(exactly(1)).method("invoke").will(returnValue(false));
                                                               ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:171:
 cannot find symbol
symbol  : method exactly(int)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        
_testService.expects(exactly(1)).method("invoke").will(returnValue(false));
                             ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:172:
 cannot find symbol
symbol  : method never()
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        _testService.expects(never()).method("completed").after("invoke");
                             ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:175:
 cannot find symbol
symbol  : method assertNotNull(org.apache.ode.bpel.pmapi.TInstanceInfo)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        assertNotNull(lastInstance(TInstanceStatus.FAILED));
        ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:176:
 cannot find symbol
symbol  : method 
assertEquals(javax.xml.namespace.QName,javax.xml.namespace.QName)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        assertEquals(OFailureHandling.FAILURE_FAULT_NAME, 
lastInstance(TInstanceStatus.FAILED).getFaultInfo().getName());
        ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:183:
 cannot find symbol
symbol  : method exactly(int)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        _testService.expects(exactly(3)).method("invoke").will(failTheFirst(2));
                             ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:184:
 cannot find symbol
symbol  : method once()
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        _testService.expects(once()).method("completed").after("invoke");
                             ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:187:
 cannot find symbol
symbol  : method assertNotNull(org.apache.ode.bpel.pmapi.TInstanceInfo)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        assertNotNull(lastInstance(TInstanceStatus.COMPLETED));
        ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:195:
 cannot find symbol
symbol  : method exactly(int)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        _testService.expects(exactly(4)).method("invoke").will(failTheFirst(3));
                             ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:196:
 cannot find symbol
symbol  : method once()
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        _testService.expects(once()).method("completed").after("invoke");
                             ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:201:
 cannot find symbol
symbol  : method exactly(int)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        _testService.expects(exactly(3)).method("invoke").will(failTheFirst(3));
                             ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:206:
 cannot find symbol
symbol  : method exactly(int)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        _testService.expects(exactly(3)).method("invoke").will(failTheFirst(3));
                             ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:215:
 cannot find symbol
symbol  : method assertTrue(boolean)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
                assertTrue(instances.getCount() == 1);
                ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:218:
 cannot find symbol
symbol  : method assertTrue(boolean)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
                assertTrue(instances.getCount() == 1);
                ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:221:
 cannot find symbol
symbol  : method assertTrue(boolean)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
                assertTrue(instances.getCount() == 1);
                ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:224:
 cannot find symbol
symbol  : method assertTrue(boolean)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
                assertTrue(instances.getCount() == 0);
                ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:228:
 cannot find symbol
symbol  : method assertTrue(boolean)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        assertTrue(summary.getFailures().getCount() == 1);
        ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:229:
 cannot find symbol
symbol  : method assertNotNull(java.util.Calendar)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        assertNotNull(summary.getFailures().getDtFailure());
        ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:235:
 cannot find symbol
symbol  : method 
mock(java.lang.Class<org.apache.ode.bpel.runtime.ActivityRecoveryTest.TestService>)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        _testService = mock(TestService.class);
                       ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:237:
 cannot find symbol
symbol  : class Mock
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        final Mock partner = mock(MessageExchangeContext.class);
              ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:237:
 cannot find symbol
symbol  : method 
mock(java.lang.Class<org.apache.ode.bpel.iapi.MessageExchangeContext>)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        final Mock partner = mock(MessageExchangeContext.class);
                             ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:239:
 cannot find symbol
symbol  : class CustomStub
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        
partner.expects(atMostOnce()).match(invokeOnOperation("respond")).will(new 
CustomStub("process completed") {
                                                                                
   ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:239:
 cannot find symbol
symbol  : method atMostOnce()
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        
partner.expects(atMostOnce()).match(invokeOnOperation("respond")).will(new 
CustomStub("process completed") {
                        ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:246:
 cannot find symbol
symbol  : class CustomStub
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        
partner.expects(atLeastOnce()).match(invokeOnOperation("invoke")).will(new 
CustomStub("invoke failing service") {
                                                                                
   ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:246:
 cannot find symbol
symbol  : method atLeastOnce()
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        
partner.expects(atLeastOnce()).match(invokeOnOperation("invoke")).will(new 
CustomStub("invoke failing service") {
                        ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:261:
 cannot find symbol
symbol  : class CustomStub
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        partner.expects(atMostOnce()).method("onAsyncReply").will(new 
CustomStub("async reply") {
                                                                      ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:261:
 cannot find symbol
symbol  : method atMostOnce()
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        partner.expects(atMostOnce()).method("onAsyncReply").will(new 
CustomStub("async reply") {
                        ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:272:
 cannot find symbol
symbol  : method getClass()
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        _server.deploy(new File(new 
URI(this.getClass().getResource("/recovery").toString())));
                                            ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:286:
 cannot find symbol
symbol  : class Stub
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        Stub[] stubs = new Stub[times + 1];
        ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:286:
 cannot find symbol
symbol  : class Stub
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        Stub[] stubs = new Stub[times + 1];
                           ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:288:
 cannot find symbol
symbol  : method returnValue(boolean)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
            stubs[i] = returnValue(false);
                       ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:289:
 cannot find symbol
symbol  : method returnValue(boolean)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        stubs[times] = returnValue(true);
                       ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:290:
 cannot find symbol
symbol  : class StubSequence
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        return new StubSequence(stubs);
                   ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:295:
 cannot find symbol
symbol  : class StatelessInvocationMatcher
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        return new StatelessInvocationMatcher() {
                   ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:322:
 cannot find symbol
symbol  : method assertTrue(boolean)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        assertTrue(failures == null || failures.getCount() == 0);
        ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:324:
 cannot find symbol
symbol  : method assertTrue(boolean)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        assertTrue(failures == null || failures.getCount() == 0);
        ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:367:
 cannot find symbol
symbol  : method assertNotNull(org.apache.ode.bpel.pmapi.TInstanceInfo)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        assertNotNull(lastInstance(TInstanceStatus.ACTIVE));
        ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:387:
 cannot find symbol
symbol  : method assertTrue(boolean)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        assertTrue(recoveries.size() == 1);
        ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:389:
 cannot find symbol
symbol  : method assertTrue(boolean)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        assertTrue(failure.getRetries() == invoked - 1);
        ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:390:
 cannot find symbol
symbol  : method assertTrue(boolean)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        assertTrue(failure.getReason().equals("BangGoesInvoke"));
        ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:391:
 cannot find symbol
symbol  : method assertTrue(boolean)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        assertTrue(failure.getDtFailure() != null);
        ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:396:
 cannot find symbol
symbol  : method assertTrue(boolean)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
            assertTrue(actionSet.remove(action));
            ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:405:
 cannot find symbol
symbol  : method assertTrue(boolean)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        assertTrue(recoveries.size() == 1);
        ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:407:
 cannot find symbol
symbol  : method assertNotNull(org.apache.ode.bpel.pmapi.TActivityInfo)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
        assertNotNull(activity);
        ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:444:
 cannot find symbol
symbol  : method assertNotNull(org.apache.ode.bpel.pmapi.TFailureInfo)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
                assertNotNull(activity.getFailure());
                ^
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java:447:
 cannot find symbol
symbol  : method assertNull(org.apache.ode.bpel.pmapi.TFailureInfo)
location: class org.apache.ode.bpel.runtime.ActivityRecoveryTest
                assertNull(activity.getFailure());
                ^
Note: 
/x1/jenkins/jenkins-slave/workspace/ODE-1.x/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/URIResolverTest.java
 uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
99 errors
Buildr aborted!
RuntimeError : Failed to compile, see errors above

(See full trace by running task with --trace)
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording fingerprints
Archiving artifacts
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: 
**/reports/testng/testng-results.xml
Did not find any matching files.

Reply via email to