2021-07-21T16:39:41.386 INFO:root:teuthology version: 1.1.0-b6f3efab 2021-07-21T16:39:41.500 INFO:teuthology.lock.ops:Start node 'ubuntu@smithi031.front.sepia.ceph.com' reimaging 2021-07-21T16:39:41.501 INFO:teuthology.lock.ops:Updating [ubuntu@smithi031.front.sepia.ceph.com]: reset os type and version on server 2021-07-21T16:39:41.502 INFO:teuthology.lock.ops:Updating smithi031.front.sepia.ceph.com on lock server 2021-07-21T16:39:41.525 INFO:teuthology.lock.ops:Node 'ubuntu@smithi031.front.sepia.ceph.com' reimaging is complete 2021-07-21T16:39:41.526 INFO:teuthology.lock.ops:Start node 'ubuntu@smithi193.front.sepia.ceph.com' reimaging 2021-07-21T16:39:41.527 INFO:teuthology.lock.ops:Updating [ubuntu@smithi193.front.sepia.ceph.com]: reset os type and version on server 2021-07-21T16:39:41.528 INFO:teuthology.lock.ops:Updating smithi193.front.sepia.ceph.com on lock server 2021-07-21T16:39:41.548 INFO:teuthology.lock.ops:Node 'ubuntu@smithi193.front.sepia.ceph.com' reimaging is complete 2021-07-21T16:39:41.749 INFO:teuthology.provision.fog.smithi031:Scheduling deploy of centos 8.2 2021-07-21T16:39:41.784 INFO:teuthology.provision.fog.smithi193:Scheduling deploy of centos 8.2 2021-07-21T16:39:42.088 INFO:teuthology.orchestra.console:Power off smithi031 2021-07-21T16:39:42.134 INFO:teuthology.orchestra.console:Power off smithi193 2021-07-21T16:39:42.244 INFO:teuthology.orchestra.console:Power off for smithi031 completed 2021-07-21T16:39:42.290 INFO:teuthology.orchestra.console:Power off for smithi193 completed 2021-07-21T16:39:42.345 INFO:teuthology.orchestra.console:Power on smithi031 2021-07-21T16:39:42.392 INFO:teuthology.orchestra.console:Power on smithi193 2021-07-21T16:39:50.730 INFO:teuthology.orchestra.console:Power on for smithi031 completed 2021-07-21T16:39:50.757 INFO:teuthology.orchestra.console:Power on for smithi193 completed 2021-07-21T16:39:50.832 INFO:teuthology.provision.fog.smithi031:Waiting for deploy to finish 2021-07-21T16:39:50.859 INFO:teuthology.provision.fog.smithi193:Waiting for deploy to finish 2021-07-21T16:43:57.264 INFO:teuthology.orchestra.run:Running command with timeout 600 2021-07-21T16:43:58.517 INFO:teuthology.orchestra.run:Running command with timeout 600 2021-07-21T16:43:58.812 INFO:teuthology.provision.fog.smithi031:Node is ready 2021-07-21T16:43:58.827 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031.front.sepia.ceph.com 2021-07-21T16:43:58.882 INFO:teuthology.orchestra.run.smithi031.stdout:172.21.15.31 smithi031.front.sepia.ceph.com smithi031 2021-07-21T16:43:59.198 INFO:teuthology.provision.fog.smithi031:Deploy complete! 2021-07-21T16:44:05.210 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 smithi193 was lost: "while [ ! -e '/.cephlab_net_configured' ]; do sleep 5; done" 2021-07-21T16:44:05.262 INFO:teuthology.nuke:Checking targets against current locks 2021-07-21T16:44:05.347 INFO:teuthology.task.internal.check_lock:Checking locks... 2021-07-21T16:44:05.350 INFO:teuthology.task.internal.check_lock:Checking locks... 2021-07-21T16:44:05.409 INFO:teuthology.orchestra.console:Power off smithi193 2021-07-21T16:44:05.426 INFO:teuthology.orchestra.console:Power off smithi031 2021-07-21T16:44:09.681 INFO:teuthology.orchestra.console:Power off for smithi031 completed 2021-07-21T16:44:09.809 ERROR:teuthology.lock.ops:failed to unlock smithi031.front.sepia.ceph.com. reason: Cannot unlock an already-unlocked node 2021-07-21T16:44:13.788 INFO:teuthology.orchestra.console:Power off for smithi193 completed 2021-07-21T16:44:13.927 ERROR:teuthology.lock.ops:failed to unlock smithi193.front.sepia.ceph.com. reason: Cannot unlock an already-unlocked node 2021-07-21T16:44:13.928 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 smithi193 was lost: "while [ ! -e '/.cephlab_net_configured' ]; do sleep 5; done"