Project

General

Profile

Bug #53220

Updated by Casey Bodley over 2 years ago

<pre> 
 2021-11-10T19:01:40.487 INFO:teuthology.task.internal:Tidying up after the test... 
 2021-11-10T19:01:40.488 DEBUG:teuthology.orchestra.run.smithi129:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 
 2021-11-10T19:01:40.490 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 
 2021-11-10T19:01:40.501 INFO:teuthology.orchestra.run.smithi129.stdout:     394301        4 drwxr-xr-x     3    ubuntu     ubuntu         4096 Nov 10 19:01 /home/ubuntu/cephtest 
 2021-11-10T19:01:40.501 INFO:teuthology.orchestra.run.smithi129.stdout:    1446708        4 drwxrwxr-x     3    ubuntu     ubuntu         4096 Nov 10 19:01 /home/ubuntu/cephtest/kafka-2.6.0-src 
 2021-11-10T19:01:40.502 INFO:teuthology.orchestra.run.smithi129.stdout:    1446709        4 drwxrwxr-x     2    ubuntu     ubuntu         4096 Nov 10 19:01 /home/ubuntu/cephtest/kafka-2.6.0-src/logs 
 2021-11-10T19:01:40.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 
 2021-11-10T19:01:40.503 INFO:teuthology.orchestra.run.smithi129.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 
 2021-11-10T19:01:40.504 ERROR:teuthology.run_tasks:Manager failed: internal.base 
 Traceback (most recent call last): 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_91815aeb94449f1ea4365867a0fd4c60103057e1/teuthology/run_tasks.py", line 176, in run_tasks 
     suppress = manager.__exit__(*exc_info) 
   File "/usr/lib/python3.6/contextlib.py", line 88, in __exit__ 
     next(self.gen) 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_91815aeb94449f1ea4365867a0fd4c60103057e1/teuthology/task/internal/__init__.py", line 58, in base 
     wait=False, 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_91815aeb94449f1ea4365867a0fd4c60103057e1/teuthology/orchestra/run.py", line 479, in wait 
     proc.wait() 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_91815aeb94449f1ea4365867a0fd4c60103057e1/teuthology/orchestra/run.py", line 161, in wait 
     self._raise_for_status() 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_91815aeb94449f1ea4365867a0fd4c60103057e1/teuthology/orchestra/run.py", line 183, in _raise_for_status 
     node=self.hostname, label=self.label 
 teuthology.exceptions.CommandFailedError: Command failed on smithi129 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 
 </pre> 
 from http://qa-proxy.ceph.com/teuthology/cbodley-2021-11-10_18:18:35-rgw-wip-cbodley-testing-distro-basic-smithi/6496484/teuthology.log

Back