activemq git commit: AMQ-7056 - modify tests to take account of changes from AMQ-7047

2018-09-20 Thread gtully
Repository: activemq
Updated Branches:
  refs/heads/master b92aaa2f5 -> 2f5e5efec


AMQ-7056 - modify tests to take account of changes from AMQ-7047


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/2f5e5efe
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/2f5e5efe
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/2f5e5efe

Branch: refs/heads/master
Commit: 2f5e5efec5685b192c28d2f1d0edaa688691801a
Parents: b92aaa2
Author: gtully 
Authored: Thu Sep 20 10:25:51 2018 +0100
Committer: gtully 
Committed: Thu Sep 20 10:25:51 2018 +0100

--
 .../src/test/java/org/apache/activemq/bugs/AMQ3625Test.java  | 2 +-
 .../test/java/org/apache/activemq/security/JaasNetworkTest.java  | 4 ++--
 .../apache/activemq/bugs/amq3625/conf/JaasStompSSLBroker2.xml| 2 +-
 .../src/test/resources/org/apache/activemq/security/broker1.xml  | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/activemq/blob/2f5e5efe/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ3625Test.java
--
diff --git 
a/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ3625Test.java 
b/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ3625Test.java
index 90a8833..a9506c3 100644
--- 
a/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ3625Test.java
+++ 
b/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ3625Test.java
@@ -94,7 +94,7 @@ public class AMQ3625Test {
 Logger.getRootLogger().addAppender(appender);
 
 String connectURI = 
broker1.getConnectorByName("openwire").getConnectUri().toString();
-connectURI = connectURI.replace("?needClientAuth=true", "");
+connectURI = connectURI.replace("?needClientAuth=true", 
"?verifyHostName=false");
 broker2.addNetworkConnector("static:(" + connectURI + ")").start();
 
 Thread.sleep(10 * 1000);

http://git-wip-us.apache.org/repos/asf/activemq/blob/2f5e5efe/activemq-unit-tests/src/test/java/org/apache/activemq/security/JaasNetworkTest.java
--
diff --git 
a/activemq-unit-tests/src/test/java/org/apache/activemq/security/JaasNetworkTest.java
 
b/activemq-unit-tests/src/test/java/org/apache/activemq/security/JaasNetworkTest.java
index 5c85cb6..dfa3ec8 100644
--- 
a/activemq-unit-tests/src/test/java/org/apache/activemq/security/JaasNetworkTest.java
+++ 
b/activemq-unit-tests/src/test/java/org/apache/activemq/security/JaasNetworkTest.java
@@ -64,7 +64,7 @@ public class JaasNetworkTest extends TestCase {
 System.setProperty("javax.net.ssl.keyStorePassword", "password");
 System.setProperty("javax.net.ssl.keyStoreType", "jks");  
 
-ActiveMQConnectionFactory producerFactory  = new 
ActiveMQConnectionFactory("ssl://localhost:61617");
+ActiveMQConnectionFactory producerFactory  = new 
ActiveMQConnectionFactory("ssl://localhost:61617?verifyHostName=false");
 Connection producerConn = producerFactory.createConnection();
 Session producerSess = producerConn.createSession(false, 
Session.AUTO_ACKNOWLEDGE);
 MessageProducer producer = producerSess.createProducer(new 
ActiveMQQueue("test"));
@@ -72,7 +72,7 @@ public class JaasNetworkTest extends TestCase {
 TextMessage sentMessage = producerSess.createTextMessage("test");
 producer.send(sentMessage);
 
-ActiveMQConnectionFactory consumerFactory  = new 
ActiveMQConnectionFactory("ssl://localhost:61618");
+ActiveMQConnectionFactory consumerFactory  = new 
ActiveMQConnectionFactory("ssl://localhost:61618?verifyHostName=false");
 Connection consumerConn = consumerFactory.createConnection();
 Session consumerSess = consumerConn.createSession(false, 
Session.AUTO_ACKNOWLEDGE);
 consumerConn.start();

http://git-wip-us.apache.org/repos/asf/activemq/blob/2f5e5efe/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq3625/conf/JaasStompSSLBroker2.xml
--
diff --git 
a/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq3625/conf/JaasStompSSLBroker2.xml
 
b/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq3625/conf/JaasStompSSLBroker2.xml
index 0b68aed..d798e8f 100644
--- 
a/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq3625/conf/JaasStompSSLBroker2.xml
+++ 
b/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq3625/conf/JaasStompSSLBroker2.xml
@@ -32,7 +32,7 @@
 
 
 
-  
+  
 
 
   

http://git-wip-us.apache.org/repos/asf/activemq/blob/2f5e5efe/activemq-unit-tests/src/tes

Build failed in Jenkins: ActiveMQ-Trunk-Deploy #2116

2018-09-20 Thread Apache Jenkins Server
See 

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H26 (ubuntu xenial) in workspace 

 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/activemq.git # timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/activemq.git
 > git --version # timeout=10
 > git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/activemq.git 
 > +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://git-wip-us.apache.org/repos/asf/activemq.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
at hudson.scm.SCM.checkout(SCM.java:504)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1794)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags 
--progress https://git-wip-us.apache.org/repos/asf/activemq.git 
+refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: Could not read 1e31df9800fc2db258f2458628bd9863c11b2846
remote: Counting objects: 33745, done.
remote: Compressing objects:   0% (1/14255)   remote: Compressing 
objects:   1% (143/14255)   remote: Compressing objects:   2% 
(286/14255)   remote: Compressing objects:   3% (428/14255)   
remote: Compressing objects:   4% (571/14255)   remote: Compressing 
objects:   5% (713/14255)   remote: Compressing objects:   6% 
(856/14255)   remote: Compressing objects:   7% (998/14255)   
remote: Compressing objects:   8% (1141/14255)   remote: Compressing 
objects:   9% (1283/14255)   remote: Compressing objects:  10% 
(1426/14255)   remote: Compressing objects:  11% (1569/14255)   
remote: Compressing objects:  12% (1711/14255)   remote: Compressing 
objects:  13% (1854/14255)   remote: Compressing objects:  14% 
(1996/14255)   remote: Compressing objects:  15% (2139/14255)   
remote: Compressing objects:  16% (2281/14255)   remote: Compressing 
objects:  17% (2424/14255)   remote: Compressing objects:  18% 
(2566/14255)   remote: Compressing objects:  19% (2709/14255)   
remote: Compressing objects:  20% (2851/14255)   remote: Compressing 
objects:  21% (2994/14255)   remote: Compressing objects:  22% 
(3137/14255)   remote: Compressing objects:  23% (3279/14255)   
remote: Compressing objects:  24% (3422/14255)   remote: Compressing 
objects:  25% (3564/14255)   remote: Compressing objects:  26% 
(3707/14255)   remote: Compressing objects:  27% (3849/14255)   
remote: Compressing objects:  28% (3992/14255)   remote: Compressing 
objects:  29% (4134/14255)   remote: Compressing objects:  30% 
(4277/14255)   remote: Compressing objects:  31% (4420/14255)   
remote: Compressing objects:  32% (4562/14255)   remote: Compressing 
objects:  33% (4705/14255)   remote: Compressing objects:  34% 
(4847/14255)   remote: Compressing objects:  35% (4990/14255)   
remote: Compressing objects:  36% (5132/14255)   remote: Compressing 
objects:  37% (5275/14255)   remote: Compressing objects:  38% 
(5417/14255)   remote: Compressing objects:  39% (5560/14255)   
remote: Compressing objects:  40% (5702/14255)   remote: Compressing 
objects:  41% (5845/14255)   remote: Compressing objects:  42% 
(5988/14255)   remote: Compressing objects:  43% (6130/14255)   
remote: Compressing objects:  44% (6273/14255)   remote: Compressing 
objects:  45% (6415/14255)   remote: Compressing objects:  46% 
(6558/14255)   remote: Compressing objects:  47% (6700/14255)   
remote: Compressing objects:  48% (6843/14255)   remote: Compressing 
objects:  49% (6985/14255)   remote: Compressing objects

Build failed in Jenkins: ActiveMQ-Java8-All-UnitTests #873

2018-09-20 Thread Apache Jenkins Server
See 


--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H24 (ubuntu xenial) in workspace 

 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/activemq.git # timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/activemq.git
 > git --version # timeout=10
 > git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/activemq.git 
 > +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://git-wip-us.apache.org/repos/asf/activemq.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
at hudson.scm.SCM.checkout(SCM.java:504)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1794)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags 
--progress https://git-wip-us.apache.org/repos/asf/activemq.git 
+refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: Could not read 1e31df9800fc2db258f2458628bd9863c11b2846
remote: Counting objects: 33761, done.
remote: Compressing objects:   0% (1/14270)   remote: Compressing 
objects:   1% (143/14270)   remote: Compressing objects:   2% 
(286/14270)   remote: Compressing objects:   3% (429/14270)   
remote: Compressing objects:   4% (571/14270)   remote: Compressing 
objects:   5% (714/14270)   remote: Compressing objects:   6% 
(857/14270)   remote: Compressing objects:   7% (999/14270)   
remote: Compressing objects:   8% (1142/14270)   remote: Compressing 
objects:   9% (1285/14270)   remote: Compressing objects:  10% 
(1427/14270)   remote: Compressing objects:  11% (1570/14270)   
remote: Compressing objects:  12% (1713/14270)   remote: Compressing 
objects:  13% (1856/14270)   remote: Compressing objects:  14% 
(1998/14270)   remote: Compressing objects:  15% (2141/14270)   
remote: Compressing objects:  16% (2284/14270)   remote: Compressing 
objects:  17% (2426/14270)   remote: Compressing objects:  18% 
(2569/14270)   remote: Compressing objects:  19% (2712/14270)   
remote: Compressing objects:  20% (2854/14270)   remote: Compressing 
objects:  21% (2997/14270)   remote: Compressing objects:  22% 
(3140/14270)   remote: Compressing objects:  23% (3283/14270)   
remote: Compressing objects:  24% (3425/14270)   remote: Compressing 
objects:  25% (3568/14270)   remote: Compressing objects:  26% 
(3711/14270)   remote: Compressing objects:  27% (3853/14270)   
remote: Compressing objects:  28% (3996/14270)   remote: Compressing 
objects:  29% (4139/14270)   remote: Compressing objects:  30% 
(4281/14270)   remote: Compressing objects:  31% (4424/14270)   
remote: Compressing objects:  32% (4567/14270)   remote: Compressing 
objects:  33% (4710/14270)   remote: Compressing objects:  34% 
(4852/14270)   remote: Compressing objects:  35% (4995/14270)   
remote: Compressing objects:  36% (5138/14270)   remote: Compressing 
objects:  37% (5280/14270)   remote: Compressing objects:  38% 
(5423/14270)   remote: Compressing objects:  39% (5566/14270)   
remote: Compressing objects:  40% (5708/14270)   remote: Compressing 
objects:  41% (5851/14270)   remote: Compressing objects:  42% 
(5994/14270)   remote: Compressing objects:  43% (6137/14270)   
remote: Compressing objects:  44% (6279/14270)   remote: Compressing 
objects:  45% (6422/14270)   remote: Compressing objects:  46% 
(6565/14270)   remote: Compressing objects:  47% (6707/14270)   
remote: Compressing objects:  48% (6850/14270)   remote: Compressing 
objects:  49% (6993/14270)   remote: Compr

activemq git commit: AMQ-7055 - Optimization on SequenceSet to prevent iterating through the whole set when a value bigger than the last value is added

2018-09-20 Thread gtully
Repository: activemq
Updated Branches:
  refs/heads/master 2f5e5efec -> 8f88dcda0


AMQ-7055 - Optimization on SequenceSet to prevent iterating through the whole 
set when a value bigger than the last value is added

Signed-off-by: gtully 


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/8f88dcda
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/8f88dcda
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/8f88dcda

Branch: refs/heads/master
Commit: 8f88dcda09760df3aba3306f49a3311fb22a654f
Parents: 2f5e5ef
Author: Alan Protasio 
Authored: Wed Sep 19 12:20:59 2018 -0700
Committer: gtully 
Committed: Thu Sep 20 10:38:44 2018 +0100

--
 .../store/kahadb/disk/util/Sequence.java|  4 +++
 .../store/kahadb/disk/util/SequenceSet.java |  7 +
 .../store/kahadb/disk/util/SequenceSetTest.java | 31 
 3 files changed, 42 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/activemq/blob/8f88dcda/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/Sequence.java
--
diff --git 
a/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/Sequence.java
 
b/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/Sequence.java
index f52931b..25e594b 100644
--- 
a/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/Sequence.java
+++ 
b/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/Sequence.java
@@ -38,6 +38,10 @@ public class Sequence extends LinkedNode {
 return last + 1 == value;
 }
 
+public boolean isBiggerButNotAdjacentToLast(long value) {
+return last + 1 < value;
+}
+
 public boolean isAdjacentToFirst(long value) {
 return first - 1 == value;
 }

http://git-wip-us.apache.org/repos/asf/activemq/blob/8f88dcda/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/SequenceSet.java
--
diff --git 
a/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/SequenceSet.java
 
b/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/SequenceSet.java
index 2946a22..fac831b 100644
--- 
a/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/SequenceSet.java
+++ 
b/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/SequenceSet.java
@@ -114,6 +114,13 @@ public class SequenceSet extends LinkedNodeList 
implements Iterablehttp://git-wip-us.apache.org/repos/asf/activemq/blob/8f88dcda/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/disk/util/SequenceSetTest.java
--
diff --git 
a/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/disk/util/SequenceSetTest.java
 
b/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/disk/util/SequenceSetTest.java
index 272077a..a25b4e7 100644
--- 
a/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/disk/util/SequenceSetTest.java
+++ 
b/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/disk/util/SequenceSetTest.java
@@ -86,6 +86,37 @@ public class SequenceSetTest {
 }
 
 @Test
+public void testAddValuesToTail() {
+SequenceSet set = new SequenceSet();
+set.add(new Sequence(0, 10));
+set.add(new Sequence(21, 42));
+set.add(new Sequence(142, 512));
+
+set.add(513);
+
+for (int i = 600; i < 650; i++) {
+set.add(i);
+}
+
+for (int i = 0; i < 10; i++) {
+set.add(i * 100);
+}
+
+assertTrue(set.contains(0));
+assertTrue(set.contains(25));
+
+assertTrue(set.contains(513));
+assertTrue(!set.contains(514));
+assertFalse(set.contains(599));
+assertTrue(set.contains(625));
+assertFalse(set.contains(651));
+
+for (int i = 0; i < 10; i++) {
+assertTrue(set.contains(i * 100));
+}
+}
+
+@Test
 public void testRemove() {
 SequenceSet set = new SequenceSet();
 set.add(new Sequence(0, 100));



Build failed in Jenkins: ActiveMQ-Trunk-Deploy #2117

2018-09-20 Thread Apache Jenkins Server
See 

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H26 (ubuntu xenial) in workspace 

 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/activemq.git # timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/activemq.git
 > git --version # timeout=10
 > git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/activemq.git 
 > +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://git-wip-us.apache.org/repos/asf/activemq.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
at hudson.scm.SCM.checkout(SCM.java:504)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1794)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags 
--progress https://git-wip-us.apache.org/repos/asf/activemq.git 
+refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: Could not read 1e31df9800fc2db258f2458628bd9863c11b2846
remote: Counting objects: 33771, done.
remote: Compressing objects:   0% (1/14270)   remote: Compressing 
objects:   1% (143/14270)   remote: Compressing objects:   2% 
(286/14270)   remote: Compressing objects:   3% (429/14270)   
remote: Compressing objects:   4% (571/14270)   remote: Compressing 
objects:   5% (714/14270)   remote: Compressing objects:   6% 
(857/14270)   remote: Compressing objects:   7% (999/14270)   
remote: Compressing objects:   8% (1142/14270)   remote: Compressing 
objects:   9% (1285/14270)   remote: Compressing objects:  10% 
(1427/14270)   remote: Compressing objects:  11% (1570/14270)   
remote: Compressing objects:  12% (1713/14270)   remote: Compressing 
objects:  13% (1856/14270)   remote: Compressing objects:  14% 
(1998/14270)   remote: Compressing objects:  15% (2141/14270)   
remote: Compressing objects:  16% (2284/14270)   remote: Compressing 
objects:  17% (2426/14270)   remote: Compressing objects:  18% 
(2569/14270)   remote: Compressing objects:  19% (2712/14270)   
remote: Compressing objects:  20% (2854/14270)   remote: Compressing 
objects:  21% (2997/14270)   remote: Compressing objects:  22% 
(3140/14270)   remote: Compressing objects:  23% (3283/14270)   
remote: Compressing objects:  24% (3425/14270)   remote: Compressing 
objects:  25% (3568/14270)   remote: Compressing objects:  26% 
(3711/14270)   remote: Compressing objects:  27% (3853/14270)   
remote: Compressing objects:  28% (3996/14270)   remote: Compressing 
objects:  29% (4139/14270)   remote: Compressing objects:  30% 
(4281/14270)   remote: Compressing objects:  31% (4424/14270)   
remote: Compressing objects:  32% (4567/14270)   remote: Compressing 
objects:  33% (4710/14270)   remote: Compressing objects:  34% 
(4852/14270)   remote: Compressing objects:  35% (4995/14270)   
remote: Compressing objects:  36% (5138/14270)   remote: Compressing 
objects:  37% (5280/14270)   remote: Compressing objects:  38% 
(5423/14270)   remote: Compressing objects:  39% (5566/14270)   
remote: Compressing objects:  40% (5708/14270)   remote: Compressing 
objects:  41% (5851/14270)   remote: Compressing objects:  42% 
(5994/14270)   remote: Compressing objects:  43% (6137/14270)   
remote: Compressing objects:  44% (6279/14270)   remote: Compressing 
objects:  45% (6422/14270)   remote: Compressing objects:  46% 
(6565/14270)   remote: Compressing objects:  47% (6707/14270)   
remote: Compressing objects:  48% (6850/14270)   remote: Compressing 
objects:  49% (6993/14270)   remote: Compressing objects

activemq git commit: AMQ-7055 - Optimization on SequenceSet to prevent iterating through the whole set when a value bigger than the last value is added

2018-09-20 Thread cshannon
Repository: activemq
Updated Branches:
  refs/heads/activemq-5.15.x 77784061c -> d2572ceae


AMQ-7055 - Optimization on SequenceSet to prevent iterating through the whole 
set when a value bigger than the last value is added

Signed-off-by: gtully 
(cherry picked from commit 8f88dcda09760df3aba3306f49a3311fb22a654f)


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/d2572cea
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/d2572cea
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/d2572cea

Branch: refs/heads/activemq-5.15.x
Commit: d2572ceaee84a14d383c05c73d4c7ce2b4e5487b
Parents: 7778406
Author: Alan Protasio 
Authored: Wed Sep 19 12:20:59 2018 -0700
Committer: Christopher L. Shannon (cshannon) 
Committed: Thu Sep 20 06:28:53 2018 -0400

--
 .../store/kahadb/disk/util/Sequence.java|  4 +++
 .../store/kahadb/disk/util/SequenceSet.java |  7 +
 .../store/kahadb/disk/util/SequenceSetTest.java | 31 
 3 files changed, 42 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/activemq/blob/d2572cea/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/Sequence.java
--
diff --git 
a/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/Sequence.java
 
b/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/Sequence.java
index f52931b..25e594b 100644
--- 
a/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/Sequence.java
+++ 
b/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/Sequence.java
@@ -38,6 +38,10 @@ public class Sequence extends LinkedNode {
 return last + 1 == value;
 }
 
+public boolean isBiggerButNotAdjacentToLast(long value) {
+return last + 1 < value;
+}
+
 public boolean isAdjacentToFirst(long value) {
 return first - 1 == value;
 }

http://git-wip-us.apache.org/repos/asf/activemq/blob/d2572cea/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/SequenceSet.java
--
diff --git 
a/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/SequenceSet.java
 
b/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/SequenceSet.java
index 2946a22..fac831b 100644
--- 
a/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/SequenceSet.java
+++ 
b/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/SequenceSet.java
@@ -114,6 +114,13 @@ public class SequenceSet extends LinkedNodeList 
implements Iterablehttp://git-wip-us.apache.org/repos/asf/activemq/blob/d2572cea/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/disk/util/SequenceSetTest.java
--
diff --git 
a/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/disk/util/SequenceSetTest.java
 
b/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/disk/util/SequenceSetTest.java
index 272077a..a25b4e7 100644
--- 
a/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/disk/util/SequenceSetTest.java
+++ 
b/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/disk/util/SequenceSetTest.java
@@ -86,6 +86,37 @@ public class SequenceSetTest {
 }
 
 @Test
+public void testAddValuesToTail() {
+SequenceSet set = new SequenceSet();
+set.add(new Sequence(0, 10));
+set.add(new Sequence(21, 42));
+set.add(new Sequence(142, 512));
+
+set.add(513);
+
+for (int i = 600; i < 650; i++) {
+set.add(i);
+}
+
+for (int i = 0; i < 10; i++) {
+set.add(i * 100);
+}
+
+assertTrue(set.contains(0));
+assertTrue(set.contains(25));
+
+assertTrue(set.contains(513));
+assertTrue(!set.contains(514));
+assertFalse(set.contains(599));
+assertTrue(set.contains(625));
+assertFalse(set.contains(651));
+
+for (int i = 0; i < 10; i++) {
+assertTrue(set.contains(i * 100));
+}
+}
+
+@Test
 public void testRemove() {
 SequenceSet set = new SequenceSet();
 set.add(new Sequence(0, 100));



Build failed in Jenkins: ActiveMQ-Trunk-Deploy #2118

2018-09-20 Thread Apache Jenkins Server
See 

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H25 (ubuntu xenial) in workspace 

 > git rev-parse --is-inside-work-tree # timeout=10
ERROR: Workspace has a .git repository, but it appears to be corrupt.
hudson.plugins.git.GitException: Command "git rev-parse --is-inside-work-tree" 
returned status code 128:
stdout: 
stderr: fatal: Not a git repository (or any of the parent directories): .git

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1966)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1597)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1609)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.hasGitRepo(CliGitAPIImpl.java:282)
at hudson.plugins.git.GitAPI.hasGitRepo(GitAPI.java:232)
at sun.reflect.GeneratedMethodAccessor535.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/activemq.git
 > git init  # 
 > timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/activemq.git
 > git --version # timeout=10
 > git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/activemq.git 
 > +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --progress 
https://git-wip-us.apache.org/repos/asf/activemq.git 
+refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: remote: Counting objects: 104587   remote: Counting objects: 
207345, done.
remote: Compressing objects:   0% (1/53816)   remote: Compressing 
objects:   1% (539/53816)   remote: Compressing objects:   2% 
(1077/53816)   remote: Compressing objects:   3% (1615/53816)   
remote: Compressing objects:   4% (2153/53816)   remote: Compressing 
objects:   5% (2691/53816)   remote: Compressing objects:   6% 
(3229/53816)   remote: Compressing objects:   7% (3768/53816)   
remote: Compressing objects:   8% (4306/53816)   remote: Compressing 
objects:   9% (4844/53816)   remote: Compressing objects:  10% 
(5382/53816)   remote: Compressing objects:  11% (5920/53816)   
remote: Compressing objects:  12% (6458/53816)   remote: Compressing 
objects:  13% (6997/53816)   remote: Compressing objects:  14% 
(7535/53816)   remote: Compressing objects:  15% (8073/53816)   
remote: Compressing objects:  16% (8611/53816)   remote: Compressing 
objects:  17% (9149/53816)   remote: Compressing objects:  18% 
(9687/53816)   remote: Compressing objects:  19% (10226/53816)  
 remote: Compressing objects:  20% (10764/53816)   remote: Compressing 
