2024-04-19T13:57:13.401 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-19T13:57:13.401 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_adking@teuthology --verbose --archive /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663521 --description orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_monitoring_stack_basic} --name adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi -- /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663521/orig.config.yaml 2024-04-19T13:57:13.435 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T13:57:13.522 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663521 branch: wip-adk-testing-2024-04-17-1713 description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_monitoring_stack_basic} email: adking@redhat.com first_in_suite: false job_id: '7663521' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-04-17-1713 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum log-only-match: - CEPHADM_ sha1: c53d131d890ca258dc8708b5590933577e6ceba0 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c53d131d890ca258dc8708b5590933577e6ceba0 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-04-17-1713 sha1: c53d131d890ca258dc8708b5590933577e6ceba0 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 7132 sha1: c53d131d890ca258dc8708b5590933577e6ceba0 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-17-1713 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_c53d131d890ca258dc8708b5590933577e6ceba0/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: c53d131d890ca258dc8708b5590933577e6ceba0 targets: smithi006.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCKNL6Kem7GdePZ/dVNPdXZf7+Y//jiWYqApRNb6zCEbscqwsc9xGwDu+g76uXG3bJDVL9YiLvfl6NIQVhIS7Ek= smithi007.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAHzagXrNhkJtx3aelxFXY4OKQyiiyQ/C0N/zgfjOCP3ftoTMoGFk0BNUILfkPqV5vOiZ8sHTN5L++J1Tce5obo= smithi104.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCWJJ8un89dpRtsHIHGePycxJ+kR4Kl6hVk0f9VU2KcNb1sT5FUQKZ0+8dE6YOt98O4IxqLvAnEoSMQMQjbP6oQ= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - "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_13:19:23 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-19T13:57:13.522 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_c53d131d890ca258dc8708b5590933577e6ceba0/qa; will attempt to use it 2024-04-19T13:57:13.523 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_c53d131d890ca258dc8708b5590933577e6ceba0/qa/tasks 2024-04-19T13:57:13.523 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-19T13:57:13.524 INFO:teuthology.task.internal:Checking packages... 2024-04-19T13:57:13.547 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'c53d131d890ca258dc8708b5590933577e6ceba0' 2024-04-19T13:57:13.547 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-19T13:57:13.547 INFO:teuthology.packaging:ref: None 2024-04-19T13:57:13.547 INFO:teuthology.packaging:tag: None 2024-04-19T13:57:13.547 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-17-1713 2024-04-19T13:57:13.547 INFO:teuthology.packaging:sha1: c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T13:57:13.547 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk-testing-2024-04-17-1713 2024-04-19T13:57:13.776 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3175.gc53d131d 2024-04-19T13:57:13.777 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-19T13:57:13.783 INFO:teuthology.task.internal:no buildpackages task found 2024-04-19T13:57:13.783 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-19T13:57:13.803 INFO:teuthology.task.internal:Saving configuration 2024-04-19T13:57:13.820 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-19T13:57:13.825 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T13:57:13.852 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi006.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663521', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:52:18.859314', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCKNL6Kem7GdePZ/dVNPdXZf7+Y//jiWYqApRNb6zCEbscqwsc9xGwDu+g76uXG3bJDVL9YiLvfl6NIQVhIS7Ek='} 2024-04-19T13:57:13.874 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi007.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663521', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:52:18.862796', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAHzagXrNhkJtx3aelxFXY4OKQyiiyQ/C0N/zgfjOCP3ftoTMoGFk0BNUILfkPqV5vOiZ8sHTN5L++J1Tce5obo='} 2024-04-19T13:57:13.898 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi104.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663521', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:52:18.861188', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCWJJ8un89dpRtsHIHGePycxJ+kR4Kl6hVk0f9VU2KcNb1sT5FUQKZ0+8dE6YOt98O4IxqLvAnEoSMQMQjbP6oQ='} 2024-04-19T13:57:13.898 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-19T13:57:13.904 INFO:teuthology.task.internal:roles: ubuntu@smithi006.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-19T13:57:13.904 INFO:teuthology.task.internal:roles: ubuntu@smithi007.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-19T13:57:13.904 INFO:teuthology.task.internal:roles: ubuntu@smithi104.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-19T13:57:13.904 INFO:teuthology.run_tasks:Running task console_log... 2024-04-19T13:57:14.043 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fd1d719c160>, signals=[15]) 2024-04-19T13:57:14.043 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-19T13:57:14.050 INFO:teuthology.task.internal:Opening connections... 2024-04-19T13:57:14.050 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi006.front.sepia.ceph.com 2024-04-19T13:57:14.052 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:57:14.158 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi007.front.sepia.ceph.com 2024-04-19T13:57:14.159 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:57:14.259 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi104.front.sepia.ceph.com 2024-04-19T13:57:14.260 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:57:14.350 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-19T13:57:14.358 DEBUG:teuthology.orchestra.run.smithi006:> uname -m 2024-04-19T13:57:14.376 INFO:teuthology.orchestra.run.smithi006.stdout:x86_64 2024-04-19T13:57:14.376 DEBUG:teuthology.orchestra.run.smithi006:> cat /etc/os-release 2024-04-19T13:57:14.433 INFO:teuthology.orchestra.run.smithi006.stdout:NAME="CentOS Stream" 2024-04-19T13:57:14.433 INFO:teuthology.orchestra.run.smithi006.stdout:VERSION="9" 2024-04-19T13:57:14.433 INFO:teuthology.orchestra.run.smithi006.stdout:ID="centos" 2024-04-19T13:57:14.433 INFO:teuthology.orchestra.run.smithi006.stdout:ID_LIKE="rhel fedora" 2024-04-19T13:57:14.433 INFO:teuthology.orchestra.run.smithi006.stdout:VERSION_ID="9" 2024-04-19T13:57:14.433 INFO:teuthology.orchestra.run.smithi006.stdout:PLATFORM_ID="platform:el9" 2024-04-19T13:57:14.433 INFO:teuthology.orchestra.run.smithi006.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T13:57:14.433 INFO:teuthology.orchestra.run.smithi006.stdout:ANSI_COLOR="0;31" 2024-04-19T13:57:14.433 INFO:teuthology.orchestra.run.smithi006.stdout:LOGO="fedora-logo-icon" 2024-04-19T13:57:14.433 INFO:teuthology.orchestra.run.smithi006.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T13:57:14.433 INFO:teuthology.orchestra.run.smithi006.stdout:HOME_URL="https://centos.org/" 2024-04-19T13:57:14.433 INFO:teuthology.orchestra.run.smithi006.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T13:57:14.433 INFO:teuthology.orchestra.run.smithi006.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T13:57:14.434 INFO:teuthology.orchestra.run.smithi006.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T13:57:14.434 INFO:teuthology.lock.ops:Updating smithi006.front.sepia.ceph.com on lock server 2024-04-19T13:57:14.458 DEBUG:teuthology.orchestra.run.smithi007:> uname -m 2024-04-19T13:57:14.476 INFO:teuthology.orchestra.run.smithi007.stdout:x86_64 2024-04-19T13:57:14.476 DEBUG:teuthology.orchestra.run.smithi007:> cat /etc/os-release 2024-04-19T13:57:14.534 INFO:teuthology.orchestra.run.smithi007.stdout:NAME="CentOS Stream" 2024-04-19T13:57:14.534 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION="9" 2024-04-19T13:57:14.534 INFO:teuthology.orchestra.run.smithi007.stdout:ID="centos" 2024-04-19T13:57:14.534 INFO:teuthology.orchestra.run.smithi007.stdout:ID_LIKE="rhel fedora" 2024-04-19T13:57:14.534 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION_ID="9" 2024-04-19T13:57:14.534 INFO:teuthology.orchestra.run.smithi007.stdout:PLATFORM_ID="platform:el9" 2024-04-19T13:57:14.534 INFO:teuthology.orchestra.run.smithi007.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T13:57:14.534 INFO:teuthology.orchestra.run.smithi007.stdout:ANSI_COLOR="0;31" 2024-04-19T13:57:14.534 INFO:teuthology.orchestra.run.smithi007.stdout:LOGO="fedora-logo-icon" 2024-04-19T13:57:14.534 INFO:teuthology.orchestra.run.smithi007.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T13:57:14.534 INFO:teuthology.orchestra.run.smithi007.stdout:HOME_URL="https://centos.org/" 2024-04-19T13:57:14.534 INFO:teuthology.orchestra.run.smithi007.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T13:57:14.535 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T13:57:14.535 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T13:57:14.535 INFO:teuthology.lock.ops:Updating smithi007.front.sepia.ceph.com on lock server 2024-04-19T13:57:14.558 DEBUG:teuthology.orchestra.run.smithi104:> uname -m 2024-04-19T13:57:14.575 INFO:teuthology.orchestra.run.smithi104.stdout:x86_64 2024-04-19T13:57:14.576 DEBUG:teuthology.orchestra.run.smithi104:> cat /etc/os-release 2024-04-19T13:57:14.633 INFO:teuthology.orchestra.run.smithi104.stdout:NAME="CentOS Stream" 2024-04-19T13:57:14.633 INFO:teuthology.orchestra.run.smithi104.stdout:VERSION="9" 2024-04-19T13:57:14.633 INFO:teuthology.orchestra.run.smithi104.stdout:ID="centos" 2024-04-19T13:57:14.633 INFO:teuthology.orchestra.run.smithi104.stdout:ID_LIKE="rhel fedora" 2024-04-19T13:57:14.633 INFO:teuthology.orchestra.run.smithi104.stdout:VERSION_ID="9" 2024-04-19T13:57:14.633 INFO:teuthology.orchestra.run.smithi104.stdout:PLATFORM_ID="platform:el9" 2024-04-19T13:57:14.633 INFO:teuthology.orchestra.run.smithi104.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T13:57:14.633 INFO:teuthology.orchestra.run.smithi104.stdout:ANSI_COLOR="0;31" 2024-04-19T13:57:14.634 INFO:teuthology.orchestra.run.smithi104.stdout:LOGO="fedora-logo-icon" 2024-04-19T13:57:14.634 INFO:teuthology.orchestra.run.smithi104.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T13:57:14.634 INFO:teuthology.orchestra.run.smithi104.stdout:HOME_URL="https://centos.org/" 2024-04-19T13:57:14.634 INFO:teuthology.orchestra.run.smithi104.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T13:57:14.634 INFO:teuthology.orchestra.run.smithi104.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T13:57:14.634 INFO:teuthology.orchestra.run.smithi104.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T13:57:14.634 INFO:teuthology.lock.ops:Updating smithi104.front.sepia.ceph.com on lock server 2024-04-19T13:57:14.649 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-19T13:57:14.659 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-19T13:57:14.665 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-19T13:57:14.665 DEBUG:teuthology.orchestra.run.smithi006:> test '!' -e /home/ubuntu/cephtest 2024-04-19T13:57:14.668 DEBUG:teuthology.orchestra.run.smithi007:> test '!' -e /home/ubuntu/cephtest 2024-04-19T13:57:14.670 DEBUG:teuthology.orchestra.run.smithi104:> test '!' -e /home/ubuntu/cephtest 2024-04-19T13:57:14.689 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-19T13:57:14.697 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-19T13:57:14.698 DEBUG:teuthology.orchestra.run.smithi006:> test -z $(ls -A /var/lib/ceph) 2024-04-19T13:57:14.725 DEBUG:teuthology.orchestra.run.smithi007:> test -z $(ls -A /var/lib/ceph) 2024-04-19T13:57:14.728 DEBUG:teuthology.orchestra.run.smithi104:> test -z $(ls -A /var/lib/ceph) 2024-04-19T13:57:14.759 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-19T13:57:14.860 INFO:teuthology.run_tasks:Running task kernel... 2024-04-19T13:57:14.874 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-19T13:57:14.874 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-19T13:57:14.874 DEBUG:teuthology.orchestra.run.smithi006:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T13:57:14.875 DEBUG:teuthology.orchestra.run.smithi007:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T13:57:14.875 DEBUG:teuthology.orchestra.run.smithi104:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T13:57:14.891 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:57:14.892 DEBUG:teuthology.orchestra.run.smithi104:> uname -r 2024-04-19T13:57:14.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:57:14.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:57:14.894 DEBUG:teuthology.orchestra.run.smithi006:> uname -r 2024-04-19T13:57:14.894 DEBUG:teuthology.orchestra.run.smithi007:> uname -r 2024-04-19T13:57:14.948 INFO:teuthology.orchestra.run.smithi104.stdout:5.14.0-361.el9.x86_64 2024-04-19T13:57:14.948 INFO:teuthology.task.kernel:Running kernel on smithi104: 5.14.0-361.el9.x86_64 2024-04-19T13:57:14.948 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum install -y kernel 2024-04-19T13:57:14.953 INFO:teuthology.orchestra.run.smithi007.stdout:5.14.0-361.el9.x86_64 2024-04-19T13:57:14.953 INFO:teuthology.orchestra.run.smithi006.stdout:5.14.0-361.el9.x86_64 2024-04-19T13:57:14.953 INFO:teuthology.task.kernel:Running kernel on smithi007: 5.14.0-361.el9.x86_64 2024-04-19T13:57:14.953 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum install -y kernel 2024-04-19T13:57:14.953 INFO:teuthology.task.kernel:Running kernel on smithi006: 5.14.0-361.el9.x86_64 2024-04-19T13:57:14.953 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum install -y kernel 2024-04-19T13:57:17.036 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS-9 - AppStream 13 MB/s | 6.4 MB 00:00 2024-04-19T13:57:17.060 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS-9 - AppStream 13 MB/s | 6.4 MB 00:00 2024-04-19T13:57:17.275 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS-9 - AppStream 9.9 MB/s | 6.4 MB 00:00 2024-04-19T13:57:18.420 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS-9 - BaseOS 7.0 MB/s | 2.0 MB 00:00 2024-04-19T13:57:18.585 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS-9 - BaseOS 5.2 MB/s | 2.0 MB 00:00 2024-04-19T13:57:18.708 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS-9 - BaseOS 6.6 MB/s | 2.0 MB 00:00 2024-04-19T13:57:19.369 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-04-19T13:57:19.643 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-04-19T13:57:19.949 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Stream 9 - BaseOS 9.1 MB/s | 8.0 MB 00:00 2024-04-19T13:57:21.364 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-04-19T13:57:22.686 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - AppStream 10 MB/s | 19 MB 00:01 2024-04-19T13:57:23.192 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Stream 9 - AppStream 9.3 MB/s | 19 MB 00:02 2024-04-19T13:57:25.595 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - CRB 9.7 MB/s | 6.2 MB 00:00 2024-04-19T13:57:26.878 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.2 MB 00:00 2024-04-19T13:57:27.095 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - Extras packages 50 kB/s | 16 kB 00:00 2024-04-19T13:57:27.393 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.2 MB 00:00 2024-04-19T13:57:28.412 INFO:teuthology.orchestra.run.smithi007.stdout:CentOS Stream 9 - Extras packages 55 kB/s | 16 kB 00:00 2024-04-19T13:57:28.616 INFO:teuthology.orchestra.run.smithi104.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-04-19T13:57:29.035 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Stream 9 - Extras packages 39 kB/s | 16 kB 00:00 2024-04-19T13:57:30.497 INFO:teuthology.orchestra.run.smithi006.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-19T13:57:31.930 INFO:teuthology.orchestra.run.smithi007.stdout:Extra Packages for Enterprise Linux 6.2 MB/s | 21 MB 00:03 2024-04-19T13:57:33.638 INFO:teuthology.orchestra.run.smithi104.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-04-19T13:57:35.787 INFO:teuthology.orchestra.run.smithi006.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-04-19T13:57:36.111 INFO:teuthology.orchestra.run.smithi104.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T13:57:36.112 INFO:teuthology.orchestra.run.smithi104.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T13:57:36.213 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-19T13:57:36.229 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-19T13:57:36.229 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-04-19T13:57:36.229 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-19T13:57:36.230 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-04-19T13:57:36.230 INFO:teuthology.orchestra.run.smithi104.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T13:57:36.230 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-04-19T13:57:36.230 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T13:57:36.230 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T13:57:36.230 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T13:57:36.230 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-19T13:57:36.230 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-04-19T13:57:36.230 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-19T13:57:36.230 INFO:teuthology.orchestra.run.smithi104.stdout:Install 4 Packages 2024-04-19T13:57:36.230 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-19T13:57:36.230 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 78 M 2024-04-19T13:57:36.230 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 125 M 2024-04-19T13:57:36.230 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-04-19T13:57:36.356 INFO:teuthology.orchestra.run.smithi104.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 229 kB/s | 29 kB 00:00 2024-04-19T13:57:37.188 INFO:teuthology.orchestra.run.smithi007.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-04-19T13:57:38.005 INFO:teuthology.orchestra.run.smithi104.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 9.1 MB/s | 16 MB 00:01 2024-04-19T13:57:38.360 INFO:teuthology.orchestra.run.smithi006.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T13:57:38.361 INFO:teuthology.orchestra.run.smithi006.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T13:57:38.414 INFO:teuthology.orchestra.run.smithi104.stdout:(3/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 13 MB/s | 27 MB 00:02 2024-04-19T13:57:38.451 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-04-19T13:57:38.457 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-04-19T13:57:38.457 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-04-19T13:57:38.457 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-04-19T13:57:38.458 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-04-19T13:57:38.458 INFO:teuthology.orchestra.run.smithi006.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T13:57:38.458 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-04-19T13:57:38.458 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T13:57:38.458 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T13:57:38.458 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T13:57:38.458 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-04-19T13:57:38.458 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-04-19T13:57:38.458 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-04-19T13:57:38.458 INFO:teuthology.orchestra.run.smithi006.stdout:Install 4 Packages 2024-04-19T13:57:38.458 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-04-19T13:57:38.459 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 78 M 2024-04-19T13:57:38.459 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 125 M 2024-04-19T13:57:38.459 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-04-19T13:57:38.621 INFO:teuthology.orchestra.run.smithi006.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 176 kB/s | 29 kB 00:00 2024-04-19T13:57:38.881 INFO:teuthology.orchestra.run.smithi104.stdout:(4/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 13 MB/s | 34 MB 00:02 2024-04-19T13:57:38.884 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-04-19T13:57:38.884 INFO:teuthology.orchestra.run.smithi104.stdout:Total 29 MB/s | 78 MB 00:02 2024-04-19T13:57:38.885 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-04-19T13:57:39.249 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-04-19T13:57:39.249 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-04-19T13:57:39.265 INFO:teuthology.orchestra.run.smithi006.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 20 MB/s | 16 MB 00:00 2024-04-19T13:57:39.754 INFO:teuthology.orchestra.run.smithi007.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T13:57:39.754 INFO:teuthology.orchestra.run.smithi007.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T13:57:39.797 INFO:teuthology.orchestra.run.smithi006.stdout:(3/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 26 MB/s | 34 MB 00:01 2024-04-19T13:57:39.849 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-04-19T13:57:39.873 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-04-19T13:57:39.873 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repository Size 2024-04-19T13:57:39.873 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-04-19T13:57:39.873 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2024-04-19T13:57:39.873 INFO:teuthology.orchestra.run.smithi007.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T13:57:39.873 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2024-04-19T13:57:39.873 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T13:57:39.873 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T13:57:39.873 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T13:57:39.873 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-19T13:57:39.874 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-04-19T13:57:39.874 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-04-19T13:57:39.874 INFO:teuthology.orchestra.run.smithi007.stdout:Install 4 Packages 2024-04-19T13:57:39.874 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-19T13:57:39.877 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 78 M 2024-04-19T13:57:39.877 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 125 M 2024-04-19T13:57:39.877 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-04-19T13:57:40.006 INFO:teuthology.orchestra.run.smithi007.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 218 kB/s | 29 kB 00:00 2024-04-19T13:57:40.083 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-04-19T13:57:40.083 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-04-19T13:57:40.164 INFO:teuthology.orchestra.run.smithi006.stdout:(4/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 18 MB/s | 27 MB 00:01 2024-04-19T13:57:40.167 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-04-19T13:57:40.167 INFO:teuthology.orchestra.run.smithi006.stdout:Total 45 MB/s | 78 MB 00:01 2024-04-19T13:57:40.167 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-04-19T13:57:40.614 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-04-19T13:57:40.614 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-04-19T13:57:40.656 INFO:teuthology.orchestra.run.smithi007.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 21 MB/s | 16 MB 00:00 2024-04-19T13:57:41.223 INFO:teuthology.orchestra.run.smithi007.stdout:(3/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 22 MB/s | 27 MB 00:01 2024-04-19T13:57:41.471 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-04-19T13:57:41.471 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-04-19T13:57:41.607 INFO:teuthology.orchestra.run.smithi007.stdout:(4/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 20 MB/s | 34 MB 00:01 2024-04-19T13:57:41.610 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-04-19T13:57:41.610 INFO:teuthology.orchestra.run.smithi007.stdout:Total 45 MB/s | 78 MB 00:01 2024-04-19T13:57:41.611 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-04-19T13:57:42.054 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-04-19T13:57:42.054 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-04-19T13:57:42.303 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-04-19T13:57:42.935 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T13:57:42.936 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-04-19T13:57:42.936 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-04-19T13:57:43.021 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T13:57:43.797 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-04-19T13:57:44.474 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T13:57:44.581 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T13:57:45.255 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-04-19T13:57:45.344 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T13:57:45.485 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T13:57:45.927 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T13:57:46.026 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T13:57:47.032 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T13:57:47.179 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T13:57:48.482 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T13:57:48.617 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T13:57:50.272 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T13:57:50.315 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:57:52.368 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T13:57:52.410 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:57:53.764 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T13:57:53.807 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:57:55.098 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:57:57.624 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:57:58.967 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:58:24.739 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:58:24.740 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-19T13:58:24.740 INFO:teuthology.orchestra.run.smithi104.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-19T13:58:24.740 INFO:teuthology.orchestra.run.smithi104.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-19T13:58:24.740 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-19T13:58:24.781 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:58:25.151 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:58:25.151 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T13:58:25.151 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T13:58:25.151 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T13:58:25.613 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:58:25.613 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-19T13:58:25.613 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-04-19T13:58:25.614 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:25.614 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:25.614 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:25.614 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:25.614 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-19T13:58:25.614 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-19T13:58:25.946 DEBUG:teuthology.orchestra.run.smithi104:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T13:58:26.056 INFO:teuthology.orchestra.run.smithi104.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:26.056 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:26.056 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:26.057 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T13:58:26.057 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T13:58:26.057 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-19T13:58:26.057 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi104.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T13:58:26.057 DEBUG:teuthology.orchestra.run.smithi104:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T13:58:26.135 INFO:teuthology.orchestra.run.smithi104.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:26.136 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:26.136 DEBUG:teuthology.orchestra.run.smithi104:> sudo rpm -qi grub2-tools 2024-04-19T13:58:26.170 INFO:teuthology.orchestra.run.smithi104.stdout:Name : grub2-tools 2024-04-19T13:58:26.170 INFO:teuthology.orchestra.run.smithi104.stdout:Epoch : 1 2024-04-19T13:58:26.170 INFO:teuthology.orchestra.run.smithi104.stdout:Version : 2.06 2024-04-19T13:58:26.170 INFO:teuthology.orchestra.run.smithi104.stdout:Release : 68.el9 2024-04-19T13:58:26.170 INFO:teuthology.orchestra.run.smithi104.stdout:Architecture: x86_64 2024-04-19T13:58:26.170 INFO:teuthology.orchestra.run.smithi104.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-19T13:58:26.170 INFO:teuthology.orchestra.run.smithi104.stdout:Group : Unspecified 2024-04-19T13:58:26.170 INFO:teuthology.orchestra.run.smithi104.stdout:Size : 8264254 2024-04-19T13:58:26.170 INFO:teuthology.orchestra.run.smithi104.stdout:License : GPLv3+ 2024-04-19T13:58:26.171 INFO:teuthology.orchestra.run.smithi104.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-19T13:58:26.171 INFO:teuthology.orchestra.run.smithi104.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-19T13:58:26.171 INFO:teuthology.orchestra.run.smithi104.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-19T13:58:26.171 INFO:teuthology.orchestra.run.smithi104.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-19T13:58:26.171 INFO:teuthology.orchestra.run.smithi104.stdout:Packager : builder@centos.org 2024-04-19T13:58:26.171 INFO:teuthology.orchestra.run.smithi104.stdout:Vendor : CentOS 2024-04-19T13:58:26.171 INFO:teuthology.orchestra.run.smithi104.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-19T13:58:26.171 INFO:teuthology.orchestra.run.smithi104.stdout:Summary : Support tools for GRUB. 2024-04-19T13:58:26.171 INFO:teuthology.orchestra.run.smithi104.stdout:Description : 2024-04-19T13:58:26.171 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-19T13:58:26.171 INFO:teuthology.orchestra.run.smithi104.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-19T13:58:26.171 INFO:teuthology.orchestra.run.smithi104.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-19T13:58:26.171 INFO:teuthology.orchestra.run.smithi104.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-19T13:58:26.171 INFO:teuthology.orchestra.run.smithi104.stdout:hardware devices. 2024-04-19T13:58:26.171 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-19T13:58:26.172 INFO:teuthology.orchestra.run.smithi104.stdout:This subpackage provides tools for support of all platforms. 2024-04-19T13:58:26.172 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-19T13:58:26.172 INFO:teuthology.task.kernel:Updating grub on smithi104 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:26.172 DEBUG:teuthology.orchestra.run.smithi104:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-19T13:58:26.771 INFO:teuthology.orchestra.run.smithi104.stderr:Generating grub configuration file ... 2024-04-19T13:58:28.164 INFO:teuthology.orchestra.run.smithi104.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-19T13:58:28.214 INFO:teuthology.orchestra.run.smithi104.stderr:done 2024-04-19T13:58:28.218 DEBUG:teuthology.orchestra.run.smithi104:> mktemp 2024-04-19T13:58:28.234 INFO:teuthology.orchestra.run.smithi104.stdout:/tmp/tmp.lYzeECe6ow 2024-04-19T13:58:28.234 DEBUG:teuthology.orchestra.run.smithi104:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.lYzeECe6ow 2024-04-19T13:58:28.302 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod 0666 /tmp/tmp.lYzeECe6ow 2024-04-19T13:58:28.447 DEBUG:teuthology.orchestra.remote:smithi104:/tmp/tmp.lYzeECe6ow is 6KB 2024-04-19T13:58:28.496 DEBUG:teuthology.orchestra.run.smithi104:> rm -fr /tmp/tmp.lYzeECe6ow 2024-04-19T13:58:28.510 DEBUG:teuthology.orchestra.run.smithi104:> sudo /bin/ls /boot/loader/entries || true 2024-04-19T13:58:28.574 INFO:teuthology.orchestra.run.smithi104.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-19T13:58:28.574 INFO:teuthology.orchestra.run.smithi104.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-19T13:58:28.574 INFO:teuthology.orchestra.run.smithi104.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-19T13:58:28.574 INFO:teuthology.orchestra.run.smithi104.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-19T13:58:28.575 DEBUG:teuthology.orchestra.run.smithi104:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:28.721 DEBUG:teuthology.orchestra.run.smithi104:> sudo shutdown -r now 2024-04-19T13:58:28.902 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:58:28.902 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-04-19T13:58:28.902 INFO:teuthology.orchestra.run.smithi006.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-19T13:58:28.902 INFO:teuthology.orchestra.run.smithi006.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-19T13:58:28.903 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-04-19T13:58:28.946 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:58:29.405 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:58:29.405 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T13:58:29.405 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T13:58:29.405 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T13:58:29.807 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:58:29.808 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-04-19T13:58:29.808 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-04-19T13:58:29.808 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:29.808 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:29.808 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:29.808 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:29.808 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-04-19T13:58:29.808 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-04-19T13:58:30.117 DEBUG:teuthology.orchestra.run.smithi006:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T13:58:30.222 INFO:teuthology.orchestra.run.smithi006.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:30.223 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:30.223 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:30.223 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T13:58:30.223 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T13:58:30.223 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-19T13:58:30.223 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi006.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T13:58:30.223 DEBUG:teuthology.orchestra.run.smithi006:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T13:58:30.261 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:58:30.261 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-19T13:58:30.261 INFO:teuthology.orchestra.run.smithi007.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-19T13:58:30.261 INFO:teuthology.orchestra.run.smithi007.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-19T13:58:30.261 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-19T13:58:30.305 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:58:30.306 INFO:teuthology.orchestra.run.smithi006.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:30.306 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:30.306 DEBUG:teuthology.orchestra.run.smithi006:> sudo rpm -qi grub2-tools 2024-04-19T13:58:30.351 INFO:teuthology.orchestra.run.smithi006.stdout:Name : grub2-tools 2024-04-19T13:58:30.351 INFO:teuthology.orchestra.run.smithi006.stdout:Epoch : 1 2024-04-19T13:58:30.351 INFO:teuthology.orchestra.run.smithi006.stdout:Version : 2.06 2024-04-19T13:58:30.352 INFO:teuthology.orchestra.run.smithi006.stdout:Release : 68.el9 2024-04-19T13:58:30.352 INFO:teuthology.orchestra.run.smithi006.stdout:Architecture: x86_64 2024-04-19T13:58:30.352 INFO:teuthology.orchestra.run.smithi006.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-19T13:58:30.352 INFO:teuthology.orchestra.run.smithi006.stdout:Group : Unspecified 2024-04-19T13:58:30.352 INFO:teuthology.orchestra.run.smithi006.stdout:Size : 8264254 2024-04-19T13:58:30.352 INFO:teuthology.orchestra.run.smithi006.stdout:License : GPLv3+ 2024-04-19T13:58:30.352 INFO:teuthology.orchestra.run.smithi006.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-19T13:58:30.352 INFO:teuthology.orchestra.run.smithi006.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-19T13:58:30.352 INFO:teuthology.orchestra.run.smithi006.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-19T13:58:30.352 INFO:teuthology.orchestra.run.smithi006.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-19T13:58:30.352 INFO:teuthology.orchestra.run.smithi006.stdout:Packager : builder@centos.org 2024-04-19T13:58:30.352 INFO:teuthology.orchestra.run.smithi006.stdout:Vendor : CentOS 2024-04-19T13:58:30.353 INFO:teuthology.orchestra.run.smithi006.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-19T13:58:30.353 INFO:teuthology.orchestra.run.smithi006.stdout:Summary : Support tools for GRUB. 2024-04-19T13:58:30.353 INFO:teuthology.orchestra.run.smithi006.stdout:Description : 2024-04-19T13:58:30.353 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-04-19T13:58:30.353 INFO:teuthology.orchestra.run.smithi006.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-19T13:58:30.353 INFO:teuthology.orchestra.run.smithi006.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-19T13:58:30.353 INFO:teuthology.orchestra.run.smithi006.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-19T13:58:30.353 INFO:teuthology.orchestra.run.smithi006.stdout:hardware devices. 2024-04-19T13:58:30.353 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-04-19T13:58:30.353 INFO:teuthology.orchestra.run.smithi006.stdout:This subpackage provides tools for support of all platforms. 2024-04-19T13:58:30.354 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-19T13:58:30.354 INFO:teuthology.task.kernel:Updating grub on smithi006 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:30.354 DEBUG:teuthology.orchestra.run.smithi006:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-19T13:58:30.764 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:58:30.764 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T13:58:30.765 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T13:58:30.765 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T13:58:31.020 INFO:teuthology.orchestra.run.smithi006.stderr:Generating grub configuration file ... 2024-04-19T13:58:31.194 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T13:58:31.194 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-19T13:58:31.194 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-04-19T13:58:31.194 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:31.194 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:31.194 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:31.194 INFO:teuthology.orchestra.run.smithi007.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:31.194 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-19T13:58:31.195 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-04-19T13:58:31.520 DEBUG:teuthology.orchestra.run.smithi007:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T13:58:31.670 INFO:teuthology.orchestra.run.smithi007.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:31.670 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:31.670 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:31.670 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T13:58:31.670 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T13:58:31.670 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-19T13:58:31.670 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi007.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T13:58:31.671 DEBUG:teuthology.orchestra.run.smithi007:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T13:58:31.753 INFO:teuthology.orchestra.run.smithi007.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:31.754 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:31.754 DEBUG:teuthology.orchestra.run.smithi007:> sudo rpm -qi grub2-tools 2024-04-19T13:58:31.791 INFO:teuthology.orchestra.run.smithi007.stdout:Name : grub2-tools 2024-04-19T13:58:31.792 INFO:teuthology.orchestra.run.smithi007.stdout:Epoch : 1 2024-04-19T13:58:31.792 INFO:teuthology.orchestra.run.smithi007.stdout:Version : 2.06 2024-04-19T13:58:31.792 INFO:teuthology.orchestra.run.smithi007.stdout:Release : 68.el9 2024-04-19T13:58:31.792 INFO:teuthology.orchestra.run.smithi007.stdout:Architecture: x86_64 2024-04-19T13:58:31.792 INFO:teuthology.orchestra.run.smithi007.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-19T13:58:31.792 INFO:teuthology.orchestra.run.smithi007.stdout:Group : Unspecified 2024-04-19T13:58:31.792 INFO:teuthology.orchestra.run.smithi007.stdout:Size : 8264254 2024-04-19T13:58:31.792 INFO:teuthology.orchestra.run.smithi007.stdout:License : GPLv3+ 2024-04-19T13:58:31.792 INFO:teuthology.orchestra.run.smithi007.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-19T13:58:31.792 INFO:teuthology.orchestra.run.smithi007.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-19T13:58:31.792 INFO:teuthology.orchestra.run.smithi007.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-19T13:58:31.792 INFO:teuthology.orchestra.run.smithi007.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-19T13:58:31.792 INFO:teuthology.orchestra.run.smithi007.stdout:Packager : builder@centos.org 2024-04-19T13:58:31.792 INFO:teuthology.orchestra.run.smithi007.stdout:Vendor : CentOS 2024-04-19T13:58:31.793 INFO:teuthology.orchestra.run.smithi007.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-19T13:58:31.793 INFO:teuthology.orchestra.run.smithi007.stdout:Summary : Support tools for GRUB. 2024-04-19T13:58:31.793 INFO:teuthology.orchestra.run.smithi007.stdout:Description : 2024-04-19T13:58:31.793 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-19T13:58:31.793 INFO:teuthology.orchestra.run.smithi007.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-19T13:58:31.793 INFO:teuthology.orchestra.run.smithi007.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-19T13:58:31.793 INFO:teuthology.orchestra.run.smithi007.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-19T13:58:31.793 INFO:teuthology.orchestra.run.smithi007.stdout:hardware devices. 2024-04-19T13:58:31.793 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-04-19T13:58:31.793 INFO:teuthology.orchestra.run.smithi007.stdout:This subpackage provides tools for support of all platforms. 2024-04-19T13:58:31.794 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-19T13:58:31.794 INFO:teuthology.task.kernel:Updating grub on smithi007 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:31.794 DEBUG:teuthology.orchestra.run.smithi007:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-19T13:58:32.373 INFO:teuthology.orchestra.run.smithi007.stderr:Generating grub configuration file ... 2024-04-19T13:58:32.419 INFO:teuthology.orchestra.run.smithi006.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-19T13:58:32.472 INFO:teuthology.orchestra.run.smithi006.stderr:done 2024-04-19T13:58:32.474 DEBUG:teuthology.orchestra.run.smithi006:> mktemp 2024-04-19T13:58:32.489 INFO:teuthology.orchestra.run.smithi006.stdout:/tmp/tmp.EaihmmQduO 2024-04-19T13:58:32.490 DEBUG:teuthology.orchestra.run.smithi006:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.EaihmmQduO 2024-04-19T13:58:32.562 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod 0666 /tmp/tmp.EaihmmQduO 2024-04-19T13:58:32.703 DEBUG:teuthology.orchestra.remote:smithi006:/tmp/tmp.EaihmmQduO is 6KB 2024-04-19T13:58:32.723 DEBUG:teuthology.orchestra.run.smithi006:> rm -fr /tmp/tmp.EaihmmQduO 2024-04-19T13:58:32.737 DEBUG:teuthology.orchestra.run.smithi006:> sudo /bin/ls /boot/loader/entries || true 2024-04-19T13:58:32.811 INFO:teuthology.orchestra.run.smithi006.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-19T13:58:32.811 INFO:teuthology.orchestra.run.smithi006.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-19T13:58:32.811 INFO:teuthology.orchestra.run.smithi006.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-19T13:58:32.811 INFO:teuthology.orchestra.run.smithi006.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-19T13:58:32.812 DEBUG:teuthology.orchestra.run.smithi006:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:32.963 DEBUG:teuthology.orchestra.run.smithi006:> sudo shutdown -r now 2024-04-19T13:58:33.743 INFO:teuthology.orchestra.run.smithi007.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-19T13:58:33.783 INFO:teuthology.orchestra.run.smithi007.stderr:done 2024-04-19T13:58:33.786 DEBUG:teuthology.orchestra.run.smithi007:> mktemp 2024-04-19T13:58:33.800 INFO:teuthology.orchestra.run.smithi007.stdout:/tmp/tmp.X6REbsAkA4 2024-04-19T13:58:33.801 DEBUG:teuthology.orchestra.run.smithi007:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.X6REbsAkA4 2024-04-19T13:58:33.882 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod 0666 /tmp/tmp.X6REbsAkA4 2024-04-19T13:58:34.030 DEBUG:teuthology.orchestra.remote:smithi007:/tmp/tmp.X6REbsAkA4 is 6KB 2024-04-19T13:58:34.078 DEBUG:teuthology.orchestra.run.smithi007:> rm -fr /tmp/tmp.X6REbsAkA4 2024-04-19T13:58:34.092 DEBUG:teuthology.orchestra.run.smithi007:> sudo /bin/ls /boot/loader/entries || true 2024-04-19T13:58:34.160 INFO:teuthology.orchestra.run.smithi007.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-19T13:58:34.160 INFO:teuthology.orchestra.run.smithi007.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-19T13:58:34.160 INFO:teuthology.orchestra.run.smithi007.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-19T13:58:34.160 INFO:teuthology.orchestra.run.smithi007.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-19T13:58:34.162 DEBUG:teuthology.orchestra.run.smithi007:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T13:58:34.308 DEBUG:teuthology.orchestra.run.smithi007:> sudo shutdown -r now 2024-04-19T13:58:58.746 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-19T13:58:58.747 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-04-19T13:58:58.748 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:59:02.966 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-19T13:59:02.966 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-04-19T13:59:02.967 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:59:04.310 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-19T13:59:04.313 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-04-19T13:59:04.313 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:59:21.375 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.6 2024-04-19T13:59:22.654 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.7 2024-04-19T13:59:30.383 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-04-19T13:59:30.385 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:59:31.656 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-04-19T13:59:31.656 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:59:58.776 DEBUG:teuthology.orchestra.remote:timed out 2024-04-19T14:00:07.784 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-04-19T14:00:07.785 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:00:11.293 DEBUG:teuthology.orchestra.run.smithi104:> true 2024-04-19T14:00:11.750 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-04-19T14:00:11.750 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-19T14:00:11.750 DEBUG:teuthology.orchestra.run.smithi104:> uname -r 2024-04-19T14:00:11.765 INFO:teuthology.orchestra.run.smithi104.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:00:11.765 DEBUG:teuthology.task.kernel:current kernel version is 6.9.0-0.rc2.1.el10.x86_64 vs 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:00:11.765 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T14:00:11.766 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-19T14:00:12.767 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-19T14:00:12.767 DEBUG:teuthology.orchestra.run.smithi104:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T14:00:12.860 INFO:teuthology.orchestra.run.smithi104.stdout:ttyS1 2024-04-19T14:00:12.902 DEBUG:teuthology.parallel:result is None 2024-04-19T14:00:30.388 DEBUG:teuthology.orchestra.remote:timed out 2024-04-19T14:00:31.659 DEBUG:teuthology.orchestra.remote:timed out 2024-04-19T14:00:42.389 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-04-19T14:00:42.390 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:00:42.786 DEBUG:teuthology.orchestra.run.smithi006:> true 2024-04-19T14:00:43.187 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-04-19T14:00:43.187 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-19T14:00:43.188 DEBUG:teuthology.orchestra.run.smithi006:> uname -r 2024-04-19T14:00:43.205 INFO:teuthology.orchestra.run.smithi006.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:00:43.205 DEBUG:teuthology.task.kernel:current kernel version is 6.9.0-0.rc2.1.el10.x86_64 vs 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:00:43.205 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T14:00:43.205 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-19T14:00:43.660 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-04-19T14:00:43.660 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:00:43.971 DEBUG:teuthology.orchestra.run.smithi007:> true 2024-04-19T14:00:44.206 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-19T14:00:44.206 DEBUG:teuthology.orchestra.run.smithi006:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T14:00:44.295 INFO:teuthology.orchestra.run.smithi006.stdout:ttyS1 2024-04-19T14:00:44.337 DEBUG:teuthology.parallel:result is None 2024-04-19T14:00:44.416 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-04-19T14:00:44.416 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-19T14:00:44.416 DEBUG:teuthology.orchestra.run.smithi007:> uname -r 2024-04-19T14:00:44.433 INFO:teuthology.orchestra.run.smithi007.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:00:44.434 DEBUG:teuthology.task.kernel:current kernel version is 6.9.0-0.rc2.1.el10.x86_64 vs 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T14:00:44.434 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T14:00:44.434 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-19T14:00:45.434 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-19T14:00:45.435 DEBUG:teuthology.orchestra.run.smithi007:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T14:00:45.494 INFO:teuthology.orchestra.run.smithi007.stdout:ttyS1 2024-04-19T14:00:45.551 DEBUG:teuthology.parallel:result is None 2024-04-19T14:00:45.552 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-19T14:00:45.559 INFO:teuthology.task.internal:Creating test directory... 2024-04-19T14:00:45.559 DEBUG:teuthology.orchestra.run.smithi006:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T14:00:45.562 DEBUG:teuthology.orchestra.run.smithi007:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T14:00:45.564 DEBUG:teuthology.orchestra.run.smithi104:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T14:00:45.586 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-19T14:00:45.592 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-19T14:00:45.600 INFO:teuthology.task.internal:Creating archive directory... 2024-04-19T14:00:45.600 DEBUG:teuthology.orchestra.run.smithi006:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T14:00:45.621 DEBUG:teuthology.orchestra.run.smithi007:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T14:00:45.624 DEBUG:teuthology.orchestra.run.smithi104:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T14:00:45.661 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-19T14:00:45.668 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-19T14:00:45.669 DEBUG:teuthology.orchestra.run.smithi006:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-19T14:00:45.684 DEBUG:teuthology.orchestra.run.smithi007:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-19T14:00:45.699 DEBUG:teuthology.orchestra.run.smithi104:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-19T14:00:45.723 INFO:teuthology.orchestra.run.smithi006.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:00:45.733 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:00:45.739 INFO:teuthology.orchestra.run.smithi006.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:00:45.745 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:00:45.749 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:00:45.760 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:00:45.762 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-19T14:00:45.770 INFO:teuthology.task.internal:Configuring sudo... 2024-04-19T14:00:45.771 DEBUG:teuthology.orchestra.run.smithi006:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T14:00:45.783 DEBUG:teuthology.orchestra.run.smithi007:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T14:00:45.794 DEBUG:teuthology.orchestra.run.smithi104:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T14:00:45.826 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-19T14:00:45.835 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-19T14:00:45.835 DEBUG:teuthology.orchestra.run.smithi006:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T14:00:45.856 DEBUG:teuthology.orchestra.run.smithi007:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T14:00:45.866 DEBUG:teuthology.orchestra.run.smithi104:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T14:00:45.882 DEBUG:teuthology.orchestra.run.smithi006:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T14:00:45.955 DEBUG:teuthology.orchestra.run.smithi006:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T14:00:46.023 DEBUG:teuthology.orchestra.run.smithi006:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T14:00:46.069 DEBUG:teuthology.orchestra.run.smithi006:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T14:00:46.113 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-04-19T14:00:46.113 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T14:00:46.184 DEBUG:teuthology.orchestra.run.smithi007:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T14:00:46.227 DEBUG:teuthology.orchestra.run.smithi007:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T14:00:46.303 DEBUG:teuthology.orchestra.run.smithi007:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T14:00:46.346 DEBUG:teuthology.orchestra.run.smithi007:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T14:00:46.393 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-04-19T14:00:46.393 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T14:00:46.464 DEBUG:teuthology.orchestra.run.smithi104:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T14:00:46.510 DEBUG:teuthology.orchestra.run.smithi104:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T14:00:46.614 DEBUG:teuthology.orchestra.run.smithi104:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T14:00:46.660 DEBUG:teuthology.orchestra.run.smithi104:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T14:00:46.707 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-04-19T14:00:46.707 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T14:00:46.778 DEBUG:teuthology.orchestra.run.smithi006:> sudo service rsyslog restart 2024-04-19T14:00:46.780 DEBUG:teuthology.orchestra.run.smithi007:> sudo service rsyslog restart 2024-04-19T14:00:46.782 DEBUG:teuthology.orchestra.run.smithi104:> sudo service rsyslog restart 2024-04-19T14:00:46.824 INFO:teuthology.orchestra.run.smithi007.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T14:00:46.833 INFO:teuthology.orchestra.run.smithi006.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T14:00:46.881 INFO:teuthology.orchestra.run.smithi104.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T14:00:47.213 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-19T14:00:47.221 INFO:teuthology.task.internal:Starting timer... 2024-04-19T14:00:47.221 INFO:teuthology.run_tasks:Running task pcp... 2024-04-19T14:00:47.231 INFO:teuthology.run_tasks:Running task selinux... 2024-04-19T14:00:47.239 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-19T14:00:47.239 DEBUG:teuthology.orchestra.run.smithi006:> sudo service auditd rotate 2024-04-19T14:00:47.309 INFO:teuthology.orchestra.run.smithi006.stdout:Rotating logs: 2024-04-19T14:00:47.311 DEBUG:teuthology.orchestra.run.smithi007:> sudo service auditd rotate 2024-04-19T14:00:47.394 INFO:teuthology.orchestra.run.smithi007.stdout:Rotating logs: 2024-04-19T14:00:47.395 DEBUG:teuthology.orchestra.run.smithi104:> sudo service auditd rotate 2024-04-19T14:00:47.482 INFO:teuthology.orchestra.run.smithi104.stdout:Rotating logs: 2024-04-19T14:00:47.484 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-19T14:00:47.484 DEBUG:teuthology.orchestra.run.smithi006:> /usr/sbin/getenforce 2024-04-19T14:00:47.507 INFO:teuthology.orchestra.run.smithi006.stdout:Permissive 2024-04-19T14:00:47.508 DEBUG:teuthology.orchestra.run.smithi007:> /usr/sbin/getenforce 2024-04-19T14:00:47.530 INFO:teuthology.orchestra.run.smithi007.stdout:Permissive 2024-04-19T14:00:47.530 DEBUG:teuthology.orchestra.run.smithi104:> /usr/sbin/getenforce 2024-04-19T14:00:47.552 INFO:teuthology.orchestra.run.smithi104.stdout:Permissive 2024-04-19T14:00:47.553 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi006.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi007.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi104.front.sepia.ceph.com': 'permissive'} 2024-04-19T14:00:47.553 DEBUG:teuthology.orchestra.run.smithi006:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-19T14:00:47.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:00:47.582 DEBUG:teuthology.orchestra.run.smithi007:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-19T14:00:47.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:00:47.612 DEBUG:teuthology.orchestra.run.smithi104:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-19T14:00:47.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:00:47.643 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-19T14:00:47.643 DEBUG:teuthology.orchestra.run.smithi006:> sudo /usr/sbin/setenforce permissive 2024-04-19T14:00:47.685 DEBUG:teuthology.orchestra.run.smithi007:> sudo /usr/sbin/setenforce permissive 2024-04-19T14:00:47.723 DEBUG:teuthology.orchestra.run.smithi104:> sudo /usr/sbin/setenforce permissive 2024-04-19T14:00:47.763 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-19T14:00:47.774 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-19T14:00:47.790 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-19T14:00:47.792 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi006.front.sepia.ceph.com,smithi007.front.sepia.ceph.com,smithi104.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-19T14:04:34.146 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663521/ansible_failures.yaml 2024-04-19T14:04:34.148 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: smithi104.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: []smithi006.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: []smithi007.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: [] 2024-04-19T14:04:34.380 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=42c126e2f3724d7d83cc8ef983d3d466 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: smithi104.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: []smithi006.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: []smithi007.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: [] 2024-04-19T14:04:34.382 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-19T14:04:34.390 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-19T14:04:34.390 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-19T14:04:34.409 DEBUG:teuthology.orchestra.run.smithi006:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-19T14:04:34.480 DEBUG:teuthology.orchestra.run.smithi007:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-19T14:04:34.547 DEBUG:teuthology.orchestra.run.smithi104:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-19T14:04:34.614 DEBUG:teuthology.orchestra.run.smithi006:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-19T14:04:34.648 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:04:34.649 DEBUG:teuthology.orchestra.run.smithi007:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-19T14:04:34.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:04:34.683 DEBUG:teuthology.orchestra.run.smithi104:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-19T14:04:34.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:04:34.716 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-19T14:04:34.724 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-19T14:04:34.732 INFO:teuthology.task.internal:Duration was 227.511483 seconds 2024-04-19T14:04:34.733 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-19T14:04:34.742 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-19T14:04:34.742 DEBUG:teuthology.orchestra.run.smithi006:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T14:04:34.745 DEBUG:teuthology.orchestra.run.smithi007:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T14:04:34.747 DEBUG:teuthology.orchestra.run.smithi104:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T14:04:34.791 INFO:teuthology.orchestra.run.smithi006.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T14:04:34.794 INFO:teuthology.orchestra.run.smithi007.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T14:04:34.804 INFO:teuthology.orchestra.run.smithi104.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T14:04:35.138 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-19T14:04:35.139 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi006.front.sepia.ceph.com 2024-04-19T14:04:35.139 DEBUG:teuthology.orchestra.run.smithi006:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-19T14:04:35.163 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi007.front.sepia.ceph.com 2024-04-19T14:04:35.163 DEBUG:teuthology.orchestra.run.smithi007:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-19T14:04:35.194 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi104.front.sepia.ceph.com 2024-04-19T14:04:35.194 DEBUG:teuthology.orchestra.run.smithi104:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-19T14:04:35.225 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-19T14:04:35.225 DEBUG:teuthology.orchestra.run.smithi006:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T14:04:35.228 DEBUG:teuthology.orchestra.run.smithi007:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T14:04:35.237 DEBUG:teuthology.orchestra.run.smithi104:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T14:04:35.298 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-19T14:04:35.298 DEBUG:teuthology.orchestra.run.smithi006:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T14:04:35.301 DEBUG:teuthology.orchestra.run.smithi007:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T14:04:35.311 DEBUG:teuthology.orchestra.run.smithi104:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T14:04:35.426 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-19T14:04:35.434 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-19T14:04:35.435 DEBUG:teuthology.orchestra.run.smithi006:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T14:04:35.463 DEBUG:teuthology.orchestra.run.smithi007:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T14:04:35.493 DEBUG:teuthology.orchestra.run.smithi104:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T14:04:35.522 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-19T14:04:35.531 DEBUG:teuthology.orchestra.run.smithi006:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-19T14:04:35.533 DEBUG:teuthology.orchestra.run.smithi007:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-19T14:04:35.535 DEBUG:teuthology.orchestra.run.smithi104:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-19T14:04:35.558 INFO:teuthology.orchestra.run.smithi006.stdout:kernel.core_pattern = core 2024-04-19T14:04:35.560 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern = core 2024-04-19T14:04:35.589 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern = core 2024-04-19T14:04:35.629 DEBUG:teuthology.orchestra.run.smithi006:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T14:04:35.652 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:04:35.652 DEBUG:teuthology.orchestra.run.smithi007:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T14:04:35.666 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:04:35.667 DEBUG:teuthology.orchestra.run.smithi104:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T14:04:35.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:04:35.685 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-19T14:04:35.695 INFO:teuthology.task.internal:Transferring archived files... 2024-04-19T14:04:35.696 DEBUG:teuthology.misc:Transferring archived files from smithi006:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663521/remote/smithi006 2024-04-19T14:04:35.697 DEBUG:teuthology.orchestra.run.smithi006:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T14:04:35.749 DEBUG:teuthology.misc:Transferring archived files from smithi007:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663521/remote/smithi007 2024-04-19T14:04:35.749 DEBUG:teuthology.orchestra.run.smithi007:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T14:04:35.800 DEBUG:teuthology.misc:Transferring archived files from smithi104:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663521/remote/smithi104 2024-04-19T14:04:35.801 DEBUG:teuthology.orchestra.run.smithi104:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T14:04:35.850 INFO:teuthology.task.internal:Removing archive directory... 2024-04-19T14:04:35.850 DEBUG:teuthology.orchestra.run.smithi006:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T14:04:35.853 DEBUG:teuthology.orchestra.run.smithi007:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T14:04:35.855 DEBUG:teuthology.orchestra.run.smithi104:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T14:04:35.901 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-19T14:04:35.910 INFO:teuthology.task.internal:Not uploading archives. 2024-04-19T14:04:35.910 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-19T14:04:35.919 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-19T14:04:35.919 DEBUG:teuthology.orchestra.run.smithi006:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T14:04:35.921 DEBUG:teuthology.orchestra.run.smithi007:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T14:04:35.923 DEBUG:teuthology.orchestra.run.smithi104:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T14:04:35.933 INFO:teuthology.orchestra.run.smithi006.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 14:04 /home/ubuntu/cephtest 2024-04-19T14:04:35.936 INFO:teuthology.orchestra.run.smithi007.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 14:04 /home/ubuntu/cephtest 2024-04-19T14:04:35.956 INFO:teuthology.orchestra.run.smithi104.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 14:04 /home/ubuntu/cephtest 2024-04-19T14:04:35.958 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-19T14:04:35.967 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-19T14:04:35.989 INFO:teuthology.nuke:Checking targets against current locks 2024-04-19T14:04:36.012 DEBUG:teuthology.nuke:shortname: smithi006 2024-04-19T14:04:36.013 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T14:04:36.036 DEBUG:teuthology.nuke:shortname: smithi007 2024-04-19T14:04:36.037 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T14:04:36.043 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi006.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663521', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:52:18.859314', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCKNL6Kem7GdePZ/dVNPdXZf7+Y//jiWYqApRNb6zCEbscqwsc9xGwDu+g76uXG3bJDVL9YiLvfl6NIQVhIS7Ek='} 2024-04-19T14:04:36.063 DEBUG:teuthology.nuke:shortname: smithi104 2024-04-19T14:04:36.063 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T14:04:36.068 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi007.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663521', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:52:18.862796', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAHzagXrNhkJtx3aelxFXY4OKQyiiyQ/C0N/zgfjOCP3ftoTMoGFk0BNUILfkPqV5vOiZ8sHTN5L++J1Tce5obo='} 2024-04-19T14:04:36.097 INFO:teuthology.orchestra.console.smithi006:Power off 2024-04-19T14:04:36.098 DEBUG:teuthology.orchestra.console.smithi006:pexpect command: ipmitool -H smithi006.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T14:04:36.108 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi104.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663521', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:52:18.861188', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCWJJ8un89dpRtsHIHGePycxJ+kR4Kl6hVk0f9VU2KcNb1sT5FUQKZ0+8dE6YOt98O4IxqLvAnEoSMQMQjbP6oQ='} 2024-04-19T14:04:36.121 DEBUG:teuthology.orchestra.console.smithi006:power off output: Chassis Power Control: Down/Off 2024-04-19T14:04:36.121 DEBUG:teuthology.orchestra.console.smithi006:pexpect command: ipmitool -H smithi006.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:04:36.144 INFO:teuthology.orchestra.console.smithi007:Power off 2024-04-19T14:04:36.145 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T14:04:36.155 DEBUG:teuthology.orchestra.console.smithi006:check power output: Chassis Power is on 2024-04-19T14:04:36.168 DEBUG:teuthology.orchestra.console.smithi007:power off output: Chassis Power Control: Down/Off 2024-04-19T14:04:36.168 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:04:36.185 INFO:teuthology.orchestra.console.smithi104:Power off 2024-04-19T14:04:36.186 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T14:04:36.198 DEBUG:teuthology.orchestra.console.smithi007:check power output: Chassis Power is on 2024-04-19T14:04:36.211 DEBUG:teuthology.orchestra.console.smithi104:power off output: Chassis Power Control: Down/Off 2024-04-19T14:04:36.212 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:04:36.235 DEBUG:teuthology.orchestra.console.smithi104:check power output: Chassis Power is on 2024-04-19T14:04:40.156 DEBUG:teuthology.orchestra.console.smithi006:pexpect command: ipmitool -H smithi006.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:04:40.199 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:04:40.236 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:04:40.267 DEBUG:teuthology.orchestra.console.smithi006:check power output: Chassis Power is on 2024-04-19T14:04:40.309 DEBUG:teuthology.orchestra.console.smithi007:check power output: Chassis Power is on 2024-04-19T14:04:40.346 DEBUG:teuthology.orchestra.console.smithi104:check power output: Chassis Power is on 2024-04-19T14:04:44.272 DEBUG:teuthology.orchestra.console.smithi006:pexpect command: ipmitool -H smithi006.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:04:44.310 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:04:44.347 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:04:44.382 DEBUG:teuthology.orchestra.console.smithi006:check power output: Chassis Power is on 2024-04-19T14:04:44.420 DEBUG:teuthology.orchestra.console.smithi007:check power output: Chassis Power is off 2024-04-19T14:04:44.457 DEBUG:teuthology.orchestra.console.smithi104:check power output: Chassis Power is off 2024-04-19T14:04:44.521 INFO:teuthology.orchestra.console.smithi007:Power off completed 2024-04-19T14:04:44.558 INFO:teuthology.orchestra.console.smithi104:Power off completed 2024-04-19T14:04:48.387 DEBUG:teuthology.orchestra.console.smithi006:pexpect command: ipmitool -H smithi006.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:04:48.496 DEBUG:teuthology.orchestra.console.smithi006:check power output: Chassis Power is off 2024-04-19T14:04:48.597 INFO:teuthology.orchestra.console.smithi006:Power off completed 2024-04-19T14:04:48.740 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_monitoring_stack_basic} duration: 227.51148295402527 failure_reason: 'smithi104.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: []smithi006.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: []smithi007.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: []' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=42c126e2f3724d7d83cc8ef983d3d466 status: dead success: false 2024-04-19T14:04:48.741 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T14:04:48.822 INFO:teuthology.run:DEAD