2021-02-26T21:56:38.860 INFO:root:teuthology version: 1.1.0-0187b24e 2021-02-26T21:56:39.007 INFO:teuthology.lock.ops:Start node 'ubuntu@smithi111.front.sepia.ceph.com' reimaging 2021-02-26T21:56:40.296 INFO:teuthology.lock.ops:Updating [ubuntu@smithi111.front.sepia.ceph.com]: reset os type and version on server 2021-02-26T21:56:40.297 INFO:teuthology.lock.ops:Updating smithi111.front.sepia.ceph.com on lock server 2021-02-26T21:56:40.315 INFO:teuthology.lock.ops:Node 'ubuntu@smithi111.front.sepia.ceph.com' reimaging is complete 2021-02-26T21:56:40.315 INFO:teuthology.lock.ops:Start node 'ubuntu@smithi171.front.sepia.ceph.com' reimaging 2021-02-26T21:56:40.315 INFO:teuthology.lock.ops:Updating [ubuntu@smithi171.front.sepia.ceph.com]: reset os type and version on server 2021-02-26T21:56:40.316 INFO:teuthology.lock.ops:Updating smithi171.front.sepia.ceph.com on lock server 2021-02-26T21:56:40.330 INFO:teuthology.lock.ops:Node 'ubuntu@smithi171.front.sepia.ceph.com' reimaging is complete 2021-02-26T21:56:40.527 INFO:teuthology.provision.fog.smithi171:Scheduling deploy of ubuntu 20.04 2021-02-26T21:56:40.532 INFO:teuthology.provision.fog.smithi111:Scheduling deploy of ubuntu 20.04 2021-02-26T21:56:40.865 INFO:teuthology.orchestra.console:Power off smithi171 2021-02-26T21:56:40.880 INFO:teuthology.orchestra.console:Power off smithi111 2021-02-26T21:56:49.248 INFO:teuthology.orchestra.console:Power off for smithi111 completed 2021-02-26T21:56:49.350 INFO:teuthology.orchestra.console:Power on smithi111 2021-02-26T21:56:53.356 INFO:teuthology.orchestra.console:Power off for smithi171 completed 2021-02-26T21:56:53.458 INFO:teuthology.orchestra.console:Power on smithi171 2021-02-26T21:56:57.713 INFO:teuthology.orchestra.console:Power on for smithi171 completed 2021-02-26T21:56:57.721 INFO:teuthology.orchestra.console:Power on for smithi111 completed 2021-02-26T21:56:57.815 INFO:teuthology.provision.fog.smithi171:Waiting for deploy to finish 2021-02-26T21:56:57.822 INFO:teuthology.provision.fog.smithi111:Waiting for deploy to finish 2021-02-26T22:02:33.072 INFO:teuthology.orchestra.run:Running command with timeout 600 2021-02-26T22:02:33.542 INFO:teuthology.provision.fog.smithi171:Node is ready 2021-02-26T22:02:33.558 ERROR:teuthology:Uncaught exception (Hub) Traceback (most recent call last): File "src/gevent/greenlet.py", line 766, in gevent._greenlet.Greenlet.run File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/orchestra/run.py", line 325, in copy_file_to copy_to_log(src, logger, capture=stream, quiet=quiet) File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/orchestra/run.py", line 288, in copy_to_log if line.endswith('\n'): TypeError: endswith first arg must be bytes or a tuple of bytes, not str 2021-02-26T22:02:33.560 ERROR:teuthology.dispatcher.supervisor:Reimaging error. Nuking machines... Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/dispatcher/supervisor.py", line 163, in reimage reimaged = reimage_machines(ctx, targets, job_config['machine_type']) File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/lock/ops.py", line 306, in reimage_machines log.info("Node '%s' reimaging is complete", machine) File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/provision/fog.py", line 91, in create self._fix_hostname() File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/provision/fog.py", line 284, in _fix_hostname wrong_hostname = self.remote.sh('hostname').strip() File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/orchestra/remote.py", line 259, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/orchestra/remote.py", line 215, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/orchestra/run.py", line 457, in run r.wait() File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/orchestra/run.py", line 148, in wait greenlet.get(block=True,timeout=60) File "src/gevent/greenlet.py", line 683, in gevent._greenlet.Greenlet.get File "src/gevent/greenlet.py", line 317, in gevent._greenlet.Greenlet._raise_exception File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/virtualenv/lib/python3.6/site-packages/gevent/_compat.py", line 47, in reraise raise value.with_traceback(tb) File "src/gevent/greenlet.py", line 766, in gevent._greenlet.Greenlet.run File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/orchestra/run.py", line 325, in copy_file_to copy_to_log(src, logger, capture=stream, quiet=quiet) File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/orchestra/run.py", line 288, in copy_to_log if line.endswith('\n'): TypeError: endswith first arg must be bytes or a tuple of bytes, not str 2021-02-26T22:02:33.622 INFO:teuthology.nuke:Checking targets against current locks 2021-02-26T22:02:33.769 INFO:teuthology.task.internal.check_lock:Checking locks... 2021-02-26T22:02:33.775 INFO:teuthology.task.internal.check_lock:Checking locks... 2021-02-26T22:02:33.833 INFO:teuthology.orchestra.console:Power off smithi111 2021-02-26T22:02:33.848 INFO:teuthology.orchestra.console:Power off smithi171 2021-02-26T22:02:46.311 INFO:teuthology.orchestra.console:Power off for smithi111 completed 2021-02-26T22:02:46.323 INFO:teuthology.orchestra.console:Power off for smithi171 completed 2021-02-26T22:02:46.457 INFO:teuthology.lock.ops:unlocked smithi111.front.sepia.ceph.com 2021-02-26T22:02:46.462 INFO:teuthology.lock.ops:unlocked smithi171.front.sepia.ceph.com 2021-02-26T22:02:46.463 CRITICAL:teuthology:Uncaught exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/virtualenv/bin/teuthology-dispatcher", line 33, in sys.exit(load_entry_point('teuthology', 'console_scripts', 'teuthology-dispatcher')()) File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/scripts/dispatcher.py", line 33, in main teuthology.dispatcher.main(args) File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/dispatcher/__init__.py", line 61, in main return supervisor.main(args) File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/dispatcher/supervisor.py", line 50, in main reimage(job_config) File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/dispatcher/supervisor.py", line 163, in reimage reimaged = reimage_machines(ctx, targets, job_config['machine_type']) File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/lock/ops.py", line 306, in reimage_machines log.info("Node '%s' reimaging is complete", machine) File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/provision/fog.py", line 91, in create self._fix_hostname() File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/provision/fog.py", line 284, in _fix_hostname wrong_hostname = self.remote.sh('hostname').strip() File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/orchestra/remote.py", line 259, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/orchestra/remote.py", line 215, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/orchestra/run.py", line 457, in run r.wait() File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/orchestra/run.py", line 148, in wait greenlet.get(block=True,timeout=60) File "src/gevent/greenlet.py", line 683, in gevent._greenlet.Greenlet.get File "src/gevent/greenlet.py", line 317, in gevent._greenlet.Greenlet._raise_exception File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/virtualenv/lib/python3.6/site-packages/gevent/_compat.py", line 47, in reraise raise value.with_traceback(tb) File "src/gevent/greenlet.py", line 766, in gevent._greenlet.Greenlet.run File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/orchestra/run.py", line 325, in copy_file_to copy_to_log(src, logger, capture=stream, quiet=quiet) File "/home/teuthworker/src/git.ceph.com_git_teuthology_0187b24e7975a980598587af7f6fcfd6060708b2/teuthology/orchestra/run.py", line 288, in copy_to_log if line.endswith('\n'): TypeError: endswith first arg must be bytes or a tuple of bytes, not str