Project

General

Profile

Bug #44225

Updated by Nathan Cutler about 4 years ago

<pre> 
 (virtualenv) smithfarm@teuthology:~$ teuthology-kill -m smithi -r smithfarm-2020-02-20_09:21:00-rados:cephadm:smoke-master-distro-basic-smithi 
 2020-02-20 11:16:43,840.840 INFO:teuthology.kill:Assembling run information... 
 2020-02-20 11:16:43,886.886 INFO:teuthology.kill:Checking Beanstalk Queue... 
 /home/smithfarm/teuthology/virtualenv/local/lib/python2.7/site-packages/beanstalkc.py:141: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 
   return self._parse_yaml(body) 
 </pre> 

 We should probably take some kind of action here. Maybe this warning will go away once teuthology has been ported to Python 3, though.

Back