Project

General

Profile

Bug #39722

Updated by Patrick Donnelly almost 5 years ago

<pre> 
 2019-05-11T02:08:11.979 INFO:teuthology.orchestra.run.smithi136.stderr:Traceback (most recent call last): 
 2019-05-11T02:08:11.980 INFO:teuthology.orchestra.run.smithi136.stderr:    File "<string>", line 9, in <module> 
 2019-05-11T02:08:11.980 INFO:teuthology.orchestra.run.smithi136.stderr:    File "/usr/lib/python3/dist-packages/ceph_volume_client.py", line 506, in connect 
 2019-05-11T02:08:11.980 INFO:teuthology.orchestra.run.smithi136.stderr:      self._connect(premount_evict) 
 2019-05-11T02:08:11.980 INFO:teuthology.orchestra.run.smithi136.stderr:    File "/usr/lib/python3/dist-packages/ceph_volume_client.py", line 484, in _connect 
 2019-05-11T02:08:11.980 INFO:teuthology.orchestra.run.smithi136.stderr:      self.recover() 
 2019-05-11T02:08:11.980 INFO:teuthology.orchestra.run.smithi136.stderr:    File "/usr/lib/python3/dist-packages/ceph_volume_client.py", line 309, in recover 
 2019-05-11T02:08:11.981 INFO:teuthology.orchestra.run.smithi136.stderr:      match = re.search(regex, d.d_name) 
 2019-05-11T02:08:11.981 INFO:teuthology.orchestra.run.smithi136.stderr:    File "/usr/lib/python3.6/re.py", line 182, in search 
 2019-05-11T02:08:11.981 INFO:teuthology.orchestra.run.smithi136.stderr:      return _compile(pattern, flags).search(string) 
 2019-05-11T02:08:11.981 INFO:teuthology.orchestra.run.smithi136.stderr:TypeError: cannot use a string pattern on a bytes-like object 
 </pre> 

 From: /ceph/teuthology-archive/pdonnell-2019-05-10_23:53:02-fs-wip-pdonnell-testing-20190510.182613-distro-basic-smithi/3947593/teuthology.log 

 Looks new. Dunno why we've never seen this before.

Back