2024-06-30T12:39:09.654 INFO:root:teuthology version: 0.0.1.dev303+g861a8dc 2024-06-30T12:39:09.654 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_teuthology@teuthology --archive /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749541 --verbose --name teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi --description orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} -- /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749541/orig.config.yaml 2024-06-30T12:39:09.690 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-30T12:39:09.769 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749541 branch: reef description: orch/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7749541' 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: smithi173.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGo2aWobMvlAEse5IK1R1HPTF0D5UcEjEohdkhnxhnd2Kk88Hi1feL7wj4jTrbIDr/4wvN4B00vjrT5JgvFXIT8= smithi178.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAHp+m1JSlhnaK1Sjc0mMUkB9MUKDjPWCtDgdLeUizh5sTLA2Es/HnVDH6GFhuAseomyJii+KZ666+lH/oJBgnk= 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 - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foobucket /mnt/foo - find /mnt/foo -ls - grep thebody /mnt/foo/myobject - echo test > /mnt/foo/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foobucket - ceph nfs cluster rm 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-10_22:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698093 2024-06-30T12:39:09.769 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:39:09.770 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks 2024-06-30T12:39:09.770 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-06-30T12:39:09.772 INFO:teuthology.task.internal:Checking packages... 2024-06-30T12:39:09.793 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f1abf795f4fc15bf2f30ac90c811a53ab21d5d65' 2024-06-30T12:39:09.793 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-06-30T12:39:09.793 INFO:teuthology.packaging:ref: None 2024-06-30T12:39:09.793 INFO:teuthology.packaging:tag: None 2024-06-30T12:39:09.793 INFO:teuthology.packaging:branch: reef 2024-06-30T12:39:09.793 INFO:teuthology.packaging:sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T12:39:09.794 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:39:10.069 INFO:teuthology.task.internal:Found packages for ceph version 18.2.3-0 2024-06-30T12:39:10.071 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-06-30T12:39:10.078 INFO:teuthology.task.internal:no buildpackages task found 2024-06-30T12:39:10.078 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-06-30T12:39:10.113 INFO:teuthology.task.internal:Saving configuration 2024-06-30T12:39:10.127 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-06-30T12:39:10.134 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-06-30T12:39:10.156 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi173.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749541', '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:33:15.001382', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGo2aWobMvlAEse5IK1R1HPTF0D5UcEjEohdkhnxhnd2Kk88Hi1feL7wj4jTrbIDr/4wvN4B00vjrT5JgvFXIT8='} 2024-06-30T12:39:10.180 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/7749541', '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:33:15.002794', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAHp+m1JSlhnaK1Sjc0mMUkB9MUKDjPWCtDgdLeUizh5sTLA2Es/HnVDH6GFhuAseomyJii+KZ666+lH/oJBgnk='} 2024-06-30T12:39:10.180 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-06-30T12:39:10.186 INFO:teuthology.task.internal:roles: ubuntu@smithi173.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-06-30T12:39:10.187 INFO:teuthology.task.internal:roles: ubuntu@smithi178.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-06-30T12:39:10.187 INFO:teuthology.run_tasks:Running task console_log... 2024-06-30T12:39:10.257 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb496ec7ac0>, signals=[15]) 2024-06-30T12:39:10.257 INFO:teuthology.run_tasks:Running task internal.connect... 2024-06-30T12:39:10.263 INFO:teuthology.task.internal:Opening connections... 2024-06-30T12:39:10.263 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi173.front.sepia.ceph.com 2024-06-30T12:39:10.265 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:39:10.341 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi178.front.sepia.ceph.com 2024-06-30T12:39:10.342 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:39:10.415 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-06-30T12:39:10.421 DEBUG:teuthology.orchestra.run.smithi173:> uname -m 2024-06-30T12:39:10.442 INFO:teuthology.orchestra.run.smithi173.stdout:x86_64 2024-06-30T12:39:10.442 DEBUG:teuthology.orchestra.run.smithi173:> cat /etc/os-release 2024-06-30T12:39:10.503 INFO:teuthology.orchestra.run.smithi173.stdout:NAME="CentOS Stream" 2024-06-30T12:39:10.503 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION="8" 2024-06-30T12:39:10.503 INFO:teuthology.orchestra.run.smithi173.stdout:ID="centos" 2024-06-30T12:39:10.503 INFO:teuthology.orchestra.run.smithi173.stdout:ID_LIKE="rhel fedora" 2024-06-30T12:39:10.503 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION_ID="8" 2024-06-30T12:39:10.503 INFO:teuthology.orchestra.run.smithi173.stdout:PLATFORM_ID="platform:el8" 2024-06-30T12:39:10.503 INFO:teuthology.orchestra.run.smithi173.stdout:PRETTY_NAME="CentOS Stream 8" 2024-06-30T12:39:10.503 INFO:teuthology.orchestra.run.smithi173.stdout:ANSI_COLOR="0;31" 2024-06-30T12:39:10.504 INFO:teuthology.orchestra.run.smithi173.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-06-30T12:39:10.504 INFO:teuthology.orchestra.run.smithi173.stdout:HOME_URL="https://centos.org/" 2024-06-30T12:39:10.504 INFO:teuthology.orchestra.run.smithi173.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-30T12:39:10.504 INFO:teuthology.orchestra.run.smithi173.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-30T12:39:10.504 INFO:teuthology.orchestra.run.smithi173.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-30T12:39:10.505 INFO:teuthology.lock.ops:Updating smithi173.front.sepia.ceph.com on lock server 2024-06-30T12:39:10.519 DEBUG:teuthology.orchestra.run.smithi178:> uname -m 2024-06-30T12:39:10.540 INFO:teuthology.orchestra.run.smithi178.stdout:x86_64 2024-06-30T12:39:10.540 DEBUG:teuthology.orchestra.run.smithi178:> cat /etc/os-release 2024-06-30T12:39:10.601 INFO:teuthology.orchestra.run.smithi178.stdout:NAME="CentOS Stream" 2024-06-30T12:39:10.601 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION="8" 2024-06-30T12:39:10.601 INFO:teuthology.orchestra.run.smithi178.stdout:ID="centos" 2024-06-30T12:39:10.601 INFO:teuthology.orchestra.run.smithi178.stdout:ID_LIKE="rhel fedora" 2024-06-30T12:39:10.602 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION_ID="8" 2024-06-30T12:39:10.602 INFO:teuthology.orchestra.run.smithi178.stdout:PLATFORM_ID="platform:el8" 2024-06-30T12:39:10.602 INFO:teuthology.orchestra.run.smithi178.stdout:PRETTY_NAME="CentOS Stream 8" 2024-06-30T12:39:10.602 INFO:teuthology.orchestra.run.smithi178.stdout:ANSI_COLOR="0;31" 2024-06-30T12:39:10.602 INFO:teuthology.orchestra.run.smithi178.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-06-30T12:39:10.602 INFO:teuthology.orchestra.run.smithi178.stdout:HOME_URL="https://centos.org/" 2024-06-30T12:39:10.602 INFO:teuthology.orchestra.run.smithi178.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-30T12:39:10.602 INFO:teuthology.orchestra.run.smithi178.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-06-30T12:39:10.602 INFO:teuthology.orchestra.run.smithi178.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-30T12:39:10.603 INFO:teuthology.lock.ops:Updating smithi178.front.sepia.ceph.com on lock server 2024-06-30T12:39:10.627 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-06-30T12:39:10.641 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-06-30T12:39:10.650 INFO:teuthology.task.internal:Checking for old test directory... 2024-06-30T12:39:10.650 DEBUG:teuthology.orchestra.run.smithi173:> test '!' -e /home/ubuntu/cephtest 2024-06-30T12:39:10.652 DEBUG:teuthology.orchestra.run.smithi178:> test '!' -e /home/ubuntu/cephtest 2024-06-30T12:39:10.672 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-06-30T12:39:10.678 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-06-30T12:39:10.678 DEBUG:teuthology.orchestra.run.smithi173:> test -z $(ls -A /var/lib/ceph) 2024-06-30T12:39:10.713 DEBUG:teuthology.orchestra.run.smithi178:> test -z $(ls -A /var/lib/ceph) 2024-06-30T12:39:10.745 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-06-30T12:39:10.803 INFO:teuthology.run_tasks:Running task kernel... 2024-06-30T12:39:10.818 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-06-30T12:39:10.818 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-06-30T12:39:10.818 DEBUG:teuthology.orchestra.run.smithi173:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-30T12:39:10.819 DEBUG:teuthology.orchestra.run.smithi178:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-30T12:39:10.837 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:39:10.838 DEBUG:teuthology.orchestra.run.smithi178:> uname -r 2024-06-30T12:39:10.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:39:10.839 DEBUG:teuthology.orchestra.run.smithi173:> uname -r 2024-06-30T12:39:10.899 INFO:teuthology.orchestra.run.smithi178.stdout:4.18.0-489.el8.x86_64 2024-06-30T12:39:10.899 INFO:teuthology.task.kernel:Running kernel on smithi178: 4.18.0-489.el8.x86_64 2024-06-30T12:39:10.899 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum install -y kernel 2024-06-30T12:39:10.900 INFO:teuthology.orchestra.run.smithi173.stdout:4.18.0-489.el8.x86_64 2024-06-30T12:39:10.900 INFO:teuthology.task.kernel:Running kernel on smithi173: 4.18.0-489.el8.x86_64 2024-06-30T12:39:10.900 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum install -y kernel 2024-06-30T12:39:13.382 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 8 - AppStream 623 B/s | 38 B 00:00 2024-06-30T12:39:13.412 INFO:teuthology.orchestra.run.smithi178.stderr:Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 2024-06-30T12:39:13.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:39:13.443 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-30T12:39:13.624 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=72b5e16735c14eac968755d1596b697c 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-30T12:39:13.627 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-06-30T12:39:13.634 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-06-30T12:39:13.653 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/nfs-ingress-rgw-bucket 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=72b5e16735c14eac968755d1596b697c status: fail success: false 2024-06-30T12:39:13.653 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-30T12:39:13.681 INFO:teuthology.orchestra.run.smithi173.stdout:CentOS Stream 8 - AppStream 192 B/s | 38 B 00:00 2024-06-30T12:39:13.719 INFO:teuthology.orchestra.run.smithi173.stderr:Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 2024-06-30T12:39:13.751 INFO:teuthology.run:FAIL 2024-06-30T12:39:13.753 DEBUG:teuthology.orchestra.run:got remote process result: 1