2022-04-20T20:54:17.779 INFO:root:teuthology version: 1.1.0-b37d6865 2022-04-20T20:54:17.919 INFO:teuthology.lock.ops:Start node 'smithi006.front.sepia.ceph.com' reimaging 2022-04-20T20:54:17.920 INFO:teuthology.lock.ops:Updating [smithi006.front.sepia.ceph.com]: reset os type and version on server 2022-04-20T20:54:17.920 INFO:teuthology.lock.ops:Updating smithi006.front.sepia.ceph.com on lock server 2022-04-20T20:54:17.940 INFO:teuthology.lock.ops:Node 'smithi006.front.sepia.ceph.com' reimaging is complete 2022-04-20T20:54:17.941 INFO:teuthology.lock.ops:Start node 'smithi158.front.sepia.ceph.com' reimaging 2022-04-20T20:54:17.941 INFO:teuthology.lock.ops:Updating [smithi158.front.sepia.ceph.com]: reset os type and version on server 2022-04-20T20:54:17.941 INFO:teuthology.lock.ops:Updating smithi158.front.sepia.ceph.com on lock server 2022-04-20T20:54:17.959 INFO:teuthology.lock.ops:Node 'smithi158.front.sepia.ceph.com' reimaging is complete 2022-04-20T20:54:18.157 INFO:teuthology.provision.fog.smithi006:Scheduling deploy of rhel 8.4 2022-04-20T20:54:18.160 INFO:teuthology.provision.fog.smithi158:Scheduling deploy of rhel 8.4 2022-04-20T20:54:18.497 INFO:teuthology.orchestra.console:Power off smithi158 2022-04-20T20:54:18.511 INFO:teuthology.orchestra.console:Power off smithi006 2022-04-20T20:54:26.869 INFO:teuthology.orchestra.console:Power off for smithi158 completed 2022-04-20T20:54:26.970 INFO:teuthology.orchestra.console:Power on smithi158 2022-04-20T20:54:30.988 INFO:teuthology.orchestra.console:Power off for smithi006 completed 2022-04-20T20:54:31.089 INFO:teuthology.orchestra.console:Power on smithi006 2022-04-20T20:54:35.331 INFO:teuthology.orchestra.console:Power on for smithi158 completed 2022-04-20T20:54:35.432 INFO:teuthology.provision.fog.smithi158:Waiting for deploy to finish 2022-04-20T20:54:39.523 INFO:teuthology.orchestra.console:Power on for smithi006 completed 2022-04-20T20:54:39.624 INFO:teuthology.provision.fog.smithi006:Waiting for deploy to finish 2022-04-20T20:59:05.355 INFO:teuthology.orchestra.run:Running command with timeout 600 2022-04-20T20:59:05.566 INFO:teuthology.provision.fog.smithi006:Node is ready 2022-04-20T20:59:05.581 INFO:teuthology.orchestra.run.smithi006.stdout:smithi006.front.sepia.ceph.com 2022-04-20T20:59:05.639 INFO:teuthology.orchestra.run.smithi006.stdout:172.21.15.6 smithi006.front.sepia.ceph.com smithi006 2022-04-20T20:59:05.982 INFO:teuthology.provision.fog.smithi006:Deploy complete! 2022-04-20T21:01:14.311 INFO:teuthology.orchestra.run:Running command with timeout 600 2022-04-20T21:01:17.191 ERROR:teuthology.dispatcher.supervisor:Reimaging error. Nuking machines... Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/dispatcher/supervisor.py", line 207, in reimage reimaged = reimage_machines(ctx, targets, job_config['machine_type']) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/lock/ops.py", line 324, in reimage_machines log.info("Node '%s' reimaging is complete", machine) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/provision/fog.py", line 90, in create self._wait_for_ready() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/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_b37d686568ea3c673197ca892d3fb267463611f8/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_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/orchestra/run.py", line 175, in _raise_for_status node=self.hostname) teuthology.exceptions.ConnectionLostError: SSH connection to smithi158 was lost: "while [ ! -e '/.cephlab_net_configured' ]; do sleep 5; done" 2022-04-20T21:01:17.256 INFO:teuthology.nuke:Checking targets against current locks 2022-04-20T21:01:17.402 INFO:teuthology.task.internal.check_lock:Checking locks... 2022-04-20T21:01:17.405 INFO:teuthology.task.internal.check_lock:Checking locks... 2022-04-20T21:01:17.477 INFO:teuthology.orchestra.console:Power off smithi006 2022-04-20T21:01:17.492 INFO:teuthology.orchestra.console:Power off smithi158 2022-04-20T21:01:21.739 INFO:teuthology.orchestra.console:Power off for smithi006 completed 2022-04-20T21:01:21.750 INFO:teuthology.orchestra.console:Power off for smithi158 completed 2022-04-20T21:01:49.037 CRITICAL:teuthology:Uncaught exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/dispatcher/supervisor.py", line 207, in reimage reimaged = reimage_machines(ctx, targets, job_config['machine_type']) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/lock/ops.py", line 324, in reimage_machines log.info("Node '%s' reimaging is complete", machine) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/provision/fog.py", line 90, in create self._wait_for_ready() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/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_b37d686568ea3c673197ca892d3fb267463611f8/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_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/orchestra/run.py", line 175, in _raise_for_status node=self.hostname) teuthology.exceptions.ConnectionLostError: SSH connection to smithi158 was lost: "while [ ! -e '/.cephlab_net_configured' ]; do sleep 5; done" During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/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_b37d686568ea3c673197ca892d3fb267463611f8/scripts/dispatcher.py", line 35, in main sys.exit(teuthology.dispatcher.main(args)) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/dispatcher/__init__.py", line 61, in main return supervisor.main(args) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/dispatcher/supervisor.py", line 52, in main reimage(job_config) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/dispatcher/supervisor.py", line 212, in reimage nuke(ctx, True) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/nuke/__init__.py", line 273, in nuke for unnuked in p: File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/nuke/__init__.py", line 304, in nuke_one unlock_one(ctx, list(target.keys())[0], ctx.owner) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/lock/ops.py", line 209, in unlock_one while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: 'unlock smithi006.front.sepia.ceph.com' reached maximum tries (10) after waiting for 32.5 seconds