xiao-penglei commented on pull request #9992:
URL: https://github.com/apache/kafka/pull/9992#issuecomment-771609535


   > Looks like one of the tests got hung up and the build timed out:
   > 
   > ```
   > 16:04:09  SocketServerTest > 
testStagedListenerShutdownWhenConnectionQueueIsFull() STARTED
   > 16:04:09  
kafka.network.SocketServerTest.testStagedListenerShutdownWhenConnectionQueueIsFull()
 failed, log available in 
/home/jenkins/jenkins-agent/workspace/Kafka_kafka-pr_PR-9992/core/build/reports/testOutput/kafka.network.SocketServerTest.testStagedListenerShutdownWhenConnectionQueueIsFull().test.stdout
   > 16:04:09  
   > 16:04:09  SocketServerTest > 
testStagedListenerShutdownWhenConnectionQueueIsFull() FAILED
   > 16:04:09      java.net.BindException: Cannot assign requested address 
(Bind failed)
   > 16:04:09          at java.net.PlainSocketImpl.socketBind(Native Method)
   > 16:04:09          at 
java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387)
   > 16:04:09          at java.net.Socket.bind(Socket.java:662)
   > 16:04:09          at java.net.Socket.<init>(Socket.java:451)
   > 16:04:09          at java.net.Socket.<init>(Socket.java:304)
   > 16:04:09          at 
kafka.network.SocketServerTest.connect(SocketServerTest.scala:155)
   > 16:04:09          at 
kafka.network.SocketServerTest.testStagedListenerShutdownWhenConnectionQueueIsFull(SocketServerTest.scala:355)
   > 16:04:09  
   > 16:04:09  SocketServerTest > testStagedListenerStartup() STARTED
   > 17:20:50  Sending interrupt signal to process
   > 17:21:04  Terminated
   > 17:21:05  script returned exit code 143
   > ```
   
   @mumrah I did find from 
[#3](https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-9992/3/)  
[#4](https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-9992/4/) 
[#5](https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-9992/5/) 
[#6](https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-9992/6/)  that 
every failure was due to this test case 'SocketServerTest > 
testStagedListenerShutdownWhenConnectionQueueIsFull' . I tried to reproduce the 
problem on arm4 node, but unfortunately I didn't get the desired result. 
Because the testOutput directory has been deleted, I cannot see the error 
output of this case.  Can you help me re-trigger the CI? I'll spend the time 
analyzing testOutput. Thanks


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to