See 
<https://builds.apache.org/job/kafka-trunk-jdk10/289/display/redirect?page=changes>

Changes:

[github] KAFKA-7168: Treat connection close during SSL handshake as retriable

[github] MINOR: remove unused MeteredKeyValueStore (#5380)

[github] MINOR: Remove references to version 1.2 in docs (#5386)

[matthias] MINOR: improve docs version numbers (#5372)

------------------------------------------
[...truncated 1.56 MB...]

kafka.controller.PartitionStateMachineTest > 
testInvalidNonexistentPartitionToOnlinePartitionTransition PASSED

kafka.controller.PartitionStateMachineTest > 
testInvalidNonexistentPartitionToOfflinePartitionTransition STARTED

kafka.controller.PartitionStateMachineTest > 
testInvalidNonexistentPartitionToOfflinePartitionTransition PASSED

kafka.controller.PartitionStateMachineTest > 
testOnlinePartitionToOnlineTransition STARTED

kafka.controller.PartitionStateMachineTest > 
testOnlinePartitionToOnlineTransition PASSED

kafka.controller.PartitionStateMachineTest > 
testNewPartitionToOnlinePartitionTransitionZkUtilsExceptionFromCreateStates 
STARTED

kafka.controller.PartitionStateMachineTest > 
testNewPartitionToOnlinePartitionTransitionZkUtilsExceptionFromCreateStates 
PASSED

kafka.controller.PartitionStateMachineTest > 
testInvalidNewPartitionToNonexistentPartitionTransition STARTED

kafka.controller.PartitionStateMachineTest > 
testInvalidNewPartitionToNonexistentPartitionTransition PASSED

kafka.controller.PartitionStateMachineTest > 
testNewPartitionToOnlinePartitionTransition STARTED

kafka.controller.PartitionStateMachineTest > 
testNewPartitionToOnlinePartitionTransition PASSED

kafka.controller.PartitionStateMachineTest > 
testInvalidOnlinePartitionToNewPartitionTransition STARTED

kafka.controller.PartitionStateMachineTest > 
testInvalidOnlinePartitionToNewPartitionTransition PASSED

kafka.controller.PartitionStateMachineTest > 
testOfflinePartitionToOnlinePartitionTransitionErrorCodeFromStateLookup STARTED

kafka.controller.PartitionStateMachineTest > 
testOfflinePartitionToOnlinePartitionTransitionErrorCodeFromStateLookup PASSED

kafka.controller.PartitionStateMachineTest > 
testOnlinePartitionToOnlineTransitionForControlledShutdown STARTED

kafka.controller.PartitionStateMachineTest > 
testOnlinePartitionToOnlineTransitionForControlledShutdown PASSED

kafka.controller.PartitionStateMachineTest > 
testOfflinePartitionToOnlinePartitionTransitionZkUtilsExceptionFromStateLookup 
STARTED

kafka.controller.PartitionStateMachineTest > 
testOfflinePartitionToOnlinePartitionTransitionZkUtilsExceptionFromStateLookup 
PASSED

kafka.controller.PartitionStateMachineTest > 
testInvalidOnlinePartitionToNonexistentPartitionTransition STARTED

kafka.controller.PartitionStateMachineTest > 
testInvalidOnlinePartitionToNonexistentPartitionTransition PASSED

kafka.controller.PartitionStateMachineTest > 
testInvalidOfflinePartitionToNewPartitionTransition STARTED

kafka.controller.PartitionStateMachineTest > 
testInvalidOfflinePartitionToNewPartitionTransition PASSED

kafka.controller.PartitionStateMachineTest > 
testOfflinePartitionToOnlinePartitionTransition STARTED

kafka.controller.PartitionStateMachineTest > 
testOfflinePartitionToOnlinePartitionTransition PASSED

kafka.controller.ControllerEventManagerTest > testEventThatThrowsException 
STARTED

kafka.controller.ControllerEventManagerTest > testEventThatThrowsException 
PASSED

kafka.controller.ControllerEventManagerTest > testSuccessfulEvent STARTED

kafka.controller.ControllerEventManagerTest > testSuccessfulEvent PASSED

kafka.controller.ControllerFailoverTest > classMethod STARTED

kafka.controller.ControllerFailoverTest > classMethod FAILED
    java.lang.AssertionError: Found unexpected threads during @BeforeClass, 
allThreads=Set(Reference Handler, ExpirationReaper-0-Produce, 
ReplicaFetcherThread-0-0, scala-execution-context-global-222, 
kafka-request-handler-2, ThrottledChannelReaper-Request, Test worker, Test 
worker-SendThread(some.invalid.hostname.foo.bar.local:65535), 
scala-execution-context-global-225, /0:0:0:0:0:0:0:1:56736 to 
/0:0:0:0:0:0:0:1:47167 workers Thread 2, /0:0:0:0:0:0:0:1:56736 to 
/0:0:0:0:0:0:0:1:47167 workers Thread 3, metrics-meter-tick-thread-1, 
metrics-meter-tick-thread-2, Thread-1303-EventThread, Signal Dispatcher, main, 
ExpirationReaper-0-DeleteRecords, ThrottledChannelReaper-Produce, Test 
worker-SendThread(localhost:41342), Test 
worker-SendThread(some.invalid.hostname.foo.bar.local:2181), Test 
worker-SendThread(localhost:50992), Thread-1303-SendThread(localhost:51283), 
Test worker-EventThread, shutdownable-thread-test, ExpirationReaper-0-Fetch, 
Common-Cleaner, Finalizer, ThrottledChannelReaper-Fetch, 
kafka-admin-client-thread | adminclient-135), 
unexpected=Set(kafka-admin-client-thread | adminclient-135)

kafka.controller.ControllerFailoverTest > classMethod STARTED

kafka.controller.ControllerFailoverTest > classMethod FAILED
    java.lang.AssertionError: Found unexpected threads during @AfterClass, 
allThreads=Set(Reference Handler, ExpirationReaper-0-Produce, 
ReplicaFetcherThread-0-0, scala-execution-context-global-222, 
kafka-request-handler-2, ThrottledChannelReaper-Request, Test worker, Test 
worker-SendThread(some.invalid.hostname.foo.bar.local:65535), 
scala-execution-context-global-225, /0:0:0:0:0:0:0:1:56736 to 
/0:0:0:0:0:0:0:1:47167 workers Thread 2, /0:0:0:0:0:0:0:1:56736 to 
/0:0:0:0:0:0:0:1:47167 workers Thread 3, metrics-meter-tick-thread-1, 
metrics-meter-tick-thread-2, Thread-1303-EventThread, Signal Dispatcher, main, 
ExpirationReaper-0-DeleteRecords, ThrottledChannelReaper-Produce, Test 
worker-SendThread(localhost:41342), Test 
worker-SendThread(some.invalid.hostname.foo.bar.local:2181), Test 
worker-SendThread(localhost:50992), Thread-1303-SendThread(localhost:51283), 
Test worker-EventThread, shutdownable-thread-test, ExpirationReaper-0-Fetch, 
Common-Cleaner, Finalizer, ThrottledChannelReaper-Fetch, 
kafka-admin-client-thread | adminclient-135), 
unexpected=Set(kafka-admin-client-thread | adminclient-135)

kafka.network.SocketServerTest > testGracefulClose STARTED

kafka.network.SocketServerTest > testGracefulClose PASSED

kafka.network.SocketServerTest > 
testSendActionResponseWithThrottledChannelWhereThrottlingAlreadyDone STARTED

kafka.network.SocketServerTest > 
testSendActionResponseWithThrottledChannelWhereThrottlingAlreadyDone PASSED

kafka.network.SocketServerTest > controlThrowable STARTED

kafka.network.SocketServerTest > controlThrowable PASSED

kafka.network.SocketServerTest > testRequestMetricsAfterStop STARTED

kafka.network.SocketServerTest > testRequestMetricsAfterStop PASSED

kafka.network.SocketServerTest > testConnectionIdReuse STARTED

kafka.network.SocketServerTest > testConnectionIdReuse PASSED

kafka.network.SocketServerTest > testClientDisconnectionUpdatesRequestMetrics 
STARTED

kafka.network.SocketServerTest > testClientDisconnectionUpdatesRequestMetrics 
PASSED

kafka.network.SocketServerTest > testProcessorMetricsTags STARTED

kafka.network.SocketServerTest > testProcessorMetricsTags PASSED

kafka.network.SocketServerTest > testMaxConnectionsPerIp STARTED

kafka.network.SocketServerTest > testMaxConnectionsPerIp PASSED

kafka.network.SocketServerTest > testConnectionId STARTED

kafka.network.SocketServerTest > testConnectionId PASSED

kafka.network.SocketServerTest > 
testBrokerSendAfterChannelClosedUpdatesRequestMetrics STARTED

kafka.network.SocketServerTest > 
testBrokerSendAfterChannelClosedUpdatesRequestMetrics PASSED

kafka.network.SocketServerTest > testNoOpAction STARTED

kafka.network.SocketServerTest > testNoOpAction PASSED

kafka.network.SocketServerTest > simpleRequest STARTED

kafka.network.SocketServerTest > simpleRequest PASSED

kafka.network.SocketServerTest > closingChannelException STARTED

kafka.network.SocketServerTest > closingChannelException PASSED

kafka.network.SocketServerTest > 
testSendActionResponseWithThrottledChannelWhereThrottlingInProgress STARTED

kafka.network.SocketServerTest > 
testSendActionResponseWithThrottledChannelWhereThrottlingInProgress PASSED

kafka.network.SocketServerTest > testIdleConnection STARTED

kafka.network.SocketServerTest > testIdleConnection PASSED

kafka.network.SocketServerTest > 
testClientDisconnectionWithStagedReceivesFullyProcessed STARTED

kafka.network.SocketServerTest > 
testClientDisconnectionWithStagedReceivesFullyProcessed PASSED

kafka.network.SocketServerTest > testZeroMaxConnectionsPerIp STARTED

kafka.network.SocketServerTest > testZeroMaxConnectionsPerIp PASSED

kafka.network.SocketServerTest > testMetricCollectionAfterShutdown STARTED

kafka.network.SocketServerTest > testMetricCollectionAfterShutdown PASSED

kafka.network.SocketServerTest > testSessionPrincipal STARTED

kafka.network.SocketServerTest > testSessionPrincipal PASSED

kafka.network.SocketServerTest > configureNewConnectionException STARTED

kafka.network.SocketServerTest > configureNewConnectionException PASSED

kafka.network.SocketServerTest > testMaxConnectionsPerIpOverrides STARTED

kafka.network.SocketServerTest > testMaxConnectionsPerIpOverrides PASSED

kafka.network.SocketServerTest > processNewResponseException STARTED

kafka.network.SocketServerTest > processNewResponseException PASSED

kafka.network.SocketServerTest > processCompletedSendException STARTED

kafka.network.SocketServerTest > processCompletedSendException PASSED

kafka.network.SocketServerTest > processDisconnectedException STARTED

kafka.network.SocketServerTest > processDisconnectedException PASSED

kafka.network.SocketServerTest > sendCancelledKeyException STARTED

kafka.network.SocketServerTest > sendCancelledKeyException PASSED

kafka.network.SocketServerTest > processCompletedReceiveException STARTED

kafka.network.SocketServerTest > processCompletedReceiveException PASSED

kafka.network.SocketServerTest > testSocketsCloseOnShutdown STARTED

kafka.network.SocketServerTest > testSocketsCloseOnShutdown PASSED

kafka.network.SocketServerTest > 
testNoOpActionResponseWithThrottledChannelWhereThrottlingAlreadyDone STARTED

kafka.network.SocketServerTest > 
testNoOpActionResponseWithThrottledChannelWhereThrottlingAlreadyDone PASSED

kafka.network.SocketServerTest > pollException STARTED

kafka.network.SocketServerTest > pollException PASSED

kafka.network.SocketServerTest > testSslSocketServer STARTED

kafka.network.SocketServerTest > testSslSocketServer PASSED

kafka.network.SocketServerTest > tooBigRequestIsRejected STARTED

kafka.network.SocketServerTest > tooBigRequestIsRejected PASSED

kafka.network.SocketServerTest > 
testNoOpActionResponseWithThrottledChannelWhereThrottlingInProgress STARTED

kafka.network.SocketServerTest > 
testNoOpActionResponseWithThrottledChannelWhereThrottlingInProgress PASSED

kafka.integration.MetricsDuringTopicCreationDeletionTest > classMethod STARTED

kafka.integration.MetricsDuringTopicCreationDeletionTest > classMethod FAILED
    java.lang.AssertionError: Found unexpected threads during @BeforeClass, 
allThreads=Set(Reference Handler, ExpirationReaper-0-Produce, 
ReplicaFetcherThread-0-0, scala-execution-context-global-222, 
kafka-request-handler-2, ThrottledChannelReaper-Request, Test worker, Test 
worker-SendThread(some.invalid.hostname.foo.bar.local:65535), 
/0:0:0:0:0:0:0:1:56736 to /0:0:0:0:0:0:0:1:47167 workers Thread 2, 
/0:0:0:0:0:0:0:1:56736 to /0:0:0:0:0:0:0:1:47167 workers Thread 3, 
metrics-meter-tick-thread-1, metrics-meter-tick-thread-2, 
Thread-1303-EventThread, Signal Dispatcher, main, 
ExpirationReaper-0-DeleteRecords, ThrottledChannelReaper-Produce, Test 
worker-SendThread(localhost:41342), Test 
worker-SendThread(some.invalid.hostname.foo.bar.local:2181), Test 
worker-SendThread(localhost:50992), Thread-1303-SendThread(localhost:51283), 
Test worker-EventThread, shutdownable-thread-test, ExpirationReaper-0-Fetch, 
Common-Cleaner, Finalizer, ThrottledChannelReaper-Fetch, 
kafka-admin-client-thread | adminclient-135), 
unexpected=Set(kafka-admin-client-thread | adminclient-135)

kafka.integration.MetricsDuringTopicCreationDeletionTest > classMethod STARTED

kafka.integration.MetricsDuringTopicCreationDeletionTest > classMethod FAILED
    java.lang.AssertionError: Found unexpected threads during @AfterClass, 
allThreads=Set(Reference Handler, ExpirationReaper-0-Produce, 
ReplicaFetcherThread-0-0, scala-execution-context-global-222, 
kafka-request-handler-2, ThrottledChannelReaper-Request, Test worker, Test 
worker-SendThread(some.invalid.hostname.foo.bar.local:65535), 
/0:0:0:0:0:0:0:1:56736 to /0:0:0:0:0:0:0:1:47167 workers Thread 2, 
/0:0:0:0:0:0:0:1:56736 to /0:0:0:0:0:0:0:1:47167 workers Thread 3, 
metrics-meter-tick-thread-1, metrics-meter-tick-thread-2, 
Thread-1303-EventThread, Signal Dispatcher, main, 
ExpirationReaper-0-DeleteRecords, ThrottledChannelReaper-Produce, Test 
worker-SendThread(localhost:41342), Test 
worker-SendThread(some.invalid.hostname.foo.bar.local:2181), Test 
worker-SendThread(localhost:50992), Thread-1303-SendThread(localhost:51283), 
Test worker-EventThread, shutdownable-thread-test, ExpirationReaper-0-Fetch, 
Common-Cleaner, Finalizer, ThrottledChannelReaper-Fetch, 
kafka-admin-client-thread | adminclient-135), 
unexpected=Set(kafka-admin-client-thread | adminclient-135)

kafka.integration.UncleanLeaderElectionTest > classMethod STARTED

kafka.integration.UncleanLeaderElectionTest > classMethod FAILED
    java.lang.AssertionError: Found unexpected threads during @BeforeClass, 
allThreads=Set(Reference Handler, ExpirationReaper-0-Produce, 
ReplicaFetcherThread-0-0, scala-execution-context-global-222, 
kafka-request-handler-2, ThrottledChannelReaper-Request, Test worker, Test 
worker-SendThread(some.invalid.hostname.foo.bar.local:65535), 
/0:0:0:0:0:0:0:1:56736 to /0:0:0:0:0:0:0:1:47167 workers Thread 2, 
/0:0:0:0:0:0:0:1:56736 to /0:0:0:0:0:0:0:1:47167 workers Thread 3, 
metrics-meter-tick-thread-1, metrics-meter-tick-thread-2, 
Thread-1303-EventThread, Signal Dispatcher, main, 
ExpirationReaper-0-DeleteRecords, ThrottledChannelReaper-Produce, Test 
worker-SendThread(localhost:41342), Test 
worker-SendThread(some.invalid.hostname.foo.bar.local:2181), Test 
worker-SendThread(localhost:50992), Thread-1303-SendThread(localhost:51283), 
Test worker-EventThread, shutdownable-thread-test, ExpirationReaper-0-Fetch, 
Common-Cleaner, Finalizer, ThrottledChannelReaper-Fetch, 
kafka-admin-client-thread | adminclient-135), 
unexpected=Set(kafka-admin-client-thread | adminclient-135)

kafka.integration.UncleanLeaderElectionTest > classMethod STARTED

kafka.integration.UncleanLeaderElectionTest > classMethod FAILED
    java.lang.AssertionError: Found unexpected threads during @AfterClass, 
allThreads=Set(Reference Handler, ExpirationReaper-0-Produce, 
ReplicaFetcherThread-0-0, scala-execution-context-global-222, 
kafka-request-handler-2, ThrottledChannelReaper-Request, Test worker, Test 
worker-SendThread(some.invalid.hostname.foo.bar.local:65535), 
/0:0:0:0:0:0:0:1:56736 to /0:0:0:0:0:0:0:1:47167 workers Thread 2, 
/0:0:0:0:0:0:0:1:56736 to /0:0:0:0:0:0:0:1:47167 workers Thread 3, 
metrics-meter-tick-thread-1, metrics-meter-tick-thread-2, 
Thread-1303-EventThread, Signal Dispatcher, main, 
ExpirationReaper-0-DeleteRecords, ThrottledChannelReaper-Produce, Test 
worker-SendThread(localhost:41342), Test 
worker-SendThread(some.invalid.hostname.foo.bar.local:2181), Test 
worker-SendThread(localhost:50992), Thread-1303-SendThread(localhost:51283), 
Test worker-EventThread, shutdownable-thread-test, ExpirationReaper-0-Fetch, 
Common-Cleaner, Finalizer, ThrottledChannelReaper-Fetch, 
kafka-admin-client-thread | adminclient-135), 
unexpected=Set(kafka-admin-client-thread | adminclient-135)

kafka.integration.MinIsrConfigTest > classMethod STARTED

kafka.integration.MinIsrConfigTest > classMethod FAILED
    java.lang.AssertionError: Found unexpected threads during @BeforeClass, 
allThreads=Set(Reference Handler, ExpirationReaper-0-Produce, 
ReplicaFetcherThread-0-0, scala-execution-context-global-222, 
kafka-request-handler-2, ThrottledChannelReaper-Request, Test worker, Test 
worker-SendThread(some.invalid.hostname.foo.bar.local:65535), 
/0:0:0:0:0:0:0:1:56736 to /0:0:0:0:0:0:0:1:47167 workers Thread 2, 
/0:0:0:0:0:0:0:1:56736 to /0:0:0:0:0:0:0:1:47167 workers Thread 3, 
metrics-meter-tick-thread-1, metrics-meter-tick-thread-2, 
Thread-1303-EventThread, Signal Dispatcher, main, 
ExpirationReaper-0-DeleteRecords, ThrottledChannelReaper-Produce, Test 
worker-SendThread(localhost:41342), Test 
worker-SendThread(some.invalid.hostname.foo.bar.local:2181), Test 
worker-SendThread(localhost:50992), Thread-1303-SendThread(localhost:51283), 
Test worker-EventThread, shutdownable-thread-test, ExpirationReaper-0-Fetch, 
Common-Cleaner, Finalizer, ThrottledChannelReaper-Fetch, 
kafka-admin-client-thread | adminclient-135), 
unexpected=Set(kafka-admin-client-thread | adminclient-135)

kafka.integration.MinIsrConfigTest > classMethod STARTED

kafka.integration.MinIsrConfigTest > classMethod FAILED
    java.lang.AssertionError: Found unexpected threads during @AfterClass, 
allThreads=Set(Reference Handler, ExpirationReaper-0-Produce, 
ReplicaFetcherThread-0-0, scala-execution-context-global-222, 
kafka-request-handler-2, ThrottledChannelReaper-Request, Test worker, Test 
worker-SendThread(some.invalid.hostname.foo.bar.local:65535), 
/0:0:0:0:0:0:0:1:56736 to /0:0:0:0:0:0:0:1:47167 workers Thread 2, 
/0:0:0:0:0:0:0:1:56736 to /0:0:0:0:0:0:0:1:47167 workers Thread 3, 
metrics-meter-tick-thread-1, metrics-meter-tick-thread-2, 
Thread-1303-EventThread, Signal Dispatcher, main, 
ExpirationReaper-0-DeleteRecords, ThrottledChannelReaper-Produce, Test 
worker-SendThread(localhost:41342), Test 
worker-SendThread(some.invalid.hostname.foo.bar.local:2181), Test 
worker-SendThread(localhost:50992), Thread-1303-SendThread(localhost:51283), 
Test worker-EventThread, shutdownable-thread-test, ExpirationReaper-0-Fetch, 
Common-Cleaner, Finalizer, ThrottledChannelReaper-Fetch, 
kafka-admin-client-thread | adminclient-135), 
unexpected=Set(kafka-admin-client-thread | adminclient-135)

1735 tests completed, 56 failed, 2 skipped

> Task :core:test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':core:test'.
> There were failing tests. See the report at: 
> file://<https://builds.apache.org/job/kafka-trunk-jdk10/ws/core/build/reports/tests/test/index.html>

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1h 0m 8s
39 actionable tasks: 17 executed, 22 up-to-date
Build step 'Execute shell' marked build as failure
Recording test results
Setting GRADLE_4_8_1_HOME=/home/jenkins/tools/gradle/4.8.1
Setting GRADLE_4_8_1_HOME=/home/jenkins/tools/gradle/4.8.1
Not sending mail to unregistered user git...@alasdairhodge.co.uk

Reply via email to