2024-04-19T21:17:01.504 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-19T21:17:01.504 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_teuthology@teuthology --name teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi --archive /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663737 --description orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_monitoring_stack_basic} -- /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663737/orig.config.yaml 2024-04-19T21:17:01.532 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T21:17:01.617 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663737 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7663737' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN log-only-match: - CEPHADM_ sha1: d0bf63dd179c05751e4be49477389aa290c73089 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d0bf63dd179c05751e4be49477389aa290c73089 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: e02d68a84525e0fa855f080a47dd96b350c21c42 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 5868 sha1: d0bf63dd179c05751e4be49477389aa290c73089 sleep_before_teardown: 0 subset: 38/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_e02d68a84525e0fa855f080a47dd96b350c21c42/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: e02d68a84525e0fa855f080a47dd96b350c21c42 targets: smithi090.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI3RcPulvFq02Rq4qj5d/7VqfGOYG1zQcgXD572G91poSj8a28oyIo+X+9ztrHEjYTU00p4eaDr9FoLBmpacOg8= smithi105.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMb0fpv3QZxLtiEjVUXbQ/Zcq6MzBnt84O/DdmBEFWERM68PDVDzdPQhHYpeGz6DWI+Pvw7qlepHYcX+BfGQgBU= smithi119.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOcQ90d/adAk+cuYJnCL2Kf/vq/iGk9qiJr8zZxNXPERsLFwf2qUVVvmrQ1zqNid88WT3BTjliZQWtUGZTEwDLA= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-19_21:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-19T21:17:01.617 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_e02d68a84525e0fa855f080a47dd96b350c21c42/qa; will attempt to use it 2024-04-19T21:17:01.617 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_e02d68a84525e0fa855f080a47dd96b350c21c42/qa/tasks 2024-04-19T21:17:01.618 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-19T21:17:01.619 INFO:teuthology.task.internal:Checking packages... 2024-04-19T21:17:01.641 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'd0bf63dd179c05751e4be49477389aa290c73089' 2024-04-19T21:17:01.641 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-19T21:17:01.641 INFO:teuthology.packaging:ref: None 2024-04-19T21:17:01.641 INFO:teuthology.packaging:tag: None 2024-04-19T21:17:01.641 INFO:teuthology.packaging:branch: squid 2024-04-19T21:17:01.641 INFO:teuthology.packaging:sha1: d0bf63dd179c05751e4be49477389aa290c73089 2024-04-19T21:17:01.641 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-04-19T21:17:01.937 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2401.gd0bf63dd 2024-04-19T21:17:01.939 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-19T21:17:01.949 INFO:teuthology.task.internal:no buildpackages task found 2024-04-19T21:17:01.949 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-19T21:17:01.963 INFO:teuthology.task.internal:Saving configuration 2024-04-19T21:17:01.975 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-19T21:17:01.980 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T21:17:02.004 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi090.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663737', '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 21:11:32.732472', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI3RcPulvFq02Rq4qj5d/7VqfGOYG1zQcgXD572G91poSj8a28oyIo+X+9ztrHEjYTU00p4eaDr9FoLBmpacOg8='} 2024-04-19T21:17:02.026 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663737', '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 21:11:32.733755', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMb0fpv3QZxLtiEjVUXbQ/Zcq6MzBnt84O/DdmBEFWERM68PDVDzdPQhHYpeGz6DWI+Pvw7qlepHYcX+BfGQgBU='} 2024-04-19T21:17:02.048 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi119.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663737', '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 21:11:32.731047', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOcQ90d/adAk+cuYJnCL2Kf/vq/iGk9qiJr8zZxNXPERsLFwf2qUVVvmrQ1zqNid88WT3BTjliZQWtUGZTEwDLA='} 2024-04-19T21:17:02.049 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-19T21:17:02.054 INFO:teuthology.task.internal:roles: ubuntu@smithi090.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-19T21:17:02.055 INFO:teuthology.task.internal:roles: ubuntu@smithi105.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-19T21:17:02.055 INFO:teuthology.task.internal:roles: ubuntu@smithi119.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-19T21:17:02.055 INFO:teuthology.run_tasks:Running task console_log... 2024-04-19T21:17:02.151 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fdf43d12e50>, signals=[15]) 2024-04-19T21:17:02.151 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-19T21:17:02.157 INFO:teuthology.task.internal:Opening connections... 2024-04-19T21:17:02.157 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi090.front.sepia.ceph.com 2024-04-19T21:17:02.159 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:17:02.249 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi105.front.sepia.ceph.com 2024-04-19T21:17:02.250 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:17:02.334 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi119.front.sepia.ceph.com 2024-04-19T21:17:02.335 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:17:02.421 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-19T21:17:02.428 DEBUG:teuthology.orchestra.run.smithi090:> uname -m 2024-04-19T21:17:02.446 INFO:teuthology.orchestra.run.smithi090.stdout:x86_64 2024-04-19T21:17:02.446 DEBUG:teuthology.orchestra.run.smithi090:> cat /etc/os-release 2024-04-19T21:17:02.503 INFO:teuthology.orchestra.run.smithi090.stdout:NAME="CentOS Stream" 2024-04-19T21:17:02.503 INFO:teuthology.orchestra.run.smithi090.stdout:VERSION="9" 2024-04-19T21:17:02.503 INFO:teuthology.orchestra.run.smithi090.stdout:ID="centos" 2024-04-19T21:17:02.503 INFO:teuthology.orchestra.run.smithi090.stdout:ID_LIKE="rhel fedora" 2024-04-19T21:17:02.503 INFO:teuthology.orchestra.run.smithi090.stdout:VERSION_ID="9" 2024-04-19T21:17:02.503 INFO:teuthology.orchestra.run.smithi090.stdout:PLATFORM_ID="platform:el9" 2024-04-19T21:17:02.503 INFO:teuthology.orchestra.run.smithi090.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T21:17:02.503 INFO:teuthology.orchestra.run.smithi090.stdout:ANSI_COLOR="0;31" 2024-04-19T21:17:02.503 INFO:teuthology.orchestra.run.smithi090.stdout:LOGO="fedora-logo-icon" 2024-04-19T21:17:02.503 INFO:teuthology.orchestra.run.smithi090.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T21:17:02.503 INFO:teuthology.orchestra.run.smithi090.stdout:HOME_URL="https://centos.org/" 2024-04-19T21:17:02.503 INFO:teuthology.orchestra.run.smithi090.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T21:17:02.504 INFO:teuthology.orchestra.run.smithi090.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T21:17:02.504 INFO:teuthology.orchestra.run.smithi090.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T21:17:02.504 INFO:teuthology.lock.ops:Updating smithi090.front.sepia.ceph.com on lock server 2024-04-19T21:17:02.518 DEBUG:teuthology.orchestra.run.smithi105:> uname -m 2024-04-19T21:17:02.535 INFO:teuthology.orchestra.run.smithi105.stdout:x86_64 2024-04-19T21:17:02.536 DEBUG:teuthology.orchestra.run.smithi105:> cat /etc/os-release 2024-04-19T21:17:02.592 INFO:teuthology.orchestra.run.smithi105.stdout:NAME="CentOS Stream" 2024-04-19T21:17:02.592 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION="9" 2024-04-19T21:17:02.593 INFO:teuthology.orchestra.run.smithi105.stdout:ID="centos" 2024-04-19T21:17:02.593 INFO:teuthology.orchestra.run.smithi105.stdout:ID_LIKE="rhel fedora" 2024-04-19T21:17:02.593 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_ID="9" 2024-04-19T21:17:02.593 INFO:teuthology.orchestra.run.smithi105.stdout:PLATFORM_ID="platform:el9" 2024-04-19T21:17:02.593 INFO:teuthology.orchestra.run.smithi105.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T21:17:02.593 INFO:teuthology.orchestra.run.smithi105.stdout:ANSI_COLOR="0;31" 2024-04-19T21:17:02.593 INFO:teuthology.orchestra.run.smithi105.stdout:LOGO="fedora-logo-icon" 2024-04-19T21:17:02.593 INFO:teuthology.orchestra.run.smithi105.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T21:17:02.593 INFO:teuthology.orchestra.run.smithi105.stdout:HOME_URL="https://centos.org/" 2024-04-19T21:17:02.593 INFO:teuthology.orchestra.run.smithi105.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T21:17:02.593 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T21:17:02.593 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T21:17:02.593 INFO:teuthology.lock.ops:Updating smithi105.front.sepia.ceph.com on lock server 2024-04-19T21:17:02.626 DEBUG:teuthology.orchestra.run.smithi119:> uname -m 2024-04-19T21:17:02.644 INFO:teuthology.orchestra.run.smithi119.stdout:x86_64 2024-04-19T21:17:02.644 DEBUG:teuthology.orchestra.run.smithi119:> cat /etc/os-release 2024-04-19T21:17:02.700 INFO:teuthology.orchestra.run.smithi119.stdout:NAME="CentOS Stream" 2024-04-19T21:17:02.700 INFO:teuthology.orchestra.run.smithi119.stdout:VERSION="9" 2024-04-19T21:17:02.700 INFO:teuthology.orchestra.run.smithi119.stdout:ID="centos" 2024-04-19T21:17:02.701 INFO:teuthology.orchestra.run.smithi119.stdout:ID_LIKE="rhel fedora" 2024-04-19T21:17:02.701 INFO:teuthology.orchestra.run.smithi119.stdout:VERSION_ID="9" 2024-04-19T21:17:02.701 INFO:teuthology.orchestra.run.smithi119.stdout:PLATFORM_ID="platform:el9" 2024-04-19T21:17:02.701 INFO:teuthology.orchestra.run.smithi119.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T21:17:02.701 INFO:teuthology.orchestra.run.smithi119.stdout:ANSI_COLOR="0;31" 2024-04-19T21:17:02.701 INFO:teuthology.orchestra.run.smithi119.stdout:LOGO="fedora-logo-icon" 2024-04-19T21:17:02.701 INFO:teuthology.orchestra.run.smithi119.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T21:17:02.701 INFO:teuthology.orchestra.run.smithi119.stdout:HOME_URL="https://centos.org/" 2024-04-19T21:17:02.701 INFO:teuthology.orchestra.run.smithi119.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T21:17:02.701 INFO:teuthology.orchestra.run.smithi119.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T21:17:02.701 INFO:teuthology.orchestra.run.smithi119.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T21:17:02.701 INFO:teuthology.lock.ops:Updating smithi119.front.sepia.ceph.com on lock server 2024-04-19T21:17:02.726 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-19T21:17:02.736 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-19T21:17:02.741 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-19T21:17:02.741 DEBUG:teuthology.orchestra.run.smithi090:> test '!' -e /home/ubuntu/cephtest 2024-04-19T21:17:02.744 DEBUG:teuthology.orchestra.run.smithi105:> test '!' -e /home/ubuntu/cephtest 2024-04-19T21:17:02.746 DEBUG:teuthology.orchestra.run.smithi119:> test '!' -e /home/ubuntu/cephtest 2024-04-19T21:17:02.762 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-19T21:17:02.767 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-19T21:17:02.767 DEBUG:teuthology.orchestra.run.smithi090:> test -z $(ls -A /var/lib/ceph) 2024-04-19T21:17:02.800 DEBUG:teuthology.orchestra.run.smithi105:> test -z $(ls -A /var/lib/ceph) 2024-04-19T21:17:02.803 DEBUG:teuthology.orchestra.run.smithi119:> test -z $(ls -A /var/lib/ceph) 2024-04-19T21:17:02.895 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-19T21:17:02.972 INFO:teuthology.run_tasks:Running task kernel... 2024-04-19T21:17:02.985 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-19T21:17:02.986 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-19T21:17:02.986 DEBUG:teuthology.orchestra.run.smithi090:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T21:17:02.986 DEBUG:teuthology.orchestra.run.smithi105:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T21:17:02.987 DEBUG:teuthology.orchestra.run.smithi119:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T21:17:03.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T21:17:03.003 DEBUG:teuthology.orchestra.run.smithi090:> uname -r 2024-04-19T21:17:03.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T21:17:03.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T21:17:03.005 DEBUG:teuthology.orchestra.run.smithi119:> uname -r 2024-04-19T21:17:03.005 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-04-19T21:17:03.059 INFO:teuthology.orchestra.run.smithi090.stdout:5.14.0-361.el9.x86_64 2024-04-19T21:17:03.059 INFO:teuthology.task.kernel:Running kernel on smithi090: 5.14.0-361.el9.x86_64 2024-04-19T21:17:03.059 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum install -y kernel 2024-04-19T21:17:03.061 INFO:teuthology.orchestra.run.smithi119.stdout:5.14.0-361.el9.x86_64 2024-04-19T21:17:03.062 INFO:teuthology.task.kernel:Running kernel on smithi119: 5.14.0-361.el9.x86_64 2024-04-19T21:17:03.062 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum install -y kernel 2024-04-19T21:17:03.063 INFO:teuthology.orchestra.run.smithi105.stdout:5.14.0-361.el9.x86_64 2024-04-19T21:17:03.063 INFO:teuthology.task.kernel:Running kernel on smithi105: 5.14.0-361.el9.x86_64 2024-04-19T21:17:03.063 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum install -y kernel 2024-04-19T21:17:05.156 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS-9 - AppStream 15 MB/s | 6.4 MB 00:00 2024-04-19T21:17:05.195 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS-9 - AppStream 14 MB/s | 6.4 MB 00:00 2024-04-19T21:17:05.510 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS-9 - AppStream 16 MB/s | 6.4 MB 00:00 2024-04-19T21:17:06.490 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS-9 - BaseOS 8.0 MB/s | 2.0 MB 00:00 2024-04-19T21:17:06.787 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS-9 - BaseOS 4.1 MB/s | 2.0 MB 00:00 2024-04-19T21:17:06.869 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS-9 - BaseOS 7.5 MB/s | 2.0 MB 00:00 2024-04-19T21:17:07.669 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-04-19T21:17:08.239 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS Stream 9 - BaseOS 5.7 MB/s | 8.0 MB 00:01 2024-04-19T21:17:08.285 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 9 - BaseOS 7.4 MB/s | 8.0 MB 00:01 2024-04-19T21:17:13.603 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 9 - AppStream 4.8 MB/s | 19 MB 00:03 2024-04-19T21:17:17.239 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS Stream 9 - AppStream 2.4 MB/s | 19 MB 00:07 2024-04-19T21:17:18.622 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 9 - CRB 4.4 MB/s | 6.2 MB 00:01 2024-04-19T21:17:20.073 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 9 - Extras packages 64 kB/s | 16 kB 00:00 2024-04-19T21:17:21.206 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS Stream 9 - CRB 16 MB/s | 6.2 MB 00:00 2024-04-19T21:17:21.284 INFO:teuthology.orchestra.run.smithi090.stdout:Extra Packages for Enterprise Linux 20 MB/s | 21 MB 00:01 2024-04-19T21:17:22.974 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS Stream 9 - Extras packages 27 kB/s | 16 kB 00:00 2024-04-19T21:17:24.402 INFO:teuthology.orchestra.run.smithi119.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-19T21:17:24.936 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - AppStream 1.2 MB/s | 19 MB 00:16 2024-04-19T21:17:26.384 INFO:teuthology.orchestra.run.smithi090.stdout:lab-extras 39 kB/s | 1.7 kB 00:00 2024-04-19T21:17:28.826 INFO:teuthology.orchestra.run.smithi090.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T21:17:28.826 INFO:teuthology.orchestra.run.smithi090.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T21:17:28.946 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-19T21:17:28.952 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-19T21:17:28.952 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-04-19T21:17:28.952 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-19T21:17:28.952 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-04-19T21:17:28.952 INFO:teuthology.orchestra.run.smithi090.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T21:17:28.952 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-04-19T21:17:28.952 INFO:teuthology.orchestra.run.smithi090.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T21:17:28.952 INFO:teuthology.orchestra.run.smithi090.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T21:17:28.952 INFO:teuthology.orchestra.run.smithi090.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T21:17:28.952 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-19T21:17:28.952 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-04-19T21:17:28.952 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-19T21:17:28.953 INFO:teuthology.orchestra.run.smithi090.stdout:Install 4 Packages 2024-04-19T21:17:28.953 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-19T21:17:28.953 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 78 M 2024-04-19T21:17:28.953 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 125 M 2024-04-19T21:17:28.953 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-04-19T21:17:29.153 INFO:teuthology.orchestra.run.smithi090.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 144 kB/s | 29 kB 00:00 2024-04-19T21:17:29.566 INFO:teuthology.orchestra.run.smithi119.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-19T21:17:30.120 INFO:teuthology.orchestra.run.smithi090.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 14 MB/s | 16 MB 00:01 2024-04-19T21:17:30.587 INFO:teuthology.orchestra.run.smithi090.stdout:(3/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 21 MB/s | 34 MB 00:01 2024-04-19T21:17:31.037 INFO:teuthology.orchestra.run.smithi090.stdout:(4/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 15 MB/s | 27 MB 00:01 2024-04-19T21:17:31.040 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-04-19T21:17:31.040 INFO:teuthology.orchestra.run.smithi090.stdout:Total 37 MB/s | 78 MB 00:02 2024-04-19T21:17:31.040 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-04-19T21:17:31.418 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-04-19T21:17:31.418 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-04-19T21:17:32.024 INFO:teuthology.orchestra.run.smithi119.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T21:17:32.024 INFO:teuthology.orchestra.run.smithi119.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T21:17:32.107 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-04-19T21:17:32.117 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-04-19T21:17:32.117 INFO:teuthology.orchestra.run.smithi119.stdout: Package Arch Version Repository Size 2024-04-19T21:17:32.117 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-04-19T21:17:32.117 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-04-19T21:17:32.117 INFO:teuthology.orchestra.run.smithi119.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T21:17:32.118 INFO:teuthology.orchestra.run.smithi119.stdout:Installing dependencies: 2024-04-19T21:17:32.118 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T21:17:32.118 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T21:17:32.118 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T21:17:32.118 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-19T21:17:32.118 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-04-19T21:17:32.118 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-04-19T21:17:32.118 INFO:teuthology.orchestra.run.smithi119.stdout:Install 4 Packages 2024-04-19T21:17:32.118 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-19T21:17:32.119 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 78 M 2024-04-19T21:17:32.119 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 125 M 2024-04-19T21:17:32.119 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-04-19T21:17:32.215 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-04-19T21:17:32.215 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-04-19T21:17:32.251 INFO:teuthology.orchestra.run.smithi119.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 216 kB/s | 29 kB 00:00 2024-04-19T21:17:33.185 INFO:teuthology.orchestra.run.smithi119.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 15 MB/s | 16 MB 00:01 2024-04-19T21:17:34.210 INFO:teuthology.orchestra.run.smithi119.stdout:(3/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 16 MB/s | 34 MB 00:02 2024-04-19T21:17:34.466 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-04-19T21:17:34.794 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - CRB 1.0 MB/s | 6.2 MB 00:06 2024-04-19T21:17:35.141 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T21:17:35.210 INFO:teuthology.orchestra.run.smithi119.stdout:(4/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 9.2 MB/s | 27 MB 00:02 2024-04-19T21:17:35.213 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-04-19T21:17:35.213 INFO:teuthology.orchestra.run.smithi119.stdout:Total 25 MB/s | 78 MB 00:03 2024-04-19T21:17:35.213 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-04-19T21:17:35.227 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T21:17:35.581 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-04-19T21:17:35.581 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-04-19T21:17:36.370 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 9 - Extras packages 40 kB/s | 16 kB 00:00 2024-04-19T21:17:36.400 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-04-19T21:17:36.400 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-04-19T21:17:37.555 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T21:17:37.691 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T21:17:37.732 INFO:teuthology.orchestra.run.smithi105.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-04-19T21:17:38.580 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-04-19T21:17:39.394 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T21:17:39.479 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T21:17:41.764 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T21:17:41.894 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T21:17:42.493 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T21:17:42.531 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:17:42.904 INFO:teuthology.orchestra.run.smithi105.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-19T21:17:45.445 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T21:17:45.445 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T21:17:45.541 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-04-19T21:17:45.552 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-19T21:17:45.552 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-04-19T21:17:45.552 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-19T21:17:45.552 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-04-19T21:17:45.553 INFO:teuthology.orchestra.run.smithi105.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T21:17:45.553 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-04-19T21:17:45.553 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T21:17:45.553 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T21:17:45.553 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T21:17:45.553 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-19T21:17:45.553 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-04-19T21:17:45.553 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-04-19T21:17:45.553 INFO:teuthology.orchestra.run.smithi105.stdout:Install 4 Packages 2024-04-19T21:17:45.553 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-19T21:17:45.553 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 78 M 2024-04-19T21:17:45.553 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 125 M 2024-04-19T21:17:45.553 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-04-19T21:17:45.672 INFO:teuthology.orchestra.run.smithi105.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 240 kB/s | 29 kB 00:00 2024-04-19T21:17:46.523 INFO:teuthology.orchestra.run.smithi105.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 17 MB/s | 16 MB 00:00 2024-04-19T21:17:46.720 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T21:17:46.825 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:17:47.173 INFO:teuthology.orchestra.run.smithi105.stdout:(3/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 18 MB/s | 27 MB 00:01 2024-04-19T21:17:47.333 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:17:47.706 INFO:teuthology.orchestra.run.smithi105.stdout:(4/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 16 MB/s | 34 MB 00:02 2024-04-19T21:17:47.709 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-04-19T21:17:47.710 INFO:teuthology.orchestra.run.smithi105.stdout:Total 36 MB/s | 78 MB 00:02 2024-04-19T21:17:47.710 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-04-19T21:17:48.074 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-04-19T21:17:48.074 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-04-19T21:17:48.917 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-04-19T21:17:48.918 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-04-19T21:17:51.127 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-04-19T21:17:51.650 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:17:51.835 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T21:17:51.931 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T21:17:54.317 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T21:17:54.473 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T21:17:59.231 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T21:17:59.261 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:18:04.085 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:18:18.075 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:18:18.075 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-19T21:18:18.075 INFO:teuthology.orchestra.run.smithi090.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-19T21:18:18.075 INFO:teuthology.orchestra.run.smithi090.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-19T21:18:18.075 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-19T21:18:18.117 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:18:18.531 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:18:18.532 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T21:18:18.532 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T21:18:18.532 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T21:18:19.017 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:18:19.017 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-19T21:18:19.017 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-04-19T21:18:19.017 INFO:teuthology.orchestra.run.smithi090.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:19.017 INFO:teuthology.orchestra.run.smithi090.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:19.017 INFO:teuthology.orchestra.run.smithi090.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:19.017 INFO:teuthology.orchestra.run.smithi090.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:19.017 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-19T21:18:19.017 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-19T21:18:19.389 DEBUG:teuthology.orchestra.run.smithi090:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T21:18:19.532 INFO:teuthology.orchestra.run.smithi090.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:19.533 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:19.533 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-19T21:18:19.533 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T21:18:19.533 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T21:18:19.533 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-19T21:18:19.533 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi090.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T21:18:19.533 DEBUG:teuthology.orchestra.run.smithi090:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T21:18:19.611 INFO:teuthology.orchestra.run.smithi090.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:19.611 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:19.612 DEBUG:teuthology.orchestra.run.smithi090:> sudo rpm -qi grub2-tools 2024-04-19T21:18:19.645 INFO:teuthology.orchestra.run.smithi090.stdout:Name : grub2-tools 2024-04-19T21:18:19.645 INFO:teuthology.orchestra.run.smithi090.stdout:Epoch : 1 2024-04-19T21:18:19.645 INFO:teuthology.orchestra.run.smithi090.stdout:Version : 2.06 2024-04-19T21:18:19.645 INFO:teuthology.orchestra.run.smithi090.stdout:Release : 68.el9 2024-04-19T21:18:19.645 INFO:teuthology.orchestra.run.smithi090.stdout:Architecture: x86_64 2024-04-19T21:18:19.646 INFO:teuthology.orchestra.run.smithi090.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-19T21:18:19.646 INFO:teuthology.orchestra.run.smithi090.stdout:Group : Unspecified 2024-04-19T21:18:19.646 INFO:teuthology.orchestra.run.smithi090.stdout:Size : 8264254 2024-04-19T21:18:19.646 INFO:teuthology.orchestra.run.smithi090.stdout:License : GPLv3+ 2024-04-19T21:18:19.646 INFO:teuthology.orchestra.run.smithi090.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-19T21:18:19.646 INFO:teuthology.orchestra.run.smithi090.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-19T21:18:19.646 INFO:teuthology.orchestra.run.smithi090.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-19T21:18:19.646 INFO:teuthology.orchestra.run.smithi090.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-19T21:18:19.646 INFO:teuthology.orchestra.run.smithi090.stdout:Packager : builder@centos.org 2024-04-19T21:18:19.646 INFO:teuthology.orchestra.run.smithi090.stdout:Vendor : CentOS 2024-04-19T21:18:19.646 INFO:teuthology.orchestra.run.smithi090.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-19T21:18:19.647 INFO:teuthology.orchestra.run.smithi090.stdout:Summary : Support tools for GRUB. 2024-04-19T21:18:19.647 INFO:teuthology.orchestra.run.smithi090.stdout:Description : 2024-04-19T21:18:19.647 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-19T21:18:19.647 INFO:teuthology.orchestra.run.smithi090.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-19T21:18:19.647 INFO:teuthology.orchestra.run.smithi090.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-19T21:18:19.647 INFO:teuthology.orchestra.run.smithi090.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-19T21:18:19.647 INFO:teuthology.orchestra.run.smithi090.stdout:hardware devices. 2024-04-19T21:18:19.647 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-19T21:18:19.647 INFO:teuthology.orchestra.run.smithi090.stdout:This subpackage provides tools for support of all platforms. 2024-04-19T21:18:19.648 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-19T21:18:19.648 INFO:teuthology.task.kernel:Updating grub on smithi090 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:19.648 DEBUG:teuthology.orchestra.run.smithi090:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-19T21:18:20.276 INFO:teuthology.orchestra.run.smithi090.stderr:Generating grub configuration file ... 2024-04-19T21:18:21.275 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:18:21.275 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-19T21:18:21.275 INFO:teuthology.orchestra.run.smithi119.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-19T21:18:21.275 INFO:teuthology.orchestra.run.smithi119.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-19T21:18:21.275 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-19T21:18:21.317 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:18:21.742 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:18:21.742 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T21:18:21.742 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T21:18:21.742 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T21:18:22.117 INFO:teuthology.orchestra.run.smithi090.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-19T21:18:22.138 INFO:teuthology.orchestra.run.smithi090.stderr:done 2024-04-19T21:18:22.140 DEBUG:teuthology.orchestra.run.smithi090:> mktemp 2024-04-19T21:18:22.148 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:18:22.149 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-19T21:18:22.149 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-04-19T21:18:22.149 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:22.149 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:22.149 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:22.149 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:22.149 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-19T21:18:22.149 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-04-19T21:18:22.171 INFO:teuthology.orchestra.run.smithi090.stdout:/tmp/tmp.CAOTlHSjeD 2024-04-19T21:18:22.172 DEBUG:teuthology.orchestra.run.smithi090:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.CAOTlHSjeD 2024-04-19T21:18:22.239 DEBUG:teuthology.orchestra.run.smithi090:> sudo chmod 0666 /tmp/tmp.CAOTlHSjeD 2024-04-19T21:18:22.395 DEBUG:teuthology.orchestra.remote:smithi090:/tmp/tmp.CAOTlHSjeD is 6KB 2024-04-19T21:18:22.445 DEBUG:teuthology.orchestra.run.smithi090:> rm -fr /tmp/tmp.CAOTlHSjeD 2024-04-19T21:18:22.459 DEBUG:teuthology.orchestra.run.smithi090:> sudo /bin/ls /boot/loader/entries || true 2024-04-19T21:18:22.466 DEBUG:teuthology.orchestra.run.smithi119:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T21:18:22.526 INFO:teuthology.orchestra.run.smithi090.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-19T21:18:22.526 INFO:teuthology.orchestra.run.smithi090.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-19T21:18:22.526 INFO:teuthology.orchestra.run.smithi090.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-19T21:18:22.527 INFO:teuthology.orchestra.run.smithi090.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-19T21:18:22.528 DEBUG:teuthology.orchestra.run.smithi090:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:22.622 INFO:teuthology.orchestra.run.smithi119.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:22.623 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:22.623 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-19T21:18:22.623 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T21:18:22.623 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T21:18:22.623 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-19T21:18:22.623 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi119.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T21:18:22.623 DEBUG:teuthology.orchestra.run.smithi119:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T21:18:22.679 DEBUG:teuthology.orchestra.run.smithi090:> sudo shutdown -r now 2024-04-19T21:18:22.702 INFO:teuthology.orchestra.run.smithi119.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:22.703 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:22.703 DEBUG:teuthology.orchestra.run.smithi119:> sudo rpm -qi grub2-tools 2024-04-19T21:18:22.739 INFO:teuthology.orchestra.run.smithi119.stdout:Name : grub2-tools 2024-04-19T21:18:22.739 INFO:teuthology.orchestra.run.smithi119.stdout:Epoch : 1 2024-04-19T21:18:22.739 INFO:teuthology.orchestra.run.smithi119.stdout:Version : 2.06 2024-04-19T21:18:22.739 INFO:teuthology.orchestra.run.smithi119.stdout:Release : 68.el9 2024-04-19T21:18:22.739 INFO:teuthology.orchestra.run.smithi119.stdout:Architecture: x86_64 2024-04-19T21:18:22.739 INFO:teuthology.orchestra.run.smithi119.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-19T21:18:22.739 INFO:teuthology.orchestra.run.smithi119.stdout:Group : Unspecified 2024-04-19T21:18:22.739 INFO:teuthology.orchestra.run.smithi119.stdout:Size : 8264254 2024-04-19T21:18:22.739 INFO:teuthology.orchestra.run.smithi119.stdout:License : GPLv3+ 2024-04-19T21:18:22.739 INFO:teuthology.orchestra.run.smithi119.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-19T21:18:22.739 INFO:teuthology.orchestra.run.smithi119.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-19T21:18:22.739 INFO:teuthology.orchestra.run.smithi119.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-19T21:18:22.740 INFO:teuthology.orchestra.run.smithi119.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-19T21:18:22.740 INFO:teuthology.orchestra.run.smithi119.stdout:Packager : builder@centos.org 2024-04-19T21:18:22.740 INFO:teuthology.orchestra.run.smithi119.stdout:Vendor : CentOS 2024-04-19T21:18:22.740 INFO:teuthology.orchestra.run.smithi119.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-19T21:18:22.740 INFO:teuthology.orchestra.run.smithi119.stdout:Summary : Support tools for GRUB. 2024-04-19T21:18:22.740 INFO:teuthology.orchestra.run.smithi119.stdout:Description : 2024-04-19T21:18:22.740 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-19T21:18:22.740 INFO:teuthology.orchestra.run.smithi119.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-19T21:18:22.740 INFO:teuthology.orchestra.run.smithi119.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-19T21:18:22.740 INFO:teuthology.orchestra.run.smithi119.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-19T21:18:22.740 INFO:teuthology.orchestra.run.smithi119.stdout:hardware devices. 2024-04-19T21:18:22.740 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-19T21:18:22.740 INFO:teuthology.orchestra.run.smithi119.stdout:This subpackage provides tools for support of all platforms. 2024-04-19T21:18:22.741 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-19T21:18:22.741 INFO:teuthology.task.kernel:Updating grub on smithi119 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:22.741 DEBUG:teuthology.orchestra.run.smithi119:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-19T21:18:23.361 INFO:teuthology.orchestra.run.smithi119.stderr:Generating grub configuration file ... 2024-04-19T21:18:24.716 INFO:teuthology.orchestra.run.smithi119.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-19T21:18:24.754 INFO:teuthology.orchestra.run.smithi119.stderr:done 2024-04-19T21:18:24.756 DEBUG:teuthology.orchestra.run.smithi119:> mktemp 2024-04-19T21:18:24.771 INFO:teuthology.orchestra.run.smithi119.stdout:/tmp/tmp.x7QwZVTq2g 2024-04-19T21:18:24.772 DEBUG:teuthology.orchestra.run.smithi119:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.x7QwZVTq2g 2024-04-19T21:18:24.840 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod 0666 /tmp/tmp.x7QwZVTq2g 2024-04-19T21:18:24.981 DEBUG:teuthology.orchestra.remote:smithi119:/tmp/tmp.x7QwZVTq2g is 6KB 2024-04-19T21:18:25.030 DEBUG:teuthology.orchestra.run.smithi119:> rm -fr /tmp/tmp.x7QwZVTq2g 2024-04-19T21:18:25.044 DEBUG:teuthology.orchestra.run.smithi119:> sudo /bin/ls /boot/loader/entries || true 2024-04-19T21:18:25.108 INFO:teuthology.orchestra.run.smithi119.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-19T21:18:25.109 INFO:teuthology.orchestra.run.smithi119.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-19T21:18:25.109 INFO:teuthology.orchestra.run.smithi119.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-19T21:18:25.109 INFO:teuthology.orchestra.run.smithi119.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-19T21:18:25.110 DEBUG:teuthology.orchestra.run.smithi119:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:25.267 DEBUG:teuthology.orchestra.run.smithi119:> sudo shutdown -r now 2024-04-19T21:18:33.668 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:18:33.668 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-19T21:18:33.668 INFO:teuthology.orchestra.run.smithi105.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-19T21:18:33.669 INFO:teuthology.orchestra.run.smithi105.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-19T21:18:33.669 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-19T21:18:33.711 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:18:34.111 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:18:34.111 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T21:18:34.111 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T21:18:34.111 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T21:18:34.501 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:18:34.501 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-19T21:18:34.501 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-04-19T21:18:34.501 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:34.501 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:34.501 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:34.501 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:34.501 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-19T21:18:34.501 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-04-19T21:18:34.836 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T21:18:34.935 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:34.935 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:34.935 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-19T21:18:34.936 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T21:18:34.936 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T21:18:34.936 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-19T21:18:34.936 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi105.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T21:18:34.936 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T21:18:35.015 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:35.015 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:35.015 DEBUG:teuthology.orchestra.run.smithi105:> sudo rpm -qi grub2-tools 2024-04-19T21:18:35.059 INFO:teuthology.orchestra.run.smithi105.stdout:Name : grub2-tools 2024-04-19T21:18:35.059 INFO:teuthology.orchestra.run.smithi105.stdout:Epoch : 1 2024-04-19T21:18:35.059 INFO:teuthology.orchestra.run.smithi105.stdout:Version : 2.06 2024-04-19T21:18:35.059 INFO:teuthology.orchestra.run.smithi105.stdout:Release : 68.el9 2024-04-19T21:18:35.059 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: x86_64 2024-04-19T21:18:35.060 INFO:teuthology.orchestra.run.smithi105.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-19T21:18:35.060 INFO:teuthology.orchestra.run.smithi105.stdout:Group : Unspecified 2024-04-19T21:18:35.060 INFO:teuthology.orchestra.run.smithi105.stdout:Size : 8264254 2024-04-19T21:18:35.060 INFO:teuthology.orchestra.run.smithi105.stdout:License : GPLv3+ 2024-04-19T21:18:35.060 INFO:teuthology.orchestra.run.smithi105.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-19T21:18:35.060 INFO:teuthology.orchestra.run.smithi105.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-19T21:18:35.060 INFO:teuthology.orchestra.run.smithi105.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-19T21:18:35.060 INFO:teuthology.orchestra.run.smithi105.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-19T21:18:35.060 INFO:teuthology.orchestra.run.smithi105.stdout:Packager : builder@centos.org 2024-04-19T21:18:35.060 INFO:teuthology.orchestra.run.smithi105.stdout:Vendor : CentOS 2024-04-19T21:18:35.060 INFO:teuthology.orchestra.run.smithi105.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-19T21:18:35.060 INFO:teuthology.orchestra.run.smithi105.stdout:Summary : Support tools for GRUB. 2024-04-19T21:18:35.060 INFO:teuthology.orchestra.run.smithi105.stdout:Description : 2024-04-19T21:18:35.060 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-19T21:18:35.061 INFO:teuthology.orchestra.run.smithi105.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-19T21:18:35.061 INFO:teuthology.orchestra.run.smithi105.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-19T21:18:35.061 INFO:teuthology.orchestra.run.smithi105.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-19T21:18:35.061 INFO:teuthology.orchestra.run.smithi105.stdout:hardware devices. 2024-04-19T21:18:35.061 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-04-19T21:18:35.061 INFO:teuthology.orchestra.run.smithi105.stdout:This subpackage provides tools for support of all platforms. 2024-04-19T21:18:35.062 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-19T21:18:35.062 INFO:teuthology.task.kernel:Updating grub on smithi105 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:35.062 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-19T21:18:35.625 INFO:teuthology.orchestra.run.smithi105.stderr:Generating grub configuration file ... 2024-04-19T21:18:37.022 INFO:teuthology.orchestra.run.smithi105.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-19T21:18:37.049 INFO:teuthology.orchestra.run.smithi105.stderr:done 2024-04-19T21:18:37.052 DEBUG:teuthology.orchestra.run.smithi105:> mktemp 2024-04-19T21:18:37.067 INFO:teuthology.orchestra.run.smithi105.stdout:/tmp/tmp.JtnkNoZqE1 2024-04-19T21:18:37.067 DEBUG:teuthology.orchestra.run.smithi105:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.JtnkNoZqE1 2024-04-19T21:18:37.136 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0666 /tmp/tmp.JtnkNoZqE1 2024-04-19T21:18:37.280 DEBUG:teuthology.orchestra.remote:smithi105:/tmp/tmp.JtnkNoZqE1 is 6KB 2024-04-19T21:18:37.328 DEBUG:teuthology.orchestra.run.smithi105:> rm -fr /tmp/tmp.JtnkNoZqE1 2024-04-19T21:18:37.342 DEBUG:teuthology.orchestra.run.smithi105:> sudo /bin/ls /boot/loader/entries || true 2024-04-19T21:18:37.414 INFO:teuthology.orchestra.run.smithi105.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-19T21:18:37.414 INFO:teuthology.orchestra.run.smithi105.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-19T21:18:37.414 INFO:teuthology.orchestra.run.smithi105.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-19T21:18:37.414 INFO:teuthology.orchestra.run.smithi105.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-19T21:18:37.415 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:18:37.570 DEBUG:teuthology.orchestra.run.smithi105:> sudo shutdown -r now 2024-04-19T21:18:52.686 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-19T21:18:52.687 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-04-19T21:18:52.688 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:18:55.270 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-19T21:18:55.270 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-04-19T21:18:55.271 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:19:07.582 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-19T21:19:07.583 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-04-19T21:19:07.584 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:19:11.134 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.90 2024-04-19T21:19:13.698 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.119 2024-04-19T21:19:20.142 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-04-19T21:19:20.143 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:19:22.702 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-04-19T21:19:22.702 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:19:23.198 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.90 2024-04-19T21:19:25.762 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.119 2024-04-19T21:19:25.982 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-04-19T21:19:34.990 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-04-19T21:19:34.991 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:19:35.199 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-04-19T21:19:35.200 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:19:37.766 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-04-19T21:19:37.767 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:19:38.050 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-04-19T21:19:38.270 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.90 2024-04-19T21:19:50.062 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-04-19T21:19:50.064 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:19:53.118 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-04-19T21:19:53.271 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-04-19T21:19:53.272 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:19:56.190 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.119 2024-04-19T21:19:56.354 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.90 2024-04-19T21:20:08.131 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-04-19T21:20:08.133 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:20:11.194 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-04-19T21:20:11.195 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:20:11.198 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-04-19T21:20:11.602 DEBUG:teuthology.orchestra.run.smithi119:> true 2024-04-19T21:20:12.002 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-04-19T21:20:12.002 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-19T21:20:12.003 DEBUG:teuthology.orchestra.run.smithi119:> uname -r 2024-04-19T21:20:12.019 INFO:teuthology.orchestra.run.smithi119.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:20:12.019 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-19T21:20:12.019 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T21:20:12.019 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-19T21:20:13.020 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-19T21:20:13.020 DEBUG:teuthology.orchestra.run.smithi119:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T21:20:13.109 INFO:teuthology.orchestra.run.smithi119.stdout:ttyS1 2024-04-19T21:20:13.153 DEBUG:teuthology.parallel:result is None 2024-04-19T21:20:14.355 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-04-19T21:20:14.356 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:20:17.406 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.90 2024-04-19T21:20:29.199 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-04-19T21:20:29.200 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:20:29.511 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-04-19T21:20:29.886 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-04-19T21:20:29.887 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-19T21:20:29.887 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-04-19T21:20:29.904 INFO:teuthology.orchestra.run.smithi105.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:20:29.904 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-19T21:20:29.904 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T21:20:29.904 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-19T21:20:30.905 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-19T21:20:30.906 DEBUG:teuthology.orchestra.run.smithi105:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T21:20:31.000 INFO:teuthology.orchestra.run.smithi105.stdout:ttyS1 2024-04-19T21:20:31.053 DEBUG:teuthology.parallel:result is None 2024-04-19T21:20:38.409 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-04-19T21:20:38.410 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:20:38.731 DEBUG:teuthology.orchestra.run.smithi090:> true 2024-04-19T21:20:39.167 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-04-19T21:20:39.168 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-19T21:20:39.168 DEBUG:teuthology.orchestra.run.smithi090:> uname -r 2024-04-19T21:20:39.185 INFO:teuthology.orchestra.run.smithi090.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:20:39.185 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-19T21:20:39.185 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T21:20:39.185 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-19T21:20:40.186 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-19T21:20:40.187 DEBUG:teuthology.orchestra.run.smithi090:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T21:20:40.287 INFO:teuthology.orchestra.run.smithi090.stdout:ttyS1 2024-04-19T21:20:40.344 DEBUG:teuthology.parallel:result is None 2024-04-19T21:20:40.344 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-19T21:20:40.356 INFO:teuthology.task.internal:Creating test directory... 2024-04-19T21:20:40.356 DEBUG:teuthology.orchestra.run.smithi090:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T21:20:40.359 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T21:20:40.363 DEBUG:teuthology.orchestra.run.smithi119:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T21:20:40.384 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-19T21:20:40.395 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-19T21:20:40.409 INFO:teuthology.task.internal:Creating archive directory... 2024-04-19T21:20:40.409 DEBUG:teuthology.orchestra.run.smithi090:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T21:20:40.420 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T21:20:40.422 DEBUG:teuthology.orchestra.run.smithi119:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T21:20:40.454 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-19T21:20:40.465 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-19T21:20:40.465 DEBUG:teuthology.orchestra.run.smithi090:> 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-19T21:20:40.490 DEBUG:teuthology.orchestra.run.smithi105:> 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-19T21:20:40.492 DEBUG:teuthology.orchestra.run.smithi119:> 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-19T21:20:40.525 INFO:teuthology.orchestra.run.smithi090.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T21:20:40.529 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T21:20:40.532 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T21:20:40.540 INFO:teuthology.orchestra.run.smithi090.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T21:20:40.543 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T21:20:40.547 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T21:20:40.549 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-19T21:20:40.557 INFO:teuthology.task.internal:Configuring sudo... 2024-04-19T21:20:40.557 DEBUG:teuthology.orchestra.run.smithi090:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T21:20:40.585 DEBUG:teuthology.orchestra.run.smithi105:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T21:20:40.589 DEBUG:teuthology.orchestra.run.smithi119:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T21:20:40.621 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-19T21:20:40.634 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-19T21:20:40.634 DEBUG:teuthology.orchestra.run.smithi090:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T21:20:40.660 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T21:20:40.663 DEBUG:teuthology.orchestra.run.smithi119:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T21:20:40.680 DEBUG:teuthology.orchestra.run.smithi090:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T21:20:40.764 DEBUG:teuthology.orchestra.run.smithi090:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T21:20:40.820 DEBUG:teuthology.orchestra.run.smithi090:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T21:20:40.908 DEBUG:teuthology.orchestra.run.smithi090:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T21:20:40.957 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-04-19T21:20:40.957 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T21:20:41.030 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T21:20:41.079 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T21:20:41.164 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T21:20:41.209 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T21:20:41.258 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-04-19T21:20:41.259 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T21:20:41.329 DEBUG:teuthology.orchestra.run.smithi119:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T21:20:41.377 DEBUG:teuthology.orchestra.run.smithi119:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T21:20:41.432 DEBUG:teuthology.orchestra.run.smithi119:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T21:20:41.520 DEBUG:teuthology.orchestra.run.smithi119:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T21:20:41.566 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-04-19T21:20:41.567 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T21:20:41.639 DEBUG:teuthology.orchestra.run.smithi090:> sudo service rsyslog restart 2024-04-19T21:20:41.641 DEBUG:teuthology.orchestra.run.smithi105:> sudo service rsyslog restart 2024-04-19T21:20:41.644 DEBUG:teuthology.orchestra.run.smithi119:> sudo service rsyslog restart 2024-04-19T21:20:41.694 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T21:20:41.729 INFO:teuthology.orchestra.run.smithi090.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T21:20:41.737 INFO:teuthology.orchestra.run.smithi119.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T21:20:42.179 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-19T21:20:42.189 INFO:teuthology.task.internal:Starting timer... 2024-04-19T21:20:42.190 INFO:teuthology.run_tasks:Running task pcp... 2024-04-19T21:20:42.212 INFO:teuthology.run_tasks:Running task selinux... 2024-04-19T21:20:42.225 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-19T21:20:42.225 DEBUG:teuthology.orchestra.run.smithi090:> sudo service auditd rotate 2024-04-19T21:20:42.298 INFO:teuthology.orchestra.run.smithi090.stdout:Rotating logs: 2024-04-19T21:20:42.300 DEBUG:teuthology.orchestra.run.smithi105:> sudo service auditd rotate 2024-04-19T21:20:42.356 INFO:teuthology.orchestra.run.smithi105.stdout:Rotating logs: 2024-04-19T21:20:42.358 DEBUG:teuthology.orchestra.run.smithi119:> sudo service auditd rotate 2024-04-19T21:20:42.412 INFO:teuthology.orchestra.run.smithi119.stdout:Rotating logs: 2024-04-19T21:20:42.414 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-19T21:20:42.414 DEBUG:teuthology.orchestra.run.smithi090:> /usr/sbin/getenforce 2024-04-19T21:20:42.434 INFO:teuthology.orchestra.run.smithi090.stdout:Permissive 2024-04-19T21:20:42.434 DEBUG:teuthology.orchestra.run.smithi105:> /usr/sbin/getenforce 2024-04-19T21:20:42.480 INFO:teuthology.orchestra.run.smithi105.stdout:Permissive 2024-04-19T21:20:42.481 DEBUG:teuthology.orchestra.run.smithi119:> /usr/sbin/getenforce 2024-04-19T21:20:42.500 INFO:teuthology.orchestra.run.smithi119.stdout:Permissive 2024-04-19T21:20:42.501 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi090.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi105.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi119.front.sepia.ceph.com': 'permissive'} 2024-04-19T21:20:42.501 DEBUG:teuthology.orchestra.run.smithi090:> 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-19T21:20:42.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T21:20:42.531 DEBUG:teuthology.orchestra.run.smithi105:> 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-19T21:20:42.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T21:20:42.561 DEBUG:teuthology.orchestra.run.smithi119:> 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-19T21:20:42.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T21:20:42.592 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-19T21:20:42.593 DEBUG:teuthology.orchestra.run.smithi090:> sudo /usr/sbin/setenforce permissive 2024-04-19T21:20:42.626 DEBUG:teuthology.orchestra.run.smithi105:> sudo /usr/sbin/setenforce permissive 2024-04-19T21:20:42.673 DEBUG:teuthology.orchestra.run.smithi119:> sudo /usr/sbin/setenforce permissive 2024-04-19T21:20:42.720 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-19T21:20:42.731 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-19T21:20:42.750 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-19T21:20:42.751 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi090.front.sepia.ceph.com,smithi105.front.sepia.ceph.com,smithi119.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-19T21:24:30.511 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663737/ansible_failures.yaml 2024-04-19T21:24:30.513 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: smithi119.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: []smithi105.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: []smithi090.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-19T21:24:30.747 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=9e59191c1e2b4154a06f1df12ef37333 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: smithi119.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: []smithi105.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: []smithi090.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-19T21:24:30.749 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-19T21:24:30.757 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-19T21:24:30.758 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-19T21:24:30.779 DEBUG:teuthology.orchestra.run.smithi090:> 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-19T21:24:30.850 DEBUG:teuthology.orchestra.run.smithi105:> 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-19T21:24:30.919 DEBUG:teuthology.orchestra.run.smithi119:> 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-19T21:24:30.988 DEBUG:teuthology.orchestra.run.smithi090:> 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-19T21:24:31.021 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T21:24:31.022 DEBUG:teuthology.orchestra.run.smithi105:> 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-19T21:24:31.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T21:24:31.057 DEBUG:teuthology.orchestra.run.smithi119:> 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-19T21:24:31.090 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T21:24:31.090 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-19T21:24:31.099 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-19T21:24:31.108 INFO:teuthology.task.internal:Duration was 228.918406 seconds 2024-04-19T21:24:31.108 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-19T21:24:31.116 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-19T21:24:31.116 DEBUG:teuthology.orchestra.run.smithi090:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T21:24:31.119 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T21:24:31.121 DEBUG:teuthology.orchestra.run.smithi119:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T21:24:31.166 INFO:teuthology.orchestra.run.smithi090.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T21:24:31.169 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T21:24:31.178 INFO:teuthology.orchestra.run.smithi119.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T21:24:31.592 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-19T21:24:31.592 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi090.front.sepia.ceph.com 2024-04-19T21:24:31.592 DEBUG:teuthology.orchestra.run.smithi090:> 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-19T21:24:31.623 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi105.front.sepia.ceph.com 2024-04-19T21:24:31.623 DEBUG:teuthology.orchestra.run.smithi105:> 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-19T21:24:31.647 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi119.front.sepia.ceph.com 2024-04-19T21:24:31.648 DEBUG:teuthology.orchestra.run.smithi119:> 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-19T21:24:31.669 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-19T21:24:31.670 DEBUG:teuthology.orchestra.run.smithi090:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T21:24:31.672 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T21:24:31.690 DEBUG:teuthology.orchestra.run.smithi119:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T21:24:31.740 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-19T21:24:31.741 DEBUG:teuthology.orchestra.run.smithi090:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T21:24:31.747 DEBUG:teuthology.orchestra.run.smithi105:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T21:24:31.764 DEBUG:teuthology.orchestra.run.smithi119:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T21:24:31.865 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-19T21:24:31.874 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-19T21:24:31.875 DEBUG:teuthology.orchestra.run.smithi090:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T21:24:31.905 DEBUG:teuthology.orchestra.run.smithi105:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T21:24:31.935 DEBUG:teuthology.orchestra.run.smithi119:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T21:24:31.965 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-19T21:24:31.976 DEBUG:teuthology.orchestra.run.smithi090:> 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-19T21:24:31.978 DEBUG:teuthology.orchestra.run.smithi105:> 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-19T21:24:31.981 DEBUG:teuthology.orchestra.run.smithi119:> 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-19T21:24:32.004 INFO:teuthology.orchestra.run.smithi090.stdout:kernel.core_pattern = core 2024-04-19T21:24:32.006 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = core 2024-04-19T21:24:32.032 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern = core 2024-04-19T21:24:32.064 DEBUG:teuthology.orchestra.run.smithi090:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T21:24:32.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T21:24:32.088 DEBUG:teuthology.orchestra.run.smithi105:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T21:24:32.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T21:24:32.103 DEBUG:teuthology.orchestra.run.smithi119:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T21:24:32.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T21:24:32.120 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-19T21:24:32.129 INFO:teuthology.task.internal:Transferring archived files... 2024-04-19T21:24:32.131 DEBUG:teuthology.misc:Transferring archived files from smithi090:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663737/remote/smithi090 2024-04-19T21:24:32.132 DEBUG:teuthology.orchestra.run.smithi090:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T21:24:32.189 DEBUG:teuthology.misc:Transferring archived files from smithi105:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663737/remote/smithi105 2024-04-19T21:24:32.190 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T21:24:32.282 DEBUG:teuthology.misc:Transferring archived files from smithi119:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663737/remote/smithi119 2024-04-19T21:24:32.283 DEBUG:teuthology.orchestra.run.smithi119:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T21:24:32.338 INFO:teuthology.task.internal:Removing archive directory... 2024-04-19T21:24:32.339 DEBUG:teuthology.orchestra.run.smithi090:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T21:24:32.342 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T21:24:32.345 DEBUG:teuthology.orchestra.run.smithi119:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T21:24:32.361 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-19T21:24:32.372 INFO:teuthology.task.internal:Not uploading archives. 2024-04-19T21:24:32.372 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-19T21:24:32.381 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-19T21:24:32.381 DEBUG:teuthology.orchestra.run.smithi090:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T21:24:32.398 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T21:24:32.401 DEBUG:teuthology.orchestra.run.smithi119:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T21:24:32.411 INFO:teuthology.orchestra.run.smithi090.stdout: 264972 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 21:24 /home/ubuntu/cephtest 2024-04-19T21:24:32.414 INFO:teuthology.orchestra.run.smithi105.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 21:24 /home/ubuntu/cephtest 2024-04-19T21:24:32.417 INFO:teuthology.orchestra.run.smithi119.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 21:24 /home/ubuntu/cephtest 2024-04-19T21:24:32.419 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-19T21:24:32.429 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-19T21:24:32.451 INFO:teuthology.nuke:Checking targets against current locks 2024-04-19T21:24:32.482 DEBUG:teuthology.nuke:shortname: smithi090 2024-04-19T21:24:32.482 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T21:24:32.513 DEBUG:teuthology.nuke:shortname: smithi105 2024-04-19T21:24:32.514 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T21:24:32.535 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi090.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663737', '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 21:11:32.732472', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI3RcPulvFq02Rq4qj5d/7VqfGOYG1zQcgXD572G91poSj8a28oyIo+X+9ztrHEjYTU00p4eaDr9FoLBmpacOg8='} 2024-04-19T21:24:32.575 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663737', '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 21:11:32.733755', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMb0fpv3QZxLtiEjVUXbQ/Zcq6MzBnt84O/DdmBEFWERM68PDVDzdPQhHYpeGz6DWI+Pvw7qlepHYcX+BfGQgBU='} 2024-04-19T21:24:32.577 DEBUG:teuthology.nuke:shortname: smithi119 2024-04-19T21:24:32.578 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T21:24:32.606 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi119.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663737', '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 21:11:32.731047', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOcQ90d/adAk+cuYJnCL2Kf/vq/iGk9qiJr8zZxNXPERsLFwf2qUVVvmrQ1zqNid88WT3BTjliZQWtUGZTEwDLA='} 2024-04-19T21:24:32.619 INFO:teuthology.orchestra.console.smithi090:Power off 2024-04-19T21:24:32.619 DEBUG:teuthology.orchestra.console.smithi090:pexpect command: ipmitool -H smithi090.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T21:24:32.647 DEBUG:teuthology.orchestra.console.smithi090:power off output: Chassis Power Control: Down/Off 2024-04-19T21:24:32.647 DEBUG:teuthology.orchestra.console.smithi090:pexpect command: ipmitool -H smithi090.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T21:24:32.673 INFO:teuthology.orchestra.console.smithi105:Power off 2024-04-19T21:24:32.673 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T21:24:32.687 DEBUG:teuthology.orchestra.console.smithi090:check power output: Chassis Power is on 2024-04-19T21:24:32.699 DEBUG:teuthology.orchestra.console.smithi105:power off output: Chassis Power Control: Down/Off 2024-04-19T21:24:32.699 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T21:24:32.727 INFO:teuthology.orchestra.console.smithi119:Power off 2024-04-19T21:24:32.727 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T21:24:32.741 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-04-19T21:24:32.758 DEBUG:teuthology.orchestra.console.smithi119:power off output: Chassis Power Control: Down/Off 2024-04-19T21:24:32.759 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T21:24:32.785 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is on 2024-04-19T21:24:36.688 DEBUG:teuthology.orchestra.console.smithi090:pexpect command: ipmitool -H smithi090.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T21:24:36.742 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T21:24:36.786 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T21:24:36.800 DEBUG:teuthology.orchestra.console.smithi090:check power output: Chassis Power is on 2024-04-19T21:24:36.854 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-04-19T21:24:36.897 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is on 2024-04-19T21:24:40.804 DEBUG:teuthology.orchestra.console.smithi090:pexpect command: ipmitool -H smithi090.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T21:24:40.855 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T21:24:40.898 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T21:24:40.915 DEBUG:teuthology.orchestra.console.smithi090:check power output: Chassis Power is off 2024-04-19T21:24:40.965 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is off 2024-04-19T21:24:41.008 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is on 2024-04-19T21:24:41.015 INFO:teuthology.orchestra.console.smithi090:Power off completed 2024-04-19T21:24:41.065 INFO:teuthology.orchestra.console.smithi105:Power off completed 2024-04-19T21:24:45.013 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T21:24:45.124 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is off 2024-04-19T21:24:45.225 INFO:teuthology.orchestra.console.smithi119:Power off completed 2024-04-19T21:24:45.374 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 228.91840624809265 failure_reason: 'smithi119.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: []smithi105.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: []smithi090.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_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=9e59191c1e2b4154a06f1df12ef37333 status: dead success: false 2024-04-19T21:24:45.374 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T21:24:45.458 INFO:teuthology.run:DEAD