2024-06-30T13:11:07.229 INFO:root:teuthology version: 0.0.1.dev303+g861a8dc 2024-06-30T13:11:07.230 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_teuthology@teuthology --name teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi --archive /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749648 --description orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} --verbose -- /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749648/orig.config.yaml 2024-06-30T13:11:07.263 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-30T13:11:07.349 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749648 branch: reef description: orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7749648' 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 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: 16b16b98599950a27899283412b0a32cd03699ac owner: scheduled_teuthology@teuthology priority: 930 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 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: smithi096.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEsNGPGnie+0c2FLfm1to8g+VnWGli4pIrLTKhPNgGgX5EIOIHo8HIe6IIL9uLsqFHK3Fxnfc+XrFtzPur9WpQ8= smithi178.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAQlnAjfkXQoCKYzPQDxoG26YLvtbaZG2q9y009ssjmetgl68DuOvAvbLyxlTgL+uypE9cyyUtwlfhsq6XxySfU= 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-10_22:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698093 2024-06-30T13:11:07.349 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa; will attempt to use it 2024-06-30T13:11:07.349 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks 2024-06-30T13:11:07.350 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-06-30T13:11:07.351 INFO:teuthology.task.internal:Checking packages... 2024-06-30T13:11:07.371 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f1abf795f4fc15bf2f30ac90c811a53ab21d5d65' 2024-06-30T13:11:07.371 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-06-30T13:11:07.371 INFO:teuthology.packaging:ref: None 2024-06-30T13:11:07.371 INFO:teuthology.packaging:tag: None 2024-06-30T13:11:07.371 INFO:teuthology.packaging:branch: reef 2024-06-30T13:11:07.371 INFO:teuthology.packaging:sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T13:11:07.371 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-30T13:11:07.635 INFO:teuthology.task.internal:Found packages for ceph version 18.2.3-0 2024-06-30T13:11:07.636 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-06-30T13:11:07.643 INFO:teuthology.task.internal:no buildpackages task found 2024-06-30T13:11:07.643 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-06-30T13:11:07.695 INFO:teuthology.task.internal:Saving configuration 2024-06-30T13:11:07.708 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-06-30T13:11:07.721 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-06-30T13:11:07.745 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi096.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749648', '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-30 13:04:28.791609', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEsNGPGnie+0c2FLfm1to8g+VnWGli4pIrLTKhPNgGgX5EIOIHo8HIe6IIL9uLsqFHK3Fxnfc+XrFtzPur9WpQ8='} 2024-06-30T13:11:07.769 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi178.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749648', '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-30 13:04:28.793009', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAQlnAjfkXQoCKYzPQDxoG26YLvtbaZG2q9y009ssjmetgl68DuOvAvbLyxlTgL+uypE9cyyUtwlfhsq6XxySfU='} 2024-06-30T13:11:07.769 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-06-30T13:11:07.775 INFO:teuthology.task.internal:roles: ubuntu@smithi096.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-06-30T13:11:07.775 INFO:teuthology.task.internal:roles: ubuntu@smithi178.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-06-30T13:11:07.775 INFO:teuthology.run_tasks:Running task console_log... 2024-06-30T13:11:07.853 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fc3bdc4bac0>, signals=[15]) 2024-06-30T13:11:07.853 INFO:teuthology.run_tasks:Running task internal.connect... 2024-06-30T13:11:07.859 INFO:teuthology.task.internal:Opening connections... 2024-06-30T13:11:07.860 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi096.front.sepia.ceph.com 2024-06-30T13:11:07.861 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T13:11:07.936 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi178.front.sepia.ceph.com 2024-06-30T13:11:07.936 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T13:11:08.005 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-06-30T13:11:08.011 DEBUG:teuthology.orchestra.run.smithi096:> uname -m 2024-06-30T13:11:08.034 INFO:teuthology.orchestra.run.smithi096.stdout:x86_64 2024-06-30T13:11:08.034 DEBUG:teuthology.orchestra.run.smithi096:> cat /etc/os-release 2024-06-30T13:11:08.095 INFO:teuthology.orchestra.run.smithi096.stdout:NAME="CentOS Stream" 2024-06-30T13:11:08.095 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION="8" 2024-06-30T13:11:08.095 INFO:teuthology.orchestra.run.smithi096.stdout:ID="centos" 2024-06-30T13:11:08.095 INFO:teuthology.orchestra.run.smithi096.stdout:ID_LIKE="rhel fedora" 2024-06-30T13:11:08.095 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION_ID="8" 2024-06-30T13:11:08.096 INFO:teuthology.orchestra.run.smithi096.stdout:PLATFORM_ID="platform:el8" 2024-06-30T13:11:08.096 INFO:teuthology.orchestra.run.smithi096.stdout:PRETTY_NAME="CentOS Stream 8" 2024-06-30T13:11:08.096 INFO:teuthology.orchestra.run.smithi096.stdout:ANSI_COLOR="0;31" 2024-06-30T13:11:08.096 INFO:teuthology.orchestra.run.smithi096.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-06-30T13:11:08.096 INFO:teuthology.orchestra.run.smithi096.stdout:HOME_URL="https://centos.org/" 2024-06-30T13:11:08.096 INFO:teuthology.orchestra.run.smithi096.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-30T13:11:08.096 INFO:teuthology.orchestra.run.smithi096.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-30T13:11:08.096 INFO:teuthology.orchestra.run.smithi096.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-30T13:11:08.097 INFO:teuthology.lock.ops:Updating smithi096.front.sepia.ceph.com on lock server 2024-06-30T13:11:08.117 DEBUG:teuthology.orchestra.run.smithi178:> uname -m 2024-06-30T13:11:08.139 INFO:teuthology.orchestra.run.smithi178.stdout:x86_64 2024-06-30T13:11:08.139 DEBUG:teuthology.orchestra.run.smithi178:> cat /etc/os-release 2024-06-30T13:11:08.200 INFO:teuthology.orchestra.run.smithi178.stdout:NAME="CentOS Stream" 2024-06-30T13:11:08.200 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION="8" 2024-06-30T13:11:08.200 INFO:teuthology.orchestra.run.smithi178.stdout:ID="centos" 2024-06-30T13:11:08.200 INFO:teuthology.orchestra.run.smithi178.stdout:ID_LIKE="rhel fedora" 2024-06-30T13:11:08.200 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION_ID="8" 2024-06-30T13:11:08.200 INFO:teuthology.orchestra.run.smithi178.stdout:PLATFORM_ID="platform:el8" 2024-06-30T13:11:08.200 INFO:teuthology.orchestra.run.smithi178.stdout:PRETTY_NAME="CentOS Stream 8" 2024-06-30T13:11:08.200 INFO:teuthology.orchestra.run.smithi178.stdout:ANSI_COLOR="0;31" 2024-06-30T13:11:08.200 INFO:teuthology.orchestra.run.smithi178.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-06-30T13:11:08.201 INFO:teuthology.orchestra.run.smithi178.stdout:HOME_URL="https://centos.org/" 2024-06-30T13:11:08.201 INFO:teuthology.orchestra.run.smithi178.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-30T13:11:08.201 INFO:teuthology.orchestra.run.smithi178.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-30T13:11:08.201 INFO:teuthology.orchestra.run.smithi178.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-30T13:11:08.201 INFO:teuthology.lock.ops:Updating smithi178.front.sepia.ceph.com on lock server 2024-06-30T13:11:08.225 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-06-30T13:11:08.234 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-06-30T13:11:08.270 INFO:teuthology.task.internal:Checking for old test directory... 2024-06-30T13:11:08.270 DEBUG:teuthology.orchestra.run.smithi096:> test '!' -e /home/ubuntu/cephtest 2024-06-30T13:11:08.273 DEBUG:teuthology.orchestra.run.smithi178:> test '!' -e /home/ubuntu/cephtest 2024-06-30T13:11:08.293 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-06-30T13:11:08.298 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-06-30T13:11:08.298 DEBUG:teuthology.orchestra.run.smithi096:> test -z $(ls -A /var/lib/ceph) 2024-06-30T13:11:08.333 DEBUG:teuthology.orchestra.run.smithi178:> test -z $(ls -A /var/lib/ceph) 2024-06-30T13:11:08.365 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-06-30T13:11:08.420 INFO:teuthology.run_tasks:Running task kernel... 2024-06-30T13:11:08.433 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-06-30T13:11:08.433 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-06-30T13:11:08.434 DEBUG:teuthology.orchestra.run.smithi096:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-30T13:11:08.434 DEBUG:teuthology.orchestra.run.smithi178:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-30T13:11:08.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:11:08.454 DEBUG:teuthology.orchestra.run.smithi178:> uname -r 2024-06-30T13:11:08.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:11:08.456 DEBUG:teuthology.orchestra.run.smithi096:> uname -r 2024-06-30T13:11:08.515 INFO:teuthology.orchestra.run.smithi178.stdout:4.18.0-489.el8.x86_64 2024-06-30T13:11:08.515 INFO:teuthology.task.kernel:Running kernel on smithi178: 4.18.0-489.el8.x86_64 2024-06-30T13:11:08.515 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum install -y kernel 2024-06-30T13:11:08.518 INFO:teuthology.orchestra.run.smithi096.stdout:4.18.0-489.el8.x86_64 2024-06-30T13:11:08.518 INFO:teuthology.task.kernel:Running kernel on smithi096: 4.18.0-489.el8.x86_64 2024-06-30T13:11:08.518 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum install -y kernel 2024-06-30T13:11:11.185 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 8 - AppStream 614 B/s | 38 B 00:00 2024-06-30T13:11:11.192 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 8 - AppStream 599 B/s | 38 B 00:00 2024-06-30T13:11:11.215 INFO:teuthology.orchestra.run.smithi178.stderr:Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 2024-06-30T13:11:11.244 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:11:11.245 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 smithi178 with status 1: 'sudo yum install -y kernel' 2024-06-30T13:11:11.413 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e705c05db8c0491dbff7e83442aff292 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 smithi178 with status 1: 'sudo yum install -y kernel' 2024-06-30T13:11:11.417 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-06-30T13:11:11.425 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-06-30T13:11:11.497 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 smithi178 with status 1: ''sudo yum install -y kernel''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e705c05db8c0491dbff7e83442aff292 status: fail success: false 2024-06-30T13:11:11.497 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-30T13:11:11.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T13:11:11.513 INFO:teuthology.orchestra.run.smithi096.stderr:Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 2024-06-30T13:11:11.581 INFO:teuthology.run:FAIL