2024-04-19T13:58:43.156 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-19T13:58:43.156 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_adking@teuthology --archive /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663530 --description orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} --name adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi -- /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663530/orig.config.yaml 2024-04-19T13:58:43.189 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T13:58:43.261 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663530 branch: wip-adk-testing-2024-04-17-1713 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: adking@redhat.com first_in_suite: false job_id: '7663530' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-04-17-1713 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: c53d131d890ca258dc8708b5590933577e6ceba0 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c53d131d890ca258dc8708b5590933577e6ceba0 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-04-17-1713 sha1: c53d131d890ca258dc8708b5590933577e6ceba0 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 7132 sha1: c53d131d890ca258dc8708b5590933577e6ceba0 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-17-1713 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_c53d131d890ca258dc8708b5590933577e6ceba0/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: c53d131d890ca258dc8708b5590933577e6ceba0 targets: smithi118.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD9ayPk/hcYueiDhKX/34wlwdaXEhbp2iv8+bEf27xMJ8LGFYd9GaPCPx4I45iyheSHeTuTa9lpty3mYRqomnwc= smithi159.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH2hFWWSuSrC7Zu1h297Hl8zxMSeJ+CbUHpdc9yqudOn3tyNNm++aOZmsZEUOiR7z5JtXMoIjKrMuw8STtnCJ2A= 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 - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. |\ \ awk '{print $1}'`; do\n ceph orch daemon stop $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep stopped; do sleep 1 ; done\n while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-19_13:19:23 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-19T13:58:43.262 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_c53d131d890ca258dc8708b5590933577e6ceba0/qa; will attempt to use it 2024-04-19T13:58:43.262 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_c53d131d890ca258dc8708b5590933577e6ceba0/qa/tasks 2024-04-19T13:58:43.262 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-19T13:58:43.264 INFO:teuthology.task.internal:Checking packages... 2024-04-19T13:58:43.284 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'c53d131d890ca258dc8708b5590933577e6ceba0' 2024-04-19T13:58:43.284 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-19T13:58:43.285 INFO:teuthology.packaging:ref: None 2024-04-19T13:58:43.285 INFO:teuthology.packaging:tag: None 2024-04-19T13:58:43.285 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-17-1713 2024-04-19T13:58:43.285 INFO:teuthology.packaging:sha1: c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T13:58:43.285 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk-testing-2024-04-17-1713 2024-04-19T13:58:43.425 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3175.gc53d131d 2024-04-19T13:58:43.426 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-19T13:58:43.433 INFO:teuthology.task.internal:no buildpackages task found 2024-04-19T13:58:43.433 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-19T13:58:43.445 INFO:teuthology.task.internal:Saving configuration 2024-04-19T13:58:43.457 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-19T13:58:43.463 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T13:58:43.486 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663530', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:52:22.304011', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD9ayPk/hcYueiDhKX/34wlwdaXEhbp2iv8+bEf27xMJ8LGFYd9GaPCPx4I45iyheSHeTuTa9lpty3mYRqomnwc='} 2024-04-19T13:58:43.507 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi159.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663530', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:52:22.302592', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH2hFWWSuSrC7Zu1h297Hl8zxMSeJ+CbUHpdc9yqudOn3tyNNm++aOZmsZEUOiR7z5JtXMoIjKrMuw8STtnCJ2A='} 2024-04-19T13:58:43.507 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-19T13:58:43.513 INFO:teuthology.task.internal:roles: ubuntu@smithi118.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-19T13:58:43.513 INFO:teuthology.task.internal:roles: ubuntu@smithi159.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-19T13:58:43.513 INFO:teuthology.run_tasks:Running task console_log... 2024-04-19T13:58:43.594 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2559286160>, signals=[15]) 2024-04-19T13:58:43.594 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-19T13:58:43.614 INFO:teuthology.task.internal:Opening connections... 2024-04-19T13:58:43.614 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi118.front.sepia.ceph.com 2024-04-19T13:58:43.616 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:58:43.707 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi159.front.sepia.ceph.com 2024-04-19T13:58:43.708 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:58:43.796 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-19T13:58:43.802 DEBUG:teuthology.orchestra.run.smithi118:> uname -m 2024-04-19T13:58:43.820 INFO:teuthology.orchestra.run.smithi118.stdout:x86_64 2024-04-19T13:58:43.820 DEBUG:teuthology.orchestra.run.smithi118:> cat /etc/os-release 2024-04-19T13:58:43.875 INFO:teuthology.orchestra.run.smithi118.stdout:NAME="CentOS Stream" 2024-04-19T13:58:43.875 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION="9" 2024-04-19T13:58:43.875 INFO:teuthology.orchestra.run.smithi118.stdout:ID="centos" 2024-04-19T13:58:43.875 INFO:teuthology.orchestra.run.smithi118.stdout:ID_LIKE="rhel fedora" 2024-04-19T13:58:43.875 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION_ID="9" 2024-04-19T13:58:43.875 INFO:teuthology.orchestra.run.smithi118.stdout:PLATFORM_ID="platform:el9" 2024-04-19T13:58:43.875 INFO:teuthology.orchestra.run.smithi118.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T13:58:43.876 INFO:teuthology.orchestra.run.smithi118.stdout:ANSI_COLOR="0;31" 2024-04-19T13:58:43.876 INFO:teuthology.orchestra.run.smithi118.stdout:LOGO="fedora-logo-icon" 2024-04-19T13:58:43.876 INFO:teuthology.orchestra.run.smithi118.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T13:58:43.876 INFO:teuthology.orchestra.run.smithi118.stdout:HOME_URL="https://centos.org/" 2024-04-19T13:58:43.876 INFO:teuthology.orchestra.run.smithi118.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T13:58:43.876 INFO:teuthology.orchestra.run.smithi118.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T13:58:43.876 INFO:teuthology.orchestra.run.smithi118.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T13:58:43.876 INFO:teuthology.lock.ops:Updating smithi118.front.sepia.ceph.com on lock server 2024-04-19T13:58:43.897 DEBUG:teuthology.orchestra.run.smithi159:> uname -m 2024-04-19T13:58:43.915 INFO:teuthology.orchestra.run.smithi159.stdout:x86_64 2024-04-19T13:58:43.915 DEBUG:teuthology.orchestra.run.smithi159:> cat /etc/os-release 2024-04-19T13:58:43.972 INFO:teuthology.orchestra.run.smithi159.stdout:NAME="CentOS Stream" 2024-04-19T13:58:43.972 INFO:teuthology.orchestra.run.smithi159.stdout:VERSION="9" 2024-04-19T13:58:43.972 INFO:teuthology.orchestra.run.smithi159.stdout:ID="centos" 2024-04-19T13:58:43.973 INFO:teuthology.orchestra.run.smithi159.stdout:ID_LIKE="rhel fedora" 2024-04-19T13:58:43.973 INFO:teuthology.orchestra.run.smithi159.stdout:VERSION_ID="9" 2024-04-19T13:58:43.973 INFO:teuthology.orchestra.run.smithi159.stdout:PLATFORM_ID="platform:el9" 2024-04-19T13:58:43.973 INFO:teuthology.orchestra.run.smithi159.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T13:58:43.973 INFO:teuthology.orchestra.run.smithi159.stdout:ANSI_COLOR="0;31" 2024-04-19T13:58:43.973 INFO:teuthology.orchestra.run.smithi159.stdout:LOGO="fedora-logo-icon" 2024-04-19T13:58:43.973 INFO:teuthology.orchestra.run.smithi159.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T13:58:43.973 INFO:teuthology.orchestra.run.smithi159.stdout:HOME_URL="https://centos.org/" 2024-04-19T13:58:43.973 INFO:teuthology.orchestra.run.smithi159.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T13:58:43.973 INFO:teuthology.orchestra.run.smithi159.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T13:58:43.973 INFO:teuthology.orchestra.run.smithi159.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T13:58:43.973 INFO:teuthology.lock.ops:Updating smithi159.front.sepia.ceph.com on lock server 2024-04-19T13:58:43.997 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-19T13:58:44.005 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-19T13:58:44.009 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-19T13:58:44.010 DEBUG:teuthology.orchestra.run.smithi118:> test '!' -e /home/ubuntu/cephtest 2024-04-19T13:58:44.012 DEBUG:teuthology.orchestra.run.smithi159:> test '!' -e /home/ubuntu/cephtest 2024-04-19T13:58:44.029 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-19T13:58:44.035 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-19T13:58:44.035 DEBUG:teuthology.orchestra.run.smithi118:> test -z $(ls -A /var/lib/ceph) 2024-04-19T13:58:44.065 DEBUG:teuthology.orchestra.run.smithi159:> test -z $(ls -A /var/lib/ceph) 2024-04-19T13:58:44.097 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-19T13:58:44.146 INFO:teuthology.run_tasks:Running task kernel... 2024-04-19T13:58:44.160 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-19T13:58:44.160 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-19T13:58:44.160 DEBUG:teuthology.orchestra.run.smithi118:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T13:58:44.161 DEBUG:teuthology.orchestra.run.smithi159:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T13:58:44.176 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:58:44.177 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2024-04-19T13:58:44.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:58:44.178 DEBUG:teuthology.orchestra.run.smithi159:> uname -r 2024-04-19T13:58:44.234 INFO:teuthology.orchestra.run.smithi118.stdout:5.14.0-361.el9.x86_64 2024-04-19T13:58:44.234 INFO:teuthology.task.kernel:Running kernel on smithi118: 5.14.0-361.el9.x86_64 2024-04-19T13:58:44.234 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum install -y kernel 2024-04-19T13:58:44.235 INFO:teuthology.orchestra.run.smithi159.stdout:5.14.0-361.el9.x86_64 2024-04-19T13:58:44.235 INFO:teuthology.task.kernel:Running kernel on smithi159: 5.14.0-361.el9.x86_64 2024-04-19T13:58:44.235 DEBUG:teuthology.orchestra.run.smithi159:> sudo yum install -y kernel 2024-04-19T13:58:46.667 INFO:teuthology.orchestra.run.smithi159.stdout:CentOS-9 - AppStream 8.6 MB/s | 6.4 MB 00:00 2024-04-19T13:58:47.381 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS-9 - AppStream 12 MB/s | 6.4 MB 00:00 2024-04-19T13:58:48.201 INFO:teuthology.orchestra.run.smithi159.stdout:CentOS-9 - BaseOS 4.4 MB/s | 2.0 MB 00:00 2024-04-19T13:58:49.073 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS-9 - BaseOS 3.4 MB/s | 2.0 MB 00:00 2024-04-19T13:58:49.856 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 9 - BaseOS 19 MB/s | 8.0 MB 00:00 2024-04-19T13:58:53.265 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 9 - AppStream 8.2 MB/s | 19 MB 00:02 2024-04-19T13:58:57.357 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.2 MB 00:00 2024-04-19T13:58:57.724 INFO:teuthology.orchestra.run.smithi159.stdout:CentOS Stream 9 - BaseOS 896 kB/s | 8.0 MB 00:09 2024-04-19T13:58:59.724 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 16 kB 00:01 2024-04-19T13:59:01.501 INFO:teuthology.orchestra.run.smithi118.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-19T13:59:01.599 INFO:teuthology.orchestra.run.smithi159.stdout:CentOS Stream 9 - AppStream 6.9 MB/s | 19 MB 00:02 2024-04-19T13:59:05.933 INFO:teuthology.orchestra.run.smithi159.stdout:CentOS Stream 9 - CRB 7.8 MB/s | 6.2 MB 00:00 2024-04-19T13:59:06.526 INFO:teuthology.orchestra.run.smithi118.stdout:lab-extras 25 kB/s | 1.7 kB 00:00 2024-04-19T13:59:07.542 INFO:teuthology.orchestra.run.smithi159.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 16 kB 00:00 2024-04-19T13:59:08.361 INFO:teuthology.orchestra.run.smithi159.stdout:Extra Packages for Enterprise Linux 31 MB/s | 21 MB 00:00 2024-04-19T13:59:08.990 INFO:teuthology.orchestra.run.smithi118.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T13:59:08.991 INFO:teuthology.orchestra.run.smithi118.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T13:59:09.096 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-04-19T13:59:09.107 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-04-19T13:59:09.107 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repository Size 2024-04-19T13:59:09.107 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-04-19T13:59:09.108 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-04-19T13:59:09.108 INFO:teuthology.orchestra.run.smithi118.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T13:59:09.108 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2024-04-19T13:59:09.108 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T13:59:09.108 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T13:59:09.108 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T13:59:09.108 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-04-19T13:59:09.108 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-04-19T13:59:09.108 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-04-19T13:59:09.108 INFO:teuthology.orchestra.run.smithi118.stdout:Install 4 Packages 2024-04-19T13:59:09.108 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-04-19T13:59:09.109 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 78 M 2024-04-19T13:59:09.109 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 125 M 2024-04-19T13:59:09.109 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-04-19T13:59:09.235 INFO:teuthology.orchestra.run.smithi118.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 227 kB/s | 29 kB 00:00 2024-04-19T13:59:10.168 INFO:teuthology.orchestra.run.smithi118.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 15 MB/s | 16 MB 00:01 2024-04-19T13:59:10.593 INFO:teuthology.orchestra.run.smithi118.stdout:(3/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 20 MB/s | 27 MB 00:01 2024-04-19T13:59:11.318 INFO:teuthology.orchestra.run.smithi118.stdout:(4/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 15 MB/s | 34 MB 00:02 2024-04-19T13:59:11.321 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-04-19T13:59:11.322 INFO:teuthology.orchestra.run.smithi118.stdout:Total 35 MB/s | 78 MB 00:02 2024-04-19T13:59:11.322 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-04-19T13:59:11.671 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-04-19T13:59:11.671 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-04-19T13:59:12.522 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-04-19T13:59:12.523 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-04-19T13:59:13.513 INFO:teuthology.orchestra.run.smithi159.stdout:lab-extras 17 kB/s | 1.7 kB 00:00 2024-04-19T13:59:14.701 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-04-19T13:59:15.406 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T13:59:15.509 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T13:59:15.951 INFO:teuthology.orchestra.run.smithi159.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T13:59:15.952 INFO:teuthology.orchestra.run.smithi159.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T13:59:16.049 INFO:teuthology.orchestra.run.smithi159.stdout:Dependencies resolved. 2024-04-19T13:59:16.054 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2024-04-19T13:59:16.054 INFO:teuthology.orchestra.run.smithi159.stdout: Package Arch Version Repository Size 2024-04-19T13:59:16.055 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2024-04-19T13:59:16.055 INFO:teuthology.orchestra.run.smithi159.stdout:Installing: 2024-04-19T13:59:16.055 INFO:teuthology.orchestra.run.smithi159.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T13:59:16.055 INFO:teuthology.orchestra.run.smithi159.stdout:Installing dependencies: 2024-04-19T13:59:16.055 INFO:teuthology.orchestra.run.smithi159.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T13:59:16.055 INFO:teuthology.orchestra.run.smithi159.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T13:59:16.055 INFO:teuthology.orchestra.run.smithi159.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T13:59:16.055 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-04-19T13:59:16.055 INFO:teuthology.orchestra.run.smithi159.stdout:Transaction Summary 2024-04-19T13:59:16.055 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2024-04-19T13:59:16.055 INFO:teuthology.orchestra.run.smithi159.stdout:Install 4 Packages 2024-04-19T13:59:16.055 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-04-19T13:59:16.056 INFO:teuthology.orchestra.run.smithi159.stdout:Total download size: 78 M 2024-04-19T13:59:16.056 INFO:teuthology.orchestra.run.smithi159.stdout:Installed size: 125 M 2024-04-19T13:59:16.056 INFO:teuthology.orchestra.run.smithi159.stdout:Downloading Packages: 2024-04-19T13:59:16.195 INFO:teuthology.orchestra.run.smithi159.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 206 kB/s | 29 kB 00:00 2024-04-19T13:59:16.720 INFO:teuthology.orchestra.run.smithi159.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 24 MB/s | 16 MB 00:00 2024-04-19T13:59:17.246 INFO:teuthology.orchestra.run.smithi159.stdout:(3/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 29 MB/s | 34 MB 00:01 2024-04-19T13:59:17.687 INFO:teuthology.orchestra.run.smithi159.stdout:(4/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 18 MB/s | 27 MB 00:01 2024-04-19T13:59:17.691 INFO:teuthology.orchestra.run.smithi159.stdout:-------------------------------------------------------------------------------- 2024-04-19T13:59:17.691 INFO:teuthology.orchestra.run.smithi159.stdout:Total 48 MB/s | 78 MB 00:01 2024-04-19T13:59:17.691 INFO:teuthology.orchestra.run.smithi159.stdout:Running transaction check 2024-04-19T13:59:17.812 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T13:59:17.951 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T13:59:18.063 INFO:teuthology.orchestra.run.smithi159.stdout:Transaction check succeeded. 2024-04-19T13:59:18.063 INFO:teuthology.orchestra.run.smithi159.stdout:Running transaction test 2024-04-19T13:59:18.893 INFO:teuthology.orchestra.run.smithi159.stdout:Transaction test succeeded. 2024-04-19T13:59:18.894 INFO:teuthology.orchestra.run.smithi159.stdout:Running transaction 2024-04-19T13:59:21.075 INFO:teuthology.orchestra.run.smithi159.stdout: Preparing : 1/1 2024-04-19T13:59:21.704 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T13:59:21.805 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T13:59:22.710 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T13:59:22.748 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:59:24.149 INFO:teuthology.orchestra.run.smithi159.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T13:59:24.294 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T13:59:27.514 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:59:29.075 INFO:teuthology.orchestra.run.smithi159.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T13:59:29.175 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:59:33.938 INFO:teuthology.orchestra.run.smithi159.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:59:58.501 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:59:58.502 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-04-19T13:59:58.502 INFO:teuthology.orchestra.run.smithi118.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-19T13:59:58.502 INFO:teuthology.orchestra.run.smithi118.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-19T13:59:58.502 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-04-19T13:59:58.543 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:59:58.900 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:59:58.900 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T13:59:58.900 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T13:59:58.901 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T13:59:59.319 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:59:59.320 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-04-19T13:59:59.320 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-04-19T13:59:59.320 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:59:59.320 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:59:59.320 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:59:59.320 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:59:59.320 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-04-19T13:59:59.320 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-04-19T13:59:59.682 DEBUG:teuthology.orchestra.run.smithi118:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T13:59:59.793 INFO:teuthology.orchestra.run.smithi118.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:59:59.793 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:59:59.793 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:59:59.793 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T13:59:59.793 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T13:59:59.793 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-19T13:59:59.793 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi118.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T13:59:59.794 DEBUG:teuthology.orchestra.run.smithi118:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T13:59:59.872 INFO:teuthology.orchestra.run.smithi118.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:59:59.872 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:59:59.872 DEBUG:teuthology.orchestra.run.smithi118:> sudo rpm -qi grub2-tools 2024-04-19T13:59:59.913 INFO:teuthology.orchestra.run.smithi118.stdout:Name : grub2-tools 2024-04-19T13:59:59.914 INFO:teuthology.orchestra.run.smithi118.stdout:Epoch : 1 2024-04-19T13:59:59.914 INFO:teuthology.orchestra.run.smithi118.stdout:Version : 2.06 2024-04-19T13:59:59.914 INFO:teuthology.orchestra.run.smithi118.stdout:Release : 68.el9 2024-04-19T13:59:59.914 INFO:teuthology.orchestra.run.smithi118.stdout:Architecture: x86_64 2024-04-19T13:59:59.914 INFO:teuthology.orchestra.run.smithi118.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-19T13:59:59.914 INFO:teuthology.orchestra.run.smithi118.stdout:Group : Unspecified 2024-04-19T13:59:59.914 INFO:teuthology.orchestra.run.smithi118.stdout:Size : 8264254 2024-04-19T13:59:59.914 INFO:teuthology.orchestra.run.smithi118.stdout:License : GPLv3+ 2024-04-19T13:59:59.914 INFO:teuthology.orchestra.run.smithi118.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-19T13:59:59.914 INFO:teuthology.orchestra.run.smithi118.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-19T13:59:59.914 INFO:teuthology.orchestra.run.smithi118.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-19T13:59:59.914 INFO:teuthology.orchestra.run.smithi118.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-19T13:59:59.914 INFO:teuthology.orchestra.run.smithi118.stdout:Packager : builder@centos.org 2024-04-19T13:59:59.915 INFO:teuthology.orchestra.run.smithi118.stdout:Vendor : CentOS 2024-04-19T13:59:59.915 INFO:teuthology.orchestra.run.smithi118.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-19T13:59:59.915 INFO:teuthology.orchestra.run.smithi118.stdout:Summary : Support tools for GRUB. 2024-04-19T13:59:59.915 INFO:teuthology.orchestra.run.smithi118.stdout:Description : 2024-04-19T13:59:59.915 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-04-19T13:59:59.915 INFO:teuthology.orchestra.run.smithi118.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-19T13:59:59.915 INFO:teuthology.orchestra.run.smithi118.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-19T13:59:59.915 INFO:teuthology.orchestra.run.smithi118.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-19T13:59:59.915 INFO:teuthology.orchestra.run.smithi118.stdout:hardware devices. 2024-04-19T13:59:59.915 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-04-19T13:59:59.915 INFO:teuthology.orchestra.run.smithi118.stdout:This subpackage provides tools for support of all platforms. 2024-04-19T13:59:59.916 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-19T13:59:59.916 INFO:teuthology.task.kernel:Updating grub on smithi118 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:59:59.916 DEBUG:teuthology.orchestra.run.smithi118:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-19T14:00:00.495 INFO:teuthology.orchestra.run.smithi118.stderr:Generating grub configuration file ... 2024-04-19T14:00:01.838 INFO:teuthology.orchestra.run.smithi118.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-19T14:00:01.879 INFO:teuthology.orchestra.run.smithi118.stderr:done 2024-04-19T14:00:01.882 DEBUG:teuthology.orchestra.run.smithi118:> mktemp 2024-04-19T14:00:01.897 INFO:teuthology.orchestra.run.smithi118.stdout:/tmp/tmp.NoWauzUJWk 2024-04-19T14:00:01.898 DEBUG:teuthology.orchestra.run.smithi118:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.NoWauzUJWk 2024-04-19T14:00:01.966 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 0666 /tmp/tmp.NoWauzUJWk 2024-04-19T14:00:02.111 DEBUG:teuthology.orchestra.remote:smithi118:/tmp/tmp.NoWauzUJWk is 6KB 2024-04-19T14:00:02.160 DEBUG:teuthology.orchestra.run.smithi118:> rm -fr /tmp/tmp.NoWauzUJWk 2024-04-19T14:00:02.174 DEBUG:teuthology.orchestra.run.smithi118:> sudo /bin/ls /boot/loader/entries || true 2024-04-19T14:00:02.245 INFO:teuthology.orchestra.run.smithi118.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-19T14:00:02.245 INFO:teuthology.orchestra.run.smithi118.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-19T14:00:02.245 INFO:teuthology.orchestra.run.smithi118.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-19T14:00:02.245 INFO:teuthology.orchestra.run.smithi118.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-19T14:00:02.247 DEBUG:teuthology.orchestra.run.smithi118:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:00:02.404 DEBUG:teuthology.orchestra.run.smithi118:> sudo shutdown -r now 2024-04-19T14:00:03.655 INFO:teuthology.orchestra.run.smithi159.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T14:00:03.655 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-04-19T14:00:03.655 INFO:teuthology.orchestra.run.smithi159.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-19T14:00:03.655 INFO:teuthology.orchestra.run.smithi159.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-19T14:00:03.655 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-04-19T14:00:03.697 INFO:teuthology.orchestra.run.smithi159.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T14:00:04.052 INFO:teuthology.orchestra.run.smithi159.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T14:00:04.052 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T14:00:04.052 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T14:00:04.052 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T14:00:04.483 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T14:00:04.484 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-04-19T14:00:04.484 INFO:teuthology.orchestra.run.smithi159.stdout:Installed: 2024-04-19T14:00:04.484 INFO:teuthology.orchestra.run.smithi159.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:00:04.484 INFO:teuthology.orchestra.run.smithi159.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:00:04.484 INFO:teuthology.orchestra.run.smithi159.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:00:04.484 INFO:teuthology.orchestra.run.smithi159.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:00:04.484 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-04-19T14:00:04.484 INFO:teuthology.orchestra.run.smithi159.stdout:Complete! 2024-04-19T14:00:04.822 DEBUG:teuthology.orchestra.run.smithi159:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T14:00:04.920 INFO:teuthology.orchestra.run.smithi159.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:00:04.920 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:00:04.920 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-19T14:00:04.920 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T14:00:04.920 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T14:00:04.920 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-19T14:00:04.920 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi159.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T14:00:04.920 DEBUG:teuthology.orchestra.run.smithi159:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T14:00:05.000 INFO:teuthology.orchestra.run.smithi159.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:00:05.000 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:00:05.000 DEBUG:teuthology.orchestra.run.smithi159:> sudo rpm -qi grub2-tools 2024-04-19T14:00:05.053 INFO:teuthology.orchestra.run.smithi159.stdout:Name : grub2-tools 2024-04-19T14:00:05.053 INFO:teuthology.orchestra.run.smithi159.stdout:Epoch : 1 2024-04-19T14:00:05.053 INFO:teuthology.orchestra.run.smithi159.stdout:Version : 2.06 2024-04-19T14:00:05.053 INFO:teuthology.orchestra.run.smithi159.stdout:Release : 68.el9 2024-04-19T14:00:05.053 INFO:teuthology.orchestra.run.smithi159.stdout:Architecture: x86_64 2024-04-19T14:00:05.054 INFO:teuthology.orchestra.run.smithi159.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-19T14:00:05.054 INFO:teuthology.orchestra.run.smithi159.stdout:Group : Unspecified 2024-04-19T14:00:05.054 INFO:teuthology.orchestra.run.smithi159.stdout:Size : 8264254 2024-04-19T14:00:05.054 INFO:teuthology.orchestra.run.smithi159.stdout:License : GPLv3+ 2024-04-19T14:00:05.054 INFO:teuthology.orchestra.run.smithi159.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-19T14:00:05.054 INFO:teuthology.orchestra.run.smithi159.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-19T14:00:05.054 INFO:teuthology.orchestra.run.smithi159.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-19T14:00:05.054 INFO:teuthology.orchestra.run.smithi159.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-19T14:00:05.054 INFO:teuthology.orchestra.run.smithi159.stdout:Packager : builder@centos.org 2024-04-19T14:00:05.054 INFO:teuthology.orchestra.run.smithi159.stdout:Vendor : CentOS 2024-04-19T14:00:05.055 INFO:teuthology.orchestra.run.smithi159.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-19T14:00:05.055 INFO:teuthology.orchestra.run.smithi159.stdout:Summary : Support tools for GRUB. 2024-04-19T14:00:05.055 INFO:teuthology.orchestra.run.smithi159.stdout:Description : 2024-04-19T14:00:05.055 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-04-19T14:00:05.055 INFO:teuthology.orchestra.run.smithi159.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-19T14:00:05.055 INFO:teuthology.orchestra.run.smithi159.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-19T14:00:05.055 INFO:teuthology.orchestra.run.smithi159.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-19T14:00:05.055 INFO:teuthology.orchestra.run.smithi159.stdout:hardware devices. 2024-04-19T14:00:05.055 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-04-19T14:00:05.056 INFO:teuthology.orchestra.run.smithi159.stdout:This subpackage provides tools for support of all platforms. 2024-04-19T14:00:05.057 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-19T14:00:05.057 INFO:teuthology.task.kernel:Updating grub on smithi159 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:00:05.057 DEBUG:teuthology.orchestra.run.smithi159:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-19T14:00:05.631 INFO:teuthology.orchestra.run.smithi159.stderr:Generating grub configuration file ... 2024-04-19T14:00:07.034 INFO:teuthology.orchestra.run.smithi159.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-19T14:00:07.055 INFO:teuthology.orchestra.run.smithi159.stderr:done 2024-04-19T14:00:07.057 DEBUG:teuthology.orchestra.run.smithi159:> mktemp 2024-04-19T14:00:07.072 INFO:teuthology.orchestra.run.smithi159.stdout:/tmp/tmp.jqg7hvV805 2024-04-19T14:00:07.072 DEBUG:teuthology.orchestra.run.smithi159:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.jqg7hvV805 2024-04-19T14:00:07.140 DEBUG:teuthology.orchestra.run.smithi159:> sudo chmod 0666 /tmp/tmp.jqg7hvV805 2024-04-19T14:00:07.275 DEBUG:teuthology.orchestra.remote:smithi159:/tmp/tmp.jqg7hvV805 is 6KB 2024-04-19T14:00:07.295 DEBUG:teuthology.orchestra.run.smithi159:> rm -fr /tmp/tmp.jqg7hvV805 2024-04-19T14:00:07.310 DEBUG:teuthology.orchestra.run.smithi159:> sudo /bin/ls /boot/loader/entries || true 2024-04-19T14:00:07.374 INFO:teuthology.orchestra.run.smithi159.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-19T14:00:07.374 INFO:teuthology.orchestra.run.smithi159.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-19T14:00:07.375 INFO:teuthology.orchestra.run.smithi159.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-19T14:00:07.375 INFO:teuthology.orchestra.run.smithi159.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-19T14:00:07.376 DEBUG:teuthology.orchestra.run.smithi159:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:00:07.535 DEBUG:teuthology.orchestra.run.smithi159:> sudo shutdown -r now 2024-04-19T14:00:32.430 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-19T14:00:32.431 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-04-19T14:00:32.432 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:00:37.543 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-19T14:00:37.543 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi159.front.sepia.ceph.com' 2024-04-19T14:00:37.544 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:00:50.979 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-04-19T14:00:56.098 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.159 2024-04-19T14:00:59.983 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-04-19T14:00:59.984 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:01:03.042 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-04-19T14:01:05.102 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi159.front.sepia.ceph.com' 2024-04-19T14:01:05.102 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:01:08.158 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.159 2024-04-19T14:01:15.046 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-04-19T14:01:15.047 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:01:18.110 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-04-19T14:01:20.162 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi159.front.sepia.ceph.com' 2024-04-19T14:01:20.162 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:01:33.124 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-04-19T14:01:33.125 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:01:51.647 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-04-19T14:02:09.662 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-04-19T14:02:09.664 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:02:09.947 DEBUG:teuthology.orchestra.run.smithi118:> true 2024-04-19T14:02:10.327 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-04-19T14:02:10.328 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-19T14:02:10.328 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2024-04-19T14:02:10.344 INFO:teuthology.orchestra.run.smithi118.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:02:10.344 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-19T14:02:10.344 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T14:02:10.345 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-19T14:02:11.345 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-19T14:02:11.345 DEBUG:teuthology.orchestra.run.smithi118:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T14:02:11.427 INFO:teuthology.orchestra.run.smithi118.stdout:ttyS1 2024-04-19T14:02:11.466 DEBUG:teuthology.parallel:result is None 2024-04-19T14:02:20.164 DEBUG:teuthology.orchestra.remote:timed out 2024-04-19T14:02:35.165 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi159.front.sepia.ceph.com' 2024-04-19T14:02:35.166 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:02:35.581 DEBUG:teuthology.orchestra.run.smithi159:> true 2024-04-19T14:02:35.981 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi159.front.sepia.ceph.com' 2024-04-19T14:02:35.991 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-19T14:02:35.991 DEBUG:teuthology.orchestra.run.smithi159:> uname -r 2024-04-19T14:02:36.008 INFO:teuthology.orchestra.run.smithi159.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:02:36.009 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-19T14:02:36.009 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T14:02:36.009 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-19T14:02:37.010 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-19T14:02:37.010 DEBUG:teuthology.orchestra.run.smithi159:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T14:02:37.105 INFO:teuthology.orchestra.run.smithi159.stdout:ttyS1 2024-04-19T14:02:37.145 DEBUG:teuthology.parallel:result is None 2024-04-19T14:02:37.145 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-19T14:02:37.157 INFO:teuthology.task.internal:Creating test directory... 2024-04-19T14:02:37.158 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T14:02:37.161 DEBUG:teuthology.orchestra.run.smithi159:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T14:02:37.180 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-19T14:02:37.187 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-19T14:02:37.193 INFO:teuthology.task.internal:Creating archive directory... 2024-04-19T14:02:37.193 DEBUG:teuthology.orchestra.run.smithi118:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T14:02:37.220 DEBUG:teuthology.orchestra.run.smithi159:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T14:02:37.255 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-19T14:02:37.262 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-19T14:02:37.262 DEBUG:teuthology.orchestra.run.smithi118:> 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-19T14:02:37.294 DEBUG:teuthology.orchestra.run.smithi159:> 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-19T14:02:37.332 INFO:teuthology.orchestra.run.smithi159.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:02:37.335 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:02:37.346 INFO:teuthology.orchestra.run.smithi159.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:02:37.350 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:02:37.352 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-19T14:02:37.360 INFO:teuthology.task.internal:Configuring sudo... 2024-04-19T14:02:37.360 DEBUG:teuthology.orchestra.run.smithi118:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T14:02:37.395 DEBUG:teuthology.orchestra.run.smithi159:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T14:02:37.427 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-19T14:02:37.436 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-19T14:02:37.437 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T14:02:37.466 DEBUG:teuthology.orchestra.run.smithi159:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T14:02:37.485 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T14:02:37.567 DEBUG:teuthology.orchestra.run.smithi118:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T14:02:37.684 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T14:02:37.727 DEBUG:teuthology.orchestra.run.smithi118:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T14:02:37.773 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-04-19T14:02:37.773 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T14:02:37.842 DEBUG:teuthology.orchestra.run.smithi159:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T14:02:37.887 DEBUG:teuthology.orchestra.run.smithi159:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T14:02:37.961 DEBUG:teuthology.orchestra.run.smithi159:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T14:02:38.008 DEBUG:teuthology.orchestra.run.smithi159:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T14:02:38.053 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-04-19T14:02:38.053 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T14:02:38.124 DEBUG:teuthology.orchestra.run.smithi118:> sudo service rsyslog restart 2024-04-19T14:02:38.127 DEBUG:teuthology.orchestra.run.smithi159:> sudo service rsyslog restart 2024-04-19T14:02:38.172 INFO:teuthology.orchestra.run.smithi118.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T14:02:38.215 INFO:teuthology.orchestra.run.smithi159.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T14:02:38.587 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-19T14:02:38.595 INFO:teuthology.task.internal:Starting timer... 2024-04-19T14:02:38.596 INFO:teuthology.run_tasks:Running task pcp... 2024-04-19T14:02:38.638 INFO:teuthology.run_tasks:Running task selinux... 2024-04-19T14:02:38.650 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-19T14:02:38.651 DEBUG:teuthology.orchestra.run.smithi118:> sudo service auditd rotate 2024-04-19T14:02:38.726 INFO:teuthology.orchestra.run.smithi118.stdout:Rotating logs: 2024-04-19T14:02:38.729 DEBUG:teuthology.orchestra.run.smithi159:> sudo service auditd rotate 2024-04-19T14:02:38.806 INFO:teuthology.orchestra.run.smithi159.stdout:Rotating logs: 2024-04-19T14:02:38.808 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-19T14:02:38.808 DEBUG:teuthology.orchestra.run.smithi118:> /usr/sbin/getenforce 2024-04-19T14:02:38.832 INFO:teuthology.orchestra.run.smithi118.stdout:Permissive 2024-04-19T14:02:38.832 DEBUG:teuthology.orchestra.run.smithi159:> /usr/sbin/getenforce 2024-04-19T14:02:38.852 INFO:teuthology.orchestra.run.smithi159.stdout:Permissive 2024-04-19T14:02:38.853 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi118.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi159.front.sepia.ceph.com': 'permissive'} 2024-04-19T14:02:38.853 DEBUG:teuthology.orchestra.run.smithi118:> 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-19T14:02:38.902 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:02:38.903 DEBUG:teuthology.orchestra.run.smithi159:> 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-19T14:02:38.934 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:02:38.935 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-19T14:02:38.935 DEBUG:teuthology.orchestra.run.smithi118:> sudo /usr/sbin/setenforce permissive 2024-04-19T14:02:38.976 DEBUG:teuthology.orchestra.run.smithi159:> sudo /usr/sbin/setenforce permissive 2024-04-19T14:02:39.013 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-19T14:02:39.023 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-19T14:02:39.041 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-19T14:02:39.043 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi118.front.sepia.ceph.com,smithi159.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-19T14:06:17.827 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663530/ansible_failures.yaml 2024-04-19T14:06:17.829 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: smithi159.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: []smithi118.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-19T14:06:18.042 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=eaf89584ac864060bbc5a73e297a4fc7 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: smithi159.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: []smithi118.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-19T14:06:18.044 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-19T14:06:18.056 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-19T14:06:18.056 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-19T14:06:18.063 DEBUG:teuthology.orchestra.run.smithi118:> 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-19T14:06:18.131 DEBUG:teuthology.orchestra.run.smithi159:> 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-19T14:06:18.198 DEBUG:teuthology.orchestra.run.smithi118:> 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-19T14:06:18.230 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:06:18.231 DEBUG:teuthology.orchestra.run.smithi159:> 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-19T14:06:18.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:06:18.264 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-19T14:06:18.272 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-19T14:06:18.279 INFO:teuthology.task.internal:Duration was 219.683153 seconds 2024-04-19T14:06:18.279 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-19T14:06:18.287 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-19T14:06:18.287 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T14:06:18.290 DEBUG:teuthology.orchestra.run.smithi159:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T14:06:18.335 INFO:teuthology.orchestra.run.smithi118.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T14:06:18.352 INFO:teuthology.orchestra.run.smithi159.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T14:06:18.586 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-19T14:06:18.587 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi118.front.sepia.ceph.com 2024-04-19T14:06:18.587 DEBUG:teuthology.orchestra.run.smithi118:> 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-19T14:06:18.617 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi159.front.sepia.ceph.com 2024-04-19T14:06:18.617 DEBUG:teuthology.orchestra.run.smithi159:> 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-19T14:06:18.639 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-19T14:06:18.639 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T14:06:18.660 DEBUG:teuthology.orchestra.run.smithi159:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T14:06:18.709 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-19T14:06:18.709 DEBUG:teuthology.orchestra.run.smithi118:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T14:06:18.730 DEBUG:teuthology.orchestra.run.smithi159:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T14:06:18.834 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-19T14:06:18.842 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-19T14:06:18.843 DEBUG:teuthology.orchestra.run.smithi118:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T14:06:18.872 DEBUG:teuthology.orchestra.run.smithi159:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T14:06:18.901 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-19T14:06:18.910 DEBUG:teuthology.orchestra.run.smithi118:> 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-19T14:06:18.914 DEBUG:teuthology.orchestra.run.smithi159:> 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-19T14:06:18.939 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = core 2024-04-19T14:06:18.969 INFO:teuthology.orchestra.run.smithi159.stdout:kernel.core_pattern = core 2024-04-19T14:06:18.999 DEBUG:teuthology.orchestra.run.smithi118:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T14:06:19.030 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:06:19.030 DEBUG:teuthology.orchestra.run.smithi159:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T14:06:19.054 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:06:19.054 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-19T14:06:19.062 INFO:teuthology.task.internal:Transferring archived files... 2024-04-19T14:06:19.064 DEBUG:teuthology.misc:Transferring archived files from smithi118:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663530/remote/smithi118 2024-04-19T14:06:19.065 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T14:06:19.117 DEBUG:teuthology.misc:Transferring archived files from smithi159:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663530/remote/smithi159 2024-04-19T14:06:19.118 DEBUG:teuthology.orchestra.run.smithi159:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T14:06:19.171 INFO:teuthology.task.internal:Removing archive directory... 2024-04-19T14:06:19.171 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T14:06:19.173 DEBUG:teuthology.orchestra.run.smithi159:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T14:06:19.221 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-19T14:06:19.232 INFO:teuthology.task.internal:Not uploading archives. 2024-04-19T14:06:19.232 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-19T14:06:19.240 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-19T14:06:19.240 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T14:06:19.242 DEBUG:teuthology.orchestra.run.smithi159:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T14:06:19.255 INFO:teuthology.orchestra.run.smithi118.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 14:06 /home/ubuntu/cephtest 2024-04-19T14:06:19.276 INFO:teuthology.orchestra.run.smithi159.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 14:06 /home/ubuntu/cephtest 2024-04-19T14:06:19.278 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-19T14:06:19.286 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-19T14:06:19.317 INFO:teuthology.nuke:Checking targets against current locks 2024-04-19T14:06:19.342 DEBUG:teuthology.nuke:shortname: smithi118 2024-04-19T14:06:19.343 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T14:06:19.365 DEBUG:teuthology.nuke:shortname: smithi159 2024-04-19T14:06:19.365 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T14:06:19.373 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663530', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:52:22.304011', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD9ayPk/hcYueiDhKX/34wlwdaXEhbp2iv8+bEf27xMJ8LGFYd9GaPCPx4I45iyheSHeTuTa9lpty3mYRqomnwc='} 2024-04-19T14:06:19.385 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi159.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663530', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:52:22.302592', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH2hFWWSuSrC7Zu1h297Hl8zxMSeJ+CbUHpdc9yqudOn3tyNNm++aOZmsZEUOiR7z5JtXMoIjKrMuw8STtnCJ2A='} 2024-04-19T14:06:19.413 INFO:teuthology.orchestra.console.smithi118:Power off 2024-04-19T14:06:19.414 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T14:06:19.437 DEBUG:teuthology.orchestra.console.smithi118:power off output: Chassis Power Control: Down/Off 2024-04-19T14:06:19.437 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:06:19.452 INFO:teuthology.orchestra.console.smithi159:Power off 2024-04-19T14:06:19.452 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T14:06:19.461 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2024-04-19T14:06:19.474 DEBUG:teuthology.orchestra.console.smithi159:power off output: Chassis Power Control: Down/Off 2024-04-19T14:06:19.474 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:06:19.499 DEBUG:teuthology.orchestra.console.smithi159:check power output: Chassis Power is on 2024-04-19T14:06:23.463 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:06:23.501 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:06:23.574 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2024-04-19T14:06:23.610 DEBUG:teuthology.orchestra.console.smithi159:check power output: Chassis Power is on 2024-04-19T14:06:27.578 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:06:27.611 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:06:27.688 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is off 2024-04-19T14:06:27.721 DEBUG:teuthology.orchestra.console.smithi159:check power output: Chassis Power is on 2024-04-19T14:06:27.789 INFO:teuthology.orchestra.console.smithi118:Power off completed 2024-04-19T14:06:31.726 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:06:31.836 DEBUG:teuthology.orchestra.console.smithi159:check power output: Chassis Power is off 2024-04-19T14:06:31.936 INFO:teuthology.orchestra.console.smithi159:Power off completed 2024-04-19T14:06:32.065 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 219.68315315246582 failure_reason: 'smithi159.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: []smithi118.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: []' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=eaf89584ac864060bbc5a73e297a4fc7 status: dead success: false 2024-04-19T14:06:32.066 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T14:06:32.146 INFO:teuthology.run:DEAD