You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/02/02 06:53:21 UTC

[GitHub] [kafka] xiao-penglei removed a comment on pull request #9992: KAFKA-10759 Add ARM build stage

xiao-penglei removed a comment on pull request #9992:
URL: https://github.com/apache/kafka/pull/9992#issuecomment-771403544


   > > 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 tried to execute the test case on the jenkins arm4 node with the jenkins account in the same environment. The result is as follows:
   > 
   > > ```
   > > root@monero:/home/jenkins/jenkins-agent/workspace/Kafka_kafka-pr_PR-9992# su jenkins
   > > $ ./gradlew core:test --tests kafka.network.SocketServerTest.testStagedListenerShutdownWhenConnectionQueueIsFull
   > > 
   > > > Configure project :
   > > Building project 'core' with Scala version 2.13.4
   > > Building project 'streams-scala' with Scala version 2.13.4
   > > 
   > > > Task :core:test
   > > 
   > > SocketServerTest > testStagedListenerShutdownWhenConnectionQueueIsFull() PASSED
   > > 
   > > Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
   > > Use '--warning-mode all' to show the individual deprecation warnings.
   > > See https://docs.gradle.org/6.8.1/userguide/command_line_interface.html#sec:command_line_warnings
   > > 
   > > BUILD SUCCESSFUL in 10m 5s
   > > 25 actionable tasks: 21 executed, 4 up-to-date
   > > $ ./gradlew core:test --tests kafka.network.SocketServerTest.testStagedListenerShutdownWhenConnectionQueueIsFull
   > > 
   > > > Configure project :
   > > Building project 'core' with Scala version 2.13.4
   > > Building project 'streams-scala' with Scala version 2.13.4
   > > 
   > > Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
   > > Use '--warning-mode all' to show the individual deprecation warnings.
   > > See https://docs.gradle.org/6.8.1/userguide/command_line_interface.html#sec:command_line_warnings
   > > 
   > > BUILD SUCCESSFUL in 4s
   > > 25 actionable tasks: 2 executed, 23 up-to-date
   > > ```
   
   @mumrah  I will continue to locate the causeof the problem


----------------------------------------------------------------
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:
users@infra.apache.org