2024-06-06T19:10:33.883 INFO:root:teuthology version: 0.0.1.dev303+g861a8dc 2024-06-06T19:10:33.884 DEBUG:teuthology.run:Teuthology command: teuthology --name lflores-2024-06-06_18:21:47-orch-reef-release-distro-default-smithi --archive /home/teuthworker/archive/lflores-2024-06-06_18:21:47-orch-reef-release-distro-default-smithi/7744000 --verbose --owner scheduled_lflores@teuthology --description orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} -- /home/teuthworker/archive/lflores-2024-06-06_18:21:47-orch-reef-release-distro-default-smithi/7744000/orig.config.yaml 2024-06-06T19:10:33.920 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-06T19:10:34.008 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/lflores-2024-06-06_18:21:47-orch-reef-release-distro-default-smithi/7744000 branch: reef-release description: orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: null first_in_suite: false job_id: '7744000' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: lflores-2024-06-06_18:21:47-orch-reef-release-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-release 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: 4b306633421b1cb0f0c4372ff5d6c363d032b25c ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} cephadm: image: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 install: ceph: flavor: default sha1: 4b306633421b1cb0f0c4372ff5d6c363d032b25c selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: reef-release sha1: 4b306633421b1cb0f0c4372ff5d6c363d032b25c owner: scheduled_lflores@teuthology priority: 60 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1640 sha1: 4b306633421b1cb0f0c4372ff5d6c363d032b25c sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: reef-release suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_4b306633421b1cb0f0c4372ff5d6c363d032b25c/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 4b306633421b1cb0f0c4372ff5d6c363d032b25c targets: smithi044.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOwp3/O19GZFkHifPioqZLiGcnLYTn6+gbFITO2i2Q7ZU+JMSIKScs6fPtbQFC9M8iCD1WJO79PoBE6+VKEkQP4= smithi152.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHot73dGX8SrLCxOOR0p6vrM+Zn78DlErr3F3O4p/ZUbtsFYxw1CIPA8PNH7QuLib3dh5QfIZ9c9TI5flISGrys= 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 - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.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 while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - 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-06_18:21:47 tube: smithi user: lflores verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698841 2024-06-06T19:10:34.009 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_4b306633421b1cb0f0c4372ff5d6c363d032b25c/qa; will attempt to use it 2024-06-06T19:10:34.010 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_4b306633421b1cb0f0c4372ff5d6c363d032b25c/qa/tasks 2024-06-06T19:10:34.010 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-06-06T19:10:34.011 INFO:teuthology.task.internal:Checking packages... 2024-06-06T19:10:34.033 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '4b306633421b1cb0f0c4372ff5d6c363d032b25c' 2024-06-06T19:10:34.034 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-06-06T19:10:34.034 INFO:teuthology.packaging:ref: None 2024-06-06T19:10:34.034 INFO:teuthology.packaging:tag: None 2024-06-06T19:10:34.034 INFO:teuthology.packaging:branch: reef-release 2024-06-06T19:10:34.034 INFO:teuthology.packaging:sha1: 4b306633421b1cb0f0c4372ff5d6c363d032b25c 2024-06-06T19:10:34.034 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=reef-release 2024-06-06T19:10:34.279 INFO:teuthology.task.internal:Found packages for ceph version 18.2.2-1209.g4b306633 2024-06-06T19:10:34.281 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-06-06T19:10:34.288 INFO:teuthology.task.internal:no buildpackages task found 2024-06-06T19:10:34.288 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-06-06T19:10:34.307 INFO:teuthology.task.internal:Saving configuration 2024-06-06T19:10:34.320 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-06-06T19:10:34.327 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-06-06T19:10:34.351 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi044.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-06-06_18:21:47-orch-reef-release-distro-default-smithi/7744000', '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-06 19:05:26.545535', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOwp3/O19GZFkHifPioqZLiGcnLYTn6+gbFITO2i2Q7ZU+JMSIKScs6fPtbQFC9M8iCD1WJO79PoBE6+VKEkQP4='} 2024-06-06T19:10:34.375 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi152.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-06-06_18:21:47-orch-reef-release-distro-default-smithi/7744000', '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-06 19:05:26.546876', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHot73dGX8SrLCxOOR0p6vrM+Zn78DlErr3F3O4p/ZUbtsFYxw1CIPA8PNH7QuLib3dh5QfIZ9c9TI5flISGrys='} 2024-06-06T19:10:34.375 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-06-06T19:10:34.382 INFO:teuthology.task.internal:roles: ubuntu@smithi044.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-06-06T19:10:34.382 INFO:teuthology.task.internal:roles: ubuntu@smithi152.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-06-06T19:10:34.382 INFO:teuthology.run_tasks:Running task console_log... 2024-06-06T19:10:34.475 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f17c9eafac0>, signals=[15]) 2024-06-06T19:10:34.476 INFO:teuthology.run_tasks:Running task internal.connect... 2024-06-06T19:10:34.482 INFO:teuthology.task.internal:Opening connections... 2024-06-06T19:10:34.482 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi044.front.sepia.ceph.com 2024-06-06T19:10:34.483 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-06T19:10:34.556 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi152.front.sepia.ceph.com 2024-06-06T19:10:34.557 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-06T19:10:34.628 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-06-06T19:10:34.635 DEBUG:teuthology.orchestra.run.smithi044:> uname -m 2024-06-06T19:10:34.659 INFO:teuthology.orchestra.run.smithi044.stdout:x86_64 2024-06-06T19:10:34.659 DEBUG:teuthology.orchestra.run.smithi044:> cat /etc/os-release 2024-06-06T19:10:34.720 INFO:teuthology.orchestra.run.smithi044.stdout:NAME="CentOS Stream" 2024-06-06T19:10:34.720 INFO:teuthology.orchestra.run.smithi044.stdout:VERSION="8" 2024-06-06T19:10:34.721 INFO:teuthology.orchestra.run.smithi044.stdout:ID="centos" 2024-06-06T19:10:34.721 INFO:teuthology.orchestra.run.smithi044.stdout:ID_LIKE="rhel fedora" 2024-06-06T19:10:34.721 INFO:teuthology.orchestra.run.smithi044.stdout:VERSION_ID="8" 2024-06-06T19:10:34.721 INFO:teuthology.orchestra.run.smithi044.stdout:PLATFORM_ID="platform:el8" 2024-06-06T19:10:34.721 INFO:teuthology.orchestra.run.smithi044.stdout:PRETTY_NAME="CentOS Stream 8" 2024-06-06T19:10:34.721 INFO:teuthology.orchestra.run.smithi044.stdout:ANSI_COLOR="0;31" 2024-06-06T19:10:34.721 INFO:teuthology.orchestra.run.smithi044.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-06-06T19:10:34.721 INFO:teuthology.orchestra.run.smithi044.stdout:HOME_URL="https://centos.org/" 2024-06-06T19:10:34.721 INFO:teuthology.orchestra.run.smithi044.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-06T19:10:34.721 INFO:teuthology.orchestra.run.smithi044.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-06T19:10:34.721 INFO:teuthology.orchestra.run.smithi044.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-06T19:10:34.722 INFO:teuthology.lock.ops:Updating smithi044.front.sepia.ceph.com on lock server 2024-06-06T19:10:34.742 DEBUG:teuthology.orchestra.run.smithi152:> uname -m 2024-06-06T19:10:34.764 INFO:teuthology.orchestra.run.smithi152.stdout:x86_64 2024-06-06T19:10:34.764 DEBUG:teuthology.orchestra.run.smithi152:> cat /etc/os-release 2024-06-06T19:10:34.825 INFO:teuthology.orchestra.run.smithi152.stdout:NAME="CentOS Stream" 2024-06-06T19:10:34.826 INFO:teuthology.orchestra.run.smithi152.stdout:VERSION="8" 2024-06-06T19:10:34.826 INFO:teuthology.orchestra.run.smithi152.stdout:ID="centos" 2024-06-06T19:10:34.826 INFO:teuthology.orchestra.run.smithi152.stdout:ID_LIKE="rhel fedora" 2024-06-06T19:10:34.826 INFO:teuthology.orchestra.run.smithi152.stdout:VERSION_ID="8" 2024-06-06T19:10:34.826 INFO:teuthology.orchestra.run.smithi152.stdout:PLATFORM_ID="platform:el8" 2024-06-06T19:10:34.826 INFO:teuthology.orchestra.run.smithi152.stdout:PRETTY_NAME="CentOS Stream 8" 2024-06-06T19:10:34.826 INFO:teuthology.orchestra.run.smithi152.stdout:ANSI_COLOR="0;31" 2024-06-06T19:10:34.826 INFO:teuthology.orchestra.run.smithi152.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-06-06T19:10:34.826 INFO:teuthology.orchestra.run.smithi152.stdout:HOME_URL="https://centos.org/" 2024-06-06T19:10:34.826 INFO:teuthology.orchestra.run.smithi152.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-06T19:10:34.827 INFO:teuthology.orchestra.run.smithi152.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-06T19:10:34.827 INFO:teuthology.orchestra.run.smithi152.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-06T19:10:34.827 INFO:teuthology.lock.ops:Updating smithi152.front.sepia.ceph.com on lock server 2024-06-06T19:10:34.842 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-06-06T19:10:34.850 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-06-06T19:10:34.855 INFO:teuthology.task.internal:Checking for old test directory... 2024-06-06T19:10:34.855 DEBUG:teuthology.orchestra.run.smithi044:> test '!' -e /home/ubuntu/cephtest 2024-06-06T19:10:34.858 DEBUG:teuthology.orchestra.run.smithi152:> test '!' -e /home/ubuntu/cephtest 2024-06-06T19:10:34.886 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-06-06T19:10:34.893 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-06-06T19:10:34.893 DEBUG:teuthology.orchestra.run.smithi044:> test -z $(ls -A /var/lib/ceph) 2024-06-06T19:10:34.919 DEBUG:teuthology.orchestra.run.smithi152:> test -z $(ls -A /var/lib/ceph) 2024-06-06T19:10:34.955 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-06-06T19:10:35.009 INFO:teuthology.run_tasks:Running task kernel... 2024-06-06T19:10:35.023 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-06-06T19:10:35.023 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-06-06T19:10:35.023 DEBUG:teuthology.orchestra.run.smithi044:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-06T19:10:35.023 DEBUG:teuthology.orchestra.run.smithi152:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-06T19:10:35.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-06T19:10:35.043 DEBUG:teuthology.orchestra.run.smithi152:> uname -r 2024-06-06T19:10:35.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-06T19:10:35.045 DEBUG:teuthology.orchestra.run.smithi044:> uname -r 2024-06-06T19:10:35.102 INFO:teuthology.orchestra.run.smithi152.stdout:4.18.0-489.el8.x86_64 2024-06-06T19:10:35.102 INFO:teuthology.task.kernel:Running kernel on smithi152: 4.18.0-489.el8.x86_64 2024-06-06T19:10:35.103 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum install -y kernel 2024-06-06T19:10:35.107 INFO:teuthology.orchestra.run.smithi044.stdout:4.18.0-489.el8.x86_64 2024-06-06T19:10:35.108 INFO:teuthology.task.kernel:Running kernel on smithi044: 4.18.0-489.el8.x86_64 2024-06-06T19:10:35.108 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum install -y kernel 2024-06-06T19:10:37.989 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 8 - AppStream 170 B/s | 38 B 00:00 2024-06-06T19:10:38.027 INFO:teuthology.orchestra.run.smithi044.stderr:Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 2024-06-06T19:10:38.050 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - AppStream 136 B/s | 38 B 00:00 2024-06-06T19:10:38.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-06T19:10:38.062 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 smithi044 with status 1: 'sudo yum install -y kernel' 2024-06-06T19:10:38.230 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=1cef26e23d314264ba0208ad18f8f37c 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 smithi044 with status 1: 'sudo yum install -y kernel' 2024-06-06T19:10:38.234 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-06-06T19:10:38.244 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-06-06T19:10:38.267 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} failure_reason: 'Command failed on smithi044 with status 1: ''sudo yum install -y kernel''' owner: scheduled_lflores@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=1cef26e23d314264ba0208ad18f8f37c status: fail success: false 2024-06-06T19:10:38.267 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-06T19:10:38.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-06T19:10:38.281 INFO:teuthology.orchestra.run.smithi152.stderr:Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 2024-06-06T19:10:38.365 INFO:teuthology.run:FAIL