2024-06-30T12:32:21.671 INFO:root:teuthology version: 0.0.1.dev303+g861a8dc 2024-06-30T12:32:21.671 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-services/client-keyring 3-final} --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/7749522 -- /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749522/orig.config.yaml 2024-06-30T12:32:21.703 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-30T12:32:21.785 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749522 branch: reef description: orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-services/client-keyring 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7749522' 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: smithi114.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOZBgYeE0DyeYA5I/qFM/X0okiRKCsnWN8oaBrRG6lXxKY9ATe6Q/pTHjbw8+z9EoGYmRvuLUqPDBDycaoopcEQ= smithi151.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC2v+QcZqj9KqcT7NJ97qEWrjoMyDhSTnoiXmekMmJIsm8mlUdeG9nadOgcnno9w4OrrSm4kuuDQ1SN9DTya4dk= 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 - 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-10_22:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698093 2024-06-30T12:32:21.786 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa; will attempt to use it 2024-06-30T12:32:21.787 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks 2024-06-30T12:32:21.787 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-06-30T12:32:21.788 INFO:teuthology.task.internal:Checking packages... 2024-06-30T12:32:21.809 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f1abf795f4fc15bf2f30ac90c811a53ab21d5d65' 2024-06-30T12:32:21.810 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-06-30T12:32:21.810 INFO:teuthology.packaging:ref: None 2024-06-30T12:32:21.810 INFO:teuthology.packaging:tag: None 2024-06-30T12:32:21.810 INFO:teuthology.packaging:branch: reef 2024-06-30T12:32:21.810 INFO:teuthology.packaging:sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T12:32:21.810 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-30T12:32:21.983 INFO:teuthology.task.internal:Found packages for ceph version 18.2.3-0 2024-06-30T12:32:21.984 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-06-30T12:32:21.991 INFO:teuthology.task.internal:no buildpackages task found 2024-06-30T12:32:21.991 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-06-30T12:32:21.996 INFO:teuthology.task.internal:Saving configuration 2024-06-30T12:32:22.008 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-06-30T12:32:22.014 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-06-30T12:32:22.038 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi114.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749522', '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 12:27:17.233814', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOZBgYeE0DyeYA5I/qFM/X0okiRKCsnWN8oaBrRG6lXxKY9ATe6Q/pTHjbw8+z9EoGYmRvuLUqPDBDycaoopcEQ='} 2024-06-30T12:32:22.059 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi151.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749522', '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 12:27:17.232422', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC2v+QcZqj9KqcT7NJ97qEWrjoMyDhSTnoiXmekMmJIsm8mlUdeG9nadOgcnno9w4OrrSm4kuuDQ1SN9DTya4dk='} 2024-06-30T12:32:22.059 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-06-30T12:32:22.065 INFO:teuthology.task.internal:roles: ubuntu@smithi114.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-06-30T12:32:22.065 INFO:teuthology.task.internal:roles: ubuntu@smithi151.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-06-30T12:32:22.065 INFO:teuthology.run_tasks:Running task console_log... 2024-06-30T12:32:22.127 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe514e73ac0>, signals=[15]) 2024-06-30T12:32:22.127 INFO:teuthology.run_tasks:Running task internal.connect... 2024-06-30T12:32:22.132 INFO:teuthology.task.internal:Opening connections... 2024-06-30T12:32:22.132 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi114.front.sepia.ceph.com 2024-06-30T12:32:22.134 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:32:22.206 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi151.front.sepia.ceph.com 2024-06-30T12:32:22.207 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:32:22.276 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-06-30T12:32:22.283 DEBUG:teuthology.orchestra.run.smithi114:> uname -m 2024-06-30T12:32:22.305 INFO:teuthology.orchestra.run.smithi114.stdout:x86_64 2024-06-30T12:32:22.305 DEBUG:teuthology.orchestra.run.smithi114:> cat /etc/os-release 2024-06-30T12:32:22.366 INFO:teuthology.orchestra.run.smithi114.stdout:NAME="CentOS Stream" 2024-06-30T12:32:22.366 INFO:teuthology.orchestra.run.smithi114.stdout:VERSION="8" 2024-06-30T12:32:22.366 INFO:teuthology.orchestra.run.smithi114.stdout:ID="centos" 2024-06-30T12:32:22.366 INFO:teuthology.orchestra.run.smithi114.stdout:ID_LIKE="rhel fedora" 2024-06-30T12:32:22.366 INFO:teuthology.orchestra.run.smithi114.stdout:VERSION_ID="8" 2024-06-30T12:32:22.366 INFO:teuthology.orchestra.run.smithi114.stdout:PLATFORM_ID="platform:el8" 2024-06-30T12:32:22.366 INFO:teuthology.orchestra.run.smithi114.stdout:PRETTY_NAME="CentOS Stream 8" 2024-06-30T12:32:22.366 INFO:teuthology.orchestra.run.smithi114.stdout:ANSI_COLOR="0;31" 2024-06-30T12:32:22.366 INFO:teuthology.orchestra.run.smithi114.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-06-30T12:32:22.366 INFO:teuthology.orchestra.run.smithi114.stdout:HOME_URL="https://centos.org/" 2024-06-30T12:32:22.366 INFO:teuthology.orchestra.run.smithi114.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-30T12:32:22.367 INFO:teuthology.orchestra.run.smithi114.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-30T12:32:22.367 INFO:teuthology.orchestra.run.smithi114.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-30T12:32:22.367 INFO:teuthology.lock.ops:Updating smithi114.front.sepia.ceph.com on lock server 2024-06-30T12:32:22.386 DEBUG:teuthology.orchestra.run.smithi151:> uname -m 2024-06-30T12:32:22.407 INFO:teuthology.orchestra.run.smithi151.stdout:x86_64 2024-06-30T12:32:22.407 DEBUG:teuthology.orchestra.run.smithi151:> cat /etc/os-release 2024-06-30T12:32:22.467 INFO:teuthology.orchestra.run.smithi151.stdout:NAME="CentOS Stream" 2024-06-30T12:32:22.467 INFO:teuthology.orchestra.run.smithi151.stdout:VERSION="8" 2024-06-30T12:32:22.467 INFO:teuthology.orchestra.run.smithi151.stdout:ID="centos" 2024-06-30T12:32:22.467 INFO:teuthology.orchestra.run.smithi151.stdout:ID_LIKE="rhel fedora" 2024-06-30T12:32:22.467 INFO:teuthology.orchestra.run.smithi151.stdout:VERSION_ID="8" 2024-06-30T12:32:22.468 INFO:teuthology.orchestra.run.smithi151.stdout:PLATFORM_ID="platform:el8" 2024-06-30T12:32:22.468 INFO:teuthology.orchestra.run.smithi151.stdout:PRETTY_NAME="CentOS Stream 8" 2024-06-30T12:32:22.468 INFO:teuthology.orchestra.run.smithi151.stdout:ANSI_COLOR="0;31" 2024-06-30T12:32:22.468 INFO:teuthology.orchestra.run.smithi151.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-06-30T12:32:22.468 INFO:teuthology.orchestra.run.smithi151.stdout:HOME_URL="https://centos.org/" 2024-06-30T12:32:22.468 INFO:teuthology.orchestra.run.smithi151.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-30T12:32:22.468 INFO:teuthology.orchestra.run.smithi151.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-30T12:32:22.468 INFO:teuthology.orchestra.run.smithi151.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-30T12:32:22.468 INFO:teuthology.lock.ops:Updating smithi151.front.sepia.ceph.com on lock server 2024-06-30T12:32:22.494 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-06-30T12:32:22.502 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-06-30T12:32:22.547 INFO:teuthology.task.internal:Checking for old test directory... 2024-06-30T12:32:22.547 DEBUG:teuthology.orchestra.run.smithi114:> test '!' -e /home/ubuntu/cephtest 2024-06-30T12:32:22.550 DEBUG:teuthology.orchestra.run.smithi151:> test '!' -e /home/ubuntu/cephtest 2024-06-30T12:32:22.571 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-06-30T12:32:22.576 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-06-30T12:32:22.576 DEBUG:teuthology.orchestra.run.smithi114:> test -z $(ls -A /var/lib/ceph) 2024-06-30T12:32:22.610 DEBUG:teuthology.orchestra.run.smithi151:> test -z $(ls -A /var/lib/ceph) 2024-06-30T12:32:22.640 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-06-30T12:32:22.696 INFO:teuthology.run_tasks:Running task kernel... 2024-06-30T12:32:22.711 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-06-30T12:32:22.711 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-06-30T12:32:22.711 DEBUG:teuthology.orchestra.run.smithi114:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-30T12:32:22.711 DEBUG:teuthology.orchestra.run.smithi151:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-30T12:32:22.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:32:22.732 DEBUG:teuthology.orchestra.run.smithi114:> uname -r 2024-06-30T12:32:22.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:32:22.733 DEBUG:teuthology.orchestra.run.smithi151:> uname -r 2024-06-30T12:32:22.793 INFO:teuthology.orchestra.run.smithi114.stdout:4.18.0-489.el8.x86_64 2024-06-30T12:32:22.794 INFO:teuthology.task.kernel:Running kernel on smithi114: 4.18.0-489.el8.x86_64 2024-06-30T12:32:22.794 DEBUG:teuthology.orchestra.run.smithi114:> sudo yum install -y kernel 2024-06-30T12:32:22.795 INFO:teuthology.orchestra.run.smithi151.stdout:4.18.0-489.el8.x86_64 2024-06-30T12:32:22.795 INFO:teuthology.task.kernel:Running kernel on smithi151: 4.18.0-489.el8.x86_64 2024-06-30T12:32:22.795 DEBUG:teuthology.orchestra.run.smithi151:> sudo yum install -y kernel 2024-06-30T12:32:25.490 INFO:teuthology.orchestra.run.smithi114.stdout:CentOS Stream 8 - AppStream 501 B/s | 38 B 00:00 2024-06-30T12:32:25.509 INFO:teuthology.orchestra.run.smithi151.stdout:CentOS Stream 8 - AppStream 693 B/s | 38 B 00:00 2024-06-30T12:32:25.531 INFO:teuthology.orchestra.run.smithi114.stderr:Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 2024-06-30T12:32:25.541 INFO:teuthology.orchestra.run.smithi151.stderr:Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 2024-06-30T12:32:25.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:32:25.563 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 smithi114 with status 1: 'sudo yum install -y kernel' 2024-06-30T12:32:25.735 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=63cc5f8b112e4864a078e64a44aa2afb 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 smithi114 with status 1: 'sudo yum install -y kernel' 2024-06-30T12:32:25.739 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-06-30T12:32:25.747 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-06-30T12:32:25.762 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-services/client-keyring 3-final} failure_reason: 'Command failed on smithi114 with status 1: ''sudo yum install -y kernel''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=63cc5f8b112e4864a078e64a44aa2afb status: fail success: false 2024-06-30T12:32:25.762 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-30T12:32:25.776 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:32:25.850 INFO:teuthology.run:FAIL