You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/02/19 18:45:44 UTC

Build failed in Jenkins: ActiveMQ-Apollo #917

See <https://builds.apache.org/job/ActiveMQ-Apollo/917/changes>

Changes:

[chirino] Avoid assertion failure.

[chirino] Add a little sleep to make a test case more robust.

[chirino] Sending expired messages would generated a false warning.

[chirino] Delay opening up the subscriptions credit window until after the subscribe receipt is sent to avoid sending a message before the subscribe receipt is sent.

------------------------------------------
[...truncated 2187 lines...]
[INFO] [INFO] Surefire report directory: <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-dto/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ apollo-dto ---
Concurrency config is parallel='classes', perCoreThreadCount=false, threadCount=2, useUnlimitedThreads=false
Running org.apache.activemq.apollo.dto.XmlCodecTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<broker xmlns="http://activemq.apache.org/schema/activemq/apollo">
    <virtual_host id="vh-local">
        <host_name>localhost</host_name>
        <host_name>example.com</host_name>
    </virtual_host>
    <connector bind="tcp://0.0.0.0:61616" id="port-61616"/>
</broker>
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.556 sec

Results :

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ apollo-dto ---
[INFO] Building jar: <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-dto/target/apollo-dto-99-trunk-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ apollo-dto ---
[INFO] Installing <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-dto/target/apollo-dto-99-trunk-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/activemq/apollo-dto/99-trunk-SNAPSHOT/apollo-dto-99-trunk-SNAPSHOT.jar
[INFO] [INFO] Installing <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-dto/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/activemq/apollo-dto/99-trunk-SNAPSHOT/apollo-dto-99-trunk-SNAPSHOT.pom

