2024-06-30T13:12:24.135 INFO:root:teuthology version: 0.0.1.dev303+g861a8dc 2024-06-30T13:12:24.136 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_teuthology@teuthology --name teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi --verbose --archive /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749652 --description orch/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/classic task/test_set_mon_crush_locations} -- /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749652/orig.config.yaml 2024-06-30T13:12:24.164 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-30T13:12:24.252 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749652 branch: reef description: orch/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/classic task/test_set_mon_crush_locations} email: ceph-qa@ceph.com first_in_suite: false job_id: '7749652' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi no_nested_subset: false os_type: centos os_version: 8.stream overrides: admin_socket: branch: reef ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: reef sha1: 16b16b98599950a27899283412b0a32cd03699ac owner: scheduled_teuthology@teuthology priority: 930 repo: https://git.ceph.com/ceph.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 9459 sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 sleep_before_teardown: 0 subset: 38/64 suite: orch suite_branch: reef suite_path: /home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 16b16b98599950a27899283412b0a32cd03699ac targets: smithi037.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHNwyr5HaeoSFHmGfQRwtdMx0ko+A/RV9YwM5VZy6/NUa5QlYBdpTDm+pIBthaWMHpJV65NgWHFodH1iKc4BToM= smithi067.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPLt8p3FpUHTSGu6h2ka5Wi/d886+B0GEiVe3pCv58+oqQZEkgZUv13XKFr9mnSK5TD9wCsr9TIGwoXo5Gdz7o0= smithi156.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAuA//spGryeoglEsA05jGK/Pxy/P9HzR6CEcyXZz3SV7TyLKZWdae2Fe7pDb8ztLjcKMmWTRhdQRdidJgc4heE= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x7f07854f7ac0>, signals=[15]) 2024-06-30T13:12:24.656 INFO:teuthology.run_tasks:Running task internal.connect... 2024-06-30T13:12:24.662 INFO:teuthology.task.internal:Opening connections... 2024-06-30T13:12:24.663 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi037.front.sepia.ceph.com 2024-06-30T13:12:24.664 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T13:12:24.745 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi067.front.sepia.ceph.com 2024-06-30T13:12:24.746 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T13:12:24.819 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi156.front.sepia.ceph.com 2024-06-30T13:12:24.820 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T13:12:24.898 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-06-30T13:12:24.904 DEBUG:teuthology.orchestra.run.smithi037:> uname -m 2024-06-30T13:12:24.927 INFO:teuthology.orchestra.run.smithi037.stdout:x86_64 2024-06-30T13:12:24.927 DEBUG:teuthology.orchestra.run.smithi037:> cat /etc/os-release 2024-06-30T13:12:24.989 INFO:teuthology.orchestra.run.smithi037.stdout:NAME="CentOS Stream" 2024-06-30T13:12:24.990 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION="8" 2024-06-30T13:12:24.990 INFO:teuthology.orchestra.run.smithi037.stdout:ID="centos" 2024-06-30T13:12:24.990 INFO:teuthology.orchestra.run.smithi037.stdout:ID_LIKE="rhel fedora" 2024-06-30T13:12:24.990 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_ID="8" 2024-06-30T13:12:24.990 INFO:teuthology.orchestra.run.smithi037.stdout:PLATFORM_ID="platform:el8" 2024-06-30T13:12:24.990 INFO:teuthology.orchestra.run.smithi037.stdout:PRETTY_NAME="CentOS Stream 8" 2024-06-30T13:12:24.990 INFO:teuthology.orchestra.run.smithi037.stdout:ANSI_COLOR="0;31" 2024-06-30T13:12:24.990 INFO:teuthology.orchestra.run.smithi037.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-06-30T13:12:24.990 INFO:teuthology.orchestra.run.smithi037.stdout:HOME_URL="https://centos.org/" 2024-06-30T13:12:24.990 INFO:teuthology.orchestra.run.smithi037.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-30T13:12:24.990 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-30T13:12:24.991 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-30T13:12:24.991 INFO:teuthology.lock.ops:Updating smithi037.front.sepia.ceph.com on lock server 2024-06-30T13:12:25.013 DEBUG:teuthology.orchestra.run.smithi067:> uname -m 2024-06-30T13:12:25.036 INFO:teuthology.orchestra.run.smithi067.stdout:x86_64 2024-06-30T13:12:25.036 DEBUG:teuthology.orchestra.run.smithi067:> cat /etc/os-release 2024-06-30T13:12:25.098 INFO:teuthology.orchestra.run.smithi067.stdout:NAME="CentOS Stream" 2024-06-30T13:12:25.098 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION="8" 2024-06-30T13:12:25.098 INFO:teuthology.orchestra.run.smithi067.stdout:ID="centos" 2024-06-30T13:12:25.098 INFO:teuthology.orchestra.run.smithi067.stdout:ID_LIKE="rhel fedora" 2024-06-30T13:12:25.098 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION_ID="8" 2024-06-30T13:12:25.098 INFO:teuthology.orchestra.run.smithi067.stdout:PLATFORM_ID="platform:el8" 2024-06-30T13:12:25.098 INFO:teuthology.orchestra.run.smithi067.stdout:PRETTY_NAME="CentOS Stream 8" 2024-06-30T13:12:25.098 INFO:teuthology.orchestra.run.smithi067.stdout:ANSI_COLOR="0;31" 2024-06-30T13:12:25.099 INFO:teuthology.orchestra.run.smithi067.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-06-30T13:12:25.099 INFO:teuthology.orchestra.run.smithi067.stdout:HOME_URL="https://centos.org/" 2024-06-30T13:12:25.099 INFO:teuthology.orchestra.run.smithi067.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-30T13:12:25.099 INFO:teuthology.orchestra.run.smithi067.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-30T13:12:25.099 INFO:teuthology.orchestra.run.smithi067.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-30T13:12:25.099 INFO:teuthology.lock.ops:Updating smithi067.front.sepia.ceph.com on lock server 2024-06-30T13:12:25.122 DEBUG:teuthology.orchestra.run.smithi156:> uname -m 2024-06-30T13:12:25.144 INFO:teuthology.orchestra.run.smithi156.stdout:x86_64 2024-06-30T13:12:25.144 DEBUG:teuthology.orchestra.run.smithi156:> cat /etc/os-release 2024-06-30T13:12:25.204 INFO:teuthology.orchestra.run.smithi156.stdout:NAME="CentOS Stream" 2024-06-30T13:12:25.205 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION="8" 2024-06-30T13:12:25.205 INFO:teuthology.orchestra.run.smithi156.stdout:ID="centos" 2024-06-30T13:12:25.205 INFO:teuthology.orchestra.run.smithi156.stdout:ID_LIKE="rhel fedora" 2024-06-30T13:12:25.205 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION_ID="8" 2024-06-30T13:12:25.205 INFO:teuthology.orchestra.run.smithi156.stdout:PLATFORM_ID="platform:el8" 2024-06-30T13:12:25.205 INFO:teuthology.orchestra.run.smithi156.stdout:PRETTY_NAME="CentOS Stream 8" 2024-06-30T13:12:25.205 INFO:teuthology.orchestra.run.smithi156.stdout:ANSI_COLOR="0;31" 2024-06-30T13:12:25.205 INFO:teuthology.orchestra.run.smithi156.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-06-30T13:12:25.205 INFO:teuthology.orchestra.run.smithi156.stdout:HOME_URL="https://centos.org/" 2024-06-30T13:12:25.205 INFO:teuthology.orchestra.run.smithi156.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-30T13:12:25.205 INFO:teuthology.orchestra.run.smithi156.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-30T13:12:25.206 INFO:teuthology.orchestra.run.smithi156.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-30T13:12:25.206 INFO:teuthology.lock.ops:Updating smithi156.front.sepia.ceph.com on lock server 2024-06-30T13:12:25.230 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-06-30T13:12:25.240 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-06-30T13:12:25.245 INFO:teuthology.task.internal:Checking for old test directory... 2024-06-30T13:12:25.245 DEBUG:teuthology.orchestra.run.smithi037:> test '!' -e /home/ubuntu/cephtest 2024-06-30T13:12:25.248 DEBUG:teuthology.orchestra.run.smithi067:> test '!' -e /home/ubuntu/cephtest 2024-06-30T13:12:25.250 DEBUG:teuthology.orchestra.run.smithi156:> test '!' -e /home/ubuntu/cephtest 2024-06-30T13:12:25.269 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-06-30T13:12:25.275 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-06-30T13:12:25.275 DEBUG:teuthology.orchestra.run.smithi037:> test -z $(ls -A /var/lib/ceph) 2024-06-30T13:12:25.310 DEBUG:teuthology.orchestra.run.smithi067:> test -z $(ls -A /var/lib/ceph) 2024-06-30T13:12:25.313 DEBUG:teuthology.orchestra.run.smithi156:> test -z $(ls -A /var/lib/ceph) 2024-06-30T13:12:25.340 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-06-30T13:12:25.413 INFO:teuthology.run_tasks:Running task kernel... 2024-06-30T13:12:25.427 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-06-30T13:12:25.427 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-06-30T13:12:25.427 DEBUG:teuthology.orchestra.run.smithi037:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-30T13:12:25.428 DEBUG:teuthology.orchestra.run.smithi067:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-30T13:12:25.428 DEBUG:teuthology.orchestra.run.smithi156:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-30T13:12:25.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:12:25.448 DEBUG:teuthology.orchestra.run.smithi156:> uname -r 2024-06-30T13:12:25.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:12:25.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:12:25.451 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2024-06-30T13:12:25.451 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2024-06-30T13:12:25.507 INFO:teuthology.orchestra.run.smithi156.stdout:4.18.0-489.el8.x86_64 2024-06-30T13:12:25.508 INFO:teuthology.task.kernel:Running kernel on smithi156: 4.18.0-489.el8.x86_64 2024-06-30T13:12:25.508 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum install -y kernel 2024-06-30T13:12:25.513 INFO:teuthology.orchestra.run.smithi067.stdout:4.18.0-489.el8.x86_64 2024-06-30T13:12:25.513 INFO:teuthology.task.kernel:Running kernel on smithi067: 4.18.0-489.el8.x86_64 2024-06-30T13:12:25.513 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum install -y kernel 2024-06-30T13:12:25.514 INFO:teuthology.orchestra.run.smithi037.stdout:4.18.0-489.el8.x86_64 2024-06-30T13:12:25.514 INFO:teuthology.task.kernel:Running kernel on smithi037: 4.18.0-489.el8.x86_64 2024-06-30T13:12:25.514 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum install -y kernel 2024-06-30T13:12:28.087 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 8 - AppStream 615 B/s | 38 B 00:00 2024-06-30T13:12:28.117 INFO:teuthology.orchestra.run.smithi067.stderr:Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 2024-06-30T13:12:28.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:12:28.155 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/kernel.py", line 1236, in task with parallel() as p: File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/kernel.py", line 1270, in process_role version = need_to_install_distro(role_remote, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/kernel.py", line 761, in need_to_install_distro install_stdout = remote.sh( File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi067 with status 1: 'sudo yum install -y kernel' 2024-06-30T13:12:28.323 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=638778b961df45b0bbce82188538b76c Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/kernel.py", line 1236, in task with parallel() as p: File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/kernel.py", line 1270, in process_role version = need_to_install_distro(role_remote, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/kernel.py", line 761, in need_to_install_distro install_stdout = remote.sh( File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi067 with status 1: 'sudo yum install -y kernel' 2024-06-30T13:12:28.327 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-06-30T13:12:28.334 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-06-30T13:12:28.350 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/classic task/test_set_mon_crush_locations} failure_reason: 'Command failed on smithi067 with status 1: ''sudo yum install -y kernel''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=638778b961df45b0bbce82188538b76c status: fail success: false 2024-06-30T13:12:28.350 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-30T13:12:28.366 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 8 - AppStream 533 B/s | 38 B 00:00 2024-06-30T13:12:28.366 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 8 - AppStream 603 B/s | 38 B 00:00 2024-06-30T13:12:28.367 INFO:teuthology.orchestra.run.smithi156.stderr:Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 2024-06-30T13:12:28.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:12:28.368 INFO:teuthology.orchestra.run.smithi037.stderr:Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 2024-06-30T13:12:28.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:12:28.443 INFO:teuthology.run:FAIL