You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@qpid.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/02/01 16:47:11 UTC

Build failed in Jenkins: Qpid-Java-Java-MMS-TestMatrix » JDK 1.6 (latest),Ubuntu,java-mms.0-10 #1589

See <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/1589/changes>

Changes:

[rgodfrey] QPID-5504 : Moving routing to Exchange from session classes

[pmoravec] QPID-5532: [C++ broker] Add debug log when timeouting DTX transaction

------------------------------------------
[...truncated 652 lines...]
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                     txn.dequeue(entry.getQueue(), entry.getMessage(), new ServerTransaction.Action()
    [javac]                                                        ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/adapter/VirtualHostAdapter.java:770: cannot find symbol
    [javac] symbol  : method delete()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                             entry.delete();
    [javac]                                  ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/adapter/VirtualHostAdapter.java:782: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 final ServerMessage message = entry.getMessage();
    [javac]                                                    ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/adapter/VirtualHostAdapter.java:808: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 final ServerMessage message = entry.getMessage();
    [javac]                                                    ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/adapter/VirtualHostAdapter.java:810: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]                 if(entry.acquire())
    [javac]                         ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/adapter/VirtualHostAdapter.java:830: cannot find symbol
    [javac] symbol  : method release()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                                         entry.release();
    [javac]                                              ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/adapter/VirtualHostAdapter.java:839: cannot find symbol
    [javac] symbol  : method delete()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                                         entry.delete();
    [javac]                                              ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:681: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             while (entry.isAvailable() && loops != 0)
    [javac]                         ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:700: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         if (entry.isAvailable())
    [javac]                  ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:714: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         checkForNotification(entry.getMessage());
    [javac]                                   ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:879: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         while (subscriberIter.advance() && entry.isAvailable())
    [javac]                                                 ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:914: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         final ServerMessage message = entry.getMessage();
    [javac]                                            ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:1013: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         return entry == null ? Long.MAX_VALUE : entry.getMessage().getArrivalTime();
    [javac]                                                      ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:1033: cannot find symbol
    [javac] symbol  : method isDeleted()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if (node != null && !node.isDeleted())
    [javac]                                      ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:1118: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 final long messageId = entry.getMessage().getMessageNumber();
    [javac]                                             ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:1137: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 _complete = entry.getMessage().getMessageNumber() == messageId;
    [javac]                                  ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:1156: cannot find symbol
    [javac] symbol  : method isDeleted()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if (!node.isDeleted() && filter.accept(node))
    [javac]                      ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:1173: cannot find symbol
    [javac] symbol  : method isDeleted()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if(!node.isDeleted())
    [javac]                     ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:1233: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]             if (node.acquire())
    [javac]                     ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:1263: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]             if (node.acquire())
    [javac]                     ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:1287: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         txn.dequeue(this, node.getMessage(),
    [javac]                               ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:1293: cannot find symbol
    [javac] symbol  : method delete()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                             node.delete();
    [javac]                                 ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:1347: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]                     return entry.acquire();
    [javac]                                 ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:1581: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if (node != null && node.isAvailable())
    [javac]                                     ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:1644: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             while (node != null && (!node.isAvailable() || (expired = node.expired()) || !sub.hasInterest(node) ||
    [javac]                                          ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:1650: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]                     if (node.acquire())
    [javac]                             ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:1842: cannot find symbol
    [javac] symbol  : method isDeleted()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if (!node.isDeleted())
    [javac]                      ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:1845: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]                 if (node.expired() && node.acquire())
    [javac]                                           ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:1859: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                     ServerMessage msg = node.getMessage();
    [javac]                                             ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java:2032: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             ids.add(it.getNode().getMessage().getMessageNumber());
    [javac]                                 ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/OutOfOrderQueue.java:45: cannot find symbol
    [javac] symbol  : method isAcquired()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         while(subIter.advance() && !entry.isAcquired())
    [javac]                                          ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/OutOfOrderQueue.java:54: cannot find symbol
    [javac] symbol  : method isAcquired()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                     while(!entry.isAcquired() && (released == null || released.compareTo(entry) > 0))
    [javac]                                 ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/ConflationQueueList.java:113: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                     LOGGER.debug("New entry " + addedEntry.getEntryId() + " for message " + addedEntry.getMessage().getMessageNumber() + " being immediately discarded because a newer entry arrived. The newer entry is: " + entryFromMap + " for message " + entryFromMap.getMessage().getMessageNumber());
    [javac]                                                                                                                                                                                                                                                                            ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/ConflationQueueList.java:121: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                     LOGGER.debug("Entry " + addedEntry + " for message " + addedEntry.getMessage().getMessageNumber() + " replacing older entry " + entryFromMap + " for message " + entryFromMap.getMessage().getMessageNumber());
    [javac]                                                                                                                                                                                                  ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/ConflationQueueList.java:159: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]         if(entry.acquire())
    [javac]                 ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/ConflationQueueList.java:162: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             txn.dequeue(entry.getQueue(),entry.getMessage(),
    [javac]                                               ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/ConflationQueueList.java:168: cannot find symbol
    [javac] symbol  : method delete()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                                         entry.delete();
    [javac]                                              ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/subscription/AssignedSubscriptionMessageGroupManager.java:60: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         Object groupVal = entry.getMessage().getMessageHeader().getHeader(_groupId);
    [javac]                                ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/subscription/AssignedSubscriptionMessageGroupManager.java:78: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         Object groupVal = entry.getMessage().getMessageHeader().getHeader(_groupId);
    [javac]                                ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/subscription/AssignedSubscriptionMessageGroupManager.java:129: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if(!entry.isAvailable())
    [javac]                      ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/subscription/AssignedSubscriptionMessageGroupManager.java:134: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             Object groupId = entry.getMessage().getMessageHeader().getHeader(_groupId);
    [javac]                                   ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/subscription/DefinedGroupMessageGroupManager.java:201: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if(!entry.isAvailable())
    [javac]                      ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/subscription/DefinedGroupMessageGroupManager.java:233: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         ServerMessage message = entry.getMessage();
    [javac]                                      ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/txn/AsyncAutoCommitTransaction.java:168: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 ServerMessage message = entry.getMessage();
    [javac]                                              ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/txn/AutoCommitTransaction.java:115: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 ServerMessage message = entry.getMessage();
    [javac]                                              ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/txn/DistributedTransaction.java:96: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 _branch.dequeue(entry.getQueue(), entry.getMessage());
    [javac]                                                        ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/txn/LocalTransaction.java:131: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 ServerMessage message = entry.getMessage();
    [javac]                                              ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/virtualhost/VirtualHostConfigRecoveryHandler.java:193: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]                     entry.acquire();
    [javac]                          ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/virtualhost/VirtualHostConfigRecoveryHandler.java:202: cannot find symbol
    [javac] symbol  : method delete()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                             entry.delete();
    [javac]                                  ^
    [javac] /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/virtualhost/VirtualHostConfigRecoveryHandler.java:207: cannot find symbol
    [javac] symbol  : method release()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                             entry.release();
    [javac]                                  ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 53 errors

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/build.xml:173: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/build.xml:68: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-MMS-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-mms.0-10/trunk/qpid/java/module.xml:324: Compile failed; see the compiler error output for details.

