Project

General

Profile

Bug #41651

Updated by Patrick Donnelly over 4 years ago

run tautology: qa/suites/fs/verify/tasks/cfuse_workunit_suites_dbench.yaml 
 teuthology log: 

 <pre> 
 2019-08-27T09:42:56.210 INFO:tasks.workunit:Running workunit suites/dbench.sh... 
 2019-08-27T09:42:56.210 INFO:teuthology.orchestra.run.typica001:Running (workunit test suites/dbench.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=e0f321d1bd68f54709994e125e97e646475599fe 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/suites/dbench.sh' 
 2019-08-27T09:42:56.859 INFO:tasks.workunit.client.0.typica001.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/suites/dbench.sh: line 5: dbench: command not found 
 2019-08-27T09:42:56.860 INFO:tasks.workunit:Stopping ['suites/dbench.sh'] on client.0... 
 2019-08-27T09:42:56.860 INFO:teuthology.orchestra.run.typica001:Running: 'sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0' 
 2019-08-27T09:42:57.105 ERROR:teuthology.run_tasks:Saw exception from tasks. 
 Traceback (most recent call last): 
   File "/home/teuthology/src/git.umcloud.io_storage_teuthology_master/teuthology/run_tasks.py", line 86, in run_tasks 
     manager = run_one_task(taskname, ctx=ctx, config=config) 
   File "/home/teuthology/src/git.umcloud.io_storage_teuthology_master/teuthology/run_tasks.py", line 65, in run_one_task 
     return task(**kwargs) 
   File "/home/teuthology/src/git.umcloud.io_storage_UMStor-OS_nautilus/qa/tasks/workunit.py", line 136, in task 
     cleanup=cleanup) 
   File "/home/teuthology/src/git.umcloud.io_storage_UMStor-OS_nautilus/qa/tasks/workunit.py", line 286, in _spawn_on_all_clients 
     timeout=timeout) 
   File "/home/teuthology/src/git.umcloud.io_storage_teuthology_master/teuthology/parallel.py", line 85, in __exit__ 
     for result in self: 
   File "/home/teuthology/src/git.umcloud.io_storage_teuthology_master/teuthology/parallel.py", line 99, in next 
     resurrect_traceback(result) 
   File "/home/teuthology/src/git.umcloud.io_storage_teuthology_master/teuthology/parallel.py", line 22, in capture_traceback 
     return func(*args, **kwargs) 
   File "/home/teuthology/src/git.umcloud.io_storage_UMStor-OS_nautilus/qa/tasks/workunit.py", line 409, in _run_tests 
     label="workunit test {workunit}".format(workunit=workunit) 
   File "/home/teuthology/src/git.umcloud.io_storage_teuthology_master/teuthology/orchestra/remote.py", line 193, in run 
     r = self._runner(client=self.ssh, name=self.shortname, **kwargs) 
   File "/home/teuthology/src/git.umcloud.io_storage_teuthology_master/teuthology/orchestra/run.py", line 423, in run 
     r.wait() 
   File "/home/teuthology/src/git.umcloud.io_storage_teuthology_master/teuthology/orchestra/run.py", line 155, in wait 
     self._raise_for_status() 
   File "/home/teuthology/src/git.umcloud.io_storage_teuthology_master/teuthology/orchestra/run.py", line 177, in _raise_for_status 
     node=self.hostname, label=self.label 
 CommandFailedError: Command failed (workunit test suites/dbench.sh) on typica001 with status 127: '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=e0f321d1bd68f54709994e125e97e646475599fe 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/suites/dbench.sh' 
 </pre>

Back