2023-08-17T21:20:47.838 INFO:root:teuthology version: 0.0.1.dev185+g449a1bc 2023-08-17T21:20:47.840 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-08-17T21:20:47.962 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f42d8240f70>, signals=[15]) 2023-08-17T21:20:47.963 INFO:teuthology.lock.ops:Start node 'smithi078.front.sepia.ceph.com' reimaging 2023-08-17T21:20:47.964 INFO:teuthology.lock.ops:Updating [smithi078.front.sepia.ceph.com]: reset os type and version on server 2023-08-17T21:20:47.964 INFO:teuthology.lock.ops:Updating smithi078.front.sepia.ceph.com on lock server 2023-08-17T21:20:47.986 INFO:teuthology.lock.ops:Start node 'smithi148.front.sepia.ceph.com' reimaging 2023-08-17T21:20:47.987 INFO:teuthology.lock.ops:Updating [smithi148.front.sepia.ceph.com]: reset os type and version on server 2023-08-17T21:20:47.987 INFO:teuthology.lock.ops:Updating smithi148.front.sepia.ceph.com on lock server 2023-08-17T21:20:47.988 DEBUG:teuthology.provision.fog.smithi078:FOG request: GET /host {"name": "smithi078"} 2023-08-17T21:20:48.011 DEBUG:teuthology.provision.fog.smithi148:FOG request: GET /host {"name": "smithi148"} 2023-08-17T21:20:48.053 DEBUG:teuthology.provision.fog.smithi078:FOG request: GET /image {"name": "smithi_centos_8.stream"} 2023-08-17T21:20:48.085 DEBUG:teuthology.provision.fog.smithi148:FOG request: GET /image {"name": "smithi_centos_8.stream"} 2023-08-17T21:20:48.104 DEBUG:teuthology.provision.fog.smithi078:Requesting image smithi_centos_8.stream (ID 3) 2023-08-17T21:20:48.104 DEBUG:teuthology.provision.fog.smithi078:FOG request: PUT /host/183 {"imageID": 3} 2023-08-17T21:20:48.135 DEBUG:teuthology.provision.fog.smithi148:Requesting image smithi_centos_8.stream (ID 3) 2023-08-17T21:20:48.135 DEBUG:teuthology.provision.fog.smithi148:FOG request: PUT /host/253 {"imageID": 3} 2023-08-17T21:20:48.157 INFO:teuthology.provision.fog.smithi078:Scheduling deploy of centos 8.stream 2023-08-17T21:20:48.157 DEBUG:teuthology.provision.fog.smithi078:FOG request: GET /task/active None 2023-08-17T21:20:48.179 INFO:teuthology.provision.fog.smithi148:Scheduling deploy of centos 8.stream 2023-08-17T21:20:48.179 DEBUG:teuthology.provision.fog.smithi148:FOG request: GET /task/active None 2023-08-17T21:20:48.434 DEBUG:teuthology.provision.fog.smithi078:FOG request: GET /tasktype {"name": "deploy"} 2023-08-17T21:20:48.445 DEBUG:teuthology.provision.fog.smithi148:FOG request: GET /tasktype {"name": "deploy"} 2023-08-17T21:20:48.475 DEBUG:teuthology.provision.fog.smithi078:FOG request: POST /host/183/task {"taskTypeID": 1} 2023-08-17T21:20:48.489 DEBUG:teuthology.provision.fog.smithi148:FOG request: POST /host/253/task {"taskTypeID": 1} 2023-08-17T21:20:48.515 ERROR:teuthology.provision.fog.smithi078:500: { "error": "Host is already a member of an active task" } 2023-08-17T21:20:48.516 ERROR:teuthology.dispatcher.supervisor:Reimaging error. Nuking machines... Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/dispatcher/supervisor.py", line 228, in reimage reimaged = lock_ops.reimage_machines(ctx, targets, job_config['machine_type']) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/lock/ops.py", line 325, in reimage_machines reimaged[machine] = machines[machine] File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/provision/__init__.py", line 44, in reimage result = obj.create() File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/provision/fog.py", line 79, in create task_id = self.schedule_deploy_task(host_id) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/provision/fog.py", line 211, in schedule_deploy_task resp = self.do_request( File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/provision/fog.py", line 125, in do_request resp.raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/virtualenv/lib/python3.8/site-packages/requests/models.py", line 960, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http://fog.front.sepia.ceph.com/fog/host/183/task 2023-08-17T21:20:48.564 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-08-17T21:20:48.581 DEBUG:teuthology.provision.fog.smithi148:FOG request: GET /task/active None 2023-08-17T21:20:48.691 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=cec7d8bc43094eb1b914d69d88c877df Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/dispatcher/supervisor.py", line 228, in reimage reimaged = lock_ops.reimage_machines(ctx, targets, job_config['machine_type']) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/lock/ops.py", line 325, in reimage_machines reimaged[machine] = machines[machine] File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/provision/__init__.py", line 44, in reimage result = obj.create() File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/provision/fog.py", line 79, in create task_id = self.schedule_deploy_task(host_id) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/provision/fog.py", line 211, in schedule_deploy_task resp = self.do_request( File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/provision/fog.py", line 125, in do_request resp.raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/virtualenv/lib/python3.8/site-packages/requests/models.py", line 960, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http://fog.front.sepia.ceph.com/fog/host/183/task 2023-08-17T21:20:48.694 INFO:teuthology.nuke:Checking targets against current locks 2023-08-17T21:20:48.763 DEBUG:teuthology.nuke:shortname: smithi078 2023-08-17T21:20:48.764 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-08-17T21:20:48.782 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi078.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-08-17_21:18:20-rados-wip-yuri11-testing-2023-08-17-0823-distro-default-smithi/7372020', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': '', 'os_version': '', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-08-17 21:20:47.068147', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDsDGtIqaxjr03N79mLKJ8UPJGouDKoCJ1LKv7RoXHRxbRSRaafkGgQHYccvzwL3C7FkR0DB9llVzsImWBEK+MYsJOUPu+lpP1WDGLDuLCEoqBkZkGhuYc1kN0Dr7ClhWywWMkt8QTryRdL7aHQFCXmtC5J5sb7D8mexu8098EXB/f1Df36Yax08PEyuy8VM+XAwFQ1GVhRMn9FXoIoM8XaNdGQc2g7pcaKk6CDUH+il2Hqm5knxiVDo0yGzlTcLRbUk+Zyj8WOX7QTynRr7g00SQ8OcXAt1xfnUoh85+XUZA1tERmQ4JdXXkBFJLKRQ8Df5rNpZwFZp8WsWdnawcBprodP7Eehw32STaO8g6TqzsU9yt+3VLq+awBP/TMhoToA934h0l2D/YjvklOoZ+BNuEI9ohmhmiim7VViuvr6yqoR1VtIiC5XT2l3VQQYRChqShiQiHRPM3ZNwNgVutmoO+cz/MzEYNbkFOhPBKIw8J4mJAKWNJDqKktplH+Zhmk='} 2023-08-17T21:20:48.785 DEBUG:teuthology.nuke:shortname: smithi148 2023-08-17T21:20:48.785 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-08-17T21:20:48.804 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi148.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-08-17_21:18:20-rados-wip-yuri11-testing-2023-08-17-0823-distro-default-smithi/7372020', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': '', 'os_version': '', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-08-17 21:20:47.069933', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/aD8VtNFE7RAh98n8DGFLxbl1bmkSCqIeM/XPS57ZY25Tq3Dl30nj4oi09NJ5eu9nZEsi77zRWrmgRb+nnNV0='} 2023-08-17T21:20:48.834 INFO:teuthology.orchestra.console.smithi078:Power off 2023-08-17T21:20:48.835 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-08-17T21:20:48.856 DEBUG:teuthology.orchestra.console.smithi078:power off output: Chassis Power Control: Down/Off 2023-08-17T21:20:48.857 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-08-17T21:20:48.878 INFO:teuthology.orchestra.console.smithi148:Power off 2023-08-17T21:20:48.879 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-08-17T21:20:48.896 INFO:teuthology.orchestra.console.smithi148:Power off 2023-08-17T21:20:48.897 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-08-17T21:20:48.906 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is off 2023-08-17T21:20:48.908 DEBUG:teuthology.orchestra.console.smithi148:power off output: Chassis Power Control: Down/Off 2023-08-17T21:20:48.908 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-08-17T21:20:48.919 DEBUG:teuthology.orchestra.console.smithi148:power off output: Chassis Power Control: Down/Off 2023-08-17T21:20:48.919 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-08-17T21:20:48.934 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is off 2023-08-17T21:20:48.942 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is off 2023-08-17T21:20:49.007 INFO:teuthology.orchestra.console.smithi078:Power off completed 2023-08-17T21:20:49.036 INFO:teuthology.orchestra.console.smithi148:Power off completed 2023-08-17T21:20:49.043 INFO:teuthology.orchestra.console.smithi148:Power off completed 2023-08-17T21:20:49.144 INFO:teuthology.orchestra.console.smithi148:Power on 2023-08-17T21:20:49.145 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power on 2023-08-17T21:20:49.157 INFO:teuthology.lock.ops:unlocked: smithi078.front.sepia.ceph.com 2023-08-17T21:20:49.166 DEBUG:teuthology.orchestra.console.smithi148:power on output: Chassis Power Control: Up/On 2023-08-17T21:20:49.167 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-08-17T21:20:49.189 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is off 2023-08-17T21:20:49.192 INFO:teuthology.lock.ops:unlocked: smithi148.front.sepia.ceph.com 2023-08-17T21:20:49.450 CRITICAL:teuthology:Uncaught exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/virtualenv/bin/teuthology-dispatcher", line 8, in sys.exit(main()) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/scripts/dispatcher.py", line 35, in main sys.exit(teuthology.dispatcher.main(args)) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/dispatcher/__init__.py", line 69, in main return supervisor.main(args) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/dispatcher/supervisor.py", line 58, in main reimage(job_config) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/dispatcher/supervisor.py", line 228, in reimage reimaged = lock_ops.reimage_machines(ctx, targets, job_config['machine_type']) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/lock/ops.py", line 325, in reimage_machines reimaged[machine] = machines[machine] File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/provision/__init__.py", line 44, in reimage result = obj.create() File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/provision/fog.py", line 79, in create task_id = self.schedule_deploy_task(host_id) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/provision/fog.py", line 211, in schedule_deploy_task resp = self.do_request( File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/provision/fog.py", line 125, in do_request resp.raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/virtualenv/lib/python3.8/site-packages/requests/models.py", line 960, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http://fog.front.sepia.ceph.com/fog/host/183/task