objects:  21% (11302/53816)   remote: Compressing objects:  22% 
(11840/53816)   remote: Compressing objects:  23% (12378/53816) 
  remote: Compressing objects:  24% (12916/53816)   remote: Compressing 
objects:  25% (13454/53816)   remote: Compressing objects:  26% 
(13993/53816)   remote: Compressing objects:  27% (14531/53816) 
  remote: Compressing objects:  28% (15069/53816)   remote: Compressing 
objects:  29% (15607/53816)   remote: Compressing objects:  30% 
(16145/53816)   remote: Compr

activemq git commit: AMQ-7056 - modify tests to take account of changes from AMQ-7047

2018-09-20 Thread cshannon
Repository: activemq
Updated Branches:
  refs/heads/activemq-5.15.x d2572ceae -> ec0ba888e


AMQ-7056 - modify tests to take account of changes from AMQ-7047

(cherry picked from commit 2f5e5efec5685b192c28d2f1d0edaa688691801a)


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/ec0ba888
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/ec0ba888
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/ec0ba888

Branch: refs/heads/activemq-5.15.x
Commit: ec0ba888ee573d1578220038146a81623ff884c4
Parents: d2572ce
Author: gtully 
Authored: Thu Sep 20 10:25:51 2018 +0100
Committer: Christopher L. Shannon (cshannon) 
Committed: Thu Sep 20 06:30:53 2018 -0400

--
 .../src/test/java/org/apache/activemq/bugs/AMQ3625Test.java  | 2 +-
 .../test/java/org/apache/activemq/security/JaasNetworkTest.java  | 4 ++--
 .../apache/activemq/bugs/amq3625/conf/JaasStompSSLBroker2.xml| 2 +-
 .../src/test/resources/org/apache/activemq/security/broker1.xml  | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/activemq/blob/ec0ba888/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ3625Test.java
