2024-04-19T01:16:33.538 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-19T01:16:33.538 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --name yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663280 --description rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_rgw_multisite} --verbose -- /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663280/orig.config.yaml 2024-04-19T01:16:33.569 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T01:16:33.637 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663280 branch: wip-yuri5-testing-2024-04-17-1400 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7663280' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri5-testing-2024-04-17-1400 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum log-only-match: - CEPHADM_ sha1: 8b4ab94f9c30da63487fa2f241ce12f483378860 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 8b4ab94f9c30da63487fa2f241ce12f483378860 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2024-04-17-1400 sha1: 8b4ab94f9c30da63487fa2f241ce12f483378860 owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 1937 sha1: 8b4ab94f9c30da63487fa2f241ce12f483378860 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2024-04-17-1400 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_8b4ab94f9c30da63487fa2f241ce12f483378860/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 8b4ab94f9c30da63487fa2f241ce12f483378860 targets: smithi023.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAl2ygH+DV0U2owBBAefTanpnEa4NBD0jOW961svzKsfB825RQg7w8Dn6xbT15/nYW0wKmD5LmABaXopwA4G0Fw= smithi138.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC89RJRBMx3Xvc7wKQQkiN9YvNJh9OSe4MdCu34a8p7MIpOS2MDYbiWBDQ/nflMjNmhPbAQ0g6wPdKOrQbimpp4= smithi163.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMsYpUzbCe5pbwhjBnf/EwzCL7ZYxaRyHye4FPM6XhuOWVN04aYP0IntbDTVz5Sv5ci5HKEdpT68qtYnmEpQwhA= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-18_22:49:05 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-19T01:16:33.637 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_8b4ab94f9c30da63487fa2f241ce12f483378860/qa; will attempt to use it 2024-04-19T01:16:33.638 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_8b4ab94f9c30da63487fa2f241ce12f483378860/qa/tasks 2024-04-19T01:16:33.638 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-19T01:16:33.640 INFO:teuthology.task.internal:Checking packages... 2024-04-19T01:16:33.664 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '8b4ab94f9c30da63487fa2f241ce12f483378860' 2024-04-19T01:16:33.664 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-19T01:16:33.664 INFO:teuthology.packaging:ref: None 2024-04-19T01:16:33.665 INFO:teuthology.packaging:tag: None 2024-04-19T01:16:33.665 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-04-17-1400 2024-04-19T01:16:33.665 INFO:teuthology.packaging:sha1: 8b4ab94f9c30da63487fa2f241ce12f483378860 2024-04-19T01:16:33.665 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri5-testing-2024-04-17-1400 2024-04-19T01:16:33.909 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3154.g8b4ab94f 2024-04-19T01:16:33.911 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-19T01:16:33.918 INFO:teuthology.task.internal:no buildpackages task found 2024-04-19T01:16:33.918 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-19T01:16:33.924 INFO:teuthology.task.internal:Saving configuration 2024-04-19T01:16:33.937 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-19T01:16:33.943 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T01:16:33.966 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi023.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663280', '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 01:08:22.169434', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAl2ygH+DV0U2owBBAefTanpnEa4NBD0jOW961svzKsfB825RQg7w8Dn6xbT15/nYW0wKmD5LmABaXopwA4G0Fw='} 2024-04-19T01:16:33.988 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663280', '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 01:08:22.168627', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC89RJRBMx3Xvc7wKQQkiN9YvNJh9OSe4MdCu34a8p7MIpOS2MDYbiWBDQ/nflMjNmhPbAQ0g6wPdKOrQbimpp4='} 2024-04-19T01:16:34.009 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663280', '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 01:08:22.167585', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMsYpUzbCe5pbwhjBnf/EwzCL7ZYxaRyHye4FPM6XhuOWVN04aYP0IntbDTVz5Sv5ci5HKEdpT68qtYnmEpQwhA='} 2024-04-19T01:16:34.009 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-19T01:16:34.015 INFO:teuthology.task.internal:roles: ubuntu@smithi023.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-19T01:16:34.015 INFO:teuthology.task.internal:roles: ubuntu@smithi138.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-19T01:16:34.015 INFO:teuthology.task.internal:roles: ubuntu@smithi163.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-19T01:16:34.015 INFO:teuthology.run_tasks:Running task console_log... 2024-04-19T01:16:34.109 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f65ed4e9160>, signals=[15]) 2024-04-19T01:16:34.109 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-19T01:16:34.115 INFO:teuthology.task.internal:Opening connections... 2024-04-19T01:16:34.115 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi023.front.sepia.ceph.com 2024-04-19T01:16:34.117 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T01:16:34.222 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi138.front.sepia.ceph.com 2024-04-19T01:16:34.223 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T01:16:34.312 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi163.front.sepia.ceph.com 2024-04-19T01:16:34.313 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T01:16:34.397 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-19T01:16:34.405 DEBUG:teuthology.orchestra.run.smithi023:> uname -m 2024-04-19T01:16:34.423 INFO:teuthology.orchestra.run.smithi023.stdout:x86_64 2024-04-19T01:16:34.423 DEBUG:teuthology.orchestra.run.smithi023:> cat /etc/os-release 2024-04-19T01:16:34.482 INFO:teuthology.orchestra.run.smithi023.stdout:NAME="CentOS Stream" 2024-04-19T01:16:34.482 INFO:teuthology.orchestra.run.smithi023.stdout:VERSION="9" 2024-04-19T01:16:34.482 INFO:teuthology.orchestra.run.smithi023.stdout:ID="centos" 2024-04-19T01:16:34.482 INFO:teuthology.orchestra.run.smithi023.stdout:ID_LIKE="rhel fedora" 2024-04-19T01:16:34.482 INFO:teuthology.orchestra.run.smithi023.stdout:VERSION_ID="9" 2024-04-19T01:16:34.482 INFO:teuthology.orchestra.run.smithi023.stdout:PLATFORM_ID="platform:el9" 2024-04-19T01:16:34.482 INFO:teuthology.orchestra.run.smithi023.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T01:16:34.483 INFO:teuthology.orchestra.run.smithi023.stdout:ANSI_COLOR="0;31" 2024-04-19T01:16:34.483 INFO:teuthology.orchestra.run.smithi023.stdout:LOGO="fedora-logo-icon" 2024-04-19T01:16:34.483 INFO:teuthology.orchestra.run.smithi023.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T01:16:34.483 INFO:teuthology.orchestra.run.smithi023.stdout:HOME_URL="https://centos.org/" 2024-04-19T01:16:34.483 INFO:teuthology.orchestra.run.smithi023.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T01:16:34.483 INFO:teuthology.orchestra.run.smithi023.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T01:16:34.483 INFO:teuthology.orchestra.run.smithi023.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T01:16:34.484 INFO:teuthology.lock.ops:Updating smithi023.front.sepia.ceph.com on lock server 2024-04-19T01:16:34.507 DEBUG:teuthology.orchestra.run.smithi138:> uname -m 2024-04-19T01:16:34.525 INFO:teuthology.orchestra.run.smithi138.stdout:x86_64 2024-04-19T01:16:34.525 DEBUG:teuthology.orchestra.run.smithi138:> cat /etc/os-release 2024-04-19T01:16:34.582 INFO:teuthology.orchestra.run.smithi138.stdout:NAME="CentOS Stream" 2024-04-19T01:16:34.582 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION="9" 2024-04-19T01:16:34.582 INFO:teuthology.orchestra.run.smithi138.stdout:ID="centos" 2024-04-19T01:16:34.582 INFO:teuthology.orchestra.run.smithi138.stdout:ID_LIKE="rhel fedora" 2024-04-19T01:16:34.582 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION_ID="9" 2024-04-19T01:16:34.583 INFO:teuthology.orchestra.run.smithi138.stdout:PLATFORM_ID="platform:el9" 2024-04-19T01:16:34.583 INFO:teuthology.orchestra.run.smithi138.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T01:16:34.583 INFO:teuthology.orchestra.run.smithi138.stdout:ANSI_COLOR="0;31" 2024-04-19T01:16:34.583 INFO:teuthology.orchestra.run.smithi138.stdout:LOGO="fedora-logo-icon" 2024-04-19T01:16:34.583 INFO:teuthology.orchestra.run.smithi138.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T01:16:34.583 INFO:teuthology.orchestra.run.smithi138.stdout:HOME_URL="https://centos.org/" 2024-04-19T01:16:34.583 INFO:teuthology.orchestra.run.smithi138.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T01:16:34.583 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T01:16:34.583 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T01:16:34.583 INFO:teuthology.lock.ops:Updating smithi138.front.sepia.ceph.com on lock server 2024-04-19T01:16:34.608 DEBUG:teuthology.orchestra.run.smithi163:> uname -m 2024-04-19T01:16:34.625 INFO:teuthology.orchestra.run.smithi163.stdout:x86_64 2024-04-19T01:16:34.626 DEBUG:teuthology.orchestra.run.smithi163:> cat /etc/os-release 2024-04-19T01:16:34.683 INFO:teuthology.orchestra.run.smithi163.stdout:NAME="CentOS Stream" 2024-04-19T01:16:34.683 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION="9" 2024-04-19T01:16:34.683 INFO:teuthology.orchestra.run.smithi163.stdout:ID="centos" 2024-04-19T01:16:34.683 INFO:teuthology.orchestra.run.smithi163.stdout:ID_LIKE="rhel fedora" 2024-04-19T01:16:34.683 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION_ID="9" 2024-04-19T01:16:34.683 INFO:teuthology.orchestra.run.smithi163.stdout:PLATFORM_ID="platform:el9" 2024-04-19T01:16:34.683 INFO:teuthology.orchestra.run.smithi163.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T01:16:34.683 INFO:teuthology.orchestra.run.smithi163.stdout:ANSI_COLOR="0;31" 2024-04-19T01:16:34.683 INFO:teuthology.orchestra.run.smithi163.stdout:LOGO="fedora-logo-icon" 2024-04-19T01:16:34.683 INFO:teuthology.orchestra.run.smithi163.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T01:16:34.683 INFO:teuthology.orchestra.run.smithi163.stdout:HOME_URL="https://centos.org/" 2024-04-19T01:16:34.684 INFO:teuthology.orchestra.run.smithi163.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T01:16:34.684 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T01:16:34.684 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T01:16:34.684 INFO:teuthology.lock.ops:Updating smithi163.front.sepia.ceph.com on lock server 2024-04-19T01:16:34.707 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-19T01:16:34.716 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-19T01:16:34.754 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-19T01:16:34.755 DEBUG:teuthology.orchestra.run.smithi023:> test '!' -e /home/ubuntu/cephtest 2024-04-19T01:16:34.757 DEBUG:teuthology.orchestra.run.smithi138:> test '!' -e /home/ubuntu/cephtest 2024-04-19T01:16:34.759 DEBUG:teuthology.orchestra.run.smithi163:> test '!' -e /home/ubuntu/cephtest 2024-04-19T01:16:34.775 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-19T01:16:34.821 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-19T01:16:34.821 DEBUG:teuthology.orchestra.run.smithi023:> test -z $(ls -A /var/lib/ceph) 2024-04-19T01:16:34.824 DEBUG:teuthology.orchestra.run.smithi138:> test -z $(ls -A /var/lib/ceph) 2024-04-19T01:16:34.826 DEBUG:teuthology.orchestra.run.smithi163:> test -z $(ls -A /var/lib/ceph) 2024-04-19T01:16:34.927 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-19T01:16:35.001 INFO:teuthology.run_tasks:Running task kernel... 2024-04-19T01:16:35.015 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-19T01:16:35.015 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-19T01:16:35.015 DEBUG:teuthology.orchestra.run.smithi023:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T01:16:35.016 DEBUG:teuthology.orchestra.run.smithi138:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T01:16:35.016 DEBUG:teuthology.orchestra.run.smithi163:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T01:16:35.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T01:16:35.033 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2024-04-19T01:16:35.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T01:16:35.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T01:16:35.035 DEBUG:teuthology.orchestra.run.smithi163:> uname -r 2024-04-19T01:16:35.035 DEBUG:teuthology.orchestra.run.smithi023:> uname -r 2024-04-19T01:16:35.089 INFO:teuthology.orchestra.run.smithi138.stdout:5.14.0-361.el9.x86_64 2024-04-19T01:16:35.090 INFO:teuthology.task.kernel:Running kernel on smithi138: 5.14.0-361.el9.x86_64 2024-04-19T01:16:35.090 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum install -y kernel 2024-04-19T01:16:35.092 INFO:teuthology.orchestra.run.smithi163.stdout:5.14.0-361.el9.x86_64 2024-04-19T01:16:35.092 INFO:teuthology.task.kernel:Running kernel on smithi163: 5.14.0-361.el9.x86_64 2024-04-19T01:16:35.092 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum install -y kernel 2024-04-19T01:16:35.093 INFO:teuthology.orchestra.run.smithi023.stdout:5.14.0-361.el9.x86_64 2024-04-19T01:16:35.093 INFO:teuthology.task.kernel:Running kernel on smithi023: 5.14.0-361.el9.x86_64 2024-04-19T01:16:35.093 DEBUG:teuthology.orchestra.run.smithi023:> sudo yum install -y kernel 2024-04-19T01:16:37.503 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS-9 - AppStream 8.8 MB/s | 6.4 MB 00:00 2024-04-19T01:16:37.654 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS-9 - AppStream 7.7 MB/s | 6.4 MB 00:00 2024-04-19T01:16:37.800 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS-9 - AppStream 7.0 MB/s | 6.4 MB 00:00 2024-04-19T01:16:39.187 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS-9 - BaseOS 4.5 MB/s | 2.0 MB 00:00 2024-04-19T01:16:39.220 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS-9 - BaseOS 3.5 MB/s | 2.0 MB 00:00 2024-04-19T01:16:39.658 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS-9 - BaseOS 2.7 MB/s | 2.0 MB 00:00 2024-04-19T01:16:40.002 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 9 - BaseOS 19 MB/s | 8.0 MB 00:00 2024-04-19T01:16:41.669 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS Stream 9 - BaseOS 3.8 MB/s | 8.0 MB 00:02 2024-04-19T01:16:42.795 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 9 - AppStream 12 MB/s | 19 MB 00:01 2024-04-19T01:16:47.720 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS Stream 9 - AppStream 3.9 MB/s | 19 MB 00:04 2024-04-19T01:16:48.404 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 9 - CRB 3.4 MB/s | 6.2 MB 00:01 2024-04-19T01:16:50.146 INFO:teuthology.orchestra.run.smithi023.stdout:CentOS Stream 9 - Extras packages 32 kB/s | 16 kB 00:00 2024-04-19T01:16:50.472 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - BaseOS 787 kB/s | 8.0 MB 00:10 2024-04-19T01:16:51.942 INFO:teuthology.orchestra.run.smithi023.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-19T01:16:52.987 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS Stream 9 - CRB 3.6 MB/s | 6.2 MB 00:01 2024-04-19T01:16:53.591 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - AppStream 9.5 MB/s | 19 MB 00:01 2024-04-19T01:16:54.570 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 16 kB 00:00 2024-04-19T01:16:56.566 INFO:teuthology.orchestra.run.smithi163.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-19T01:16:57.239 INFO:teuthology.orchestra.run.smithi023.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-04-19T01:16:57.876 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - CRB 8.5 MB/s | 6.2 MB 00:00 2024-04-19T01:16:59.284 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - Extras packages 74 kB/s | 16 kB 00:00 2024-04-19T01:16:59.713 INFO:teuthology.orchestra.run.smithi023.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T01:16:59.713 INFO:teuthology.orchestra.run.smithi023.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T01:16:59.804 INFO:teuthology.orchestra.run.smithi023.stdout:Dependencies resolved. 2024-04-19T01:16:59.811 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-04-19T01:16:59.811 INFO:teuthology.orchestra.run.smithi023.stdout: Package Arch Version Repository Size 2024-04-19T01:16:59.811 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-04-19T01:16:59.811 INFO:teuthology.orchestra.run.smithi023.stdout:Installing: 2024-04-19T01:16:59.811 INFO:teuthology.orchestra.run.smithi023.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T01:16:59.811 INFO:teuthology.orchestra.run.smithi023.stdout:Installing dependencies: 2024-04-19T01:16:59.811 INFO:teuthology.orchestra.run.smithi023.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T01:16:59.811 INFO:teuthology.orchestra.run.smithi023.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T01:16:59.811 INFO:teuthology.orchestra.run.smithi023.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T01:16:59.811 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-04-19T01:16:59.811 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction Summary 2024-04-19T01:16:59.811 INFO:teuthology.orchestra.run.smithi023.stdout:================================================================================ 2024-04-19T01:16:59.812 INFO:teuthology.orchestra.run.smithi023.stdout:Install 4 Packages 2024-04-19T01:16:59.812 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-04-19T01:16:59.812 INFO:teuthology.orchestra.run.smithi023.stdout:Total download size: 78 M 2024-04-19T01:16:59.812 INFO:teuthology.orchestra.run.smithi023.stdout:Installed size: 125 M 2024-04-19T01:16:59.812 INFO:teuthology.orchestra.run.smithi023.stdout:Downloading Packages: 2024-04-19T01:16:59.932 INFO:teuthology.orchestra.run.smithi023.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 238 kB/s | 29 kB 00:00 2024-04-19T01:17:00.652 INFO:teuthology.orchestra.run.smithi138.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-04-19T01:17:00.991 INFO:teuthology.orchestra.run.smithi023.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 14 MB/s | 16 MB 00:01 2024-04-19T01:17:01.374 INFO:teuthology.orchestra.run.smithi023.stdout:(3/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 19 MB/s | 27 MB 00:01 2024-04-19T01:17:01.680 INFO:teuthology.orchestra.run.smithi163.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-04-19T01:17:01.749 INFO:teuthology.orchestra.run.smithi023.stdout:(4/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 18 MB/s | 34 MB 00:01 2024-04-19T01:17:01.752 INFO:teuthology.orchestra.run.smithi023.stdout:-------------------------------------------------------------------------------- 2024-04-19T01:17:01.752 INFO:teuthology.orchestra.run.smithi023.stdout:Total 40 MB/s | 78 MB 00:01 2024-04-19T01:17:01.753 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction check 2024-04-19T01:17:02.172 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction check succeeded. 2024-04-19T01:17:02.172 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction test 2024-04-19T01:17:03.053 INFO:teuthology.orchestra.run.smithi023.stdout:Transaction test succeeded. 2024-04-19T01:17:03.053 INFO:teuthology.orchestra.run.smithi023.stdout:Running transaction 2024-04-19T01:17:04.095 INFO:teuthology.orchestra.run.smithi163.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T01:17:04.096 INFO:teuthology.orchestra.run.smithi163.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T01:17:04.189 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2024-04-19T01:17:04.199 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2024-04-19T01:17:04.199 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2024-04-19T01:17:04.199 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2024-04-19T01:17:04.199 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2024-04-19T01:17:04.199 INFO:teuthology.orchestra.run.smithi163.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T01:17:04.199 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2024-04-19T01:17:04.199 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T01:17:04.200 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T01:17:04.200 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T01:17:04.200 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-19T01:17:04.200 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2024-04-19T01:17:04.200 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2024-04-19T01:17:04.200 INFO:teuthology.orchestra.run.smithi163.stdout:Install 4 Packages 2024-04-19T01:17:04.200 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-19T01:17:04.200 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 78 M 2024-04-19T01:17:04.201 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 125 M 2024-04-19T01:17:04.201 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2024-04-19T01:17:04.373 INFO:teuthology.orchestra.run.smithi163.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 166 kB/s | 29 kB 00:00 2024-04-19T01:17:05.206 INFO:teuthology.orchestra.run.smithi163.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 16 MB/s | 16 MB 00:01 2024-04-19T01:17:05.365 INFO:teuthology.orchestra.run.smithi023.stdout: Preparing : 1/1 2024-04-19T01:17:05.731 INFO:teuthology.orchestra.run.smithi163.stdout:(3/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 20 MB/s | 27 MB 00:01 2024-04-19T01:17:05.751 INFO:teuthology.orchestra.run.smithi138.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-19T01:17:06.018 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T01:17:06.116 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T01:17:06.198 INFO:teuthology.orchestra.run.smithi163.stdout:(4/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 17 MB/s | 34 MB 00:01 2024-04-19T01:17:06.201 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2024-04-19T01:17:06.201 INFO:teuthology.orchestra.run.smithi163.stdout:Total 39 MB/s | 78 MB 00:02 2024-04-19T01:17:06.202 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2024-04-19T01:17:06.608 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2024-04-19T01:17:06.608 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2024-04-19T01:17:07.458 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2024-04-19T01:17:07.458 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2024-04-19T01:17:08.159 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T01:17:08.159 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T01:17:08.270 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-19T01:17:08.280 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-19T01:17:08.280 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-19T01:17:08.280 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-19T01:17:08.280 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-19T01:17:08.281 INFO:teuthology.orchestra.run.smithi138.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T01:17:08.281 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-19T01:17:08.281 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T01:17:08.281 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T01:17:08.281 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T01:17:08.281 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-19T01:17:08.281 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-19T01:17:08.281 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-19T01:17:08.281 INFO:teuthology.orchestra.run.smithi138.stdout:Install 4 Packages 2024-04-19T01:17:08.281 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-19T01:17:08.282 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 78 M 2024-04-19T01:17:08.282 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 125 M 2024-04-19T01:17:08.282 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-19T01:17:08.411 INFO:teuthology.orchestra.run.smithi138.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 222 kB/s | 29 kB 00:00 2024-04-19T01:17:08.550 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T01:17:08.672 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T01:17:09.037 INFO:teuthology.orchestra.run.smithi138.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 21 MB/s | 16 MB 00:00 2024-04-19T01:17:09.528 INFO:teuthology.orchestra.run.smithi138.stdout:(3/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 24 MB/s | 27 MB 00:01 2024-04-19T01:17:09.659 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2024-04-19T01:17:09.853 INFO:teuthology.orchestra.run.smithi138.stdout:(4/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 22 MB/s | 34 MB 00:01 2024-04-19T01:17:09.857 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-19T01:17:09.857 INFO:teuthology.orchestra.run.smithi138.stdout:Total 49 MB/s | 78 MB 00:01 2024-04-19T01:17:09.857 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-19T01:17:10.248 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-19T01:17:10.248 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-19T01:17:10.306 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T01:17:10.390 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T01:17:11.167 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-19T01:17:11.167 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-19T01:17:12.785 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T01:17:12.923 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T01:17:13.361 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-19T01:17:13.846 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T01:17:13.889 INFO:teuthology.orchestra.run.smithi023.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T01:17:14.005 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T01:17:14.098 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T01:17:16.402 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T01:17:16.556 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T01:17:17.740 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T01:17:17.812 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T01:17:19.085 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T01:17:21.351 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T01:17:21.387 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T01:17:22.653 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T01:17:26.212 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T01:17:50.380 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T01:17:50.380 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-04-19T01:17:50.380 INFO:teuthology.orchestra.run.smithi023.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-19T01:17:50.380 INFO:teuthology.orchestra.run.smithi023.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-19T01:17:50.381 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-04-19T01:17:50.424 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T01:17:50.782 INFO:teuthology.orchestra.run.smithi023.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T01:17:50.782 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T01:17:50.782 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T01:17:50.782 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T01:17:51.241 INFO:teuthology.orchestra.run.smithi023.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T01:17:51.241 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-04-19T01:17:51.241 INFO:teuthology.orchestra.run.smithi023.stdout:Installed: 2024-04-19T01:17:51.241 INFO:teuthology.orchestra.run.smithi023.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:51.241 INFO:teuthology.orchestra.run.smithi023.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:51.241 INFO:teuthology.orchestra.run.smithi023.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:51.241 INFO:teuthology.orchestra.run.smithi023.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:51.241 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-04-19T01:17:51.241 INFO:teuthology.orchestra.run.smithi023.stdout:Complete! 2024-04-19T01:17:51.561 DEBUG:teuthology.orchestra.run.smithi023:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T01:17:51.667 INFO:teuthology.orchestra.run.smithi023.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:51.667 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:51.668 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-19T01:17:51.668 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T01:17:51.668 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T01:17:51.668 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-19T01:17:51.668 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi023.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T01:17:51.668 DEBUG:teuthology.orchestra.run.smithi023:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T01:17:51.753 INFO:teuthology.orchestra.run.smithi023.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:51.754 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:51.754 DEBUG:teuthology.orchestra.run.smithi023:> sudo rpm -qi grub2-tools 2024-04-19T01:17:51.801 INFO:teuthology.orchestra.run.smithi023.stdout:Name : grub2-tools 2024-04-19T01:17:51.802 INFO:teuthology.orchestra.run.smithi023.stdout:Epoch : 1 2024-04-19T01:17:51.802 INFO:teuthology.orchestra.run.smithi023.stdout:Version : 2.06 2024-04-19T01:17:51.802 INFO:teuthology.orchestra.run.smithi023.stdout:Release : 68.el9 2024-04-19T01:17:51.802 INFO:teuthology.orchestra.run.smithi023.stdout:Architecture: x86_64 2024-04-19T01:17:51.802 INFO:teuthology.orchestra.run.smithi023.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-19T01:17:51.802 INFO:teuthology.orchestra.run.smithi023.stdout:Group : Unspecified 2024-04-19T01:17:51.802 INFO:teuthology.orchestra.run.smithi023.stdout:Size : 8264254 2024-04-19T01:17:51.802 INFO:teuthology.orchestra.run.smithi023.stdout:License : GPLv3+ 2024-04-19T01:17:51.802 INFO:teuthology.orchestra.run.smithi023.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-19T01:17:51.802 INFO:teuthology.orchestra.run.smithi023.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-19T01:17:51.802 INFO:teuthology.orchestra.run.smithi023.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-19T01:17:51.802 INFO:teuthology.orchestra.run.smithi023.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-19T01:17:51.802 INFO:teuthology.orchestra.run.smithi023.stdout:Packager : builder@centos.org 2024-04-19T01:17:51.802 INFO:teuthology.orchestra.run.smithi023.stdout:Vendor : CentOS 2024-04-19T01:17:51.802 INFO:teuthology.orchestra.run.smithi023.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-19T01:17:51.803 INFO:teuthology.orchestra.run.smithi023.stdout:Summary : Support tools for GRUB. 2024-04-19T01:17:51.803 INFO:teuthology.orchestra.run.smithi023.stdout:Description : 2024-04-19T01:17:51.803 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-04-19T01:17:51.803 INFO:teuthology.orchestra.run.smithi023.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-19T01:17:51.803 INFO:teuthology.orchestra.run.smithi023.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-19T01:17:51.803 INFO:teuthology.orchestra.run.smithi023.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-19T01:17:51.803 INFO:teuthology.orchestra.run.smithi023.stdout:hardware devices. 2024-04-19T01:17:51.803 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-04-19T01:17:51.803 INFO:teuthology.orchestra.run.smithi023.stdout:This subpackage provides tools for support of all platforms. 2024-04-19T01:17:51.804 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-19T01:17:51.804 INFO:teuthology.task.kernel:Updating grub on smithi023 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:51.804 DEBUG:teuthology.orchestra.run.smithi023:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-19T01:17:52.198 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T01:17:52.198 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-19T01:17:52.198 INFO:teuthology.orchestra.run.smithi163.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-19T01:17:52.198 INFO:teuthology.orchestra.run.smithi163.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-19T01:17:52.198 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-19T01:17:52.241 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T01:17:52.364 INFO:teuthology.orchestra.run.smithi023.stderr:Generating grub configuration file ... 2024-04-19T01:17:52.631 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T01:17:52.631 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T01:17:52.631 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T01:17:52.631 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T01:17:53.061 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T01:17:53.061 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-19T01:17:53.061 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2024-04-19T01:17:53.061 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:53.061 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:53.062 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:53.062 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:53.062 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-19T01:17:53.062 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2024-04-19T01:17:53.428 DEBUG:teuthology.orchestra.run.smithi163:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T01:17:53.531 INFO:teuthology.orchestra.run.smithi163.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:53.531 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:53.531 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-19T01:17:53.531 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T01:17:53.531 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T01:17:53.532 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-19T01:17:53.532 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi163.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T01:17:53.532 DEBUG:teuthology.orchestra.run.smithi163:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T01:17:53.610 INFO:teuthology.orchestra.run.smithi163.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:53.611 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:53.611 DEBUG:teuthology.orchestra.run.smithi163:> sudo rpm -qi grub2-tools 2024-04-19T01:17:53.653 INFO:teuthology.orchestra.run.smithi163.stdout:Name : grub2-tools 2024-04-19T01:17:53.653 INFO:teuthology.orchestra.run.smithi163.stdout:Epoch : 1 2024-04-19T01:17:53.653 INFO:teuthology.orchestra.run.smithi163.stdout:Version : 2.06 2024-04-19T01:17:53.653 INFO:teuthology.orchestra.run.smithi163.stdout:Release : 68.el9 2024-04-19T01:17:53.653 INFO:teuthology.orchestra.run.smithi163.stdout:Architecture: x86_64 2024-04-19T01:17:53.654 INFO:teuthology.orchestra.run.smithi163.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-19T01:17:53.654 INFO:teuthology.orchestra.run.smithi163.stdout:Group : Unspecified 2024-04-19T01:17:53.654 INFO:teuthology.orchestra.run.smithi163.stdout:Size : 8264254 2024-04-19T01:17:53.654 INFO:teuthology.orchestra.run.smithi163.stdout:License : GPLv3+ 2024-04-19T01:17:53.654 INFO:teuthology.orchestra.run.smithi163.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-19T01:17:53.654 INFO:teuthology.orchestra.run.smithi163.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-19T01:17:53.654 INFO:teuthology.orchestra.run.smithi163.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-19T01:17:53.654 INFO:teuthology.orchestra.run.smithi163.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-19T01:17:53.654 INFO:teuthology.orchestra.run.smithi163.stdout:Packager : builder@centos.org 2024-04-19T01:17:53.654 INFO:teuthology.orchestra.run.smithi163.stdout:Vendor : CentOS 2024-04-19T01:17:53.654 INFO:teuthology.orchestra.run.smithi163.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-19T01:17:53.654 INFO:teuthology.orchestra.run.smithi163.stdout:Summary : Support tools for GRUB. 2024-04-19T01:17:53.654 INFO:teuthology.orchestra.run.smithi163.stdout:Description : 2024-04-19T01:17:53.654 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-19T01:17:53.655 INFO:teuthology.orchestra.run.smithi163.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-19T01:17:53.655 INFO:teuthology.orchestra.run.smithi163.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-19T01:17:53.655 INFO:teuthology.orchestra.run.smithi163.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-19T01:17:53.655 INFO:teuthology.orchestra.run.smithi163.stdout:hardware devices. 2024-04-19T01:17:53.655 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-19T01:17:53.655 INFO:teuthology.orchestra.run.smithi163.stdout:This subpackage provides tools for support of all platforms. 2024-04-19T01:17:53.656 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-19T01:17:53.656 INFO:teuthology.task.kernel:Updating grub on smithi163 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:53.656 DEBUG:teuthology.orchestra.run.smithi163:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-19T01:17:53.768 INFO:teuthology.orchestra.run.smithi023.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-19T01:17:53.814 INFO:teuthology.orchestra.run.smithi023.stderr:done 2024-04-19T01:17:53.816 DEBUG:teuthology.orchestra.run.smithi023:> mktemp 2024-04-19T01:17:53.832 INFO:teuthology.orchestra.run.smithi023.stdout:/tmp/tmp.XUZnFnSOnP 2024-04-19T01:17:53.832 DEBUG:teuthology.orchestra.run.smithi023:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.XUZnFnSOnP 2024-04-19T01:17:53.904 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 0666 /tmp/tmp.XUZnFnSOnP 2024-04-19T01:17:54.053 DEBUG:teuthology.orchestra.remote:smithi023:/tmp/tmp.XUZnFnSOnP is 6KB 2024-04-19T01:17:54.101 DEBUG:teuthology.orchestra.run.smithi023:> rm -fr /tmp/tmp.XUZnFnSOnP 2024-04-19T01:17:54.116 DEBUG:teuthology.orchestra.run.smithi023:> sudo /bin/ls /boot/loader/entries || true 2024-04-19T01:17:54.185 INFO:teuthology.orchestra.run.smithi023.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-19T01:17:54.185 INFO:teuthology.orchestra.run.smithi023.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-19T01:17:54.185 INFO:teuthology.orchestra.run.smithi023.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-19T01:17:54.185 INFO:teuthology.orchestra.run.smithi023.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-19T01:17:54.186 DEBUG:teuthology.orchestra.run.smithi023:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:54.243 INFO:teuthology.orchestra.run.smithi163.stderr:Generating grub configuration file ... 2024-04-19T01:17:54.338 DEBUG:teuthology.orchestra.run.smithi023:> sudo shutdown -r now 2024-04-19T01:17:55.737 INFO:teuthology.orchestra.run.smithi163.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-19T01:17:55.761 INFO:teuthology.orchestra.run.smithi163.stderr:done 2024-04-19T01:17:55.763 DEBUG:teuthology.orchestra.run.smithi163:> mktemp 2024-04-19T01:17:55.784 INFO:teuthology.orchestra.run.smithi163.stdout:/tmp/tmp.aOLvkL74mo 2024-04-19T01:17:55.784 DEBUG:teuthology.orchestra.run.smithi163:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.aOLvkL74mo 2024-04-19T01:17:55.852 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod 0666 /tmp/tmp.aOLvkL74mo 2024-04-19T01:17:55.993 DEBUG:teuthology.orchestra.remote:smithi163:/tmp/tmp.aOLvkL74mo is 6KB 2024-04-19T01:17:56.041 DEBUG:teuthology.orchestra.run.smithi163:> rm -fr /tmp/tmp.aOLvkL74mo 2024-04-19T01:17:56.056 DEBUG:teuthology.orchestra.run.smithi163:> sudo /bin/ls /boot/loader/entries || true 2024-04-19T01:17:56.121 INFO:teuthology.orchestra.run.smithi163.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-19T01:17:56.121 INFO:teuthology.orchestra.run.smithi163.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-19T01:17:56.121 INFO:teuthology.orchestra.run.smithi163.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-19T01:17:56.121 INFO:teuthology.orchestra.run.smithi163.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-19T01:17:56.122 DEBUG:teuthology.orchestra.run.smithi163:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:56.277 DEBUG:teuthology.orchestra.run.smithi163:> sudo shutdown -r now 2024-04-19T01:17:56.299 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T01:17:56.300 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-19T01:17:56.300 INFO:teuthology.orchestra.run.smithi138.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-19T01:17:56.300 INFO:teuthology.orchestra.run.smithi138.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-19T01:17:56.300 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-19T01:17:56.342 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T01:17:56.670 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T01:17:56.670 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T01:17:56.670 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T01:17:56.670 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T01:17:57.121 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T01:17:57.122 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-19T01:17:57.122 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-19T01:17:57.122 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:57.122 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:57.122 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:57.122 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:57.122 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-19T01:17:57.122 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-19T01:17:57.444 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T01:17:57.545 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:57.545 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:57.545 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-19T01:17:57.545 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T01:17:57.545 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T01:17:57.546 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-19T01:17:57.546 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi138.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T01:17:57.546 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T01:17:57.625 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:57.626 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:57.626 DEBUG:teuthology.orchestra.run.smithi138:> sudo rpm -qi grub2-tools 2024-04-19T01:17:57.667 INFO:teuthology.orchestra.run.smithi138.stdout:Name : grub2-tools 2024-04-19T01:17:57.668 INFO:teuthology.orchestra.run.smithi138.stdout:Epoch : 1 2024-04-19T01:17:57.668 INFO:teuthology.orchestra.run.smithi138.stdout:Version : 2.06 2024-04-19T01:17:57.668 INFO:teuthology.orchestra.run.smithi138.stdout:Release : 68.el9 2024-04-19T01:17:57.668 INFO:teuthology.orchestra.run.smithi138.stdout:Architecture: x86_64 2024-04-19T01:17:57.668 INFO:teuthology.orchestra.run.smithi138.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-19T01:17:57.668 INFO:teuthology.orchestra.run.smithi138.stdout:Group : Unspecified 2024-04-19T01:17:57.668 INFO:teuthology.orchestra.run.smithi138.stdout:Size : 8264254 2024-04-19T01:17:57.668 INFO:teuthology.orchestra.run.smithi138.stdout:License : GPLv3+ 2024-04-19T01:17:57.668 INFO:teuthology.orchestra.run.smithi138.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-19T01:17:57.668 INFO:teuthology.orchestra.run.smithi138.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-19T01:17:57.668 INFO:teuthology.orchestra.run.smithi138.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-19T01:17:57.668 INFO:teuthology.orchestra.run.smithi138.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-19T01:17:57.668 INFO:teuthology.orchestra.run.smithi138.stdout:Packager : builder@centos.org 2024-04-19T01:17:57.668 INFO:teuthology.orchestra.run.smithi138.stdout:Vendor : CentOS 2024-04-19T01:17:57.669 INFO:teuthology.orchestra.run.smithi138.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-19T01:17:57.669 INFO:teuthology.orchestra.run.smithi138.stdout:Summary : Support tools for GRUB. 2024-04-19T01:17:57.669 INFO:teuthology.orchestra.run.smithi138.stdout:Description : 2024-04-19T01:17:57.669 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-19T01:17:57.669 INFO:teuthology.orchestra.run.smithi138.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-19T01:17:57.669 INFO:teuthology.orchestra.run.smithi138.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-19T01:17:57.669 INFO:teuthology.orchestra.run.smithi138.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-19T01:17:57.669 INFO:teuthology.orchestra.run.smithi138.stdout:hardware devices. 2024-04-19T01:17:57.669 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-19T01:17:57.669 INFO:teuthology.orchestra.run.smithi138.stdout:This subpackage provides tools for support of all platforms. 2024-04-19T01:17:57.670 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-19T01:17:57.670 INFO:teuthology.task.kernel:Updating grub on smithi138 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:17:57.670 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-19T01:17:58.321 INFO:teuthology.orchestra.run.smithi138.stderr:Generating grub configuration file ... 2024-04-19T01:17:59.689 INFO:teuthology.orchestra.run.smithi138.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-19T01:17:59.728 INFO:teuthology.orchestra.run.smithi138.stderr:done 2024-04-19T01:17:59.730 DEBUG:teuthology.orchestra.run.smithi138:> mktemp 2024-04-19T01:17:59.745 INFO:teuthology.orchestra.run.smithi138.stdout:/tmp/tmp.tZYFUNmOY1 2024-04-19T01:17:59.745 DEBUG:teuthology.orchestra.run.smithi138:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.tZYFUNmOY1 2024-04-19T01:17:59.814 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 0666 /tmp/tmp.tZYFUNmOY1 2024-04-19T01:17:59.949 DEBUG:teuthology.orchestra.remote:smithi138:/tmp/tmp.tZYFUNmOY1 is 6KB 2024-04-19T01:17:59.997 DEBUG:teuthology.orchestra.run.smithi138:> rm -fr /tmp/tmp.tZYFUNmOY1 2024-04-19T01:18:00.011 DEBUG:teuthology.orchestra.run.smithi138:> sudo /bin/ls /boot/loader/entries || true 2024-04-19T01:18:00.077 INFO:teuthology.orchestra.run.smithi138.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-19T01:18:00.077 INFO:teuthology.orchestra.run.smithi138.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-19T01:18:00.077 INFO:teuthology.orchestra.run.smithi138.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-19T01:18:00.077 INFO:teuthology.orchestra.run.smithi138.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-19T01:18:00.077 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:18:00.221 DEBUG:teuthology.orchestra.run.smithi138:> sudo shutdown -r now 2024-04-19T01:18:24.362 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-19T01:18:24.363 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-04-19T01:18:24.364 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T01:18:26.282 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-19T01:18:26.282 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-04-19T01:18:26.283 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T01:18:30.228 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-19T01:18:30.228 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-04-19T01:18:30.229 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T01:18:42.722 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2024-04-19T01:18:44.770 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2024-04-19T01:18:48.610 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.138 2024-04-19T01:18:51.726 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-04-19T01:18:51.727 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T01:18:53.773 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-04-19T01:18:53.774 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T01:18:54.786 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2024-04-19T01:18:56.830 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2024-04-19T01:18:57.612 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-04-19T01:18:57.613 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T01:19:00.670 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.138 2024-04-19T01:19:06.791 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-04-19T01:19:06.792 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T01:19:08.832 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-04-19T01:19:08.833 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T01:19:09.854 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2024-04-19T01:19:11.906 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2024-04-19T01:19:12.672 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-04-19T01:19:12.673 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T01:19:24.866 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-04-19T01:19:24.867 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T01:19:26.910 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-04-19T01:19:26.910 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T01:19:44.539 DEBUG:teuthology.orchestra.run.smithi138:> true 2024-04-19T01:19:44.938 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-04-19T01:19:44.939 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-19T01:19:44.939 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2024-04-19T01:19:44.956 INFO:teuthology.orchestra.run.smithi138.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:19:44.956 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-19T01:19:44.956 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T01:19:44.956 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-19T01:19:45.442 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2024-04-19T01:19:45.958 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-19T01:19:45.958 DEBUG:teuthology.orchestra.run.smithi138:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T01:19:46.094 INFO:teuthology.orchestra.run.smithi138.stdout:ttyS1 2024-04-19T01:19:46.140 DEBUG:teuthology.parallel:result is None 2024-04-19T01:20:03.443 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-04-19T01:20:03.444 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T01:20:03.762 DEBUG:teuthology.orchestra.run.smithi163:> true 2024-04-19T01:20:04.165 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-04-19T01:20:04.165 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-19T01:20:04.166 DEBUG:teuthology.orchestra.run.smithi163:> uname -r 2024-04-19T01:20:04.181 INFO:teuthology.orchestra.run.smithi163.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:20:04.181 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-19T01:20:04.181 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T01:20:04.181 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-19T01:20:05.182 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-19T01:20:05.183 DEBUG:teuthology.orchestra.run.smithi163:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T01:20:05.289 INFO:teuthology.orchestra.run.smithi163.stdout:ttyS1 2024-04-19T01:20:05.365 DEBUG:teuthology.parallel:result is None 2024-04-19T01:20:24.869 DEBUG:teuthology.orchestra.remote:timed out 2024-04-19T01:20:42.870 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-04-19T01:20:42.871 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T01:20:43.254 DEBUG:teuthology.orchestra.run.smithi023:> true 2024-04-19T01:20:43.666 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-04-19T01:20:43.667 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-19T01:20:43.667 DEBUG:teuthology.orchestra.run.smithi023:> uname -r 2024-04-19T01:20:43.684 INFO:teuthology.orchestra.run.smithi023.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-19T01:20:43.684 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-19T01:20:43.684 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T01:20:43.685 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-19T01:20:44.686 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-19T01:20:44.686 DEBUG:teuthology.orchestra.run.smithi023:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T01:20:44.810 INFO:teuthology.orchestra.run.smithi023.stdout:ttyS1 2024-04-19T01:20:44.848 DEBUG:teuthology.parallel:result is None 2024-04-19T01:20:44.849 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-19T01:20:44.858 INFO:teuthology.task.internal:Creating test directory... 2024-04-19T01:20:44.858 DEBUG:teuthology.orchestra.run.smithi023:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T01:20:44.861 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T01:20:44.865 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T01:20:44.887 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-19T01:20:44.895 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-19T01:20:44.917 INFO:teuthology.task.internal:Creating archive directory... 2024-04-19T01:20:44.918 DEBUG:teuthology.orchestra.run.smithi023:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T01:20:44.920 DEBUG:teuthology.orchestra.run.smithi138:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T01:20:44.925 DEBUG:teuthology.orchestra.run.smithi163:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T01:20:44.965 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-19T01:20:44.972 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-19T01:20:44.973 DEBUG:teuthology.orchestra.run.smithi023:> 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-19T01:20:44.984 DEBUG:teuthology.orchestra.run.smithi138:> 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-19T01:20:45.002 DEBUG:teuthology.orchestra.run.smithi163:> 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-19T01:20:45.018 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T01:20:45.031 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T01:20:45.039 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T01:20:45.043 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T01:20:45.054 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T01:20:45.060 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T01:20:45.060 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-19T01:20:45.067 INFO:teuthology.task.internal:Configuring sudo... 2024-04-19T01:20:45.067 DEBUG:teuthology.orchestra.run.smithi023:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T01:20:45.075 DEBUG:teuthology.orchestra.run.smithi138:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T01:20:45.100 DEBUG:teuthology.orchestra.run.smithi163:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T01:20:45.133 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-19T01:20:45.143 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-19T01:20:45.143 DEBUG:teuthology.orchestra.run.smithi023:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T01:20:45.147 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T01:20:45.174 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T01:20:45.192 DEBUG:teuthology.orchestra.run.smithi023:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T01:20:45.247 DEBUG:teuthology.orchestra.run.smithi023:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T01:20:45.321 DEBUG:teuthology.orchestra.run.smithi023:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T01:20:45.366 DEBUG:teuthology.orchestra.run.smithi023:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T01:20:45.410 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-04-19T01:20:45.410 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T01:20:45.480 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T01:20:45.533 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T01:20:45.582 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T01:20:45.669 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T01:20:45.722 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-19T01:20:45.722 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T01:20:45.793 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T01:20:45.836 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T01:20:45.900 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T01:20:45.988 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T01:20:46.037 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-19T01:20:46.037 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T01:20:46.109 DEBUG:teuthology.orchestra.run.smithi023:> sudo service rsyslog restart 2024-04-19T01:20:46.112 DEBUG:teuthology.orchestra.run.smithi138:> sudo service rsyslog restart 2024-04-19T01:20:46.118 DEBUG:teuthology.orchestra.run.smithi163:> sudo service rsyslog restart 2024-04-19T01:20:46.162 INFO:teuthology.orchestra.run.smithi023.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T01:20:46.169 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T01:20:46.222 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T01:20:46.655 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-19T01:20:46.663 INFO:teuthology.task.internal:Starting timer... 2024-04-19T01:20:46.663 INFO:teuthology.run_tasks:Running task pcp... 2024-04-19T01:20:46.723 INFO:teuthology.run_tasks:Running task selinux... 2024-04-19T01:20:46.734 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-19T01:20:46.734 DEBUG:teuthology.orchestra.run.smithi023:> sudo service auditd rotate 2024-04-19T01:20:46.798 INFO:teuthology.orchestra.run.smithi023.stdout:Rotating logs: 2024-04-19T01:20:46.800 DEBUG:teuthology.orchestra.run.smithi138:> sudo service auditd rotate 2024-04-19T01:20:46.870 INFO:teuthology.orchestra.run.smithi138.stdout:Rotating logs: 2024-04-19T01:20:46.872 DEBUG:teuthology.orchestra.run.smithi163:> sudo service auditd rotate 2024-04-19T01:20:46.968 INFO:teuthology.orchestra.run.smithi163.stdout:Rotating logs: 2024-04-19T01:20:46.970 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-19T01:20:46.970 DEBUG:teuthology.orchestra.run.smithi023:> /usr/sbin/getenforce 2024-04-19T01:20:47.004 INFO:teuthology.orchestra.run.smithi023.stdout:Permissive 2024-04-19T01:20:47.005 DEBUG:teuthology.orchestra.run.smithi138:> /usr/sbin/getenforce 2024-04-19T01:20:47.024 INFO:teuthology.orchestra.run.smithi138.stdout:Permissive 2024-04-19T01:20:47.025 DEBUG:teuthology.orchestra.run.smithi163:> /usr/sbin/getenforce 2024-04-19T01:20:47.069 INFO:teuthology.orchestra.run.smithi163.stdout:Permissive 2024-04-19T01:20:47.069 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi023.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi138.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi163.front.sepia.ceph.com': 'permissive'} 2024-04-19T01:20:47.069 DEBUG:teuthology.orchestra.run.smithi023:> 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-19T01:20:47.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T01:20:47.099 DEBUG:teuthology.orchestra.run.smithi138:> 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-19T01:20:47.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T01:20:47.130 DEBUG:teuthology.orchestra.run.smithi163:> 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-19T01:20:47.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T01:20:47.161 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-19T01:20:47.161 DEBUG:teuthology.orchestra.run.smithi023:> sudo /usr/sbin/setenforce permissive 2024-04-19T01:20:47.195 DEBUG:teuthology.orchestra.run.smithi138:> sudo /usr/sbin/setenforce permissive 2024-04-19T01:20:47.234 DEBUG:teuthology.orchestra.run.smithi163:> sudo /usr/sbin/setenforce permissive 2024-04-19T01:20:47.269 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-19T01:20:47.288 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-19T01:20:47.316 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-19T01:20:47.317 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi023.front.sepia.ceph.com,smithi138.front.sepia.ceph.com,smithi163.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-19T01:24:40.004 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663280/ansible_failures.yaml 2024-04-19T01:24:40.006 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: smithi163.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: []smithi138.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: []smithi023.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-19T01:24:40.249 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=7cdae91ce4a64d4b9fbdecb479918930 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: smithi163.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: []smithi138.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: []smithi023.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-19T01:24:40.251 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-19T01:24:40.260 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-19T01:24:40.260 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-19T01:24:40.287 DEBUG:teuthology.orchestra.run.smithi023:> 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-19T01:24:40.355 DEBUG:teuthology.orchestra.run.smithi138:> 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-19T01:24:40.423 DEBUG:teuthology.orchestra.run.smithi163:> 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-19T01:24:40.491 DEBUG:teuthology.orchestra.run.smithi023:> 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-19T01:24:40.523 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T01:24:40.524 DEBUG:teuthology.orchestra.run.smithi138:> 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-19T01:24:40.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T01:24:40.556 DEBUG:teuthology.orchestra.run.smithi163:> 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-19T01:24:40.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T01:24:40.589 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-19T01:24:40.598 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-19T01:24:40.637 INFO:teuthology.task.internal:Duration was 233.974129 seconds 2024-04-19T01:24:40.637 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-19T01:24:40.647 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-19T01:24:40.647 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T01:24:40.650 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T01:24:40.652 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T01:24:40.695 INFO:teuthology.orchestra.run.smithi023.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T01:24:40.697 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T01:24:40.700 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T01:24:41.079 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-19T01:24:41.079 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi023.front.sepia.ceph.com 2024-04-19T01:24:41.080 DEBUG:teuthology.orchestra.run.smithi023:> 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-19T01:24:41.102 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi138.front.sepia.ceph.com 2024-04-19T01:24:41.102 DEBUG:teuthology.orchestra.run.smithi138:> 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-19T01:24:41.135 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi163.front.sepia.ceph.com 2024-04-19T01:24:41.135 DEBUG:teuthology.orchestra.run.smithi163:> 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-19T01:24:41.165 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-19T01:24:41.165 DEBUG:teuthology.orchestra.run.smithi023:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T01:24:41.168 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T01:24:41.178 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T01:24:41.237 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-19T01:24:41.238 DEBUG:teuthology.orchestra.run.smithi023:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T01:24:41.240 DEBUG:teuthology.orchestra.run.smithi138:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T01:24:41.249 DEBUG:teuthology.orchestra.run.smithi163:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T01:24:41.365 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-19T01:24:41.374 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-19T01:24:41.375 DEBUG:teuthology.orchestra.run.smithi023:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T01:24:41.403 DEBUG:teuthology.orchestra.run.smithi138:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T01:24:41.432 DEBUG:teuthology.orchestra.run.smithi163:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T01:24:41.461 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-19T01:24:41.471 DEBUG:teuthology.orchestra.run.smithi023:> 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-19T01:24:41.473 DEBUG:teuthology.orchestra.run.smithi138:> 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-19T01:24:41.475 DEBUG:teuthology.orchestra.run.smithi163:> 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-19T01:24:41.497 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern = core 2024-04-19T01:24:41.500 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = core 2024-04-19T01:24:41.532 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = core 2024-04-19T01:24:41.558 DEBUG:teuthology.orchestra.run.smithi023:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T01:24:41.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T01:24:41.598 DEBUG:teuthology.orchestra.run.smithi138:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T01:24:41.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T01:24:41.613 DEBUG:teuthology.orchestra.run.smithi163:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T01:24:41.628 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T01:24:41.629 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-19T01:24:41.638 INFO:teuthology.task.internal:Transferring archived files... 2024-04-19T01:24:41.640 DEBUG:teuthology.misc:Transferring archived files from smithi023:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663280/remote/smithi023 2024-04-19T01:24:41.641 DEBUG:teuthology.orchestra.run.smithi023:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T01:24:41.696 DEBUG:teuthology.misc:Transferring archived files from smithi138:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663280/remote/smithi138 2024-04-19T01:24:41.697 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T01:24:41.754 DEBUG:teuthology.misc:Transferring archived files from smithi163:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663280/remote/smithi163 2024-04-19T01:24:41.755 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T01:24:41.805 INFO:teuthology.task.internal:Removing archive directory... 2024-04-19T01:24:41.805 DEBUG:teuthology.orchestra.run.smithi023:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T01:24:41.807 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T01:24:41.809 DEBUG:teuthology.orchestra.run.smithi163:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T01:24:41.856 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-19T01:24:41.867 INFO:teuthology.task.internal:Not uploading archives. 2024-04-19T01:24:41.867 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-19T01:24:41.876 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-19T01:24:41.876 DEBUG:teuthology.orchestra.run.smithi023:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T01:24:41.879 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T01:24:41.881 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T01:24:41.891 INFO:teuthology.orchestra.run.smithi023.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 01:24 /home/ubuntu/cephtest 2024-04-19T01:24:41.893 INFO:teuthology.orchestra.run.smithi138.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 01:24 /home/ubuntu/cephtest 2024-04-19T01:24:41.914 INFO:teuthology.orchestra.run.smithi163.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 01:24 /home/ubuntu/cephtest 2024-04-19T01:24:41.915 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-19T01:24:41.928 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-19T01:24:41.946 INFO:teuthology.nuke:Checking targets against current locks 2024-04-19T01:24:41.972 DEBUG:teuthology.nuke:shortname: smithi023 2024-04-19T01:24:41.972 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T01:24:42.000 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi023.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663280', '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 01:08:22.169434', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAl2ygH+DV0U2owBBAefTanpnEa4NBD0jOW961svzKsfB825RQg7w8Dn6xbT15/nYW0wKmD5LmABaXopwA4G0Fw='} 2024-04-19T01:24:42.001 DEBUG:teuthology.nuke:shortname: smithi138 2024-04-19T01:24:42.001 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T01:24:42.027 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663280', '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 01:08:22.168627', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC89RJRBMx3Xvc7wKQQkiN9YvNJh9OSe4MdCu34a8p7MIpOS2MDYbiWBDQ/nflMjNmhPbAQ0g6wPdKOrQbimpp4='} 2024-04-19T01:24:42.032 DEBUG:teuthology.nuke:shortname: smithi163 2024-04-19T01:24:42.032 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T01:24:42.061 INFO:teuthology.orchestra.console.smithi023:Power off 2024-04-19T01:24:42.062 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T01:24:42.073 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663280', '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 01:08:22.167585', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMsYpUzbCe5pbwhjBnf/EwzCL7ZYxaRyHye4FPM6XhuOWVN04aYP0IntbDTVz5Sv5ci5HKEdpT68qtYnmEpQwhA='} 2024-04-19T01:24:42.084 DEBUG:teuthology.orchestra.console.smithi023:power off output: Chassis Power Control: Down/Off 2024-04-19T01:24:42.084 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T01:24:42.106 INFO:teuthology.orchestra.console.smithi138:Power off 2024-04-19T01:24:42.106 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T01:24:42.118 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is on 2024-04-19T01:24:42.131 DEBUG:teuthology.orchestra.console.smithi138:power off output: Chassis Power Control: Down/Off 2024-04-19T01:24:42.131 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T01:24:42.145 INFO:teuthology.orchestra.console.smithi163:Power off 2024-04-19T01:24:42.145 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T01:24:42.153 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is on 2024-04-19T01:24:42.167 DEBUG:teuthology.orchestra.console.smithi163:power off output: Chassis Power Control: Down/Off 2024-04-19T01:24:42.167 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T01:24:42.188 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2024-04-19T01:24:46.120 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T01:24:46.154 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T01:24:46.190 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T01:24:46.231 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is on 2024-04-19T01:24:46.265 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is on 2024-04-19T01:24:46.300 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2024-04-19T01:24:50.234 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T01:24:50.266 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T01:24:50.301 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T01:24:50.345 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is off 2024-04-19T01:24:50.376 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is off 2024-04-19T01:24:50.410 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is off 2024-04-19T01:24:50.446 INFO:teuthology.orchestra.console.smithi023:Power off completed 2024-04-19T01:24:50.477 INFO:teuthology.orchestra.console.smithi138:Power off completed 2024-04-19T01:24:50.511 INFO:teuthology.orchestra.console.smithi163:Power off completed 2024-04-19T01:24:50.657 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_rgw_multisite} duration: 233.9741289615631 failure_reason: 'smithi163.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: []smithi138.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: []smithi023.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_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=7cdae91ce4a64d4b9fbdecb479918930 status: dead success: false 2024-04-19T01:24:50.657 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T01:24:50.758 INFO:teuthology.run:DEAD