timtebeek commented on PR #1979:
URL: https://github.com/apache/zookeeper/pull/1979#issuecomment-1421072766

   There's a [build 
failure](https://github.com/apache/zookeeper/actions/runs/4114553671/jobs/7102097526)
 in the exit code for `make`:
   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-antrun-plugin:1.8:run (test-cppunit) on project 
zookeeper-client-c: An Ant BuildException has occured: exec returned: 2
   [ERROR] around Ant part ...<exec failonerror="true" 
dir="/home/runner/work/zookeeper/zookeeper/zookeeper-client/zookeeper-client-c/target/c"
 executable="make">... @ 4:135 in 
/home/runner/work/zookeeper/zookeeper/zookeeper-client/zookeeper-client-c/target/antrun/build-main.xml
   [ERROR] -> [Help 1]
   org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (test-cppunit) on 
project zookeeper-client-c: An Ant BuildException has occured: exec returned: 2
   around Ant part ...<exec failonerror="true" 
dir="/home/runner/work/zookeeper/zookeeper/zookeeper-client/zookeeper-client-c/target/c"
 executable="make">... @ 4:135 in 
/home/runner/work/zookeeper/zookeeper/zookeeper-client/zookeeper-client-c/target/antrun/build-main.xml
   ```
   
   ```
        [exec] terminate called after throwing an instance of 
'CppUnit::Exception'
        [exec]   what():  equality assertion failed
        [exec] - Expected: -101
        [exec] - Actual  : -4
        [exec] 
        [exec] Zookeeper_simpleSystem::testAsyncWatcherAutoResetFAIL: zktest-mt
        [exec] ==========================================
        [exec] 1 of 2 tests failed
        [exec] Please report to [email protected]
        [exec] ==========================================
        [exec] make[1]: Leaving directory 
'/home/runner/work/zookeeper/zookeeper/zookeeper-client/zookeeper-client-c/target/c'
        [exec] /bin/bash: line 6:  7303 Aborted                 (core dumped) 
ZKROOT=/home/runner/work/zookeeper/zookeeper/zookeeper-client/zookeeper-client-c/../..
 CLASSPATH=$CLASSPATH:$CLOVER_HOME/lib/clover*.jar ${dir}$tst
        [exec] make[1]: *** [Makefile:1911: check-TESTS] Error 1
        [exec] make: *** [Makefile:2176: check-am] Error 2
   ```
   I'm not sure about the failure modes there, but seeing how all others passed 
perhaps a retry could be a first step in debugging?


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to