--
diff --git 
a/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ3625Test.java 
b/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ3625Test.java
index 90a8833..a9506c3 100644
--- 
a/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ3625Test.java
+++ 
b/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ3625Test.java
@@ -94,7 +94,7 @@ public class AMQ3625Test {
 Logger.getRootLogger().addAppender(appender);
 
 String connectURI = 
broker1.getConnectorByName("openwire").getConnectUri().toString();
-connectURI = connectURI.replace("?needClientAuth=true", "");
+connectURI = connectURI.replace("?needClientAuth=true", 
"?verifyHostName=false");
 broker2.addNetworkConnector("static:(" + connectURI + ")").start();
 
 Thread.sleep(10 * 1000);

http://git-wip-us.apache.org/repos/asf/activemq/blob/ec0ba888/activemq-unit-tests/src/test/java/org/apache/activemq/security/JaasNetworkTest.java
--
diff --git 
a/activemq-unit-tests/src/test/java/org/apache/activemq/security/JaasNetworkTest.java
 
b/activemq-unit-tests/src/test/java/org/apache/activemq/security/JaasNetworkTest.java
index 5c85cb6..dfa3ec8 100644
--- 
a/activemq-unit-tests/src/test/java/org/apache/activemq/security/JaasNetworkTest.java
+++ 
b/activemq-unit-tests/src/test/java/org/apache/activemq/security/JaasNetworkTest.java
@@ -64,7 +64,7 @@ public class JaasNetworkTest extends TestCase {
 System.setProperty("javax.net.ssl.keyStorePassword", "password");
 System.setProperty("javax.net.ssl.keyStoreType", "jks");  
 
-ActiveMQConnectionFactory producerFactory  = new 
ActiveMQConnectionFactory("ssl://localhost:61617");
+ActiveMQConnectionFactory producerFactory  = new 
ActiveMQConnectionFactory("ssl://localhost:61617?verifyHostName=false");
 Connection producerConn = producerFactory.createConnection();
 Session producerSess = producerConn.createSession(false, 
Session.AUTO_ACKNOWLEDGE);
 MessageProducer producer = producerSess.createProducer(new 
ActiveMQQueue("test"));
@@ -72,7 +72,7 @@ public class JaasNetworkTest extends TestCase {
 TextMessage sentMessage = producerSess.createTextMessage("test");
 producer.send(sentMessage);
 
-ActiveMQConnectionFactory consumerFactory  = new 
ActiveMQConnectionFactory("ssl://localhost:61618");
+ActiveMQConnectionFactory consumerFactory  = new 
ActiveMQConnectionFactory("ssl://localhost:61618?verifyHostName=false");
 Connection consumerConn = consumerFactory.createConnection();
 Session consumerSess = consumerConn.createSession(false, 
Session.AUTO_ACKNOWLEDGE);
 consumerConn.start();

http://git-wip-us.apache.org/repos/asf/activemq/blob/ec0ba888/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq3625/conf/JaasStompSSLBroker2.xml
--
diff --git 
a/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq3625/conf/JaasStompSSLBroker2.xml
 
b/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq3625/conf/JaasStompSSLBroker2.xml
index 0b68aed..d798e8f 100644
--- 
a/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq3625/conf/JaasStompSSLBroker2.xml
+++ 
b/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq3625/conf/JaasStompSSLBroker2.xml
@@ -32,7 +32,7 @@
 
 
 
-  

Build failed in Jenkins: ActiveMQ-Trunk-Deploy #2119

2018-09-20 Thread Apache Jenkins Server
See 

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H25 (ubuntu xenial) in workspace 

 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/activemq.git # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://git-wip-us.apache.org/repos/asf/activemq.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
at hudson.scm.SCM.checkout(SCM.java:504)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1794)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git config 
remote.origin.url https://git-wip-us.apache.org/repos/asf/activemq.git"; 
returned status code 4:
stdout: 
stderr: error: failed to write new configuration file 


at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1966)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1597)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1609)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:1243)
at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
at sun.reflect.GeneratedMethodAccessor536.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to 
H25
at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
at com.sun.proxy.$Proxy118.setRemoteUrl(Unknown Source)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:295)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:876)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
at hudson.scm.SCM.checkout(SCM.java:504)
at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at 
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1794)
at 
hudson.maven.MavenModuleSet

Jenkins build is back to stable : ActiveMQ-Java8 » ActiveMQ :: MQTT Protocol #1189

2018-09-20 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: ActiveMQ-Java8 #1189

2018-09-20 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: ActiveMQ-Java8 » ActiveMQ :: Unit Tests #1189

2018-09-20 Thread Apache Jenkins Server
See 




activemq git commit: AMQ-7057 - support transport connector warnOnRemoteClose to suppress eof warnings on loadbalance or health check socket ping

2018-09-20 Thread gtully
Repository: activemq
Updated Branches:
  refs/heads/master 8f88dcda0 -> cdbddcafa


AMQ-7057 - support transport connector warnOnRemoteClose to suppress eof 
warnings on loadbalance or health check socket ping


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/cdbddcaf
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/cdbddcaf
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/cdbddcaf

Branch: refs/heads/master
Commit: cdbddcafa237027599dfd9ae030f42898ec5299c
Parents: 8f88dcd
Author: gtully 
Authored: Thu Sep 20 14:58:34 2018 +0100
Committer: gtully 
Committed: Thu Sep 20 14:58:34 2018 +0100

--
 .../activemq/broker/TransportConnection.java|  11 +-
 .../activemq/broker/TransportConnector.java |  16 ++-
 .../tcp/TcpTransportCloseSocketNoWarnTest.java  | 141 +++
 3 files changed, 154 insertions(+), 14 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/activemq/blob/cdbddcaf/activemq-broker/src/main/java/org/apache/activemq/broker/TransportConnection.java
--
diff --git 
a/activemq-broker/src/main/java/org/apache/activemq/broker/TransportConnection.java
 
b/activemq-broker/src/main/java/org/apache/activemq/broker/TransportConnection.java
index 404e126..ba1f1eb 100644
--- 
a/activemq-broker/src/main/java/org/apache/activemq/broker/TransportConnection.java
+++ 
b/activemq-broker/src/main/java/org/apache/activemq/broker/TransportConnection.java
@@ -233,20 +233,15 @@ public class TransportConnection implements Connection, 
Task, CommandVisitor {
 transportException.set(e);
 if (TRANSPORTLOG.isDebugEnabled()) {
 TRANSPORTLOG.debug(this + " failed: " + e, e);
-} else if (TRANSPORTLOG.isWarnEnabled() && !expected(e)) {
+} else if (TRANSPORTLOG.isWarnEnabled() && !suppressed(e)) {
 TRANSPORTLOG.warn(this + " failed: " + e);
 }
 stopAsync(e);
 }
 }
 
