See 
<https://builds.apache.org/job/ActiveMQ-Java8/org.apache.activemq$activemq-runtime-config/566/changes>

Changes:

[christopher.l.shannon] https://issues.apache.org/jira/browse/AMQ-6091

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ActiveMQ :: Runtime Configuration 5.14-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
activemq-runtime-config ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (default) @ 
activemq-runtime-config ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ 
activemq-runtime-config ---
[INFO] 
[INFO] --- cxf-xjc-plugin:3.0.1:xsdtojava (compile-xsd) @ 
activemq-runtime-config ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
activemq-runtime-config ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
activemq-runtime-config ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ 
activemq-runtime-config ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 179 source files to 
<https://builds.apache.org/job/ActiveMQ-Java8/org.apache.activemq$activemq-runtime-config/ws/target/classes>
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 
<https://builds.apache.org/job/ActiveMQ-Java8/org.apache.activemq$activemq-runtime-config/ws/src/main/java/org/apache/activemq/plugin/DefaultConfigurationProcessor.java>:
 Some input files use unchecked or unsafe operations.
[INFO] 
<https://builds.apache.org/job/ActiveMQ-Java8/org.apache.activemq$activemq-runtime-config/ws/src/main/java/org/apache/activemq/plugin/DefaultConfigurationProcessor.java>:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ 
activemq-runtime-config ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 39 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ 
activemq-runtime-config ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to 
<https://builds.apache.org/job/ActiveMQ-Java8/org.apache.activemq$activemq-runtime-config/ws/target/test-classes>
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ 
activemq-runtime-config ---
[INFO] Surefire report directory: 
<https://builds.apache.org/job/ActiveMQ-Java8/org.apache.activemq$activemq-runtime-config/ws/target/surefire-reports>

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.activemq.PolicyEntryTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.048 sec - in 
org.apache.activemq.PolicyEntryTest
Running org.apache.activemq.AuthenticationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.27 sec - in 
org.apache.activemq.AuthenticationTest
Running org.apache.activemq.NetworkConnectorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.602 sec - in 
org.apache.activemq.NetworkConnectorTest
Running org.apache.activemq.VirtualDestTest
Tests run: 11, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 136.386 sec 
<<< FAILURE! - in org.apache.activemq.VirtualDestTest
testRemove(org.apache.activemq.VirtualDestTest)  Time elapsed: 0.015 sec  <<< 
ERROR!
java.io.IOException: No space left on device
        at sun.nio.ch.FileChannelImpl.transferTo0(Native Method)
        at 
sun.nio.ch.FileChannelImpl.transferToDirectly(FileChannelImpl.java:428)
        at sun.nio.ch.FileChannelImpl.transferTo(FileChannelImpl.java:560)
        at 
org.apache.activemq.RuntimeConfigTestSupport.applyNewConfig(RuntimeConfigTestSupport.java:73)
        at 
org.apache.activemq.RuntimeConfigTestSupport.applyNewConfig(RuntimeConfigTestSupport.java:65)
        at 
org.apache.activemq.VirtualDestTest.testRemove(VirtualDestTest.java:162)

testRemove(org.apache.activemq.VirtualDestTest)  Time elapsed: 0.022 sec  <<< 
ERROR!
java.lang.NullPointerException: null
        at 
org.apache.activemq.RuntimeConfigTestSupport.stopBroker(RuntimeConfigTestSupport.java:88)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
        at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)


Results :

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

[JENKINS] Recording test results

Reply via email to