Project

General

Profile

Actions

Bug #10703

closed

failures in libcephfs-java tests

Added by Greg Farnum over 9 years ago. Updated about 5 years ago.

Status:
Duplicate
Priority:
High
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Q/A
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
Hadoop/Java
Labels (FS):
Java/Hadoop
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

http://qa-proxy.ceph.com/teuthology/teuthology-2015-01-28_23:04:02-fs-master-testing-basic-multi/729688/

2015-01-29T12:25:12.567 INFO:tasks.workunit.client.0.mira115.stdout:java -DCEPH_CONF_FILE=/etc/ceph/ceph.conf -Djava.library.path=/usr/lib/jni -cp /usr/share/java/junit4.jar:/usr/share/java/libcephfs.jar:/usr/share/java/libcephfs-test.jar org.junit.runner.JUnitCore com.ceph.fs.CephAllTests
2015-01-29T12:25:12.567 INFO:tasks.workunit.client.0.mira115.stdout:----------------------
2015-01-29T12:25:12.940 INFO:tasks.workunit.client.0.mira115.stdout:JUnit version 4.11
2015-01-29T12:27:16.846 INFO:tasks.workunit.client.0.mira115.stdout:...E...............................................................7dabf277-32ff-4339-998f-719b0d85ad80
2015-01-29T12:27:16.869 INFO:tasks.workunit.client.0.mira115.stdout:E.........................
2015-01-29T12:27:16.964 INFO:tasks.workunit.client.0.mira115.stdout:Time: 123.686
2015-01-29T12:27:16.964 INFO:tasks.workunit.client.0.mira115.stdout:There were 2 failures:
2015-01-29T12:27:16.964 INFO:tasks.workunit.client.0.mira115.stdout:1) test_ftruncate(com.ceph.fs.CephMountTest)
2015-01-29T12:27:16.991 INFO:tasks.workunit.client.0.mira115.stdout:java.lang.AssertionError
2015-01-29T12:27:16.991 INFO:tasks.workunit.client.0.mira115.stdout:    at org.junit.Assert.fail(Assert.java:86)
2015-01-29T12:27:16.992 INFO:tasks.workunit.client.0.mira115.stdout:    at org.junit.Assert.assertTrue(Assert.java:41)
2015-01-29T12:27:16.992 INFO:tasks.workunit.client.0.mira115.stdout:    at org.junit.Assert.assertTrue(Assert.java:52)
2015-01-29T12:27:16.992 INFO:tasks.workunit.client.0.mira115.stdout:    at com.ceph.fs.CephMountTest.test_ftruncate(CephMountTest.java:767)

.
.
.
2015-01-29T12:27:17.002 INFO:tasks.workunit.client.0.mira115.stdout:2) com.ceph.fs.CephMountTest
2015-01-29T12:27:17.003 INFO:tasks.workunit.client.0.mira115.stdout:java.io.IOException: Directory not empty
2015-01-29T12:27:17.003 INFO:tasks.workunit.client.0.mira115.stdout:    at com.ceph.fs.CephMount.native_ceph_rmdir(Native Method)
2015-01-29T12:27:17.004 INFO:tasks.workunit.client.0.mira115.stdout:    at com.ceph.fs.CephMount.rmdir(CephMount.java:392)
2015-01-29T12:27:17.004 INFO:tasks.workunit.client.0.mira115.stdout:    at com.ceph.fs.CephMountTest.destroy(CephMountTest.java:62)
.
.
.
2015-01-29T12:27:17.009 INFO:tasks.workunit.client.0.mira115.stdout:FAILURES!!!
2015-01-29T12:27:17.009 INFO:tasks.workunit.client.0.mira115.stdout:Tests run: 91,  Failures: 2
2015-01-29T12:27:17.009 INFO:tasks.workunit.client.0.mira115.stdout:
2015-01-29T12:27:17.011 INFO:tasks.workunit:Stopping ['libcephfs-java/test.sh'] on client.0...
2015-01-29T12:27:17.011 INFO:teuthology.orchestra.run.mira115:Running: 'rm -rf -- /home/ubuntu/cephtest/workunits.list /home/ubuntu/cephtest/workunit.client.0'
2015-01-29T12:27:17.097 ERROR:teuthology.parallel:Exception in parallel execution
Traceback (most recent call last):
  File "/home/teuthworker/src/teuthology_master/teuthology/parallel.py", line 82, in __exit__
    for result in self:
  File "/home/teuthworker/src/teuthology_master/teuthology/parallel.py", line 101, in next
    resurrect_traceback(result)
  File "/home/teuthworker/src/teuthology_master/teuthology/parallel.py", line 19, in capture_traceback
    return func(*args, **kwargs)
  File "/var/lib/teuthworker/src/ceph-qa-suite_master/tasks/workunit.py", line 359, in _run_tests
    args=args,
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/remote.py", line 128, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 368, in run
    r.wait()
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 106, in wait
    exitstatus=status, node=self.hostname)
CommandFailedError: Command failed on mira115 with status 1: 'mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=94bb26524386d62f6b71314c43fc0e3d88e31b35 TESTDIR="/home/ubuntu/cephtest" CEPH_ID="0" adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/workunit.client.0/libcephfs-java/test.sh'

The libcephfs-java tests haven't been running reliably in quite a while thanks to package issues, so this could be a real bug which has been around for a while?

Actions

Also available in: Atom PDF