2024-06-04T03:38:49.249 INFO:root:teuthology version: 0.0.1.dev303+g861a8dc 2024-06-04T03:38:49.249 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_teuthology@teuthology --description orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/client-keyring 3-final} --archive /home/teuthworker/archive/teuthology-2024-06-03_22:08:02-orch-reef-distro-default-smithi/7740277 --verbose --name teuthology-2024-06-03_22:08:02-orch-reef-distro-default-smithi -- /home/teuthworker/archive/teuthology-2024-06-03_22:08:02-orch-reef-distro-default-smithi/7740277/orig.config.yaml 2024-06-04T03:38:49.284 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-04T03:38:49.362 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-06-03_22:08:02-orch-reef-distro-default-smithi/7740277 branch: reef description: orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/client-keyring 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7740277' 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: smithi086.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDOyOxvAREawobjcWXdBdz4bHmM85ksZMRAPVa+wh7dL54PzzFL5866vuKGXApBxCi+4cJ7xmP+spkCARaU3XA8= smithi094.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPfVocnmoLS1fJbUGNej2T3ARn1AcnM2hGLKWEpH+1/S/WMuMV7HUXGV+rstMG09rZ4tUlm9Hxcixyr+p/7AVPI= 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 - cephadm.shell: host.a: - ceph orch host label add `hostname` foo - ceph auth get-or-create client.foo mon 'allow r' - ceph orch client-keyring set client.foo label:foo --mode 770 --owner 11111:22222 - exec: host.a: - while ! test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - ls -al /etc/ceph/ceph.client.foo.keyring | grep rwxrwx--- - ls -al /etc/ceph/ceph.client.foo.keyring | grep 11111 - ls -al /etc/ceph/ceph.client.foo.keyring | grep 22222 - test -e /etc/ceph/ceph.conf - exec: host.b: - test ! -e /etc/ceph/ceph.client.foo.keyring - cephadm.shell: host.b: - ceph orch host label add `hostname` foo - exec: host.b: - while ! test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - ls -al /etc/ceph/ceph.client.foo.keyring | grep rwxrwx--- - ls -al /etc/ceph/ceph.client.foo.keyring | grep 11111 - ls -al /etc/ceph/ceph.client.foo.keyring | grep 22222 - cephadm.shell: host.b: - ceph orch host label rm `hostname` foo - exec: host.b: - while test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - exec: host.a: - test -e /etc/ceph/ceph.client.foo.keyring - cephadm.shell: host.a: - ceph orch client-keyring rm client.foo - exec: host.a: - while test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - 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-04T03:38:49.363 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_7071149e441a2f02b6b5459903b31b00b0096647/qa; will attempt to use it 2024-06-04T03:38:49.363 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_7071149e441a2f02b6b5459903b31b00b0096647/qa/tasks 2024-06-04T03:38:49.363 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-06-04T03:38:49.365 INFO:teuthology.task.internal:Checking packages... 2024-06-04T03:38:49.384 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f1abf795f4fc15bf2f30ac90c811a53ab21d5d65' 2024-06-04T03:38:49.384 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-06-04T03:38:49.384 INFO:teuthology.packaging:ref: None 2024-06-04T03:38:49.384 INFO:teuthology.packaging:tag: None 2024-06-04T03:38:49.384 INFO:teuthology.packaging:branch: reef 2024-06-04T03:38:49.384 INFO:teuthology.packaging:sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-04T03:38:49.385 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-04T03:38:49.725 INFO:teuthology.task.internal:Found packages for ceph version 18.2.2-1389.gf1abf795 2024-06-04T03:38:49.727 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-06-04T03:38:49.734 INFO:teuthology.task.internal:no buildpackages task found 2024-06-04T03:38:49.734 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-06-04T03:38:49.752 INFO:teuthology.task.internal:Saving configuration 2024-06-04T03:38:49.765 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-06-04T03:38:49.772 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-06-04T03:38:49.799 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi086.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-03_22:08:02-orch-reef-distro-default-smithi/7740277', '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 03:33:49.764071', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDOyOxvAREawobjcWXdBdz4bHmM85ksZMRAPVa+wh7dL54PzzFL5866vuKGXApBxCi+4cJ7xmP+spkCARaU3XA8='} 2024-06-04T03:38:49.823 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi094.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-03_22:08:02-orch-reef-distro-default-smithi/7740277', '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 03:33:49.765808', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPfVocnmoLS1fJbUGNej2T3ARn1AcnM2hGLKWEpH+1/S/WMuMV7HUXGV+rstMG09rZ4tUlm9Hxcixyr+p/7AVPI='} 2024-06-04T03:38:49.824 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-06-04T03:38:49.830 INFO:teuthology.task.internal:roles: ubuntu@smithi086.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-06-04T03:38:49.830 INFO:teuthology.task.internal:roles: ubuntu@smithi094.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-06-04T03:38:49.830 INFO:teuthology.run_tasks:Running task console_log... 2024-06-04T03:38:49.894 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f961a303ac0>, signals=[15]) 2024-06-04T03:38:49.895 INFO:teuthology.run_tasks:Running task internal.connect... 2024-06-04T03:38:49.904 INFO:teuthology.task.internal:Opening connections... 2024-06-04T03:38:49.904 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi086.front.sepia.ceph.com 2024-06-04T03:38:49.906 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-04T03:38:49.981 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi094.front.sepia.ceph.com 2024-06-04T03:38:49.981 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-04T03:38:50.052 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-06-04T03:38:50.059 DEBUG:teuthology.orchestra.run.smithi086:> uname -m 2024-06-04T03:38:50.081 INFO:teuthology.orchestra.run.smithi086.stdout:x86_64 2024-06-04T03:38:50.081 DEBUG:teuthology.orchestra.run.smithi086:> cat /etc/os-release 2024-06-04T03:38:50.141 INFO:teuthology.orchestra.run.smithi086.stdout:NAME="CentOS Stream" 2024-06-04T03:38:50.142 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION="8" 2024-06-04T03:38:50.142 INFO:teuthology.orchestra.run.smithi086.stdout:ID="centos" 2024-06-04T03:38:50.142 INFO:teuthology.orchestra.run.smithi086.stdout:ID_LIKE="rhel fedora" 2024-06-04T03:38:50.142 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION_ID="8" 2024-06-04T03:38:50.142 INFO:teuthology.orchestra.run.smithi086.stdout:PLATFORM_ID="platform:el8" 2024-06-04T03:38:50.142 INFO:teuthology.orchestra.run.smithi086.stdout:PRETTY_NAME="CentOS Stream 8" 2024-06-04T03:38:50.142 INFO:teuthology.orchestra.run.smithi086.stdout:ANSI_COLOR="0;31" 2024-06-04T03:38:50.142 INFO:teuthology.orchestra.run.smithi086.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-06-04T03:38:50.142 INFO:teuthology.orchestra.run.smithi086.stdout:HOME_URL="https://centos.org/" 2024-06-04T03:38:50.142 INFO:teuthology.orchestra.run.smithi086.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-04T03:38:50.143 INFO:teuthology.orchestra.run.smithi086.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-04T03:38:50.143 INFO:teuthology.orchestra.run.smithi086.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-04T03:38:50.143 INFO:teuthology.lock.ops:Updating smithi086.front.sepia.ceph.com on lock server 2024-06-04T03:38:50.166 DEBUG:teuthology.orchestra.run.smithi094:> uname -m 2024-06-04T03:38:50.190 INFO:teuthology.orchestra.run.smithi094.stdout:x86_64 2024-06-04T03:38:50.190 DEBUG:teuthology.orchestra.run.smithi094:> cat /etc/os-release 2024-06-04T03:38:50.252 INFO:teuthology.orchestra.run.smithi094.stdout:NAME="CentOS Stream" 2024-06-04T03:38:50.252 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION="8" 2024-06-04T03:38:50.252 INFO:teuthology.orchestra.run.smithi094.stdout:ID="centos" 2024-06-04T03:38:50.252 INFO:teuthology.orchestra.run.smithi094.stdout:ID_LIKE="rhel fedora" 2024-06-04T03:38:50.252 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION_ID="8" 2024-06-04T03:38:50.252 INFO:teuthology.orchestra.run.smithi094.stdout:PLATFORM_ID="platform:el8" 2024-06-04T03:38:50.253 INFO:teuthology.orchestra.run.smithi094.stdout:PRETTY_NAME="CentOS Stream 8" 2024-06-04T03:38:50.253 INFO:teuthology.orchestra.run.smithi094.stdout:ANSI_COLOR="0;31" 2024-06-04T03:38:50.253 INFO:teuthology.orchestra.run.smithi094.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-06-04T03:38:50.253 INFO:teuthology.orchestra.run.smithi094.stdout:HOME_URL="https://centos.org/" 2024-06-04T03:38:50.253 INFO:teuthology.orchestra.run.smithi094.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-04T03:38:50.253 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-04T03:38:50.254 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-04T03:38:50.254 INFO:teuthology.lock.ops:Updating smithi094.front.sepia.ceph.com on lock server 2024-06-04T03:38:50.273 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-06-04T03:38:50.282 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-06-04T03:38:50.289 INFO:teuthology.task.internal:Checking for old test directory... 2024-06-04T03:38:50.290 DEBUG:teuthology.orchestra.run.smithi086:> test '!' -e /home/ubuntu/cephtest 2024-06-04T03:38:50.292 DEBUG:teuthology.orchestra.run.smithi094:> test '!' -e /home/ubuntu/cephtest 2024-06-04T03:38:50.314 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-06-04T03:38:50.321 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-06-04T03:38:50.321 DEBUG:teuthology.orchestra.run.smithi086:> test -z $(ls -A /var/lib/ceph) 2024-06-04T03:38:50.353 DEBUG:teuthology.orchestra.run.smithi094:> test -z $(ls -A /var/lib/ceph) 2024-06-04T03:38:50.384 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-06-04T03:38:50.442 INFO:teuthology.run_tasks:Running task kernel... 2024-06-04T03:38:50.457 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-06-04T03:38:50.457 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-06-04T03:38:50.457 DEBUG:teuthology.orchestra.run.smithi086:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-04T03:38:50.458 DEBUG:teuthology.orchestra.run.smithi094:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-04T03:38:50.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-04T03:38:50.478 DEBUG:teuthology.orchestra.run.smithi086:> uname -r 2024-06-04T03:38:50.479 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-04T03:38:50.479 DEBUG:teuthology.orchestra.run.smithi094:> uname -r 2024-06-04T03:38:50.540 INFO:teuthology.orchestra.run.smithi086.stdout:4.18.0-489.el8.x86_64 2024-06-04T03:38:50.540 INFO:teuthology.task.kernel:Running kernel on smithi086: 4.18.0-489.el8.x86_64 2024-06-04T03:38:50.540 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum install -y kernel 2024-06-04T03:38:50.541 INFO:teuthology.orchestra.run.smithi094.stdout:4.18.0-489.el8.x86_64 2024-06-04T03:38:50.542 INFO:teuthology.task.kernel:Running kernel on smithi094: 4.18.0-489.el8.x86_64 2024-06-04T03:38:50.542 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum install -y kernel 2024-06-04T03:38:53.304 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 8 - AppStream 190 B/s | 38 B 00:00 2024-06-04T03:38:53.346 INFO:teuthology.orchestra.run.smithi086.stderr:Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 2024-06-04T03:38:53.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-04T03:38:53.380 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 smithi086 with status 1: 'sudo yum install -y kernel' 2024-06-04T03:38:53.555 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=81f4e80092a64136b3315bc4897b6b4e 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 smithi086 with status 1: 'sudo yum install -y kernel' 2024-06-04T03:38:53.559 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-06-04T03:38:53.566 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-06-04T03:38:53.587 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/client-keyring 3-final} failure_reason: 'Command failed on smithi086 with status 1: ''sudo yum install -y kernel''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=81f4e80092a64136b3315bc4897b6b4e status: fail success: false 2024-06-04T03:38:53.587 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-04T03:38:53.601 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 8 - AppStream 201 B/s | 38 B 00:00 2024-06-04T03:38:53.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-04T03:38:53.603 INFO:teuthology.orchestra.run.smithi094.stderr:Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 2024-06-04T03:38:53.680 INFO:teuthology.run:FAIL