See
<https://builds.apache.org/job/kafka-trunk-jdk11/1485/display/redirect?page=changes>
Changes:
[github] MINOR: Correct MirrorMaker2 integration test configs for Connect
[github] MINOR: Added unit tests for ConnectionQuotas (#8650)
------------------------------------------
[...truncated 1.58 MB...]
kafka.utils.json.JsonValueTest > testJsonObjectApply STARTED
kafka.utils.json.JsonValueTest > testJsonObjectApply PASSED
kafka.utils.json.JsonValueTest > testDecodeBoolean STARTED
kafka.utils.json.JsonValueTest > testDecodeBoolean PASSED
kafka.utils.PasswordEncoderTest > testEncoderConfigChange STARTED
kafka.utils.PasswordEncoderTest > testEncoderConfigChange PASSED
kafka.utils.PasswordEncoderTest > testEncodeDecodeAlgorithms STARTED
kafka.utils.PasswordEncoderTest > testEncodeDecodeAlgorithms PASSED
kafka.utils.PasswordEncoderTest > testEncodeDecode STARTED
kafka.utils.PasswordEncoderTest > testEncodeDecode PASSED
kafka.utils.timer.TimerTest > testAlreadyExpiredTask STARTED
kafka.utils.timer.TimerTest > testAlreadyExpiredTask PASSED
kafka.utils.timer.TimerTest > testTaskExpiration STARTED
kafka.admin.DeleteTopicTest > testDeleteTopicAlreadyMarkedAsDeleted PASSED
kafka.admin.DeleteTopicTest > testIncreasePartitionCountDuringDeleteTopic
STARTED
kafka.utils.timer.TimerTest > testTaskExpiration PASSED
kafka.utils.ReplicationUtilsTest > testUpdateLeaderAndIsr STARTED
kafka.utils.ReplicationUtilsTest > testUpdateLeaderAndIsr PASSED
kafka.utils.SchedulerTest > testMockSchedulerNonPeriodicTask STARTED
kafka.utils.SchedulerTest > testMockSchedulerNonPeriodicTask PASSED
kafka.utils.SchedulerTest > testUnscheduleProducerTask STARTED
kafka.utils.SchedulerTest > testUnscheduleProducerTask PASSED
kafka.utils.SchedulerTest > testMockSchedulerPeriodicTask STARTED
kafka.utils.SchedulerTest > testMockSchedulerPeriodicTask PASSED
kafka.utils.SchedulerTest > testNonPeriodicTask STARTED
kafka.utils.SchedulerTest > testNonPeriodicTask PASSED
kafka.utils.SchedulerTest > testRestart STARTED
kafka.utils.SchedulerTest > testRestart PASSED
kafka.utils.SchedulerTest > testReentrantTaskInMockScheduler STARTED
kafka.utils.SchedulerTest > testReentrantTaskInMockScheduler PASSED
kafka.utils.SchedulerTest > testMockSchedulerLocking STARTED
kafka.utils.SchedulerTest > testMockSchedulerLocking PASSED
kafka.utils.SchedulerTest > testPeriodicTask STARTED
kafka.utils.SchedulerTest > testPeriodicTask PASSED
kafka.utils.CommandLineUtilsTest > testParseEmptyArg STARTED
kafka.utils.CommandLineUtilsTest > testParseEmptyArg PASSED
kafka.utils.CommandLineUtilsTest > testMaybeMergeOptionsOverwriteExisting
STARTED
kafka.utils.CommandLineUtilsTest > testMaybeMergeOptionsOverwriteExisting PASSED
kafka.utils.CommandLineUtilsTest > testParseSingleArg STARTED
kafka.utils.CommandLineUtilsTest > testParseSingleArg PASSED
kafka.utils.CommandLineUtilsTest > testParseArgs STARTED
kafka.utils.CommandLineUtilsTest > testParseArgs PASSED
kafka.utils.CommandLineUtilsTest > testParseArgsWithMultipleDelimiters STARTED
kafka.utils.CommandLineUtilsTest > testParseArgsWithMultipleDelimiters PASSED
kafka.utils.CommandLineUtilsTest > testMaybeMergeOptionsDefaultValueIfNotExist
STARTED
kafka.utils.CommandLineUtilsTest > testMaybeMergeOptionsDefaultValueIfNotExist
PASSED
kafka.utils.CommandLineUtilsTest > testParseEmptyArgWithNoDelimiter STARTED
kafka.utils.CommandLineUtilsTest > testParseEmptyArgWithNoDelimiter PASSED
kafka.utils.CommandLineUtilsTest >
testMaybeMergeOptionsDefaultOverwriteExisting STARTED
kafka.utils.CommandLineUtilsTest >
testMaybeMergeOptionsDefaultOverwriteExisting PASSED
kafka.utils.CommandLineUtilsTest > testParseEmptyArgAsValid STARTED
kafka.utils.CommandLineUtilsTest > testParseEmptyArgAsValid PASSED
kafka.utils.CommandLineUtilsTest > testMaybeMergeOptionsNotOverwriteExisting
STARTED
kafka.utils.CommandLineUtilsTest > testMaybeMergeOptionsNotOverwriteExisting
PASSED
kafka.server.checkpoints.OffsetCheckpointFileTest >
shouldReturnEmptyMapForEmptyFile STARTED
kafka.server.checkpoints.OffsetCheckpointFileTest >
shouldReturnEmptyMapForEmptyFile PASSED
kafka.server.checkpoints.OffsetCheckpointFileTest >
shouldThrowIfVersionIsNotRecognised STARTED
kafka.server.checkpoints.OffsetCheckpointFileTest >
shouldThrowIfVersionIsNotRecognised PASSED
kafka.server.checkpoints.OffsetCheckpointFileTest >
testLazyOffsetCheckpointFileInvalidLogDir STARTED
kafka.server.checkpoints.OffsetCheckpointFileTest >
testLazyOffsetCheckpointFileInvalidLogDir PASSED
kafka.server.checkpoints.OffsetCheckpointFileTest >
shouldPersistAndOverwriteAndReloadFile STARTED
kafka.server.checkpoints.OffsetCheckpointFileTest >
shouldPersistAndOverwriteAndReloadFile PASSED
kafka.server.checkpoints.OffsetCheckpointFileTest > shouldHandleMultipleLines
STARTED
kafka.server.checkpoints.OffsetCheckpointFileTest > shouldHandleMultipleLines
PASSED
kafka.server.checkpoints.OffsetCheckpointFileTest > testLazyOffsetCheckpoint
STARTED
kafka.server.checkpoints.OffsetCheckpointFileTest > testLazyOffsetCheckpoint
PASSED
kafka.server.epoch.OffsetsForLeaderEpochTest > shouldGetEpochsFromReplica
STARTED
kafka.server.epoch.OffsetsForLeaderEpochTest > shouldGetEpochsFromReplica PASSED
kafka.server.epoch.OffsetsForLeaderEpochTest >
shouldReturnUnknownTopicOrPartitionIfThrown STARTED
kafka.server.epoch.OffsetsForLeaderEpochTest >
shouldReturnUnknownTopicOrPartitionIfThrown PASSED
kafka.server.epoch.OffsetsForLeaderEpochTest >
shouldReturnNoLeaderForPartitionIfThrown STARTED
kafka.server.epoch.OffsetsForLeaderEpochTest >
shouldReturnNoLeaderForPartitionIfThrown PASSED
kafka.server.epoch.EpochDrivenReplicationProtocolAcceptanceTest >
shouldSurviveFastLeaderChange STARTED
kafka.admin.DeleteTopicTest > testIncreasePartitionCountDuringDeleteTopic PASSED
kafka.admin.DeleteTopicTest > testPartitionReassignmentDuringDeleteTopic STARTED
kafka.admin.DeleteTopicTest > testPartitionReassignmentDuringDeleteTopic PASSED
kafka.admin.DeleteTopicTest > testDeleteNonExistingTopic STARTED
kafka.admin.DeleteTopicTest > testDeleteNonExistingTopic PASSED
kafka.admin.DeleteTopicTest > testRecreateTopicAfterDeletion STARTED
kafka.admin.DeleteTopicTest > testRecreateTopicAfterDeletion PASSED
kafka.admin.DeleteTopicTest > testDisableDeleteTopic STARTED
kafka.admin.DeleteTopicTest > testDisableDeleteTopic PASSED
kafka.admin.DeleteTopicTest > testAddPartitionDuringDeleteTopic STARTED
kafka.admin.DeleteTopicTest > testAddPartitionDuringDeleteTopic PASSED
kafka.admin.DeleteTopicTest > testDeleteTopicWithAllAliveReplicas STARTED
kafka.admin.DeleteTopicTest > testDeleteTopicWithAllAliveReplicas PASSED
kafka.admin.DeleteTopicTest > testDeleteTopicDuringAddPartition STARTED
kafka.server.epoch.EpochDrivenReplicationProtocolAcceptanceTest >
shouldSurviveFastLeaderChange PASSED
kafka.server.epoch.EpochDrivenReplicationProtocolAcceptanceTest >
offsetsShouldNotGoBackwards STARTED
kafka.admin.DeleteTopicTest > testDeleteTopicDuringAddPartition PASSED
kafka.admin.DeleteTopicTest > testDeletingPartiallyDeletedTopic STARTED
FATAL: command execution failed
java.io.EOFException
at
java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2681)
at
java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3156)
at
java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:862)
at java.io.ObjectInputStream.<init>(ObjectInputStream.java:358)
at
hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
at hudson.remoting.Command.readFrom(Command.java:140)
at hudson.remoting.Command.readFrom(Command.java:126)
at
hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36)
at
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
Caused: java.io.IOException: Unexpected termination of the channel
at
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77)
Caused: hudson.remoting.ChannelClosedException: Channel "unknown": Remote call
on H28 failed. The channel is closing down or has closed down
at hudson.remoting.Channel.call(Channel.java:950)
at
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
at com.sun.proxy.$Proxy141.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1150)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1142)
at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:155)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:109)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
at hudson.model.Build$BuildExecution.build(Build.java:206)
at hudson.model.Build$BuildExecution.doRun(Build.java:163)
at
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
at hudson.model.Run.execute(Run.java:1815)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
FATAL: Unable to delete script file /tmp/jenkins377799336173170870.sh
java.io.EOFException
at
java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2681)
at
java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3156)
at
java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:862)
at java.io.ObjectInputStream.<init>(ObjectInputStream.java:358)
at
hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
at hudson.remoting.Command.readFrom(Command.java:140)
at hudson.remoting.Command.readFrom(Command.java:126)
at
hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36)
at
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
Caused: java.io.IOException: Unexpected termination of the channel
at
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77)
Caused: hudson.remoting.ChannelClosedException: Channel "unknown": Remote call
on H28 failed. The channel is closing down or has closed down
at hudson.remoting.Channel.call(Channel.java:950)
at hudson.FilePath.act(FilePath.java:1072)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.delete(FilePath.java:1542)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:123)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
at hudson.model.Build$BuildExecution.build(Build.java:206)
at hudson.model.Build$BuildExecution.doRun(Build.java:163)
at
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
at hudson.model.Run.execute(Run.java:1815)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Build step 'Execute shell' marked build as failure
ERROR: Step ?Publish JUnit test result report? failed: no workspace for
kafka-trunk-jdk11 #1485
ERROR: H28 is offline; cannot locate JDK 11 (latest)
ERROR: No tool found matching GRADLE_4_10_2_HOME
ERROR: H28 is offline; cannot locate Gradle 4.10.3
Setting GRADLE_4_10_3_HOME=/home/jenkins/tools/gradle/4.10.3
Not sending mail to unregistered user [email protected]