Project

General

Profile

Actions

Bug #26927

closed

errors in /cli_generic.sh in rbd-luminous-distro-basic-smithi

Added by Yuri Weinstein over 5 years ago. Updated over 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Jason Dillaman
Target version:
-
% Done:

0%

Source:
Q/A
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
rbd
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Run: http://pulpito.ceph.com/teuthology-2018-08-11_04:00:02-rbd-luminous-distro-basic-smithi/
Jobs: '2891892', '2891931', '2891968'
Logs: http://qa-proxy.ceph.com/teuthology/teuthology-2018-08-11_04:00:02-rbd-luminous-distro-basic-smithi/2891892/teuthology.log

2018-08-12T23:05:56.150 INFO:tasks.workunit.client.0.smithi112.stderr:+ rbd ls
2018-08-12T23:05:56.151 INFO:tasks.workunit.client.0.smithi112.stderr:+ grep test1
2018-08-12T23:05:56.187 INFO:tasks.workunit.client.0.smithi112.stdout:test1
2018-08-12T23:05:56.187 INFO:tasks.workunit.client.0.smithi112.stderr:+ rbd ls
2018-08-12T23:05:56.187 INFO:tasks.workunit.client.0.smithi112.stderr:+ grep test2
2018-08-12T23:05:56.215 INFO:tasks.workunit.client.0.smithi112.stdout:test2
2018-08-12T23:05:56.216 INFO:tasks.workunit.client.0.smithi112.stderr:+ rbd ls
2018-08-12T23:05:56.216 INFO:tasks.workunit.client.0.smithi112.stderr:+ wc -l
2018-08-12T23:05:56.216 INFO:tasks.workunit.client.0.smithi112.stderr:+ grep 2
2018-08-12T23:05:56.241 INFO:tasks.workunit.client.0.smithi112.stdout:2
2018-08-12T23:05:56.241 INFO:tasks.workunit.client.0.smithi112.stderr:+ rbd ls -l
2018-08-12T23:05:56.242 INFO:tasks.workunit.client.0.smithi112.stderr:+ grep test1.*1024k.*1
2018-08-12T23:05:56.274 INFO:tasks.workunit.client.0.smithi112.stderr:2018-08-12 23:05:56.281397 7f2b616a6700  0 -- 172.21.15.112:0/2475221857 >> 172.21.15.112:6805/12503 conn(0x55d553a57c60 :-1 s=STATE_OPEN pgs=244 cs=1 l=1).read_until injecting socket failure
2018-08-12T23:05:56.277 INFO:tasks.workunit:Stopping ['rbd/cli_generic.sh'] on client.0...
2018-08-12T23:05:56.277 INFO:teuthology.orchestra.run.smithi112:Running: 'rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0'
2018-08-12T23:05:56.352 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/run_tasks.py", line 86, in run_tasks
    manager = run_one_task(taskname, ctx=ctx, config=config)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/run_tasks.py", line 65, in run_one_task
    return task(**kwargs)
  File "/home/teuthworker/src/git.ceph.com_ceph_luminous/qa/tasks/workunit.py", line 190, in task
    timeout=timeout)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/parallel.py", line 85, in __exit__
    for result in self:
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/parallel.py", line 99, in next
    resurrect_traceback(result)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/parallel.py", line 22, in capture_traceback
    return func(*args, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_ceph_luminous/qa/tasks/workunit.py", line 473, in _run_tests
    label="workunit test {workunit}".format(workunit=workunit)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/remote.py", line 193, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 423, in run
    r.wait()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 155, in wait
    self._raise_for_status()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 177, in _raise_for_status
    node=self.hostname, label=self.label
CommandFailedError: Command failed (workunit test rbd/cli_generic.sh) on smithi112 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=luminous TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/rbd/cli_generic.sh'
Actions #1

Updated by Greg Farnum over 5 years ago

  • Project changed from Ceph to rbd
Actions #2

Updated by Nathan Cutler over 5 years ago

  • Assignee set to Nathan Cutler
Actions #3

Updated by Jason Dillaman over 5 years ago

  • Status changed from New to In Progress
  • Assignee changed from Nathan Cutler to Jason Dillaman
Actions #4

Updated by Yuri Weinstein over 5 years ago

Jason Dillaman wrote:

PR: https://github.com/ceph/ceph/pull/23776

merged

Actions #5

Updated by Jason Dillaman over 5 years ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF