Github user anmolnar commented on the issue:
https://github.com/apache/zookeeper/pull/499
[exec] BUILD FAILED
[exec] [exec] OK (74)
[exec]
/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/build.xml:1355:
The following error occurred while executing this line:
[exec] [exec] FAIL: zktest-mt
[exec] [exec] ==========================================
[exec] [exec] 1 of 2 tests failed
[exec] [exec] Please report to [email protected]
[exec] [exec] ==========================================
[exec] [exec] make[1]: Leaving directory
`/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/build/test/test-cppunit'
[exec] [exec] *** Error in `./zktest-mt': corrupted double-linked
list: 0x0000000000f5a810 ***
[exec] [exec] /bin/bash: line 5: 26913 Aborted
ZKROOT=/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/src/c/../..
CLASSPATH=$CLASSPATH:$CLOVER_HOME/lib/clover.jar ${dir}$tst
[exec] [exec] make[1]: *** [check-TESTS] Error 1
[exec] [exec] make: *** [check-am] Error 2
@andschwa The only clue I can see is that `zktest-mt` is failing. It might
be flaky. Are you sure it's not related to your change? Are you able to run it
locally?
---