2024-06-04T02:26:53.459 INFO:root:teuthology version: 0.0.1.dev303+g861a8dc 2024-06-04T02:26:53.459 DEBUG:teuthology.run:Teuthology command: teuthology --description orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --name teuthology-2024-06-03_22:08:02-orch-reef-distro-default-smithi --owner scheduled_teuthology@teuthology --verbose --archive /home/teuthworker/archive/teuthology-2024-06-03_22:08:02-orch-reef-distro-default-smithi/7740164 -- /home/teuthworker/archive/teuthology-2024-06-03_22:08:02-orch-reef-distro-default-smithi/7740164/orig.config.yaml 2024-06-04T02:26:53.493 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-04T02:26:53.566 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-06-03_22:08:02-orch-reef-distro-default-smithi/7740164 branch: reef description: orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7740164' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-06-03_22:08:02-orch-reef-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: reef ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true 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: 7071149e441a2f02b6b5459903b31b00b0096647 owner: scheduled_teuthology@teuthology priority: 930 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4614 sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 sleep_before_teardown: 0 subset: 9/64 suite: orch suite_branch: reef suite_path: /home/teuthworker/src/git.ceph.com_ceph_7071149e441a2f02b6b5459903b31b00b0096647/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 7071149e441a2f02b6b5459903b31b00b0096647 targets: smithi132.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFCjw7ri/QugsfsNN3R3IbHxFAvoKO5HN0//TRcDsrTElq4Jvqn8/RmDuhN4i4vWvcGzEApBUd+YocSXCuvmXgU= smithi161.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDYUzvqPupE5J8MeKogr+P1TG+r2eF/jzqgpNkLsXhb8mVdcfV6xEUL8Piy4WJmGPq21EKtoyCYaFfExwQDZygE= 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 - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 861a8dcf7aa816a26e13f039336f7ed0a9aec0fa timestamp: 2024-06-03_22:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698841 2024-06-04T02:26:53.566 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_7071149e441a2f02b6b5459903b31b00b0096647/qa; will attempt to use it 2024-06-04T02:26:53.567 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_7071149e441a2f02b6b5459903b31b00b0096647/qa/tasks 2024-06-04T02:26:53.567 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-06-04T02:26:53.568 INFO:teuthology.task.internal:Checking packages... 2024-06-04T02:26:53.587 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f1abf795f4fc15bf2f30ac90c811a53ab21d5d65' 2024-06-04T02:26:53.587 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-06-04T02:26:53.587 INFO:teuthology.packaging:ref: None 2024-06-04T02:26:53.587 INFO:teuthology.packaging:tag: None 2024-06-04T02:26:53.587 INFO:teuthology.packaging:branch: reef 2024-06-04T02:26:53.587 INFO:teuthology.packaging:sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-04T02:26:53.587 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=reef 2024-06-04T02:26:53.790 INFO:teuthology.task.internal:Found packages for ceph version 18.2.2-1389.gf1abf795 2024-06-04T02:26:53.792 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-06-04T02:26:53.798 INFO:teuthology.task.internal:no buildpackages task found 2024-06-04T02:26:53.798 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-06-04T02:26:53.814 INFO:teuthology.task.internal:Saving configuration 2024-06-04T02:26:53.826 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-06-04T02:26:53.833 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-06-04T02:26:53.856 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi132.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-03_22:08:02-orch-reef-distro-default-smithi/7740164', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-06-04 02:21:38.469300', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFCjw7ri/QugsfsNN3R3IbHxFAvoKO5HN0//TRcDsrTElq4Jvqn8/RmDuhN4i4vWvcGzEApBUd+YocSXCuvmXgU='} 2024-06-04T02:26:53.880 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-03_22:08:02-orch-reef-distro-default-smithi/7740164', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-06-04 02:21:38.467386', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDYUzvqPupE5J8MeKogr+P1TG+r2eF/jzqgpNkLsXhb8mVdcfV6xEUL8Piy4WJmGPq21EKtoyCYaFfExwQDZygE='} 2024-06-04T02:26:53.880 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-06-04T02:26:53.886 INFO:teuthology.task.internal:roles: ubuntu@smithi132.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-06-04T02:26:53.886 INFO:teuthology.task.internal:roles: ubuntu@smithi161.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-06-04T02:26:53.887 INFO:teuthology.run_tasks:Running task console_log... 2024-06-04T02:26:53.943 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f742d887ac0>, signals=[15]) 2024-06-04T02:26:53.943 INFO:teuthology.run_tasks:Running task internal.connect... 2024-06-04T02:26:53.947 INFO:teuthology.task.internal:Opening connections... 2024-06-04T02:26:53.948 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi132.front.sepia.ceph.com 2024-06-04T02:26:53.949 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-04T02:26:54.023 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi161.front.sepia.ceph.com 2024-06-04T02:26:54.024 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-04T02:26:54.092 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-06-04T02:26:54.099 DEBUG:teuthology.orchestra.run.smithi132:> uname -m 2024-06-04T02:26:54.120 INFO:teuthology.orchestra.run.smithi132.stdout:x86_64 2024-06-04T02:26:54.121 DEBUG:teuthology.orchestra.run.smithi132:> cat /etc/os-release 2024-06-04T02:26:54.182 INFO:teuthology.orchestra.run.smithi132.stdout:NAME="CentOS Stream" 2024-06-04T02:26:54.182 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION="8" 2024-06-04T02:26:54.182 INFO:teuthology.orchestra.run.smithi132.stdout:ID="centos" 2024-06-04T02:26:54.182 INFO:teuthology.orchestra.run.smithi132.stdout:ID_LIKE="rhel fedora" 2024-06-04T02:26:54.182 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION_ID="8" 2024-06-04T02:26:54.182 INFO:teuthology.orchestra.run.smithi132.stdout:PLATFORM_ID="platform:el8" 2024-06-04T02:26:54.182 INFO:teuthology.orchestra.run.smithi132.stdout:PRETTY_NAME="CentOS Stream 8" 2024-06-04T02:26:54.182 INFO:teuthology.orchestra.run.smithi132.stdout:ANSI_COLOR="0;31" 2024-06-04T02:26:54.182 INFO:teuthology.orchestra.run.smithi132.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-06-04T02:26:54.182 INFO:teuthology.orchestra.run.smithi132.stdout:HOME_URL="https://centos.org/" 2024-06-04T02:26:54.182 INFO:teuthology.orchestra.run.smithi132.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-04T02:26:54.182 INFO:teuthology.orchestra.run.smithi132.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-04T02:26:54.183 INFO:teuthology.orchestra.run.smithi132.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-04T02:26:54.183 INFO:teuthology.lock.ops:Updating smithi132.front.sepia.ceph.com on lock server 2024-06-04T02:26:54.265 DEBUG:teuthology.orchestra.run.smithi161:> uname -m 2024-06-04T02:26:54.287 INFO:teuthology.orchestra.run.smithi161.stdout:x86_64 2024-06-04T02:26:54.287 DEBUG:teuthology.orchestra.run.smithi161:> cat /etc/os-release 2024-06-04T02:26:54.348 INFO:teuthology.orchestra.run.smithi161.stdout:NAME="CentOS Stream" 2024-06-04T02:26:54.348 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION="8" 2024-06-04T02:26:54.348 INFO:teuthology.orchestra.run.smithi161.stdout:ID="centos" 2024-06-04T02:26:54.348 INFO:teuthology.orchestra.run.smithi161.stdout:ID_LIKE="rhel fedora" 2024-06-04T02:26:54.348 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_ID="8" 2024-06-04T02:26:54.348 INFO:teuthology.orchestra.run.smithi161.stdout:PLATFORM_ID="platform:el8" 2024-06-04T02:26:54.349 INFO:teuthology.orchestra.run.smithi161.stdout:PRETTY_NAME="CentOS Stream 8" 2024-06-04T02:26:54.349 INFO:teuthology.orchestra.run.smithi161.stdout:ANSI_COLOR="0;31" 2024-06-04T02:26:54.349 INFO:teuthology.orchestra.run.smithi161.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-06-04T02:26:54.349 INFO:teuthology.orchestra.run.smithi161.stdout:HOME_URL="https://centos.org/" 2024-06-04T02:26:54.349 INFO:teuthology.orchestra.run.smithi161.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-04T02:26:54.349 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-04T02:26:54.349 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-04T02:26:54.349 INFO:teuthology.lock.ops:Updating smithi161.front.sepia.ceph.com on lock server 2024-06-04T02:26:54.370 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-06-04T02:26:54.379 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-06-04T02:26:54.383 INFO:teuthology.task.internal:Checking for old test directory... 2024-06-04T02:26:54.383 DEBUG:teuthology.orchestra.run.smithi132:> test '!' -e /home/ubuntu/cephtest 2024-06-04T02:26:54.385 DEBUG:teuthology.orchestra.run.smithi161:> test '!' -e /home/ubuntu/cephtest 2024-06-04T02:26:54.407 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-06-04T02:26:54.413 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-06-04T02:26:54.413 DEBUG:teuthology.orchestra.run.smithi132:> test -z $(ls -A /var/lib/ceph) 2024-06-04T02:26:54.446 DEBUG:teuthology.orchestra.run.smithi161:> test -z $(ls -A /var/lib/ceph) 2024-06-04T02:26:54.478 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-06-04T02:26:54.532 INFO:teuthology.run_tasks:Running task kernel... 2024-06-04T02:26:54.545 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-06-04T02:26:54.545 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-06-04T02:26:54.545 DEBUG:teuthology.orchestra.run.smithi132:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-04T02:26:54.545 DEBUG:teuthology.orchestra.run.smithi161:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-04T02:26:54.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-04T02:26:54.564 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-06-04T02:26:54.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-04T02:26:54.565 DEBUG:teuthology.orchestra.run.smithi132:> uname -r 2024-06-04T02:26:54.624 INFO:teuthology.orchestra.run.smithi161.stdout:4.18.0-489.el8.x86_64 2024-06-04T02:26:54.625 INFO:teuthology.task.kernel:Running kernel on smithi161: 4.18.0-489.el8.x86_64 2024-06-04T02:26:54.625 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum install -y kernel 2024-06-04T02:26:54.626 INFO:teuthology.orchestra.run.smithi132.stdout:4.18.0-489.el8.x86_64 2024-06-04T02:26:54.627 INFO:teuthology.task.kernel:Running kernel on smithi132: 4.18.0-489.el8.x86_64 2024-06-04T02:26:54.627 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum install -y kernel 2024-06-04T02:26:57.411 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 8 - AppStream 196 B/s | 38 B 00:00 2024-06-04T02:26:57.455 INFO:teuthology.orchestra.run.smithi161.stderr:Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 2024-06-04T02:26:57.487 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-04T02:26:57.488 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 smithi161 with status 1: 'sudo yum install -y kernel' 2024-06-04T02:26:57.640 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=1bfcaab7750d494ca47cd04ed63168f8 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 smithi161 with status 1: 'sudo yum install -y kernel' 2024-06-04T02:26:57.643 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-06-04T02:26:57.650 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-06-04T02:26:57.671 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} failure_reason: 'Command failed on smithi161 with status 1: ''sudo yum install -y kernel''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=1bfcaab7750d494ca47cd04ed63168f8 status: fail success: false 2024-06-04T02:26:57.671 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-04T02:26:57.685 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 8 - AppStream 166 B/s | 38 B 00:00 2024-06-04T02:26:57.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-04T02:26:57.686 INFO:teuthology.orchestra.run.smithi132.stderr:Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 2024-06-04T02:26:57.768 INFO:teuthology.run:FAIL