Project

General

Profile

Bug #12545

CEPH_QA_SUITE/AARCH64: Command failed (workunit test rbd/map-snapshot-io.sh)

Added by Yazen Ghannam over 8 years ago. Updated almost 5 years ago.

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

0%

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

Description

The following tests fail on AArch64:
krbd:rbd-nomount/{clusters/fixed-3.yaml conf.yaml fs/btrfs.yaml install/ceph.yaml msgr-failures/many.yaml tasks/rbd_map_snapshot_io.yaml}
krbd:rbd-nomount/{clusters/fixed-3.yaml conf.yaml fs/btrfs.yaml install/ceph.yaml msgr-failures/few.yaml tasks/rbd_map_snapshot_io.yaml}

Sample Output:

2015-07-29T17:53:37.378 INFO:teuthology.run_tasks:Running task workunit...
2015-07-29T17:53:37.380 INFO:tasks.workunit:Pulling workunits from ref workunit-fixes-for-aarch64
2015-07-29T17:53:37.381 INFO:tasks.workunit:Making a separate scratch dir for every client...
2015-07-29T17:53:37.382 INFO:teuthology.orchestra.run.msteuth07:Running: 'stat -- /home/ubuntu/cephtest/mnt.0'
2015-07-29T17:53:37.398 INFO:teuthology.orchestra.run.msteuth07:Running: 'mkdir -- /home/ubuntu/cephtest/mnt.0'
2015-07-29T17:53:37.441 INFO:tasks.workunit:Created dir /home/ubuntu/cephtest/mnt.0
2015-07-29T17:53:37.443 INFO:teuthology.orchestra.run.msteuth07:Running: 'cd -- /home/ubuntu/cephtest/mnt.0 && mkdir -- client.0'
2015-07-29T17:53:37.519 INFO:teuthology.orchestra.run.msteuth07:Running: "mkdir -- /home/ubuntu/cephtest/workunit.client.0 && git archive --remote=/home/ubuntu/ceph workunit-fixes-for-aarch64:qa/workunits | tar -C /home/ubuntu/cephtest/workunit.client.0 -x -f- && cd -- /home/ubuntu/cephtest/workunit.client.0 && if test -e Makefile ; then make ; fi && find -executable -type f -printf '%P\\0' >/home/ubuntu/cephtest/workunits.list.client.0" 
2015-07-29T17:53:37.581 INFO:tasks.workunit.client.0.msteuth07.stdout:for d in direct_io fs ; do ( cd $d ; make all ) ; done
2015-07-29T17:53:37.585 INFO:tasks.workunit.client.0.msteuth07.stdout:make[1]: Entering directory `/home/ubuntu/cephtest/workunit.client.0/direct_io'
2015-07-29T17:53:37.585 INFO:tasks.workunit.client.0.msteuth07.stdout:cc -Wall -Wextra -D_GNU_SOURCE direct_io_test.c -o direct_io_test
2015-07-29T17:53:37.718 INFO:tasks.workunit.client.0.msteuth07.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_sync_io.c -o test_sync_io
2015-07-29T17:53:37.852 INFO:tasks.workunit.client.0.msteuth07.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_short_dio_read.c -o test_short_dio_read
2015-07-29T17:53:37.954 INFO:tasks.workunit.client.0.msteuth07.stdout:make[1]: Leaving directory `/home/ubuntu/cephtest/workunit.client.0/direct_io'
2015-07-29T17:53:37.957 INFO:tasks.workunit.client.0.msteuth07.stdout:make[1]: Entering directory `/home/ubuntu/cephtest/workunit.client.0/fs'
2015-07-29T17:53:37.958 INFO:tasks.workunit.client.0.msteuth07.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_o_trunc.c -o test_o_trunc
2015-07-29T17:53:38.055 INFO:tasks.workunit.client.0.msteuth07.stdout:make[1]: Leaving directory `/home/ubuntu/cephtest/workunit.client.0/fs'
2015-07-29T17:53:38.151 INFO:tasks.workunit:Running workunits matching rbd/map-snapshot-io.sh on client.0...
2015-07-29T17:53:38.152 INFO:tasks.workunit:Running workunit rbd/map-snapshot-io.sh...
2015-07-29T17:53:38.153 INFO:teuthology.orchestra.run.msteuth07:Running (workunit test rbd/map-snapshot-io.sh): '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=workunit-fixes-for-aarch64 TESTDIR="/home/ubuntu/cephtest" CEPH_ID="0" PATH=$PATH:/usr/sbin adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/workunit.client.0/rbd/map-snapshot-io.sh'
2015-07-29T17:53:38.548 INFO:tasks.workunit.client.0.msteuth07.stdout:/dev/rbd0
2015-07-29T17:53:38.559 INFO:tasks.workunit:Stopping ['rbd/map-snapshot-io.sh'] on client.0...
2015-07-29T17:53:38.561 INFO:teuthology.orchestra.run.msteuth07:Running: 'rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/workunit.client.0'
2015-07-29T17:53:38.578 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 "/home/teuthworker/src/ceph-qa-suite_no_valgrind/tasks/workunit.py", line 361, in _run_tests
    label="workunit test {workunit}".format(workunit=workunit)
  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 (workunit test rbd/map-snapshot-io.sh) on msteuth07 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=workunit-fixes-for-aarch64 TESTDIR="/home/ubuntu/cephtest" CEPH_ID="0" PATH=$PATH:/usr/sbin adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/workunit.client.0/rbd/map-snapshot-io.sh'
2015-07-29T17:53:38.580 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/ceph-qa-suite_no_valgrind/tasks/workunit.py", line 115, in task
    config.get('subdir'), timeout=timeout)
  File "/home/teuthworker/src/ceph-qa-suite_no_valgrind/tasks/workunit.py", line 252, in _spawn_on_all_clients
    timeout=timeout)
  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 "/home/teuthworker/src/ceph-qa-suite_no_valgrind/tasks/workunit.py", line 361, in _run_tests
    label="workunit test {workunit}".format(workunit=workunit)
  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 (workunit test rbd/map-snapshot-io.sh) on msteuth07 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=workunit-fixes-for-aarch64 TESTDIR="/home/ubuntu/cephtest" CEPH_ID="0" PATH=$PATH:/usr/sbin adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/workunit.client.0/rbd/map-snapshot-io.sh'

teuthology-krbd_rbd-nomount_rbd_map_snapshot_io_fail.log View (363 KB) Yazen Ghannam, 07/31/2015 11:08 AM

History

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

  • Project changed from Ceph to rbd
  • Tags changed from aarch64 to aarch64 arm64

#2 Updated by Jason Dillaman over 7 years ago

  • Priority changed from Normal to Low

#3 Updated by Jason Dillaman almost 5 years ago

  • Status changed from New to Can't reproduce

Also available in: Atom PDF