See 
<https://builds.apache.org/job/pulsar-master/327/display/redirect?page=changes>

Changes:

[mmerli] Use log4j2 as slf4j binding for tests (#1295)

[mmerli] Add prefix setting for C++/Python reader (#1283)

[mmerli] Watch-znode script for docker image (#1289)

------------------------------------------
[...truncated 705.11 KB...]
[67/96] BatchMessageTest.testCumulativeAck (15524 ms)
[68/96] BasicEndToEndTest.testInvalidUrlPassed (44 ms)
[69/96] BasicEndToEndTest.testIamSoFancyCharactersInTopicName (837 ms)
[70/96] BasicEndToEndTest.testSubscribeCloseUnsubscribeSherpaScenario (583 ms)
[71/96] BasicEndToEndTest.testMessageTooBig (300 ms)
[72/96] BasicEndToEndTest.testProduceAndConsumeAfterClientClose (1998 ms)
[73/96] BasicEndToEndTest.testConfigurationFile (41 ms)
[74/96] BasicEndToEndTest.testCompressionLZ4 (545 ms)
[75/96] BasicEndToEndTest.testCompressionZLib (366 ms)
[76/96] BasicEndToEndTest.testNamespaceName (39 ms)
[77/96] BasicEndToEndTest.testConsumerClose (168 ms)
[78/96] BasicEndToEndTest.testPartitionedProducerConsumerSubscriptionName (1552 
ms)
[79/96] BasicEndToEndTest.testPartitionedProducerConsumer (1842 ms)
[80/96] BasicEndToEndTest.testSinglePartitionRoutingPolicy (1515 ms)
[81/96] BasicEndToEndTest.testRoundRobinRoutingPolicy (2547 ms)
[82/96] BatchMessageTest.testSmallReceiverQueueSize (21184 ms)
[83/96] BasicEndToEndTest.testDuplicateConsumerCreationOnPartitionedTopic (3474 
ms)
[84/96] BasicEndToEndTest.testProduceMessageSize (347 ms)
[85/96] BatchMessageTest.testPermits (20524 ms)
[86/96] BatchMessageTest.testProducerTimeout (23317 ms)
[87/96] ConsumerTest.consumerNotInitialized (39 ms)
[88/96] BasicEndToEndTest.testResendViaSendCallback (4048 ms)
[89/96] BasicEndToEndTest.testMessageListener (7016 ms)
[90/96] BatchMessageTest.testIndividualAck (25630 ms)
[91/96] BasicEndToEndTest.testStatsLatencies (11443 ms)
[92/96] BasicEndToEndTest.testEncryptionFailure (10477 ms)
[93/96] BatchMessageTest.testPartitionedTopics (34163 ms)
[94/96] BasicEndToEndTest.testRSAEncryption (20563 ms)
[95/96] BasicEndToEndTest.testHandlerReconnectionLogic (64287 ms)
[96/96] BasicEndToEndTest.testMessageListenerPause (231551 ms)
---- Running Python unit tests
...18:19:51.548 [0x7fbff00dd700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(63) - Created connection for 
pulsar://localhost:8885
18:19:51.550 [0x7fbfe4e2f700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(279) - [127.0.0.1:59064 -> 
127.0.0.1:8885] Connected to broker
18:19:51.561 [0x7fbfe4e2f700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns1/my-python-test-producer, ] Getting 
connection from pool
18:19:51.789 [0x7fbfe4e2f700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(154) - 
[persistent://sample/standalone/ns1/my-python-test-producer, ] Created producer 
on broker [127.0.0.1:59064 -> 127.0.0.1:8885] 
18:19:51.790 [0x7fbfe4e2f700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(466) - 
[persistent://sample/standalone/ns1/my-python-test-producer, standalone-0-69] 
Closed producer
.18:19:51.791 [0x7fbff00dd700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(63) - Created connection for 
pulsar://localhost:8885
18:19:51.791 [0x7fbfdf7fe700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(279) - [127.0.0.1:59072 -> 
127.0.0.1:8885] Connected to broker
18:19:51.799 [0x7fbfdf7fe700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns/my-python-topic-listener, my-sub, 0] Getting 
connection from pool
18:19:52.054 [0x7fbfdf7fe700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(166) - 
[persistent://sample/standalone/ns/my-python-topic-listener, my-sub, 0] Created 
consumer on broker [127.0.0.1:59072 -> 127.0.0.1:8885] 
18:19:52.068 [0x7fbfdf7fe700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns/my-python-topic-listener, ] Getting 
connection from pool
18:19:52.079 [0x7fbfdf7fe700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(154) - 
[persistent://sample/standalone/ns/my-python-topic-listener, ] Created producer 
on broker [127.0.0.1:59072 -> 127.0.0.1:8885] 
Got message: Message(prod=standalone-0-70, seq=0, publish_time=1519755592080, 
payload_size=7, msg_id=(152,0,-1), props={})
Got message: Message(prod=standalone-0-70, seq=1, publish_time=1519755592105, 
payload_size=7, msg_id=(152,1,-1), props={})
Got message: Message(prod=standalone-0-70, seq=2, publish_time=1519755592114, 
payload_size=7, msg_id=(152,2,-1), props={})
18:19:52.230 [0x7fbff00dd700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(466) - 
[persistent://sample/standalone/ns/my-python-topic-listener, standalone-0-70] 
Closed producer
18:19:52.231 [0x7fbfdf7fe700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(761) - 
[persistent://sample/standalone/ns/my-python-topic-listener, my-sub, 0] Closed 
consumer 0
...18:19:52.234 [0x7fbff00dd700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(63) - Created connection for 
pulsar://localhost:8885
18:19:52.235 [0x7fbfde7fc700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(279) - [127.0.0.1:59074 -> 
127.0.0.1:8885] Connected to broker
18:19:52.250 [0x7fbfde7fc700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns/my-python-topic-producer-consumer, my-sub, 
0] Getting connection from pool
18:19:52.741 [0x7fbfde7fc700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(166) - 
[persistent://sample/standalone/ns/my-python-topic-producer-consumer, my-sub, 
0] Created consumer on broker [127.0.0.1:59074 -> 127.0.0.1:8885] 
18:19:52.756 [0x7fbfde7fc700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns/my-python-topic-producer-consumer, ] Getting 
connection from pool
18:19:52.796 [0x7fbfde7fc700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(154) - 
[persistent://sample/standalone/ns/my-python-topic-producer-consumer, ] Created 
producer on broker [127.0.0.1:59074 -> 127.0.0.1:8885] 
18:19:52.938 [0x7fbfde7fc700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(466) - 
[persistent://sample/standalone/ns/my-python-topic-producer-consumer, 
standalone-0-71] Closed producer
18:19:52.939 [0x7fbfde7fc700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(761) - 
[persistent://sample/standalone/ns/my-python-topic-producer-consumer, my-sub, 
0] Closed consumer 0
.18:19:52.998 [0x7fbff00dd700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(63) - Created connection for 
pulsar://localhost:8885
18:19:53.004 [0x7fbfdd7fa700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(279) - [127.0.0.1:59078 -> 
127.0.0.1:8885] Connected to broker
18:19:53.011 [0x7fbfdd7fa700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns1/my-python-test-producer-deduplication-1519755593.0,
 my-producer-name] Getting connection from pool
18:19:53.286 [0x7fbfdd7fa700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(154) - 
[persistent://sample/standalone/ns1/my-python-test-producer-deduplication-1519755593.0,
 my-producer-name] Created producer on broker [127.0.0.1:59078 -> 
127.0.0.1:8885] 
18:19:53.290 [0x7fbfdd7fa700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns1/my-python-test-producer-deduplication-1519755593.0,
 my-sub, 0] Getting connection from pool
18:19:53.377 [0x7fbfdd7fa700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(166) - 
[persistent://sample/standalone/ns1/my-python-test-producer-deduplication-1519755593.0,
 my-sub, 0] Created consumer on broker [127.0.0.1:59078 -> 127.0.0.1:8885] 
18:19:54.430 [0x7fbfdd7fa700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(466) - 
[persistent://sample/standalone/ns1/my-python-test-producer-deduplication-1519755593.0,
 my-producer-name] Closed producer
18:19:54.433 [0x7fbfdd7fa700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns1/my-python-test-producer-deduplication-1519755593.0,
 my-producer-name] Getting connection from pool
18:19:54.435 [0x7fbfdd7fa700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(154) - 
[persistent://sample/standalone/ns1/my-python-test-producer-deduplication-1519755593.0,
 my-producer-name] Created producer on broker [127.0.0.1:59078 -> 
127.0.0.1:8885] 
.18:19:55.437 [0x7fbff00dd700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(63) - Created connection for 
pulsar://localhost:8885
18:19:55.438 [0x7fbfcf7fe700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(279) - [127.0.0.1:59084 -> 
127.0.0.1:8885] Connected to broker
18:19:55.441 [0x7fbfcf7fe700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns/my-python-topic, ] Getting connection from 
pool
18:19:55.576 [0x7fbfcf7fe700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(154) - 
[persistent://sample/standalone/ns/my-python-topic, ] Created producer on 
broker [127.0.0.1:59084 -> 127.0.0.1:8885] 
18:19:55.678 [0x7fbfcf7fe700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(466) - 
[persistent://sample/standalone/ns/my-python-topic, standalone-0-72] Closed 
producer
.18:19:55.680 [0x7fbff00dd700] WARN  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(96) - 
[persistent://sample/standalone/ns1/my-python-test-producer-deduplication-1519755593.0,
 my-sub, 0] Destroyed consumer which was not properly closed
18:19:55.719 [0x7fbff00dd700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(63) - Created connection for 
pulsar://localhost:8885
18:19:55.721 [0x7fbfcffff700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(279) - [127.0.0.1:59088 -> 
127.0.0.1:8885] Connected to broker
18:19:55.740 [0x7fbfcffff700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns1/my-python-test-producer-sequence-after-reconnection-1519755595.72,
 my-producer-name] Getting connection from pool
18:19:55.936 [0x7fbfcffff700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(154) - 
[persistent://sample/standalone/ns1/my-python-test-producer-sequence-after-reconnection-1519755595.72,
 my-producer-name] Created producer on broker [127.0.0.1:59088 -> 
127.0.0.1:8885] 
18:19:56.102 [0x7fbfcffff700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(466) - 
[persistent://sample/standalone/ns1/my-python-test-producer-sequence-after-reconnection-1519755595.72,
 my-producer-name] Closed producer
18:19:56.104 [0x7fbfcffff700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns1/my-python-test-producer-sequence-after-reconnection-1519755595.72,
 my-producer-name] Getting connection from pool
18:19:56.106 [0x7fbfcffff700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(154) - 
[persistent://sample/standalone/ns1/my-python-test-producer-sequence-after-reconnection-1519755595.72,
 my-producer-name] Created producer on broker [127.0.0.1:59088 -> 
127.0.0.1:8885] 
.18:19:56.194 [0x7fbff00dd700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(63) - Created connection for 
pulsar://localhost:8885
18:19:56.195 [0x7fbfcffff700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(279) - [127.0.0.1:59090 -> 
127.0.0.1:8885] Connected to broker
18:19:56.204 [0x7fbfcffff700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns1/my-python-test-producer, reader-d4cfc1, 0] 
Getting connection from pool
18:19:56.206 [0x7fbfcffff700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(166) - 
[persistent://sample/standalone/ns1/my-python-test-producer, reader-d4cfc1, 0] 
Created consumer on broker [127.0.0.1:59090 -> 127.0.0.1:8885] 
18:19:56.216 [0x7fbfcffff700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(761) - 
[persistent://sample/standalone/ns1/my-python-test-producer, reader-d4cfc1, 0] 
Closed consumer 0
.18:19:56.229 [0x7fbff00dd700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(63) - Created connection for 
pulsar://localhost:8885
18:19:56.236 [0x7fbfcdffb700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(279) - [127.0.0.1:59092 -> 
127.0.0.1:8885] Connected to broker
18:19:56.246 [0x7fbfcdffb700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-last-message, ] 
Getting connection from pool
18:19:56.352 [0x7fbfcdffb700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(154) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-last-message, ] 
Created producer on broker [127.0.0.1:59092 -> 127.0.0.1:8885] 
18:19:56.562 [0x7fbfcdffb700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-last-message, 
reader-37959e, 0] Getting connection from pool
18:19:56.565 [0x7fbfcdffb700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(166) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-last-message, 
reader-37959e, 0] Created consumer on broker [127.0.0.1:59092 -> 
127.0.0.1:8885] 
18:19:56.731 [0x7fbfcdffb700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(761) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-last-message, 
reader-37959e, 0] Closed consumer 0
18:19:56.732 [0x7fbfcdffb700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(466) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-last-message, 
standalone-0-73] Closed producer
.18:19:56.733 [0x7fbff00dd700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(63) - Created connection for 
pulsar://localhost:8885
18:19:56.735 [0x7fbfccff9700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(279) - [127.0.0.1:59094 -> 
127.0.0.1:8885] Connected to broker
18:19:56.745 [0x7fbfccff9700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message, 
] Getting connection from pool
18:19:56.888 [0x7fbfccff9700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(154) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message, 
] Created producer on broker [127.0.0.1:59094 -> 127.0.0.1:8885] 
18:19:57.003 [0x7fbfccff9700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message, 
reader-7ac257, 0] Getting connection from pool
18:19:57.017 [0x7fbfccff9700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(166) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message, 
reader-7ac257, 0] Created consumer on broker [127.0.0.1:59094 -> 
127.0.0.1:8885] 
18:19:57.041 [0x7fbfccff9700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message, 
reader-faddc0, 1] Getting connection from pool
18:19:57.057 [0x7fbfccff9700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(166) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message, 
reader-faddc0, 1] Created consumer on broker [127.0.0.1:59094 -> 
127.0.0.1:8885] 
18:19:57.088 [0x7fbfccff9700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(761) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message, 
reader-7ac257, 0] Closed consumer 0
18:19:57.093 [0x7fbfccff9700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(761) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message, 
reader-faddc0, 1] Closed consumer 1
18:19:57.097 [0x7fbfccff9700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(466) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message, 
standalone-0-74] Closed producer
.18:19:57.100 [0x7fbff00dd700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(63) - Created connection for 
pulsar://localhost:8885
18:19:57.108 [0x7fbfb37fe700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(279) - [127.0.0.1:59096 -> 
127.0.0.1:8885] Connected to broker
18:19:57.134 [0x7fbfb37fe700] INFO  
/pulsar/pulsar-client-cpp/lib/BatchMessageContainer.cc(41) - { BatchContainer 
[size = 0] [batchSizeInBytes_ = 0] [maxAllowedMessageBatchSizeInBytes_ = 
131072] [maxAllowedNumMessagesInBatch_ = 1000] [topicName = 
persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message-with-batches]
 [producerName_ = ] [batchSizeInBytes_ = 0] [numberOfBatchesSent = 0] 
[averageBatchSize = 0]} BatchMessageContainer constructed
18:19:57.135 [0x7fbfb37fe700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message-with-batches,
 ] Getting connection from pool
18:19:57.272 [0x7fbfb37fe700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(154) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message-with-batches,
 ] Created producer on broker [127.0.0.1:59096 -> 127.0.0.1:8885] 
18:19:58.303 [0x7fbfb37fe700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message-with-batches,
 reader-3901a0, 0] Getting connection from pool
18:19:58.306 [0x7fbfb37fe700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(166) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message-with-batches,
 reader-3901a0, 0] Created consumer on broker [127.0.0.1:59096 -> 
127.0.0.1:8885] 
18:19:58.310 [0x7fbfb37fe700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message-with-batches,
 reader-e74822, 1] Getting connection from pool
18:19:58.313 [0x7fbfb37fe700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(166) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message-with-batches,
 reader-e74822, 1] Created consumer on broker [127.0.0.1:59096 -> 
127.0.0.1:8885] 
18:19:58.315 [0x7fbfb37fe700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(761) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message-with-batches,
 reader-3901a0, 0] Closed consumer 0
18:19:58.316 [0x7fbfb37fe700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(761) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message-with-batches,
 reader-e74822, 1] Closed consumer 1
18:19:58.317 [0x7fbfb37fe700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(466) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message-with-batches,
 standalone-0-75] Closed producer
.18:19:58.318 [0x7fbff00dd700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(63) - Created connection for 
pulsar://localhost:8885
18:19:58.318 [0x7fbfb27fc700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(279) - [127.0.0.1:59098 -> 
127.0.0.1:8885] Connected to broker
18:19:58.329 [0x7fbfb27fc700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns/my-python-topic-reader-simple, 
reader-14b0af, 0] Getting connection from pool
18:19:58.482 [0x7fbfb27fc700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(166) - 
[persistent://sample/standalone/ns/my-python-topic-reader-simple, 
reader-14b0af, 0] Created consumer on broker [127.0.0.1:59098 -> 
127.0.0.1:8885] 
18:19:58.497 [0x7fbfb27fc700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns/my-python-topic-reader-simple, ] Getting 
connection from pool
18:19:58.569 [0x7fbfb27fc700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(154) - 
[persistent://sample/standalone/ns/my-python-topic-reader-simple, ] Created 
producer on broker [127.0.0.1:59098 -> 127.0.0.1:8885] 
18:19:58.730 [0x7fbfb27fc700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(761) - 
[persistent://sample/standalone/ns/my-python-topic-reader-simple, 
reader-14b0af, 0] Closed consumer 0
18:19:58.731 [0x7fbfb27fc700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(466) - 
[persistent://sample/standalone/ns/my-python-topic-reader-simple, 
standalone-0-76] Closed producer
.18:19:58.732 [0x7fbff00dd700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(63) - Created connection for 
pulsar://localhost:8885
18:19:58.737 [0x7fbfb17fa700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(279) - [127.0.0.1:59100 -> 
127.0.0.1:8885] Connected to broker
18:19:58.764 [0x7fbfb17fa700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(53) - 
[persistent://sample/standalone/ns/my-python-topic, ] Getting connection from 
pool
18:19:58.804 [0x7fbfb17fa700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(154) - 
[persistent://sample/standalone/ns/my-python-topic, ] Created producer on 
broker [127.0.0.1:59100 -> 127.0.0.1:8885] 
18:19:58.844 [0x7fbfb17fa700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(466) - 
[persistent://sample/standalone/ns/my-python-topic, standalone-0-77] Closed 
producer
.
----------------------------------------------------------------------
Ran 17 tests in 7.297s

OK
[pulsar-master] $ /bin/bash -xe /tmp/jenkins3909869935908410440.sh
+ echo 'Building Docker images'
Building Docker images
+ docker/build.sh
[INFO] Scanning for projects...
Downloading: 
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.10/wagon-ssh-external-2.10.pom
Progress (1): 2.1/4.3 kBProgress (1): 4.3 kB                        Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.10/wagon-ssh-external-2.10.pom
 (4.3 kB at 8.0 kB/s)
Downloading: 
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.10/wagon-ssh-external-2.10.jar
Progress (1): 2.1/15 kBProgress (1): 4.9/15 kBProgress (1): 7.7/15 kBProgress 
(1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      
Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.10/wagon-ssh-external-2.10.jar
 (15 kB at 518 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Pulsar :: Docker Images
[INFO] Apache Pulsar :: Docker Images :: Pulsar Latest Version
[INFO] Apache Pulsar :: Docker Images :: Grafana
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Pulsar :: Docker Images 2.0.0-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: 
http://repo1.maven.org/maven2/org/apache/pulsar/buildtools/2.0.0-incubating-SNAPSHOT/maven-metadata.xml
Downloading: 
http://repository.apache.org/snapshots/org/apache/pulsar/buildtools/2.0.0-incubating-SNAPSHOT/maven-metadata.xml
Downloading: 
https://raw.githubusercontent.com/yahoo/bookkeeper/mvn-repo/org/apache/pulsar/buildtools/2.0.0-incubating-SNAPSHOT/maven-metadata.xml
Downloading: 
http://repo1.maven.org/maven2/org/apache/pulsar/buildtools/2.0.0-incubating-SNAPSHOT/buildtools-2.0.0-incubating-SNAPSHOT.pom
Downloading: 
https://raw.githubusercontent.com/yahoo/bookkeeper/mvn-repo/org/apache/pulsar/buildtools/2.0.0-incubating-SNAPSHOT/buildtools-2.0.0-incubating-SNAPSHOT.pom
Downloading: 
http://repository.apache.org/snapshots/org/apache/pulsar/buildtools/2.0.0-incubating-SNAPSHOT/buildtools-2.0.0-incubating-SNAPSHOT.pom
[WARNING] The POM for 
org.apache.pulsar:buildtools:jar:2.0.0-incubating-SNAPSHOT is missing, no 
dependency information available
Downloading: 
http://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-slf4j-impl/2.10.0/log4j-slf4j-impl-2.10.0.pom
Progress (1): 4.1/7.7 kBProgress (1): 7.7 kB                        Downloaded: 
http://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-slf4j-impl/2.10.0/log4j-slf4j-impl-2.10.0.pom
 (7.7 kB at 406 kB/s)
Downloading: 
http://repo1.maven.org/maven2/org/testng/testng/6.13.1/testng-6.13.1.pom
Progress (1): 2.8 kB                    Downloaded: 
http://repo1.maven.org/maven2/org/testng/testng/6.13.1/testng-6.13.1.pom (2.8 
kB at 197 kB/s)
Downloading: 
http://repo1.maven.org/maven2/org/powermock/powermock-api-mockito/1.7.3/powermock-api-mockito-1.7.3.pom
Progress (1): 4.1/5.8 kBProgress (1): 5.8 kB                        Downloaded: 
http://repo1.maven.org/maven2/org/powermock/powermock-api-mockito/1.7.3/powermock-api-mockito-1.7.3.pom
 (5.8 kB at 344 kB/s)
Downloading: 
http://repo1.maven.org/maven2/org/powermock/powermock-api-mockito-common/1.7.3/powermock-api-mockito-common-1.7.3.pom
Progress (1): 1.4/6.4 kBProgress (1): 5.5/6.4 kBProgress (1): 6.4 kB            
            Downloaded: 
http://repo1.maven.org/maven2/org/powermock/powermock-api-mockito-common/1.7.3/powermock-api-mockito-common-1.7.3.pom
 (6.4 kB at 376 kB/s)
Downloading: 
http://repo1.maven.org/maven2/org/powermock/powermock-api-support/1.7.3/powermock-api-support-1.7.3.pom
Progress (1): 4.1/5.8 kBProgress (1): 5.8 kB                        Downloaded: 
http://repo1.maven.org/maven2/org/powermock/powermock-api-support/1.7.3/powermock-api-support-1.7.3.pom
 (5.8 kB at 307 kB/s)
Downloading: 
http://repo1.maven.org/maven2/org/powermock/powermock-reflect/1.7.3/powermock-reflect-1.7.3.pom
Progress (1): 4.1/5.7 kBProgress (1): 5.2/5.7 kBProgress (1): 5.7 kB            
            Downloaded: 
http://repo1.maven.org/maven2/org/powermock/powermock-reflect/1.7.3/powermock-reflect-1.7.3.pom
 (5.7 kB at 378 kB/s)
Downloading: 
http://repo1.maven.org/maven2/org/powermock/powermock-core/1.7.3/powermock-core-1.7.3.pom
Progress (1): 2.3/6.0 kBProgress (1): 6.0 kB                        Downloaded: 
http://repo1.maven.org/maven2/org/powermock/powermock-core/1.7.3/powermock-core-1.7.3.pom
 (6.0 kB at 377 kB/s)
Downloading: 
http://repo1.maven.org/maven2/org/powermock/powermock-module-testng/1.7.3/powermock-module-testng-1.7.3.pom
Progress (1): 2.3/6.0 kBProgress (1): 6.0 kB                        Downloaded: 
http://repo1.maven.org/maven2/org/powermock/powermock-module-testng/1.7.3/powermock-module-testng-1.7.3.pom
 (6.0 kB at 376 kB/s)
Downloading: 
http://repo1.maven.org/maven2/org/powermock/powermock-module-testng-common/1.7.3/powermock-module-testng-common-1.7.3.pom
Progress (1): 2.3/6.0 kBProgress (1): 6.0 kB                        Downloaded: 
http://repo1.maven.org/maven2/org/powermock/powermock-module-testng-common/1.7.3/powermock-module-testng-common-1.7.3.pom
 (6.0 kB at 377 kB/s)
Downloading: 
http://repo1.maven.org/maven2/org/projectlombok/lombok/1.16.20/lombok-1.16.20.pom
Progress (1): 1.6 kB                    Downloaded: 
http://repo1.maven.org/maven2/org/projectlombok/lombok/1.16.20/lombok-1.16.20.pom
 (1.6 kB at 105 kB/s)
Downloading: 
http://repo1.maven.org/maven2/org/apache/pulsar/buildtools/2.0.0-incubating-SNAPSHOT/buildtools-2.0.0-incubating-SNAPSHOT.jar
Downloading: 
http://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-slf4j-impl/2.10.0/log4j-slf4j-impl-2.10.0.jar
Downloading: 
http://repo1.maven.org/maven2/org/powermock/powermock-api-mockito/1.7.3/powermock-api-mockito-1.7.3.jar
Downloading: 
http://repo1.maven.org/maven2/org/testng/testng/6.13.1/testng-6.13.1.jar
Downloading: 
http://repo1.maven.org/maven2/org/powermock/powermock-api-mockito-common/1.7.3/powermock-api-mockito-common-1.7.3.jar
Progress (1): 4.1/24 kBProgress (1): 6.6/24 kBProgress (1): 11/24 kB Progress 
(1): 14/24 kBProgress (1): 18/24 kBProgress (1): 22/24 kBProgress (1): 24 kB   
Progress (2): 24 kB | 4.1/36 kBProgress (2): 24 kB | 6.6/36 kBProgress (2): 24 
kB | 11/36 kB Progress (2): 24 kB | 14/36 kBProgress (2): 24 kB | 18/36 
kBProgress (2): 24 kB | 22/36 kBProgress (2): 24 kB | 26/36 kBProgress (2): 24 
kB | 30/36 kBProgress (2): 24 kB | 34/36 kBProgress (2): 24 kB | 36 kB   
Progress (3): 24 kB | 36 kB | 4.1/86 kBProgress (3): 24 kB | 36 kB | 7.6/86 kB  
                                     Downloaded: 
http://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-slf4j-impl/2.10.0/log4j-slf4j-impl-2.10.0.jar
 (24 kB at 636 kB/s)
Progress (2): 36 kB | 12/86 kBProgress (2): 36 kB | 16/86 kBProgress (2): 36 kB 
| 20/86 kBProgress (2): 36 kB | 24/86 kBProgress (2): 36 kB | 28/86 kBProgress 
(2): 36 kB | 32/86 kBProgress (2): 36 kB | 36/86 kBProgress (2): 36 kB | 40/86 
kB                              Downloading: 
http://repo1.maven.org/maven2/org/powermock/powermock-api-support/1.7.3/powermock-api-support-1.7.3.jar
Progress (2): 36 kB | 43/86 kB                              Downloaded: 
http://repo1.maven.org/maven2/org/powermock/powermock-api-mockito-common/1.7.3/powermock-api-mockito-common-1.7.3.jar
 (36 kB at 991 kB/s)
Downloading: 
http://repo1.maven.org/maven2/org/powermock/powermock-module-testng/1.7.3/powermock-module-testng-1.7.3.jar
Progress (1): 47/86 kBProgress (1): 51/86 kBProgress (1): 55/86 kBProgress (1): 
59/86 kBProgress (1): 63/86 kBProgress (1): 67/86 kBProgress (1): 71/86 
kBProgress (1): 76/86 kBProgress (1): 80/86 kBProgress (1): 84/86 kBProgress 
(2): 84/86 kB | 4.1/822 kBProgress (2): 86 kB | 4.1/822 kB   Progress (2): 86 
kB | 6.6/822 kBProgress (2): 86 kB | 11/822 kB Progress (2): 86 kB | 14/822 
kBProgress (2): 86 kB | 18/822 kBProgress (2): 86 kB | 22/822 kBProgress (2): 
86 kB | 26/822 kBProgress (3): 86 kB | 26/822 kB | 4.1/23 kBProgress (3): 86 kB 
| 30/822 kB | 4.1/23 kBProgress (3): 86 kB | 30/822 kB | 8.2/23 kBProgress (3): 
86 kB | 34/822 kB | 8.2/23 kBProgress (3): 86 kB | 34/822 kB | 12/23 kB 
Progress (3): 86 kB | 38/822 kB | 12/23 kBProgress (3): 86 kB | 38/822 kB | 
16/23 kBProgress (3): 86 kB | 43/822 kB | 16/23 kBProgress (3): 86 kB | 43/822 
kB | 20/23 kB                                          Downloaded: 
http://repo1.maven.org/maven2/org/powermock/powermock-api-mockito/1.7.3/powermock-api-mockito-1.7.3.jar
 (86 kB at 1.8 MB/s)
Progress (2): 47/822 kB | 20/23 kBProgress (3): 47/822 kB | 20/23 kB | 4.1/16 
kB                                              Downloading: 
http://repo1.maven.org/maven2/org/powermock/powermock-core/1.7.3/powermock-core-1.7.3.jar
Progress (3): 47/822 kB | 23 kB | 4.1/16 kBProgress (3): 47/822 kB | 23 kB | 
6.6/16 kBProgress (3): 51/822 kB | 23 kB | 6.6/16 kBProgress (3): 51/822 kB | 
23 kB | 11/16 kB Progress (3): 55/822 kB | 23 kB | 11/16 kBProgress (3): 55/822 
kB | 23 kB | 15/16 kBProgress (3): 59/822 kB | 23 kB | 15/16 kBProgress (3): 
59/822 kB | 23 kB | 16 kB   Progress (3): 63/822 kB | 23 kB | 16 kBProgress 
(3): 67/822 kB | 23 kB | 16 kBProgress (3): 71/822 kB | 23 kB | 16 kBProgress 
(3): 75/822 kB | 23 kB | 16 kBProgress (3): 79/822 kB | 23 kB | 16 kBProgress 
(3): 83/822 kB | 23 kB | 16 kBProgress (3): 88/822 kB | 23 kB | 16 kBProgress 
(3): 92/822 kB | 23 kB | 16 kB                                       
Downloaded: 
http://repo1.maven.org/maven2/org/powermock/powermock-module-testng/1.7.3/powermock-module-testng-1.7.3.jar
 (16 kB at 250 kB/s)
Progress (3): 92/822 kB | 23 kB | 4.1/146 kBProgress (3): 92/822 kB | 23 kB | 
6.6/146 kB                                            Downloaded: 
http://repo1.maven.org/maven2/org/powermock/powermock-api-support/1.7.3/powermock-api-support-1.7.3.jar
 (23 kB at 359 kB/s)
Progress (2): 92/822 kB | 11/146 kB                                   
Downloading: 
http://repo1.maven.org/maven2/org/powermock/powermock-reflect/1.7.3/powermock-reflect-1.7.3.jar
Progress (2): 96/822 kB | 11/146 kBProgress (2): 96/822 kB | 15/146 kBProgress 
(2): 96/822 kB | 19/146 kBProgress (2): 96/822 kB | 23/146 kBProgress (2): 
96/822 kB | 27/146 kBProgress (2): 96/822 kB | 31/146 kBProgress (2): 96/822 kB 
| 35/146 kBProgress (2): 96/822 kB | 39/146 kB                                  
 Downloading: 
http://repo1.maven.org/maven2/org/powermock/powermock-module-testng-common/1.7.3/powermock-module-testng-common-1.7.3.jar
Progress (2): 96/822 kB | 43/146 kBProgress (3): 96/822 kB | 43/146 kB | 4.1/66 
kBProgress (3): 100/822 kB | 43/146 kB | 4.1/66 kBProgress (3): 100/822 kB | 
43/146 kB | 6.6/66 kBProgress (3): 100/822 kB | 48/146 kB | 6.6/66 kBProgress 
(3): 100/822 kB | 48/146 kB | 11/66 kB Progress (3): 104/822 kB | 48/146 kB | 
11/66 kBProgress (3): 104/822 kB | 48/146 kB | 15/66 kBProgress (3): 104/822 kB 
| 48/146 kB | 19/66 kBProgress (3): 104/822 kB | 48/146 kB | 23/66 kBProgress 
(3): 104/822 kB | 48/146 kB | 27/66 kBProgress (3): 104/822 kB | 48/146 kB | 
31/66 kBProgress (3): 104/822 kB | 52/146 kB | 31/66 kBProgress (3): 104/822 kB 
| 52/146 kB | 35/66 kBProgress (4): 104/822 kB | 52/146 kB | 35/66 kB | 4.1/7.5 
kBProgress (4): 104/822 kB | 52/146 kB | 35/66 kB | 7.5 kB    Progress (4): 
108/822 kB | 52/146 kB | 35/66 kB | 7.5 kBProgress (4): 108/822 kB | 52/146 kB 
| 39/66 kB | 7.5 kBProgress (4): 108/822 kB | 56/146 kB | 39/66 kB | 7.5 
kBProgress (4): 108/822 kB | 56/146 kB | 43/66 kB | 7.5 kBProgress (4): 108/822 
kB | 56/146 kB | 48/66 kB | 7.5 kBProgress (4): 112/822 kB | 56/146 kB | 48/66 
kB | 7.5 kBProgress (4): 112/822 kB | 56/146 kB | 52/66 kB | 7.5 kBProgress 
(4): 112/822 kB | 60/146 kB | 52/66 kB | 7.5 kBProgress (4): 112/822 kB | 
64/146 kB | 52/66 kB | 7.5 kBProgress (4): 112/822 kB | 68/146 kB | 52/66 kB | 
7.5 kBProgress (4): 112/822 kB | 72/146 kB | 52/66 kB | 7.5 kBProgress (4): 
112/822 kB | 76/146 kB | 52/66 kB | 7.5 kBProgress (4): 112/822 kB | 80/146 kB 
| 52/66 kB | 7.5 kBProgress (4): 112/822 kB | 84/146 kB | 52/66 kB | 7.5 
kBProgress (4): 112/822 kB | 89/146 kB | 52/66 kB | 7.5 kBProgress (4): 112/822 
kB | 93/146 kB | 52/66 kB | 7.5 kBProgress (4): 112/822 kB | 97/146 kB | 52/66 
kB | 7.5 kBProgress (4): 112/822 kB | 101/146 kB | 52/66 kB | 7.5 kBProgress 
(4): 112/822 kB | 105/146 kB | 52/66 kB | 7.5 kBProgress (4): 112/822 kB | 
109/146 kB | 52/66 kB | 7.5 kBProgress (4): 112/822 kB | 113/146 kB | 52/66 kB 
| 7.5 kBProgress (4): 112/822 kB | 113/146 kB | 56/66 kB | 7.5 kBProgress (4): 
116/822 kB | 113/146 kB | 56/66 kB | 7.5 kBProgress (4): 116/822 kB | 113/146 
kB | 60/66 kB | 7.5 kBProgress (4): 116/822 kB | 117/146 kB | 60/66 kB | 7.5 kB 
                                                        Downloaded: 
http://repo1.maven.org/maven2/org/powermock/powermock-module-testng-common/1.7.3/powermock-module-testng-common-1.7.3.jar
 (7.5 kB at 76 kB/s)
Downloading: 
http://repo1.maven.org/maven2/org/projectlombok/lombok/1.16.20/lombok-1.16.20.jar
Progress (3): 116/822 kB | 121/146 kB | 60/66 kBProgress (3): 116/822 kB | 
125/146 kB | 60/66 kBProgress (3): 116/822 kB | 129/146 kB | 60/66 kBProgress 
(3): 116/822 kB | 134/146 kB | 60/66 kBProgress (3): 116/822 kB | 138/146 kB | 
60/66 kBProgress (3): 116/822 kB | 142/146 kB | 60/66 kBProgress (3): 116/822 
kB | 146 kB | 60/66 kB    Progress (3): 116/822 kB | 146 kB | 64/66 kBProgress 
(3): 120/822 kB | 146 kB | 64/66 kBProgress (3): 120/822 kB | 146 kB | 66 kB   
Progress (3): 124/822 kB | 146 kB | 66 kBProgress (3): 129/822 kB | 146 kB | 66 
kBProgress (3): 133/822 kB | 146 kB | 66 kBProgress (3): 137/822 kB | 146 kB | 
66 kBProgress (3): 141/822 kB | 146 kB | 66 kBProgress (3): 145/822 kB | 146 kB 
| 66 kBProgress (3): 149/822 kB | 146 kB | 66 kBProgress (3): 153/822 kB | 146 
kB | 66 kBProgress (3): 157/822 kB | 146 kB | 66 kBProgress (3): 161/822 kB | 
146 kB | 66 kBProgress (3): 165/822 kB | 146 kB | 66 kBProgress (3): 170/822 kB 
| 146 kB | 66 kBProgress (3): 174/822 kB | 146 kB | 66 kBProgress (3): 178/822 
kB | 146 kB | 66 kBProgress (3): 182/822 kB | 146 kB | 66 kBProgress (3): 
186/822 kB | 146 kB | 66 kBProgress (3): 190/822 kB | 146 kB | 66 kBProgress 
(3): 194/822 kB | 146 kB | 66 kBProgress (3): 198/822 kB | 146 kB | 66 
kBProgress (3): 202/822 kB | 146 kB | 66 kBProgress (3): 206/822 kB | 146 kB | 
66 kBProgress (3): 210/822 kB | 146 kB | 66 kBProgress (3): 215/822 kB | 146 kB 
| 66 kBProgress (3): 219/822 kB | 146 kB | 66 kBProgress (3): 223/822 kB | 146 
kB | 66 kBProgress (3): 227/822 kB | 146 kB | 66 kBProgress (4): 227/822 kB | 
146 kB | 66 kB | 0/1.5 MB                                                    
Downloaded: 
http://repo1.maven.org/maven2/org/powermock/powermock-reflect/1.7.3/powermock-reflect-1.7.3.jar
 (66 kB at 601 kB/s)
Progress (3): 231/822 kB | 146 kB | 0/1.5 MBProgress (3): 231/822 kB | 146 kB | 
0/1.5 MBProgress (3): 235/822 kB | 146 kB | 0/1.5 MB                            
                Progress (3): 235/822 kB | 146 kB | 0/1.5 MBProgress (3): 
239/822 kB | 146 kB | 0/1.5 MBProgress (3): 243/822 kB | 146 kB | 0/1.5 
MBProgress (3): 247/822 kB | 146 kB | 0/1.5 MBProgress (3): 251/822 kB | 146 kB 
| 0/1.5 MBProgress (3): 256/822 kB | 146 kB | 0/1.5 MBProgress (3): 260/822 kB 
| 146 kB | 0/1.5 MBProgress (3): 260/822 kB | 146 kB | 0/1.5 MB                 
                           Downloaded: 
http://repo1.maven.org/maven2/org/powermock/powermock-core/1.7.3/powermock-core-1.7.3.jar
 (146 kB at 1.3 MB/s)
Progress (2): 264/822 kB | 0/1.5 MBProgress (2): 264/822 kB | 0/1.5 MBProgress 
(2): 264/822 kB | 0/1.5 MBProgress (2): 264/822 kB | 0/1.5 MBProgress (2): 
264/822 kB | 0/1.5 MBProgress (2): 264/822 kB | 0/1.5 MBProgress (2): 264/822 
kB | 0/1.5 MBProgress (2): 264/822 kB | 0/1.5 MBProgress (2): 264/822 kB | 
0/1.5 MBProgress (2): 264/822 kB | 0.1/1.5 MBProgress (2): 264/822 kB | 0.1/1.5 
MBProgress (2): 268/822 kB | 0.1/1.5 MBProgress (2): 272/822 kB | 0.1/1.5 
MBProgress (2): 276/822 kB | 0.1/1.5 MBProgress (2): 280/822 kB | 0.1/1.5 
MBProgress (2): 284/822 kB | 0.1/1.5 MBProgress (2): 288/822 kB | 0.1/1.5 
MBProgress (2): 292/822 kB | 0.1/1.5 MBProgress (2): 296/822 kB | 0.1/1.5 
MBProgress (2): 301/822 kB | 0.1/1.5 MBProgress (2): 305/822 kB | 0.1/1.5 
MBProgress (2): 309/822 kB | 0.1/1.5 MBProgress (2): 313/822 kB | 0.1/1.5 
MBProgress (2): 317/822 kB | 0.1/1.5 MBProgress (2): 321/822 kB | 0.1/1.5 
MBProgress (2): 325/822 kB | 0.1/1.5 MBProgress (2): 329/822 kB | 0.1/1.5 
MBProgress (2): 333/822 kB | 0.1/1.5 MBProgress (2): 337/822 kB | 0.1/1.5 
MBProgress (2): 342/822 kB | 0.1/1.5 MBProgress (2): 346/822 kB | 0.1/1.5 
MBProgress (2): 350/822 kB | 0.1/1.5 MBProgress (2): 354/822 kB | 0.1/1.5 
MBProgress (2): 358/822 kB | 0.1/1.5 MBProgress (2): 362/822 kB | 0.1/1.5 
MBProgress (2): 366/822 kB | 0.1/1.5 MBProgress (2): 370/822 kB | 0.1/1.5 
MBProgress (2): 374/822 kB | 0.1/1.5 MBProgress (2): 378/822 kB | 0.1/1.5 
MBProgress (2): 382/822 kB | 0.1/1.5 MBProgress (2): 387/822 kB | 0.1/1.5 
MBProgress (2): 391/822 kB | 0.1/1.5 MBProgress (2): 395/822 kB | 0.1/1.5 
MBProgress (2): 399/822 kB | 0.1/1.5 MBProgress (2): 403/822 kB | 0.1/1.5 
MBProgress (2): 403/822 kB | 0.1/1.5 MBProgress (2): 407/822 kB | 0.1/1.5 
MBProgress (2): 407/822 kB | 0.1/1.5 MBProgress (2): 411/822 kB | 0.1/1.5 
MBProgress (2): 411/822 kB | 0.1/1.5 MBProgress (2): 415/822 kB | 0.1/1.5 
MBProgress (2): 415/822 kB | 0.1/1.5 MBProgress (2): 419/822 kB | 0.1/1.5 
MBProgress (2): 419/822 kB | 0.1/1.5 MBProgress (2): 423/822 kB | 0.1/1.5 
MBProgress (2): 423/822 kB | 0.1/1.5 MBProgress (2): 428/822 kB | 0.1/1.5 
MBProgress (2): 428/822 kB | 0.1/1.5 MBProgress (2): 432/822 kB | 0.1/1.5 
MBProgress (2): 432/822 kB | 0.1/1.5 MBProgress (2): 436/822 kB | 0.1/1.5 
MBProgress (2): 436/822 kB | 0.1/1.5 MBProgress (2): 440/822 kB | 0.1/1.5 
MBProgress (2): 440/822 kB | 0.1/1.5 MBProgress (2): 444/822 kB | 0.1/1.5 
MBProgress (2): 444/822 kB | 0.1/1.5 MBProgress (2): 448/822 kB | 0.1/1.5 
MBProgress (2): 448/822 kB | 0.1/1.5 MBProgress (2): 452/822 kB | 0.1/1.5 
MBProgress (2): 452/822 kB | 0.1/1.5 MBProgress (2): 456/822 kB | 0.1/1.5 
MBProgress (2): 456/822 kB | 0.1/1.5 MBProgress (2): 460/822 kB | 0.1/1.5 
MBProgress (2): 460/822 kB | 0.1/1.5 MBProgress (2): 464/822 kB | 0.1/1.5 
MBProgress (2): 464/822 kB | 0.1/1.5 MBProgress (2): 469/822 kB | 0.1/1.5 
MBProgress (2): 469/822 kB | 0.1/1.5 MBProgress (2): 473/822 kB | 0.1/1.5 
MBProgress (2): 473/822 kB | 0.1/1.5 MBProgress (2): 477/822 kB | 0.1/1.5 
MBProgress (2): 477/822 kB | 0.1/1.5 MBProgress (2): 481/822 kB | 0.1/1.5 
MBProgress (2): 481/822 kB | 0.1/1.5 MBProgress (2): 485/822 kB | 0.1/1.5 
MBProgress (2): 485/822 kB | 0.1/1.5 MBProgress (2): 489/822 kB | 0.1/1.5 
MBProgress (2): 489/822 kB | 0.1/1.5 MBProgress (2): 493/822 kB | 0.1/1.5 
MBProgress (2): 493/822 kB | 0.2/1.5 MBProgress (2): 497/822 kB | 0.2/1.5 
MBProgress (2): 497/822 kB | 0.2/1.5 MBProgress (2): 501/822 kB | 0.2/1.5 
MBProgress (2): 501/822 kB | 0.2/1.5 MBProgress (2): 505/822 kB | 0.2/1.5 
MBProgress (2): 505/822 kB | 0.2/1.5 MBProgress (2): 509/822 kB | 0.2/1.5 
MBProgress (2): 509/822 kB | 0.2/1.5 MBProgress (2): 514/822 kB | 0.2/1.5 
MBProgress (2): 518/822 kB | 0.2/1.5 MBProgress (2): 518/822 kB | 0.2/1.5 
MBProgress (2): 522/822 kB | 0.2/1.5 MBProgress (2): 522/822 kB | 0.2/1.5 
MBProgress (2): 526/822 kB | 0.2/1.5 MBProgress (2): 526/822 kB | 0.2/1.5 
MBProgress (2): 530/822 kB | 0.2/1.5 MBProgress (2): 530/822 kB | 0.2/1.5 
MBProgress (2): 534/822 kB | 0.2/1.5 MBProgress (2): 534/822 kB | 0.2/1.5 
MBProgress (2): 538/822 kB | 0.2/1.5 MBProgress (2): 538/822 kB | 0.2/1.5 
MBProgress (2): 542/822 kB | 0.2/1.5 MBProgress (2): 542/822 kB | 0.2/1.5 
MBProgress (2): 546/822 kB | 0.2/1.5 MBProgress (2): 546/822 kB | 0.2/1.5 
MBProgress (2): 550/822 kB | 0.2/1.5 MBProgress (2): 550/822 kB | 0.2/1.5 
MBProgress (2): 555/822 kB | 0.2/1.5 MBProgress (2): 555/822 kB | 0.2/1.5 
MBProgress (2): 559/822 kB | 0.2/1.5 MBProgress (2): 559/822 kB | 0.2/1.5 
MBProgress (2): 559/822 kB | 0.2/1.5 MBProgress (2): 563/822 kB | 0.2/1.5 
MBProgress (2): 563/822 kB | 0.2/1.5 MBProgress (2): 567/822 kB | 0.2/1.5 
MBProgress (2): 567/822 kB | 0.2/1.5 MBProgress (2): 571/822 kB | 0.2/1.5 
MBProgress (2): 571/822 kB | 0.2/1.5 MBProgress (2): 575/822 kB | 0.2/1.5 
MBProgress (2): 575/822 kB | 0.2/1.5 MBProgress (2): 579/822 kB | 0.2/1.5 
MBProgress (2): 579/822 kB | 0.2/1.5 MBProgress (2): 583/822 kB | 0.2/1.5 
MBProgress (2): 583/822 kB | 0.2/1.5 MBProgress (2): 587/822 kB | 0.2/1.5 
MBProgress (2): 587/822 kB | 0.2/1.5 MBProgress (2): 591/822 kB | 0.2/1.5 
MBProgress (2): 591/822 kB | 0.2/1.5 MBProgress (2): 595/822 kB | 0.2/1.5 
MBProgress (2): 595/822 kB | 0.3/1.5 MBProgress (2): 600/822 kB | 0.3/1.5 
MBProgress (2): 600/822 kB | 0.3/1.5 MBProgress (2): 604/822 kB | 0.3/1.5 
MBProgress (2): 604/822 kB | 0.3/1.5 MBProgress (2): 608/822 kB | 0.3/1.5 
MBProgress (2): 608/822 kB | 0.3/1.5 MBProgress (2): 612/822 kB | 0.3/1.5 
MBProgress (2): 612/822 kB | 0.3/1.5 MBProgress (2): 616/822 kB | 0.3/1.5 
MBProgress (2): 616/822 kB | 0.3/1.5 MBProgress (2): 620/822 kB | 0.3/1.5 
MBProgress (2): 620/822 kB | 0.3/1.5 MBProgress (2): 624/822 kB | 0.3/1.5 
MBProgress (2): 624/822 kB | 0.3/1.5 MBProgress (2): 628/822 kB | 0.3/1.5 
MBProgress (2): 628/822 kB | 0.3/1.5 MBProgress (2): 632/822 kB | 0.3/1.5 
MBProgress (2): 632/822 kB | 0.3/1.5 MBProgress (2): 636/822 kB | 0.3/1.5 
MBProgress (2): 636/822 kB | 0.3/1.5 MBProgress (2): 641/822 kB | 0.3/1.5 
MBProgress (2): 641/822 kB | 0.3/1.5 MBProgress (2): 645/822 kB | 0.3/1.5 
MBProgress (2): 645/822 kB | 0.3/1.5 MBProgress (2): 649/822 kB | 0.3/1.5 
MBProgress (2): 649/822 kB | 0.3/1.5 MBProgress (2): 653/822 kB | 0.3/1.5 
MBProgress (2): 653/822 kB | 0.3/1.5 MBProgress (2): 657/822 kB | 0.3/1.5 
MBProgress (2): 657/822 kB | 0.3/1.5 MBProgress (2): 661/822 kB | 0.3/1.5 
MBProgress (2): 661/822 kB | 0.3/1.5 MBProgress (2): 665/822 kB | 0.3/1.5 
MBProgress (2): 665/822 kB | 0.3/1.5 MBProgress (2): 669/822 kB | 0.3/1.5 
MBProgress (2): 669/822 kB | 0.3/1.5 MBProgress (2): 673/822 kB | 0.3/1.5 
MBProgress (2): 673/822 kB | 0.3/1.5 MBProgress (2): 677/822 kB | 0.3/1.5 
MBProgress (2): 677/822 kB | 0.3/1.5 MBProgress (2): 682/822 kB | 0.3/1.5 
MBProgress (2): 682/822 kB | 0.3/1.5 MBProgress (2): 686/822 kB | 0.3/1.5 
MBProgress (2): 686/822 kB | 0.3/1.5 MBProgress (2): 690/822 kB | 0.3/1.5 
MBProgress (2): 690/822 kB | 0.3/1.5 MBProgress (2): 694/822 kB | 0.3/1.5 
MBProgress (2): 694/822 kB | 0.4/1.5 MBProgress (2): 698/822 kB | 0.4/1.5 
MBProgress (2): 698/822 kB | 0.4/1.5 MBProgress (2): 702/822 kB | 0.4/1.5 
MBProgress (2): 702/822 kB | 0.4/1.5 MBProgress (2): 706/822 kB | 0.4/1.5 
MBProgress (2): 706/822 kB | 0.4/1.5 MBProgress (2): 710/822 kB | 0.4/1.5 
MBProgress (2): 710/822 kB | 0.4/1.5 MBProgress (2): 714/822 kB | 0.4/1.5 
MBProgress (2): 714/822 kB | 0.4/1.5 MBProgress (2): 718/822 kB | 0.4/1.5 
MBProgress (2): 718/822 kB | 0.4/1.5 MBProgress (2): 722/822 kB | 0.4/1.5 
MBProgress (2): 722/822 kB | 0.4/1.5 MBProgress (2): 727/822 kB | 0.4/1.5 
MBProgress (2): 727/822 kB | 0.4/1.5 MBProgress (2): 731/822 kB | 0.4/1.5 
MBProgress (2): 731/822 kB | 0.4/1.5 MBProgress (2): 735/822 kB | 0.4/1.5 
MBProgress (2): 735/822 kB | 0.4/1.5 MBProgress (2): 739/822 kB | 0.4/1.5 
MBProgress (2): 739/822 kB | 0.4/1.5 MBProgress (2): 743/822 kB | 0.4/1.5 
MBProgress (2): 743/822 kB | 0.4/1.5 MBProgress (2): 747/822 kB | 0.4/1.5 
MBProgress (2): 747/822 kB | 0.4/1.5 MBProgress (2): 751/822 kB | 0.4/1.5 
MBProgress (2): 751/822 kB | 0.4/1.5 MBProgress (2): 755/822 kB | 0.4/1.5 
MBProgress (2): 755/822 kB | 0.4/1.5 MBProgress (2): 759/822 kB | 0.4/1.5 
MBProgress (2): 759/822 kB | 0.4/1.5 MBProgress (2): 763/822 kB | 0.4/1.5 
MBProgress (2): 763/822 kB | 0.4/1.5 MBProgress (2): 768/822 kB | 0.4/1.5 
MBProgress (2): 768/822 kB | 0.4/1.5 MBProgress (2): 772/822 kB | 0.4/1.5 
MBProgress (2): 772/822 kB | 0.4/1.5 MBProgress (2): 776/822 kB | 0.4/1.5 
MBProgress (2): 776/822 kB | 0.4/1.5 MBProgress (2): 780/822 kB | 0.4/1.5 
MBProgress (2): 780/822 kB | 0.4/1.5 MBProgress (2): 784/822 kB | 0.4/1.5 
MBProgress (2): 784/822 kB | 0.4/1.5 MBProgress (2): 788/822 kB | 0.4/1.5 
MBProgress (2): 788/822 kB | 0.4/1.5 MBProgress (2): 792/822 kB | 0.4/1.5 
MBProgress (2): 792/822 kB | 0.4/1.5 MBProgress (2): 796/822 kB | 0.4/1.5 
MBProgress (2): 796/822 kB | 0.5/1.5 MBProgress (2): 800/822 kB | 0.5/1.5 
MBProgress (2): 800/822 kB | 0.5/1.5 MBProgress (2): 804/822 kB | 0.5/1.5 
MBProgress (2): 804/822 kB | 0.5/1.5 MBProgress (2): 808/822 kB | 0.5/1.5 
MBProgress (2): 808/822 kB | 0.5/1.5 MBProgress (2): 813/822 kB | 0.5/1.5 
MBProgress (2): 813/822 kB | 0.5/1.5 MBProgress (2): 817/822 kB | 0.5/1.5 
MBProgress (2): 817/822 kB | 0.5/1.5 MBProgress (2): 821/822 kB | 0.5/1.5 
MBProgress (2): 821/822 kB | 0.5/1.5 MBProgress (2): 822 kB | 0.5/1.5 MB    
Progress (2): 822 kB | 0.5/1.5 MBProgress (2): 822 kB | 0.5/1.5 MBProgress (2): 
822 kB | 0.5/1.5 MBProgress (2): 822 kB | 0.5/1.5 MBProgress (2): 822 kB | 
0.5/1.5 MBProgress (2): 822 kB | 0.5/1.5 MBProgress (2): 822 kB | 0.5/1.5 
MBProgress (2): 822 kB | 0.5/1.5 MBProgress (2): 822 kB | 0.5/1.5 MBProgress 
(2): 822 kB | 0.5/1.5 MBProgress (2): 822 kB | 0.5/1.5 MBProgress (2): 822 kB | 
0.5/1.5 MBProgress (2): 822 kB | 0.5/1.5 MBProgress (2): 822 kB | 0.5/1.5 
MBProgress (2): 822 kB | 0.5/1.5 MBProgress (2): 822 kB | 0.5/1.5 MBProgress 
(2): 822 kB | 0.5/1.5 MBProgress (2): 822 kB | 0.6/1.5 MBProgress (2): 822 kB | 
0.6/1.5 MBProgress (2): 822 kB | 0.6/1.5 MBProgress (2): 822 kB | 0.6/1.5 
MBProgress (2): 822 kB | 0.6/1.5 MBProgress (2): 822 kB | 0.6/1.5 MBProgress 
(2): 822 kB | 0.6/1.5 MBProgress (2): 822 kB | 0.6/1.5 MBProgress (2): 822 kB | 
0.6/1.5 MBProgress (2): 822 kB | 0.6/1.5 MBProgress (2): 822 kB | 0.6/1.5 
MBProgress (2): 822 kB | 0.6/1.5 MBProgress (2): 822 kB | 0.6/1.5 MBProgress 
(2): 822 kB | 0.6/1.5 MBProgress (2): 822 kB | 0.6/1.5 MBProgress (2): 822 kB | 
0.6/1.5 MBProgress (2): 822 kB | 0.6/1.5 MBProgress (2): 822 kB | 0.6/1.5 
MBProgress (2): 822 kB | 0.6/1.5 MBProgress (2): 822 kB | 0.6/1.5 MBProgress 
(2): 822 kB | 0.6/1.5 MBProgress (2): 822 kB | 0.6/1.5 MBProgress (2): 822 kB | 
0.6/1.5 MBProgress (2): 822 kB | 0.6/1.5 MB                                 
Downloaded: 
http://repo1.maven.org/maven2/org/testng/testng/6.13.1/testng-6.13.1.jar (822 
kB at 5.1 MB/s)
Progress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 
MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 
MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 
MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 
MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 
MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 
MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 
MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 
MBProgress (1): 0.7/1.5 MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 
MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 
MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 
MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 
MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 
MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 
MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 
MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 
MBProgress (1): 0.8/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 
MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 
MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 
MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 
MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 
MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 
MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 
MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 
MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 1.0/1.5 
MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 
MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 
MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 
MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 
MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 
MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 
MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 
MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.1/1.5 
MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 
MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 
MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 
MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 
MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 
MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 
MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 
MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 MBProgress (1): 1.2/1.5 
MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 
MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 
MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 
MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 
MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 
MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 
MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 
MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 
MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 
MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 
MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 
MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 
MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 
MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 
MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 
MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 
MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 
MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 
MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 
MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 
MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 
MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 
MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 
MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 
MBProgress (1): 1.4/1.5 MBProgress (1): 1.5/1.5 MBProgress (1): 1.5/1.5 
MBProgress (1): 1.5/1.5 MBProgress (1): 1.5/1.5 MBProgress (1): 1.5/1.5 
MBProgress (1): 1.5/1.5 MBProgress (1): 1.5/1.5 MBProgress (1): 1.5/1.5 
MBProgress (1): 1.5/1.5 MBProgress (1): 1.5/1.5 MBProgress (1): 1.5/1.5 
MBProgress (1): 1.5/1.5 MBProgress (1): 1.5/1.5 MBProgress (1): 1.5/1.5 
MBProgress (1): 1.5/1.5 MBProgress (1): 1.5/1.5 MBProgress (1): 1.5/1.5 
MBProgress (1): 1.5/1.5 MBProgress (1): 1.5/1.5 MBProgress (1): 1.5 MB          
              Downloaded: 
http://repo1.maven.org/maven2/org/projectlombok/lombok/1.16.20/lombok-1.16.20.jar
 (1.5 MB at 7.8 MB/s)
Downloading: 
https://raw.githubusercontent.com/yahoo/bookkeeper/mvn-repo/org/apache/pulsar/buildtools/2.0.0-incubating-SNAPSHOT/buildtools-2.0.0-incubating-SNAPSHOT.jar
Downloading: 
http://repository.apache.org/snapshots/org/apache/pulsar/buildtools/2.0.0-incubating-SNAPSHOT/buildtools-2.0.0-incubating-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Pulsar :: Docker Images ..................... FAILURE [  1.946 s]
[INFO] Apache Pulsar :: Docker Images :: Pulsar Latest Version SKIPPED
[INFO] Apache Pulsar :: Docker Images :: Grafana .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.790 s
[INFO] Finished at: 2018-02-27T18:20:06Z
[INFO] Final Memory: 20M/1158M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project docker-images: Could not resolve 
dependencies for project 
org.apache.pulsar:docker-images:pom:2.0.0-incubating-SNAPSHOT: Could not find 
artifact org.apache.pulsar:buildtools:jar:2.0.0-incubating-SNAPSHOT in central 
(http://repo1.maven.org/maven2) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Pulsar :: Docker Images :: Pulsar Dashboard 
2.0.0-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: 
https://repo.maven.apache.org/maven2/com/spotify/dockerfile-maven-plugin/1.3.7/dockerfile-maven-plugin-1.3.7.pom
Progress (1): 2.2/5.1 kBProgress (1): 4.9/5.1 kBProgress (1): 5.1 kB            
            Downloaded: 
https://repo.maven.apache.org/maven2/com/spotify/dockerfile-maven-plugin/1.3.7/dockerfile-maven-plugin-1.3.7.pom
 (5.1 kB at 8.9 kB/s)
Downloading: 
https://repo.maven.apache.org/maven2/com/spotify/dockerfile-maven/1.3.7/dockerfile-maven-1.3.7.pom
Progress (1): 2.1 kB                    Downloaded: 
https://repo.maven.apache.org/maven2/com/spotify/dockerfile-maven/1.3.7/dockerfile-maven-1.3.7.pom
 (2.1 kB at 96 kB/s)
Downloading: 
https://repo.maven.apache.org/maven2/com/spotify/foss-root/6/foss-root-6.pom
Progress (1): 2.1/8.3 kBProgress (1): 4.9/8.3 kBProgress (1): 7.7/8.3 
kBProgress (1): 8.3 kB                        Downloaded: 
https://repo.maven.apache.org/maven2/com/spotify/foss-root/6/foss-root-6.pom 
(8.3 kB at 204 kB/s)
Downloading: 
https://repo.maven.apache.org/maven2/com/spotify/dockerfile-maven-plugin/1.3.7/dockerfile-maven-plugin-1.3.7.jar
Progress (1): 2.1/36 kBProgress (1): 4.9/36 kBProgress (1): 7.7/36 kBProgress 
(1): 10/36 kB Progress (1): 13/36 kBProgress (1): 16/36 kBProgress (1): 19/36 
kBProgress (1): 21/36 kBProgress (1): 24/36 kBProgress (1): 27/36 kBProgress 
(1): 30/36 kBProgress (1): 32/36 kBProgress (1): 35/36 kBProgress (1): 36 kB    
                  Downloaded: 
https://repo.maven.apache.org/maven2/com/spotify/dockerfile-maven-plugin/1.3.7/dockerfile-maven-plugin-1.3.7.jar
 (36 kB at 799 kB/s)
[WARNING] The POM for 
org.apache.pulsar:buildtools:jar:2.0.0-incubating-SNAPSHOT is missing, no 
dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.096 s
[INFO] Finished at: 2018-02-27T18:20:10Z
[INFO] Final Memory: 20M/1157M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project dashboard-docker-image: Could not 
resolve dependencies for project 
org.apache.pulsar:dashboard-docker-image:pom:2.0.0-incubating-SNAPSHOT: Failure 
to find org.apache.pulsar:buildtools:jar:2.0.0-incubating-SNAPSHOT in 
http://repo1.maven.org/maven2 was cached in the local repository, resolution 
will not be reattempted until the update interval of central has elapsed or 
updates are forced -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Build step 'Execute shell' marked build as failure

Reply via email to