2024-06-03T07:55:24.592 INFO:root:teuthology version: 0.0.1.dev303+g861a8dc 2024-06-03T07:55:24.592 DEBUG:teuthology.run:Teuthology command: teuthology --name teuthology-2024-06-02_22:00:03-rados-reef-distro-default-smithi --description rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools_crun agent/off mon_election/connectivity task/test_set_mon_crush_locations} --owner scheduled_teuthology@teuthology --archive /home/teuthworker/archive/teuthology-2024-06-02_22:00:03-rados-reef-distro-default-smithi/7739015 --verbose -- /home/teuthworker/archive/teuthology-2024-06-02_22:00:03-rados-reef-distro-default-smithi/7739015/orig.config.yaml 2024-06-03T07:55:24.623 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-03T07:55:24.702 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-06-02_22:00:03-rados-reef-distro-default-smithi/7739015 branch: reef description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools_crun agent/off mon_election/connectivity task/test_set_mon_crush_locations} email: ceph-qa@ceph.com first_in_suite: false job_id: '7739015' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-06-02_22:00:03-rados-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: 3 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: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 owner: scheduled_teuthology@teuthology priority: 931 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: 6006 sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 sleep_before_teardown: 0 subset: 1861/100000 suite: rados suite_branch: reef suite_path: /home/teuthworker/src/git.ceph.com_ceph_f1abf795f4fc15bf2f30ac90c811a53ab21d5d65/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 targets: smithi049.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNUD5JQpYAJEXfheFg+g4oMQyRvh+sYUm9LQFpdmzP+bPcno5R6iVi8tSgHMf3/ZV3zkt/jAiptANF88MJQrXcY= smithi078.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM5k86to6FlBJSEmfaMnqH6UHcrHt4YOf5/gcqFx2VvOiqOtGj1LQDEmDdR08/kjo6yNRb+iAV92f/48C3QGJAg= smithi170.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIRG43/YS25mOlYJHjo+K4Q6l0Lg10yh1CXffsjXXdvgFBgFbOQUpivgTtweg7AS7CQ9ygVQzOArLwHk1CX0XGc= 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 - sudo sed -i 's/runtime = "runc"/#runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/#runtime = "crun"/runtime = "crun"/g' /usr/share/containers/containers.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 0x7f891c003ac0>, signals=[15]) 2024-06-03T07:55:25.250 INFO:teuthology.run_tasks:Running task internal.connect... 2024-06-03T07:55:25.258 INFO:teuthology.task.internal:Opening connections... 2024-06-03T07:55:25.258 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi049.front.sepia.ceph.com 2024-06-03T07:55:25.259 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-03T07:55:25.334 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi078.front.sepia.ceph.com 2024-06-03T07:55:25.335 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-03T07:55:25.409 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi170.front.sepia.ceph.com 2024-06-03T07:55:25.410 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-03T07:55:25.486 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-06-03T07:55:25.493 DEBUG:teuthology.orchestra.run.smithi049:> uname -m 2024-06-03T07:55:25.515 INFO:teuthology.orchestra.run.smithi049.stdout:x86_64 2024-06-03T07:55:25.516 DEBUG:teuthology.orchestra.run.smithi049:> cat /etc/os-release 2024-06-03T07:55:25.577 INFO:teuthology.orchestra.run.smithi049.stdout:NAME="CentOS Stream" 2024-06-03T07:55:25.577 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION="8" 2024-06-03T07:55:25.577 INFO:teuthology.orchestra.run.smithi049.stdout:ID="centos" 2024-06-03T07:55:25.578 INFO:teuthology.orchestra.run.smithi049.stdout:ID_LIKE="rhel fedora" 2024-06-03T07:55:25.578 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION_ID="8" 2024-06-03T07:55:25.578 INFO:teuthology.orchestra.run.smithi049.stdout:PLATFORM_ID="platform:el8" 2024-06-03T07:55:25.578 INFO:teuthology.orchestra.run.smithi049.stdout:PRETTY_NAME="CentOS Stream 8" 2024-06-03T07:55:25.578 INFO:teuthology.orchestra.run.smithi049.stdout:ANSI_COLOR="0;31" 2024-06-03T07:55:25.578 INFO:teuthology.orchestra.run.smithi049.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-06-03T07:55:25.578 INFO:teuthology.orchestra.run.smithi049.stdout:HOME_URL="https://centos.org/" 2024-06-03T07:55:25.578 INFO:teuthology.orchestra.run.smithi049.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-03T07:55:25.578 INFO:teuthology.orchestra.run.smithi049.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-03T07:55:25.578 INFO:teuthology.orchestra.run.smithi049.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-03T07:55:25.579 INFO:teuthology.lock.ops:Updating smithi049.front.sepia.ceph.com on lock server 2024-06-03T07:55:25.597 DEBUG:teuthology.orchestra.run.smithi078:> uname -m 2024-06-03T07:55:25.619 INFO:teuthology.orchestra.run.smithi078.stdout:x86_64 2024-06-03T07:55:25.619 DEBUG:teuthology.orchestra.run.smithi078:> cat /etc/os-release 2024-06-03T07:55:25.680 INFO:teuthology.orchestra.run.smithi078.stdout:NAME="CentOS Stream" 2024-06-03T07:55:25.680 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION="8" 2024-06-03T07:55:25.680 INFO:teuthology.orchestra.run.smithi078.stdout:ID="centos" 2024-06-03T07:55:25.680 INFO:teuthology.orchestra.run.smithi078.stdout:ID_LIKE="rhel fedora" 2024-06-03T07:55:25.681 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION_ID="8" 2024-06-03T07:55:25.681 INFO:teuthology.orchestra.run.smithi078.stdout:PLATFORM_ID="platform:el8" 2024-06-03T07:55:25.681 INFO:teuthology.orchestra.run.smithi078.stdout:PRETTY_NAME="CentOS Stream 8" 2024-06-03T07:55:25.681 INFO:teuthology.orchestra.run.smithi078.stdout:ANSI_COLOR="0;31" 2024-06-03T07:55:25.681 INFO:teuthology.orchestra.run.smithi078.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-06-03T07:55:25.681 INFO:teuthology.orchestra.run.smithi078.stdout:HOME_URL="https://centos.org/" 2024-06-03T07:55:25.681 INFO:teuthology.orchestra.run.smithi078.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-03T07:55:25.681 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-03T07:55:25.681 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-03T07:55:25.681 INFO:teuthology.lock.ops:Updating smithi078.front.sepia.ceph.com on lock server 2024-06-03T07:55:25.697 DEBUG:teuthology.orchestra.run.smithi170:> uname -m 2024-06-03T07:55:25.719 INFO:teuthology.orchestra.run.smithi170.stdout:x86_64 2024-06-03T07:55:25.720 DEBUG:teuthology.orchestra.run.smithi170:> cat /etc/os-release 2024-06-03T07:55:25.780 INFO:teuthology.orchestra.run.smithi170.stdout:NAME="CentOS Stream" 2024-06-03T07:55:25.780 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION="8" 2024-06-03T07:55:25.780 INFO:teuthology.orchestra.run.smithi170.stdout:ID="centos" 2024-06-03T07:55:25.780 INFO:teuthology.orchestra.run.smithi170.stdout:ID_LIKE="rhel fedora" 2024-06-03T07:55:25.780 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION_ID="8" 2024-06-03T07:55:25.781 INFO:teuthology.orchestra.run.smithi170.stdout:PLATFORM_ID="platform:el8" 2024-06-03T07:55:25.781 INFO:teuthology.orchestra.run.smithi170.stdout:PRETTY_NAME="CentOS Stream 8" 2024-06-03T07:55:25.781 INFO:teuthology.orchestra.run.smithi170.stdout:ANSI_COLOR="0;31" 2024-06-03T07:55:25.781 INFO:teuthology.orchestra.run.smithi170.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-06-03T07:55:25.781 INFO:teuthology.orchestra.run.smithi170.stdout:HOME_URL="https://centos.org/" 2024-06-03T07:55:25.781 INFO:teuthology.orchestra.run.smithi170.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-03T07:55:25.781 INFO:teuthology.orchestra.run.smithi170.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-03T07:55:25.781 INFO:teuthology.orchestra.run.smithi170.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-03T07:55:25.781 INFO:teuthology.lock.ops:Updating smithi170.front.sepia.ceph.com on lock server 2024-06-03T07:55:25.797 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-06-03T07:55:25.806 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-06-03T07:55:25.815 INFO:teuthology.task.internal:Checking for old test directory... 2024-06-03T07:55:25.815 DEBUG:teuthology.orchestra.run.smithi049:> test '!' -e /home/ubuntu/cephtest 2024-06-03T07:55:25.817 DEBUG:teuthology.orchestra.run.smithi078:> test '!' -e /home/ubuntu/cephtest 2024-06-03T07:55:25.820 DEBUG:teuthology.orchestra.run.smithi170:> test '!' -e /home/ubuntu/cephtest 2024-06-03T07:55:25.840 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-06-03T07:55:25.848 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-06-03T07:55:25.848 DEBUG:teuthology.orchestra.run.smithi049:> test -z $(ls -A /var/lib/ceph) 2024-06-03T07:55:25.879 DEBUG:teuthology.orchestra.run.smithi078:> test -z $(ls -A /var/lib/ceph) 2024-06-03T07:55:25.882 DEBUG:teuthology.orchestra.run.smithi170:> test -z $(ls -A /var/lib/ceph) 2024-06-03T07:55:25.912 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-06-03T07:55:25.980 INFO:teuthology.run_tasks:Running task kernel... 2024-06-03T07:55:25.996 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-06-03T07:55:25.996 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-03T07:55:25.996 DEBUG:teuthology.orchestra.run.smithi049:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-03T07:55:25.997 DEBUG:teuthology.orchestra.run.smithi078:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-03T07:55:25.997 DEBUG:teuthology.orchestra.run.smithi170:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-03T07:55:26.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-03T07:55:26.017 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2024-06-03T07:55:26.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-03T07:55:26.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-03T07:55:26.019 DEBUG:teuthology.orchestra.run.smithi078:> uname -r 2024-06-03T07:55:26.019 DEBUG:teuthology.orchestra.run.smithi049:> uname -r 2024-06-03T07:55:26.076 INFO:teuthology.orchestra.run.smithi170.stdout:4.18.0-489.el8.x86_64 2024-06-03T07:55:26.076 INFO:teuthology.task.kernel:Running kernel on smithi170: 4.18.0-489.el8.x86_64 2024-06-03T07:55:26.076 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum install -y kernel 2024-06-03T07:55:26.080 INFO:teuthology.orchestra.run.smithi078.stdout:4.18.0-489.el8.x86_64 2024-06-03T07:55:26.080 INFO:teuthology.task.kernel:Running kernel on smithi078: 4.18.0-489.el8.x86_64 2024-06-03T07:55:26.080 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum install -y kernel 2024-06-03T07:55:26.081 INFO:teuthology.orchestra.run.smithi049.stdout:4.18.0-489.el8.x86_64 2024-06-03T07:55:26.081 INFO:teuthology.task.kernel:Running kernel on smithi049: 4.18.0-489.el8.x86_64 2024-06-03T07:55:26.081 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum install -y kernel 2024-06-03T07:55:28.718 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 8 - AppStream 642 B/s | 38 B 00:00 2024-06-03T07:55:28.757 INFO:teuthology.orchestra.run.smithi078.stderr:Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 2024-06-03T07:55:28.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-03T07:55:28.791 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 smithi078 with status 1: 'sudo yum install -y kernel' 2024-06-03T07:55:28.954 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e1d9319d206742d18243d6ebc39d7821 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 smithi078 with status 1: 'sudo yum install -y kernel' 2024-06-03T07:55:28.957 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-06-03T07:55:28.964 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-06-03T07:55:28.999 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools_crun agent/off mon_election/connectivity task/test_set_mon_crush_locations} failure_reason: 'Command failed on smithi078 with status 1: ''sudo yum install -y kernel''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e1d9319d206742d18243d6ebc39d7821 status: fail success: false 2024-06-03T07:55:29.000 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-03T07:55:29.013 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 8 - AppStream 157 B/s | 38 B 00:00 2024-06-03T07:55:29.013 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Stream 8 - AppStream 167 B/s | 38 B 00:00 2024-06-03T07:55:29.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-03T07:55:29.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-03T07:55:29.015 INFO:teuthology.orchestra.run.smithi170.stderr:Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 2024-06-03T07:55:29.015 INFO:teuthology.orchestra.run.smithi049.stderr:Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 2024-06-03T07:55:29.097 INFO:teuthology.run:FAIL