2024-04-19T13:28:55.896 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-19T13:28:55.896 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663467 --description orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} --owner scheduled_adking@teuthology --verbose --name adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi -- /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663467/orig.config.yaml 2024-04-19T13:28:55.929 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T13:28:56.014 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663467 branch: wip-adk-testing-2024-04-17-1713 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: adking@redhat.com first_in_suite: false job_id: '7663467' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-04-17-1713 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\) log-only-match: - CEPHADM_ sha1: c53d131d890ca258dc8708b5590933577e6ceba0 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c53d131d890ca258dc8708b5590933577e6ceba0 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-04-17-1713 sha1: c53d131d890ca258dc8708b5590933577e6ceba0 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 7132 sha1: c53d131d890ca258dc8708b5590933577e6ceba0 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-17-1713 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_c53d131d890ca258dc8708b5590933577e6ceba0/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: c53d131d890ca258dc8708b5590933577e6ceba0 targets: smithi194.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFn8OU926eEdXu5EaF3cuavKfeHl50gufbz47miIMtdDcuYHNHqtBHjGDfFN5HvM/E+5YU+s1/zUWx996l+1vsA= smithi196.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHXDfPZSbyLX/CyCKCDY7ojJk9b6O6ujHHpXnKSfkolCVxADki2apFoqvtVBdCCtXbuciFl8A9BMTmgx9CQ+vGA= tasks: - 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-19_13:19:23 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-19T13:28:56.014 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_c53d131d890ca258dc8708b5590933577e6ceba0/qa; will attempt to use it 2024-04-19T13:28:56.015 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_c53d131d890ca258dc8708b5590933577e6ceba0/qa/tasks 2024-04-19T13:28:56.015 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-19T13:28:56.016 INFO:teuthology.task.internal:Checking packages... 2024-04-19T13:28:56.041 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'c53d131d890ca258dc8708b5590933577e6ceba0' 2024-04-19T13:28:56.041 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-19T13:28:56.041 INFO:teuthology.packaging:ref: None 2024-04-19T13:28:56.041 INFO:teuthology.packaging:tag: None 2024-04-19T13:28:56.041 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-17-1713 2024-04-19T13:28:56.041 INFO:teuthology.packaging:sha1: c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T13:28:56.041 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk-testing-2024-04-17-1713 2024-04-19T13:28:56.259 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3175.gc53d131d 2024-04-19T13:28:56.260 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-19T13:28:56.267 INFO:teuthology.task.internal:no buildpackages task found 2024-04-19T13:28:56.267 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-19T13:28:56.279 INFO:teuthology.task.internal:Saving configuration 2024-04-19T13:28:56.291 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-19T13:28:56.314 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T13:28:56.339 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663467', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:21:04.043877', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFn8OU926eEdXu5EaF3cuavKfeHl50gufbz47miIMtdDcuYHNHqtBHjGDfFN5HvM/E+5YU+s1/zUWx996l+1vsA='} 2024-04-19T13:28:56.358 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663467', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:21:04.045065', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHXDfPZSbyLX/CyCKCDY7ojJk9b6O6ujHHpXnKSfkolCVxADki2apFoqvtVBdCCtXbuciFl8A9BMTmgx9CQ+vGA='} 2024-04-19T13:28:56.358 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-19T13:28:56.364 INFO:teuthology.task.internal:roles: ubuntu@smithi194.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-19T13:28:56.364 INFO:teuthology.task.internal:roles: ubuntu@smithi196.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-19T13:28:56.364 INFO:teuthology.run_tasks:Running task console_log... 2024-04-19T13:28:56.481 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f5753866ee0>, signals=[15]) 2024-04-19T13:28:56.482 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-19T13:28:56.488 INFO:teuthology.task.internal:Opening connections... 2024-04-19T13:28:56.488 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi194.front.sepia.ceph.com 2024-04-19T13:28:56.491 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:28:56.583 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi196.front.sepia.ceph.com 2024-04-19T13:28:56.584 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:28:56.694 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-19T13:28:56.701 DEBUG:teuthology.orchestra.run.smithi194:> uname -m 2024-04-19T13:28:56.719 INFO:teuthology.orchestra.run.smithi194.stdout:x86_64 2024-04-19T13:28:56.719 DEBUG:teuthology.orchestra.run.smithi194:> cat /etc/os-release 2024-04-19T13:28:56.775 INFO:teuthology.orchestra.run.smithi194.stdout:NAME="CentOS Stream" 2024-04-19T13:28:56.775 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION="9" 2024-04-19T13:28:56.775 INFO:teuthology.orchestra.run.smithi194.stdout:ID="centos" 2024-04-19T13:28:56.775 INFO:teuthology.orchestra.run.smithi194.stdout:ID_LIKE="rhel fedora" 2024-04-19T13:28:56.775 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_ID="9" 2024-04-19T13:28:56.775 INFO:teuthology.orchestra.run.smithi194.stdout:PLATFORM_ID="platform:el9" 2024-04-19T13:28:56.775 INFO:teuthology.orchestra.run.smithi194.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T13:28:56.775 INFO:teuthology.orchestra.run.smithi194.stdout:ANSI_COLOR="0;31" 2024-04-19T13:28:56.775 INFO:teuthology.orchestra.run.smithi194.stdout:LOGO="fedora-logo-icon" 2024-04-19T13:28:56.776 INFO:teuthology.orchestra.run.smithi194.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T13:28:56.776 INFO:teuthology.orchestra.run.smithi194.stdout:HOME_URL="https://centos.org/" 2024-04-19T13:28:56.776 INFO:teuthology.orchestra.run.smithi194.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T13:28:56.776 INFO:teuthology.orchestra.run.smithi194.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T13:28:56.776 INFO:teuthology.orchestra.run.smithi194.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T13:28:56.776 INFO:teuthology.lock.ops:Updating smithi194.front.sepia.ceph.com on lock server 2024-04-19T13:28:56.798 DEBUG:teuthology.orchestra.run.smithi196:> uname -m 2024-04-19T13:28:56.816 INFO:teuthology.orchestra.run.smithi196.stdout:x86_64 2024-04-19T13:28:56.816 DEBUG:teuthology.orchestra.run.smithi196:> cat /etc/os-release 2024-04-19T13:28:56.873 INFO:teuthology.orchestra.run.smithi196.stdout:NAME="CentOS Stream" 2024-04-19T13:28:56.873 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION="9" 2024-04-19T13:28:56.873 INFO:teuthology.orchestra.run.smithi196.stdout:ID="centos" 2024-04-19T13:28:56.873 INFO:teuthology.orchestra.run.smithi196.stdout:ID_LIKE="rhel fedora" 2024-04-19T13:28:56.873 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION_ID="9" 2024-04-19T13:28:56.873 INFO:teuthology.orchestra.run.smithi196.stdout:PLATFORM_ID="platform:el9" 2024-04-19T13:28:56.874 INFO:teuthology.orchestra.run.smithi196.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T13:28:56.874 INFO:teuthology.orchestra.run.smithi196.stdout:ANSI_COLOR="0;31" 2024-04-19T13:28:56.874 INFO:teuthology.orchestra.run.smithi196.stdout:LOGO="fedora-logo-icon" 2024-04-19T13:28:56.874 INFO:teuthology.orchestra.run.smithi196.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T13:28:56.874 INFO:teuthology.orchestra.run.smithi196.stdout:HOME_URL="https://centos.org/" 2024-04-19T13:28:56.874 INFO:teuthology.orchestra.run.smithi196.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T13:28:56.874 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T13:28:56.874 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T13:28:56.874 INFO:teuthology.lock.ops:Updating smithi196.front.sepia.ceph.com on lock server 2024-04-19T13:28:56.898 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-19T13:28:56.908 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-19T13:28:56.913 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-19T13:28:56.914 DEBUG:teuthology.orchestra.run.smithi194:> test '!' -e /home/ubuntu/cephtest 2024-04-19T13:28:56.916 DEBUG:teuthology.orchestra.run.smithi196:> test '!' -e /home/ubuntu/cephtest 2024-04-19T13:28:56.931 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-19T13:28:56.937 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-19T13:28:56.937 DEBUG:teuthology.orchestra.run.smithi194:> test -z $(ls -A /var/lib/ceph) 2024-04-19T13:28:56.972 DEBUG:teuthology.orchestra.run.smithi196:> test -z $(ls -A /var/lib/ceph) 2024-04-19T13:28:57.129 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-19T13:28:57.181 INFO:teuthology.run_tasks:Running task kernel... 2024-04-19T13:28:57.195 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-19T13:28:57.195 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-19T13:28:57.196 DEBUG:teuthology.orchestra.run.smithi194:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T13:28:57.196 DEBUG:teuthology.orchestra.run.smithi196:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T13:28:57.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:28:57.212 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2024-04-19T13:28:57.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:28:57.213 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2024-04-19T13:28:57.270 INFO:teuthology.orchestra.run.smithi194.stdout:5.14.0-361.el9.x86_64 2024-04-19T13:28:57.270 INFO:teuthology.task.kernel:Running kernel on smithi194: 5.14.0-361.el9.x86_64 2024-04-19T13:28:57.270 DEBUG:teuthology.orchestra.run.smithi194:> sudo yum install -y kernel 2024-04-19T13:28:57.271 INFO:teuthology.orchestra.run.smithi196.stdout:5.14.0-361.el9.x86_64 2024-04-19T13:28:57.271 INFO:teuthology.task.kernel:Running kernel on smithi196: 5.14.0-361.el9.x86_64 2024-04-19T13:28:57.271 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum install -y kernel 2024-04-19T13:28:59.508 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS-9 - AppStream 11 MB/s | 6.4 MB 00:00 2024-04-19T13:28:59.508 INFO:teuthology.orchestra.run.smithi194.stdout:CentOS-9 - AppStream 12 MB/s | 6.4 MB 00:00 2024-04-19T13:29:00.966 INFO:teuthology.orchestra.run.smithi194.stdout:CentOS-9 - BaseOS 5.2 MB/s | 2.0 MB 00:00 2024-04-19T13:29:01.125 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS-9 - BaseOS 3.8 MB/s | 2.0 MB 00:00 2024-04-19T13:29:02.057 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-04-19T13:29:02.109 INFO:teuthology.orchestra.run.smithi194.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-04-19T13:29:04.685 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - AppStream 13 MB/s | 19 MB 00:01 2024-04-19T13:29:04.866 INFO:teuthology.orchestra.run.smithi194.stdout:CentOS Stream 9 - AppStream 12 MB/s | 19 MB 00:01 2024-04-19T13:29:08.834 INFO:teuthology.orchestra.run.smithi194.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.2 MB 00:00 2024-04-19T13:29:09.916 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 6.2 MB 00:01 2024-04-19T13:29:10.351 INFO:teuthology.orchestra.run.smithi194.stdout:CentOS Stream 9 - Extras packages 49 kB/s | 16 kB 00:00 2024-04-19T13:29:11.467 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - Extras packages 43 kB/s | 16 kB 00:00 2024-04-19T13:29:11.860 INFO:teuthology.orchestra.run.smithi194.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-04-19T13:29:13.868 INFO:teuthology.orchestra.run.smithi196.stdout:Extra Packages for Enterprise Linux 9.3 MB/s | 21 MB 00:02 2024-04-19T13:29:16.993 INFO:teuthology.orchestra.run.smithi194.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-19T13:29:19.026 INFO:teuthology.orchestra.run.smithi196.stdout:lab-extras 16 kB/s | 1.7 kB 00:00 2024-04-19T13:29:19.401 INFO:teuthology.orchestra.run.smithi194.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T13:29:19.401 INFO:teuthology.orchestra.run.smithi194.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T13:29:19.507 INFO:teuthology.orchestra.run.smithi194.stdout:Dependencies resolved. 2024-04-19T13:29:19.512 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2024-04-19T13:29:19.512 INFO:teuthology.orchestra.run.smithi194.stdout: Package Arch Version Repository Size 2024-04-19T13:29:19.512 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2024-04-19T13:29:19.512 INFO:teuthology.orchestra.run.smithi194.stdout:Installing: 2024-04-19T13:29:19.512 INFO:teuthology.orchestra.run.smithi194.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T13:29:19.512 INFO:teuthology.orchestra.run.smithi194.stdout:Installing dependencies: 2024-04-19T13:29:19.512 INFO:teuthology.orchestra.run.smithi194.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T13:29:19.512 INFO:teuthology.orchestra.run.smithi194.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T13:29:19.512 INFO:teuthology.orchestra.run.smithi194.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T13:29:19.513 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-04-19T13:29:19.513 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction Summary 2024-04-19T13:29:19.513 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2024-04-19T13:29:19.513 INFO:teuthology.orchestra.run.smithi194.stdout:Install 4 Packages 2024-04-19T13:29:19.513 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-04-19T13:29:19.514 INFO:teuthology.orchestra.run.smithi194.stdout:Total download size: 78 M 2024-04-19T13:29:19.514 INFO:teuthology.orchestra.run.smithi194.stdout:Installed size: 125 M 2024-04-19T13:29:19.514 INFO:teuthology.orchestra.run.smithi194.stdout:Downloading Packages: 2024-04-19T13:29:19.786 INFO:teuthology.orchestra.run.smithi194.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 105 kB/s | 29 kB 00:00 2024-04-19T13:29:21.328 INFO:teuthology.orchestra.run.smithi194.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 8.9 MB/s | 16 MB 00:01 2024-04-19T13:29:21.525 INFO:teuthology.orchestra.run.smithi196.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T13:29:21.526 INFO:teuthology.orchestra.run.smithi196.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T13:29:21.627 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-19T13:29:21.637 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-19T13:29:21.637 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-19T13:29:21.637 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-19T13:29:21.638 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-19T13:29:21.638 INFO:teuthology.orchestra.run.smithi196.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T13:29:21.638 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-04-19T13:29:21.638 INFO:teuthology.orchestra.run.smithi196.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T13:29:21.638 INFO:teuthology.orchestra.run.smithi196.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T13:29:21.638 INFO:teuthology.orchestra.run.smithi196.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T13:29:21.638 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-19T13:29:21.638 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-19T13:29:21.638 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-19T13:29:21.638 INFO:teuthology.orchestra.run.smithi196.stdout:Install 4 Packages 2024-04-19T13:29:21.638 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-19T13:29:21.639 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 78 M 2024-04-19T13:29:21.639 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 125 M 2024-04-19T13:29:21.639 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-19T13:29:21.645 INFO:teuthology.orchestra.run.smithi194.stdout:(3/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 15 MB/s | 27 MB 00:01 2024-04-19T13:29:21.760 INFO:teuthology.orchestra.run.smithi196.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 236 kB/s | 29 kB 00:00 2024-04-19T13:29:22.145 INFO:teuthology.orchestra.run.smithi194.stdout:(4/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 13 MB/s | 34 MB 00:02 2024-04-19T13:29:22.148 INFO:teuthology.orchestra.run.smithi194.stdout:-------------------------------------------------------------------------------- 2024-04-19T13:29:22.148 INFO:teuthology.orchestra.run.smithi194.stdout:Total 29 MB/s | 78 MB 00:02 2024-04-19T13:29:22.149 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction check 2024-04-19T13:29:22.499 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction check succeeded. 2024-04-19T13:29:22.500 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction test 2024-04-19T13:29:22.561 INFO:teuthology.orchestra.run.smithi196.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 18 MB/s | 16 MB 00:00 2024-04-19T13:29:23.019 INFO:teuthology.orchestra.run.smithi196.stdout:(3/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 22 MB/s | 27 MB 00:01 2024-04-19T13:29:23.356 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction test succeeded. 2024-04-19T13:29:23.356 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction 2024-04-19T13:29:23.402 INFO:teuthology.orchestra.run.smithi196.stdout:(4/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 19 MB/s | 34 MB 00:01 2024-04-19T13:29:23.405 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-19T13:29:23.406 INFO:teuthology.orchestra.run.smithi196.stdout:Total 44 MB/s | 78 MB 00:01 2024-04-19T13:29:23.406 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-19T13:29:23.791 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-19T13:29:23.791 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-19T13:29:24.683 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-19T13:29:24.683 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-19T13:29:25.551 INFO:teuthology.orchestra.run.smithi194.stdout: Preparing : 1/1 2024-04-19T13:29:26.178 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T13:29:26.270 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T13:29:26.883 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-19T13:29:27.504 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T13:29:27.585 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T13:29:28.609 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T13:29:28.751 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T13:29:29.904 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T13:29:30.060 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T13:29:33.566 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T13:29:33.599 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:29:34.837 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T13:29:34.940 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:29:38.369 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:29:39.693 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:30:08.199 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:30:08.200 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-04-19T13:30:08.200 INFO:teuthology.orchestra.run.smithi194.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-19T13:30:08.200 INFO:teuthology.orchestra.run.smithi194.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-19T13:30:08.200 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-04-19T13:30:08.243 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:30:08.598 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:30:08.598 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T13:30:08.599 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T13:30:08.599 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T13:30:08.997 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:30:08.997 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-04-19T13:30:08.998 INFO:teuthology.orchestra.run.smithi194.stdout:Installed: 2024-04-19T13:30:08.998 INFO:teuthology.orchestra.run.smithi194.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:08.998 INFO:teuthology.orchestra.run.smithi194.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:08.998 INFO:teuthology.orchestra.run.smithi194.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:08.998 INFO:teuthology.orchestra.run.smithi194.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:08.998 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-04-19T13:30:08.998 INFO:teuthology.orchestra.run.smithi194.stdout:Complete! 2024-04-19T13:30:09.102 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:30:09.102 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-19T13:30:09.103 INFO:teuthology.orchestra.run.smithi196.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-19T13:30:09.103 INFO:teuthology.orchestra.run.smithi196.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-19T13:30:09.103 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-19T13:30:09.144 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:30:09.328 DEBUG:teuthology.orchestra.run.smithi194:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T13:30:09.428 INFO:teuthology.orchestra.run.smithi194.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:09.429 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:09.429 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:09.429 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T13:30:09.429 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T13:30:09.429 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-19T13:30:09.429 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi194.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T13:30:09.430 DEBUG:teuthology.orchestra.run.smithi194:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T13:30:09.460 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:30:09.460 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T13:30:09.460 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T13:30:09.460 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T13:30:09.509 INFO:teuthology.orchestra.run.smithi194.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:09.510 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:09.510 DEBUG:teuthology.orchestra.run.smithi194:> sudo rpm -qi grub2-tools 2024-04-19T13:30:09.543 INFO:teuthology.orchestra.run.smithi194.stdout:Name : grub2-tools 2024-04-19T13:30:09.544 INFO:teuthology.orchestra.run.smithi194.stdout:Epoch : 1 2024-04-19T13:30:09.544 INFO:teuthology.orchestra.run.smithi194.stdout:Version : 2.06 2024-04-19T13:30:09.544 INFO:teuthology.orchestra.run.smithi194.stdout:Release : 68.el9 2024-04-19T13:30:09.544 INFO:teuthology.orchestra.run.smithi194.stdout:Architecture: x86_64 2024-04-19T13:30:09.544 INFO:teuthology.orchestra.run.smithi194.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-19T13:30:09.544 INFO:teuthology.orchestra.run.smithi194.stdout:Group : Unspecified 2024-04-19T13:30:09.544 INFO:teuthology.orchestra.run.smithi194.stdout:Size : 8264254 2024-04-19T13:30:09.544 INFO:teuthology.orchestra.run.smithi194.stdout:License : GPLv3+ 2024-04-19T13:30:09.544 INFO:teuthology.orchestra.run.smithi194.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-19T13:30:09.544 INFO:teuthology.orchestra.run.smithi194.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-19T13:30:09.544 INFO:teuthology.orchestra.run.smithi194.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-19T13:30:09.544 INFO:teuthology.orchestra.run.smithi194.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-19T13:30:09.545 INFO:teuthology.orchestra.run.smithi194.stdout:Packager : builder@centos.org 2024-04-19T13:30:09.545 INFO:teuthology.orchestra.run.smithi194.stdout:Vendor : CentOS 2024-04-19T13:30:09.545 INFO:teuthology.orchestra.run.smithi194.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-19T13:30:09.545 INFO:teuthology.orchestra.run.smithi194.stdout:Summary : Support tools for GRUB. 2024-04-19T13:30:09.545 INFO:teuthology.orchestra.run.smithi194.stdout:Description : 2024-04-19T13:30:09.545 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-04-19T13:30:09.545 INFO:teuthology.orchestra.run.smithi194.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-19T13:30:09.545 INFO:teuthology.orchestra.run.smithi194.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-19T13:30:09.545 INFO:teuthology.orchestra.run.smithi194.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-19T13:30:09.545 INFO:teuthology.orchestra.run.smithi194.stdout:hardware devices. 2024-04-19T13:30:09.545 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-04-19T13:30:09.545 INFO:teuthology.orchestra.run.smithi194.stdout:This subpackage provides tools for support of all platforms. 2024-04-19T13:30:09.546 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-19T13:30:09.546 INFO:teuthology.task.kernel:Updating grub on smithi194 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:09.546 DEBUG:teuthology.orchestra.run.smithi194:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-19T13:30:09.885 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:30:09.885 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-19T13:30:09.886 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-19T13:30:09.886 INFO:teuthology.orchestra.run.smithi196.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:09.886 INFO:teuthology.orchestra.run.smithi196.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:09.886 INFO:teuthology.orchestra.run.smithi196.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:09.886 INFO:teuthology.orchestra.run.smithi196.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:09.886 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-19T13:30:09.886 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-19T13:30:10.151 INFO:teuthology.orchestra.run.smithi194.stderr:Generating grub configuration file ... 2024-04-19T13:30:10.210 DEBUG:teuthology.orchestra.run.smithi196:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T13:30:10.308 INFO:teuthology.orchestra.run.smithi196.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:10.309 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:10.309 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:10.309 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T13:30:10.309 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T13:30:10.309 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-19T13:30:10.309 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi196.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T13:30:10.309 DEBUG:teuthology.orchestra.run.smithi196:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T13:30:10.389 INFO:teuthology.orchestra.run.smithi196.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:10.389 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:10.389 DEBUG:teuthology.orchestra.run.smithi196:> sudo rpm -qi grub2-tools 2024-04-19T13:30:10.427 INFO:teuthology.orchestra.run.smithi196.stdout:Name : grub2-tools 2024-04-19T13:30:10.427 INFO:teuthology.orchestra.run.smithi196.stdout:Epoch : 1 2024-04-19T13:30:10.427 INFO:teuthology.orchestra.run.smithi196.stdout:Version : 2.06 2024-04-19T13:30:10.427 INFO:teuthology.orchestra.run.smithi196.stdout:Release : 68.el9 2024-04-19T13:30:10.427 INFO:teuthology.orchestra.run.smithi196.stdout:Architecture: x86_64 2024-04-19T13:30:10.427 INFO:teuthology.orchestra.run.smithi196.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-19T13:30:10.427 INFO:teuthology.orchestra.run.smithi196.stdout:Group : Unspecified 2024-04-19T13:30:10.427 INFO:teuthology.orchestra.run.smithi196.stdout:Size : 8264254 2024-04-19T13:30:10.428 INFO:teuthology.orchestra.run.smithi196.stdout:License : GPLv3+ 2024-04-19T13:30:10.428 INFO:teuthology.orchestra.run.smithi196.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-19T13:30:10.428 INFO:teuthology.orchestra.run.smithi196.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-19T13:30:10.428 INFO:teuthology.orchestra.run.smithi196.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-19T13:30:10.428 INFO:teuthology.orchestra.run.smithi196.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-19T13:30:10.428 INFO:teuthology.orchestra.run.smithi196.stdout:Packager : builder@centos.org 2024-04-19T13:30:10.428 INFO:teuthology.orchestra.run.smithi196.stdout:Vendor : CentOS 2024-04-19T13:30:10.428 INFO:teuthology.orchestra.run.smithi196.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-19T13:30:10.428 INFO:teuthology.orchestra.run.smithi196.stdout:Summary : Support tools for GRUB. 2024-04-19T13:30:10.428 INFO:teuthology.orchestra.run.smithi196.stdout:Description : 2024-04-19T13:30:10.428 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-19T13:30:10.428 INFO:teuthology.orchestra.run.smithi196.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-19T13:30:10.428 INFO:teuthology.orchestra.run.smithi196.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-19T13:30:10.428 INFO:teuthology.orchestra.run.smithi196.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-19T13:30:10.428 INFO:teuthology.orchestra.run.smithi196.stdout:hardware devices. 2024-04-19T13:30:10.429 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-19T13:30:10.429 INFO:teuthology.orchestra.run.smithi196.stdout:This subpackage provides tools for support of all platforms. 2024-04-19T13:30:10.429 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-19T13:30:10.430 INFO:teuthology.task.kernel:Updating grub on smithi196 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:10.430 DEBUG:teuthology.orchestra.run.smithi196:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-19T13:30:11.028 INFO:teuthology.orchestra.run.smithi196.stderr:Generating grub configuration file ... 2024-04-19T13:30:11.638 INFO:teuthology.orchestra.run.smithi194.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-19T13:30:11.652 INFO:teuthology.orchestra.run.smithi194.stderr:done 2024-04-19T13:30:11.654 DEBUG:teuthology.orchestra.run.smithi194:> mktemp 2024-04-19T13:30:11.671 INFO:teuthology.orchestra.run.smithi194.stdout:/tmp/tmp.dwT5Jx63iu 2024-04-19T13:30:11.671 DEBUG:teuthology.orchestra.run.smithi194:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.dwT5Jx63iu 2024-04-19T13:30:11.752 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 0666 /tmp/tmp.dwT5Jx63iu 2024-04-19T13:30:11.897 DEBUG:teuthology.orchestra.remote:smithi194:/tmp/tmp.dwT5Jx63iu is 6KB 2024-04-19T13:30:11.946 DEBUG:teuthology.orchestra.run.smithi194:> rm -fr /tmp/tmp.dwT5Jx63iu 2024-04-19T13:30:11.960 DEBUG:teuthology.orchestra.run.smithi194:> sudo /bin/ls /boot/loader/entries || true 2024-04-19T13:30:12.024 INFO:teuthology.orchestra.run.smithi194.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-19T13:30:12.024 INFO:teuthology.orchestra.run.smithi194.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-19T13:30:12.024 INFO:teuthology.orchestra.run.smithi194.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-19T13:30:12.024 INFO:teuthology.orchestra.run.smithi194.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-19T13:30:12.025 DEBUG:teuthology.orchestra.run.smithi194:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:12.180 DEBUG:teuthology.orchestra.run.smithi194:> sudo shutdown -r now 2024-04-19T13:30:12.359 INFO:teuthology.orchestra.run.smithi196.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-19T13:30:12.396 INFO:teuthology.orchestra.run.smithi196.stderr:done 2024-04-19T13:30:12.398 DEBUG:teuthology.orchestra.run.smithi196:> mktemp 2024-04-19T13:30:12.413 INFO:teuthology.orchestra.run.smithi196.stdout:/tmp/tmp.56kXP2DqbE 2024-04-19T13:30:12.413 DEBUG:teuthology.orchestra.run.smithi196:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.56kXP2DqbE 2024-04-19T13:30:12.481 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 0666 /tmp/tmp.56kXP2DqbE 2024-04-19T13:30:12.621 DEBUG:teuthology.orchestra.remote:smithi196:/tmp/tmp.56kXP2DqbE is 6KB 2024-04-19T13:30:12.672 DEBUG:teuthology.orchestra.run.smithi196:> rm -fr /tmp/tmp.56kXP2DqbE 2024-04-19T13:30:12.687 DEBUG:teuthology.orchestra.run.smithi196:> sudo /bin/ls /boot/loader/entries || true 2024-04-19T13:30:12.758 INFO:teuthology.orchestra.run.smithi196.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-19T13:30:12.758 INFO:teuthology.orchestra.run.smithi196.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-19T13:30:12.758 INFO:teuthology.orchestra.run.smithi196.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-19T13:30:12.758 INFO:teuthology.orchestra.run.smithi196.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-19T13:30:12.759 DEBUG:teuthology.orchestra.run.smithi196:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:30:12.912 DEBUG:teuthology.orchestra.run.smithi196:> sudo shutdown -r now 2024-04-19T13:30:42.211 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-19T13:30:42.212 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-04-19T13:30:42.213 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:30:42.914 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-19T13:30:42.914 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-04-19T13:30:42.915 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:31:00.767 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2024-04-19T13:31:01.278 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.196 2024-04-19T13:31:09.774 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-04-19T13:31:09.775 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:31:10.279 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-04-19T13:31:10.280 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:31:12.834 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2024-04-19T13:31:24.846 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-04-19T13:31:24.848 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:31:56.766 DEBUG:teuthology.orchestra.run.smithi194:> true 2024-04-19T13:31:57.175 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-04-19T13:31:57.175 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-19T13:31:57.175 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2024-04-19T13:31:57.190 INFO:teuthology.orchestra.run.smithi194.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:31:57.190 DEBUG:teuthology.task.kernel:current kernel version is 6.9.0-0.rc2.1.el10.x86_64 vs 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:31:57.190 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T13:31:57.190 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-19T13:31:58.191 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-19T13:31:58.192 DEBUG:teuthology.orchestra.run.smithi194:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T13:31:58.267 INFO:teuthology.orchestra.run.smithi194.stdout:ttyS1 2024-04-19T13:31:58.312 DEBUG:teuthology.parallel:result is None 2024-04-19T13:32:10.283 DEBUG:teuthology.orchestra.remote:timed out 2024-04-19T13:32:22.284 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-04-19T13:32:22.286 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:32:22.706 DEBUG:teuthology.orchestra.run.smithi196:> true 2024-04-19T13:32:23.128 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-04-19T13:32:23.129 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-19T13:32:23.129 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2024-04-19T13:32:23.146 INFO:teuthology.orchestra.run.smithi196.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:32:23.147 DEBUG:teuthology.task.kernel:current kernel version is 6.9.0-0.rc2.1.el10.x86_64 vs 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:32:23.147 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T13:32:23.147 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-19T13:32:24.147 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-19T13:32:24.148 DEBUG:teuthology.orchestra.run.smithi196:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T13:32:24.267 INFO:teuthology.orchestra.run.smithi196.stdout:ttyS1 2024-04-19T13:32:24.319 DEBUG:teuthology.parallel:result is None 2024-04-19T13:32:24.319 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-19T13:32:24.326 INFO:teuthology.task.internal:Creating test directory... 2024-04-19T13:32:24.327 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T13:32:24.330 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T13:32:24.349 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-19T13:32:24.359 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-19T13:32:24.369 INFO:teuthology.task.internal:Creating archive directory... 2024-04-19T13:32:24.369 DEBUG:teuthology.orchestra.run.smithi194:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T13:32:24.391 DEBUG:teuthology.orchestra.run.smithi196:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T13:32:24.427 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-19T13:32:24.434 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-19T13:32:24.434 DEBUG:teuthology.orchestra.run.smithi194:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-19T13:32:24.466 DEBUG:teuthology.orchestra.run.smithi196:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-19T13:32:24.503 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T13:32:24.512 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T13:32:24.518 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T13:32:24.528 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T13:32:24.529 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-19T13:32:24.536 INFO:teuthology.task.internal:Configuring sudo... 2024-04-19T13:32:24.537 DEBUG:teuthology.orchestra.run.smithi194:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T13:32:24.563 DEBUG:teuthology.orchestra.run.smithi196:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T13:32:24.595 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-19T13:32:24.606 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-19T13:32:24.606 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T13:32:24.637 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T13:32:24.654 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T13:32:24.734 DEBUG:teuthology.orchestra.run.smithi194:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T13:32:24.820 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T13:32:24.858 DEBUG:teuthology.orchestra.run.smithi194:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T13:32:24.911 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-04-19T13:32:24.911 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T13:32:24.983 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T13:32:25.022 DEBUG:teuthology.orchestra.run.smithi196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T13:32:25.110 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T13:32:25.150 DEBUG:teuthology.orchestra.run.smithi196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T13:32:25.200 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-19T13:32:25.200 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T13:32:25.271 DEBUG:teuthology.orchestra.run.smithi194:> sudo service rsyslog restart 2024-04-19T13:32:25.273 DEBUG:teuthology.orchestra.run.smithi196:> sudo service rsyslog restart 2024-04-19T13:32:25.336 INFO:teuthology.orchestra.run.smithi194.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T13:32:25.362 INFO:teuthology.orchestra.run.smithi196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T13:32:25.832 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-19T13:32:25.840 INFO:teuthology.task.internal:Starting timer... 2024-04-19T13:32:25.840 INFO:teuthology.run_tasks:Running task pcp... 2024-04-19T13:32:25.859 INFO:teuthology.run_tasks:Running task selinux... 2024-04-19T13:32:25.868 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-19T13:32:25.868 DEBUG:teuthology.orchestra.run.smithi194:> sudo service auditd rotate 2024-04-19T13:32:25.963 INFO:teuthology.orchestra.run.smithi194.stdout:Rotating logs: 2024-04-19T13:32:25.965 DEBUG:teuthology.orchestra.run.smithi196:> sudo service auditd rotate 2024-04-19T13:32:26.039 INFO:teuthology.orchestra.run.smithi196.stdout:Rotating logs: 2024-04-19T13:32:26.041 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-19T13:32:26.041 DEBUG:teuthology.orchestra.run.smithi194:> /usr/sbin/getenforce 2024-04-19T13:32:26.066 INFO:teuthology.orchestra.run.smithi194.stdout:Permissive 2024-04-19T13:32:26.066 DEBUG:teuthology.orchestra.run.smithi196:> /usr/sbin/getenforce 2024-04-19T13:32:26.090 INFO:teuthology.orchestra.run.smithi196.stdout:Permissive 2024-04-19T13:32:26.090 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi194.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi196.front.sepia.ceph.com': 'permissive'} 2024-04-19T13:32:26.091 DEBUG:teuthology.orchestra.run.smithi194:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-19T13:32:26.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:32:26.135 DEBUG:teuthology.orchestra.run.smithi196:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-19T13:32:26.164 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:32:26.165 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-19T13:32:26.165 DEBUG:teuthology.orchestra.run.smithi194:> sudo /usr/sbin/setenforce permissive 2024-04-19T13:32:26.208 DEBUG:teuthology.orchestra.run.smithi196:> sudo /usr/sbin/setenforce permissive 2024-04-19T13:32:26.242 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-19T13:32:26.252 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-19T13:32:26.268 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-19T13:32:26.270 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi194.front.sepia.ceph.com,smithi196.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-19T13:36:15.374 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663467/ansible_failures.yaml 2024-04-19T13:36:15.376 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 508, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 342, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 374, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 402, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi194.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: []smithi196.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: [] 2024-04-19T13:36:15.710 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=1cab6c77663646d0b879bddc00ac06d7 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 508, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 342, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 374, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 402, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi194.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: []smithi196.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: [] 2024-04-19T13:36:15.713 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-19T13:36:15.727 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-19T13:36:15.728 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-19T13:36:15.741 DEBUG:teuthology.orchestra.run.smithi194:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-19T13:36:15.812 DEBUG:teuthology.orchestra.run.smithi196:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-19T13:36:15.883 DEBUG:teuthology.orchestra.run.smithi194:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-19T13:36:15.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:36:15.917 DEBUG:teuthology.orchestra.run.smithi196:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-19T13:36:15.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:36:15.949 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-19T13:36:15.965 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-19T13:36:15.978 INFO:teuthology.task.internal:Duration was 230.137769 seconds 2024-04-19T13:36:15.978 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-19T13:36:16.017 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-19T13:36:16.018 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T13:36:16.024 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T13:36:16.067 INFO:teuthology.orchestra.run.smithi194.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T13:36:16.073 INFO:teuthology.orchestra.run.smithi196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T13:36:16.514 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-19T13:36:16.514 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi194.front.sepia.ceph.com 2024-04-19T13:36:16.515 DEBUG:teuthology.orchestra.run.smithi194:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-19T13:36:16.564 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi196.front.sepia.ceph.com 2024-04-19T13:36:16.564 DEBUG:teuthology.orchestra.run.smithi196:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-19T13:36:16.602 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-19T13:36:16.603 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T13:36:16.605 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T13:36:16.673 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-19T13:36:16.675 DEBUG:teuthology.orchestra.run.smithi194:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T13:36:16.678 DEBUG:teuthology.orchestra.run.smithi196:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T13:36:16.799 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-19T13:36:16.807 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-19T13:36:16.810 DEBUG:teuthology.orchestra.run.smithi194:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T13:36:16.840 DEBUG:teuthology.orchestra.run.smithi196:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T13:36:16.868 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-19T13:36:16.882 DEBUG:teuthology.orchestra.run.smithi194:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-19T13:36:16.884 DEBUG:teuthology.orchestra.run.smithi196:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-19T13:36:16.909 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = core 2024-04-19T13:36:16.936 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = core 2024-04-19T13:36:16.963 DEBUG:teuthology.orchestra.run.smithi194:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T13:36:16.989 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:36:16.990 DEBUG:teuthology.orchestra.run.smithi196:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T13:36:17.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:36:17.019 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-19T13:36:17.028 INFO:teuthology.task.internal:Transferring archived files... 2024-04-19T13:36:17.029 DEBUG:teuthology.misc:Transferring archived files from smithi194:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663467/remote/smithi194 2024-04-19T13:36:17.030 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T13:36:17.089 DEBUG:teuthology.misc:Transferring archived files from smithi196:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663467/remote/smithi196 2024-04-19T13:36:17.090 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T13:36:17.143 INFO:teuthology.task.internal:Removing archive directory... 2024-04-19T13:36:17.144 DEBUG:teuthology.orchestra.run.smithi194:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T13:36:17.146 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T13:36:17.191 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-19T13:36:17.211 INFO:teuthology.task.internal:Not uploading archives. 2024-04-19T13:36:17.211 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-19T13:36:17.223 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-19T13:36:17.223 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T13:36:17.229 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T13:36:17.247 INFO:teuthology.orchestra.run.smithi194.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 13:36 /home/ubuntu/cephtest 2024-04-19T13:36:17.265 INFO:teuthology.orchestra.run.smithi196.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 13:36 /home/ubuntu/cephtest 2024-04-19T13:36:17.265 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-19T13:36:17.282 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-19T13:36:17.304 INFO:teuthology.nuke:Checking targets against current locks 2024-04-19T13:36:17.339 DEBUG:teuthology.nuke:shortname: smithi194 2024-04-19T13:36:17.340 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T13:36:17.363 DEBUG:teuthology.nuke:shortname: smithi196 2024-04-19T13:36:17.363 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T13:36:17.368 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663467', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:21:04.043877', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFn8OU926eEdXu5EaF3cuavKfeHl50gufbz47miIMtdDcuYHNHqtBHjGDfFN5HvM/E+5YU+s1/zUWx996l+1vsA='} 2024-04-19T13:36:17.393 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663467', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:21:04.045065', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHXDfPZSbyLX/CyCKCDY7ojJk9b6O6ujHHpXnKSfkolCVxADki2apFoqvtVBdCCtXbuciFl8A9BMTmgx9CQ+vGA='} 2024-04-19T13:36:17.490 INFO:teuthology.orchestra.console.smithi194:Power off 2024-04-19T13:36:17.490 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T13:36:17.558 INFO:teuthology.orchestra.console.smithi196:Power off 2024-04-19T13:36:17.559 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T13:36:17.585 DEBUG:teuthology.orchestra.console.smithi194:power off output: Chassis Power Control: Down/Off 2024-04-19T13:36:17.585 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T13:36:17.616 DEBUG:teuthology.orchestra.console.smithi196:power off output: Chassis Power Control: Down/Off 2024-04-19T13:36:17.616 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T13:36:17.653 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2024-04-19T13:36:17.682 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2024-04-19T13:36:21.654 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T13:36:21.684 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T13:36:21.787 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2024-04-19T13:36:21.797 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2024-04-19T13:36:25.790 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T13:36:25.818 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T13:36:25.921 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is off 2024-04-19T13:36:25.935 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is off 2024-04-19T13:36:26.022 INFO:teuthology.orchestra.console.smithi194:Power off completed 2024-04-19T13:36:26.036 INFO:teuthology.orchestra.console.smithi196:Power off completed 2024-04-19T13:36:26.169 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 230.13776874542236 failure_reason: 'smithi194.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: []smithi196.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: []' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=1cab6c77663646d0b879bddc00ac06d7 status: dead success: false 2024-04-19T13:36:26.170 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T13:36:26.252 INFO:teuthology.run:DEAD