mumrah commented on pull request #9992: URL: https://github.com/apache/kafka/pull/9992#issuecomment-770999448
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 ``` ---------------------------------------------------------------- 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