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

Changes:

[mmerli] fix types under k8s dir (#948)

[mmerli] Remove `apache-rat:check` from travis ci (#947)

------------------------------------------
[...truncated 324.20 KB...]
[36/90] DestinationNameTest.testExtraSlashes (28 ms)
[37/90] DestinationNameTest.testEmptyClusterName (26 ms)
[38/90] DestinationNameTest.testDestinationNameWithSlashes (27 ms)
[39/90] DestinationNameTest.testDestinationName (24 ms)
[40/90] DestinationNameTest.testLookup (24 ms)
[41/90] BasicEndToEndTest.testResendViaSendCallback (4106 ms)
[42/90] BasicEndToEndTest.testMultipleClientsMultipleSubscriptions (2079 ms)
[43/90] ClientDeduplicationTest.testProducerDeduplication (2219 ms)
[44/90] AuthPluginTest.testTls (6339 ms)
[45/90] BasicEndToEndTest.testBatchMessages (5343 ms)
[46/90] BasicEndToEndTest.testStatsLatencies (11983 ms)
[47/90] BatchMessageTest.testBatchSizeInBytes (5077 ms)
[48/90] BatchMessageTest.testMixedAck (15085 ms)
[49/90] BatchMessageTest.testProducerConfig (26 ms)
[50/90] ConsumerTest.consumerNotInitialized (21 ms)
[51/90] BlockingQueueTest.testReservedSpot (22 ms)
[52/90] BatchMessageTest.testCumulativeAck (15093 ms)
[53/90] BlockingQueueTest.testBlockingConsumer (28 ms)
[54/90] BlockingQueueTest.testBlockingProducer (27 ms)
[55/90] BlockingQueueTest.testQueueOperations (24 ms)
[56/90] BlockingQueueTest.testBasic (24 ms)
[57/90] BackoffTest.ignoringMandatoryStopTest (25 ms)
[58/90] BackoffTest.mandatoryStopTest (22 ms)
[59/90] BackoffTest.maxTest (22 ms)
[60/90] BackoffTest.basicTest (24 ms)
[61/90] BackoffTest.firstBackoffTimerTest (324 ms)
[62/90] BackoffTest.mandatoryStopTestNegativeTest (28 ms)
[63/90] ReaderTest.testReaderOnSpecificMessageWithBatches (1059 ms)
[64/90] ReaderTest.testReaderOnSpecificMessage (71 ms)
[65/90] ReaderTest.testReaderOnLastMessage (89 ms)
[66/90] ReaderTest.testMultipleReaders (73 ms)
[67/90] ReaderTest.testReaderAfterMessagesWerePublished (65 ms)
[68/90] ReaderTest.testSimpleReader (77 ms)
[69/90] NamespaceNameTest.testNamespaceName (26 ms)
[70/90] BinaryLookupServiceTest.basicLookup (30 ms)
[71/90] LatchTest.testTimedWait (125 ms)
[72/90] LatchTest.testLatchCount (76 ms)
[73/90] BlockingQueueTest.testTimeout (3023 ms)
[74/90] UrlTest.testUrl (26 ms)
[75/90] LatchTest.testCountDown (77 ms)
[76/90] MessageTest.testProperties (27 ms)
[77/90] MessageTest.testAllocatedContents (27 ms)
[78/90] MessageTest.testMessageContents (25 ms)
[79/90] BatchMessageTest.testPermits (20126 ms)
[80/90] ConsumerStatsTest.testFailure (133 ms)
[81/90] ConsumerStatsTest.testCachingMechanism (4161 ms)
[82/90] ConsumerStatsTest.testBacklogInfo (3668 ms)
[83/90] BatchMessageTest.testSmallReceiverQueueSize (20207 ms)
[84/90] ConsumerStatsTest.testAsyncCallOnPartitionedTopic (5959 ms)
[85/90] BatchMessageTest.testIndividualAck (25107 ms)
[86/90] BatchMessageTest.testPartitionedTopics (33649 ms)
[87/90] BatchMessageTest.testProducerTimeout (21075 ms)
[88/90] BasicEndToEndTest.testMessageListener (62981 ms)
[89/90] BasicEndToEndTest.testMessageListenerPause (62982 ms)
[90/90] BasicEndToEndTest.testHandlerReconnectionLogic (64398 ms)
---- Running Python unit tests
.11:09:55.204 [0x7fccb6e7c700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(64) - Created connection for 
pulsar://localhost:8885
11:09:55.205 [0x7fccabbf1700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(267) - [127.0.0.1:58270 -> 
127.0.0.1:8885] Connected to broker
11:09:55.209 [0x7fccabbf1700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns/my-python-topic-listener, my-sub, 0] Getting 
connection from pool
11:09:55.243 [0x7fccabbf1700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(172) - 
[persistent://sample/standalone/ns/my-python-topic-listener, my-sub, 0] Created 
consumer on broker [127.0.0.1:58270 -> 127.0.0.1:8885] 
11:09:55.245 [0x7fccabbf1700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns/my-python-topic-listener, ] Getting 
connection from pool
11:09:55.248 [0x7fccabbf1700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(139) - 
[persistent://sample/standalone/ns/my-python-topic-listener, ] Created producer 
on broker [127.0.0.1:58270 -> 127.0.0.1:8885] 
Got message: Message(prod=standalone-0-66, seq=0, publish_time=1512644995248, 
payload_size=7, msg_id=(147,0,-1), props={})
Got message: Message(prod=standalone-0-66, seq=1, publish_time=1512644995251, 
payload_size=7, msg_id=(147,1,-1), props={})
Got message: Message(prod=standalone-0-66, seq=2, publish_time=1512644995253, 
payload_size=7, msg_id=(147,2,-1), props={})
11:09:55.358 [0x7fccabbf1700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(444) - 
[persistent://sample/standalone/ns/my-python-topic-listener, standalone-0-66] 
Closed producer
11:09:55.358 [0x7fccabbf1700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(724) - 
[persistent://sample/standalone/ns/my-python-topic-listener, my-sub, 0] Closed 
consumer 0
..11:09:55.359 [0x7fccb6e7c700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(64) - Created connection for 
pulsar://localhost:8885
11:09:55.359 [0x7fccaa9dd700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(267) - [127.0.0.1:58271 -> 
127.0.0.1:8885] Connected to broker
11:09:55.361 [0x7fccaa9dd700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns/my-python-topic-producer-consumer, my-sub, 
0] Getting connection from pool
11:09:55.396 [0x7fccaa9dd700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(172) - 
[persistent://sample/standalone/ns/my-python-topic-producer-consumer, my-sub, 
0] Created consumer on broker [127.0.0.1:58271 -> 127.0.0.1:8885] 
11:09:55.398 [0x7fccaa9dd700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns/my-python-topic-producer-consumer, ] Getting 
connection from pool
11:09:55.401 [0x7fccaa9dd700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(139) - 
[persistent://sample/standalone/ns/my-python-topic-producer-consumer, ] Created 
producer on broker [127.0.0.1:58271 -> 127.0.0.1:8885] 
11:09:55.509 [0x7fccaa9dd700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(444) - 
[persistent://sample/standalone/ns/my-python-topic-producer-consumer, 
standalone-0-67] Closed producer
11:09:55.510 [0x7fccaa9dd700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(724) - 
[persistent://sample/standalone/ns/my-python-topic-producer-consumer, my-sub, 
0] Closed consumer 0
.11:09:55.528 [0x7fccb6e7c700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(64) - Created connection for 
pulsar://localhost:8885
11:09:55.529 [0x7fcca99db700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(267) - [127.0.0.1:58273 -> 
127.0.0.1:8885] Connected to broker
11:09:55.532 [0x7fcca99db700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns1/my-python-test-producer-deduplication-1512644995.53,
 my-producer-name] Getting connection from pool
11:09:55.558 [0x7fcca99db700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(139) - 
[persistent://sample/standalone/ns1/my-python-test-producer-deduplication-1512644995.53,
 my-producer-name] Created producer on broker [127.0.0.1:58273 -> 
127.0.0.1:8885] 
11:09:55.560 [0x7fcca99db700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns1/my-python-test-producer-deduplication-1512644995.53,
 my-sub, 0] Getting connection from pool
11:09:55.568 [0x7fcca99db700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(172) - 
[persistent://sample/standalone/ns1/my-python-test-producer-deduplication-1512644995.53,
 my-sub, 0] Created consumer on broker [127.0.0.1:58273 -> 127.0.0.1:8885] 
11:09:56.580 [0x7fcca99db700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(444) - 
[persistent://sample/standalone/ns1/my-python-test-producer-deduplication-1512644995.53,
 my-producer-name] Closed producer
11:09:56.582 [0x7fcca99db700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns1/my-python-test-producer-deduplication-1512644995.53,
 my-producer-name] Getting connection from pool
11:09:56.583 [0x7fcca99db700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(139) - 
[persistent://sample/standalone/ns1/my-python-test-producer-deduplication-1512644995.53,
 my-producer-name] Created producer on broker [127.0.0.1:58273 -> 
127.0.0.1:8885] 
.11:09:57.585 [0x7fccb6e7c700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(64) - Created connection for 
pulsar://localhost:8885
11:09:57.585 [0x7fcc93fff700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(267) - [127.0.0.1:58278 -> 
127.0.0.1:8885] Connected to broker
11:09:57.588 [0x7fcc93fff700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns/my-python-topic, ] Getting connection from 
pool
11:09:57.597 [0x7fcc93fff700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(139) - 
[persistent://sample/standalone/ns/my-python-topic, ] Created producer on 
broker [127.0.0.1:58278 -> 127.0.0.1:8885] 
11:09:57.698 [0x7fcc93fff700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(444) - 
[persistent://sample/standalone/ns/my-python-topic, standalone-0-68] Closed 
producer
.11:09:57.708 [0x7fccb6e7c700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(64) - Created connection for 
pulsar://localhost:8885
11:09:57.709 [0x7fcc92ffd700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(267) - [127.0.0.1:58280 -> 
127.0.0.1:8885] Connected to broker
11:09:57.712 [0x7fcc92ffd700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns1/my-python-test-producer-sequence-after-reconnection-1512644997.71,
 my-producer-name] Getting connection from pool
11:09:57.736 [0x7fcc92ffd700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(139) - 
[persistent://sample/standalone/ns1/my-python-test-producer-sequence-after-reconnection-1512644997.71,
 my-producer-name] Created producer on broker [127.0.0.1:58280 -> 
127.0.0.1:8885] 
11:09:57.759 [0x7fcc92ffd700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(444) - 
[persistent://sample/standalone/ns1/my-python-test-producer-sequence-after-reconnection-1512644997.71,
 my-producer-name] Closed producer
11:09:57.760 [0x7fcc92ffd700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns1/my-python-test-producer-sequence-after-reconnection-1512644997.71,
 my-producer-name] Getting connection from pool
11:09:57.761 [0x7fcc92ffd700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(139) - 
[persistent://sample/standalone/ns1/my-python-test-producer-sequence-after-reconnection-1512644997.71,
 my-producer-name] Created producer on broker [127.0.0.1:58280 -> 
127.0.0.1:8885] 
.11:09:57.783 [0x7fccb6e7c700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(64) - Created connection for 
pulsar://localhost:8885
11:09:57.784 [0x7fcc92ffd700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(267) - [127.0.0.1:58281 -> 
127.0.0.1:8885] Connected to broker
11:09:57.786 [0x7fcc92ffd700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-last-message, ] 
Getting connection from pool
11:09:57.795 [0x7fcc92ffd700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(139) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-last-message, ] 
Created producer on broker [127.0.0.1:58281 -> 127.0.0.1:8885] 
11:09:57.820 [0x7fcc92ffd700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-last-message, 
reader-d0b7c9, 0] Getting connection from pool
11:09:57.822 [0x7fcc92ffd700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(172) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-last-message, 
reader-d0b7c9, 0] Created consumer on broker [127.0.0.1:58281 -> 
127.0.0.1:8885] 
11:09:57.847 [0x7fcc92ffd700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(724) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-last-message, 
reader-d0b7c9, 0] Closed consumer 0
11:09:57.848 [0x7fcc92ffd700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(444) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-last-message, 
standalone-0-69] Closed producer
.11:09:57.849 [0x7fccb6e7c700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(64) - Created connection for 
pulsar://localhost:8885
11:09:57.849 [0x7fcc917fa700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(267) - [127.0.0.1:58282 -> 
127.0.0.1:8885] Connected to broker
11:09:57.851 [0x7fcc917fa700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message, 
] Getting connection from pool
11:09:57.860 [0x7fcc917fa700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(139) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message, 
] Created producer on broker [127.0.0.1:58282 -> 127.0.0.1:8885] 
11:09:57.885 [0x7fcc917fa700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message, 
reader-918c94, 0] Getting connection from pool
11:09:57.887 [0x7fcc917fa700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(172) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message, 
reader-918c94, 0] Created consumer on broker [127.0.0.1:58282 -> 
127.0.0.1:8885] 
11:09:57.890 [0x7fcc917fa700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message, 
reader-4b10e3, 1] Getting connection from pool
11:09:57.892 [0x7fcc917fa700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(172) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message, 
reader-4b10e3, 1] Created consumer on broker [127.0.0.1:58282 -> 
127.0.0.1:8885] 
11:09:57.894 [0x7fcc917fa700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(724) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message, 
reader-918c94, 0] Closed consumer 0
11:09:57.894 [0x7fcc917fa700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(724) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message, 
reader-4b10e3, 1] Closed consumer 1
11:09:57.895 [0x7fcc917fa700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(444) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message, 
standalone-0-70] Closed producer
.11:09:57.895 [0x7fccb6e7c700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(64) - Created connection for 
pulsar://localhost:8885
11:09:57.896 [0x7fcc7bfff700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(267) - [127.0.0.1:58283 -> 
127.0.0.1:8885] Connected to broker
11:09:57.898 [0x7fcc7bfff700] 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
11:09:57.898 [0x7fcc7bfff700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message-with-batches,
 ] Getting connection from pool
11:09:57.908 [0x7fcc7bfff700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(139) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message-with-batches,
 ] Created producer on broker [127.0.0.1:58283 -> 127.0.0.1:8885] 
11:09:58.914 [0x7fcc7bfff700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message-with-batches,
 reader-57af90, 0] Getting connection from pool
11:09:58.916 [0x7fcc7bfff700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(172) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message-with-batches,
 reader-57af90, 0] Created consumer on broker [127.0.0.1:58283 -> 
127.0.0.1:8885] 
11:09:58.919 [0x7fcc7bfff700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message-with-batches,
 reader-3ebbca, 1] Getting connection from pool
11:09:58.922 [0x7fcc7bfff700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(172) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message-with-batches,
 reader-3ebbca, 1] Created consumer on broker [127.0.0.1:58283 -> 
127.0.0.1:8885] 
11:09:58.924 [0x7fcc7bfff700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(724) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message-with-batches,
 reader-57af90, 0] Closed consumer 0
11:09:58.924 [0x7fcc7bfff700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(724) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message-with-batches,
 reader-3ebbca, 1] Closed consumer 1
11:09:58.925 [0x7fcc7bfff700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(444) - 
[persistent://sample/standalone/ns/my-python-topic-reader-on-specific-message-with-batches,
 standalone-0-71] Closed producer
.11:09:58.925 [0x7fccb6e7c700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(64) - Created connection for 
pulsar://localhost:8885
11:09:58.926 [0x7fcc7affd700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(267) - [127.0.0.1:58285 -> 
127.0.0.1:8885] Connected to broker
11:09:58.929 [0x7fcc7affd700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns/my-python-topic-reader-simple, 
reader-b4a78f, 0] Getting connection from pool
11:09:58.940 [0x7fcc7affd700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(172) - 
[persistent://sample/standalone/ns/my-python-topic-reader-simple, 
reader-b4a78f, 0] Created consumer on broker [127.0.0.1:58285 -> 
127.0.0.1:8885] 
11:09:58.942 [0x7fcc7affd700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns/my-python-topic-reader-simple, ] Getting 
connection from pool
11:09:58.945 [0x7fcc7affd700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(139) - 
[persistent://sample/standalone/ns/my-python-topic-reader-simple, ] Created 
producer on broker [127.0.0.1:58285 -> 127.0.0.1:8885] 
11:09:59.053 [0x7fcc7affd700] INFO  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(724) - 
[persistent://sample/standalone/ns/my-python-topic-reader-simple, 
reader-b4a78f, 0] Closed consumer 0
11:09:59.054 [0x7fcc7affd700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(444) - 
[persistent://sample/standalone/ns/my-python-topic-reader-simple, 
standalone-0-72] Closed producer
.11:09:59.054 [0x7fccb6e7c700] INFO  
/pulsar/pulsar-client-cpp/lib/ConnectionPool.cc(64) - Created connection for 
pulsar://localhost:8885
11:09:59.055 [0x7fcc79ffb700] INFO  
/pulsar/pulsar-client-cpp/lib/ClientConnection.cc(267) - [127.0.0.1:58288 -> 
127.0.0.1:8885] Connected to broker
11:09:59.058 [0x7fcc79ffb700] INFO  
/pulsar/pulsar-client-cpp/lib/HandlerBase.cc(58) - 
[persistent://sample/standalone/ns/my-python-topic, ] Getting connection from 
pool
11:09:59.061 [0x7fcc79ffb700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(139) - 
[persistent://sample/standalone/ns/my-python-topic, ] Created producer on 
broker [127.0.0.1:58288 -> 127.0.0.1:8885] 
11:09:59.065 [0x7fcc79ffb700] INFO  
/pulsar/pulsar-client-cpp/lib/ProducerImpl.cc(444) - 
[persistent://sample/standalone/ns/my-python-topic, standalone-0-73] Closed 
producer
.
----------------------------------------------------------------------
Ran 12 tests in 3.862s

OK
11:09:59.069 [0x7fccb6e7c700] WARN  
/pulsar/pulsar-client-cpp/lib/ConsumerImpl.cc(89) - 
[persistent://sample/standalone/ns1/my-python-test-producer-deduplication-1512644995.53,
 my-sub, 0] Destroyed consumer which was not properly closed
[pulsar-master] $ /bin/bash -xe /tmp/jenkins4767470800281148555.sh
+ echo 'Building Docker images'
Building Docker images
+ docker/build.sh
Pulsar version: 1.22.0-incubating-SNAPSHOT
Using Pulsar binary package at 
<https://builds.apache.org/job/pulsar-master/ws/all/target/apache-pulsar-1.22.0-incubating-SNAPSHOT-bin.tar.gz>
Sending build context to Docker daemon  48.99MB
Step 1/11 : FROM openjdk:8-jdk
 ---> 377371113dab
Step 2/11 : RUN apt-get update && apt-get install -y netcat dnsutils
 ---> Using cache
 ---> 855ca78d88c7
Step 3/11 : ARG VERSION
 ---> Using cache
 ---> 5d03e2d456b7
Step 4/11 : ADD apache-pulsar-${VERSION}-bin.tar.gz /
 ---> 05faa7eb58e8
Removing intermediate container 9777ad3e2a7e
Step 5/11 : RUN mv /apache-pulsar-${VERSION} /pulsar
 ---> Running in 22dfe24b59ba
 ---> 58547908cf76
Removing intermediate container 22dfe24b59ba
Step 6/11 : COPY scripts/apply-config-from-env.py /pulsar/bin
 ---> da9542e9cbdc
Removing intermediate container 1b3877a01af6
Step 7/11 : COPY scripts/generate-zookeeper-config.sh /pulsar/bin
 ---> ba829bb594d9
Removing intermediate container 70ffedc65e3d
Step 8/11 : COPY scripts/pulsar-zookeeper-ruok.sh /pulsar/bin
 ---> 92f7f4d69915
Removing intermediate container e8a619db589f
Step 9/11 : WORKDIR /pulsar
 ---> 2f48487b6057
Removing intermediate container 4bf00b69bf31
Step 10/11 : VOLUME /pulsar/conf /pulsar/data
 ---> Running in 212a1775887b
 ---> 1d93d064cc4e
Removing intermediate container 212a1775887b
Step 11/11 : ENV PULSAR_ROOT_LOGGER INFO,CONSOLE
 ---> Running in 7e628c93ab8c
 ---> 182a9f6636db
Removing intermediate container 7e628c93ab8c
Successfully built 182a9f6636db
Successfully tagged pulsar:latest
Sending build context to Docker daemon  206.3kB
Step 1/7 : FROM grafana/grafana:4.3.1
 ---> 2cdb407c0fa4
Step 2/7 : COPY grafana.ini /etc/grafana/grafana.ini
 ---> Using cache
 ---> d1661455e139
Step 3/7 : COPY dashboards/* /var/lib/grafana/dashboards/
 ---> Using cache
 ---> 8311e1ca871a
Step 4/7 : COPY start.sh /start.sh
 ---> Using cache
 ---> f10005d246f1
Step 5/7 : EXPOSE 3000
 ---> Using cache
 ---> 0ac1928e4d00
Step 6/7 : ENV PROMETHEUS_URL http://prometheus:9090
 ---> Using cache
 ---> f1e344553565
Step 7/7 : ENTRYPOINT /start.sh
 ---> Using cache
 ---> 6ee43a25b425
Successfully built 6ee43a25b425
Successfully tagged pulsar-grafana:latest
Sending build context to Docker daemon  137.2kB
Step 1/15 : FROM python:2.7
 ---> bd2db1324f76
Step 2/15 : MAINTAINER Pulsar
 ---> Using cache
 ---> d6ed60d84049
Step 3/15 : RUN apt-get update
 ---> Using cache
 ---> 4ba0987f9d67
Step 4/15 : RUN apt-get -y install postgresql python sudo nginx supervisor
 ---> Using cache
 ---> d5d206f978ee
Step 5/15 : RUN pip install uwsgi Django psycopg2 pytz requests
 ---> Running in 2fab08e7f920
Collecting uwsgi
  Downloading uwsgi-2.0.15.tar.gz (795kB)
Collecting Django
  Downloading Django-2.0.tar.gz (8.0MB)
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-3NCnOE/Django/setup.py", line 32, in <module>
        version = __import__('django').get_version()
      File "django/__init__.py", line 1, in <module>
        from django.utils.version import get_version
      File "django/utils/version.py", line 61, in <module>
        @functools.lru_cache()
    AttributeError: 'module' object has no attribute 'lru_cache'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in 
/tmp/pip-build-3NCnOE/Django/
The command '/bin/sh -c pip install uwsgi Django psycopg2 pytz requests' 
returned a non-zero code: 1
Error: Failed to create Docker image for pulsar-dashboard
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user git...@nakomis.com
Not sending mail to unregistered user y.shiga.91+yush...@gmail.com

Reply via email to