-private boolean expected(IOException e) {
-return isStomp() && ((e instanceof SocketException && 
e.getMessage().indexOf("reset") != -1) || e instanceof EOFException);
-}
-
-private boolean isStomp() {
-URI uri = connector.getUri();
-return uri != null && uri.getScheme() != null && 
uri.getScheme().indexOf("stomp") != -1;
+private boolean suppressed(IOException e) {
+return !connector.isWarnOnRemoteClose() && ((e instanceof 
SocketException && e.getMessage().indexOf("reset") != -1) || e instanceof 
EOFException);
 }
 
 /**

http://git-wip-us.apache.org/repos/asf/activemq/blob/cdbddcaf/activemq-broker/src/main/java/org/apache/activemq/broker/TransportConnector.java
--
diff --git 
a/activemq-broker/src/main/java/org/apache/activemq/broker/TransportConnector.java
 
b/activemq-broker/src/main/java/org/apache/activemq/broker/TransportConnector.java
index f8425ad..ba2a3a9 100644
--- 
a/activemq-broker/src/main/java/org/apache/activemq/broker/TransportConnector.java
+++ 
b/activemq-broker/src/main/java/org/apache/activemq/broker/TransportConnector.java
@@ -74,7 +74,7 @@ public class TransportConnector implements Connector, 
BrokerServiceAware {
 private int maximumProducersAllowedPerConnection = Integer.MAX_VALUE;
 private int maximumConsumersAllowedPerConnection  = Integer.MAX_VALUE;
 private PublishedAddressPolicy publishedAddressPolicy = new 
PublishedAddressPolicy();
-private boolean allowLinkStealing;
+private boolean warnOnRemoteClose = false;
 
 LinkedList peerBrokers = new LinkedList();
 
@@ -123,7 +123,7 @@ public class TransportConnector implements Connector, 
BrokerServiceAware {
 
rc.setMaximumConsumersAllowedPerConnection(getMaximumConsumersAllowedPerConnection());
 
rc.setMaximumProducersAllowedPerConnection(getMaximumProducersAllowedPerConnection());
 rc.setPublishedAddressPolicy(getPublishedAddressPolicy());
-rc.setAllowLinkStealing(isAllowLinkStealing());
+rc.setWarnOnRemoteClose(isWarnOnRemoteClose());
 return rc;
 }
 
@@ -587,10 +587,6 @@ public class TransportConnector implements Connector, 
BrokerServiceAware {
 return server.isAllowLinkStealing();
 }
 
-public void setAllowLinkStealing (boolean allowLinkStealing) {
-this.allowLinkStealing=allowLinkStealing;
-}
-
 public boolean isAuditNetworkProducers() {
 return auditNetworkProducers;
 }
@@ -639,4 +635,12 @@ public class TransportConnector implements Connector, 
BrokerServiceAware {
 public void setPublishedAddressPolicy(PublishedAddressPolicy 
publishedAddressPolicy) {
 this.publishedAddressPolicy = publishedAddressPol

Build failed in Jenkins: ActiveMQ-Trunk-Deploy #2120

2018-09-20 Thread Apache Jenkins Server
See 

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H26 (ubuntu xenial) in workspace 

 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/activemq.git # timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/activemq.git
 > git --version # timeout=10
 > git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/activemq.git 
 > +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://git-wip-us.apache.org/repos/asf/activemq.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
at hudson.scm.SCM.checkout(SCM.java:504)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1794)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags 
--progress https://git-wip-us.apache.org/repos/asf/activemq.git 
+refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: Could not read 1e31df9800fc2db258f2458628bd9863c11b2846
remote: Counting objects: 33829, done.
remote: Compressing objects:   0% (1/14292)   remote: Compressing 
objects:   1% (143/14292)   remote: Compressing objects:   2% 
(286/14292)   remote: Compressing objects:   3% (429/14292)   
remote: Compressing objects:   4% (572/14292)   remote: Compressing 
objects:   5% (715/14292)   remote: Compressing objects:   6% 
(858/14292)   remote: Compressing objects:   7% (1001/14292)   
remote: Compressing objects:   8% (1144/14292)   remote: Compressing 
objects:   9% (1287/14292)   remote: Compressing objects:  10% 
(1430/14292)   remote: Compressing objects:  11% (1573/14292)   
remote: Compressing objects:  12% (1716/14292)   remote: Compressing 
objects:  13% (1858/14292)   remote: Compressing objects:  14% 
(2001/14292)   remote: Compressing objects:  15% (2144/14292)   
remote: Compressing objects:  16% (2287/14292)   remote: Compressing 
objects:  17% (2430/14292)   remote: Compressing objects:  18% 
(2573/14292)   remote: Compressing objects:  19% (2716/14292)   
remote: Compressing objects:  20% (2859/14292)   remote: Compressing 
objects:  21% (3002/14292)   remote: Compressing objects:  22% 
(3145/14292)   remote: Compressing objects:  23% (3288/14292)   
remote: Compressing objects:  24% (3431/14292)   remote: Compressing 
objects:  25% (3573/14292)   remote: Compressing objects:  26% 
(3716/14292)   remote: Compressing objects:  27% (3859/14292)   
remote: Compressing objects:  28% (4002/14292)   remote: Compressing 
objects:  29% (4145/14292)   remote: Compressing objects:  30% 
(4288/14292)   remote: Compressing objects:  31% (4431/14292)   
remote: Compressing objects:  32% (4574/14292)   remote: Compressing 
objects:  33% (4717/14292)   remote: Compressing objects:  34% 
(4860/14292)   remote: Compressing objects:  35% (5003/14292)   
remote: Compressing objects:  36% (5146/14292)   remote: Compressing 
objects:  37% (5289/14292)   remote: Compressing objects:  38% 
(5431/14292)   remote: Compressing objects:  39% (5574/14292)   
remote: Compressing objects:  40% (5717/14292)   remote: Compressing 
objects:  41% (5860/14292)   remote: Compressing objects:  42% 
(6003/14292)   remote: Compressing objects:  43% (6146/14292)   
remote: Compressing objects:  44% (6289/14292)   remote: Compressing 
objects:  45% (6432/14292)   remote: Compressing objects:  46% 
(6575/14292)   remote: Compressing objects:  47% (6718/14292)   
remote: Compressing objects:  48% (6861/14292)   remote: Compressing 
objects:  49% (7004/14292)   remote: Compressing object

[CONF] Apache ActiveMQ > Configuring Transports

2018-09-20 Thread Gary Tully (Confluence)
Title: Message Title



 
 
 
There's 1 new edit on this page 
 
 
 
 
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Configuring Transports 
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
Gary Tully edited this page 
 
 
  
 
 

 
 
 
  
 
 
  
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Here's what changed: 
 
 
 
 
 
 
 
 
 
 
 ... 
 
 
 
 
 
 
 
 
 
 property name  
 default  
 description  
 
 
   allowLinkStealing 
  false   
 This is enabled for default for MQTT transport. Link Stealing is where the last of two or more connections with the same id (clientID for JMS) is deemed the valid connection and the older one is closed by the broker.  
 
 
  discoveryURI   
  null   
 If set, the multicast discovery address for client connections to find the broker.  
 
 
  enableStatusMonitor   
  false   
 Will monitor connections to determine if they are blocked.  
 
 
  name   
  null   
 The name of the TransportConnector instance.  
 
 
  rebalanceClusterClients   
  false   
 Will automatically re-balance clients across the cluster on changes of topology.  
 
 
  updateClusterClients   
  false   
 If enabled, will update client connections (if they use the failover:// transport) of changes to the broker cluster.  
 
 
  updateClusterClientsOnRemove   
  false   
 Will update clients if a broker is removed from the cluster.  
 
 
  updateClusterFilter   
  null   
 Comma separated list of regular expressions. Brokers with a name matching the pattern will be included for client updates.  
 
 
  uri   
  null   
 The bind address for the transport.  
 
 
 
 ... 
 
 
 
 
  warnOnRemoteClose   
false 
If set, issue a WARN log event if a client closes its connection in an abrupt manner, one example being a load-balancer health check. For a regular JMS client this WARN message is indicative of a client going away without a connection.close (5.16) 
 
 
 
Example configuration: 
 
 
 
 Code Block 
 
 
 
 
 
 
 
 
language 
xml 
 
 
  
 
 
 
 
 
   

   
  
   

   
  
 
 
 ...  
 
 
  
 
 
  
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Go to page history 
 
 
  
 
 
  
 
 
  
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
View page 
 
 
  
 
 
  
 
 
  
 
 
  
 
 
 
 
 
 
 
 
 
 
Stop watching space
• 
 
 
 
 
 
 
Manage notifications 
 
 
 
 
 
 
 
 
 
 
  
 
 
This message was sent by Atlassian Confluence 6.9.0  
 
 
  
 
 
 
 
 
 
 
 
 




svn commit: r1035458 - in /websites/production/activemq/content: activemq-connection-uris.html cache/main.pageCache configuring-transports.html configuring-version-5-transports.html

2018-09-20 Thread buildbot
Author: buildbot
Date: Thu Sep 20 14:24:44 2018
New Revision: 1035458

Log:
Production update by buildbot for activemq

Modified:
websites/production/activemq/content/activemq-connection-uris.html
websites/production/activemq/content/cache/main.pageCache
websites/production/activemq/content/configuring-transports.html
websites/production/activemq/content/configuring-version-5-transports.html

Modified: websites/production/activemq/content/activemq-connection-uris.html
==
--- websites/production/activemq/content/activemq-connection-uris.html 
(original)
+++ websites/production/activemq/content/activemq-connection-uris.html Thu Sep 
20 14:24:44 2018
@@ -84,7 +84,7 @@
 
 
 Transport 
configuration optionsOne of the first kinds of URI you are likely to 
use is a transport URI to connect to a broker using a kind of transport. 
Generally TCP or VM are the first transports you'll use.Be careful about whitespaceAll of the following URI 
configurations are based on the java.net.URI class which does not allow 
whitespace to be used. So if you are using 
failover: 
or static: URIs, do not put any whitespace 
around the ',' symbol.The AUTO TransportS
 tarting with 5.13.0 ActiveMQ has support for automatic wire protocol detection 
over TCP, SSL, NIO, and NIO SSL.  OpenWire, STOMP, AMQP, and MQTT are 
supported.  For details see the AUTO 
Transport Reference.The 
VM TransportThe VM transport allows clients to connect to each other 
inside the VM without the overhead of the network communication. The connection 
used is not that of a socket connection but instead uses direct method 
invocations to enable a high performance embedded messaging system.The 
first client to use the VM connection will boot an embedded broker. Subsequent 
connections will attach that the same broker. Once all VM connections to the 
broker have been closed, the embedded broker will automatically 
shutdown.For more information see the VM Transport ReferenceThe AMQP TransportAs of 5.8.0 ActiveMQ has support for 
AMQP. For details see the AMQP Transport 
Reference.The MQTT 
TransportStarting with 5.6.0 ActiveMQ also supports http://mqtt.org/"; rel="nofollow">MQTT. Its a 
light weight publish/subscribe messaging transport. See the MQTT Transport Reference for details.The TCP TransportThe TCP 
transport allows clients to connect a remote ActiveMQ using a a TCP 
socket.For more information see the TCP Transport ReferenceThe NIO TransportSame as 
the TCP transport, except that the http://en.wikipedia.org/wiki/New_I/O"; rel="nof
 ollow">New I/O (NIO) package is used, which may provide better 
performance. The Java NIO package should not be confused with IBM's http://java.sys-con.com/read/46658.htm"; rel="nofollow">AIO4J  
package.To switch from TCP to NIO, simply change the scheme portion of 
the URI. Here's an example as defined within a broker's XML configuration 
file.
-
+
   ...
   
   
@@ -93,7 +93,7 @@
 
 
 Trying to use nio transport url on the client side will 
instantiate the regular TCP transport. For more information see the NIO Transport 
ReferenceThe SSL 
TransportThis allows you to talk over TCP using SSL. For more 
information see the SSL 
Transport ReferenceThe NIO SSL TransportAvailabilityAvailable since 
5.6Implementing SSL transport over NIO. This allows you to 
connect large number of SSL clients to a single broker instance. It's server 
side transport-option only
-
+
   ...
   
   
@@ -101,8 +101,8 @@
   ...
 
 
-Trying to use nio+ssl transport url on the client 
side will instantiate the regular SSL transport.The Peer TransportThe Peer 
transport provides a peer-to-peer network with ActiveMQ. What actually happens 
is the peer transport uses the VM transport to create and connect to a local 
embedded broker but which configures the embedded broker to establish network 
connections to other peer embedded brokers.For more information see the 
Peer Transport 
ReferenceThe UDP 
TransportThis allows you to talk over UDP.For more information 
see the UDP Transport 
ReferenceThe 
Multicast TransportThis allows you to talk over Multicast.For 
more information see the 
 Multicast Transport 
ReferenceThe 
HTTP and HTTPS TransportThis allows the ActiveMQ client and broker to 
tunnel over HTTP. If the client is not JMS you might want to look at REST or Ajax support instead.For more information see the 
HTTP and HTTPs 
Transports ReferenceThe WebSockets 
TransportThis transport uses the new HTML5 WebSockets to exchange 
messages with the broker. For more information see the WebSockets Transport ReferenceThe Stomp TransportA 
plain text transport that can be used with many languages. See Stomp for more details.General P

Build failed in Jenkins: ActiveMQ-Java8 » ActiveMQ :: Blueprint #1190

2018-09-20 Thread Apache Jenkins Server
See 


--
[INFO] 
[INFO] 
[INFO] Skipping ActiveMQ :: Performance Test Plugin
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping ActiveMQ :: StartUp/Stop Plugin
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping ActiveMQ :: Web
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping ActiveMQ :: OSGi bundle
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Building ActiveMQ :: Blueprint 5.16.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ activemq-blueprint 
---
[INFO] Deleting 

[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ 
activemq-blueprint ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ activemq-blueprint ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
activemq-blueprint ---
[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-blueprint ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ 
activemq-blueprint ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ 
activemq-blueprint ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ activemq-blueprint 
---
[JENKINS] Recording test results[INFO] 

[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ 
activemq-blueprint ---
[WARNING] Bundle org.apache.activemq:activemq-blueprint:bundle:5.16.0-SNAPSHOT 
: Instructions in Export-Package that are never used: org\.apache\.activemq.*.*
Classpath: 
Jar:.,Jar:org.apache.aries.blueprint,Jar:xbean-blueprint,Jar:commons-jexl,Jar:pax-logging-api

[WARNING] Bundle org.apache.activemq:activemq-blueprint:bundle:5.16.0-SNAPSHOT 
: Superfluous export-package instructions: [org.apache.activemq**]
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ 
activemq-blueprint ---
[INFO] 
[INFO] --- ianal-maven-plugin:1.0-alpha-1:verify-legal-files (default) @ 
activemq-blueprint ---
[INFO] Checking legal files in: activemq-blueprint-5.16.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ 
activemq-blueprint ---
[INFO] Installing 

 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/activemq/activemq-blueprint/5.16.0-SNAPSHOT/activemq-blueprint-5.16.0-SNAPSHOT.jar
[INFO] Installing 

 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/activemq/activemq-blueprint/5.16.0-SNAPSHOT/activemq-blueprint-5.16.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ 
activemq-blueprint ---
[INFO] Installing 
org/apache/activemq/activemq-blueprint/5.16.0-SNAPSHOT/activemq-blueprint-5.16.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[WARNING] Exception while updating local OBR: Una

Build failed in Jenkins: ActiveMQ-Java8 » ActiveMQ :: Generic JMS Pool #1190

2018-09-20 Thread Apache Jenkins Server
See 


--
[INFO] 
[INFO] 
[INFO] Building ActiveMQ :: Generic JMS Pool 5.16.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ activemq-jms-pool 
---
[INFO] Deleting 

[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ 
activemq-jms-pool ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ activemq-jms-pool ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
activemq-jms-pool ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ 
activemq-jms-pool ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to 

[INFO] 
:
 

 uses unchecked or unsafe operations.
[INFO] 
:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ 
activemq-jms-pool ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ 
activemq-jms-pool ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to 

[INFO] 
:
 

 uses unchecked or unsafe operations.
[INFO] 
:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ activemq-jms-pool 
---
[INFO] Surefire report directory: 


---
 T E S T S
---
Running org.apache.activemq.jms.pool.PooledConnectionSecurityExceptionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.137 sec - in 
org.apache.activemq.jms.pool.PooledConnectionSecurityExceptionTest
Running org.apache.activemq.jms.pool.PooledConnectionFactoryMaximumActiveTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.038 sec - in 
org.apache.activemq.jms.pool.PooledConnectionFactoryMaximumActiveTest
Running org.apache.activemq.jms.pool.ConnectionExpiryEvictsFromPoolTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.104 sec - in 
org.apache.activemq.jms.pool.ConnectionExpiryEvictsFromPoolTest
Running org.apache.activemq.jms.pool.ConnectionPoolTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in 
org.apache.activemq.jms.pool.ConnectionPoolTest
Running org.apache.activemq.jms.pool.PooledSessionExhaustionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 sec - in 
org.apache.activemq.jms.pool.PooledSessionExhaustionTest
Running org.apache.activemq.jms.pool.PooledTopicPublisherTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.612 sec - in 
org.apache.activemq.jms.pool.PooledTopicPublisherTest
Running org.apache.activemq.jms.pool.bugs.AMQ4441Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.012 sec - in 
org.apache.activemq.jms.pool.bugs.AMQ4441Test
Running org.apache.activemq.jms.pool.Poole

Build failed in Jenkins: ActiveMQ-Java8 » ActiveMQ :: Run Jar #1190

2018-09-20 Thread Apache Jenkins Server
See 


--
[INFO] 
[INFO] 
[INFO] Skipping ActiveMQ :: Apache Karaf
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping ActiveMQ :: ConnectionFactory
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping ActiveMQ :: RAR
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Building ActiveMQ :: Run Jar 5.16.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ activemq-run ---
[INFO] Deleting 

[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ 
activemq-run ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ activemq-run ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
activemq-run ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ activemq-run 
---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ 
activemq-run ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ 
activemq-run ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ activemq-run ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ activemq-run ---
[INFO] Building jar: 

[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ 
activemq-run ---
[INFO] 
[INFO] --- maven-shade-plugin:2.1:shade (main-class) @ activemq-run ---
[INFO] Including org.apache.activemq:activemq-console:jar:5.16.0-SNAPSHOT in 
the shaded jar.
[INFO] Excluding org.apache.activemq:activemq-kahadb-store:jar:5.16.0-SNAPSHOT 
from the shaded jar.
[INFO] Excluding org.apache.activemq:activemq-broker:jar:5.16.0-SNAPSHOT from 
the shaded jar.
[INFO] Excluding org.apache.activemq:activemq-client:jar:5.16.0-SNAPSHOT from 
the shaded jar.
[INFO] Excluding 
org.apache.activemq:activemq-openwire-legacy:jar:5.16.0-SNAPSHOT from the 
shaded jar.
[INFO] Excluding com.google.guava:guava:jar:18.0 from the shaded jar.
[INFO] Excluding org.apache.activemq.protobuf:activemq-protobuf:jar:1.1 from 
the shaded jar.
[INFO] Excluding 
org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1 from the 
shaded jar.
[INFO] Excluding commons-net:commons-net:jar:3.6 from the shaded jar.
[INFO] Excluding org.apache.activemq:activeio-core:jar:3.1.4 from the shaded 
jar.
[INFO] Excluding commons-logging:commons-logging:jar:1.2 from the shaded jar.
[INFO] Excluding org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1 from 
the shaded jar.
[INFO] Excluding org.apache.commons:commons-pool2:jar:2.4.2 from the shaded jar.
[INFO] Excluding org.apache.xbean:xbean-spring:jar:4.2 from the shaded jar.
[INFO] Excluding org.slf4j:slf4j-api:jar:1.7.25 from the shaded jar.
[INFO] Excluding org.fusesource.hawtbuf:hawtbuf-proto:jar:1.11 from the shaded 
jar.
[INFO] Excluding org.fusesource.hawtbuf:hawtbuf:jar:1.11 from the shaded jar.
[INFO] Excluding com.fasterxml.jackson.core:jackson-core:jar:2.9.6 from the 
shaded jar.
[INFO] Excluding com.fasterxml.jackson.core:jackson-annotations:jar:2.9.6 from 
the shaded jar.
[

Jenkins build became unstable: ActiveMQ-Java8 » ActiveMQ :: MQTT Protocol #1190

2018-09-20 Thread Apache Jenkins Server
See 




Build failed in Jenkins: ActiveMQ-Java8 » ActiveMQ :: LevelDB Store #1190

2018-09-20 Thread Apache Jenkins Server
See 


--
[INFO] 
[INFO] 
[INFO] Building ActiveMQ :: LevelDB Store 5.16.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ 
activemq-leveldb-store ---
[INFO] Deleting 

[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ 
activemq-leveldb-store ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ 
activemq-leveldb-store ---
[INFO] Source directory: 

 added.
[INFO] Source directory: 

 added.
[INFO] 
[INFO] --- hawtbuf-protoc:1.11:compile (default) @ activemq-leveldb-store ---
[INFO] Compiling: 

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ activemq-leveldb-store ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
activemq-leveldb-store ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] 
[INFO] --- scala-maven-plugin:3.1.0:compile (default) @ activemq-leveldb-store 
---
[INFO] 
:-1:
 info: compiling
[INFO] 
:-1:
 info: compiling
[INFO] 
:-1:
 info: compiling
[INFO] Compiling 42 source files to 

 at 1537453411544
[WARNING] warning: there were 6 feature warning(s); re-run with -feature for 
details
[WARNING] one warning found
[INFO] prepare-compile in 0 s
[INFO] compile in 16 s
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ 
activemq-leveldb-store ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to 

[INFO] 
[INFO] --- scala-maven-plugin:3.1.0:compile (compile) @ activemq-leveldb-store 
---
[INFO] 
:-1:
 info: compiling
[INFO] 
:-1:
 info: compiling
[INFO] 
:-1:
 info: compiling
[INFO] 
:-1:
 info: compiling
[INFO] Compiling 42 source files to 

 at 1537453428710
[WARNING] warning: there were 6 feature warning(s); re-run with -feature for 
details
[WARNING] one warning found
[INFO] prepare-compile in 0 s
[INFO] compile in 15 s
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-test-source (add-test-source) @ 
activemq-leveldb-store ---
[INFO] Test Source directory: 

 added.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ 
activemq-leveldb-store ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ 
activemq-leveldb-store ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to 

[INFO] 
[INFO] --- scala-maven-plugin:3.1.0:testCompile (test-compile) @ 
activemq-leveldb-store ---
[INFO] 


Build failed in Jenkins: ActiveMQ-Java8 #1190

2018-09-20 Thread Apache Jenkins Server
See 


Changes:

[gtully] AMQ-7055 - Optimization on SequenceSet to prevent iterating through the

--
[...truncated 224.67 KB...]
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
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:498)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.maven.plugin.MojoFailureException: ExecutionException; 
nested exception is java.util.concurrent.ExecutionException: 
java.lang.RuntimeException: 
org.apache.maven.surefire.util.NestedRuntimeException: null; nested exception 
is java.io.IOException: No space left on device
at 
org.apache.maven.plugin.surefire.SurefirePlugin.assertNoException(SurefirePlugin.java:198)
at 
org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:188)
at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:852)
at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:720)
at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
... 31 more
Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: 
ExecutionException; nested exception is 
java.util.concurrent.ExecutionException: java.lang.RuntimeException: 
org.apache.maven.surefire.util.NestedRuntimeException: null; nested exception 
is java.io.IOException: No space left on device
at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:316)
at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:169)
at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:958)
at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:822)
... 34 more
Caused by: java.util.concurrent.ExecutionException: java.lang.RuntimeException: 
org.apache.maven.surefire.util.NestedRuntimeException: null; nested exception 
is java.io.IOException: No space left on device
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:300)
... 37 more
Caused by: java.lang.RuntimeException: 
org.apache.maven.surefire.util.NestedRuntimeException: null; nested exception 
is java.io.IOException: No space left on device
at 
org.apache.maven.plugin.surefire.booterclient.output.ThreadedStreamConsumer.close(ThreadedStreamConsumer.java:123)
at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:463)
at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:352)
at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$300(ForkStarter.java:85)
at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call(ForkStarter.java:288)
at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call(ForkStarter.java:283)
... 4 more
Caused by: org.apache.maven.surefire.util.NestedRuntimeException: null; nested 
exception is java.io.IOException: No space left on device
at 
org.apache.maven.plugin.surefire.report.TestSetRunListener.writeTestOutput(TestSetRunListener.java:108)
at 
org.apache.maven.plugin.surefire.booterclient.output.ForkClient.consumeLine(ForkClie

Build failed in Jenkins: ActiveMQ-Java8 » ActiveMQ :: RA #1190

2018-09-20 Thread Apache Jenkins Server
See 


--
[INFO] 
[INFO] 
[INFO] Skipping ActiveMQ :: Pool
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Building ActiveMQ :: RA 5.16.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ activemq-ra ---
[INFO] Deleting 

[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ 
activemq-ra ---
[INFO] 
[INFO] --- maven-xbean-plugin:4.2:mapping (default) @ activemq-ra ---
[INFO] Generating META-INF properties file: 

 for namespace: http://activemq.apache.org/schema/ra
[INFO] Generating Spring 2.0 handler mapping: 

 for namespace: http://activemq.apache.org/schema/ra
[INFO] Generating Spring 2.0 schema mapping: 

 for namespace: http://activemq.apache.org/schema/ra
[INFO] Generating HTML documentation file: 

 for namespace: http://activemq.apache.org/schema/ra
Warning, could not load class: 
org.apache.activemq.ra.ActiveMQConnectionRequestInfo: 
java.lang.ClassNotFoundException: 
org.apache.activemq.ra.ActiveMQConnectionRequestInfo
Warning, could not load class: 
org.apache.activemq.ra.ActiveMQConnectionRequestInfo: 
java.lang.ClassNotFoundException: 
org.apache.activemq.ra.ActiveMQConnectionRequestInfo
[INFO] Generating XSD file: 

 for namespace: http://activemq.apache.org/schema/ra
[INFO] Generating WIKI documentation file: 

 for namespace: http://activemq.apache.org/schema/ra
[INFO] ...done.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ activemq-ra ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
activemq-ra ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ activemq-ra ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 26 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ 
activemq-ra ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ 
activemq-ra ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to 

[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ activemq-ra ---
[INFO] Surefire report directory: 


---
 T E S T S
---

---
 T E S T S
---
Running org.apache.activemq.ra.SSLTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.603 sec - in 
org.apache.activemq.ra.SSLTest
Running org.apache.activemq.ra.SSLMAnagedConnectionFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.455 sec - in 
org.apache.activemq.ra.SSLMAnagedConnectionFactoryTest
Running org.apache.activemq.ra.ActiveMQResourceAdapterJavaBeanEqualityTest
Tests run: 12, Failures: 0,

Build failed in Jenkins: ActiveMQ-Java8-All-UnitTests #874

2018-09-20 Thread Apache Jenkins Server
See 


--
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H24 (ubuntu xenial) in workspace 

 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/activemq.git # timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/activemq.git
 > git --version # timeout=10
 > git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/activemq.git 
 > +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://git-wip-us.apache.org/repos/asf/activemq.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
at hudson.scm.SCM.checkout(SCM.java:504)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1794)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags 
--progress https://git-wip-us.apache.org/repos/asf/activemq.git 
+refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: Could not read 1e31df9800fc2db258f2458628bd9863c11b2846
remote: Counting objects: 33845, done.
remote: Compressing objects:   0% (1/14307)   remote: Compressing 
objects:   1% (144/14307)   remote: Compressing objects:   2% 
(287/14307)   remote: Compressing objects:   3% (430/14307)   
remote: Compressing objects:   4% (573/14307)   remote: Compressing 
objects:   5% (716/14307)   remote: Compressing objects:   6% 
(859/14307)   remote: Compressing objects:   7% (1002/14307)   
remote: Compressing objects:   8% (1145/14307)   remote: Compressing 
objects:   9% (1288/14307)   remote: Compressing objects:  10% 
(1431/14307)   remote: Compressing objects:  11% (1574/14307)   
remote: Compressing objects:  12% (1717/14307)   remote: Compressing 
objects:  13% (1860/14307)   remote: Compressing objects:  14% 
(2003/14307)   remote: Compressing objects:  15% (2147/14307)   
remote: Compressing objects:  16% (2290/14307)   remote: Compressing 
objects:  17% (2433/14307)   remote: Compressing objects:  18% 
(2576/14307)   remote: Compressing objects:  19% (2719/14307)   
remote: Compressing objects:  20% (2862/14307)   remote: Compressing 
objects:  21% (3005/14307)   remote: Compressing objects:  22% 
(3148/14307)   remote: Compressing objects:  23% (3291/14307)   
remote: Compressing objects:  24% (3434/14307)   remote: Compressing 
objects:  25% (3577/14307)   remote: Compressing objects:  26% 
(3720/14307)   remote: Compressing objects:  27% (3863/14307)   
remote: Compressing objects:  28% (4006/14307)   remote: Compressing 
objects:  29% (4150/14307)   remote: Compressing objects:  30% 
(4293/14307)   remote: Compressing objects:  31% (4436/14307)   
remote: Compressing objects:  32% (4579/14307)   remote: Compressing 
objects:  33% (4722/14307)   remote: Compressing objects:  34% 
(4865/14307)   remote: Compressing objects:  35% (5008/14307)   
remote: Compressing objects:  36% (5151/14307)   remote: Compressing 
objects:  37% (5294/14307)   remote: Compressing objects:  38% 
(5437/14307)   remote: Compressing objects:  39% (5580/14307)   
remote: Compressing objects:  40% (5723/14307)   remote: Compressing 
objects:  41% (5866/14307)   remote: Compressing objects:  42% 
(6009/14307)   remote: Compressing objects:  43% (6153/14307)   
remote: Compressing objects:  44% (6296/14307)   remote: Compressing 
objects:  45% (6439/14307)   remote: Compressing objects:  46% 
(6582/14

Jenkins build is still unstable: ActiveMQ-Java8-5.15.x » ActiveMQ :: Karaf Integration Tests #180

2018-09-20 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: ActiveMQ-Java8-5.15.x #180

2018-09-20 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: ActiveMQ-Java8-5.15.x » ActiveMQ :: Unit Tests #180

2018-09-20 Thread Apache Jenkins Server
See 




buildbot failure in on activemq-site-production

2018-09-20 Thread buildbot
The Buildbot has detected a new failure on builder activemq-site-production 
while building . Full details are available at:
https://ci.apache.org/builders/activemq-site-production/builds/28243

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb-cms-slave

Build Reason: The Nightly scheduler named 'activemq-site-production' triggered 
this build
Build Source Stamp: [branch activemq/activemq-website] HEAD
Blamelist: 

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot





Jenkins build is back to normal : ActiveMQ-Java8 » ActiveMQ :: Run Jar #1191

2018-09-20 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : ActiveMQ-Java8 » ActiveMQ :: Generic JMS Pool #1191

2018-09-20 Thread Apache Jenkins Server
See 




Jenkins build is unstable: ActiveMQ-Java8 » ActiveMQ :: AMQP #1191

2018-09-20 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : ActiveMQ-Java8 » ActiveMQ :: LevelDB Store #1191

2018-09-20 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : ActiveMQ-Java8 » ActiveMQ :: Blueprint #1191

2018-09-20 Thread Apache Jenkins Server
See 




Jenkins build is unstable: ActiveMQ-Java8 » ActiveMQ :: Unit Tests #1191

2018-09-20 Thread Apache Jenkins Server
See 




Jenkins build is unstable: ActiveMQ-Java8 #1191

2018-09-20 Thread Apache Jenkins Server
See 




Jenkins build is back to stable : ActiveMQ-Java8 » ActiveMQ :: MQTT Protocol #1191

2018-09-20 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : ActiveMQ-Java8 » ActiveMQ :: RA #1191

2018-09-20 Thread Apache Jenkins Server
See 




Build failed in Jenkins: ActiveMQ-Trunk-Deploy #2121

2018-09-20 Thread Apache Jenkins Server
See 

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H26 (ubuntu xenial) in workspace 

 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/activemq.git # timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/activemq.git
 > git --version # timeout=10
 > git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/activemq.git 
 > +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://git-wip-us.apache.org/repos/asf/activemq.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
at hudson.scm.SCM.checkout(SCM.java:504)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1794)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags 
--progress https://git-wip-us.apache.org/repos/asf/activemq.git 
+refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: Could not read 1e31df9800fc2db258f2458628bd9863c11b2846
remote: Counting objects: 33829, done.
remote: Compressing objects:   0% (1/14292)   remote: Compressing 
objects:   1% (143/14292)   remote: Compressing objects:   2% 
(286/14292)   remote: Compressing objects:   3% (429/14292)   
remote: Compressing objects:   4% (572/14292)   remote: Compressing 
objects:   5% (715/14292)   remote: Compressing objects:   6% 
(858/14292)   remote: Compressing objects:   7% (1001/14292)   
remote: Compressing objects:   8% (1144/14292)   remote: Compressing 
objects:   9% (1287/14292)   remote: Compressing objects:  10% 
(1430/14292)   remote: Compressing objects:  11% (1573/14292)   
remote: Compressing objects:  12% (1716/14292)   remote: Compressing 
objects:  13% (1858/14292)   remote: Compressing objects:  14% 
(2001/14292)   remote: Compressing objects:  15% (2144/14292)   
remote: Compressing objects:  16% (2287/14292)   remote: Compressing 
objects:  17% (2430/14292)   remote: Compressing objects:  18% 
(2573/14292)   remote: Compressing objects:  19% (2716/14292)   
remote: Compressing objects:  20% (2859/14292)   remote: Compressing 
objects:  21% (3002/14292)   remote: Compressing objects:  22% 
(3145/14292)   remote: Compressing objects:  23% (3288/14292)   
remote: Compressing objects:  24% (3431/14292)   remote: Compressing 
objects:  25% (3573/14292)   remote: Compressing objects:  26% 
(3716/14292)   remote: Compressing objects:  27% (3859/14292)   
remote: Compressing objects:  28% (4002/14292)   remote: Compressing 
objects:  29% (4145/14292)   remote: Compressing objects:  30% 
(4288/14292)   remote: Compressing objects:  31% (4431/14292)   
remote: Compressing objects:  32% (4574/14292)   remote: Compressing 
objects:  33% (4717/14292)   remote: Compressing objects:  34% 
(4860/14292)   remote: Compressing objects:  35% (5003/14292)   
remote: Compressing objects:  36% (5146/14292)   remote: Compressing 
objects:  37% (5289/14292)   remote: Compressing objects:  38% 
(5431/14292)   remote: Compressing objects:  39% (5574/14292)   
remote: Compressing objects:  40% (5717/14292)   remote: Compressing 
objects:  41% (5860/14292)   remote: Compressing objects:  42% 
(6003/14292)   remote: Compressing objects:  43% (6146/14292)   
remote: Compressing objects:  44% (6289/14292)   remote: Compressing 
objects:  45% (6432/14292)   remote: Compressing objects:  46% 
(6575/14292)   remote: Compressing objects:  47% (6718/14292)   
remote: Compressing objects:  48% (6861/14292)   remote: Compressing 
objects:  49% (7004/14292)   remote: Compressing object

buildbot success in on activemq-site-production

2018-09-20 Thread buildbot
The Buildbot has detected a restored build on builder activemq-site-production 
while building . Full details are available at:
https://ci.apache.org/builders/activemq-site-production/builds/28247

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb-cms-slave

Build Reason: The Nightly scheduler named 'activemq-site-production' triggered 
this build
Build Source Stamp: [branch activemq/activemq-website] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot