Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/2138/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 79.67 MB...]
[exec] +1 javadoc. The javadoc tool did not generate any warning
messages.
[exec]
[exec] +1 javac. The applied patch does not increase the total number
of javac compiler warnings.
[exec]
[exec] -1 findbugs. The patch appears to introduce 1 new Findbugs
(version 3.0.1) warnings.
[exec]
[exec] -1 release audit. The applied patch generated 1 release audit
warnings (more than the trunk's current 0 warnings).
[exec]
[exec] -1 core tests. The patch failed core unit tests.
[exec]
[exec] +1 contrib tests. The patch passed contrib unit tests.
[exec]
[exec] Test results:
https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/2138//testReport/
[exec] Release audit warnings:
https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/2138//artifact/trunk/patchprocess/patchReleaseAuditProblems.txt
[exec] Findbugs warnings:
https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/2138//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
[exec] Console output:
https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/2138//console
[exec]
[exec] This message is automatically generated.
[exec]
[exec]
[exec]
======================================================================
[exec]
======================================================================
[exec] Adding comment to Jira.
[exec]
======================================================================
[exec]
======================================================================
[exec]
[exec]
[exec] Comment with id 16607492 added to ZOOKEEPER-3098.
[exec] Session logged out. Session was
JSESSIONID=07284BEDDA6541248BA94FE35EA32A66.
[exec]
[exec]
[exec]
======================================================================
[exec]
======================================================================
[exec] Finished build.
[exec]
======================================================================
[exec]
======================================================================
[exec]
[exec]
[exec] mv:
'/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/patchprocess'
and
'/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/patchprocess'
are the same file
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/build.xml:1842:
exec returned: 3
Total time: 17 minutes 12 seconds
Build step 'Execute shell' marked build as failure
Archiving artifacts
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Recording test results
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
[description-setter] Description set: ZOOKEEPER-3098
Putting comment on the pull request
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
###################################################################################
############################## FAILED TESTS (if any)
##############################
1 tests failed.
FAILED: org.apache.zookeeper.server.admin.CommandsTest.testMonitor
Error Message:
Result from command monitor contains extra fields: {uptime=7,
global_sessions=0, local_sessions=0, avg_fsynctime=0, min_fsynctime=0,
max_fsynctime=0, cnt_fsynctime=0, avg_snapshottime=0, min_snapshottime=0,
max_snapshottime=1, cnt_snapshottime=9, avg_dbinittime=0, min_dbinittime=0,
max_dbinittime=1, cnt_dbinittime=9, avg_readlatency=0, min_readlatency=0,
max_readlatency=0, cnt_readlatency=0, avg_updatelatency=0, min_updatelatency=0,
max_updatelatency=0, cnt_updatelatency=0, avg_propagation_latency=0,
min_propagation_latency=0, max_propagation_latency=0,
cnt_propagation_latency=0, avg_follower_sync_time=0, min_follower_sync_time=0,
max_follower_sync_time=0, cnt_follower_sync_time=0, avg_election_time=0,
min_election_time=0, max_election_time=0, cnt_election_time=0, looking_count=0,
diff_count=0, snap_count=0, commit_count=0, connection_request_count=0,
bytes_received_count=36}
Stack Trace:
junit.framework.AssertionFailedError: Result from command monitor contains
extra fields: {uptime=7, global_sessions=0, local_sessions=0, avg_fsynctime=0,
min_fsynctime=0, max_fsynctime=0, cnt_fsynctime=0, avg_snapshottime=0,
min_snapshottime=0, max_snapshottime=1, cnt_snapshottime=9, avg_dbinittime=0,
min_dbinittime=0, max_dbinittime=1, cnt_dbinittime=9, avg_readlatency=0,
min_readlatency=0, max_readlatency=0, cnt_readlatency=0, avg_updatelatency=0,
min_updatelatency=0, max_updatelatency=0, cnt_updatelatency=0,
avg_propagation_latency=0, min_propagation_latency=0,
max_propagation_latency=0, cnt_propagation_latency=0, avg_follower_sync_time=0,
min_follower_sync_time=0, max_follower_sync_time=0, cnt_follower_sync_time=0,
avg_election_time=0, min_election_time=0, max_election_time=0,
cnt_election_time=0, looking_count=0, diff_count=0, snap_count=0,
commit_count=0, connection_request_count=0, bytes_received_count=36}
at
org.apache.zookeeper.server.admin.CommandsTest.testCommand(CommandsTest.java:77)
at
org.apache.zookeeper.server.admin.CommandsTest.testCommand(CommandsTest.java:83)
at
org.apache.zookeeper.server.admin.CommandsTest.testMonitor(CommandsTest.java:163)
at
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)