2021-07-25T03:04:56.293 INFO:root:teuthology version: 1.1.0-b6f3efab 2021-07-25T03:04:56.491 INFO:teuthology.lock.ops:Start node 'ubuntu@smithi005.front.sepia.ceph.com' reimaging 2021-07-25T03:04:56.494 INFO:teuthology.lock.ops:Updating [ubuntu@smithi005.front.sepia.ceph.com]: reset os type and version on server 2021-07-25T03:04:56.495 INFO:teuthology.lock.ops:Updating smithi005.front.sepia.ceph.com on lock server 2021-07-25T03:04:56.520 INFO:teuthology.lock.ops:Node 'ubuntu@smithi005.front.sepia.ceph.com' reimaging is complete 2021-07-25T03:04:56.521 INFO:teuthology.lock.ops:Start node 'ubuntu@smithi154.front.sepia.ceph.com' reimaging 2021-07-25T03:04:56.521 INFO:teuthology.lock.ops:Updating [ubuntu@smithi154.front.sepia.ceph.com]: reset os type and version on server 2021-07-25T03:04:56.521 INFO:teuthology.lock.ops:Updating smithi154.front.sepia.ceph.com on lock server 2021-07-25T03:04:56.585 INFO:teuthology.lock.ops:Node 'ubuntu@smithi154.front.sepia.ceph.com' reimaging is complete 2021-07-25T03:04:56.820 INFO:teuthology.provision.fog.smithi005:Scheduling deploy of centos 8.2 2021-07-25T03:04:56.826 INFO:teuthology.provision.fog.smithi154:Scheduling deploy of centos 8.2 2021-07-25T03:04:57.236 INFO:teuthology.orchestra.console:Power off smithi005 2021-07-25T03:04:57.339 INFO:teuthology.orchestra.console:Power off smithi154 2021-07-25T03:04:57.487 INFO:teuthology.orchestra.console:Power off for smithi005 completed 2021-07-25T03:04:57.538 INFO:teuthology.orchestra.console:Power off for smithi154 completed 2021-07-25T03:04:57.593 INFO:teuthology.orchestra.console:Power on smithi005 2021-07-25T03:04:57.640 INFO:teuthology.orchestra.console:Power on smithi154 2021-07-25T03:05:01.948 INFO:teuthology.orchestra.console:Power on for smithi005 completed 2021-07-25T03:05:02.054 INFO:teuthology.provision.fog.smithi005:Waiting for deploy to finish 2021-07-25T03:05:06.108 INFO:teuthology.orchestra.console:Power on for smithi154 completed 2021-07-25T03:05:06.211 INFO:teuthology.provision.fog.smithi154:Waiting for deploy to finish 2021-07-25T03:07:18.731 ERROR:teuthology.orchestra.connection:Error authenticating with smithi005.front.sepia.ceph.com: Authentication failed. 2021-07-25T03:08:50.356 INFO:teuthology.orchestra.run:Running command with timeout 600 2021-07-25T03:09:05.503 INFO:teuthology.provision.fog.smithi005:Node is ready 2021-07-25T03:09:05.523 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005.front.sepia.ceph.com 2021-07-25T03:09:05.581 INFO:teuthology.orchestra.run.smithi005.stdout:172.21.15.5 smithi005.front.sepia.ceph.com smithi005 2021-07-25T03:09:05.938 INFO:teuthology.provision.fog.smithi005:Deploy complete! 2021-07-25T03:09:30.391 INFO:teuthology.orchestra.run:Running command with timeout 600 2021-07-25T03:09:45.560 ERROR:teuthology.dispatcher.supervisor:Reimaging error. Nuking machines... Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/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_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/lock/ops.py", line 317, in reimage_machines log.info("Node '%s' reimaging is complete", machine) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/provision/fog.py", line 90, in create self._wait_for_ready() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/provision/fog.py", line 275, in _wait_for_ready self.remote.run(args=cmd, timeout=600) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/orchestra/remote.py", line 509, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/orchestra/run.py", line 175, in _raise_for_status node=self.hostname) teuthology.exceptions.ConnectionLostError: SSH connection to smithi154 was lost: "while [ ! -e '/.cephlab_net_configured' ]; do sleep 5; done" 2021-07-25T03:09:45.609 INFO:teuthology.nuke:Checking targets against current locks 2021-07-25T03:09:45.700 INFO:teuthology.task.internal.check_lock:Checking locks... 2021-07-25T03:09:45.703 INFO:teuthology.task.internal.check_lock:Checking locks... 2021-07-25T03:09:45.754 INFO:teuthology.orchestra.console:Power off smithi005 2021-07-25T03:09:45.770 INFO:teuthology.orchestra.console:Power off smithi154 2021-07-25T03:09:50.015 INFO:teuthology.orchestra.console:Power off for smithi005 completed 2021-07-25T03:09:50.155 INFO:teuthology.lock.ops:unlocked smithi005.front.sepia.ceph.com 2021-07-25T03:09:54.135 INFO:teuthology.orchestra.console:Power off for smithi154 completed 2021-07-25T03:09:54.262 ERROR:teuthology.lock.ops:failed to unlock smithi154.front.sepia.ceph.com. reason: Cannot unlock an already-unlocked node 2021-07-25T03:09:54.263 CRITICAL:teuthology:Uncaught exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/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_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/scripts/dispatcher.py", line 33, in main teuthology.dispatcher.main(args) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/dispatcher/__init__.py", line 61, in main return supervisor.main(args) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/dispatcher/supervisor.py", line 50, in main reimage(job_config) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/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_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/lock/ops.py", line 317, in reimage_machines log.info("Node '%s' reimaging is complete", machine) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/provision/fog.py", line 90, in create self._wait_for_ready() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/provision/fog.py", line 275, in _wait_for_ready self.remote.run(args=cmd, timeout=600) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/orchestra/remote.py", line 509, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b6f3efab84b70e18e86ec271a07564aeb4ed3bac/teuthology/orchestra/run.py", line 175, in _raise_for_status node=self.hostname) teuthology.exceptions.ConnectionLostError: SSH connection to smithi154 was lost: "while [ ! -e '/.cephlab_net_configured' ]; do sleep 5; done"