Total time: 20 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

Jenkins build is back to normal : Qpid-Java-Java-MMS-TestMatrix » JDK 1.6 (latest),Ubuntu,java-mms.0-10 #1592

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/1592/changes>


Build failed in Jenkins: Qpid-Java-Java-MMS-TestMatrix » JDK 1.6 (latest),Ubuntu,java-mms.0-10 #1591

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/1591/changes>

Changes:

[robbie] NO-JIRA: add missing broker-core entries for the Ivy upload task

[pmoravec] QPID-5519: ACL property/properties for paged queues

[pmoravec] QPID-5121: Store module does not raise exception when attempting to enqueue a message bigger than the journal size

------------------------------------------
[...truncated 592 lines...]
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                     txn.dequeue(entry.getQueue(), entry.getMessage(), new ServerTransaction.Action()
    [javac]                                                        ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/adapter/VirtualHostAdapter.java>:770: cannot find symbol
    [javac] symbol  : method delete()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                             entry.delete();
    [javac]                                  ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/adapter/VirtualHostAdapter.java>:782: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 final ServerMessage message = entry.getMessage();
    [javac]                                                    ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/adapter/VirtualHostAdapter.java>:808: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 final ServerMessage message = entry.getMessage();
    [javac]                                                    ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/adapter/VirtualHostAdapter.java>:810: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]                 if(entry.acquire())
    [javac]                         ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/adapter/VirtualHostAdapter.java>:830: cannot find symbol
    [javac] symbol  : method release()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                                         entry.release();
    [javac]                                              ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/adapter/VirtualHostAdapter.java>:839: cannot find symbol
    [javac] symbol  : method delete()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                                         entry.delete();
    [javac]                                              ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:681: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             while (entry.isAvailable() && loops != 0)
    [javac]                         ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:700: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         if (entry.isAvailable())
    [javac]                  ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:714: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         checkForNotification(entry.getMessage());
    [javac]                                   ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:879: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         while (subscriberIter.advance() && entry.isAvailable())
    [javac]                                                 ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:914: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         final ServerMessage message = entry.getMessage();
    [javac]                                            ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1013: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         return entry == null ? Long.MAX_VALUE : entry.getMessage().getArrivalTime();
    [javac]                                                      ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1033: cannot find symbol
    [javac] symbol  : method isDeleted()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if (node != null && !node.isDeleted())
    [javac]                                      ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1118: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 final long messageId = entry.getMessage().getMessageNumber();
    [javac]                                             ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1137: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 _complete = entry.getMessage().getMessageNumber() == messageId;
    [javac]                                  ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1156: cannot find symbol
    [javac] symbol  : method isDeleted()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if (!node.isDeleted() && filter.accept(node))
    [javac]                      ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1173: cannot find symbol
    [javac] symbol  : method isDeleted()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if(!node.isDeleted())
    [javac]                     ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1233: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]             if (node.acquire())
    [javac]                     ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1263: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]             if (node.acquire())
    [javac]                     ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1287: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         txn.dequeue(this, node.getMessage(),
    [javac]                               ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1293: cannot find symbol
    [javac] symbol  : method delete()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                             node.delete();
    [javac]                                 ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1347: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]                     return entry.acquire();
    [javac]                                 ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1581: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if (node != null && node.isAvailable())
    [javac]                                     ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1644: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             while (node != null && (!node.isAvailable() || (expired = node.expired()) || !sub.hasInterest(node) ||
    [javac]                                          ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1650: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]                     if (node.acquire())
    [javac]                             ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1842: cannot find symbol
    [javac] symbol  : method isDeleted()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if (!node.isDeleted())
    [javac]                      ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1845: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]                 if (node.expired() && node.acquire())
    [javac]                                           ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1859: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                     ServerMessage msg = node.getMessage();
    [javac]                                             ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:2032: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             ids.add(it.getNode().getMessage().getMessageNumber());
    [javac]                                 ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/OutOfOrderQueue.java>:45: cannot find symbol
    [javac] symbol  : method isAcquired()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         while(subIter.advance() && !entry.isAcquired())
    [javac]                                          ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/OutOfOrderQueue.java>:54: cannot find symbol
    [javac] symbol  : method isAcquired()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                     while(!entry.isAcquired() && (released == null || released.compareTo(entry) > 0))
    [javac]                                 ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/ConflationQueueList.java>:113: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                     LOGGER.debug("New entry " + addedEntry.getEntryId() + " for message " + addedEntry.getMessage().getMessageNumber() + " being immediately discarded because a newer entry arrived. The newer entry is: " + entryFromMap + " for message " + entryFromMap.getMessage().getMessageNumber());
    [javac]                                                                                                                                                                                                                                                                            ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/ConflationQueueList.java>:121: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                     LOGGER.debug("Entry " + addedEntry + " for message " + addedEntry.getMessage().getMessageNumber() + " replacing older entry " + entryFromMap + " for message " + entryFromMap.getMessage().getMessageNumber());
    [javac]                                                                                                                                                                                                  ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/ConflationQueueList.java>:159: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]         if(entry.acquire())
    [javac]                 ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/ConflationQueueList.java>:162: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             txn.dequeue(entry.getQueue(),entry.getMessage(),
    [javac]                                               ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/ConflationQueueList.java>:168: cannot find symbol
    [javac] symbol  : method delete()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                                         entry.delete();
    [javac]                                              ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/subscription/AssignedSubscriptionMessageGroupManager.java>:60: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         Object groupVal = entry.getMessage().getMessageHeader().getHeader(_groupId);
    [javac]                                ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/subscription/AssignedSubscriptionMessageGroupManager.java>:78: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         Object groupVal = entry.getMessage().getMessageHeader().getHeader(_groupId);
    [javac]                                ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/subscription/AssignedSubscriptionMessageGroupManager.java>:129: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if(!entry.isAvailable())
    [javac]                      ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/subscription/AssignedSubscriptionMessageGroupManager.java>:134: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             Object groupId = entry.getMessage().getMessageHeader().getHeader(_groupId);
    [javac]                                   ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/subscription/DefinedGroupMessageGroupManager.java>:201: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if(!entry.isAvailable())
    [javac]                      ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/subscription/DefinedGroupMessageGroupManager.java>:233: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         ServerMessage message = entry.getMessage();
    [javac]                                      ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/txn/AsyncAutoCommitTransaction.java>:168: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 ServerMessage message = entry.getMessage();
    [javac]                                              ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/txn/AutoCommitTransaction.java>:115: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 ServerMessage message = entry.getMessage();
    [javac]                                              ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/txn/DistributedTransaction.java>:96: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 _branch.dequeue(entry.getQueue(), entry.getMessage());
    [javac]                                                        ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/txn/LocalTransaction.java>:131: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 ServerMessage message = entry.getMessage();
    [javac]                                              ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/virtualhost/VirtualHostConfigRecoveryHandler.java>:193: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]                     entry.acquire();
    [javac]                          ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/virtualhost/VirtualHostConfigRecoveryHandler.java>:202: cannot find symbol
    [javac] symbol  : method delete()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                             entry.delete();
    [javac]                                  ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/virtualhost/VirtualHostConfigRecoveryHandler.java>:207: cannot find symbol
    [javac] symbol  : method release()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                             entry.release();
    [javac]                                  ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 53 errors