[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ apollo-dto ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building apollo-selector 99-trunk-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ apollo-selector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (default) @ apollo-selector ---
[INFO] 
[INFO] --- javacc-maven-plugin:2.4.1:javacc (default) @ apollo-selector ---
Java Compiler Compiler Version 4.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-selector/src/main/javacc/HyphenatedParser.jj> . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
File "TokenMgrError.java" does not exist.  Will create one.
File "ParseException.java" does not exist.  Will create one.
File "Token.java" does not exist.  Will create one.
File "SimpleCharStream.java" does not exist.  Will create one.
Parser generated successfully.
Java Compiler Compiler Version 4.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-selector/src/main/javacc/StrictParser.jj> . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
File "TokenMgrError.java" does not exist.  Will create one.
File "ParseException.java" does not exist.  Will create one.
File "Token.java" does not exist.  Will create one.
File "SimpleCharStream.java" does not exist.  Will create one.
Parser generated successfully.
[INFO] Processed 2 grammars
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ apollo-selector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ apollo-selector ---
[INFO] [INFO] Compiling 30 source files to <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-selector/target/classes>

[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ apollo-selector ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ apollo-selector ---
[INFO] [INFO] Compiling 2 source files to <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-selector/target/test-classes>

[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ apollo-selector ---
[INFO] Surefire report directory: <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-selector/target/surefire-reports>
[INFO] 
-------------------------------------------------------
 T E S T S
-------------------------------------------------------

[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ apollo-selector ---
Concurrency config is parallel='classes', perCoreThreadCount=false, threadCount=2, useUnlimitedThreads=false
Running org.apache.activemq.apollo.selector.SelectorParserTest
INFO  | pool-1-thread-1 | Expression: XPATH '//title[@lang=''eng'']'
INFO  | pool-1-thread-1 | Parsing: x = 1 and y = 2
INFO  | pool-1-thread-1 | Parsing: (x = 1) and (y = 2)
INFO  | pool-1-thread-1 | Parsing: ((x = 1) and (y = 2))
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec
Running org.apache.activemq.apollo.selector.SelectorTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 sec

Results :

Tests run: 22, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ apollo-selector ---
[INFO] Building jar: <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-selector/target/apollo-selector-99-trunk-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ apollo-selector ---
[INFO] Installing <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-selector/target/apollo-selector-99-trunk-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/activemq/apollo-selector/99-trunk-SNAPSHOT/apollo-selector-99-trunk-SNAPSHOT.jar
[INFO] [INFO] Installing <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-selector/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/activemq/apollo-selector/99-trunk-SNAPSHOT/apollo-selector-99-trunk-SNAPSHOT.pom

[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ apollo-selector ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building apollo-broker 99-trunk-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ apollo-broker ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (default) @ apollo-broker ---
[INFO] [INFO] Compiling: <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-broker/src/main/proto/data.proto>

[INFO] --- hawtbuf-protoc:1.9:compile (default) @ apollo-broker ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ apollo-broker ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ apollo-broker ---
[INFO] [INFO] Compiling 16 source files to <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-broker/target/classes>

[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ apollo-broker ---
[INFO] [INFO] <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-broker/src/main/scala>:-1: info: compiling
[INFO] <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-broker/target/generated-sources/proto>:-1: info: compiling
[INFO] Compiling 73 source files to <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-broker/target/classes> at 1361295803654
[INFO] compiler plugin: BasicArtifact(org.fusesource.jvmassert,jvmassert,1.4,null)

[INFO] --- scala-maven-plugin:3.1.0:compile (compile) @ apollo-broker ---
[WARNING] <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-broker/src/main/scala/org/apache/activemq/apollo/broker/Router.scala>:151: warning: inferred existential type Option[(org.apache.activemq.apollo.util.path.Path, String, Array[_$1])] forSome { type _$1 <: org.apache.activemq.apollo.broker.BindAddress }, which cannot be expressed by wildcards,  should be enabled
[WARNING] by making the implicit value language.existentials visible.
[WARNING] This can be achieved by adding the import clause 'import scala.language.existentials'
[WARNING] or by setting the compiler option -language:existentials.
[WARNING] See the Scala docs for value scala.language.existentials for a discussion
[WARNING] why the feature should be explicitly enabled.
[WARNING] case class SubscriptionAddress(val path:Path, val selector:String, topics:Array[_ <: BindAddress]) extends BindAddress {
[WARNING]            ^
[WARNING] <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-broker/src/main/scala/org/apache/activemq/apollo/broker/Binding.scala>:95: warning: variable path in class DestinationDTO is deprecated: see corresponding Javadoc for more information.
[WARNING]       if( !dto.path.isEmpty ) {
[WARNING]                ^
[WARNING] <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-broker/src/main/scala/org/apache/activemq/apollo/broker/Binding.scala>:96: warning: variable path in class DestinationDTO is deprecated: see corresponding Javadoc for more information.
[WARNING]         dto.name = LocalRouter.destination_parser.encode_path_iter(dto.path.toIterable)
[WARNING]                                                                        ^
[WARNING] <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-broker/src/main/scala/org/apache/activemq/apollo/broker/Binding.scala>:164: warning: variable path in class DestinationDTO is deprecated: see corresponding Javadoc for more information.
[WARNING]       if( !dto.path.isEmpty ) {
[WARNING]                ^
[WARNING] <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-broker/src/main/scala/org/apache/activemq/apollo/broker/Binding.scala>:165: warning: variable path in class DestinationDTO is deprecated: see corresponding Javadoc for more information.
[WARNING]         dto.name = dto.path.get(0);
[WARNING]                        ^
[WARNING] 5 warnings found
[INFO] prepare-compile in 0 s
[INFO] compile in 60 s
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ apollo-broker ---
[INFO] [INFO] Compiling 1 source file to <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-broker/target/test-classes>

[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ apollo-broker ---
[INFO] [INFO] <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-broker/src/test/scala>:-1: info: compiling
[INFO] Compiling 7 source files to <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-broker/target/test-classes> at 1361295866025
[INFO] compiler plugin: BasicArtifact(org.fusesource.jvmassert,jvmassert,1.4,null)

[INFO] --- scala-maven-plugin:3.1.0:testCompile (test) @ apollo-broker ---
[INFO] prepare-compile in 0 s
[INFO] compile in 16 s
[INFO] [INFO] Surefire report directory: <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-broker/target/surefire-reports>

[INFO] 
--- maven-surefire-plugin:2.12:test (default-test) @ apollo-broker ---
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Concurrency config is parallel='classes', perCoreThreadCount=false, threadCount=2, useUnlimitedThreads=false
Running org.apache.activemq.apollo.broker.protocol.ProtocolFactoryTest
ParallelJUnitRunner using up to 16 threads to execute parallel tests.Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec
Running org.apache.activemq.apollo.broker.transport.VMTransportTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.178 sec
Running org.apache.activemq.apollo.broker.DestinationConfigurationTest
ParallelJUnitRunner using up to 16 threads to execute parallel tests.INFO  | pool-1-thread-1 | Loading broker configuration from the classpath with URI: xml:classpath:org/apache/activemq/apollo/broker/destination-config.xml
INFO  | hawtdispatch-DEFAULT-1 | OS     : Linux 3.2.0-35-generic (Ubuntu 12.04.1 LTS)
INFO  | hawtdispatch-DEFAULT-1 | JVM    : Java HotSpot(TM) Server VM 1.6.0_27 (Sun Microsystems Inc.)
INFO  | hawtdispatch-DEFAULT-1 | Apollo : 99-trunk-SNAPSHOT
INFO  | hawtdispatch-DEFAULT-1 | OS is restricting the open file limit to: 40000
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.914 sec

Results :

Tests run: 5, Failures: 0, Errors: 0, Skipped: 2

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ apollo-broker ---
[INFO] Building jar: <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-broker/target/apollo-broker-99-trunk-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ apollo-broker ---
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ apollo-broker ---
[INFO] Building jar: <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-broker/target/apollo-broker-99-trunk-SNAPSHOT-tests.jar>
[INFO] Installing <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-broker/target/apollo-broker-99-trunk-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/activemq/apollo-broker/99-trunk-SNAPSHOT/apollo-broker-99-trunk-SNAPSHOT.jar
[INFO] [INFO] Installing <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-broker/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/activemq/apollo-broker/99-trunk-SNAPSHOT/apollo-broker-99-trunk-SNAPSHOT.pom

[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ apollo-broker ---
[INFO] Installing <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-broker/target/apollo-broker-99-trunk-SNAPSHOT-tests.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/activemq/apollo-broker/99-trunk-SNAPSHOT/apollo-broker-99-trunk-SNAPSHOT-tests.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building apollo-web 99-trunk-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ apollo-web ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (default) @ apollo-web ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ apollo-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-web/target/schema>
[INFO] [INFO] Copying 1 resource
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ apollo-web ---
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (webapp.war) @ apollo-web ---
[INFO] Building jar: <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-web/target/classes/META-INF/services/org.apache.activemq.apollo/webapp-resources.jar>
[INFO] [INFO] Compiling 1 source file to <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-web/target/classes>

[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ apollo-web ---
[INFO] [INFO] <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-web/src/main/scala>:-1: info: compiling
[INFO] Compiling 14 source files to <https://builds.apache.org/job/ActiveMQ-Apollo/ws/trunk/apollo-web/target/classes> at 1361295896388
[INFO] compiler plugin: BasicArtifact(org.fusesource.jvmassert,jvmassert,1.4,null)

[INFO] --- scala-maven-plugin:3.1.0:compile (compile) @ apollo-web ---
[INFO] prepare-compile in 0 s
[INFO] compile in 30 s
ERROR: Maven JVM terminated unexpectedly with exit code 143