2026-02-18T13:05:48.299 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-18T13:05:48.299 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T13:05:48.372 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T13:05:48.502 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ce27254d1c0>, signals=[15]) 2026-02-18T13:05:48.502 INFO:teuthology.lock.ops:Start node 'trial078.front.sepia.ceph.com' reimaging 2026-02-18T13:05:48.502 INFO:teuthology.lock.ops:Updating [trial078.front.sepia.ceph.com]: reset os type and version on server 2026-02-18T13:05:48.502 INFO:teuthology.lock.ops:Updating trial078.front.sepia.ceph.com on lock server 2026-02-18T13:05:48.693 DEBUG:teuthology.provision.fog.trial078:Requesting image trial_centos_9.stream (ID 3) 2026-02-18T13:05:48.745 INFO:teuthology.provision.fog.trial078:Scheduling deploy of centos 9.stream 2026-02-18T13:05:49.722 INFO:teuthology.orchestra.console.trial078:Power off 2026-02-18T13:05:49.722 DEBUG:teuthology.orchestra.console.trial078:pexpect command: ipmitool -H trial078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2026-02-18T13:05:49.764 DEBUG:teuthology.orchestra.console.trial078:power off output: Chassis Power Control: Down/Off 2026-02-18T13:05:53.769 DEBUG:teuthology.orchestra.console.trial078:pexpect command: ipmitool -H trial078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2026-02-18T13:05:53.879 DEBUG:teuthology.orchestra.console.trial078:check power output: Chassis Power is off 2026-02-18T13:05:53.879 INFO:teuthology.orchestra.console.trial078:Power off completed 2026-02-18T13:05:53.979 INFO:teuthology.orchestra.console.trial078:Power on 2026-02-18T13:05:53.980 DEBUG:teuthology.orchestra.console.trial078:pexpect command: ipmitool -H trial078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power on 2026-02-18T13:05:54.022 DEBUG:teuthology.orchestra.console.trial078:power on output: Chassis Power Control: Up/On 2026-02-18T13:05:58.026 DEBUG:teuthology.orchestra.console.trial078:pexpect command: ipmitool -H trial078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2026-02-18T13:05:58.138 DEBUG:teuthology.orchestra.console.trial078:check power output: Chassis Power is on 2026-02-18T13:05:58.138 INFO:teuthology.orchestra.console.trial078:Power on completed 2026-02-18T13:05:58.239 INFO:teuthology.provision.fog.trial078:Waiting for deploy to finish 2026-02-18T13:07:45.394 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T13:07:45.531 ERROR:teuthology.orchestra.connection:Error authenticating with trial078.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2026-02-18T13:07:57.761 WARNING:teuthology.provision.fog.trial078:[Errno None] Unable to connect to port 22 on 10.20.193.78 2026-02-18T13:08:03.762 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T13:08:06.848 WARNING:teuthology.provision.fog.trial078:[Errno None] Unable to connect to port 22 on 10.20.193.78 2026-02-18T13:08:12.850 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T13:08:15.936 WARNING:teuthology.provision.fog.trial078:[Errno None] Unable to connect to port 22 on 10.20.193.78 2026-02-18T13:08:21.938 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T13:08:25.024 WARNING:teuthology.provision.fog.trial078:[Errno None] Unable to connect to port 22 on 10.20.193.78 2026-02-18T13:08:31.026 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T13:09:07.205 ERROR:teuthology.orchestra.connection:Error authenticating with trial078.front.sepia.ceph.com: SSHException('No existing session') (No SSH private key found!) Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/connection.py", line 111, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/virtualenv/lib/python3.12/site-packages/paramiko/client.py", line 485, in connect self._auth( File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/virtualenv/lib/python3.12/site-packages/paramiko/client.py", line 818, in _auth raise saved_exception File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/virtualenv/lib/python3.12/site-packages/paramiko/client.py", line 794, in _auth self._transport.auth_publickey(username, key) File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/virtualenv/lib/python3.12/site-packages/paramiko/transport.py", line 1664, in auth_publickey raise SSHException("No existing session") paramiko.ssh_exception.SSHException: No existing session 2026-02-18T13:09:11.314 INFO:teuthology.orchestra.run:Running command with timeout 600 2026-02-18T13:09:11.314 DEBUG:teuthology.orchestra.run.trial078:> while [ ! -e '/.cephlab_hostname_set' ]; do sleep 5; done 2026-02-18T13:09:11.542 INFO:teuthology.provision.fog.trial078:Node is ready 2026-02-18T13:09:11.543 DEBUG:teuthology.orchestra.run.trial078:> hostname 2026-02-18T13:09:11.597 INFO:teuthology.orchestra.run.trial078.stdout:trial078.front.sepia.ceph.com 2026-02-18T13:09:11.597 DEBUG:teuthology.orchestra.run.trial078:> grep trial078.front.sepia.ceph.com /etc/hosts 2026-02-18T13:09:11.650 INFO:teuthology.orchestra.run.trial078.stdout:10.20.193.78 trial078.front.sepia.ceph.com trial078 2026-02-18T13:09:11.650 DEBUG:teuthology.orchestra.run.trial078:> sudo hostname trial078 2026-02-18T13:09:11.717 DEBUG:teuthology.orchestra.run.trial078:> sudo sed -i -e 's/trial078.front.sepia.ceph.com/trial078/g' /etc/hosts 2026-02-18T13:09:11.779 DEBUG:teuthology.orchestra.run.trial078:> sudo sed -i -e 's/10.20.193.78/10.20.193.78/g' /etc/hosts 2026-02-18T13:09:11.841 DEBUG:teuthology.orchestra.run.trial078:> sudo sed -i -e 's/trial078.front.sepia.ceph.com/trial078/g' /etc/hostname 2026-02-18T13:09:11.903 DEBUG:teuthology.orchestra.run.trial078:> sudo hostname trial078 2026-02-18T13:09:11.964 DEBUG:teuthology.orchestra.run.trial078:> cat /etc/os-release 2026-02-18T13:09:12.019 INFO:teuthology.orchestra.run.trial078.stdout:NAME="CentOS Stream" 2026-02-18T13:09:12.019 INFO:teuthology.orchestra.run.trial078.stdout:VERSION="9" 2026-02-18T13:09:12.019 INFO:teuthology.orchestra.run.trial078.stdout:ID="centos" 2026-02-18T13:09:12.019 INFO:teuthology.orchestra.run.trial078.stdout:ID_LIKE="rhel fedora" 2026-02-18T13:09:12.020 INFO:teuthology.orchestra.run.trial078.stdout:VERSION_ID="9" 2026-02-18T13:09:12.020 INFO:teuthology.orchestra.run.trial078.stdout:PLATFORM_ID="platform:el9" 2026-02-18T13:09:12.020 INFO:teuthology.orchestra.run.trial078.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T13:09:12.020 INFO:teuthology.orchestra.run.trial078.stdout:ANSI_COLOR="0;31" 2026-02-18T13:09:12.020 INFO:teuthology.orchestra.run.trial078.stdout:LOGO="fedora-logo-icon" 2026-02-18T13:09:12.020 INFO:teuthology.orchestra.run.trial078.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T13:09:12.020 INFO:teuthology.orchestra.run.trial078.stdout:HOME_URL="https://centos.org/" 2026-02-18T13:09:12.020 INFO:teuthology.orchestra.run.trial078.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T13:09:12.020 INFO:teuthology.orchestra.run.trial078.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T13:09:12.020 INFO:teuthology.orchestra.run.trial078.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T13:09:12.022 INFO:teuthology.provision.fog.trial078:Deploy complete! 2026-02-18T13:09:12.023 DEBUG:teuthology.parallel:result is None 2026-02-18T13:09:12.294 INFO:teuthology.lock.ops:Checking trial078.front.sepia.ceph.com 2026-02-18T13:09:12.294 INFO:teuthology.lock.ops:New key found. Updating... 2026-02-18T13:09:12.376 INFO:teuthology.lock.ops:Updating [trial078.front.sepia.ceph.com]: set os type and version on server 2026-02-18T13:09:12.376 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial078.front.sepia.ceph.com' 2026-02-18T13:09:12.377 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T13:09:12.439 DEBUG:teuthology.orchestra.run.trial078:> true 2026-02-18T13:09:12.533 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial078.front.sepia.ceph.com' 2026-02-18T13:09:12.533 DEBUG:teuthology.orchestra.run.trial078:> uname -m 2026-02-18T13:09:12.590 INFO:teuthology.orchestra.run.trial078.stdout:x86_64 2026-02-18T13:09:12.590 DEBUG:teuthology.orchestra.run.trial078:> cat /etc/os-release 2026-02-18T13:09:12.647 INFO:teuthology.orchestra.run.trial078.stdout:NAME="CentOS Stream" 2026-02-18T13:09:12.647 INFO:teuthology.orchestra.run.trial078.stdout:VERSION="9" 2026-02-18T13:09:12.648 INFO:teuthology.orchestra.run.trial078.stdout:ID="centos" 2026-02-18T13:09:12.648 INFO:teuthology.orchestra.run.trial078.stdout:ID_LIKE="rhel fedora" 2026-02-18T13:09:12.648 INFO:teuthology.orchestra.run.trial078.stdout:VERSION_ID="9" 2026-02-18T13:09:12.648 INFO:teuthology.orchestra.run.trial078.stdout:PLATFORM_ID="platform:el9" 2026-02-18T13:09:12.648 INFO:teuthology.orchestra.run.trial078.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T13:09:12.648 INFO:teuthology.orchestra.run.trial078.stdout:ANSI_COLOR="0;31" 2026-02-18T13:09:12.648 INFO:teuthology.orchestra.run.trial078.stdout:LOGO="fedora-logo-icon" 2026-02-18T13:09:12.648 INFO:teuthology.orchestra.run.trial078.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T13:09:12.648 INFO:teuthology.orchestra.run.trial078.stdout:HOME_URL="https://centos.org/" 2026-02-18T13:09:12.648 INFO:teuthology.orchestra.run.trial078.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T13:09:12.648 INFO:teuthology.orchestra.run.trial078.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T13:09:12.649 INFO:teuthology.orchestra.run.trial078.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T13:09:12.649 INFO:teuthology.lock.ops:Updating trial078.front.sepia.ceph.com on lock server 2026-02-18T13:09:12.753 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T13:09:12.851 INFO:teuthology.dispatcher.supervisor:Running job 56529 2026-02-18T13:09:12.851 DEBUG:teuthology.dispatcher.supervisor:Running: /home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/virtualenv/bin/teuthology -v --owner scheduled_anuchaithra@soko04.front.sepia.ceph.com --archive /home/teuthworker/mnt/teuthology/anuchaithra-2026-02-18_10:20:38-rgw-wip-anrao5-testing-2026-02-18-1230-distro-default-trial/56529 --name anuchaithra-2026-02-18_10:20:38-rgw-wip-anrao5-testing-2026-02-18-1230-distro-default-trial --description rgw/dbstore/{cluster ignore-pg-availability overrides s3tests-branch supported-random-distro$/{centos_latest} tasks/rgw_s3tests} -- /home/teuthworker/mnt/teuthology/anuchaithra-2026-02-18_10:20:38-rgw-wip-anrao5-testing-2026-02-18-1230-distro-default-trial/56529/orig.config.yaml 2026-02-18T13:09:12.852 INFO:teuthology.dispatcher.supervisor:Job archive: /home/teuthworker/mnt/teuthology/anuchaithra-2026-02-18_10:20:38-rgw-wip-anrao5-testing-2026-02-18-1230-distro-default-trial/56529 2026-02-18T13:09:12.852 INFO:teuthology.dispatcher.supervisor:Job PID: 4124491 2026-02-18T13:09:12.852 INFO:teuthology.dispatcher.supervisor:Running with watchdog 2026-02-18T13:11:12.853 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T13:13:12.972 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T13:15:13.087 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T13:17:13.211 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T13:19:13.334 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T13:21:13.453 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T13:21:13.572 INFO:teuthology.dispatcher.supervisor:Success! 2026-02-18T13:21:13.636 INFO:teuthology.dispatcher.supervisor:Unlocking machines... 2026-02-18T13:21:13.926 INFO:teuthology.orchestra.console.trial078:Power off 2026-02-18T13:21:13.926 DEBUG:teuthology.orchestra.console.trial078:pexpect command: ipmitool -H trial078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2026-02-18T13:21:13.966 DEBUG:teuthology.orchestra.console.trial078:power off output: Chassis Power Control: Down/Off 2026-02-18T13:21:17.966 DEBUG:teuthology.orchestra.console.trial078:pexpect command: ipmitool -H trial078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2026-02-18T13:21:18.077 DEBUG:teuthology.orchestra.console.trial078:check power output: Chassis Power is on 2026-02-18T13:21:22.078 DEBUG:teuthology.orchestra.console.trial078:pexpect command: ipmitool -H trial078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2026-02-18T13:21:22.189 DEBUG:teuthology.orchestra.console.trial078:check power output: Chassis Power is off 2026-02-18T13:21:22.189 INFO:teuthology.orchestra.console.trial078:Power off completed 2026-02-18T13:21:22.401 INFO:teuthology.lock.ops:unlocked: trial078.front.sepia.ceph.com