BUILD FAILED
<https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/build.xml>:173: The following error occurred while executing this line:
<https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/build.xml>:68: The following error occurred while executing this line:
<https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/module.xml>:324: Compile failed; see the compiler error output for details.

Total time: 20 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

Build failed in Jenkins: Qpid-Java-Java-MMS-TestMatrix » JDK 1.6 (latest),Ubuntu,java-mms.0-10 #1590

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/1590/>

------------------------------------------
[...truncated 725 lines...]
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                     txn.dequeue(entry.getQueue(), entry.getMessage(), new ServerTransaction.Action()
    [javac]                                                        ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/adapter/VirtualHostAdapter.java>:770: cannot find symbol
    [javac] symbol  : method delete()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                             entry.delete();
    [javac]                                  ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/adapter/VirtualHostAdapter.java>:782: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 final ServerMessage message = entry.getMessage();
    [javac]                                                    ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/adapter/VirtualHostAdapter.java>:808: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 final ServerMessage message = entry.getMessage();
    [javac]                                                    ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/adapter/VirtualHostAdapter.java>:810: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]                 if(entry.acquire())
    [javac]                         ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/adapter/VirtualHostAdapter.java>:830: cannot find symbol
    [javac] symbol  : method release()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                                         entry.release();
    [javac]                                              ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/adapter/VirtualHostAdapter.java>:839: cannot find symbol
    [javac] symbol  : method delete()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                                         entry.delete();
    [javac]                                              ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:681: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             while (entry.isAvailable() && loops != 0)
    [javac]                         ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:700: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         if (entry.isAvailable())
    [javac]                  ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:714: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         checkForNotification(entry.getMessage());
    [javac]                                   ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:879: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         while (subscriberIter.advance() && entry.isAvailable())
    [javac]                                                 ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:914: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         final ServerMessage message = entry.getMessage();
    [javac]                                            ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1013: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         return entry == null ? Long.MAX_VALUE : entry.getMessage().getArrivalTime();
    [javac]                                                      ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1033: cannot find symbol
    [javac] symbol  : method isDeleted()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if (node != null && !node.isDeleted())
    [javac]                                      ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1118: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 final long messageId = entry.getMessage().getMessageNumber();
    [javac]                                             ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1137: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 _complete = entry.getMessage().getMessageNumber() == messageId;
    [javac]                                  ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1156: cannot find symbol
    [javac] symbol  : method isDeleted()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if (!node.isDeleted() && filter.accept(node))
    [javac]                      ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1173: cannot find symbol
    [javac] symbol  : method isDeleted()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if(!node.isDeleted())
    [javac]                     ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1233: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]             if (node.acquire())
    [javac]                     ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1263: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]             if (node.acquire())
    [javac]                     ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1287: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         txn.dequeue(this, node.getMessage(),
    [javac]                               ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1293: cannot find symbol
    [javac] symbol  : method delete()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                             node.delete();
    [javac]                                 ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1347: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]                     return entry.acquire();
    [javac]                                 ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1581: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if (node != null && node.isAvailable())
    [javac]                                     ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1644: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             while (node != null && (!node.isAvailable() || (expired = node.expired()) || !sub.hasInterest(node) ||
    [javac]                                          ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1650: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]                     if (node.acquire())
    [javac]                             ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1842: cannot find symbol
    [javac] symbol  : method isDeleted()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if (!node.isDeleted())
    [javac]                      ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1845: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]                 if (node.expired() && node.acquire())
    [javac]                                           ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:1859: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                     ServerMessage msg = node.getMessage();
    [javac]                                             ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/SimpleAMQQueue.java>:2032: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             ids.add(it.getNode().getMessage().getMessageNumber());
    [javac]                                 ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/OutOfOrderQueue.java>:45: cannot find symbol
    [javac] symbol  : method isAcquired()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         while(subIter.advance() && !entry.isAcquired())
    [javac]                                          ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/OutOfOrderQueue.java>:54: cannot find symbol
    [javac] symbol  : method isAcquired()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                     while(!entry.isAcquired() && (released == null || released.compareTo(entry) > 0))
    [javac]                                 ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/ConflationQueueList.java>:113: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                     LOGGER.debug("New entry " + addedEntry.getEntryId() + " for message " + addedEntry.getMessage().getMessageNumber() + " being immediately discarded because a newer entry arrived. The newer entry is: " + entryFromMap + " for message " + entryFromMap.getMessage().getMessageNumber());
    [javac]                                                                                                                                                                                                                                                                            ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/ConflationQueueList.java>:121: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                     LOGGER.debug("Entry " + addedEntry + " for message " + addedEntry.getMessage().getMessageNumber() + " replacing older entry " + entryFromMap + " for message " + entryFromMap.getMessage().getMessageNumber());
    [javac]                                                                                                                                                                                                  ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/ConflationQueueList.java>:159: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]         if(entry.acquire())
    [javac]                 ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/ConflationQueueList.java>:162: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             txn.dequeue(entry.getQueue(),entry.getMessage(),
    [javac]                                               ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/queue/ConflationQueueList.java>:168: cannot find symbol
    [javac] symbol  : method delete()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                                         entry.delete();
    [javac]                                              ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/subscription/AssignedSubscriptionMessageGroupManager.java>:60: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         Object groupVal = entry.getMessage().getMessageHeader().getHeader(_groupId);
    [javac]                                ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/subscription/AssignedSubscriptionMessageGroupManager.java>:78: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         Object groupVal = entry.getMessage().getMessageHeader().getHeader(_groupId);
    [javac]                                ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/subscription/AssignedSubscriptionMessageGroupManager.java>:129: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if(!entry.isAvailable())
    [javac]                      ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/subscription/AssignedSubscriptionMessageGroupManager.java>:134: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             Object groupId = entry.getMessage().getMessageHeader().getHeader(_groupId);
    [javac]                                   ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/subscription/DefinedGroupMessageGroupManager.java>:201: cannot find symbol
    [javac] symbol  : method isAvailable()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]             if(!entry.isAvailable())
    [javac]                      ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/subscription/DefinedGroupMessageGroupManager.java>:233: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]         ServerMessage message = entry.getMessage();
    [javac]                                      ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/txn/AsyncAutoCommitTransaction.java>:168: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 ServerMessage message = entry.getMessage();
    [javac]                                              ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/txn/AutoCommitTransaction.java>:115: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 ServerMessage message = entry.getMessage();
    [javac]                                              ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/txn/DistributedTransaction.java>:96: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 _branch.dequeue(entry.getQueue(), entry.getMessage());
    [javac]                                                        ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/txn/LocalTransaction.java>:131: cannot find symbol
    [javac] symbol  : method getMessage()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                 ServerMessage message = entry.getMessage();
    [javac]                                              ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/virtualhost/VirtualHostConfigRecoveryHandler.java>:193: acquire(org.apache.qpid.server.subscription.Subscription) in org.apache.qpid.server.queue.QueueEntry cannot be applied to ()
    [javac]                     entry.acquire();
    [javac]                          ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/virtualhost/VirtualHostConfigRecoveryHandler.java>:202: cannot find symbol
    [javac] symbol  : method delete()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                             entry.delete();
    [javac]                                  ^
    [javac] <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/virtualhost/VirtualHostConfigRecoveryHandler.java>:207: cannot find symbol
    [javac] symbol  : method release()
    [javac] location: interface org.apache.qpid.server.queue.QueueEntry
    [javac]                             entry.release();
    [javac]                                  ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 53 errors

BUILD FAILED
<https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/build.xml>:173: The following error occurred while executing this line:
<https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/build.xml>:68: The following error occurred while executing this line:
<https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-mms.0-10/ws/trunk/qpid/java/module.xml>:324: Compile failed; see the compiler error output for details.

Total time: 27 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