Project

General

Profile

Bug #12548

CEPH_QA_SUITE/AARCH64: ceph_test_filejournal fail

Added by Yazen Ghannam over 8 years ago. Updated about 8 years ago.

Status:
Can't reproduce
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
aarch64 arm64
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
rados
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

The follow test fails on AArch64:
rados:objectstore/{filejournal.yaml}

Sample Output:

2015-07-24T14:53:54.541 INFO:teuthology.orchestra.run.teuth9.stdout:[----------] Global test environment tear-down
2015-07-24T14:53:54.542 INFO:teuthology.orchestra.run.teuth9.stdout:[==========] 12 tests from 1 test case ran. (17276 ms total)
2015-07-24T14:53:54.542 INFO:teuthology.orchestra.run.teuth9.stdout:[  PASSED  ] 11 tests.
2015-07-24T14:53:54.543 INFO:teuthology.orchestra.run.teuth9.stdout:[  FAILED  ] 1 test, listed below:
2015-07-24T14:53:54.544 INFO:teuthology.orchestra.run.teuth9.stdout:[  FAILED  ] TestFileJournal.ReplayCorrupt
2015-07-24T14:53:54.545 INFO:teuthology.orchestra.run.teuth9.stdout:
2015-07-24T14:53:54.546 INFO:teuthology.orchestra.run.teuth9.stdout: 1 FAILED TEST
2015-07-24T14:53:54.553 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/teuthology_master/teuthology/run_tasks.py", line 53, in run_tasks
    manager = run_one_task(taskname, ctx=ctx, config=config)
  File "/home/teuthworker/src/teuthology_master/teuthology/run_tasks.py", line 41, in run_one_task
    return fn(**kwargs)
  File "/home/teuthworker/src/teuthology_master/teuthology/task/exec.py", line 54, in task
    c],
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/remote.py", line 137, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 378, in run
    r.wait()
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 114, in wait
    label=self.label)
CommandFailedError: Command failed on teuth9 with status 1: 'sudo TESTDIR=/home/ubuntu/cephtest bash -c ceph_test_filejournal'

teuthology-rados_objectstore_ceph_test_filejournal_fail.log View (230 KB) Yazen Ghannam, 07/31/2015 12:14 PM

History

#1 Updated by Loïc Dachary about 8 years ago

  • Status changed from New to Can't reproduce
  • Tags changed from aarch64 to aarch64 arm64

On the jewel branch ( a0e5aa5c8aafda8ac6968890fa50a813c53f7adc ), compiled with NPROC=8 ./run-make-check.sh on Ubuntu 14.04.1 the test passes 10 times in a row. The cluster was started from sources in the src directory with:

./stop.sh ; rm -fr out dev ; MON=1 OSD=3 ./vstart.sh -X -d -n -l mon osd

and the test run with

while : ; do echo -n . ; ./ceph_test_filejournal > /tmp/out 2>&1 || break ; done

processor       : 0 [nid: 0]
Features        : fp asimd evtstrm
CPU implementer : 0x50
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0x000
CPU revision    : 1

Also available in: Atom PDF