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


   > 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 also tried to execute the unitTest and integrationTest on the 
jenkins arm4 node with the jenkins account in the same environment. The result 
is as follows:
   
   > ```
   >$ ./gradlew -PscalaVersion=2.12 unitTest integrationTest --profile 
--no-daemon --continue ->PtestLoggingEvents=started,passed,skipped,failed 
-PignoreFailures=true -PmaxParallelForks=2 -PmaxTestRetries=1 
->PmaxTestRetryFailures=5
   >...
   >...
   >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 2h 12m 6s
   >170 actionable tasks: 149 executed, 21 up-to-date
   >
   >See the profiling report at: 
file:///home/jenkins/jenkins-agent/workspace/Kafka_kafka-pr_PR-9992/build/reports/profile/profile->2021-02-02-08-31-54.html
   >A fine-grained performance profile is available: use the --scan option.
   >
   >
   > Try again without clean
   >
   >$ ./gradlew -PscalaVersion=2.12 unitTest integrationTest --profile 
--no-daemon --continue ->PtestLoggingEvents=started,passed,skipped,failed 
-PignoreFailures=true -PmaxParallelForks=2 -PmaxTestRetries=1 
->PmaxTestRetryFailures=5
   >To honour the JVM settings for this build a single-use Daemon process will 
be forked. See 
>https://docs.gradle.org/6.8.1/userguide/gradle_daemon.html#sec:disabling_the_daemon.
   >Daemon will be stopped at the end of the build 
   >
   >> Configure project :
   >Building project 'core' with Scala version 2.12.12
   >Building project 'streams-scala' with Scala version 2.12.12
   >
   >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 31s
   >170 actionable tasks: 3 executed, 167 up-to-date
   >
   >See the profiling report at: 
file:///home/jenkins/jenkins-agent/workspace/Kafka_kafka-pr_PR-9992/build/reports/profile/profile->2021-02-02-10-50-04.html
   >A fine-grained performance profile is available: use the --scan option.
   >
   > ```


----------------------------------------------------------------
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