2026-02-22T20:25:08.738 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-22T20:25:08.753 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-22T20:25:08.839 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64505 branch: wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_monitoring_stack_basic} email: null first_in_suite: false flavor: default job_id: '64505' kernel: branch: distro kdb: 1 sha1: distro last_in_suite: false machine_type: trial name: nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle 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 - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: a5c3084f688b1f6eff223b8d259a8316f9844c8e ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} cephadm: distro-suffix: rockylinux-10 install: ceph: flavor: default sha1: a5c3084f688b1f6eff223b8d259a8316f9844c8e selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle sha1: a5c3084f688b1f6eff223b8d259a8316f9844c8e owner: scheduled_nmordech@soko04.front.sepia.ceph.com priority: 10 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: 966 sha1: a5c3084f688b1f6eff223b8d259a8316f9844c8e sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_a5c3084f688b1f6eff223b8d259a8316f9844c8e/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: a5c3084f688b1f6eff223b8d259a8316f9844c8e targets: trial009.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLiSQuI01RJN6zmefVlRNn2EyHFyMY/mW3hf0LjWRAbPu8imrMKNRF6JpZQovyTSWl8/MRBt14bWcGS2T8v6BMY= trial053.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKw8ZIJkzb9HZhmdYLruKUyCmxUyCwA5sNWPEUROpMjr1mTXcptCsB8teiyPe0vVcr6FCIVBrPu5RQ9NekQjgLU= trial132.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCeIXJ4TdNZxqEIIjKoXhztnAzLOsbs29TvFfE9pVpKPjTrtlx709IvStx5+YCc4PKWRJp8kUKzym5HkdTo7LSc= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -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/v2/status\ncurl -s http://${ALERTM_IP}:9093/api/v2/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v2/alerts | jq -e '.[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n# check\ \ prometheus metrics endpoint is not empty and make sure we can get metrics\n\ METRICS_URL=$(ceph mgr services | jq -r .prometheus)\n[ -n \"$METRICS_URL\"\ \ ] || exit 1\ncurl -s \"${METRICS_URL}metrics\" | grep -q '^ceph_health_status'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: fa17720d0088c3ac28e473468bfc79eeaff5cd38 timestamp: 2026-02-22_19:44:01 tube: trial user: nmordech verbose: false worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.3318653 2026-02-22T20:25:08.840 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_a5c3084f688b1f6eff223b8d259a8316f9844c8e/qa; will attempt to use it 2026-02-22T20:25:08.840 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_a5c3084f688b1f6eff223b8d259a8316f9844c8e/qa/tasks 2026-02-22T20:25:08.840 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-22T20:25:08.842 INFO:teuthology.task.internal:Checking packages... 2026-02-22T20:25:08.842 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a5c3084f688b1f6eff223b8d259a8316f9844c8e' 2026-02-22T20:25:08.842 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-22T20:25:08.842 INFO:teuthology.packaging:ref: None 2026-02-22T20:25:08.842 INFO:teuthology.packaging:tag: None 2026-02-22T20:25:08.842 INFO:teuthology.packaging:branch: wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle 2026-02-22T20:25:08.842 INFO:teuthology.packaging:sha1: a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:25:08.842 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle 2026-02-22T20:25:08.961 INFO:teuthology.task.internal:Found packages for ceph version 20.2.0-794.ga5c3084f 2026-02-22T20:25:08.962 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-22T20:25:08.975 INFO:teuthology.task.internal:no buildpackages task found 2026-02-22T20:25:08.975 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-22T20:25:08.987 INFO:teuthology.task.internal:Saving configuration 2026-02-22T20:25:08.998 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-22T20:25:09.010 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-22T20:25:09.087 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial009.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64505', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-22 20:21:40.138581', 'locked_by': 'scheduled_nmordech@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLiSQuI01RJN6zmefVlRNn2EyHFyMY/mW3hf0LjWRAbPu8imrMKNRF6JpZQovyTSWl8/MRBt14bWcGS2T8v6BMY='} 2026-02-22T20:25:09.145 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial053.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64505', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-22 20:21:40.138173', 'locked_by': 'scheduled_nmordech@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKw8ZIJkzb9HZhmdYLruKUyCmxUyCwA5sNWPEUROpMjr1mTXcptCsB8teiyPe0vVcr6FCIVBrPu5RQ9NekQjgLU='} 2026-02-22T20:25:09.203 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial132.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64505', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-22 20:21:40.137554', 'locked_by': 'scheduled_nmordech@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCeIXJ4TdNZxqEIIjKoXhztnAzLOsbs29TvFfE9pVpKPjTrtlx709IvStx5+YCc4PKWRJp8kUKzym5HkdTo7LSc='} 2026-02-22T20:25:09.203 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-22T20:25:09.215 INFO:teuthology.task.internal:roles: ubuntu@trial009.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2026-02-22T20:25:09.215 INFO:teuthology.task.internal:roles: ubuntu@trial053.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2026-02-22T20:25:09.215 INFO:teuthology.task.internal:roles: ubuntu@trial132.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2026-02-22T20:25:09.215 INFO:teuthology.run_tasks:Running task console_log... 2026-02-22T20:25:09.411 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x723a3d5de2a0>, signals=[15]) 2026-02-22T20:25:09.411 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-22T20:25:09.422 INFO:teuthology.task.internal:Opening connections... 2026-02-22T20:25:09.422 DEBUG:teuthology.task.internal:connecting to ubuntu@trial009.front.sepia.ceph.com 2026-02-22T20:25:09.423 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial009.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T20:25:09.486 DEBUG:teuthology.task.internal:connecting to ubuntu@trial053.front.sepia.ceph.com 2026-02-22T20:25:09.486 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T20:25:09.548 DEBUG:teuthology.task.internal:connecting to ubuntu@trial132.front.sepia.ceph.com 2026-02-22T20:25:09.548 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T20:25:09.608 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-22T20:25:09.619 DEBUG:teuthology.orchestra.run.trial009:> uname -m 2026-02-22T20:25:09.635 INFO:teuthology.orchestra.run.trial009.stdout:x86_64 2026-02-22T20:25:09.635 DEBUG:teuthology.orchestra.run.trial009:> cat /etc/os-release 2026-02-22T20:25:09.691 INFO:teuthology.orchestra.run.trial009.stdout:NAME="CentOS Stream" 2026-02-22T20:25:09.691 INFO:teuthology.orchestra.run.trial009.stdout:VERSION="9" 2026-02-22T20:25:09.691 INFO:teuthology.orchestra.run.trial009.stdout:ID="centos" 2026-02-22T20:25:09.691 INFO:teuthology.orchestra.run.trial009.stdout:ID_LIKE="rhel fedora" 2026-02-22T20:25:09.691 INFO:teuthology.orchestra.run.trial009.stdout:VERSION_ID="9" 2026-02-22T20:25:09.691 INFO:teuthology.orchestra.run.trial009.stdout:PLATFORM_ID="platform:el9" 2026-02-22T20:25:09.691 INFO:teuthology.orchestra.run.trial009.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-22T20:25:09.691 INFO:teuthology.orchestra.run.trial009.stdout:ANSI_COLOR="0;31" 2026-02-22T20:25:09.691 INFO:teuthology.orchestra.run.trial009.stdout:LOGO="fedora-logo-icon" 2026-02-22T20:25:09.691 INFO:teuthology.orchestra.run.trial009.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-22T20:25:09.691 INFO:teuthology.orchestra.run.trial009.stdout:HOME_URL="https://centos.org/" 2026-02-22T20:25:09.691 INFO:teuthology.orchestra.run.trial009.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-22T20:25:09.691 INFO:teuthology.orchestra.run.trial009.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-22T20:25:09.691 INFO:teuthology.orchestra.run.trial009.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-22T20:25:09.692 INFO:teuthology.lock.ops:Updating trial009.front.sepia.ceph.com on lock server 2026-02-22T20:25:09.756 DEBUG:teuthology.orchestra.run.trial053:> uname -m 2026-02-22T20:25:09.771 INFO:teuthology.orchestra.run.trial053.stdout:x86_64 2026-02-22T20:25:09.771 DEBUG:teuthology.orchestra.run.trial053:> cat /etc/os-release 2026-02-22T20:25:09.827 INFO:teuthology.orchestra.run.trial053.stdout:NAME="CentOS Stream" 2026-02-22T20:25:09.827 INFO:teuthology.orchestra.run.trial053.stdout:VERSION="9" 2026-02-22T20:25:09.827 INFO:teuthology.orchestra.run.trial053.stdout:ID="centos" 2026-02-22T20:25:09.827 INFO:teuthology.orchestra.run.trial053.stdout:ID_LIKE="rhel fedora" 2026-02-22T20:25:09.827 INFO:teuthology.orchestra.run.trial053.stdout:VERSION_ID="9" 2026-02-22T20:25:09.827 INFO:teuthology.orchestra.run.trial053.stdout:PLATFORM_ID="platform:el9" 2026-02-22T20:25:09.827 INFO:teuthology.orchestra.run.trial053.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-22T20:25:09.827 INFO:teuthology.orchestra.run.trial053.stdout:ANSI_COLOR="0;31" 2026-02-22T20:25:09.827 INFO:teuthology.orchestra.run.trial053.stdout:LOGO="fedora-logo-icon" 2026-02-22T20:25:09.827 INFO:teuthology.orchestra.run.trial053.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-22T20:25:09.827 INFO:teuthology.orchestra.run.trial053.stdout:HOME_URL="https://centos.org/" 2026-02-22T20:25:09.827 INFO:teuthology.orchestra.run.trial053.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-22T20:25:09.827 INFO:teuthology.orchestra.run.trial053.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-22T20:25:09.827 INFO:teuthology.orchestra.run.trial053.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-22T20:25:09.828 INFO:teuthology.lock.ops:Updating trial053.front.sepia.ceph.com on lock server 2026-02-22T20:25:09.897 DEBUG:teuthology.orchestra.run.trial132:> uname -m 2026-02-22T20:25:09.913 INFO:teuthology.orchestra.run.trial132.stdout:x86_64 2026-02-22T20:25:09.913 DEBUG:teuthology.orchestra.run.trial132:> cat /etc/os-release 2026-02-22T20:25:09.969 INFO:teuthology.orchestra.run.trial132.stdout:NAME="CentOS Stream" 2026-02-22T20:25:09.969 INFO:teuthology.orchestra.run.trial132.stdout:VERSION="9" 2026-02-22T20:25:09.970 INFO:teuthology.orchestra.run.trial132.stdout:ID="centos" 2026-02-22T20:25:09.970 INFO:teuthology.orchestra.run.trial132.stdout:ID_LIKE="rhel fedora" 2026-02-22T20:25:09.970 INFO:teuthology.orchestra.run.trial132.stdout:VERSION_ID="9" 2026-02-22T20:25:09.970 INFO:teuthology.orchestra.run.trial132.stdout:PLATFORM_ID="platform:el9" 2026-02-22T20:25:09.970 INFO:teuthology.orchestra.run.trial132.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-22T20:25:09.970 INFO:teuthology.orchestra.run.trial132.stdout:ANSI_COLOR="0;31" 2026-02-22T20:25:09.970 INFO:teuthology.orchestra.run.trial132.stdout:LOGO="fedora-logo-icon" 2026-02-22T20:25:09.970 INFO:teuthology.orchestra.run.trial132.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-22T20:25:09.970 INFO:teuthology.orchestra.run.trial132.stdout:HOME_URL="https://centos.org/" 2026-02-22T20:25:09.970 INFO:teuthology.orchestra.run.trial132.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-22T20:25:09.970 INFO:teuthology.orchestra.run.trial132.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-22T20:25:09.970 INFO:teuthology.orchestra.run.trial132.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-22T20:25:09.970 INFO:teuthology.lock.ops:Updating trial132.front.sepia.ceph.com on lock server 2026-02-22T20:25:10.044 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-22T20:25:10.055 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-22T20:25:10.067 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-22T20:25:10.068 DEBUG:teuthology.orchestra.run.trial009:> test '!' -e /home/ubuntu/cephtest 2026-02-22T20:25:10.069 DEBUG:teuthology.orchestra.run.trial053:> test '!' -e /home/ubuntu/cephtest 2026-02-22T20:25:10.071 DEBUG:teuthology.orchestra.run.trial132:> test '!' -e /home/ubuntu/cephtest 2026-02-22T20:25:10.086 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-22T20:25:10.096 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-22T20:25:10.097 DEBUG:teuthology.orchestra.run.trial009:> test -z $(ls -A /var/lib/ceph) 2026-02-22T20:25:10.125 DEBUG:teuthology.orchestra.run.trial053:> test -z $(ls -A /var/lib/ceph) 2026-02-22T20:25:10.127 DEBUG:teuthology.orchestra.run.trial132:> test -z $(ls -A /var/lib/ceph) 2026-02-22T20:25:10.143 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-22T20:25:10.346 INFO:teuthology.run_tasks:Running task kernel... 2026-02-22T20:25:10.365 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-22T20:25:10.365 INFO:teuthology.task.kernel:config {'host.a': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}, 'host.b': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}, 'host.c': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}}, timeout 300 2026-02-22T20:25:10.365 DEBUG:teuthology.orchestra.run.trial009:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-22T20:25:10.365 DEBUG:teuthology.orchestra.run.trial053:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-22T20:25:10.366 DEBUG:teuthology.orchestra.run.trial132:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-22T20:25:10.380 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:25:10.380 DEBUG:teuthology.orchestra.run.trial053:> uname -r 2026-02-22T20:25:10.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:25:10.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:25:10.381 DEBUG:teuthology.orchestra.run.trial132:> uname -r 2026-02-22T20:25:10.381 DEBUG:teuthology.orchestra.run.trial009:> uname -r 2026-02-22T20:25:10.436 INFO:teuthology.orchestra.run.trial053.stdout:5.14.0-681.el9.x86_64 2026-02-22T20:25:10.436 INFO:teuthology.task.kernel:Running kernel on trial053: 5.14.0-681.el9.x86_64 2026-02-22T20:25:10.436 DEBUG:teuthology.orchestra.run.trial053:> sudo yum install -y kernel 2026-02-22T20:25:10.436 INFO:teuthology.orchestra.run.trial132.stdout:5.14.0-681.el9.x86_64 2026-02-22T20:25:10.436 INFO:teuthology.task.kernel:Running kernel on trial132: 5.14.0-681.el9.x86_64 2026-02-22T20:25:10.436 DEBUG:teuthology.orchestra.run.trial132:> sudo yum install -y kernel 2026-02-22T20:25:10.437 INFO:teuthology.orchestra.run.trial009.stdout:5.14.0-681.el9.x86_64 2026-02-22T20:25:10.437 INFO:teuthology.task.kernel:Running kernel on trial009: 5.14.0-681.el9.x86_64 2026-02-22T20:25:10.437 DEBUG:teuthology.orchestra.run.trial009:> sudo yum install -y kernel 2026-02-22T20:25:11.387 INFO:teuthology.orchestra.run.trial009.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.9 MB 00:00 2026-02-22T20:25:11.910 INFO:teuthology.orchestra.run.trial132.stdout:CentOS Stream 9 - BaseOS 8.2 MB/s | 8.9 MB 00:01 2026-02-22T20:25:12.466 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - BaseOS 5.4 MB/s | 8.9 MB 00:01 2026-02-22T20:25:12.822 INFO:teuthology.orchestra.run.trial132.stdout:CentOS Stream 9 - AppStream 71 MB/s | 27 MB 00:00 2026-02-22T20:25:16.076 INFO:teuthology.orchestra.run.trial132.stdout:CentOS Stream 9 - CRB 8.8 MB/s | 7.8 MB 00:00 2026-02-22T20:25:16.359 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - AppStream 8.0 MB/s | 27 MB 00:03 2026-02-22T20:25:17.013 INFO:teuthology.orchestra.run.trial132.stdout:CentOS Stream 9 - Extras packages 93 kB/s | 20 kB 00:00 2026-02-22T20:25:17.656 INFO:teuthology.orchestra.run.trial132.stdout:Extra Packages for Enterprise Linux 35 MB/s | 20 MB 00:00 2026-02-22T20:25:20.415 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - CRB 4.6 MB/s | 7.8 MB 00:01 2026-02-22T20:25:20.868 INFO:teuthology.orchestra.run.trial132.stdout:lab-extras 3.0 MB/s | 50 kB 00:00 2026-02-22T20:25:21.531 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - Extras packages 51 kB/s | 20 kB 00:00 2026-02-22T20:25:21.876 INFO:teuthology.orchestra.run.trial132.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-22T20:25:21.876 INFO:teuthology.orchestra.run.trial132.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-22T20:25:21.895 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:25:21.896 INFO:teuthology.orchestra.run.trial132.stdout:Nothing to do. 2026-02-22T20:25:21.896 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:25:21.921 DEBUG:teuthology.orchestra.run.trial132:> echo no | sudo yum reinstall kernel || true 2026-02-22T20:25:22.127 INFO:teuthology.orchestra.run.trial053.stdout:Extra Packages for Enterprise Linux 38 MB/s | 20 MB 00:00 2026-02-22T20:25:22.228 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:02 ago on Sun 22 Feb 2026 08:25:20 PM UTC. 2026-02-22T20:25:22.310 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:25:22.311 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:25:22.311 INFO:teuthology.orchestra.run.trial132.stdout: Package Architecture Version Repository Size 2026-02-22T20:25:22.311 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:25:22.311 INFO:teuthology.orchestra.run.trial132.stdout:Reinstalling: 2026-02-22T20:25:22.311 INFO:teuthology.orchestra.run.trial132.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-22T20:25:22.311 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:25:22.311 INFO:teuthology.orchestra.run.trial132.stdout:Transaction Summary 2026-02-22T20:25:22.311 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:25:22.311 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:25:22.311 INFO:teuthology.orchestra.run.trial132.stdout:Total download size: 803 k 2026-02-22T20:25:22.311 INFO:teuthology.orchestra.run.trial132.stdout:Installed size: 0 2026-02-22T20:25:22.311 INFO:teuthology.orchestra.run.trial132.stderr:Operation aborted. 2026-02-22T20:25:22.331 INFO:teuthology.orchestra.run.trial132.stdout:Is this ok [y/N]: 2026-02-22T20:25:22.332 DEBUG:teuthology.orchestra.run.trial132:> sudo yum reinstall -y kernel || true 2026-02-22T20:25:22.627 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:02 ago on Sun 22 Feb 2026 08:25:20 PM UTC. 2026-02-22T20:25:22.706 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:25:22.706 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:25:22.706 INFO:teuthology.orchestra.run.trial132.stdout: Package Architecture Version Repository Size 2026-02-22T20:25:22.706 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:25:22.706 INFO:teuthology.orchestra.run.trial132.stdout:Reinstalling: 2026-02-22T20:25:22.707 INFO:teuthology.orchestra.run.trial132.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-22T20:25:22.707 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:25:22.707 INFO:teuthology.orchestra.run.trial132.stdout:Transaction Summary 2026-02-22T20:25:22.707 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:25:22.707 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:25:22.707 INFO:teuthology.orchestra.run.trial132.stdout:Total download size: 803 k 2026-02-22T20:25:22.707 INFO:teuthology.orchestra.run.trial132.stdout:Installed size: 0 2026-02-22T20:25:22.707 INFO:teuthology.orchestra.run.trial132.stdout:Downloading Packages: 2026-02-22T20:25:23.035 INFO:teuthology.orchestra.run.trial132.stdout:kernel-5.14.0-681.el9.x86_64.rpm 12 MB/s | 803 kB 00:00 2026-02-22T20:25:23.035 INFO:teuthology.orchestra.run.trial132.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:25:23.036 INFO:teuthology.orchestra.run.trial132.stdout:Total 2.4 MB/s | 803 kB 00:00 2026-02-22T20:25:23.045 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction check 2026-02-22T20:25:23.079 INFO:teuthology.orchestra.run.trial132.stdout:Transaction check succeeded. 2026-02-22T20:25:23.079 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction test 2026-02-22T20:25:23.083 INFO:teuthology.orchestra.run.trial132.stdout:Transaction test succeeded. 2026-02-22T20:25:23.084 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction 2026-02-22T20:25:23.108 INFO:teuthology.orchestra.run.trial132.stdout: Preparing : 1/1 2026-02-22T20:25:23.111 INFO:teuthology.orchestra.run.trial132.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-22T20:25:23.112 INFO:teuthology.orchestra.run.trial132.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T20:25:23.219 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T20:25:23.219 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-22T20:25:23.271 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T20:25:23.272 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:25:23.272 INFO:teuthology.orchestra.run.trial132.stdout:Reinstalled: 2026-02-22T20:25:23.272 INFO:teuthology.orchestra.run.trial132.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-22T20:25:23.272 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:25:23.272 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:25:23.301 DEBUG:teuthology.orchestra.run.trial132:> rpm -q kernel | sort -rV | head -n 1 2026-02-22T20:25:23.325 INFO:teuthology.orchestra.run.trial132.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-22T20:25:23.325 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-22T20:25:23.325 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-22T20:25:23.325 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2026-02-22T20:25:23.325 DEBUG:teuthology.orchestra.run.trial132:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-22T20:25:23.390 INFO:teuthology.orchestra.run.trial132.stdout:ttyS1 2026-02-22T20:25:23.409 DEBUG:teuthology.parallel:result is None 2026-02-22T20:25:25.335 INFO:teuthology.orchestra.run.trial053.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-22T20:25:26.345 INFO:teuthology.orchestra.run.trial053.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-22T20:25:26.346 INFO:teuthology.orchestra.run.trial053.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-22T20:25:26.364 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:25:26.365 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-22T20:25:26.365 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:25:26.388 DEBUG:teuthology.orchestra.run.trial053:> echo no | sudo yum reinstall kernel || true 2026-02-22T20:25:26.684 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:01 ago on Sun 22 Feb 2026 08:25:25 PM UTC. 2026-02-22T20:25:26.764 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:25:26.764 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:25:26.764 INFO:teuthology.orchestra.run.trial053.stdout: Package Architecture Version Repository Size 2026-02-22T20:25:26.764 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:25:26.765 INFO:teuthology.orchestra.run.trial053.stdout:Reinstalling: 2026-02-22T20:25:26.765 INFO:teuthology.orchestra.run.trial053.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-22T20:25:26.765 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:25:26.765 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-22T20:25:26.765 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:25:26.765 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:25:26.766 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 803 k 2026-02-22T20:25:26.766 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 0 2026-02-22T20:25:26.766 INFO:teuthology.orchestra.run.trial053.stderr:Operation aborted. 2026-02-22T20:25:26.785 INFO:teuthology.orchestra.run.trial053.stdout:Is this ok [y/N]: 2026-02-22T20:25:26.786 DEBUG:teuthology.orchestra.run.trial053:> sudo yum reinstall -y kernel || true 2026-02-22T20:25:27.084 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:02 ago on Sun 22 Feb 2026 08:25:25 PM UTC. 2026-02-22T20:25:27.164 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:25:27.165 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:25:27.165 INFO:teuthology.orchestra.run.trial053.stdout: Package Architecture Version Repository Size 2026-02-22T20:25:27.165 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:25:27.165 INFO:teuthology.orchestra.run.trial053.stdout:Reinstalling: 2026-02-22T20:25:27.165 INFO:teuthology.orchestra.run.trial053.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-22T20:25:27.165 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:25:27.165 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-22T20:25:27.165 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:25:27.165 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:25:27.165 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 803 k 2026-02-22T20:25:27.166 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 0 2026-02-22T20:25:27.166 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-22T20:25:27.397 INFO:teuthology.orchestra.run.trial053.stdout:kernel-5.14.0-681.el9.x86_64.rpm 5.7 MB/s | 803 kB 00:00 2026-02-22T20:25:27.398 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:25:27.398 INFO:teuthology.orchestra.run.trial053.stdout:Total 3.4 MB/s | 803 kB 00:00 2026-02-22T20:25:27.407 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-22T20:25:27.441 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-22T20:25:27.441 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-22T20:25:27.445 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-22T20:25:27.445 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-22T20:25:27.469 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-22T20:25:27.472 INFO:teuthology.orchestra.run.trial053.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-22T20:25:27.473 INFO:teuthology.orchestra.run.trial053.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T20:25:27.582 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T20:25:27.582 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-22T20:25:27.636 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T20:25:27.636 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:25:27.636 INFO:teuthology.orchestra.run.trial053.stdout:Reinstalled: 2026-02-22T20:25:27.637 INFO:teuthology.orchestra.run.trial053.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-22T20:25:27.637 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:25:27.637 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:25:27.663 DEBUG:teuthology.orchestra.run.trial053:> rpm -q kernel | sort -rV | head -n 1 2026-02-22T20:25:27.688 INFO:teuthology.orchestra.run.trial053.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-22T20:25:27.689 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-22T20:25:27.689 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-22T20:25:27.689 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-22T20:25:27.690 DEBUG:teuthology.orchestra.run.trial053:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-22T20:25:27.752 INFO:teuthology.orchestra.run.trial053.stdout:ttyS1 2026-02-22T20:25:27.775 DEBUG:teuthology.parallel:result is None 2026-02-22T20:25:38.580 INFO:teuthology.orchestra.run.trial009.stdout:CentOS Stream 9 - AppStream 1.0 MB/s | 27 MB 00:26 2026-02-22T20:25:41.191 INFO:teuthology.orchestra.run.trial009.stdout:CentOS Stream 9 - CRB 32 MB/s | 7.8 MB 00:00 2026-02-22T20:25:42.254 INFO:teuthology.orchestra.run.trial009.stdout:CentOS Stream 9 - Extras packages 60 kB/s | 20 kB 00:00 2026-02-22T20:25:42.841 INFO:teuthology.orchestra.run.trial009.stdout:Extra Packages for Enterprise Linux 39 MB/s | 20 MB 00:00 2026-02-22T20:25:45.999 INFO:teuthology.orchestra.run.trial009.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-22T20:25:47.020 INFO:teuthology.orchestra.run.trial009.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-22T20:25:47.020 INFO:teuthology.orchestra.run.trial009.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-22T20:25:47.039 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:25:47.040 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-22T20:25:47.040 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:25:47.064 DEBUG:teuthology.orchestra.run.trial009:> echo no | sudo yum reinstall kernel || true 2026-02-22T20:25:47.405 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:02 ago on Sun 22 Feb 2026 08:25:45 PM UTC. 2026-02-22T20:25:47.485 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:25:47.486 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:25:47.486 INFO:teuthology.orchestra.run.trial009.stdout: Package Architecture Version Repository Size 2026-02-22T20:25:47.486 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:25:47.486 INFO:teuthology.orchestra.run.trial009.stdout:Reinstalling: 2026-02-22T20:25:47.486 INFO:teuthology.orchestra.run.trial009.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-22T20:25:47.486 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:25:47.487 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-22T20:25:47.487 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:25:47.487 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:25:47.487 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 803 k 2026-02-22T20:25:47.487 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 0 2026-02-22T20:25:47.487 INFO:teuthology.orchestra.run.trial009.stderr:Operation aborted. 2026-02-22T20:25:47.506 INFO:teuthology.orchestra.run.trial009.stdout:Is this ok [y/N]: 2026-02-22T20:25:47.507 DEBUG:teuthology.orchestra.run.trial009:> sudo yum reinstall -y kernel || true 2026-02-22T20:25:47.802 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:02 ago on Sun 22 Feb 2026 08:25:45 PM UTC. 2026-02-22T20:25:47.885 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:25:47.885 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:25:47.885 INFO:teuthology.orchestra.run.trial009.stdout: Package Architecture Version Repository Size 2026-02-22T20:25:47.885 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:25:47.886 INFO:teuthology.orchestra.run.trial009.stdout:Reinstalling: 2026-02-22T20:25:47.886 INFO:teuthology.orchestra.run.trial009.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-22T20:25:47.886 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:25:47.886 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-22T20:25:47.886 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:25:47.886 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:25:47.886 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 803 k 2026-02-22T20:25:47.886 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 0 2026-02-22T20:25:47.886 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-22T20:25:48.010 INFO:teuthology.orchestra.run.trial009.stdout:kernel-5.14.0-681.el9.x86_64.rpm 12 MB/s | 803 kB 00:00 2026-02-22T20:25:48.010 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:25:48.010 INFO:teuthology.orchestra.run.trial009.stdout:Total 6.3 MB/s | 803 kB 00:00 2026-02-22T20:25:48.020 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-22T20:25:48.053 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-22T20:25:48.053 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-22T20:25:48.058 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-22T20:25:48.058 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-22T20:25:48.081 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-22T20:25:48.085 INFO:teuthology.orchestra.run.trial009.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-22T20:25:48.085 INFO:teuthology.orchestra.run.trial009.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T20:25:48.192 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T20:25:48.192 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-22T20:25:48.243 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T20:25:48.243 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:25:48.243 INFO:teuthology.orchestra.run.trial009.stdout:Reinstalled: 2026-02-22T20:25:48.243 INFO:teuthology.orchestra.run.trial009.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-22T20:25:48.243 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:25:48.244 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:25:48.270 DEBUG:teuthology.orchestra.run.trial009:> rpm -q kernel | sort -rV | head -n 1 2026-02-22T20:25:48.295 INFO:teuthology.orchestra.run.trial009.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-22T20:25:48.296 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-22T20:25:48.296 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-22T20:25:48.297 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-22T20:25:48.297 DEBUG:teuthology.orchestra.run.trial009:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-22T20:25:48.359 INFO:teuthology.orchestra.run.trial009.stdout:ttyS1 2026-02-22T20:25:48.387 DEBUG:teuthology.parallel:result is None 2026-02-22T20:25:48.387 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-22T20:25:48.400 INFO:teuthology.task.internal:Creating test directory... 2026-02-22T20:25:48.400 DEBUG:teuthology.orchestra.run.trial009:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-22T20:25:48.429 DEBUG:teuthology.orchestra.run.trial053:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-22T20:25:48.432 DEBUG:teuthology.orchestra.run.trial132:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-22T20:25:48.450 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-22T20:25:48.462 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-22T20:25:48.476 INFO:teuthology.task.internal:Creating archive directory... 2026-02-22T20:25:48.477 DEBUG:teuthology.orchestra.run.trial009:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-22T20:25:48.486 DEBUG:teuthology.orchestra.run.trial053:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-22T20:25:48.489 DEBUG:teuthology.orchestra.run.trial132:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-22T20:25:48.515 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-22T20:25:48.527 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-22T20:25:48.527 DEBUG:teuthology.orchestra.run.trial009:> 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 2026-02-22T20:25:48.543 DEBUG:teuthology.orchestra.run.trial053:> 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 2026-02-22T20:25:48.547 DEBUG:teuthology.orchestra.run.trial132:> 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 2026-02-22T20:25:48.565 INFO:teuthology.orchestra.run.trial009.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T20:25:48.571 INFO:teuthology.orchestra.run.trial053.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T20:25:48.573 INFO:teuthology.orchestra.run.trial132.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T20:25:48.573 INFO:teuthology.orchestra.run.trial009.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T20:25:48.580 INFO:teuthology.orchestra.run.trial053.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T20:25:48.582 INFO:teuthology.orchestra.run.trial132.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T20:25:48.583 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-22T20:25:48.595 INFO:teuthology.task.internal:Configuring sudo... 2026-02-22T20:25:48.595 DEBUG:teuthology.orchestra.run.trial009:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-22T20:25:48.617 DEBUG:teuthology.orchestra.run.trial053:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-22T20:25:48.624 DEBUG:teuthology.orchestra.run.trial132:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-22T20:25:48.650 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-22T20:25:48.669 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-22T20:25:48.670 DEBUG:teuthology.orchestra.run.trial009:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-22T20:25:48.680 DEBUG:teuthology.orchestra.run.trial053:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-22T20:25:48.689 DEBUG:teuthology.orchestra.run.trial132:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-22T20:25:48.707 DEBUG:teuthology.orchestra.run.trial009:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:25:48.855 DEBUG:teuthology.orchestra.run.trial009:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:25:48.880 DEBUG:teuthology.orchestra.run.trial009:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:25:49.021 DEBUG:teuthology.orchestra.run.trial009:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:25:49.046 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-22T20:25:49.046 DEBUG:teuthology.orchestra.run.trial009:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-22T20:25:49.109 DEBUG:teuthology.orchestra.run.trial053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:25:49.224 DEBUG:teuthology.orchestra.run.trial053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:25:49.250 DEBUG:teuthology.orchestra.run.trial053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:25:51.353 DEBUG:teuthology.orchestra.run.trial053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:25:51.379 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-22T20:25:51.379 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-22T20:25:51.443 DEBUG:teuthology.orchestra.run.trial132:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:25:51.565 DEBUG:teuthology.orchestra.run.trial132:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:25:51.592 DEBUG:teuthology.orchestra.run.trial132:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:25:51.741 DEBUG:teuthology.orchestra.run.trial132:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:25:51.766 DEBUG:teuthology.orchestra.run.trial132:> set -ex 2026-02-22T20:25:51.766 DEBUG:teuthology.orchestra.run.trial132:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-22T20:25:51.832 DEBUG:teuthology.orchestra.run.trial009:> sudo service rsyslog restart 2026-02-22T20:25:51.834 DEBUG:teuthology.orchestra.run.trial053:> sudo service rsyslog restart 2026-02-22T20:25:51.837 DEBUG:teuthology.orchestra.run.trial132:> sudo service rsyslog restart 2026-02-22T20:25:51.861 INFO:teuthology.orchestra.run.trial009.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-22T20:25:51.864 INFO:teuthology.orchestra.run.trial053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-22T20:25:51.901 INFO:teuthology.orchestra.run.trial132.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-22T20:25:52.248 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-22T20:25:52.260 INFO:teuthology.task.internal:Starting timer... 2026-02-22T20:25:52.260 INFO:teuthology.run_tasks:Running task pcp... 2026-02-22T20:25:52.282 INFO:teuthology.run_tasks:Running task selinux... 2026-02-22T20:25:52.303 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-22T20:25:52.303 DEBUG:teuthology.orchestra.run.trial009:> sudo service auditd rotate 2026-02-22T20:25:52.333 INFO:teuthology.orchestra.run.trial009.stdout:Rotating logs: 2026-02-22T20:25:52.335 DEBUG:teuthology.orchestra.run.trial053:> sudo service auditd rotate 2026-02-22T20:25:52.364 INFO:teuthology.orchestra.run.trial053.stdout:Rotating logs: 2026-02-22T20:25:52.366 DEBUG:teuthology.orchestra.run.trial132:> sudo service auditd rotate 2026-02-22T20:25:52.397 INFO:teuthology.orchestra.run.trial132.stdout:Rotating logs: 2026-02-22T20:25:52.398 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-22T20:25:52.398 DEBUG:teuthology.orchestra.run.trial009:> /usr/sbin/getenforce 2026-02-22T20:25:52.417 INFO:teuthology.orchestra.run.trial009.stdout:Permissive 2026-02-22T20:25:52.418 DEBUG:teuthology.orchestra.run.trial053:> /usr/sbin/getenforce 2026-02-22T20:25:52.435 INFO:teuthology.orchestra.run.trial053.stdout:Permissive 2026-02-22T20:25:52.436 DEBUG:teuthology.orchestra.run.trial132:> /usr/sbin/getenforce 2026-02-22T20:25:52.455 INFO:teuthology.orchestra.run.trial132.stdout:Permissive 2026-02-22T20:25:52.455 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial009.front.sepia.ceph.com': 'permissive', 'ubuntu@trial053.front.sepia.ceph.com': 'permissive', 'ubuntu@trial132.front.sepia.ceph.com': 'permissive'} 2026-02-22T20:25:52.455 DEBUG:teuthology.orchestra.run.trial009:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-22T20:25:52.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:25:52.482 DEBUG:teuthology.orchestra.run.trial053:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-22T20:25:52.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:25:52.507 DEBUG:teuthology.orchestra.run.trial132:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-22T20:25:52.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:25:52.533 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-22T20:25:52.533 DEBUG:teuthology.orchestra.run.trial009:> sudo /usr/sbin/setenforce permissive 2026-02-22T20:25:52.558 DEBUG:teuthology.orchestra.run.trial053:> sudo /usr/sbin/setenforce permissive 2026-02-22T20:25:52.583 DEBUG:teuthology.orchestra.run.trial132:> sudo /usr/sbin/setenforce permissive 2026-02-22T20:25:52.608 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-22T20:25:52.623 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2026-02-22T20:25:52.625 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2026-02-22T20:25:52.725 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-22T20:25:52.732 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'}]}] 2026-02-22T20:25:52.733 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial009.front.sepia.ceph.com,trial053.front.sepia.ceph.com,trial132.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-22T20:28:40.550 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial009.front.sepia.ceph.com'), Remote(name='ubuntu@trial053.front.sepia.ceph.com'), Remote(name='ubuntu@trial132.front.sepia.ceph.com')] 2026-02-22T20:28:40.550 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial009.front.sepia.ceph.com' 2026-02-22T20:28:40.551 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial009.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T20:28:40.661 DEBUG:teuthology.orchestra.run.trial009:> true 2026-02-22T20:28:40.741 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial009.front.sepia.ceph.com' 2026-02-22T20:28:40.741 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial053.front.sepia.ceph.com' 2026-02-22T20:28:40.742 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T20:28:40.817 DEBUG:teuthology.orchestra.run.trial053:> true 2026-02-22T20:28:40.895 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial053.front.sepia.ceph.com' 2026-02-22T20:28:40.896 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial132.front.sepia.ceph.com' 2026-02-22T20:28:40.897 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T20:28:40.965 DEBUG:teuthology.orchestra.run.trial132:> true 2026-02-22T20:28:41.042 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial132.front.sepia.ceph.com' 2026-02-22T20:28:41.043 INFO:teuthology.run_tasks:Running task clock... 2026-02-22T20:28:41.057 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-22T20:28:41.057 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-22T20:28:41.058 DEBUG:teuthology.orchestra.run.trial009:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-22T20:28:41.060 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-22T20:28:41.060 DEBUG:teuthology.orchestra.run.trial053:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-22T20:28:41.061 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-22T20:28:41.062 DEBUG:teuthology.orchestra.run.trial132:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-22T20:28:41.085 INFO:teuthology.orchestra.run.trial009.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-22T20:28:41.088 INFO:teuthology.orchestra.run.trial053.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-22T20:28:41.097 INFO:teuthology.orchestra.run.trial009.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-22T20:28:41.099 INFO:teuthology.orchestra.run.trial053.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-22T20:28:41.109 INFO:teuthology.orchestra.run.trial132.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-22T20:28:41.119 INFO:teuthology.orchestra.run.trial009.stderr:sudo: ntpd: command not found 2026-02-22T20:28:41.119 INFO:teuthology.orchestra.run.trial053.stderr:sudo: ntpd: command not found 2026-02-22T20:28:41.122 INFO:teuthology.orchestra.run.trial132.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-22T20:28:41.128 INFO:teuthology.orchestra.run.trial053.stdout:506 Cannot talk to daemon 2026-02-22T20:28:41.128 INFO:teuthology.orchestra.run.trial009.stdout:506 Cannot talk to daemon 2026-02-22T20:28:41.140 INFO:teuthology.orchestra.run.trial009.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-22T20:28:41.140 INFO:teuthology.orchestra.run.trial053.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-22T20:28:41.143 INFO:teuthology.orchestra.run.trial132.stderr:sudo: ntpd: command not found 2026-02-22T20:28:41.152 INFO:teuthology.orchestra.run.trial009.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-22T20:28:41.152 INFO:teuthology.orchestra.run.trial053.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-22T20:28:41.153 INFO:teuthology.orchestra.run.trial132.stdout:506 Cannot talk to daemon 2026-02-22T20:28:41.165 INFO:teuthology.orchestra.run.trial132.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-22T20:28:41.176 INFO:teuthology.orchestra.run.trial132.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-22T20:28:41.195 INFO:teuthology.orchestra.run.trial009.stderr:bash: line 1: ntpq: command not found 2026-02-22T20:28:41.201 INFO:teuthology.orchestra.run.trial053.stderr:bash: line 1: ntpq: command not found 2026-02-22T20:28:41.210 INFO:teuthology.orchestra.run.trial009.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-22T20:28:41.210 INFO:teuthology.orchestra.run.trial009.stdout:=============================================================================== 2026-02-22T20:28:41.210 INFO:teuthology.orchestra.run.trial009.stdout:^? ntp.speculation.org 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T20:28:41.211 INFO:teuthology.orchestra.run.trial009.stdout:^? nu.binary.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T20:28:41.211 INFO:teuthology.orchestra.run.trial009.stdout:^? sensei.ruselabs.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T20:28:41.211 INFO:teuthology.orchestra.run.trial009.stdout:^? 38.134.40.65 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T20:28:41.222 INFO:teuthology.orchestra.run.trial132.stderr:bash: line 1: ntpq: command not found 2026-02-22T20:28:41.222 INFO:teuthology.orchestra.run.trial053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-22T20:28:41.223 INFO:teuthology.orchestra.run.trial053.stdout:=============================================================================== 2026-02-22T20:28:41.223 INFO:teuthology.orchestra.run.trial053.stdout:^? ntp.maxhost.io 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T20:28:41.223 INFO:teuthology.orchestra.run.trial053.stdout:^? ntp2.zeus.frumentum.media 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T20:28:41.223 INFO:teuthology.orchestra.run.trial053.stdout:^? ip216-250-115-174.pbiaas> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T20:28:41.223 INFO:teuthology.orchestra.run.trial053.stdout:^? jane.qotw.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T20:28:41.236 INFO:teuthology.orchestra.run.trial132.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-22T20:28:41.236 INFO:teuthology.orchestra.run.trial132.stdout:=============================================================================== 2026-02-22T20:28:41.236 INFO:teuthology.orchestra.run.trial132.stdout:^? ip212-227-240-160.pbiaas> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T20:28:41.237 INFO:teuthology.orchestra.run.trial132.stdout:^? ntp6.kernfusion.at 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T20:28:41.237 INFO:teuthology.orchestra.run.trial132.stdout:^? dns-e.ns4v.icu 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T20:28:41.237 INFO:teuthology.orchestra.run.trial132.stdout:^? ntp.maxhost.io 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T20:28:41.238 INFO:teuthology.run_tasks:Running task pexec... 2026-02-22T20:28:41.252 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-22T20:28:41.252 DEBUG:teuthology.orchestra.run.trial009:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-22T20:28:41.252 DEBUG:teuthology.orchestra.run.trial053:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-22T20:28:41.252 DEBUG:teuthology.orchestra.run.trial132:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-22T20:28:41.254 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial009.front.sepia.ceph.com 2026-02-22T20:28:41.254 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-22T20:28:41.254 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-22T20:28:41.254 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-22T20:28:41.255 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-22T20:28:41.268 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial053.front.sepia.ceph.com 2026-02-22T20:28:41.268 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-22T20:28:41.269 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-22T20:28:41.269 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-22T20:28:41.269 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-22T20:28:41.281 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial132.front.sepia.ceph.com 2026-02-22T20:28:41.281 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-22T20:28:41.281 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-22T20:28:41.281 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-22T20:28:41.281 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-22T20:28:41.425 INFO:teuthology.orchestra.run.trial009.stdout:No match for argument: nvme-cli 2026-02-22T20:28:41.426 INFO:teuthology.orchestra.run.trial009.stderr:No packages marked for removal. 2026-02-22T20:28:41.427 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:28:41.428 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-22T20:28:41.428 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:28:41.442 INFO:teuthology.orchestra.run.trial053.stdout:No match for argument: nvme-cli 2026-02-22T20:28:41.442 INFO:teuthology.orchestra.run.trial053.stderr:No packages marked for removal. 2026-02-22T20:28:41.444 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:28:41.444 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-22T20:28:41.444 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:28:41.454 INFO:teuthology.orchestra.run.trial132.stdout:No match for argument: nvme-cli 2026-02-22T20:28:41.454 INFO:teuthology.orchestra.run.trial132.stderr:No packages marked for removal. 2026-02-22T20:28:41.456 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:28:41.457 INFO:teuthology.orchestra.run.trial132.stdout:Nothing to do. 2026-02-22T20:28:41.457 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:28:41.733 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:31 ago on Sun 22 Feb 2026 08:28:10 PM UTC. 2026-02-22T20:28:41.750 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:32 ago on Sun 22 Feb 2026 08:28:09 PM UTC. 2026-02-22T20:28:41.764 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:30 ago on Sun 22 Feb 2026 08:28:11 PM UTC. 2026-02-22T20:28:41.814 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:28:41.814 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:28:41.814 INFO:teuthology.orchestra.run.trial009.stdout: Package Arch Version Repository Size 2026-02-22T20:28:41.815 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:28:41.815 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-22T20:28:41.815 INFO:teuthology.orchestra.run.trial009.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-22T20:28:41.815 INFO:teuthology.orchestra.run.trial009.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-22T20:28:41.815 INFO:teuthology.orchestra.run.trial009.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-22T20:28:41.815 INFO:teuthology.orchestra.run.trial009.stdout:Installing dependencies: 2026-02-22T20:28:41.815 INFO:teuthology.orchestra.run.trial009.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-22T20:28:41.815 INFO:teuthology.orchestra.run.trial009.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-22T20:28:41.815 INFO:teuthology.orchestra.run.trial009.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-22T20:28:41.815 INFO:teuthology.orchestra.run.trial009.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-22T20:28:41.815 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:28:41.815 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-22T20:28:41.816 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:28:41.816 INFO:teuthology.orchestra.run.trial009.stdout:Install 7 Packages 2026-02-22T20:28:41.816 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:28:41.816 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 6.3 M 2026-02-22T20:28:41.816 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 24 M 2026-02-22T20:28:41.816 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-22T20:28:41.832 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:28:41.833 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:28:41.833 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repository Size 2026-02-22T20:28:41.833 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:28:41.833 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-22T20:28:41.833 INFO:teuthology.orchestra.run.trial053.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-22T20:28:41.833 INFO:teuthology.orchestra.run.trial053.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-22T20:28:41.833 INFO:teuthology.orchestra.run.trial053.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-22T20:28:41.833 INFO:teuthology.orchestra.run.trial053.stdout:Installing dependencies: 2026-02-22T20:28:41.834 INFO:teuthology.orchestra.run.trial053.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-22T20:28:41.834 INFO:teuthology.orchestra.run.trial053.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-22T20:28:41.834 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-22T20:28:41.834 INFO:teuthology.orchestra.run.trial053.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-22T20:28:41.834 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:28:41.834 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-22T20:28:41.834 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:28:41.834 INFO:teuthology.orchestra.run.trial053.stdout:Install 7 Packages 2026-02-22T20:28:41.834 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:28:41.834 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 6.3 M 2026-02-22T20:28:41.834 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 24 M 2026-02-22T20:28:41.834 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-22T20:28:41.847 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:28:41.848 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:28:41.848 INFO:teuthology.orchestra.run.trial132.stdout: Package Arch Version Repository Size 2026-02-22T20:28:41.848 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:28:41.848 INFO:teuthology.orchestra.run.trial132.stdout:Installing: 2026-02-22T20:28:41.848 INFO:teuthology.orchestra.run.trial132.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-22T20:28:41.848 INFO:teuthology.orchestra.run.trial132.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-22T20:28:41.848 INFO:teuthology.orchestra.run.trial132.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-22T20:28:41.848 INFO:teuthology.orchestra.run.trial132.stdout:Installing dependencies: 2026-02-22T20:28:41.848 INFO:teuthology.orchestra.run.trial132.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-22T20:28:41.849 INFO:teuthology.orchestra.run.trial132.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-22T20:28:41.849 INFO:teuthology.orchestra.run.trial132.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-22T20:28:41.849 INFO:teuthology.orchestra.run.trial132.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-22T20:28:41.849 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:28:41.849 INFO:teuthology.orchestra.run.trial132.stdout:Transaction Summary 2026-02-22T20:28:41.849 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:28:41.849 INFO:teuthology.orchestra.run.trial132.stdout:Install 7 Packages 2026-02-22T20:28:41.849 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:28:41.850 INFO:teuthology.orchestra.run.trial132.stdout:Total download size: 6.3 M 2026-02-22T20:28:41.850 INFO:teuthology.orchestra.run.trial132.stdout:Installed size: 24 M 2026-02-22T20:28:41.850 INFO:teuthology.orchestra.run.trial132.stdout:Downloading Packages: 2026-02-22T20:28:42.059 INFO:teuthology.orchestra.run.trial053.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 406 kB/s | 44 kB 00:00 2026-02-22T20:28:42.073 INFO:teuthology.orchestra.run.trial053.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 585 kB/s | 72 kB 00:00 2026-02-22T20:28:42.114 INFO:teuthology.orchestra.run.trial053.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.5 MB/s | 84 kB 00:00 2026-02-22T20:28:42.139 INFO:teuthology.orchestra.run.trial053.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.2 MB/s | 150 kB 00:00 2026-02-22T20:28:42.173 INFO:teuthology.orchestra.run.trial053.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 5.2 MB/s | 1.2 MB 00:00 2026-02-22T20:28:42.217 INFO:teuthology.orchestra.run.trial053.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.0 MB/s | 837 kB 00:00 2026-02-22T20:28:42.283 INFO:teuthology.orchestra.run.trial132.stdout:(1/7): python3-configshell-1.1.30-1.el9.noarch. 1.0 MB/s | 72 kB 00:00 2026-02-22T20:28:42.298 INFO:teuthology.orchestra.run.trial053.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 25 MB/s | 4.0 MB 00:00 2026-02-22T20:28:42.298 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:28:42.299 INFO:teuthology.orchestra.run.trial053.stdout:Total 13 MB/s | 6.3 MB 00:00 2026-02-22T20:28:42.299 INFO:teuthology.orchestra.run.trial132.stdout:(2/7): nvme-cli-2.16-1.el9.x86_64.rpm 13 MB/s | 1.2 MB 00:00 2026-02-22T20:28:42.311 INFO:teuthology.orchestra.run.trial132.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 3.0 MB/s | 84 kB 00:00 2026-02-22T20:28:42.324 INFO:teuthology.orchestra.run.trial132.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 5.9 MB/s | 150 kB 00:00 2026-02-22T20:28:42.330 INFO:teuthology.orchestra.run.trial132.stdout:(5/7): nvmetcli-0.8-3.el9.noarch.rpm 370 kB/s | 44 kB 00:00 2026-02-22T20:28:42.337 INFO:teuthology.orchestra.run.trial132.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 31 MB/s | 837 kB 00:00 2026-02-22T20:28:42.367 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-22T20:28:42.375 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-22T20:28:42.375 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-22T20:28:42.456 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-22T20:28:42.456 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-22T20:28:42.574 INFO:teuthology.orchestra.run.trial009.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 73 kB/s | 44 kB 00:00 2026-02-22T20:28:42.601 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-22T20:28:42.609 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-22T20:28:42.618 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-22T20:28:42.624 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-22T20:28:42.625 INFO:teuthology.orchestra.run.trial009.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 110 kB/s | 72 kB 00:00 2026-02-22T20:28:42.629 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-22T20:28:42.630 INFO:teuthology.orchestra.run.trial053.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-22T20:28:42.680 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-22T20:28:42.796 INFO:teuthology.orchestra.run.trial053.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-22T20:28:42.798 INFO:teuthology.orchestra.run.trial053.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-22T20:28:42.934 INFO:teuthology.orchestra.run.trial009.stdout:(3/7): nvme-cli-2.16-1.el9.x86_64.rpm 1.2 MB/s | 1.2 MB 00:00 2026-02-22T20:28:43.090 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-22T20:28:43.090 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-22T20:28:43.091 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:28:43.161 INFO:teuthology.orchestra.run.trial132.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 4.7 MB/s | 4.0 MB 00:00 2026-02-22T20:28:43.162 INFO:teuthology.orchestra.run.trial132.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:28:43.162 INFO:teuthology.orchestra.run.trial132.stdout:Total 4.8 MB/s | 6.3 MB 00:01 2026-02-22T20:28:43.223 INFO:teuthology.orchestra.run.trial009.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 130 kB/s | 84 kB 00:00 2026-02-22T20:28:43.232 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction check 2026-02-22T20:28:43.240 INFO:teuthology.orchestra.run.trial132.stdout:Transaction check succeeded. 2026-02-22T20:28:43.240 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction test 2026-02-22T20:28:43.323 INFO:teuthology.orchestra.run.trial132.stdout:Transaction test succeeded. 2026-02-22T20:28:43.324 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction 2026-02-22T20:28:43.335 INFO:teuthology.orchestra.run.trial009.stdout:(5/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 212 kB/s | 150 kB 00:00 2026-02-22T20:28:43.348 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-22T20:28:43.348 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-22T20:28:43.348 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-22T20:28:43.348 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-22T20:28:43.348 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-22T20:28:43.348 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-22T20:28:43.403 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-22T20:28:43.403 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:28:43.403 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-22T20:28:43.403 INFO:teuthology.orchestra.run.trial053.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-22T20:28:43.403 INFO:teuthology.orchestra.run.trial053.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-22T20:28:43.404 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-22T20:28:43.404 INFO:teuthology.orchestra.run.trial053.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-22T20:28:43.404 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:28:43.404 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:28:43.459 DEBUG:teuthology.parallel:result is None 2026-02-22T20:28:43.467 INFO:teuthology.orchestra.run.trial132.stdout: Preparing : 1/1 2026-02-22T20:28:43.475 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-22T20:28:43.484 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-22T20:28:43.490 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-22T20:28:43.496 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-22T20:28:43.497 INFO:teuthology.orchestra.run.trial132.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-22T20:28:43.542 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-22T20:28:43.656 INFO:teuthology.orchestra.run.trial132.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-22T20:28:43.659 INFO:teuthology.orchestra.run.trial132.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-22T20:28:43.837 INFO:teuthology.orchestra.run.trial009.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 928 kB/s | 837 kB 00:00 2026-02-22T20:28:43.931 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-22T20:28:43.931 INFO:teuthology.orchestra.run.trial132.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-22T20:28:43.931 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:28:44.175 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-22T20:28:44.175 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-22T20:28:44.175 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-22T20:28:44.175 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-22T20:28:44.175 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-22T20:28:44.175 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-22T20:28:44.228 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-22T20:28:44.228 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:28:44.228 INFO:teuthology.orchestra.run.trial132.stdout:Installed: 2026-02-22T20:28:44.228 INFO:teuthology.orchestra.run.trial132.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-22T20:28:44.228 INFO:teuthology.orchestra.run.trial132.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-22T20:28:44.229 INFO:teuthology.orchestra.run.trial132.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-22T20:28:44.229 INFO:teuthology.orchestra.run.trial132.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-22T20:28:44.229 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:28:44.229 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:28:44.249 INFO:teuthology.orchestra.run.trial009.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 3.9 MB/s | 4.0 MB 00:01 2026-02-22T20:28:44.249 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:28:44.249 INFO:teuthology.orchestra.run.trial009.stdout:Total 2.6 MB/s | 6.3 MB 00:02 2026-02-22T20:28:44.284 DEBUG:teuthology.parallel:result is None 2026-02-22T20:28:44.319 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-22T20:28:44.327 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-22T20:28:44.328 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-22T20:28:44.408 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-22T20:28:44.409 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-22T20:28:44.557 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-22T20:28:44.564 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-22T20:28:44.573 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-22T20:28:44.578 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-22T20:28:44.584 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-22T20:28:44.585 INFO:teuthology.orchestra.run.trial009.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-22T20:28:44.630 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-22T20:28:44.744 INFO:teuthology.orchestra.run.trial009.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-22T20:28:44.746 INFO:teuthology.orchestra.run.trial009.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-22T20:28:45.035 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-22T20:28:45.035 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-22T20:28:45.035 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:28:45.306 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-22T20:28:45.306 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-22T20:28:45.306 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-22T20:28:45.306 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-22T20:28:45.306 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-22T20:28:45.307 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-22T20:28:45.359 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-22T20:28:45.360 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:28:45.360 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-22T20:28:45.360 INFO:teuthology.orchestra.run.trial009.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-22T20:28:45.360 INFO:teuthology.orchestra.run.trial009.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-22T20:28:45.360 INFO:teuthology.orchestra.run.trial009.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-22T20:28:45.360 INFO:teuthology.orchestra.run.trial009.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-22T20:28:45.360 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:28:45.360 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:28:45.414 DEBUG:teuthology.parallel:result is None 2026-02-22T20:28:45.415 INFO:teuthology.run_tasks:Running task install... 2026-02-22T20:28:45.428 DEBUG:teuthology.task.install:project ceph 2026-02-22T20:28:45.429 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'a5c3084f688b1f6eff223b8d259a8316f9844c8e'}} 2026-02-22T20:28:45.429 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'a5c3084f688b1f6eff223b8d259a8316f9844c8e'} 2026-02-22T20:28:45.429 INFO:teuthology.task.install:Using flavor: default 2026-02-22T20:28:45.437 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2026-02-22T20:28:45.438 INFO:teuthology.task.install:extra packages: [] 2026-02-22T20:28:45.438 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'a5c3084f688b1f6eff223b8d259a8316f9844c8e', 'tag': None, 'wait_for_package': False} 2026-02-22T20:28:45.439 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:28:45.442 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'a5c3084f688b1f6eff223b8d259a8316f9844c8e', 'tag': None, 'wait_for_package': False} 2026-02-22T20:28:45.443 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:28:45.444 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'a5c3084f688b1f6eff223b8d259a8316f9844c8e', 'tag': None, 'wait_for_package': False} 2026-02-22T20:28:45.445 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:28:45.665 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/centos/9/flavors/default/ 2026-02-22T20:28:45.665 INFO:teuthology.task.install.rpm:Package version is 20.2.0-794.ga5c3084f 2026-02-22T20:28:45.680 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/centos/9/flavors/default/ 2026-02-22T20:28:45.681 INFO:teuthology.task.install.rpm:Package version is 20.2.0-794.ga5c3084f 2026-02-22T20:28:45.681 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/centos/9/flavors/default/ 2026-02-22T20:28:45.681 INFO:teuthology.task.install.rpm:Package version is 20.2.0-794.ga5c3084f 2026-02-22T20:28:45.866 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-22T20:28:45.866 DEBUG:teuthology.orchestra.run.trial132:> set -ex 2026-02-22T20:28:45.866 DEBUG:teuthology.orchestra.run.trial132:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-22T20:28:45.870 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-22T20:28:45.870 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-22T20:28:45.870 DEBUG:teuthology.orchestra.run.trial009:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-22T20:28:45.880 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-22T20:28:45.880 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-22T20:28:45.880 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-22T20:28:45.894 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-22T20:28:45.894 DEBUG:teuthology.orchestra.run.trial132:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/a5c3084f688b1f6eff223b8d259a8316f9844c8e/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-22T20:28:45.896 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-22T20:28:45.896 DEBUG:teuthology.orchestra.run.trial009:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/a5c3084f688b1f6eff223b8d259a8316f9844c8e/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-22T20:28:45.907 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-22T20:28:45.908 DEBUG:teuthology.orchestra.run.trial053:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/a5c3084f688b1f6eff223b8d259a8316f9844c8e/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-22T20:28:45.958 DEBUG:teuthology.orchestra.run.trial132:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2026-02-22T20:28:45.960 DEBUG:teuthology.orchestra.run.trial009:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2026-02-22T20:28:45.972 DEBUG:teuthology.orchestra.run.trial053:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2026-02-22T20:28:46.032 DEBUG:teuthology.orchestra.run.trial132:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2026-02-22T20:28:46.034 DEBUG:teuthology.orchestra.run.trial009:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2026-02-22T20:28:46.047 DEBUG:teuthology.orchestra.run.trial053:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2026-02-22T20:28:46.096 INFO:teuthology.orchestra.run.trial132.stdout:check_obsoletes = 1 2026-02-22T20:28:46.098 DEBUG:teuthology.orchestra.run.trial132:> sudo yum clean all 2026-02-22T20:28:46.099 INFO:teuthology.orchestra.run.trial009.stdout:check_obsoletes = 1 2026-02-22T20:28:46.099 DEBUG:teuthology.orchestra.run.trial009:> sudo yum clean all 2026-02-22T20:28:46.111 INFO:teuthology.orchestra.run.trial053.stdout:check_obsoletes = 1 2026-02-22T20:28:46.113 DEBUG:teuthology.orchestra.run.trial053:> sudo yum clean all 2026-02-22T20:28:46.258 INFO:teuthology.orchestra.run.trial132.stdout:41 files removed 2026-02-22T20:28:46.259 INFO:teuthology.orchestra.run.trial009.stdout:41 files removed 2026-02-22T20:28:46.272 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install ceph-radosgw 2026-02-22T20:28:46.273 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-radosgw 2026-02-22T20:28:46.274 INFO:teuthology.orchestra.run.trial053.stdout:41 files removed 2026-02-22T20:28:46.290 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-radosgw 2026-02-22T20:28:46.541 INFO:teuthology.orchestra.run.trial132.stdout:ceph packages for x86_64 706 kB/s | 89 kB 00:00 2026-02-22T20:28:46.543 INFO:teuthology.orchestra.run.trial009.stdout:ceph packages for x86_64 703 kB/s | 89 kB 00:00 2026-02-22T20:28:46.564 INFO:teuthology.orchestra.run.trial053.stdout:ceph packages for x86_64 689 kB/s | 89 kB 00:00 2026-02-22T20:28:46.684 INFO:teuthology.orchestra.run.trial132.stdout:ceph noarch packages 160 kB/s | 19 kB 00:00 2026-02-22T20:28:46.687 INFO:teuthology.orchestra.run.trial009.stdout:ceph noarch packages 160 kB/s | 19 kB 00:00 2026-02-22T20:28:46.707 INFO:teuthology.orchestra.run.trial053.stdout:ceph noarch packages 161 kB/s | 19 kB 00:00 2026-02-22T20:28:46.810 INFO:teuthology.orchestra.run.trial132.stdout:ceph source packages 19 kB/s | 1.9 kB 00:00 2026-02-22T20:28:46.815 INFO:teuthology.orchestra.run.trial009.stdout:ceph source packages 18 kB/s | 1.9 kB 00:00 2026-02-22T20:28:46.835 INFO:teuthology.orchestra.run.trial053.stdout:ceph source packages 18 kB/s | 1.9 kB 00:00 2026-02-22T20:28:47.534 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.9 MB 00:00 2026-02-22T20:28:48.529 INFO:teuthology.orchestra.run.trial132.stdout:CentOS Stream 9 - BaseOS 5.2 MB/s | 8.9 MB 00:01 2026-02-22T20:28:51.539 INFO:teuthology.orchestra.run.trial009.stdout:CentOS Stream 9 - BaseOS 1.9 MB/s | 8.9 MB 00:04 2026-02-22T20:28:53.388 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - AppStream 5.0 MB/s | 27 MB 00:05 2026-02-22T20:28:55.362 INFO:teuthology.orchestra.run.trial009.stdout:CentOS Stream 9 - AppStream 8.1 MB/s | 27 MB 00:03 2026-02-22T20:28:58.199 INFO:teuthology.orchestra.run.trial009.stdout:CentOS Stream 9 - CRB 17 MB/s | 7.8 MB 00:00 2026-02-22T20:29:00.040 INFO:teuthology.orchestra.run.trial009.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 20 kB 00:01 2026-02-22T20:29:00.195 INFO:teuthology.orchestra.run.trial132.stdout:CentOS Stream 9 - AppStream 2.4 MB/s | 27 MB 00:11 2026-02-22T20:29:01.302 INFO:teuthology.orchestra.run.trial009.stdout:Extra Packages for Enterprise Linux 17 MB/s | 20 MB 00:01 2026-02-22T20:29:03.191 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - CRB 1.0 MB/s | 7.8 MB 00:07 2026-02-22T20:29:04.173 INFO:teuthology.orchestra.run.trial132.stdout:CentOS Stream 9 - CRB 5.0 MB/s | 7.8 MB 00:01 2026-02-22T20:29:04.278 INFO:teuthology.orchestra.run.trial053.stdout:CentOS Stream 9 - Extras packages 55 kB/s | 20 kB 00:00 2026-02-22T20:29:04.503 INFO:teuthology.orchestra.run.trial009.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-22T20:29:04.688 INFO:teuthology.orchestra.run.trial053.stdout:Extra Packages for Enterprise Linux 58 MB/s | 20 MB 00:00 2026-02-22T20:29:05.700 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:29:05.701 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:29:05.701 INFO:teuthology.orchestra.run.trial009.stdout: Package Arch Version Repository Size 2026-02-22T20:29:05.701 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:29:05.701 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-22T20:29:05.702 INFO:teuthology.orchestra.run.trial009.stdout: ceph-radosgw x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 24 M 2026-02-22T20:29:05.702 INFO:teuthology.orchestra.run.trial009.stdout:Upgrading: 2026-02-22T20:29:05.702 INFO:teuthology.orchestra.run.trial009.stdout: librados2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 3.5 M 2026-02-22T20:29:05.702 INFO:teuthology.orchestra.run.trial009.stdout: librbd1 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 2.8 M 2026-02-22T20:29:05.702 INFO:teuthology.orchestra.run.trial009.stdout:Installing dependencies: 2026-02-22T20:29:05.702 INFO:teuthology.orchestra.run.trial009.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-22T20:29:05.702 INFO:teuthology.orchestra.run.trial009.stdout: ceph-base x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 5.9 M 2026-02-22T20:29:05.702 INFO:teuthology.orchestra.run.trial009.stdout: ceph-common x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 24 M 2026-02-22T20:29:05.702 INFO:teuthology.orchestra.run.trial009.stdout: ceph-selinux x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 25 k 2026-02-22T20:29:05.702 INFO:teuthology.orchestra.run.trial009.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-22T20:29:05.702 INFO:teuthology.orchestra.run.trial009.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-22T20:29:05.703 INFO:teuthology.orchestra.run.trial009.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-22T20:29:05.703 INFO:teuthology.orchestra.run.trial009.stdout: libcephfs2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 869 k 2026-02-22T20:29:05.703 INFO:teuthology.orchestra.run.trial009.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-22T20:29:05.703 INFO:teuthology.orchestra.run.trial009.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-22T20:29:05.703 INFO:teuthology.orchestra.run.trial009.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-22T20:29:05.703 INFO:teuthology.orchestra.run.trial009.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-22T20:29:05.703 INFO:teuthology.orchestra.run.trial009.stdout: libradosstriper1 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 250 k 2026-02-22T20:29:05.703 INFO:teuthology.orchestra.run.trial009.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-22T20:29:05.703 INFO:teuthology.orchestra.run.trial009.stdout: librgw2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 6.4 M 2026-02-22T20:29:05.703 INFO:teuthology.orchestra.run.trial009.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-22T20:29:05.703 INFO:teuthology.orchestra.run.trial009.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-22T20:29:05.703 INFO:teuthology.orchestra.run.trial009.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-22T20:29:05.703 INFO:teuthology.orchestra.run.trial009.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-22T20:29:05.704 INFO:teuthology.orchestra.run.trial009.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-22T20:29:05.704 INFO:teuthology.orchestra.run.trial009.stdout: python3-ceph-argparse x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 45 k 2026-02-22T20:29:05.704 INFO:teuthology.orchestra.run.trial009.stdout: python3-ceph-common x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 181 k 2026-02-22T20:29:05.704 INFO:teuthology.orchestra.run.trial009.stdout: python3-cephfs x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 163 k 2026-02-22T20:29:05.704 INFO:teuthology.orchestra.run.trial009.stdout: python3-rados x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 323 k 2026-02-22T20:29:05.704 INFO:teuthology.orchestra.run.trial009.stdout: python3-rbd x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 306 k 2026-02-22T20:29:05.704 INFO:teuthology.orchestra.run.trial009.stdout: python3-rgw x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 99 k 2026-02-22T20:29:05.704 INFO:teuthology.orchestra.run.trial009.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-22T20:29:05.704 INFO:teuthology.orchestra.run.trial009.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-22T20:29:05.704 INFO:teuthology.orchestra.run.trial009.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-22T20:29:05.704 INFO:teuthology.orchestra.run.trial009.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-22T20:29:05.704 INFO:teuthology.orchestra.run.trial009.stdout:Installing weak dependencies: 2026-02-22T20:29:05.704 INFO:teuthology.orchestra.run.trial009.stdout: libcephfs-daemon x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 35 k 2026-02-22T20:29:05.705 INFO:teuthology.orchestra.run.trial009.stdout: libcephfs-proxy2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 24 k 2026-02-22T20:29:05.705 INFO:teuthology.orchestra.run.trial009.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-22T20:29:05.705 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:05.705 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-22T20:29:05.705 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:29:05.705 INFO:teuthology.orchestra.run.trial009.stdout:Install 34 Packages 2026-02-22T20:29:05.705 INFO:teuthology.orchestra.run.trial009.stdout:Upgrade 2 Packages 2026-02-22T20:29:05.705 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:05.706 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 78 M 2026-02-22T20:29:05.706 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-22T20:29:06.001 INFO:teuthology.orchestra.run.trial132.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 20 kB 00:01 2026-02-22T20:29:06.368 INFO:teuthology.orchestra.run.trial009.stdout:(1/36): ceph-base-20.2.0-794.ga5c3084f.el9.x86_ 14 MB/s | 5.9 MB 00:00 2026-02-22T20:29:06.411 INFO:teuthology.orchestra.run.trial009.stdout:(2/36): ceph-selinux-20.2.0-794.ga5c3084f.el9.x 578 kB/s | 25 kB 00:00 2026-02-22T20:29:06.458 INFO:teuthology.orchestra.run.trial009.stdout:(3/36): libcephfs-daemon-20.2.0-794.ga5c3084f.e 753 kB/s | 35 kB 00:00 2026-02-22T20:29:06.508 INFO:teuthology.orchestra.run.trial009.stdout:(4/36): libcephfs-proxy2-20.2.0-794.ga5c3084f.e 482 kB/s | 24 kB 00:00 2026-02-22T20:29:06.575 INFO:teuthology.orchestra.run.trial132.stdout:Extra Packages for Enterprise Linux 40 MB/s | 20 MB 00:00 2026-02-22T20:29:06.577 INFO:teuthology.orchestra.run.trial009.stdout:(5/36): libcephfs2-20.2.0-794.ga5c3084f.el9.x86 12 MB/s | 869 kB 00:00 2026-02-22T20:29:06.637 INFO:teuthology.orchestra.run.trial009.stdout:(6/36): libradosstriper1-20.2.0-794.ga5c3084f.e 4.1 MB/s | 250 kB 00:00 2026-02-22T20:29:06.943 INFO:teuthology.orchestra.run.trial009.stdout:(7/36): ceph-radosgw-20.2.0-794.ga5c3084f.el9.x 24 MB/s | 24 MB 00:01 2026-02-22T20:29:06.964 INFO:teuthology.orchestra.run.trial009.stdout:(8/36): python3-ceph-argparse-20.2.0-794.ga5c30 2.1 MB/s | 45 kB 00:00 2026-02-22T20:29:07.000 INFO:teuthology.orchestra.run.trial009.stdout:(9/36): python3-ceph-common-20.2.0-794.ga5c3084 4.9 MB/s | 181 kB 00:00 2026-02-22T20:29:07.035 INFO:teuthology.orchestra.run.trial009.stdout:(10/36): python3-cephfs-20.2.0-794.ga5c3084f.el 4.5 MB/s | 163 kB 00:00 2026-02-22T20:29:07.050 INFO:teuthology.orchestra.run.trial009.stdout:(11/36): librgw2-20.2.0-794.ga5c3084f.el9.x86_6 15 MB/s | 6.4 MB 00:00 2026-02-22T20:29:07.066 INFO:teuthology.orchestra.run.trial009.stdout:(12/36): python3-rados-20.2.0-794.ga5c3084f.el9 10 MB/s | 323 kB 00:00 2026-02-22T20:29:07.080 INFO:teuthology.orchestra.run.trial009.stdout:(13/36): python3-rbd-20.2.0-794.ga5c3084f.el9.x 10 MB/s | 306 kB 00:00 2026-02-22T20:29:07.123 INFO:teuthology.orchestra.run.trial009.stdout:(14/36): ceph-common-20.2.0-794.ga5c3084f.el9.x 20 MB/s | 24 MB 00:01 2026-02-22T20:29:07.123 INFO:teuthology.orchestra.run.trial009.stdout:(15/36): python3-rgw-20.2.0-794.ga5c3084f.el9.x 1.7 MB/s | 99 kB 00:00 2026-02-22T20:29:07.644 INFO:teuthology.orchestra.run.trial009.stdout:(16/36): mailcap-2.1.49-5.el9.noarch.rpm 59 kB/s | 33 kB 00:00 2026-02-22T20:29:07.780 INFO:teuthology.orchestra.run.trial009.stdout:(17/36): pciutils-3.7.0-7.el9.x86_64.rpm 142 kB/s | 93 kB 00:00 2026-02-22T20:29:07.791 INFO:teuthology.orchestra.run.trial009.stdout:(18/36): boost-program-options-1.75.0-13.el9.x8 156 kB/s | 104 kB 00:00 2026-02-22T20:29:07.894 INFO:teuthology.orchestra.run.trial053.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-22T20:29:08.367 INFO:teuthology.orchestra.run.trial009.stdout:(19/36): libnbd-1.20.3-4.el9.x86_64.rpm 227 kB/s | 164 kB 00:00 2026-02-22T20:29:08.373 INFO:teuthology.orchestra.run.trial009.stdout:(20/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 78 kB/s | 45 kB 00:00 2026-02-22T20:29:08.496 INFO:teuthology.orchestra.run.trial009.stdout:(21/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 224 kB/s | 160 kB 00:00 2026-02-22T20:29:09.085 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:09.086 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:09.087 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repository Size 2026-02-22T20:29:09.087 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:09.087 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-22T20:29:09.087 INFO:teuthology.orchestra.run.trial053.stdout: ceph-radosgw x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 24 M 2026-02-22T20:29:09.087 INFO:teuthology.orchestra.run.trial053.stdout:Upgrading: 2026-02-22T20:29:09.087 INFO:teuthology.orchestra.run.trial053.stdout: librados2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 3.5 M 2026-02-22T20:29:09.087 INFO:teuthology.orchestra.run.trial053.stdout: librbd1 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 2.8 M 2026-02-22T20:29:09.087 INFO:teuthology.orchestra.run.trial053.stdout:Installing dependencies: 2026-02-22T20:29:09.087 INFO:teuthology.orchestra.run.trial053.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-22T20:29:09.087 INFO:teuthology.orchestra.run.trial053.stdout: ceph-base x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 5.9 M 2026-02-22T20:29:09.087 INFO:teuthology.orchestra.run.trial053.stdout: ceph-common x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 24 M 2026-02-22T20:29:09.087 INFO:teuthology.orchestra.run.trial053.stdout: ceph-selinux x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 25 k 2026-02-22T20:29:09.088 INFO:teuthology.orchestra.run.trial053.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-22T20:29:09.088 INFO:teuthology.orchestra.run.trial053.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-22T20:29:09.088 INFO:teuthology.orchestra.run.trial053.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-22T20:29:09.088 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 869 k 2026-02-22T20:29:09.088 INFO:teuthology.orchestra.run.trial053.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-22T20:29:09.088 INFO:teuthology.orchestra.run.trial053.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-22T20:29:09.088 INFO:teuthology.orchestra.run.trial053.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-22T20:29:09.088 INFO:teuthology.orchestra.run.trial053.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-22T20:29:09.088 INFO:teuthology.orchestra.run.trial053.stdout: libradosstriper1 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 250 k 2026-02-22T20:29:09.088 INFO:teuthology.orchestra.run.trial053.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-22T20:29:09.088 INFO:teuthology.orchestra.run.trial053.stdout: librgw2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 6.4 M 2026-02-22T20:29:09.088 INFO:teuthology.orchestra.run.trial053.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-22T20:29:09.088 INFO:teuthology.orchestra.run.trial053.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-22T20:29:09.088 INFO:teuthology.orchestra.run.trial053.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-22T20:29:09.088 INFO:teuthology.orchestra.run.trial053.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-22T20:29:09.089 INFO:teuthology.orchestra.run.trial053.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-22T20:29:09.089 INFO:teuthology.orchestra.run.trial053.stdout: python3-ceph-argparse x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 45 k 2026-02-22T20:29:09.089 INFO:teuthology.orchestra.run.trial053.stdout: python3-ceph-common x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 181 k 2026-02-22T20:29:09.089 INFO:teuthology.orchestra.run.trial053.stdout: python3-cephfs x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 163 k 2026-02-22T20:29:09.089 INFO:teuthology.orchestra.run.trial053.stdout: python3-rados x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 323 k 2026-02-22T20:29:09.089 INFO:teuthology.orchestra.run.trial053.stdout: python3-rbd x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 306 k 2026-02-22T20:29:09.089 INFO:teuthology.orchestra.run.trial053.stdout: python3-rgw x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 99 k 2026-02-22T20:29:09.089 INFO:teuthology.orchestra.run.trial053.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-22T20:29:09.089 INFO:teuthology.orchestra.run.trial053.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-22T20:29:09.089 INFO:teuthology.orchestra.run.trial053.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-22T20:29:09.089 INFO:teuthology.orchestra.run.trial053.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-22T20:29:09.089 INFO:teuthology.orchestra.run.trial053.stdout:Installing weak dependencies: 2026-02-22T20:29:09.089 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs-daemon x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 35 k 2026-02-22T20:29:09.089 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs-proxy2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 24 k 2026-02-22T20:29:09.089 INFO:teuthology.orchestra.run.trial053.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-22T20:29:09.090 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:09.090 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-22T20:29:09.090 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:09.090 INFO:teuthology.orchestra.run.trial053.stdout:Install 34 Packages 2026-02-22T20:29:09.090 INFO:teuthology.orchestra.run.trial053.stdout:Upgrade 2 Packages 2026-02-22T20:29:09.090 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:09.090 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 78 M 2026-02-22T20:29:09.090 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-22T20:29:09.166 INFO:teuthology.orchestra.run.trial009.stdout:(22/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 369 kB/s | 292 kB 00:00 2026-02-22T20:29:09.241 INFO:teuthology.orchestra.run.trial009.stdout:(23/36): librdkafka-1.6.1-102.el9.x86_64.rpm 757 kB/s | 662 kB 00:00 2026-02-22T20:29:09.253 INFO:teuthology.orchestra.run.trial009.stdout:(24/36): qatlib-25.08.0-2.el9.x86_64.rpm 316 kB/s | 240 kB 00:00 2026-02-22T20:29:09.469 INFO:teuthology.orchestra.run.trial009.stdout:(25/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.4 MB/s | 308 kB 00:00 2026-02-22T20:29:09.640 INFO:teuthology.orchestra.run.trial009.stdout:(26/36): libarrow-9.0.0-15.el9.x86_64.rpm 26 MB/s | 4.4 MB 00:00 2026-02-22T20:29:09.707 INFO:teuthology.orchestra.run.trial009.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 368 kB/s | 25 kB 00:00 2026-02-22T20:29:09.735 INFO:teuthology.orchestra.run.trial009.stdout:(28/36): qatlib-service-25.08.0-2.el9.x86_64.rp 65 kB/s | 37 kB 00:00 2026-02-22T20:29:09.763 INFO:teuthology.orchestra.run.trial009.stdout:(29/36): liboath-2.6.12-1.el9.x86_64.rpm 869 kB/s | 49 kB 00:00 2026-02-22T20:29:09.783 INFO:teuthology.orchestra.run.trial132.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-22T20:29:09.784 INFO:teuthology.orchestra.run.trial009.stdout:(30/36): libunwind-1.6.2-1.el9.x86_64.rpm 1.4 MB/s | 67 kB 00:00 2026-02-22T20:29:09.868 INFO:teuthology.orchestra.run.trial009.stdout:(31/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 106 kB/s | 66 kB 00:00 2026-02-22T20:29:09.939 INFO:teuthology.orchestra.run.trial053.stdout:(1/36): ceph-base-20.2.0-794.ga5c3084f.el9.x86_ 17 MB/s | 5.9 MB 00:00 2026-02-22T20:29:09.980 INFO:teuthology.orchestra.run.trial053.stdout:(2/36): ceph-selinux-20.2.0-794.ga5c3084f.el9.x 601 kB/s | 25 kB 00:00 2026-02-22T20:29:09.987 INFO:teuthology.orchestra.run.trial009.stdout:(32/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 3.7 MB/s | 838 kB 00:00 2026-02-22T20:29:10.024 INFO:teuthology.orchestra.run.trial053.stdout:(3/36): libcephfs-daemon-20.2.0-794.ga5c3084f.e 805 kB/s | 35 kB 00:00 2026-02-22T20:29:10.043 INFO:teuthology.orchestra.run.trial009.stdout:(33/36): re2-20211101-20.el9.x86_64.rpm 737 kB/s | 191 kB 00:00 2026-02-22T20:29:10.069 INFO:teuthology.orchestra.run.trial053.stdout:(4/36): libcephfs-proxy2-20.2.0-794.ga5c3084f.e 532 kB/s | 24 kB 00:00 2026-02-22T20:29:10.135 INFO:teuthology.orchestra.run.trial053.stdout:(5/36): libcephfs2-20.2.0-794.ga5c3084f.el9.x86 13 MB/s | 869 kB 00:00 2026-02-22T20:29:10.192 INFO:teuthology.orchestra.run.trial053.stdout:(6/36): libradosstriper1-20.2.0-794.ga5c3084f.e 4.3 MB/s | 250 kB 00:00 2026-02-22T20:29:10.241 INFO:teuthology.orchestra.run.trial009.stdout:(34/36): thrift-0.15.0-4.el9.x86_64.rpm 4.2 MB/s | 1.6 MB 00:00 2026-02-22T20:29:10.619 INFO:teuthology.orchestra.run.trial053.stdout:(7/36): librgw2-20.2.0-794.ga5c3084f.el9.x86_64 15 MB/s | 6.4 MB 00:00 2026-02-22T20:29:10.658 INFO:teuthology.orchestra.run.trial053.stdout:(8/36): ceph-common-20.2.0-794.ga5c3084f.el9.x8 22 MB/s | 24 MB 00:01 2026-02-22T20:29:10.658 INFO:teuthology.orchestra.run.trial053.stdout:(9/36): python3-ceph-argparse-20.2.0-794.ga5c30 1.1 MB/s | 45 kB 00:00 2026-02-22T20:29:10.670 INFO:teuthology.orchestra.run.trial053.stdout:(10/36): python3-ceph-common-20.2.0-794.ga5c308 14 MB/s | 181 kB 00:00 2026-02-22T20:29:10.682 INFO:teuthology.orchestra.run.trial053.stdout:(11/36): python3-cephfs-20.2.0-794.ga5c3084f.el 6.7 MB/s | 163 kB 00:00 2026-02-22T20:29:10.702 INFO:teuthology.orchestra.run.trial053.stdout:(12/36): python3-rados-20.2.0-794.ga5c3084f.el9 9.9 MB/s | 323 kB 00:00 2026-02-22T20:29:10.716 INFO:teuthology.orchestra.run.trial053.stdout:(13/36): python3-rbd-20.2.0-794.ga5c3084f.el9.x 8.7 MB/s | 306 kB 00:00 2026-02-22T20:29:10.733 INFO:teuthology.orchestra.run.trial053.stdout:(14/36): python3-rgw-20.2.0-794.ga5c3084f.el9.x 3.1 MB/s | 99 kB 00:00 2026-02-22T20:29:10.777 INFO:teuthology.orchestra.run.trial053.stdout:(15/36): mailcap-2.1.49-5.el9.noarch.rpm 549 kB/s | 33 kB 00:00 2026-02-22T20:29:10.791 INFO:teuthology.orchestra.run.trial009.stdout:(35/36): librados2-20.2.0-794.ga5c3084f.el9.x86 4.4 MB/s | 3.5 MB 00:00 2026-02-22T20:29:10.800 INFO:teuthology.orchestra.run.trial053.stdout:(16/36): pciutils-3.7.0-7.el9.x86_64.rpm 1.4 MB/s | 93 kB 00:00 2026-02-22T20:29:10.853 INFO:teuthology.orchestra.run.trial053.stdout:(17/36): ceph-radosgw-20.2.0-794.ga5c3084f.el9. 19 MB/s | 24 MB 00:01 2026-02-22T20:29:10.872 INFO:teuthology.orchestra.run.trial053.stdout:(18/36): boost-program-options-1.75.0-13.el9.x8 1.1 MB/s | 104 kB 00:00 2026-02-22T20:29:10.898 INFO:teuthology.orchestra.run.trial009.stdout:(36/36): librbd1-20.2.0-794.ga5c3084f.el9.x86_6 3.3 MB/s | 2.8 MB 00:00 2026-02-22T20:29:10.900 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:10.900 INFO:teuthology.orchestra.run.trial009.stdout:Total 15 MB/s | 78 MB 00:05 2026-02-22T20:29:10.922 INFO:teuthology.orchestra.run.trial053.stdout:(19/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 923 kB/s | 45 kB 00:00 2026-02-22T20:29:10.970 INFO:teuthology.orchestra.run.trial053.stdout:(20/36): libnbd-1.20.3-4.el9.x86_64.rpm 966 kB/s | 164 kB 00:00 2026-02-22T20:29:10.977 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:10.978 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:10.978 INFO:teuthology.orchestra.run.trial132.stdout: Package Arch Version Repository Size 2026-02-22T20:29:10.979 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:10.979 INFO:teuthology.orchestra.run.trial132.stdout:Installing: 2026-02-22T20:29:10.979 INFO:teuthology.orchestra.run.trial132.stdout: ceph-radosgw x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 24 M 2026-02-22T20:29:10.979 INFO:teuthology.orchestra.run.trial132.stdout:Upgrading: 2026-02-22T20:29:10.979 INFO:teuthology.orchestra.run.trial132.stdout: librados2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 3.5 M 2026-02-22T20:29:10.979 INFO:teuthology.orchestra.run.trial132.stdout: librbd1 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 2.8 M 2026-02-22T20:29:10.980 INFO:teuthology.orchestra.run.trial132.stdout:Installing dependencies: 2026-02-22T20:29:10.980 INFO:teuthology.orchestra.run.trial132.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-22T20:29:10.980 INFO:teuthology.orchestra.run.trial132.stdout: ceph-base x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 5.9 M 2026-02-22T20:29:10.980 INFO:teuthology.orchestra.run.trial132.stdout: ceph-common x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 24 M 2026-02-22T20:29:10.980 INFO:teuthology.orchestra.run.trial132.stdout: ceph-selinux x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 25 k 2026-02-22T20:29:10.980 INFO:teuthology.orchestra.run.trial132.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-22T20:29:10.981 INFO:teuthology.orchestra.run.trial132.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-22T20:29:10.981 INFO:teuthology.orchestra.run.trial132.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-22T20:29:10.981 INFO:teuthology.orchestra.run.trial132.stdout: libcephfs2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 869 k 2026-02-22T20:29:10.981 INFO:teuthology.orchestra.run.trial132.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-22T20:29:10.981 INFO:teuthology.orchestra.run.trial132.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-22T20:29:10.982 INFO:teuthology.orchestra.run.trial132.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-22T20:29:10.982 INFO:teuthology.orchestra.run.trial132.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-22T20:29:10.982 INFO:teuthology.orchestra.run.trial132.stdout: libradosstriper1 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 250 k 2026-02-22T20:29:10.982 INFO:teuthology.orchestra.run.trial132.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-22T20:29:10.982 INFO:teuthology.orchestra.run.trial132.stdout: librgw2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 6.4 M 2026-02-22T20:29:10.982 INFO:teuthology.orchestra.run.trial132.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-22T20:29:10.982 INFO:teuthology.orchestra.run.trial132.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-22T20:29:10.983 INFO:teuthology.orchestra.run.trial132.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-22T20:29:10.983 INFO:teuthology.orchestra.run.trial132.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-22T20:29:10.983 INFO:teuthology.orchestra.run.trial132.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-22T20:29:10.983 INFO:teuthology.orchestra.run.trial132.stdout: python3-ceph-argparse x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 45 k 2026-02-22T20:29:10.983 INFO:teuthology.orchestra.run.trial132.stdout: python3-ceph-common x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 181 k 2026-02-22T20:29:10.983 INFO:teuthology.orchestra.run.trial132.stdout: python3-cephfs x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 163 k 2026-02-22T20:29:10.983 INFO:teuthology.orchestra.run.trial132.stdout: python3-rados x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 323 k 2026-02-22T20:29:10.984 INFO:teuthology.orchestra.run.trial132.stdout: python3-rbd x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 306 k 2026-02-22T20:29:10.984 INFO:teuthology.orchestra.run.trial132.stdout: python3-rgw x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 99 k 2026-02-22T20:29:10.984 INFO:teuthology.orchestra.run.trial132.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-22T20:29:10.984 INFO:teuthology.orchestra.run.trial132.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-22T20:29:10.984 INFO:teuthology.orchestra.run.trial132.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-22T20:29:10.984 INFO:teuthology.orchestra.run.trial132.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-22T20:29:10.985 INFO:teuthology.orchestra.run.trial132.stdout:Installing weak dependencies: 2026-02-22T20:29:10.985 INFO:teuthology.orchestra.run.trial132.stdout: libcephfs-daemon x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 35 k 2026-02-22T20:29:10.985 INFO:teuthology.orchestra.run.trial132.stdout: libcephfs-proxy2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 24 k 2026-02-22T20:29:10.985 INFO:teuthology.orchestra.run.trial132.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-22T20:29:10.985 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:10.985 INFO:teuthology.orchestra.run.trial132.stdout:Transaction Summary 2026-02-22T20:29:10.986 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:10.986 INFO:teuthology.orchestra.run.trial132.stdout:Install 34 Packages 2026-02-22T20:29:10.986 INFO:teuthology.orchestra.run.trial132.stdout:Upgrade 2 Packages 2026-02-22T20:29:10.986 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:10.987 INFO:teuthology.orchestra.run.trial132.stdout:Total download size: 78 M 2026-02-22T20:29:10.987 INFO:teuthology.orchestra.run.trial132.stdout:Downloading Packages: 2026-02-22T20:29:10.992 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-22T20:29:11.009 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-22T20:29:11.009 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-22T20:29:11.010 INFO:teuthology.orchestra.run.trial053.stdout:(21/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 160 kB 00:00 2026-02-22T20:29:11.027 INFO:teuthology.orchestra.run.trial053.stdout:(22/36): librdkafka-1.6.1-102.el9.x86_64.rpm 6.1 MB/s | 662 kB 00:00 2026-02-22T20:29:11.032 INFO:teuthology.orchestra.run.trial053.stdout:(23/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.6 MB/s | 292 kB 00:00 2026-02-22T20:29:11.073 INFO:teuthology.orchestra.run.trial053.stdout:(24/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 1.6 MB/s | 66 kB 00:00 2026-02-22T20:29:11.135 INFO:teuthology.orchestra.run.trial053.stdout:(25/36): qatlib-25.08.0-2.el9.x86_64.rpm 1.9 MB/s | 240 kB 00:00 2026-02-22T20:29:11.136 INFO:teuthology.orchestra.run.trial053.stdout:(26/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 4.8 MB/s | 308 kB 00:00 2026-02-22T20:29:11.139 INFO:teuthology.orchestra.run.trial053.stdout:(27/36): qatlib-service-25.08.0-2.el9.x86_64.rp 333 kB/s | 37 kB 00:00 2026-02-22T20:29:11.146 INFO:teuthology.orchestra.run.trial053.stdout:(28/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 2.3 MB/s | 25 kB 00:00 2026-02-22T20:29:11.157 INFO:teuthology.orchestra.run.trial053.stdout:(29/36): libunwind-1.6.2-1.el9.x86_64.rpm 6.2 MB/s | 67 kB 00:00 2026-02-22T20:29:11.177 INFO:teuthology.orchestra.run.trial053.stdout:(30/36): liboath-2.6.12-1.el9.x86_64.rpm 1.2 MB/s | 49 kB 00:00 2026-02-22T20:29:11.184 INFO:teuthology.orchestra.run.trial053.stdout:(31/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 30 MB/s | 838 kB 00:00 2026-02-22T20:29:11.207 INFO:teuthology.orchestra.run.trial053.stdout:(32/36): re2-20211101-20.el9.x86_64.rpm 6.4 MB/s | 191 kB 00:00 2026-02-22T20:29:11.229 INFO:teuthology.orchestra.run.trial053.stdout:(33/36): libarrow-9.0.0-15.el9.x86_64.rpm 47 MB/s | 4.4 MB 00:00 2026-02-22T20:29:11.231 INFO:teuthology.orchestra.run.trial053.stdout:(34/36): thrift-0.15.0-4.el9.x86_64.rpm 34 MB/s | 1.6 MB 00:00 2026-02-22T20:29:11.287 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-22T20:29:11.287 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-22T20:29:11.323 INFO:teuthology.orchestra.run.trial053.stdout:(35/36): librados2-20.2.0-794.ga5c3084f.el9.x86 30 MB/s | 3.5 MB 00:00 2026-02-22T20:29:11.329 INFO:teuthology.orchestra.run.trial053.stdout:(36/36): librbd1-20.2.0-794.ga5c3084f.el9.x86_6 28 MB/s | 2.8 MB 00:00 2026-02-22T20:29:11.331 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:11.331 INFO:teuthology.orchestra.run.trial053.stdout:Total 35 MB/s | 78 MB 00:02 2026-02-22T20:29:11.419 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-22T20:29:11.436 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-22T20:29:11.437 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-22T20:29:11.632 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-22T20:29:11.644 INFO:teuthology.orchestra.run.trial009.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/38 2026-02-22T20:29:11.715 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-22T20:29:11.715 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-22T20:29:11.797 INFO:teuthology.orchestra.run.trial009.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 2/38 2026-02-22T20:29:11.801 INFO:teuthology.orchestra.run.trial009.stdout: Upgrading : librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 3/38 2026-02-22T20:29:11.852 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 3/38 2026-02-22T20:29:11.853 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 4/38 2026-02-22T20:29:11.867 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 4/38 2026-02-22T20:29:11.869 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libcephfs-daemon-2:20.2.0-794.ga5c3084f.el9.x86_64 5/38 2026-02-22T20:29:11.869 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 6/38 2026-02-22T20:29:11.898 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 6/38 2026-02-22T20:29:11.899 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 7/38 2026-02-22T20:29:11.908 INFO:teuthology.orchestra.run.trial009.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/38 2026-02-22T20:29:11.911 INFO:teuthology.orchestra.run.trial009.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 9/38 2026-02-22T20:29:11.914 INFO:teuthology.orchestra.run.trial009.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 10/38 2026-02-22T20:29:11.918 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 11/38 2026-02-22T20:29:11.924 INFO:teuthology.orchestra.run.trial132.stdout:(1/36): ceph-base-20.2.0-794.ga5c3084f.el9.x86_ 13 MB/s | 5.9 MB 00:00 2026-02-22T20:29:11.926 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-ceph-argparse-2:20.2.0-794.ga5c3084f.el9.x 12/38 2026-02-22T20:29:11.939 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 13/38 2026-02-22T20:29:11.940 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 14/38 2026-02-22T20:29:11.954 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 14/38 2026-02-22T20:29:11.969 INFO:teuthology.orchestra.run.trial132.stdout:(2/36): ceph-selinux-20.2.0-794.ga5c3084f.el9.x 556 kB/s | 25 kB 00:00 2026-02-22T20:29:11.990 INFO:teuthology.orchestra.run.trial009.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-22T20:29:11.994 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-22T20:29:12.001 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-22T20:29:12.004 INFO:teuthology.orchestra.run.trial009.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-22T20:29:12.008 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-22T20:29:12.020 INFO:teuthology.orchestra.run.trial132.stdout:(3/36): libcephfs-daemon-20.2.0-794.ga5c3084f.e 695 kB/s | 35 kB 00:00 2026-02-22T20:29:12.055 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-22T20:29:12.067 INFO:teuthology.orchestra.run.trial053.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/38 2026-02-22T20:29:12.073 INFO:teuthology.orchestra.run.trial132.stdout:(4/36): libcephfs-proxy2-20.2.0-794.ga5c3084f.e 455 kB/s | 24 kB 00:00 2026-02-22T20:29:12.135 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-22T20:29:12.136 INFO:teuthology.orchestra.run.trial009.stdout: Upgrading : librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 21/38 2026-02-22T20:29:12.146 INFO:teuthology.orchestra.run.trial132.stdout:(5/36): libcephfs2-20.2.0-794.ga5c3084f.el9.x86 12 MB/s | 869 kB 00:00 2026-02-22T20:29:12.163 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 21/38 2026-02-22T20:29:12.165 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 22/38 2026-02-22T20:29:12.171 INFO:teuthology.orchestra.run.trial009.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-22T20:29:12.207 INFO:teuthology.orchestra.run.trial132.stdout:(6/36): libradosstriper1-20.2.0-794.ga5c3084f.e 4.0 MB/s | 250 kB 00:00 2026-02-22T20:29:12.220 INFO:teuthology.orchestra.run.trial053.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 2/38 2026-02-22T20:29:12.223 INFO:teuthology.orchestra.run.trial053.stdout: Upgrading : librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 3/38 2026-02-22T20:29:12.272 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 3/38 2026-02-22T20:29:12.273 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 4/38 2026-02-22T20:29:12.285 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 4/38 2026-02-22T20:29:12.289 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libcephfs-daemon-2:20.2.0-794.ga5c3084f.el9.x86_64 5/38 2026-02-22T20:29:12.289 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 6/38 2026-02-22T20:29:12.316 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 6/38 2026-02-22T20:29:12.318 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 7/38 2026-02-22T20:29:12.327 INFO:teuthology.orchestra.run.trial053.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/38 2026-02-22T20:29:12.329 INFO:teuthology.orchestra.run.trial053.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 9/38 2026-02-22T20:29:12.332 INFO:teuthology.orchestra.run.trial053.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 10/38 2026-02-22T20:29:12.336 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 11/38 2026-02-22T20:29:12.345 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-ceph-argparse-2:20.2.0-794.ga5c3084f.el9.x 12/38 2026-02-22T20:29:12.357 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 13/38 2026-02-22T20:29:12.358 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 14/38 2026-02-22T20:29:12.372 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 14/38 2026-02-22T20:29:12.408 INFO:teuthology.orchestra.run.trial053.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-22T20:29:12.411 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-22T20:29:12.417 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-22T20:29:12.419 INFO:teuthology.orchestra.run.trial053.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-22T20:29:12.423 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-22T20:29:12.448 INFO:teuthology.orchestra.run.trial009.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-22T20:29:12.449 INFO:teuthology.orchestra.run.trial009.stdout: Installing : librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 25/38 2026-02-22T20:29:12.467 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 25/38 2026-02-22T20:29:12.471 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 26/38 2026-02-22T20:29:12.477 INFO:teuthology.orchestra.run.trial009.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-22T20:29:12.479 INFO:teuthology.orchestra.run.trial009.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-22T20:29:12.480 INFO:teuthology.orchestra.run.trial009.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-22T20:29:12.498 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-22T20:29:12.499 INFO:teuthology.orchestra.run.trial132.stdout:(7/36): ceph-common-20.2.0-794.ga5c3084f.el9.x8 23 MB/s | 24 MB 00:01 2026-02-22T20:29:12.500 INFO:teuthology.orchestra.run.trial009.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-22T20:29:12.516 INFO:teuthology.orchestra.run.trial132.stdout:(8/36): python3-ceph-argparse-20.2.0-794.ga5c30 2.6 MB/s | 45 kB 00:00 2026-02-22T20:29:12.526 INFO:teuthology.orchestra.run.trial132.stdout:(9/36): librgw2-20.2.0-794.ga5c3084f.el9.x86_64 20 MB/s | 6.4 MB 00:00 2026-02-22T20:29:12.532 INFO:teuthology.orchestra.run.trial009.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-22T20:29:12.534 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-ceph-common-2:20.2.0-794.ga5c3084f.el9.x86 32/38 2026-02-22T20:29:12.539 INFO:teuthology.orchestra.run.trial132.stdout:(10/36): python3-ceph-common-20.2.0-794.ga5c308 7.5 MB/s | 181 kB 00:00 2026-02-22T20:29:12.545 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-22T20:29:12.547 INFO:teuthology.orchestra.run.trial053.stdout: Upgrading : librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 21/38 2026-02-22T20:29:12.551 INFO:teuthology.orchestra.run.trial132.stdout:(11/36): python3-cephfs-20.2.0-794.ga5c3084f.el 6.5 MB/s | 163 kB 00:00 2026-02-22T20:29:12.567 INFO:teuthology.orchestra.run.trial132.stdout:(12/36): python3-rados-20.2.0-794.ga5c3084f.el9 12 MB/s | 323 kB 00:00 2026-02-22T20:29:12.574 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 21/38 2026-02-22T20:29:12.576 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 22/38 2026-02-22T20:29:12.581 INFO:teuthology.orchestra.run.trial132.stdout:(13/36): python3-rbd-20.2.0-794.ga5c3084f.el9.x 10 MB/s | 306 kB 00:00 2026-02-22T20:29:12.583 INFO:teuthology.orchestra.run.trial053.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-22T20:29:12.593 INFO:teuthology.orchestra.run.trial132.stdout:(14/36): python3-rgw-20.2.0-794.ga5c3084f.el9.x 3.8 MB/s | 99 kB 00:00 2026-02-22T20:29:12.648 INFO:teuthology.orchestra.run.trial132.stdout:(15/36): ceph-radosgw-20.2.0-794.ga5c3084f.el9. 20 MB/s | 24 MB 00:01 2026-02-22T20:29:12.693 INFO:teuthology.orchestra.run.trial132.stdout:(16/36): boost-program-options-1.75.0-13.el9.x8 2.3 MB/s | 104 kB 00:00 2026-02-22T20:29:12.712 INFO:teuthology.orchestra.run.trial132.stdout:(17/36): libnbd-1.20.3-4.el9.x86_64.rpm 8.8 MB/s | 164 kB 00:00 2026-02-22T20:29:12.724 INFO:teuthology.orchestra.run.trial132.stdout:(18/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 14 MB/s | 160 kB 00:00 2026-02-22T20:29:12.733 INFO:teuthology.orchestra.run.trial132.stdout:(19/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 4.9 MB/s | 45 kB 00:00 2026-02-22T20:29:12.754 INFO:teuthology.orchestra.run.trial132.stdout:(20/36): librdkafka-1.6.1-102.el9.x86_64.rpm 30 MB/s | 662 kB 00:00 2026-02-22T20:29:12.765 INFO:teuthology.orchestra.run.trial132.stdout:(21/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 26 MB/s | 292 kB 00:00 2026-02-22T20:29:12.776 INFO:teuthology.orchestra.run.trial132.stdout:(22/36): qatlib-25.08.0-2.el9.x86_64.rpm 21 MB/s | 240 kB 00:00 2026-02-22T20:29:12.785 INFO:teuthology.orchestra.run.trial132.stdout:(23/36): qatlib-service-25.08.0-2.el9.x86_64.rp 4.1 MB/s | 37 kB 00:00 2026-02-22T20:29:12.794 INFO:teuthology.orchestra.run.trial132.stdout:(24/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 6.9 MB/s | 66 kB 00:00 2026-02-22T20:29:12.860 INFO:teuthology.orchestra.run.trial053.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-22T20:29:12.862 INFO:teuthology.orchestra.run.trial053.stdout: Installing : librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 25/38 2026-02-22T20:29:12.878 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 25/38 2026-02-22T20:29:12.883 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 26/38 2026-02-22T20:29:12.889 INFO:teuthology.orchestra.run.trial053.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-22T20:29:12.892 INFO:teuthology.orchestra.run.trial053.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-22T20:29:12.893 INFO:teuthology.orchestra.run.trial053.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-22T20:29:12.911 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-22T20:29:12.913 INFO:teuthology.orchestra.run.trial053.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-22T20:29:12.948 INFO:teuthology.orchestra.run.trial053.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-22T20:29:12.950 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-ceph-common-2:20.2.0-794.ga5c3084f.el9.x86 32/38 2026-02-22T20:29:13.150 INFO:teuthology.orchestra.run.trial132.stdout:(25/36): mailcap-2.1.49-5.el9.noarch.rpm 58 kB/s | 33 kB 00:00 2026-02-22T20:29:13.304 INFO:teuthology.orchestra.run.trial132.stdout:(26/36): pciutils-3.7.0-7.el9.x86_64.rpm 131 kB/s | 93 kB 00:00 2026-02-22T20:29:13.305 INFO:teuthology.orchestra.run.trial132.stdout:(27/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 602 kB/s | 308 kB 00:00 2026-02-22T20:29:13.379 INFO:teuthology.orchestra.run.trial132.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 664 kB/s | 49 kB 00:00 2026-02-22T20:29:13.456 INFO:teuthology.orchestra.run.trial132.stdout:(29/36): libunwind-1.6.2-1.el9.x86_64.rpm 873 kB/s | 67 kB 00:00 2026-02-22T20:29:13.589 INFO:teuthology.orchestra.run.trial132.stdout:(30/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 87 kB/s | 25 kB 00:00 2026-02-22T20:29:13.613 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 33/38 2026-02-22T20:29:13.615 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 33/38 2026-02-22T20:29:13.651 INFO:teuthology.orchestra.run.trial132.stdout:(31/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 4.2 MB/s | 838 kB 00:00 2026-02-22T20:29:13.821 INFO:teuthology.orchestra.run.trial132.stdout:(32/36): thrift-0.15.0-4.el9.x86_64.rpm 9.3 MB/s | 1.6 MB 00:00 2026-02-22T20:29:13.833 INFO:teuthology.orchestra.run.trial132.stdout:(33/36): re2-20211101-20.el9.x86_64.rpm 785 kB/s | 191 kB 00:00 2026-02-22T20:29:13.893 INFO:teuthology.orchestra.run.trial132.stdout:(34/36): libarrow-9.0.0-15.el9.x86_64.rpm 5.9 MB/s | 4.4 MB 00:00 2026-02-22T20:29:13.911 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 33/38 2026-02-22T20:29:13.914 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 34/38 2026-02-22T20:29:13.953 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 34/38 2026-02-22T20:29:13.954 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-22T20:29:13.954 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-22T20:29:13.954 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:13.957 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 35/38 2026-02-22T20:29:13.962 INFO:teuthology.orchestra.run.trial132.stdout:(35/36): librados2-20.2.0-794.ga5c3084f.el9.x86 25 MB/s | 3.5 MB 00:00 2026-02-22T20:29:13.965 INFO:teuthology.orchestra.run.trial132.stdout:(36/36): librbd1-20.2.0-794.ga5c3084f.el9.x86_6 22 MB/s | 2.8 MB 00:00 2026-02-22T20:29:13.969 INFO:teuthology.orchestra.run.trial132.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:13.969 INFO:teuthology.orchestra.run.trial132.stdout:Total 26 MB/s | 78 MB 00:02 2026-02-22T20:29:14.024 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 33/38 2026-02-22T20:29:14.026 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 33/38 2026-02-22T20:29:14.060 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction check 2026-02-22T20:29:14.078 INFO:teuthology.orchestra.run.trial132.stdout:Transaction check succeeded. 2026-02-22T20:29:14.078 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction test 2026-02-22T20:29:14.330 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 33/38 2026-02-22T20:29:14.333 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 34/38 2026-02-22T20:29:14.356 INFO:teuthology.orchestra.run.trial132.stdout:Transaction test succeeded. 2026-02-22T20:29:14.357 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction 2026-02-22T20:29:14.373 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 34/38 2026-02-22T20:29:14.374 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-22T20:29:14.374 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-22T20:29:14.374 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:14.377 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 35/38 2026-02-22T20:29:14.694 INFO:teuthology.orchestra.run.trial132.stdout: Preparing : 1/1 2026-02-22T20:29:14.706 INFO:teuthology.orchestra.run.trial132.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/38 2026-02-22T20:29:14.865 INFO:teuthology.orchestra.run.trial132.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 2/38 2026-02-22T20:29:14.869 INFO:teuthology.orchestra.run.trial132.stdout: Upgrading : librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 3/38 2026-02-22T20:29:14.921 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 3/38 2026-02-22T20:29:14.922 INFO:teuthology.orchestra.run.trial132.stdout: Installing : libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 4/38 2026-02-22T20:29:14.934 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 4/38 2026-02-22T20:29:14.937 INFO:teuthology.orchestra.run.trial132.stdout: Installing : libcephfs-daemon-2:20.2.0-794.ga5c3084f.el9.x86_64 5/38 2026-02-22T20:29:14.937 INFO:teuthology.orchestra.run.trial132.stdout: Installing : libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 6/38 2026-02-22T20:29:14.964 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 6/38 2026-02-22T20:29:14.966 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 7/38 2026-02-22T20:29:14.973 INFO:teuthology.orchestra.run.trial132.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/38 2026-02-22T20:29:14.976 INFO:teuthology.orchestra.run.trial132.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 9/38 2026-02-22T20:29:14.979 INFO:teuthology.orchestra.run.trial132.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 10/38 2026-02-22T20:29:14.983 INFO:teuthology.orchestra.run.trial132.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 11/38 2026-02-22T20:29:14.992 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-ceph-argparse-2:20.2.0-794.ga5c3084f.el9.x 12/38 2026-02-22T20:29:15.006 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 13/38 2026-02-22T20:29:15.006 INFO:teuthology.orchestra.run.trial132.stdout: Installing : libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 14/38 2026-02-22T20:29:15.019 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 14/38 2026-02-22T20:29:15.050 INFO:teuthology.orchestra.run.trial132.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-22T20:29:15.054 INFO:teuthology.orchestra.run.trial132.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-22T20:29:15.060 INFO:teuthology.orchestra.run.trial132.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-22T20:29:15.062 INFO:teuthology.orchestra.run.trial132.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-22T20:29:15.066 INFO:teuthology.orchestra.run.trial132.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-22T20:29:15.196 INFO:teuthology.orchestra.run.trial132.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-22T20:29:15.197 INFO:teuthology.orchestra.run.trial132.stdout: Upgrading : librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 21/38 2026-02-22T20:29:15.223 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 21/38 2026-02-22T20:29:15.225 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 22/38 2026-02-22T20:29:15.232 INFO:teuthology.orchestra.run.trial132.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-22T20:29:15.525 INFO:teuthology.orchestra.run.trial132.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-22T20:29:15.526 INFO:teuthology.orchestra.run.trial132.stdout: Installing : librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 25/38 2026-02-22T20:29:15.542 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 25/38 2026-02-22T20:29:15.546 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 26/38 2026-02-22T20:29:15.551 INFO:teuthology.orchestra.run.trial132.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-22T20:29:15.553 INFO:teuthology.orchestra.run.trial132.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-22T20:29:15.554 INFO:teuthology.orchestra.run.trial132.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-22T20:29:15.571 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-22T20:29:15.574 INFO:teuthology.orchestra.run.trial132.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-22T20:29:15.606 INFO:teuthology.orchestra.run.trial132.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-22T20:29:15.607 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-ceph-common-2:20.2.0-794.ga5c3084f.el9.x86 32/38 2026-02-22T20:29:16.741 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 33/38 2026-02-22T20:29:16.743 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 33/38 2026-02-22T20:29:17.045 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 33/38 2026-02-22T20:29:17.048 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 34/38 2026-02-22T20:29:17.084 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 34/38 2026-02-22T20:29:17.084 INFO:teuthology.orchestra.run.trial132.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-22T20:29:17.084 INFO:teuthology.orchestra.run.trial132.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-22T20:29:17.085 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:17.088 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 35/38 2026-02-22T20:29:18.482 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 35/38 2026-02-22T20:29:18.482 INFO:teuthology.orchestra.run.trial009.stdout:skipping the directory /sys 2026-02-22T20:29:18.482 INFO:teuthology.orchestra.run.trial009.stdout:skipping the directory /proc 2026-02-22T20:29:18.483 INFO:teuthology.orchestra.run.trial009.stdout:skipping the directory /mnt 2026-02-22T20:29:18.483 INFO:teuthology.orchestra.run.trial009.stdout:skipping the directory /var/tmp 2026-02-22T20:29:18.483 INFO:teuthology.orchestra.run.trial009.stdout:skipping the directory /home 2026-02-22T20:29:18.483 INFO:teuthology.orchestra.run.trial009.stdout:skipping the directory /root 2026-02-22T20:29:18.483 INFO:teuthology.orchestra.run.trial009.stdout:skipping the directory /tmp 2026-02-22T20:29:18.483 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:18.862 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 35/38 2026-02-22T20:29:18.862 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /sys 2026-02-22T20:29:18.862 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /proc 2026-02-22T20:29:18.862 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /mnt 2026-02-22T20:29:18.862 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /var/tmp 2026-02-22T20:29:18.862 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /home 2026-02-22T20:29:18.862 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /root 2026-02-22T20:29:18.862 INFO:teuthology.orchestra.run.trial053.stdout:skipping the directory /tmp 2026-02-22T20:29:18.862 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:19.509 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 36/38 2026-02-22T20:29:19.533 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 36/38 2026-02-22T20:29:19.533 INFO:teuthology.orchestra.run.trial009.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:19.533 INFO:teuthology.orchestra.run.trial009.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-22T20:29:19.533 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-22T20:29:19.533 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-22T20:29:19.534 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:19.535 INFO:teuthology.orchestra.run.trial009.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-22T20:29:19.548 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-22T20:29:19.548 INFO:teuthology.orchestra.run.trial009.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-22T20:29:19.604 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-22T20:29:19.604 INFO:teuthology.orchestra.run.trial009.stdout:Creating group 'qat' with GID 992. 2026-02-22T20:29:19.604 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:19.892 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 36/38 2026-02-22T20:29:19.915 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 36/38 2026-02-22T20:29:19.915 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:19.915 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-22T20:29:19.915 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-22T20:29:19.915 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-22T20:29:19.915 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:19.916 INFO:teuthology.orchestra.run.trial053.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-22T20:29:19.927 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-22T20:29:19.927 INFO:teuthology.orchestra.run.trial053.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-22T20:29:19.931 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 1/38 2026-02-22T20:29:19.931 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 2/38 2026-02-22T20:29:19.931 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 3/38 2026-02-22T20:29:19.931 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 4/38 2026-02-22T20:29:19.931 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libcephfs-daemon-2:20.2.0-794.ga5c3084f.el9.x86_64 5/38 2026-02-22T20:29:19.931 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 6/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 7/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 8/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 9/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-ceph-argparse-2:20.2.0-794.ga5c3084f.el9.x 10/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-ceph-common-2:20.2.0-794.ga5c3084f.el9.x86 11/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 12/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 13/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 14/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 15/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-22T20:29:19.932 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 35/38 2026-02-22T20:29:19.933 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-22T20:29:19.933 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 37/38 2026-02-22T20:29:19.980 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-22T20:29:19.980 INFO:teuthology.orchestra.run.trial053.stdout:Creating group 'qat' with GID 992. 2026-02-22T20:29:19.980 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:19.996 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-22T20:29:19.996 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:19.997 INFO:teuthology.orchestra.run.trial009.stdout:Upgraded: 2026-02-22T20:29:19.997 INFO:teuthology.orchestra.run.trial009.stdout: librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:19.997 INFO:teuthology.orchestra.run.trial009.stdout: librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:19.997 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-22T20:29:19.997 INFO:teuthology.orchestra.run.trial009.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-22T20:29:19.997 INFO:teuthology.orchestra.run.trial009.stdout: ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:19.997 INFO:teuthology.orchestra.run.trial009.stdout: ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:19.997 INFO:teuthology.orchestra.run.trial009.stdout: ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:19.997 INFO:teuthology.orchestra.run.trial009.stdout: ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:19.997 INFO:teuthology.orchestra.run.trial009.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-22T20:29:19.998 INFO:teuthology.orchestra.run.trial009.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-22T20:29:19.998 INFO:teuthology.orchestra.run.trial009.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-22T20:29:19.998 INFO:teuthology.orchestra.run.trial009.stdout: libcephfs-daemon-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:19.998 INFO:teuthology.orchestra.run.trial009.stdout: libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:19.998 INFO:teuthology.orchestra.run.trial009.stdout: libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:19.998 INFO:teuthology.orchestra.run.trial009.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-22T20:29:19.998 INFO:teuthology.orchestra.run.trial009.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-22T20:29:19.998 INFO:teuthology.orchestra.run.trial009.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-22T20:29:19.998 INFO:teuthology.orchestra.run.trial009.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-22T20:29:19.998 INFO:teuthology.orchestra.run.trial009.stdout: libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:19.999 INFO:teuthology.orchestra.run.trial009.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-22T20:29:19.999 INFO:teuthology.orchestra.run.trial009.stdout: librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:19.999 INFO:teuthology.orchestra.run.trial009.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-22T20:29:19.999 INFO:teuthology.orchestra.run.trial009.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-22T20:29:19.999 INFO:teuthology.orchestra.run.trial009.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-22T20:29:19.999 INFO:teuthology.orchestra.run.trial009.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-22T20:29:19.999 INFO:teuthology.orchestra.run.trial009.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-22T20:29:19.999 INFO:teuthology.orchestra.run.trial009.stdout: python3-ceph-argparse-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:19.999 INFO:teuthology.orchestra.run.trial009.stdout: python3-ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:19.999 INFO:teuthology.orchestra.run.trial009.stdout: python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:19.999 INFO:teuthology.orchestra.run.trial009.stdout: python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:20.000 INFO:teuthology.orchestra.run.trial009.stdout: python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:20.000 INFO:teuthology.orchestra.run.trial009.stdout: python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:20.000 INFO:teuthology.orchestra.run.trial009.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-22T20:29:20.000 INFO:teuthology.orchestra.run.trial009.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-22T20:29:20.000 INFO:teuthology.orchestra.run.trial009.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-22T20:29:20.000 INFO:teuthology.orchestra.run.trial009.stdout: re2-1:20211101-20.el9.x86_64 2026-02-22T20:29:20.000 INFO:teuthology.orchestra.run.trial009.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-22T20:29:20.000 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:20.000 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:29:20.041 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-test 2026-02-22T20:29:20.295 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 1/38 2026-02-22T20:29:20.296 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 2/38 2026-02-22T20:29:20.296 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 3/38 2026-02-22T20:29:20.296 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 4/38 2026-02-22T20:29:20.296 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libcephfs-daemon-2:20.2.0-794.ga5c3084f.el9.x86_64 5/38 2026-02-22T20:29:20.296 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 6/38 2026-02-22T20:29:20.296 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 7/38 2026-02-22T20:29:20.296 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 8/38 2026-02-22T20:29:20.296 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 9/38 2026-02-22T20:29:20.296 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-ceph-argparse-2:20.2.0-794.ga5c3084f.el9.x 10/38 2026-02-22T20:29:20.296 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-ceph-common-2:20.2.0-794.ga5c3084f.el9.x86 11/38 2026-02-22T20:29:20.296 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 12/38 2026-02-22T20:29:20.296 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 13/38 2026-02-22T20:29:20.296 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 14/38 2026-02-22T20:29:20.296 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 15/38 2026-02-22T20:29:20.296 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-22T20:29:20.297 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-22T20:29:20.297 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-22T20:29:20.297 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-22T20:29:20.297 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-22T20:29:20.297 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-22T20:29:20.297 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-22T20:29:20.297 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-22T20:29:20.297 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-22T20:29:20.297 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-22T20:29:20.297 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-22T20:29:20.297 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-22T20:29:20.297 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-22T20:29:20.297 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-22T20:29:20.297 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-22T20:29:20.297 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-22T20:29:20.297 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-22T20:29:20.297 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-22T20:29:20.297 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-22T20:29:20.297 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 35/38 2026-02-22T20:29:20.298 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-22T20:29:20.298 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 37/38 2026-02-22T20:29:20.350 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:16 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:29:20.359 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-22T20:29:20.360 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:20.360 INFO:teuthology.orchestra.run.trial053.stdout:Upgraded: 2026-02-22T20:29:20.360 INFO:teuthology.orchestra.run.trial053.stdout: librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:20.360 INFO:teuthology.orchestra.run.trial053.stdout: librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:20.360 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-22T20:29:20.360 INFO:teuthology.orchestra.run.trial053.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-22T20:29:20.360 INFO:teuthology.orchestra.run.trial053.stdout: ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:20.360 INFO:teuthology.orchestra.run.trial053.stdout: ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:20.361 INFO:teuthology.orchestra.run.trial053.stdout: ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:20.361 INFO:teuthology.orchestra.run.trial053.stdout: ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:20.361 INFO:teuthology.orchestra.run.trial053.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-22T20:29:20.361 INFO:teuthology.orchestra.run.trial053.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-22T20:29:20.361 INFO:teuthology.orchestra.run.trial053.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-22T20:29:20.361 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs-daemon-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:20.361 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:20.361 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:20.361 INFO:teuthology.orchestra.run.trial053.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-22T20:29:20.361 INFO:teuthology.orchestra.run.trial053.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-22T20:29:20.361 INFO:teuthology.orchestra.run.trial053.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-22T20:29:20.361 INFO:teuthology.orchestra.run.trial053.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-22T20:29:20.362 INFO:teuthology.orchestra.run.trial053.stdout: libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:20.362 INFO:teuthology.orchestra.run.trial053.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-22T20:29:20.362 INFO:teuthology.orchestra.run.trial053.stdout: librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:20.362 INFO:teuthology.orchestra.run.trial053.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-22T20:29:20.362 INFO:teuthology.orchestra.run.trial053.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-22T20:29:20.362 INFO:teuthology.orchestra.run.trial053.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-22T20:29:20.362 INFO:teuthology.orchestra.run.trial053.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-22T20:29:20.362 INFO:teuthology.orchestra.run.trial053.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-22T20:29:20.362 INFO:teuthology.orchestra.run.trial053.stdout: python3-ceph-argparse-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:20.362 INFO:teuthology.orchestra.run.trial053.stdout: python3-ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:20.362 INFO:teuthology.orchestra.run.trial053.stdout: python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:20.362 INFO:teuthology.orchestra.run.trial053.stdout: python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:20.362 INFO:teuthology.orchestra.run.trial053.stdout: python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:20.363 INFO:teuthology.orchestra.run.trial053.stdout: python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:20.363 INFO:teuthology.orchestra.run.trial053.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-22T20:29:20.363 INFO:teuthology.orchestra.run.trial053.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-22T20:29:20.363 INFO:teuthology.orchestra.run.trial053.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-22T20:29:20.363 INFO:teuthology.orchestra.run.trial053.stdout: re2-1:20211101-20.el9.x86_64 2026-02-22T20:29:20.363 INFO:teuthology.orchestra.run.trial053.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-22T20:29:20.363 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:20.363 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:20.404 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-test 2026-02-22T20:29:20.431 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:29:20.432 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:29:20.432 INFO:teuthology.orchestra.run.trial009.stdout: Package Arch Version Repository Size 2026-02-22T20:29:20.432 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:29:20.432 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-22T20:29:20.432 INFO:teuthology.orchestra.run.trial009.stdout: ceph-test x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 84 M 2026-02-22T20:29:20.433 INFO:teuthology.orchestra.run.trial009.stdout:Installing dependencies: 2026-02-22T20:29:20.433 INFO:teuthology.orchestra.run.trial009.stdout: libcephsqlite x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 164 k 2026-02-22T20:29:20.433 INFO:teuthology.orchestra.run.trial009.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-22T20:29:20.433 INFO:teuthology.orchestra.run.trial009.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-22T20:29:20.433 INFO:teuthology.orchestra.run.trial009.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-22T20:29:20.433 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:20.433 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-22T20:29:20.433 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:29:20.433 INFO:teuthology.orchestra.run.trial009.stdout:Install 5 Packages 2026-02-22T20:29:20.433 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:20.433 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 85 M 2026-02-22T20:29:20.433 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 365 M 2026-02-22T20:29:20.433 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-22T20:29:20.718 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:13 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:20.785 INFO:teuthology.orchestra.run.trial009.stdout:(1/5): libxslt-1.1.34-12.el9.x86_64.rpm 4.6 MB/s | 233 kB 00:00 2026-02-22T20:29:20.800 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:20.801 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:20.801 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repository Size 2026-02-22T20:29:20.802 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:20.802 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-22T20:29:20.802 INFO:teuthology.orchestra.run.trial053.stdout: ceph-test x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 84 M 2026-02-22T20:29:20.802 INFO:teuthology.orchestra.run.trial053.stdout:Installing dependencies: 2026-02-22T20:29:20.802 INFO:teuthology.orchestra.run.trial053.stdout: libcephsqlite x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 164 k 2026-02-22T20:29:20.802 INFO:teuthology.orchestra.run.trial053.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-22T20:29:20.802 INFO:teuthology.orchestra.run.trial053.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-22T20:29:20.802 INFO:teuthology.orchestra.run.trial053.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-22T20:29:20.802 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:20.802 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-22T20:29:20.802 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:20.803 INFO:teuthology.orchestra.run.trial053.stdout:Install 5 Packages 2026-02-22T20:29:20.803 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:20.803 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 85 M 2026-02-22T20:29:20.803 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 365 M 2026-02-22T20:29:20.803 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-22T20:29:20.804 INFO:teuthology.orchestra.run.trial009.stdout:(2/5): socat-1.7.4.1-8.el9.x86_64.rpm 16 MB/s | 303 kB 00:00 2026-02-22T20:29:20.814 INFO:teuthology.orchestra.run.trial009.stdout:(3/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 6.7 MB/s | 64 kB 00:00 2026-02-22T20:29:20.824 INFO:teuthology.orchestra.run.trial009.stdout:(4/5): libcephsqlite-20.2.0-794.ga5c3084f.el9.x 1.8 MB/s | 164 kB 00:00 2026-02-22T20:29:20.909 INFO:teuthology.orchestra.run.trial053.stdout:(1/5): libxslt-1.1.34-12.el9.x86_64.rpm 4.7 MB/s | 233 kB 00:00 2026-02-22T20:29:20.928 INFO:teuthology.orchestra.run.trial053.stdout:(2/5): socat-1.7.4.1-8.el9.x86_64.rpm 15 MB/s | 303 kB 00:00 2026-02-22T20:29:20.938 INFO:teuthology.orchestra.run.trial053.stdout:(3/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 6.6 MB/s | 64 kB 00:00 2026-02-22T20:29:21.211 INFO:teuthology.orchestra.run.trial053.stdout:(4/5): libcephsqlite-20.2.0-794.ga5c3084f.el9.x 468 kB/s | 164 kB 00:00 2026-02-22T20:29:21.612 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 35/38 2026-02-22T20:29:21.612 INFO:teuthology.orchestra.run.trial132.stdout:skipping the directory /sys 2026-02-22T20:29:21.612 INFO:teuthology.orchestra.run.trial132.stdout:skipping the directory /proc 2026-02-22T20:29:21.612 INFO:teuthology.orchestra.run.trial132.stdout:skipping the directory /mnt 2026-02-22T20:29:21.612 INFO:teuthology.orchestra.run.trial132.stdout:skipping the directory /var/tmp 2026-02-22T20:29:21.612 INFO:teuthology.orchestra.run.trial132.stdout:skipping the directory /home 2026-02-22T20:29:21.612 INFO:teuthology.orchestra.run.trial132.stdout:skipping the directory /root 2026-02-22T20:29:21.612 INFO:teuthology.orchestra.run.trial132.stdout:skipping the directory /tmp 2026-02-22T20:29:21.612 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:22.680 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 36/38 2026-02-22T20:29:22.705 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 36/38 2026-02-22T20:29:22.705 INFO:teuthology.orchestra.run.trial132.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:22.705 INFO:teuthology.orchestra.run.trial132.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-22T20:29:22.705 INFO:teuthology.orchestra.run.trial132.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-22T20:29:22.705 INFO:teuthology.orchestra.run.trial132.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-22T20:29:22.706 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:22.706 INFO:teuthology.orchestra.run.trial132.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-22T20:29:22.719 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-22T20:29:22.719 INFO:teuthology.orchestra.run.trial132.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-22T20:29:22.775 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-22T20:29:22.775 INFO:teuthology.orchestra.run.trial132.stdout:Creating group 'qat' with GID 992. 2026-02-22T20:29:22.775 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:23.104 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 1/38 2026-02-22T20:29:23.104 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 2/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 3/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 4/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : libcephfs-daemon-2:20.2.0-794.ga5c3084f.el9.x86_64 5/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 6/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 7/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 8/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 9/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-ceph-argparse-2:20.2.0-794.ga5c3084f.el9.x 10/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-ceph-common-2:20.2.0-794.ga5c3084f.el9.x86 11/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 12/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 13/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 14/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 15/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-22T20:29:23.105 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-22T20:29:23.106 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-22T20:29:23.106 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-22T20:29:23.106 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-22T20:29:23.106 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-22T20:29:23.106 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-22T20:29:23.106 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-22T20:29:23.106 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-22T20:29:23.106 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-22T20:29:23.106 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-22T20:29:23.106 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-22T20:29:23.106 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 35/38 2026-02-22T20:29:23.106 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-22T20:29:23.106 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 37/38 2026-02-22T20:29:23.168 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-22T20:29:23.168 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:23.168 INFO:teuthology.orchestra.run.trial132.stdout:Upgraded: 2026-02-22T20:29:23.168 INFO:teuthology.orchestra.run.trial132.stdout: librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:23.168 INFO:teuthology.orchestra.run.trial132.stdout: librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:23.168 INFO:teuthology.orchestra.run.trial132.stdout:Installed: 2026-02-22T20:29:23.168 INFO:teuthology.orchestra.run.trial132.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: libcephfs-daemon-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-22T20:29:23.169 INFO:teuthology.orchestra.run.trial132.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-22T20:29:23.170 INFO:teuthology.orchestra.run.trial132.stdout: python3-ceph-argparse-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:23.170 INFO:teuthology.orchestra.run.trial132.stdout: python3-ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:23.170 INFO:teuthology.orchestra.run.trial132.stdout: python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:23.170 INFO:teuthology.orchestra.run.trial132.stdout: python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:23.170 INFO:teuthology.orchestra.run.trial132.stdout: python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:23.170 INFO:teuthology.orchestra.run.trial132.stdout: python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:23.170 INFO:teuthology.orchestra.run.trial132.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-22T20:29:23.170 INFO:teuthology.orchestra.run.trial132.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-22T20:29:23.170 INFO:teuthology.orchestra.run.trial132.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-22T20:29:23.170 INFO:teuthology.orchestra.run.trial132.stdout: re2-1:20211101-20.el9.x86_64 2026-02-22T20:29:23.170 INFO:teuthology.orchestra.run.trial132.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-22T20:29:23.170 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:23.170 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:23.209 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install ceph-test 2026-02-22T20:29:23.518 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:14 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:23.600 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:23.601 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:23.601 INFO:teuthology.orchestra.run.trial132.stdout: Package Arch Version Repository Size 2026-02-22T20:29:23.601 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:23.601 INFO:teuthology.orchestra.run.trial132.stdout:Installing: 2026-02-22T20:29:23.601 INFO:teuthology.orchestra.run.trial132.stdout: ceph-test x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 84 M 2026-02-22T20:29:23.601 INFO:teuthology.orchestra.run.trial132.stdout:Installing dependencies: 2026-02-22T20:29:23.601 INFO:teuthology.orchestra.run.trial132.stdout: libcephsqlite x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 164 k 2026-02-22T20:29:23.601 INFO:teuthology.orchestra.run.trial132.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-22T20:29:23.601 INFO:teuthology.orchestra.run.trial132.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-22T20:29:23.601 INFO:teuthology.orchestra.run.trial132.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-22T20:29:23.601 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:23.601 INFO:teuthology.orchestra.run.trial132.stdout:Transaction Summary 2026-02-22T20:29:23.601 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:23.601 INFO:teuthology.orchestra.run.trial132.stdout:Install 5 Packages 2026-02-22T20:29:23.601 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:23.601 INFO:teuthology.orchestra.run.trial132.stdout:Total download size: 85 M 2026-02-22T20:29:23.601 INFO:teuthology.orchestra.run.trial132.stdout:Installed size: 365 M 2026-02-22T20:29:23.601 INFO:teuthology.orchestra.run.trial132.stdout:Downloading Packages: 2026-02-22T20:29:23.794 INFO:teuthology.orchestra.run.trial132.stdout:(1/5): libxslt-1.1.34-12.el9.x86_64.rpm 2.4 MB/s | 233 kB 00:00 2026-02-22T20:29:23.841 INFO:teuthology.orchestra.run.trial132.stdout:(2/5): socat-1.7.4.1-8.el9.x86_64.rpm 6.4 MB/s | 303 kB 00:00 2026-02-22T20:29:23.863 INFO:teuthology.orchestra.run.trial132.stdout:(3/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.8 MB/s | 64 kB 00:00 2026-02-22T20:29:24.108 INFO:teuthology.orchestra.run.trial132.stdout:(4/5): libcephsqlite-20.2.0-794.ga5c3084f.el9.x 402 kB/s | 164 kB 00:00 2026-02-22T20:29:25.089 INFO:teuthology.orchestra.run.trial053.stdout:(5/5): ceph-test-20.2.0-794.ga5c3084f.el9.x86_6 20 MB/s | 84 MB 00:04 2026-02-22T20:29:25.090 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:25.090 INFO:teuthology.orchestra.run.trial053.stdout:Total 20 MB/s | 85 MB 00:04 2026-02-22T20:29:25.117 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-22T20:29:25.127 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-22T20:29:25.127 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-22T20:29:25.378 INFO:teuthology.orchestra.run.trial009.stdout:(5/5): ceph-test-20.2.0-794.ga5c3084f.el9.x86_6 18 MB/s | 84 MB 00:04 2026-02-22T20:29:25.379 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:25.379 INFO:teuthology.orchestra.run.trial009.stdout:Total 17 MB/s | 85 MB 00:04 2026-02-22T20:29:25.404 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-22T20:29:25.415 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-22T20:29:25.415 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-22T20:29:25.416 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-22T20:29:25.416 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-22T20:29:25.701 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-22T20:29:25.701 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-22T20:29:25.731 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-22T20:29:25.737 INFO:teuthology.orchestra.run.trial053.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-22T20:29:25.741 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-22T20:29:25.750 INFO:teuthology.orchestra.run.trial053.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-22T20:29:25.750 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 4/5 2026-02-22T20:29:26.015 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-22T20:29:26.020 INFO:teuthology.orchestra.run.trial009.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-22T20:29:26.024 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-22T20:29:26.032 INFO:teuthology.orchestra.run.trial009.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-22T20:29:26.033 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 4/5 2026-02-22T20:29:27.653 INFO:teuthology.orchestra.run.trial132.stdout:(5/5): ceph-test-20.2.0-794.ga5c3084f.el9.x86_6 21 MB/s | 84 MB 00:03 2026-02-22T20:29:27.654 INFO:teuthology.orchestra.run.trial132.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:27.654 INFO:teuthology.orchestra.run.trial132.stdout:Total 21 MB/s | 85 MB 00:04 2026-02-22T20:29:27.682 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction check 2026-02-22T20:29:27.692 INFO:teuthology.orchestra.run.trial132.stdout:Transaction check succeeded. 2026-02-22T20:29:27.692 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction test 2026-02-22T20:29:27.978 INFO:teuthology.orchestra.run.trial132.stdout:Transaction test succeeded. 2026-02-22T20:29:27.978 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction 2026-02-22T20:29:28.291 INFO:teuthology.orchestra.run.trial132.stdout: Preparing : 1/1 2026-02-22T20:29:28.298 INFO:teuthology.orchestra.run.trial132.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-22T20:29:28.302 INFO:teuthology.orchestra.run.trial132.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-22T20:29:28.310 INFO:teuthology.orchestra.run.trial132.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-22T20:29:28.311 INFO:teuthology.orchestra.run.trial132.stdout: Installing : libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 4/5 2026-02-22T20:29:29.666 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 4/5 2026-02-22T20:29:29.684 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 5/5 2026-02-22T20:29:29.751 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 4/5 2026-02-22T20:29:29.770 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 5/5 2026-02-22T20:29:30.020 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 5/5 2026-02-22T20:29:30.020 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 1/5 2026-02-22T20:29:30.021 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 2/5 2026-02-22T20:29:30.021 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-22T20:29:30.021 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-22T20:29:30.076 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-22T20:29:30.077 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:30.077 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-22T20:29:30.077 INFO:teuthology.orchestra.run.trial053.stdout: ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:30.077 INFO:teuthology.orchestra.run.trial053.stdout: libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:30.077 INFO:teuthology.orchestra.run.trial053.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-22T20:29:30.077 INFO:teuthology.orchestra.run.trial053.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-22T20:29:30.077 INFO:teuthology.orchestra.run.trial053.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-22T20:29:30.077 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:30.078 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:30.098 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 5/5 2026-02-22T20:29:30.098 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 1/5 2026-02-22T20:29:30.098 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 2/5 2026-02-22T20:29:30.098 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-22T20:29:30.098 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-22T20:29:30.116 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph 2026-02-22T20:29:30.154 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-22T20:29:30.154 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:30.154 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-22T20:29:30.154 INFO:teuthology.orchestra.run.trial009.stdout: ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:30.154 INFO:teuthology.orchestra.run.trial009.stdout: libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:30.154 INFO:teuthology.orchestra.run.trial009.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-22T20:29:30.155 INFO:teuthology.orchestra.run.trial009.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-22T20:29:30.155 INFO:teuthology.orchestra.run.trial009.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-22T20:29:30.155 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:30.155 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:29:30.192 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph 2026-02-22T20:29:30.436 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:23 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:30.505 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:26 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:29:30.521 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:30.524 INFO:teuthology.orchestra.run.trial053.stdout:====================================================================================== 2026-02-22T20:29:30.524 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repository Size 2026-02-22T20:29:30.524 INFO:teuthology.orchestra.run.trial053.stdout:====================================================================================== 2026-02-22T20:29:30.524 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-22T20:29:30.524 INFO:teuthology.orchestra.run.trial053.stdout: ceph x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 6.5 k 2026-02-22T20:29:30.524 INFO:teuthology.orchestra.run.trial053.stdout:Installing dependencies: 2026-02-22T20:29:30.524 INFO:teuthology.orchestra.run.trial053.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-22T20:29:30.524 INFO:teuthology.orchestra.run.trial053.stdout: ceph-grafana-dashboards noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 43 k 2026-02-22T20:29:30.524 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mds x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 2.3 M 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 967 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-modules-core noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 295 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mon x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 5.0 M 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: ceph-osd x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 17 M 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: ceph-prometheus-alerts noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 17 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: cephadm noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 1.0 M 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-22T20:29:30.525 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-22T20:29:30.526 INFO:teuthology.orchestra.run.trial053.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-22T20:29:30.527 INFO:teuthology.orchestra.run.trial053.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-22T20:29:30.527 INFO:teuthology.orchestra.run.trial053.stdout:Installing weak dependencies: 2026-02-22T20:29:30.527 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-cephadm noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 179 k 2026-02-22T20:29:30.527 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-dashboard noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 11 M 2026-02-22T20:29:30.527 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 7.4 M 2026-02-22T20:29:30.527 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-k8sevents noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 22 k 2026-02-22T20:29:30.527 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-rook noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 50 k 2026-02-22T20:29:30.527 INFO:teuthology.orchestra.run.trial053.stdout: ceph-volume noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 300 k 2026-02-22T20:29:30.527 INFO:teuthology.orchestra.run.trial053.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-22T20:29:30.527 INFO:teuthology.orchestra.run.trial053.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-22T20:29:30.527 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:30.527 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-22T20:29:30.527 INFO:teuthology.orchestra.run.trial053.stdout:====================================================================================== 2026-02-22T20:29:30.527 INFO:teuthology.orchestra.run.trial053.stdout:Install 94 Packages 2026-02-22T20:29:30.527 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:30.527 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 101 M 2026-02-22T20:29:30.527 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 561 M 2026-02-22T20:29:30.527 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-22T20:29:30.591 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:29:30.594 INFO:teuthology.orchestra.run.trial009.stdout:====================================================================================== 2026-02-22T20:29:30.594 INFO:teuthology.orchestra.run.trial009.stdout: Package Arch Version Repository Size 2026-02-22T20:29:30.594 INFO:teuthology.orchestra.run.trial009.stdout:====================================================================================== 2026-02-22T20:29:30.594 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-22T20:29:30.594 INFO:teuthology.orchestra.run.trial009.stdout: ceph x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 6.5 k 2026-02-22T20:29:30.594 INFO:teuthology.orchestra.run.trial009.stdout:Installing dependencies: 2026-02-22T20:29:30.594 INFO:teuthology.orchestra.run.trial009.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-22T20:29:30.594 INFO:teuthology.orchestra.run.trial009.stdout: ceph-grafana-dashboards noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 43 k 2026-02-22T20:29:30.594 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mds x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 2.3 M 2026-02-22T20:29:30.594 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 967 k 2026-02-22T20:29:30.594 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-modules-core noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 295 k 2026-02-22T20:29:30.594 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mon x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 5.0 M 2026-02-22T20:29:30.594 INFO:teuthology.orchestra.run.trial009.stdout: ceph-osd x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 17 M 2026-02-22T20:29:30.594 INFO:teuthology.orchestra.run.trial009.stdout: ceph-prometheus-alerts noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 17 k 2026-02-22T20:29:30.594 INFO:teuthology.orchestra.run.trial009.stdout: cephadm noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 1.0 M 2026-02-22T20:29:30.594 INFO:teuthology.orchestra.run.trial009.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-22T20:29:30.595 INFO:teuthology.orchestra.run.trial009.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-22T20:29:30.596 INFO:teuthology.orchestra.run.trial009.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-22T20:29:30.597 INFO:teuthology.orchestra.run.trial009.stdout:Installing weak dependencies: 2026-02-22T20:29:30.598 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-cephadm noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 179 k 2026-02-22T20:29:30.598 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-dashboard noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 11 M 2026-02-22T20:29:30.598 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 7.4 M 2026-02-22T20:29:30.598 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-k8sevents noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 22 k 2026-02-22T20:29:30.598 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-rook noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 50 k 2026-02-22T20:29:30.598 INFO:teuthology.orchestra.run.trial009.stdout: ceph-volume noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 300 k 2026-02-22T20:29:30.598 INFO:teuthology.orchestra.run.trial009.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-22T20:29:30.598 INFO:teuthology.orchestra.run.trial009.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-22T20:29:30.598 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:30.598 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-22T20:29:30.598 INFO:teuthology.orchestra.run.trial009.stdout:====================================================================================== 2026-02-22T20:29:30.598 INFO:teuthology.orchestra.run.trial009.stdout:Install 94 Packages 2026-02-22T20:29:30.598 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:30.598 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 101 M 2026-02-22T20:29:30.598 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 561 M 2026-02-22T20:29:30.599 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-22T20:29:31.056 INFO:teuthology.orchestra.run.trial053.stdout:(1/94): ceph-20.2.0-794.ga5c3084f.el9.x86_64.rp 128 kB/s | 6.5 kB 00:00 2026-02-22T20:29:31.142 INFO:teuthology.orchestra.run.trial053.stdout:(2/94): ceph-mgr-20.2.0-794.ga5c3084f.el9.x86_6 6.9 MB/s | 967 kB 00:00 2026-02-22T20:29:31.172 INFO:teuthology.orchestra.run.trial053.stdout:(3/94): ceph-mds-20.2.0-794.ga5c3084f.el9.x86_6 14 MB/s | 2.3 MB 00:00 2026-02-22T20:29:31.208 INFO:teuthology.orchestra.run.trial053.stdout:(4/94): ceph-grafana-dashboards-20.2.0-794.ga5c 1.2 MB/s | 43 kB 00:00 2026-02-22T20:29:31.244 INFO:teuthology.orchestra.run.trial053.stdout:(5/94): ceph-mgr-cephadm-20.2.0-794.ga5c3084f.e 4.8 MB/s | 179 kB 00:00 2026-02-22T20:29:31.320 INFO:teuthology.orchestra.run.trial053.stdout:(6/94): ceph-mon-20.2.0-794.ga5c3084f.el9.x86_6 19 MB/s | 5.0 MB 00:00 2026-02-22T20:29:31.414 INFO:teuthology.orchestra.run.trial009.stdout:(1/94): ceph-20.2.0-794.ga5c3084f.el9.x86_64.rp 32 kB/s | 6.5 kB 00:00 2026-02-22T20:29:31.758 INFO:teuthology.orchestra.run.trial053.stdout:(7/94): ceph-mgr-diskprediction-local-20.2.0-79 17 MB/s | 7.4 MB 00:00 2026-02-22T20:29:31.776 INFO:teuthology.orchestra.run.trial053.stdout:(8/94): ceph-mgr-dashboard-20.2.0-794.ga5c3084f 20 MB/s | 11 MB 00:00 2026-02-22T20:29:31.782 INFO:teuthology.orchestra.run.trial053.stdout:(9/94): ceph-mgr-k8sevents-20.2.0-794.ga5c3084f 949 kB/s | 22 kB 00:00 2026-02-22T20:29:31.801 INFO:teuthology.orchestra.run.trial053.stdout:(10/94): ceph-mgr-modules-core-20.2.0-794.ga5c3 11 MB/s | 295 kB 00:00 2026-02-22T20:29:31.807 INFO:teuthology.orchestra.run.trial053.stdout:(11/94): ceph-mgr-rook-20.2.0-794.ga5c3084f.el9 1.9 MB/s | 50 kB 00:00 2026-02-22T20:29:31.821 INFO:teuthology.orchestra.run.trial053.stdout:(12/94): ceph-prometheus-alerts-20.2.0-794.ga5c 864 kB/s | 17 kB 00:00 2026-02-22T20:29:31.833 INFO:teuthology.orchestra.run.trial053.stdout:(13/94): ceph-volume-20.2.0-794.ga5c3084f.el9.n 11 MB/s | 300 kB 00:00 2026-02-22T20:29:31.866 INFO:teuthology.orchestra.run.trial053.stdout:(14/94): cephadm-20.2.0-794.ga5c3084f.el9.noarc 22 MB/s | 1.0 MB 00:00 2026-02-22T20:29:31.907 INFO:teuthology.orchestra.run.trial053.stdout:(15/94): ceph-osd-20.2.0-794.ga5c3084f.el9.x86_ 22 MB/s | 17 MB 00:00 2026-02-22T20:29:31.949 INFO:teuthology.orchestra.run.trial053.stdout:(16/94): ledmon-libs-1.1.0-3.el9.x86_64.rpm 490 kB/s | 40 kB 00:00 2026-02-22T20:29:31.970 INFO:teuthology.orchestra.run.trial053.stdout:(17/94): cryptsetup-2.8.1-3.el9.x86_64.rpm 2.5 MB/s | 351 kB 00:00 2026-02-22T20:29:31.971 INFO:teuthology.orchestra.run.trial053.stdout:(18/94): libconfig-1.7.2-9.el9.x86_64.rpm 1.1 MB/s | 72 kB 00:00 2026-02-22T20:29:31.993 INFO:teuthology.orchestra.run.trial053.stdout:(19/94): libquadmath-11.5.0-14.el9.x86_64.rpm 7.7 MB/s | 184 kB 00:00 2026-02-22T20:29:32.008 INFO:teuthology.orchestra.run.trial009.stdout:(2/94): ceph-mgr-20.2.0-794.ga5c3084f.el9.x86_6 1.2 MB/s | 967 kB 00:00 2026-02-22T20:29:32.015 INFO:teuthology.orchestra.run.trial053.stdout:(20/94): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.5 MB/s | 253 kB 00:00 2026-02-22T20:29:32.035 INFO:teuthology.orchestra.run.trial053.stdout:(21/94): libgfortran-11.5.0-14.el9.x86_64.rpm 9.0 MB/s | 794 kB 00:00 2026-02-22T20:29:32.038 INFO:teuthology.orchestra.run.trial053.stdout:(22/94): python3-ply-3.11-14.el9.noarch.rpm 4.5 MB/s | 106 kB 00:00 2026-02-22T20:29:32.053 INFO:teuthology.orchestra.run.trial009.stdout:(3/94): ceph-mds-20.2.0-794.ga5c3084f.el9.x86_6 2.8 MB/s | 2.3 MB 00:00 2026-02-22T20:29:32.058 INFO:teuthology.orchestra.run.trial053.stdout:(23/94): python3-cryptography-36.0.1-5.el9.x86_ 19 MB/s | 1.2 MB 00:00 2026-02-22T20:29:32.059 INFO:teuthology.orchestra.run.trial053.stdout:(24/94): python3-pycparser-2.20-6.el9.noarch.rp 5.5 MB/s | 135 kB 00:00 2026-02-22T20:29:32.062 INFO:teuthology.orchestra.run.trial053.stdout:(25/94): python3-requests-2.25.1-10.el9.noarch. 5.2 MB/s | 126 kB 00:00 2026-02-22T20:29:32.064 INFO:teuthology.orchestra.run.trial009.stdout:(4/94): ceph-grafana-dashboards-20.2.0-794.ga5c 3.6 MB/s | 43 kB 00:00 2026-02-22T20:29:32.081 INFO:teuthology.orchestra.run.trial053.stdout:(26/94): unzip-6.0-59.el9.x86_64.rpm 8.1 MB/s | 182 kB 00:00 2026-02-22T20:29:32.082 INFO:teuthology.orchestra.run.trial053.stdout:(27/94): python3-urllib3-1.26.5-7.el9.noarch.rp 8.8 MB/s | 218 kB 00:00 2026-02-22T20:29:32.086 INFO:teuthology.orchestra.run.trial053.stdout:(28/94): zip-3.0-35.el9.x86_64.rpm 11 MB/s | 266 kB 00:00 2026-02-22T20:29:32.087 INFO:teuthology.orchestra.run.trial009.stdout:(5/94): ceph-mgr-cephadm-20.2.0-794.ga5c3084f.e 7.7 MB/s | 179 kB 00:00 2026-02-22T20:29:32.097 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 4/5 2026-02-22T20:29:32.108 INFO:teuthology.orchestra.run.trial053.stdout:(29/94): flexiblas-3.0.4-9.el9.x86_64.rpm 1.1 MB/s | 30 kB 00:00 2026-02-22T20:29:32.110 INFO:teuthology.orchestra.run.trial053.stdout:(30/94): flexiblas-openblas-openmp-3.0.4-9.el9. 612 kB/s | 15 kB 00:00 2026-02-22T20:29:32.115 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 5/5 2026-02-22T20:29:32.139 INFO:teuthology.orchestra.run.trial053.stdout:(31/94): lua-5.4.4-4.el9.x86_64.rpm 6.5 MB/s | 188 kB 00:00 2026-02-22T20:29:32.141 INFO:teuthology.orchestra.run.trial053.stdout:(32/94): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 7.3 MB/s | 246 kB 00:00 2026-02-22T20:29:32.148 INFO:teuthology.orchestra.run.trial053.stdout:(33/94): openblas-0.3.29-1.el9.x86_64.rpm 4.4 MB/s | 42 kB 00:00 2026-02-22T20:29:32.161 INFO:teuthology.orchestra.run.trial053.stdout:(34/94): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 38 MB/s | 3.0 MB 00:00 2026-02-22T20:29:32.194 INFO:teuthology.orchestra.run.trial053.stdout:(35/94): python3-babel-2.9.1-2.el9.noarch.rpm 181 MB/s | 6.0 MB 00:00 2026-02-22T20:29:32.196 INFO:teuthology.orchestra.run.trial053.stdout:(36/94): protobuf-3.14.0-17.el9.x86_64.rpm 21 MB/s | 1.0 MB 00:00 2026-02-22T20:29:32.206 INFO:teuthology.orchestra.run.trial053.stdout:(37/94): python3-devel-3.9.25-3.el9.x86_64.rpm 20 MB/s | 244 kB 00:00 2026-02-22T20:29:32.209 INFO:teuthology.orchestra.run.trial053.stdout:(38/94): python3-jinja2-2.11.3-8.el9.noarch.rpm 18 MB/s | 249 kB 00:00 2026-02-22T20:29:32.218 INFO:teuthology.orchestra.run.trial053.stdout:(39/94): python3-jmespath-1.0.1-1.el9.noarch.rp 4.0 MB/s | 48 kB 00:00 2026-02-22T20:29:32.222 INFO:teuthology.orchestra.run.trial053.stdout:(40/94): python3-libstoragemgmt-1.10.1-1.el9.x8 14 MB/s | 177 kB 00:00 2026-02-22T20:29:32.232 INFO:teuthology.orchestra.run.trial053.stdout:(41/94): python3-lxml-4.6.5-3.el9.x86_64.rpm 87 MB/s | 1.2 MB 00:00 2026-02-22T20:29:32.234 INFO:teuthology.orchestra.run.trial053.stdout:(42/94): python3-markupsafe-1.1.1-12.el9.x86_64 2.7 MB/s | 35 kB 00:00 2026-02-22T20:29:32.250 INFO:teuthology.orchestra.run.trial053.stdout:(43/94): python3-numpy-f2py-1.23.5-2.el9.x86_64 27 MB/s | 442 kB 00:00 2026-02-22T20:29:32.263 INFO:teuthology.orchestra.run.trial053.stdout:(44/94): openblas-openmp-0.3.29-1.el9.x86_64.rp 43 MB/s | 5.3 MB 00:00 2026-02-22T20:29:32.263 INFO:teuthology.orchestra.run.trial053.stdout:(45/94): python3-packaging-20.9-5.el9.noarch.rp 5.8 MB/s | 77 kB 00:00 2026-02-22T20:29:32.276 INFO:teuthology.orchestra.run.trial053.stdout:(46/94): python3-numpy-1.23.5-2.el9.x86_64.rpm 141 MB/s | 6.1 MB 00:00 2026-02-22T20:29:32.276 INFO:teuthology.orchestra.run.trial053.stdout:(47/94): python3-pyasn1-0.4.8-6.el9.noarch.rpm 12 MB/s | 159 kB 00:00 2026-02-22T20:29:32.277 INFO:teuthology.orchestra.run.trial053.stdout:(48/94): python3-protobuf-3.14.0-17.el9.noarch. 18 MB/s | 267 kB 00:00 2026-02-22T20:29:32.285 INFO:teuthology.orchestra.run.trial053.stdout:(49/94): python3-pyasn1-modules-0.4.8-6.el9.noa 30 MB/s | 279 kB 00:00 2026-02-22T20:29:32.287 INFO:teuthology.orchestra.run.trial053.stdout:(50/94): python3-requests-oauthlib-1.3.0-12.el9 5.1 MB/s | 54 kB 00:00 2026-02-22T20:29:32.293 INFO:teuthology.orchestra.run.trial053.stdout:(51/94): python3-toml-0.10.2-6.el9.noarch.rpm 4.8 MB/s | 42 kB 00:00 2026-02-22T20:29:32.300 INFO:teuthology.orchestra.run.trial053.stdout:(52/94): xmlsec1-1.2.29-13.el9.x86_64.rpm 14 MB/s | 189 kB 00:00 2026-02-22T20:29:32.302 INFO:teuthology.orchestra.run.trial053.stdout:(53/94): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 11 MB/s | 90 kB 00:00 2026-02-22T20:29:32.386 INFO:teuthology.orchestra.run.trial053.stdout:(54/94): lua-devel-5.4.4-4.el9.x86_64.rpm 261 kB/s | 22 kB 00:00 2026-02-22T20:29:32.452 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 5/5 2026-02-22T20:29:32.453 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 1/5 2026-02-22T20:29:32.453 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 2/5 2026-02-22T20:29:32.453 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-22T20:29:32.453 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-22T20:29:32.494 INFO:teuthology.orchestra.run.trial009.stdout:(6/94): ceph-mgr-dashboard-20.2.0-794.ga5c3084f 26 MB/s | 11 MB 00:00 2026-02-22T20:29:32.507 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-22T20:29:32.507 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:32.507 INFO:teuthology.orchestra.run.trial132.stdout:Installed: 2026-02-22T20:29:32.507 INFO:teuthology.orchestra.run.trial132.stdout: ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:32.507 INFO:teuthology.orchestra.run.trial132.stdout: libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:32.507 INFO:teuthology.orchestra.run.trial132.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-22T20:29:32.507 INFO:teuthology.orchestra.run.trial132.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-22T20:29:32.507 INFO:teuthology.orchestra.run.trial132.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-22T20:29:32.507 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:32.507 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:32.509 INFO:teuthology.orchestra.run.trial053.stdout:(55/94): protobuf-compiler-3.14.0-17.el9.x86_64 4.1 MB/s | 862 kB 00:00 2026-02-22T20:29:32.546 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install ceph 2026-02-22T20:29:32.578 INFO:teuthology.orchestra.run.trial053.stdout:(56/94): abseil-cpp-20211102.0-4.el9.x86_64.rpm 2.8 MB/s | 551 kB 00:00 2026-02-22T20:29:32.596 INFO:teuthology.orchestra.run.trial053.stdout:(57/94): grpc-data-1.46.7-10.el9.noarch.rpm 225 kB/s | 19 kB 00:00 2026-02-22T20:29:32.603 INFO:teuthology.orchestra.run.trial053.stdout:(58/94): luarocks-3.9.2-5.el9.noarch.rpm 6.0 MB/s | 151 kB 00:00 2026-02-22T20:29:32.622 INFO:teuthology.orchestra.run.trial053.stdout:(59/94): python3-autocommand-2.2.2-8.el9.noarch 1.5 MB/s | 29 kB 00:00 2026-02-22T20:29:32.643 INFO:teuthology.orchestra.run.trial053.stdout:(60/94): python3-backports-tarfile-1.2.0-1.el9. 2.8 MB/s | 60 kB 00:00 2026-02-22T20:29:32.677 INFO:teuthology.orchestra.run.trial053.stdout:(61/94): python3-scipy-1.9.3-2.el9.x86_64.rpm 48 MB/s | 19 MB 00:00 2026-02-22T20:29:32.678 INFO:teuthology.orchestra.run.trial053.stdout:(62/94): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.2 MB/s | 43 kB 00:00 2026-02-22T20:29:32.699 INFO:teuthology.orchestra.run.trial053.stdout:(63/94): python3-certifi-2023.05.07-4.el9.noarc 661 kB/s | 14 kB 00:00 2026-02-22T20:29:32.706 INFO:teuthology.orchestra.run.trial053.stdout:(64/94): python3-asyncssh-2.13.2-5.el9.noarch.r 4.9 MB/s | 548 kB 00:00 2026-02-22T20:29:32.723 INFO:teuthology.orchestra.run.trial053.stdout:(65/94): python3-cheroot-10.0.1-4.el9.noarch.rp 7.2 MB/s | 173 kB 00:00 2026-02-22T20:29:32.736 INFO:teuthology.orchestra.run.trial053.stdout:(66/94): python3-cherrypy-18.6.1-2.el9.noarch.r 11 MB/s | 358 kB 00:00 2026-02-22T20:29:32.749 INFO:teuthology.orchestra.run.trial053.stdout:(67/94): python3-google-auth-2.45.0-1.el9.noarc 9.5 MB/s | 254 kB 00:00 2026-02-22T20:29:32.765 INFO:teuthology.orchestra.run.trial053.stdout:(68/94): python3-cachetools-4.2.4-1.el9.noarch. 365 kB/s | 32 kB 00:00 2026-02-22T20:29:32.773 INFO:teuthology.orchestra.run.trial053.stdout:(69/94): python3-grpcio-tools-1.46.7-10.el9.x86 6.0 MB/s | 144 kB 00:00 2026-02-22T20:29:32.794 INFO:teuthology.orchestra.run.trial053.stdout:(70/94): python3-isodate-0.6.1-3.el9.noarch.rpm 2.7 MB/s | 56 kB 00:00 2026-02-22T20:29:32.804 INFO:teuthology.orchestra.run.trial053.stdout:(71/94): python3-grpcio-1.46.7-10.el9.x86_64.rp 30 MB/s | 2.0 MB 00:00 2026-02-22T20:29:32.810 INFO:teuthology.orchestra.run.trial009.stdout:(7/94): ceph-mgr-diskprediction-local-20.2.0-79 23 MB/s | 7.4 MB 00:00 2026-02-22T20:29:32.813 INFO:teuthology.orchestra.run.trial053.stdout:(72/94): python3-jaraco-8.2.1-3.el9.noarch.rpm 550 kB/s | 11 kB 00:00 2026-02-22T20:29:32.823 INFO:teuthology.orchestra.run.trial053.stdout:(73/94): python3-jaraco-classes-3.2.1-5.el9.noa 903 kB/s | 18 kB 00:00 2026-02-22T20:29:32.830 INFO:teuthology.orchestra.run.trial053.stdout:(74/94): python3-influxdb-5.3.1-1.el9.noarch.rp 2.1 MB/s | 139 kB 00:00 2026-02-22T20:29:32.833 INFO:teuthology.orchestra.run.trial053.stdout:(75/94): python3-jaraco-collections-3.0.0-8.el9 1.1 MB/s | 23 kB 00:00 2026-02-22T20:29:32.835 INFO:teuthology.orchestra.run.trial009.stdout:(8/94): ceph-mgr-k8sevents-20.2.0-794.ga5c3084f 889 kB/s | 22 kB 00:00 2026-02-22T20:29:32.843 INFO:teuthology.orchestra.run.trial053.stdout:(76/94): python3-jaraco-context-6.0.1-3.el9.noa 1.0 MB/s | 20 kB 00:00 2026-02-22T20:29:32.850 INFO:teuthology.orchestra.run.trial053.stdout:(77/94): python3-jaraco-functools-3.5.0-2.el9.n 980 kB/s | 19 kB 00:00 2026-02-22T20:29:32.853 INFO:teuthology.orchestra.run.trial053.stdout:(78/94): python3-jaraco-text-4.0.0-2.el9.noarch 1.3 MB/s | 26 kB 00:00 2026-02-22T20:29:32.863 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:23 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:32.867 INFO:teuthology.orchestra.run.trial009.stdout:(9/94): ceph-mgr-modules-core-20.2.0-794.ga5c30 8.9 MB/s | 295 kB 00:00 2026-02-22T20:29:32.873 INFO:teuthology.orchestra.run.trial053.stdout:(79/94): python3-kubernetes-26.1.0-3.el9.noarch 34 MB/s | 1.0 MB 00:00 2026-02-22T20:29:32.874 INFO:teuthology.orchestra.run.trial053.stdout:(80/94): python3-msgpack-1.0.3-2.el9.x86_64.rpm 3.9 MB/s | 86 kB 00:00 2026-02-22T20:29:32.875 INFO:teuthology.orchestra.run.trial053.stdout:(81/94): python3-more-itertools-8.12.0-2.el9.no 3.0 MB/s | 79 kB 00:00 2026-02-22T20:29:32.893 INFO:teuthology.orchestra.run.trial053.stdout:(82/94): python3-natsort-7.1.1-5.el9.noarch.rpm 2.8 MB/s | 58 kB 00:00 2026-02-22T20:29:32.894 INFO:teuthology.orchestra.run.trial053.stdout:(83/94): python3-portend-3.1.0-2.el9.noarch.rpm 843 kB/s | 16 kB 00:00 2026-02-22T20:29:32.896 INFO:teuthology.orchestra.run.trial009.stdout:(10/94): ceph-mgr-rook-20.2.0-794.ga5c3084f.el9 1.7 MB/s | 50 kB 00:00 2026-02-22T20:29:32.901 INFO:teuthology.orchestra.run.trial053.stdout:(84/94): python3-pyOpenSSL-21.0.0-1.el9.noarch. 3.3 MB/s | 90 kB 00:00 2026-02-22T20:29:32.913 INFO:teuthology.orchestra.run.trial053.stdout:(85/94): python3-repoze-lru-0.7-16.el9.noarch.r 1.5 MB/s | 31 kB 00:00 2026-02-22T20:29:32.919 INFO:teuthology.orchestra.run.trial053.stdout:(86/94): python3-routes-2.5.1-5.el9.noarch.rpm 7.5 MB/s | 188 kB 00:00 2026-02-22T20:29:32.926 INFO:teuthology.orchestra.run.trial009.stdout:(11/94): ceph-prometheus-alerts-20.2.0-794.ga5c 591 kB/s | 17 kB 00:00 2026-02-22T20:29:32.926 INFO:teuthology.orchestra.run.trial053.stdout:(87/94): python3-rsa-4.9-2.el9.noarch.rpm 2.4 MB/s | 59 kB 00:00 2026-02-22T20:29:32.934 INFO:teuthology.orchestra.run.trial053.stdout:(88/94): python3-saml-1.16.0-1.el9.noarch.rpm 5.9 MB/s | 125 kB 00:00 2026-02-22T20:29:32.938 INFO:teuthology.orchestra.run.trial053.stdout:(89/94): python3-tempora-5.0.0-2.el9.noarch.rpm 1.8 MB/s | 36 kB 00:00 2026-02-22T20:29:32.950 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:32.952 INFO:teuthology.orchestra.run.trial053.stdout:(90/94): python3-typing-extensions-4.15.0-1.el9 3.2 MB/s | 86 kB 00:00 2026-02-22T20:29:32.953 INFO:teuthology.orchestra.run.trial132.stdout:====================================================================================== 2026-02-22T20:29:32.953 INFO:teuthology.orchestra.run.trial132.stdout: Package Arch Version Repository Size 2026-02-22T20:29:32.953 INFO:teuthology.orchestra.run.trial132.stdout:====================================================================================== 2026-02-22T20:29:32.953 INFO:teuthology.orchestra.run.trial132.stdout:Installing: 2026-02-22T20:29:32.954 INFO:teuthology.orchestra.run.trial132.stdout: ceph x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 6.5 k 2026-02-22T20:29:32.954 INFO:teuthology.orchestra.run.trial132.stdout:Installing dependencies: 2026-02-22T20:29:32.954 INFO:teuthology.orchestra.run.trial132.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-22T20:29:32.954 INFO:teuthology.orchestra.run.trial132.stdout: ceph-grafana-dashboards noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 43 k 2026-02-22T20:29:32.954 INFO:teuthology.orchestra.run.trial132.stdout: ceph-mds x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 2.3 M 2026-02-22T20:29:32.954 INFO:teuthology.orchestra.run.trial132.stdout: ceph-mgr x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 967 k 2026-02-22T20:29:32.954 INFO:teuthology.orchestra.run.trial132.stdout: ceph-mgr-modules-core noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 295 k 2026-02-22T20:29:32.954 INFO:teuthology.orchestra.run.trial132.stdout: ceph-mon x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 5.0 M 2026-02-22T20:29:32.954 INFO:teuthology.orchestra.run.trial132.stdout: ceph-osd x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 17 M 2026-02-22T20:29:32.954 INFO:teuthology.orchestra.run.trial132.stdout: ceph-prometheus-alerts noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 17 k 2026-02-22T20:29:32.954 INFO:teuthology.orchestra.run.trial132.stdout: cephadm noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 1.0 M 2026-02-22T20:29:32.954 INFO:teuthology.orchestra.run.trial132.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-22T20:29:32.955 INFO:teuthology.orchestra.run.trial132.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-22T20:29:32.955 INFO:teuthology.orchestra.run.trial132.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-22T20:29:32.955 INFO:teuthology.orchestra.run.trial132.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-22T20:29:32.955 INFO:teuthology.orchestra.run.trial132.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-22T20:29:32.955 INFO:teuthology.orchestra.run.trial132.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-22T20:29:32.955 INFO:teuthology.orchestra.run.trial132.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-22T20:29:32.955 INFO:teuthology.orchestra.run.trial132.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-22T20:29:32.955 INFO:teuthology.orchestra.run.trial132.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-22T20:29:32.955 INFO:teuthology.orchestra.run.trial132.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-22T20:29:32.955 INFO:teuthology.orchestra.run.trial132.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-22T20:29:32.955 INFO:teuthology.orchestra.run.trial132.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-22T20:29:32.955 INFO:teuthology.orchestra.run.trial132.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-22T20:29:32.955 INFO:teuthology.orchestra.run.trial132.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-22T20:29:32.956 INFO:teuthology.orchestra.run.trial132.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-22T20:29:32.956 INFO:teuthology.orchestra.run.trial132.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-22T20:29:32.956 INFO:teuthology.orchestra.run.trial132.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-22T20:29:32.956 INFO:teuthology.orchestra.run.trial132.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-22T20:29:32.956 INFO:teuthology.orchestra.run.trial132.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-22T20:29:32.956 INFO:teuthology.orchestra.run.trial132.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-22T20:29:32.956 INFO:teuthology.orchestra.run.trial132.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-22T20:29:32.956 INFO:teuthology.orchestra.run.trial132.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-22T20:29:32.956 INFO:teuthology.orchestra.run.trial132.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-22T20:29:32.956 INFO:teuthology.orchestra.run.trial132.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-22T20:29:32.956 INFO:teuthology.orchestra.run.trial132.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-22T20:29:32.956 INFO:teuthology.orchestra.run.trial132.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-22T20:29:32.957 INFO:teuthology.orchestra.run.trial132.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-22T20:29:32.957 INFO:teuthology.orchestra.run.trial132.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-22T20:29:32.957 INFO:teuthology.orchestra.run.trial132.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-22T20:29:32.957 INFO:teuthology.orchestra.run.trial132.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-22T20:29:32.957 INFO:teuthology.orchestra.run.trial132.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-22T20:29:32.957 INFO:teuthology.orchestra.run.trial132.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-22T20:29:32.957 INFO:teuthology.orchestra.run.trial132.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-22T20:29:32.957 INFO:teuthology.orchestra.run.trial132.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-22T20:29:32.957 INFO:teuthology.orchestra.run.trial132.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-22T20:29:32.957 INFO:teuthology.orchestra.run.trial132.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-22T20:29:32.957 INFO:teuthology.orchestra.run.trial132.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-22T20:29:32.957 INFO:teuthology.orchestra.run.trial132.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-22T20:29:32.958 INFO:teuthology.orchestra.run.trial132.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-22T20:29:32.958 INFO:teuthology.orchestra.run.trial132.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-22T20:29:32.958 INFO:teuthology.orchestra.run.trial132.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-22T20:29:32.958 INFO:teuthology.orchestra.run.trial132.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-22T20:29:32.958 INFO:teuthology.orchestra.run.trial132.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-22T20:29:32.958 INFO:teuthology.orchestra.run.trial132.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-22T20:29:32.958 INFO:teuthology.orchestra.run.trial132.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-22T20:29:32.958 INFO:teuthology.orchestra.run.trial132.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-22T20:29:32.958 INFO:teuthology.orchestra.run.trial132.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-22T20:29:32.958 INFO:teuthology.orchestra.run.trial132.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-22T20:29:32.958 INFO:teuthology.orchestra.run.trial132.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-22T20:29:32.958 INFO:teuthology.orchestra.run.trial132.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-22T20:29:32.959 INFO:teuthology.orchestra.run.trial132.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-22T20:29:32.959 INFO:teuthology.orchestra.run.trial132.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-22T20:29:32.959 INFO:teuthology.orchestra.run.trial132.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-22T20:29:32.959 INFO:teuthology.orchestra.run.trial132.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-22T20:29:32.959 INFO:teuthology.orchestra.run.trial132.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-22T20:29:32.959 INFO:teuthology.orchestra.run.trial132.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-22T20:29:32.959 INFO:teuthology.orchestra.run.trial132.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-22T20:29:32.959 INFO:teuthology.orchestra.run.trial132.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-22T20:29:32.959 INFO:teuthology.orchestra.run.trial132.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-22T20:29:32.960 INFO:teuthology.orchestra.run.trial132.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-22T20:29:32.960 INFO:teuthology.orchestra.run.trial132.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-22T20:29:32.960 INFO:teuthology.orchestra.run.trial132.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-22T20:29:32.960 INFO:teuthology.orchestra.run.trial132.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-22T20:29:32.960 INFO:teuthology.orchestra.run.trial132.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-22T20:29:32.960 INFO:teuthology.orchestra.run.trial132.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-22T20:29:32.960 INFO:teuthology.orchestra.run.trial132.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-22T20:29:32.960 INFO:teuthology.orchestra.run.trial132.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-22T20:29:32.961 INFO:teuthology.orchestra.run.trial132.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-22T20:29:32.961 INFO:teuthology.orchestra.run.trial132.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-22T20:29:32.961 INFO:teuthology.orchestra.run.trial132.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-22T20:29:32.961 INFO:teuthology.orchestra.run.trial132.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-22T20:29:32.961 INFO:teuthology.orchestra.run.trial132.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-22T20:29:32.961 INFO:teuthology.orchestra.run.trial132.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-22T20:29:32.961 INFO:teuthology.orchestra.run.trial132.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-22T20:29:32.961 INFO:teuthology.orchestra.run.trial132.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-22T20:29:32.961 INFO:teuthology.orchestra.run.trial132.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-22T20:29:32.962 INFO:teuthology.orchestra.run.trial132.stdout:Installing weak dependencies: 2026-02-22T20:29:32.962 INFO:teuthology.orchestra.run.trial132.stdout: ceph-mgr-cephadm noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 179 k 2026-02-22T20:29:32.962 INFO:teuthology.orchestra.run.trial132.stdout: ceph-mgr-dashboard noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 11 M 2026-02-22T20:29:32.962 INFO:teuthology.orchestra.run.trial132.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 7.4 M 2026-02-22T20:29:32.962 INFO:teuthology.orchestra.run.trial132.stdout: ceph-mgr-k8sevents noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 22 k 2026-02-22T20:29:32.962 INFO:teuthology.orchestra.run.trial132.stdout: ceph-mgr-rook noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 50 k 2026-02-22T20:29:32.962 INFO:teuthology.orchestra.run.trial132.stdout: ceph-volume noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 300 k 2026-02-22T20:29:32.962 INFO:teuthology.orchestra.run.trial132.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-22T20:29:32.963 INFO:teuthology.orchestra.run.trial132.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-22T20:29:32.963 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:32.963 INFO:teuthology.orchestra.run.trial132.stdout:Transaction Summary 2026-02-22T20:29:32.963 INFO:teuthology.orchestra.run.trial132.stdout:====================================================================================== 2026-02-22T20:29:32.963 INFO:teuthology.orchestra.run.trial132.stdout:Install 94 Packages 2026-02-22T20:29:32.963 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:32.965 INFO:teuthology.orchestra.run.trial009.stdout:(12/94): ceph-volume-20.2.0-794.ga5c3084f.el9.n 8.2 MB/s | 300 kB 00:00 2026-02-22T20:29:32.965 INFO:teuthology.orchestra.run.trial053.stdout:(91/94): python3-websocket-client-1.2.3-2.el9.n 4.3 MB/s | 90 kB 00:00 2026-02-22T20:29:32.966 INFO:teuthology.orchestra.run.trial053.stdout:(92/94): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 2.4 MB/s | 48 kB 00:00 2026-02-22T20:29:32.966 INFO:teuthology.orchestra.run.trial132.stdout:Total download size: 101 M 2026-02-22T20:29:32.966 INFO:teuthology.orchestra.run.trial132.stdout:Installed size: 561 M 2026-02-22T20:29:32.966 INFO:teuthology.orchestra.run.trial132.stdout:Downloading Packages: 2026-02-22T20:29:32.974 INFO:teuthology.orchestra.run.trial053.stdout:(93/94): python3-xmltodict-0.12.0-15.el9.noarch 1.0 MB/s | 22 kB 00:00 2026-02-22T20:29:32.974 INFO:teuthology.orchestra.run.trial053.stdout:(94/94): python3-zc-lockfile-2.0-10.el9.noarch. 1.0 MB/s | 20 kB 00:00 2026-02-22T20:29:32.976 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:32.976 INFO:teuthology.orchestra.run.trial053.stdout:Total 41 MB/s | 101 MB 00:02 2026-02-22T20:29:33.013 INFO:teuthology.orchestra.run.trial009.stdout:(13/94): cephadm-20.2.0-794.ga5c3084f.el9.noarc 20 MB/s | 1.0 MB 00:00 2026-02-22T20:29:33.181 INFO:teuthology.orchestra.run.trial009.stdout:(14/94): cryptsetup-2.8.1-3.el9.x86_64.rpm 2.0 MB/s | 351 kB 00:00 2026-02-22T20:29:33.207 INFO:teuthology.orchestra.run.trial009.stdout:(15/94): ledmon-libs-1.1.0-3.el9.x86_64.rpm 1.5 MB/s | 40 kB 00:00 2026-02-22T20:29:33.234 INFO:teuthology.orchestra.run.trial009.stdout:(16/94): libconfig-1.7.2-9.el9.x86_64.rpm 2.6 MB/s | 72 kB 00:00 2026-02-22T20:29:33.297 INFO:teuthology.orchestra.run.trial009.stdout:(17/94): libgfortran-11.5.0-14.el9.x86_64.rpm 12 MB/s | 794 kB 00:00 2026-02-22T20:29:33.326 INFO:teuthology.orchestra.run.trial009.stdout:(18/94): libquadmath-11.5.0-14.el9.x86_64.rpm 6.3 MB/s | 184 kB 00:00 2026-02-22T20:29:33.355 INFO:teuthology.orchestra.run.trial009.stdout:(19/94): python3-cffi-1.14.5-5.el9.x86_64.rpm 8.6 MB/s | 253 kB 00:00 2026-02-22T20:29:33.393 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-22T20:29:33.406 INFO:teuthology.orchestra.run.trial009.stdout:(20/94): python3-cryptography-36.0.1-5.el9.x86_ 24 MB/s | 1.2 MB 00:00 2026-02-22T20:29:33.431 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-22T20:29:33.431 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-22T20:29:33.433 INFO:teuthology.orchestra.run.trial009.stdout:(21/94): python3-ply-3.11-14.el9.noarch.rpm 3.9 MB/s | 106 kB 00:00 2026-02-22T20:29:33.439 INFO:teuthology.orchestra.run.trial009.stdout:(22/94): ceph-mon-20.2.0-794.ga5c3084f.el9.x86_ 2.5 MB/s | 5.0 MB 00:02 2026-02-22T20:29:33.460 INFO:teuthology.orchestra.run.trial009.stdout:(23/94): python3-pycparser-2.20-6.el9.noarch.rp 4.8 MB/s | 135 kB 00:00 2026-02-22T20:29:33.488 INFO:teuthology.orchestra.run.trial009.stdout:(24/94): python3-urllib3-1.26.5-7.el9.noarch.rp 7.7 MB/s | 218 kB 00:00 2026-02-22T20:29:33.516 INFO:teuthology.orchestra.run.trial009.stdout:(25/94): unzip-6.0-59.el9.x86_64.rpm 6.3 MB/s | 182 kB 00:00 2026-02-22T20:29:33.544 INFO:teuthology.orchestra.run.trial009.stdout:(26/94): zip-3.0-35.el9.x86_64.rpm 9.3 MB/s | 266 kB 00:00 2026-02-22T20:29:33.570 INFO:teuthology.orchestra.run.trial009.stdout:(27/94): python3-requests-2.25.1-10.el9.noarch. 969 kB/s | 126 kB 00:00 2026-02-22T20:29:33.643 INFO:teuthology.orchestra.run.trial132.stdout:(1/94): ceph-20.2.0-794.ga5c3084f.el9.x86_64.rp 56 kB/s | 6.5 kB 00:00 2026-02-22T20:29:33.862 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-22T20:29:33.863 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-22T20:29:33.863 INFO:teuthology.orchestra.run.trial132.stdout:(2/94): ceph-mgr-20.2.0-794.ga5c3084f.el9.x86_6 2.8 MB/s | 967 kB 00:00 2026-02-22T20:29:34.099 INFO:teuthology.orchestra.run.trial009.stdout:(28/94): flexiblas-3.0.4-9.el9.x86_64.rpm 53 kB/s | 30 kB 00:00 2026-02-22T20:29:34.174 INFO:teuthology.orchestra.run.trial132.stdout:(3/94): ceph-mds-20.2.0-794.ga5c3084f.el9.x86_6 3.6 MB/s | 2.3 MB 00:00 2026-02-22T20:29:34.216 INFO:teuthology.orchestra.run.trial132.stdout:(4/94): ceph-grafana-dashboards-20.2.0-794.ga5c 1.0 MB/s | 43 kB 00:00 2026-02-22T20:29:34.287 INFO:teuthology.orchestra.run.trial132.stdout:(5/94): ceph-mgr-cephadm-20.2.0-794.ga5c3084f.e 2.5 MB/s | 179 kB 00:00 2026-02-22T20:29:34.335 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-22T20:29:34.337 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/94 2026-02-22T20:29:34.341 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/94 2026-02-22T20:29:34.363 INFO:teuthology.orchestra.run.trial053.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/94 2026-02-22T20:29:34.373 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/94 2026-02-22T20:29:34.406 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/94 2026-02-22T20:29:34.416 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/94 2026-02-22T20:29:34.421 INFO:teuthology.orchestra.run.trial053.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 7/94 2026-02-22T20:29:34.424 INFO:teuthology.orchestra.run.trial053.stdout: Installing : lua-5.4.4-4.el9.x86_64 8/94 2026-02-22T20:29:34.428 INFO:teuthology.orchestra.run.trial053.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 9/94 2026-02-22T20:29:34.451 INFO:teuthology.orchestra.run.trial053.stdout: Installing : unzip-6.0-59.el9.x86_64 10/94 2026-02-22T20:29:34.465 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 11/94 2026-02-22T20:29:34.469 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 12/94 2026-02-22T20:29:34.474 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 13/94 2026-02-22T20:29:34.477 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 14/94 2026-02-22T20:29:34.488 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 15/94 2026-02-22T20:29:34.494 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 16/94 2026-02-22T20:29:34.518 INFO:teuthology.orchestra.run.trial053.stdout: Installing : zip-3.0-35.el9.x86_64 17/94 2026-02-22T20:29:34.521 INFO:teuthology.orchestra.run.trial053.stdout: Installing : luarocks-3.9.2-5.el9.noarch 18/94 2026-02-22T20:29:34.528 INFO:teuthology.orchestra.run.trial053.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 19/94 2026-02-22T20:29:34.578 INFO:teuthology.orchestra.run.trial009.stdout:(29/94): flexiblas-openblas-openmp-3.0.4-9.el9. 31 kB/s | 15 kB 00:00 2026-02-22T20:29:34.579 INFO:teuthology.orchestra.run.trial053.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 20/94 2026-02-22T20:29:34.592 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 21/94 2026-02-22T20:29:34.594 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-rsa-4.9-2.el9.noarch 22/94 2026-02-22T20:29:34.599 INFO:teuthology.orchestra.run.trial053.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 23/94 2026-02-22T20:29:34.604 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 24/94 2026-02-22T20:29:34.608 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 25/94 2026-02-22T20:29:34.612 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 26/94 2026-02-22T20:29:34.616 INFO:teuthology.orchestra.run.trial009.stdout:(30/94): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 2.9 MB/s | 3.0 MB 00:01 2026-02-22T20:29:34.626 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 27/94 2026-02-22T20:29:34.630 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 28/94 2026-02-22T20:29:34.635 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 29/94 2026-02-22T20:29:34.647 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 30/94 2026-02-22T20:29:34.656 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 31/94 2026-02-22T20:29:34.662 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 32/94 2026-02-22T20:29:34.682 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 33/94 2026-02-22T20:29:34.693 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 34/94 2026-02-22T20:29:34.708 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 35/94 2026-02-22T20:29:34.713 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 36/94 2026-02-22T20:29:34.721 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 37/94 2026-02-22T20:29:34.761 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 38/94 2026-02-22T20:29:34.957 INFO:teuthology.orchestra.run.trial132.stdout:(6/94): ceph-mon-20.2.0-794.ga5c3084f.el9.x86_6 3.8 MB/s | 5.0 MB 00:01 2026-02-22T20:29:35.086 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 39/94 2026-02-22T20:29:35.095 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 40/94 2026-02-22T20:29:35.099 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 41/94 2026-02-22T20:29:35.105 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 42/94 2026-02-22T20:29:35.107 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 43/94 2026-02-22T20:29:35.135 INFO:teuthology.orchestra.run.trial053.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 44/94 2026-02-22T20:29:35.178 INFO:teuthology.orchestra.run.trial053.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 45/94 2026-02-22T20:29:35.184 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 46/94 2026-02-22T20:29:35.188 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 47/94 2026-02-22T20:29:35.194 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 48/94 2026-02-22T20:29:35.198 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 49/94 2026-02-22T20:29:35.204 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 50/94 2026-02-22T20:29:35.208 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 51/94 2026-02-22T20:29:35.236 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 52/94 2026-02-22T20:29:35.246 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 53/94 2026-02-22T20:29:35.252 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/94 2026-02-22T20:29:35.259 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 55/94 2026-02-22T20:29:35.293 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 56/94 2026-02-22T20:29:35.344 INFO:teuthology.orchestra.run.trial009.stdout:(31/94): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 322 kB/s | 246 kB 00:00 2026-02-22T20:29:35.350 INFO:teuthology.orchestra.run.trial009.stdout:(32/94): lua-5.4.4-4.el9.x86_64.rpm 257 kB/s | 188 kB 00:00 2026-02-22T20:29:35.518 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 57/94 2026-02-22T20:29:35.541 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 58/94 2026-02-22T20:29:35.545 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 59/94 2026-02-22T20:29:35.603 INFO:teuthology.orchestra.run.trial053.stdout: Installing : openblas-0.3.29-1.el9.x86_64 60/94 2026-02-22T20:29:35.605 INFO:teuthology.orchestra.run.trial053.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 61/94 2026-02-22T20:29:35.627 INFO:teuthology.orchestra.run.trial053.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 62/94 2026-02-22T20:29:35.926 INFO:teuthology.orchestra.run.trial009.stdout:(33/94): openblas-0.3.29-1.el9.x86_64.rpm 72 kB/s | 42 kB 00:00 2026-02-22T20:29:35.952 INFO:teuthology.orchestra.run.trial053.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 63/94 2026-02-22T20:29:36.025 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 64/94 2026-02-22T20:29:36.467 INFO:teuthology.orchestra.run.trial009.stdout:(34/94): openblas-openmp-0.3.29-1.el9.x86_64.rp 4.7 MB/s | 5.3 MB 00:01 2026-02-22T20:29:36.515 INFO:teuthology.orchestra.run.trial132.stdout:(7/94): ceph-mgr-diskprediction-local-20.2.0-79 4.7 MB/s | 7.4 MB 00:01 2026-02-22T20:29:36.541 INFO:teuthology.orchestra.run.trial132.stdout:(8/94): ceph-mgr-k8sevents-20.2.0-794.ga5c3084f 848 kB/s | 22 kB 00:00 2026-02-22T20:29:36.566 INFO:teuthology.orchestra.run.trial132.stdout:(9/94): ceph-mgr-dashboard-20.2.0-794.ga5c3084f 4.6 MB/s | 11 MB 00:02 2026-02-22T20:29:36.596 INFO:teuthology.orchestra.run.trial132.stdout:(10/94): ceph-mgr-rook-20.2.0-794.ga5c3084f.el9 1.6 MB/s | 50 kB 00:00 2026-02-22T20:29:36.600 INFO:teuthology.orchestra.run.trial132.stdout:(11/94): ceph-mgr-modules-core-20.2.0-794.ga5c3 4.9 MB/s | 295 kB 00:00 2026-02-22T20:29:36.619 INFO:teuthology.orchestra.run.trial132.stdout:(12/94): ceph-prometheus-alerts-20.2.0-794.ga5c 732 kB/s | 17 kB 00:00 2026-02-22T20:29:36.650 INFO:teuthology.orchestra.run.trial132.stdout:(13/94): ceph-volume-20.2.0-794.ga5c3084f.el9.n 5.9 MB/s | 300 kB 00:00 2026-02-22T20:29:36.697 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 65/94 2026-02-22T20:29:36.716 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 66/94 2026-02-22T20:29:36.730 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-ply-3.11-14.el9.noarch 67/94 2026-02-22T20:29:36.745 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 68/94 2026-02-22T20:29:36.750 INFO:teuthology.orchestra.run.trial132.stdout:(14/94): cephadm-20.2.0-794.ga5c3084f.el9.noarc 7.7 MB/s | 1.0 MB 00:00 2026-02-22T20:29:36.821 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 69/94 2026-02-22T20:29:36.829 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 70/94 2026-02-22T20:29:36.853 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 71/94 2026-02-22T20:29:36.857 INFO:teuthology.orchestra.run.trial009.stdout:(35/94): protobuf-3.14.0-17.el9.x86_64.rpm 1.1 MB/s | 1.0 MB 00:00 2026-02-22T20:29:36.883 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 72/94 2026-02-22T20:29:36.933 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 73/94 2026-02-22T20:29:36.939 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 74/94 2026-02-22T20:29:36.943 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 75/94 2026-02-22T20:29:36.944 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 76/94 2026-02-22T20:29:36.962 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-22T20:29:36.962 INFO:teuthology.orchestra.run.trial053.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-22T20:29:36.962 INFO:teuthology.orchestra.run.trial053.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-22T20:29:36.962 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:36.971 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-22T20:29:36.997 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-22T20:29:36.997 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-22T20:29:36.997 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:37.032 INFO:teuthology.orchestra.run.trial053.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 78/94 2026-02-22T20:29:37.097 INFO:teuthology.orchestra.run.trial053.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 79/94 2026-02-22T20:29:37.099 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 80/94 2026-02-22T20:29:37.113 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 80/94 2026-02-22T20:29:37.113 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:37.113 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-22T20:29:37.113 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:37.115 INFO:teuthology.orchestra.run.trial132.stdout:(15/94): ceph-osd-20.2.0-794.ga5c3084f.el9.x86_ 5.2 MB/s | 17 MB 00:03 2026-02-22T20:29:37.193 INFO:teuthology.orchestra.run.trial132.stdout:(16/94): ledmon-libs-1.1.0-3.el9.x86_64.rpm 91 kB/s | 40 kB 00:00 2026-02-22T20:29:37.222 INFO:teuthology.orchestra.run.trial009.stdout:(36/94): ceph-osd-20.2.0-794.ga5c3084f.el9.x86_ 3.3 MB/s | 17 MB 00:05 2026-02-22T20:29:37.477 INFO:teuthology.orchestra.run.trial132.stdout:(17/94): cryptsetup-2.8.1-3.el9.x86_64.rpm 425 kB/s | 351 kB 00:00 2026-02-22T20:29:37.593 INFO:teuthology.orchestra.run.trial009.stdout:(37/94): python3-babel-2.9.1-2.el9.noarch.rpm 5.3 MB/s | 6.0 MB 00:01 2026-02-22T20:29:37.623 INFO:teuthology.orchestra.run.trial009.stdout:(38/94): python3-devel-3.9.25-3.el9.x86_64.rpm 319 kB/s | 244 kB 00:00 2026-02-22T20:29:37.646 INFO:teuthology.orchestra.run.trial132.stdout:(18/94): libconfig-1.7.2-9.el9.x86_64.rpm 136 kB/s | 72 kB 00:00 2026-02-22T20:29:37.730 INFO:teuthology.orchestra.run.trial132.stdout:(19/94): libquadmath-11.5.0-14.el9.x86_64.rpm 726 kB/s | 184 kB 00:00 2026-02-22T20:29:37.787 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 81/94 2026-02-22T20:29:37.812 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 81/94 2026-02-22T20:29:37.812 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:37.812 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-22T20:29:37.812 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-22T20:29:37.812 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-22T20:29:37.813 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:37.872 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 82/94 2026-02-22T20:29:37.874 INFO:teuthology.orchestra.run.trial053.stdout: Installing : cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 82/94 2026-02-22T20:29:37.881 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-794.ga5c3084f.el9. 83/94 2026-02-22T20:29:37.905 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-794.ga5c3084f.el9 84/94 2026-02-22T20:29:37.907 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 85/94 2026-02-22T20:29:37.986 INFO:teuthology.orchestra.run.trial132.stdout:(20/94): python3-cffi-1.14.5-5.el9.x86_64.rpm 746 kB/s | 253 kB 00:00 2026-02-22T20:29:37.993 INFO:teuthology.orchestra.run.trial009.stdout:(39/94): python3-jinja2-2.11.3-8.el9.noarch.rpm 323 kB/s | 249 kB 00:00 2026-02-22T20:29:38.148 INFO:teuthology.orchestra.run.trial132.stdout:(21/94): libgfortran-11.5.0-14.el9.x86_64.rpm 832 kB/s | 794 kB 00:00 2026-02-22T20:29:38.181 INFO:teuthology.orchestra.run.trial009.stdout:(40/94): python3-jmespath-1.0.1-1.el9.noarch.rp 81 kB/s | 48 kB 00:00 2026-02-22T20:29:38.184 INFO:teuthology.orchestra.run.trial132.stdout:(22/94): python3-ply-3.11-14.el9.noarch.rpm 538 kB/s | 106 kB 00:00 2026-02-22T20:29:38.343 INFO:teuthology.orchestra.run.trial132.stdout:(23/94): python3-pycparser-2.20-6.el9.noarch.rp 693 kB/s | 135 kB 00:00 2026-02-22T20:29:38.348 INFO:teuthology.orchestra.run.trial009.stdout:(41/94): python3-libstoragemgmt-1.10.1-1.el9.x8 244 kB/s | 177 kB 00:00 2026-02-22T20:29:38.364 INFO:teuthology.orchestra.run.trial132.stdout:(24/94): python3-requests-2.25.1-10.el9.noarch. 702 kB/s | 126 kB 00:00 2026-02-22T20:29:38.624 INFO:teuthology.orchestra.run.trial132.stdout:(25/94): unzip-6.0-59.el9.x86_64.rpm 700 kB/s | 182 kB 00:00 2026-02-22T20:29:38.675 INFO:teuthology.orchestra.run.trial132.stdout:(26/94): python3-urllib3-1.26.5-7.el9.noarch.rp 655 kB/s | 218 kB 00:00 2026-02-22T20:29:38.745 INFO:teuthology.orchestra.run.trial009.stdout:(42/94): python3-markupsafe-1.1.1-12.el9.x86_64 62 kB/s | 35 kB 00:00 2026-02-22T20:29:38.748 INFO:teuthology.orchestra.run.trial132.stdout:(27/94): flexiblas-3.0.4-9.el9.x86_64.rpm 406 kB/s | 30 kB 00:00 2026-02-22T20:29:38.899 INFO:teuthology.orchestra.run.trial132.stdout:(28/94): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 20 MB/s | 3.0 MB 00:00 2026-02-22T20:29:38.921 INFO:teuthology.orchestra.run.trial132.stdout:(29/94): flexiblas-openblas-openmp-3.0.4-9.el9. 672 kB/s | 15 kB 00:00 2026-02-22T20:29:38.938 INFO:teuthology.orchestra.run.trial009.stdout:(43/94): python3-lxml-4.6.5-3.el9.x86_64.rpm 1.3 MB/s | 1.2 MB 00:00 2026-02-22T20:29:38.945 INFO:teuthology.orchestra.run.trial132.stdout:(30/94): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 10 MB/s | 246 kB 00:00 2026-02-22T20:29:38.963 INFO:teuthology.orchestra.run.trial132.stdout:(31/94): zip-3.0-35.el9.x86_64.rpm 784 kB/s | 266 kB 00:00 2026-02-22T20:29:38.969 INFO:teuthology.orchestra.run.trial132.stdout:(32/94): lua-5.4.4-4.el9.x86_64.rpm 7.6 MB/s | 188 kB 00:00 2026-02-22T20:29:39.026 INFO:teuthology.orchestra.run.trial132.stdout:(33/94): openblas-openmp-0.3.29-1.el9.x86_64.rp 94 MB/s | 5.3 MB 00:00 2026-02-22T20:29:39.030 INFO:teuthology.orchestra.run.trial132.stdout:(34/94): openblas-0.3.29-1.el9.x86_64.rpm 626 kB/s | 42 kB 00:00 2026-02-22T20:29:39.057 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 85/94 2026-02-22T20:29:39.062 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noar 86/94 2026-02-22T20:29:39.067 INFO:teuthology.orchestra.run.trial132.stdout:(35/94): protobuf-3.14.0-17.el9.x86_64.rpm 25 MB/s | 1.0 MB 00:00 2026-02-22T20:29:39.093 INFO:teuthology.orchestra.run.trial132.stdout:(36/94): python3-devel-3.9.25-3.el9.x86_64.rpm 9.0 MB/s | 244 kB 00:00 2026-02-22T20:29:39.118 INFO:teuthology.orchestra.run.trial132.stdout:(37/94): python3-jinja2-2.11.3-8.el9.noarch.rpm 9.9 MB/s | 249 kB 00:00 2026-02-22T20:29:39.158 INFO:teuthology.orchestra.run.trial132.stdout:(38/94): python3-jmespath-1.0.1-1.el9.noarch.rp 1.2 MB/s | 48 kB 00:00 2026-02-22T20:29:39.182 INFO:teuthology.orchestra.run.trial132.stdout:(39/94): python3-libstoragemgmt-1.10.1-1.el9.x8 7.2 MB/s | 177 kB 00:00 2026-02-22T20:29:39.210 INFO:teuthology.orchestra.run.trial132.stdout:(40/94): python3-lxml-4.6.5-3.el9.x86_64.rpm 45 MB/s | 1.2 MB 00:00 2026-02-22T20:29:39.227 INFO:teuthology.orchestra.run.trial132.stdout:(41/94): python3-babel-2.9.1-2.el9.noarch.rpm 30 MB/s | 6.0 MB 00:00 2026-02-22T20:29:39.232 INFO:teuthology.orchestra.run.trial132.stdout:(42/94): python3-cryptography-36.0.1-5.el9.x86_ 849 kB/s | 1.2 MB 00:01 2026-02-22T20:29:39.233 INFO:teuthology.orchestra.run.trial132.stdout:(43/94): python3-markupsafe-1.1.1-12.el9.x86_64 1.5 MB/s | 35 kB 00:00 2026-02-22T20:29:39.267 INFO:teuthology.orchestra.run.trial132.stdout:(44/94): python3-packaging-20.9-5.el9.noarch.rp 2.2 MB/s | 77 kB 00:00 2026-02-22T20:29:39.296 INFO:teuthology.orchestra.run.trial132.stdout:(45/94): python3-numpy-1.23.5-2.el9.x86_64.rpm 89 MB/s | 6.1 MB 00:00 2026-02-22T20:29:39.297 INFO:teuthology.orchestra.run.trial132.stdout:(46/94): python3-protobuf-3.14.0-17.el9.noarch. 8.7 MB/s | 267 kB 00:00 2026-02-22T20:29:39.322 INFO:teuthology.orchestra.run.trial132.stdout:(47/94): python3-pyasn1-modules-0.4.8-6.el9.noa 11 MB/s | 279 kB 00:00 2026-02-22T20:29:39.323 INFO:teuthology.orchestra.run.trial132.stdout:(48/94): python3-pyasn1-0.4.8-6.el9.noarch.rpm 5.8 MB/s | 159 kB 00:00 2026-02-22T20:29:39.346 INFO:teuthology.orchestra.run.trial132.stdout:(49/94): python3-requests-oauthlib-1.3.0-12.el9 2.3 MB/s | 54 kB 00:00 2026-02-22T20:29:39.368 INFO:teuthology.orchestra.run.trial132.stdout:(50/94): python3-toml-0.10.2-6.el9.noarch.rpm 1.8 MB/s | 42 kB 00:00 2026-02-22T20:29:39.381 INFO:teuthology.orchestra.run.trial132.stdout:(51/94): python3-numpy-f2py-1.23.5-2.el9.x86_64 2.9 MB/s | 442 kB 00:00 2026-02-22T20:29:39.391 INFO:teuthology.orchestra.run.trial132.stdout:(52/94): xmlsec1-1.2.29-13.el9.x86_64.rpm 8.1 MB/s | 189 kB 00:00 2026-02-22T20:29:39.405 INFO:teuthology.orchestra.run.trial132.stdout:(53/94): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 3.8 MB/s | 90 kB 00:00 2026-02-22T20:29:39.478 INFO:teuthology.orchestra.run.trial009.stdout:(44/94): python3-numpy-1.23.5-2.el9.x86_64.rpm 5.4 MB/s | 6.1 MB 00:01 2026-02-22T20:29:39.483 INFO:teuthology.orchestra.run.trial132.stdout:(54/94): lua-devel-5.4.4-4.el9.x86_64.rpm 244 kB/s | 22 kB 00:00 2026-02-22T20:29:39.521 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noar 86/94 2026-02-22T20:29:39.522 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c308 87/94 2026-02-22T20:29:39.535 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c308 87/94 2026-02-22T20:29:39.536 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noar 88/94 2026-02-22T20:29:39.554 INFO:teuthology.orchestra.run.trial132.stdout:(55/94): abseil-cpp-20211102.0-4.el9.x86_64.rpm 7.5 MB/s | 551 kB 00:00 2026-02-22T20:29:39.563 INFO:teuthology.orchestra.run.trial132.stdout:(56/94): grpc-data-1.46.7-10.el9.noarch.rpm 2.3 MB/s | 19 kB 00:00 2026-02-22T20:29:39.572 INFO:teuthology.orchestra.run.trial132.stdout:(57/94): luarocks-3.9.2-5.el9.noarch.rpm 15 MB/s | 151 kB 00:00 2026-02-22T20:29:39.577 INFO:teuthology.orchestra.run.trial009.stdout:(45/94): python3-packaging-20.9-5.el9.noarch.rp 121 kB/s | 77 kB 00:00 2026-02-22T20:29:39.588 INFO:teuthology.orchestra.run.trial009.stdout:(46/94): python3-numpy-f2py-1.23.5-2.el9.x86_64 525 kB/s | 442 kB 00:00 2026-02-22T20:29:39.598 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noar 88/94 2026-02-22T20:29:39.603 INFO:teuthology.orchestra.run.trial132.stdout:(58/94): python3-scipy-1.9.3-2.el9.x86_64.rpm 69 MB/s | 19 MB 00:00 2026-02-22T20:29:39.605 INFO:teuthology.orchestra.run.trial132.stdout:(59/94): python3-asyncssh-2.13.2-5.el9.noarch.r 17 MB/s | 548 kB 00:00 2026-02-22T20:29:39.612 INFO:teuthology.orchestra.run.trial132.stdout:(60/94): python3-autocommand-2.2.2-8.el9.noarch 3.4 MB/s | 29 kB 00:00 2026-02-22T20:29:39.613 INFO:teuthology.orchestra.run.trial132.stdout:(61/94): python3-backports-tarfile-1.2.0-1.el9. 6.8 MB/s | 60 kB 00:00 2026-02-22T20:29:39.621 INFO:teuthology.orchestra.run.trial132.stdout:(62/94): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 4.9 MB/s | 43 kB 00:00 2026-02-22T20:29:39.622 INFO:teuthology.orchestra.run.trial132.stdout:(63/94): python3-cachetools-4.2.4-1.el9.noarch. 3.7 MB/s | 32 kB 00:00 2026-02-22T20:29:39.630 INFO:teuthology.orchestra.run.trial132.stdout:(64/94): python3-certifi-2023.05.07-4.el9.noarc 1.7 MB/s | 14 kB 00:00 2026-02-22T20:29:39.632 INFO:teuthology.orchestra.run.trial132.stdout:(65/94): python3-cheroot-10.0.1-4.el9.noarch.rp 17 MB/s | 173 kB 00:00 2026-02-22T20:29:39.641 INFO:teuthology.orchestra.run.trial132.stdout:(66/94): python3-cherrypy-18.6.1-2.el9.noarch.r 30 MB/s | 358 kB 00:00 2026-02-22T20:29:39.642 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-794.ga5c3084f.el9.n 89/94 2026-02-22T20:29:39.643 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 90/94 2026-02-22T20:29:39.644 INFO:teuthology.orchestra.run.trial132.stdout:(67/94): python3-google-auth-2.45.0-1.el9.noarc 21 MB/s | 254 kB 00:00 2026-02-22T20:29:39.666 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 90/94 2026-02-22T20:29:39.666 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:39.666 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-22T20:29:39.666 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-22T20:29:39.666 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-22T20:29:39.666 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:39.667 INFO:teuthology.orchestra.run.trial132.stdout:(68/94): python3-grpcio-1.46.7-10.el9.x86_64.rp 84 MB/s | 2.0 MB 00:00 2026-02-22T20:29:39.667 INFO:teuthology.orchestra.run.trial132.stdout:(69/94): python3-grpcio-tools-1.46.7-10.el9.x86 6.4 MB/s | 144 kB 00:00 2026-02-22T20:29:39.675 INFO:teuthology.orchestra.run.trial132.stdout:(70/94): python3-influxdb-5.3.1-1.el9.noarch.rp 16 MB/s | 139 kB 00:00 2026-02-22T20:29:39.675 INFO:teuthology.orchestra.run.trial132.stdout:(71/94): python3-isodate-0.6.1-3.el9.noarch.rpm 6.2 MB/s | 56 kB 00:00 2026-02-22T20:29:39.678 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 91/94 2026-02-22T20:29:39.683 INFO:teuthology.orchestra.run.trial132.stdout:(72/94): python3-jaraco-8.2.1-3.el9.noarch.rpm 1.2 MB/s | 11 kB 00:00 2026-02-22T20:29:39.684 INFO:teuthology.orchestra.run.trial132.stdout:(73/94): python3-jaraco-classes-3.2.1-5.el9.noa 2.0 MB/s | 18 kB 00:00 2026-02-22T20:29:39.692 INFO:teuthology.orchestra.run.trial132.stdout:(74/94): python3-jaraco-collections-3.0.0-8.el9 2.7 MB/s | 23 kB 00:00 2026-02-22T20:29:39.692 INFO:teuthology.orchestra.run.trial132.stdout:(75/94): python3-jaraco-context-6.0.1-3.el9.noa 2.3 MB/s | 20 kB 00:00 2026-02-22T20:29:39.700 INFO:teuthology.orchestra.run.trial132.stdout:(76/94): python3-jaraco-functools-3.5.0-2.el9.n 2.3 MB/s | 19 kB 00:00 2026-02-22T20:29:39.701 INFO:teuthology.orchestra.run.trial132.stdout:(77/94): python3-jaraco-text-4.0.0-2.el9.noarch 3.1 MB/s | 26 kB 00:00 2026-02-22T20:29:39.712 INFO:teuthology.orchestra.run.trial132.stdout:(78/94): python3-kubernetes-26.1.0-3.el9.noarch 88 MB/s | 1.0 MB 00:00 2026-02-22T20:29:39.713 INFO:teuthology.orchestra.run.trial132.stdout:(79/94): python3-more-itertools-8.12.0-2.el9.no 6.6 MB/s | 79 kB 00:00 2026-02-22T20:29:39.721 INFO:teuthology.orchestra.run.trial132.stdout:(80/94): python3-msgpack-1.0.3-2.el9.x86_64.rpm 10 MB/s | 86 kB 00:00 2026-02-22T20:29:39.721 INFO:teuthology.orchestra.run.trial132.stdout:(81/94): python3-natsort-7.1.1-5.el9.noarch.rpm 6.6 MB/s | 58 kB 00:00 2026-02-22T20:29:39.729 INFO:teuthology.orchestra.run.trial132.stdout:(82/94): python3-portend-3.1.0-2.el9.noarch.rpm 1.9 MB/s | 16 kB 00:00 2026-02-22T20:29:39.730 INFO:teuthology.orchestra.run.trial132.stdout:(83/94): python3-pyOpenSSL-21.0.0-1.el9.noarch. 10 MB/s | 90 kB 00:00 2026-02-22T20:29:39.738 INFO:teuthology.orchestra.run.trial132.stdout:(84/94): python3-repoze-lru-0.7-16.el9.noarch.r 3.6 MB/s | 31 kB 00:00 2026-02-22T20:29:39.739 INFO:teuthology.orchestra.run.trial132.stdout:(85/94): python3-routes-2.5.1-5.el9.noarch.rpm 21 MB/s | 188 kB 00:00 2026-02-22T20:29:39.747 INFO:teuthology.orchestra.run.trial132.stdout:(86/94): python3-rsa-4.9-2.el9.noarch.rpm 6.7 MB/s | 59 kB 00:00 2026-02-22T20:29:39.748 INFO:teuthology.orchestra.run.trial132.stdout:(87/94): python3-saml-1.16.0-1.el9.noarch.rpm 14 MB/s | 125 kB 00:00 2026-02-22T20:29:39.755 INFO:teuthology.orchestra.run.trial132.stdout:(88/94): python3-tempora-5.0.0-2.el9.noarch.rpm 4.2 MB/s | 36 kB 00:00 2026-02-22T20:29:39.756 INFO:teuthology.orchestra.run.trial132.stdout:(89/94): python3-typing-extensions-4.15.0-1.el9 10 MB/s | 86 kB 00:00 2026-02-22T20:29:39.764 INFO:teuthology.orchestra.run.trial132.stdout:(90/94): python3-websocket-client-1.2.3-2.el9.n 10 MB/s | 90 kB 00:00 2026-02-22T20:29:39.764 INFO:teuthology.orchestra.run.trial132.stdout:(91/94): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 5.7 MB/s | 48 kB 00:00 2026-02-22T20:29:39.772 INFO:teuthology.orchestra.run.trial132.stdout:(92/94): python3-xmltodict-0.12.0-15.el9.noarch 2.6 MB/s | 22 kB 00:00 2026-02-22T20:29:39.774 INFO:teuthology.orchestra.run.trial132.stdout:(93/94): python3-zc-lockfile-2.0-10.el9.noarch. 2.2 MB/s | 20 kB 00:00 2026-02-22T20:29:39.902 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 91/94 2026-02-22T20:29:39.904 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 92/94 2026-02-22T20:29:39.924 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 92/94 2026-02-22T20:29:39.925 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:39.925 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-22T20:29:39.925 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-22T20:29:39.925 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-22T20:29:39.925 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:40.022 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 93/94 2026-02-22T20:29:40.044 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 93/94 2026-02-22T20:29:40.044 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:40.045 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-22T20:29:40.045 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-22T20:29:40.045 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-22T20:29:40.045 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:40.062 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 94/94 2026-02-22T20:29:40.252 INFO:teuthology.orchestra.run.trial009.stdout:(47/94): python3-protobuf-3.14.0-17.el9.noarch. 346 kB/s | 267 kB 00:00 2026-02-22T20:29:40.296 INFO:teuthology.orchestra.run.trial009.stdout:(48/94): python3-pyasn1-0.4.8-6.el9.noarch.rpm 221 kB/s | 159 kB 00:00 2026-02-22T20:29:40.372 INFO:teuthology.orchestra.run.trial009.stdout:(49/94): python3-pyasn1-modules-0.4.8-6.el9.noa 355 kB/s | 279 kB 00:00 2026-02-22T20:29:40.422 INFO:teuthology.orchestra.run.trial132.stdout:(94/94): protobuf-compiler-3.14.0-17.el9.x86_64 848 kB/s | 862 kB 00:01 2026-02-22T20:29:40.427 INFO:teuthology.orchestra.run.trial132.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:40.427 INFO:teuthology.orchestra.run.trial132.stdout:Total 14 MB/s | 101 MB 00:07 2026-02-22T20:29:40.745 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 94/94 2026-02-22T20:29:40.745 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 1/94 2026-02-22T20:29:40.746 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 2/94 2026-02-22T20:29:40.746 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 3/94 2026-02-22T20:29:40.746 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 4/94 2026-02-22T20:29:40.746 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 5/94 2026-02-22T20:29:40.746 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-794.ga5c3084f.el9 6/94 2026-02-22T20:29:40.746 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 7/94 2026-02-22T20:29:40.746 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noar 8/94 2026-02-22T20:29:40.746 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c308 9/94 2026-02-22T20:29:40.746 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noar 10/94 2026-02-22T20:29:40.746 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-794.ga5c3084f.el9.n 11/94 2026-02-22T20:29:40.746 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 12/94 2026-02-22T20:29:40.746 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-794.ga5c3084f.el9. 13/94 2026-02-22T20:29:40.746 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 14/94 2026-02-22T20:29:40.746 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 15/94 2026-02-22T20:29:40.746 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 16/94 2026-02-22T20:29:40.746 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/94 2026-02-22T20:29:40.747 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/94 2026-02-22T20:29:40.747 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/94 2026-02-22T20:29:40.747 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/94 2026-02-22T20:29:40.747 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/94 2026-02-22T20:29:40.747 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/94 2026-02-22T20:29:40.747 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/94 2026-02-22T20:29:40.747 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/94 2026-02-22T20:29:40.747 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 25/94 2026-02-22T20:29:40.747 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 26/94 2026-02-22T20:29:40.747 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : unzip-6.0-59.el9.x86_64 27/94 2026-02-22T20:29:40.747 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : zip-3.0-35.el9.x86_64 28/94 2026-02-22T20:29:40.747 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 29/94 2026-02-22T20:29:40.747 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 30/94 2026-02-22T20:29:40.747 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 31/94 2026-02-22T20:29:40.747 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 32/94 2026-02-22T20:29:40.747 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : lua-5.4.4-4.el9.x86_64 33/94 2026-02-22T20:29:40.747 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 34/94 2026-02-22T20:29:40.747 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 35/94 2026-02-22T20:29:40.747 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/94 2026-02-22T20:29:40.748 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 37/94 2026-02-22T20:29:40.748 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 38/94 2026-02-22T20:29:40.748 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 39/94 2026-02-22T20:29:40.748 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 40/94 2026-02-22T20:29:40.748 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 41/94 2026-02-22T20:29:40.748 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 42/94 2026-02-22T20:29:40.748 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 43/94 2026-02-22T20:29:40.748 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 44/94 2026-02-22T20:29:40.748 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 45/94 2026-02-22T20:29:40.748 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 46/94 2026-02-22T20:29:40.748 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 47/94 2026-02-22T20:29:40.748 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 48/94 2026-02-22T20:29:40.748 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 49/94 2026-02-22T20:29:40.748 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 50/94 2026-02-22T20:29:40.748 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 51/94 2026-02-22T20:29:40.748 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 52/94 2026-02-22T20:29:40.748 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 53/94 2026-02-22T20:29:40.748 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 54/94 2026-02-22T20:29:40.748 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 55/94 2026-02-22T20:29:40.748 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 56/94 2026-02-22T20:29:40.749 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 57/94 2026-02-22T20:29:40.749 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 58/94 2026-02-22T20:29:40.749 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 59/94 2026-02-22T20:29:40.749 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 60/94 2026-02-22T20:29:40.749 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 61/94 2026-02-22T20:29:40.749 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 62/94 2026-02-22T20:29:40.749 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 63/94 2026-02-22T20:29:40.749 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 64/94 2026-02-22T20:29:40.749 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 65/94 2026-02-22T20:29:40.749 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 66/94 2026-02-22T20:29:40.749 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 67/94 2026-02-22T20:29:40.749 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 68/94 2026-02-22T20:29:40.749 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 69/94 2026-02-22T20:29:40.749 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 70/94 2026-02-22T20:29:40.749 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 71/94 2026-02-22T20:29:40.749 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 72/94 2026-02-22T20:29:40.749 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 73/94 2026-02-22T20:29:40.749 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 74/94 2026-02-22T20:29:40.749 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 75/94 2026-02-22T20:29:40.749 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 76/94 2026-02-22T20:29:40.750 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 77/94 2026-02-22T20:29:40.750 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 78/94 2026-02-22T20:29:40.750 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 79/94 2026-02-22T20:29:40.750 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 80/94 2026-02-22T20:29:40.750 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 81/94 2026-02-22T20:29:40.750 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 82/94 2026-02-22T20:29:40.750 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 83/94 2026-02-22T20:29:40.750 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 84/94 2026-02-22T20:29:40.750 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/94 2026-02-22T20:29:40.750 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 86/94 2026-02-22T20:29:40.750 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 87/94 2026-02-22T20:29:40.750 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 88/94 2026-02-22T20:29:40.750 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 89/94 2026-02-22T20:29:40.750 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 90/94 2026-02-22T20:29:40.750 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 91/94 2026-02-22T20:29:40.750 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 92/94 2026-02-22T20:29:40.750 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 93/94 2026-02-22T20:29:40.813 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 94/94 2026-02-22T20:29:40.814 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:40.814 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-22T20:29:40.814 INFO:teuthology.orchestra.run.trial053.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-22T20:29:40.814 INFO:teuthology.orchestra.run.trial053.stdout: ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:40.814 INFO:teuthology.orchestra.run.trial053.stdout: ceph-grafana-dashboards-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:40.814 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:40.814 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:40.814 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:40.814 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:40.815 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:40.815 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:40.815 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-modules-core-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:40.815 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:40.815 INFO:teuthology.orchestra.run.trial053.stdout: ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:40.815 INFO:teuthology.orchestra.run.trial053.stdout: ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:40.815 INFO:teuthology.orchestra.run.trial053.stdout: ceph-prometheus-alerts-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:40.815 INFO:teuthology.orchestra.run.trial053.stdout: ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:40.815 INFO:teuthology.orchestra.run.trial053.stdout: cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:40.815 INFO:teuthology.orchestra.run.trial053.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-22T20:29:40.815 INFO:teuthology.orchestra.run.trial053.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-22T20:29:40.815 INFO:teuthology.orchestra.run.trial053.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-22T20:29:40.816 INFO:teuthology.orchestra.run.trial053.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-22T20:29:40.816 INFO:teuthology.orchestra.run.trial053.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-22T20:29:40.816 INFO:teuthology.orchestra.run.trial053.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-22T20:29:40.816 INFO:teuthology.orchestra.run.trial053.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-22T20:29:40.816 INFO:teuthology.orchestra.run.trial053.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-22T20:29:40.816 INFO:teuthology.orchestra.run.trial053.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-22T20:29:40.816 INFO:teuthology.orchestra.run.trial053.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-22T20:29:40.816 INFO:teuthology.orchestra.run.trial053.stdout: lua-5.4.4-4.el9.x86_64 2026-02-22T20:29:40.816 INFO:teuthology.orchestra.run.trial053.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-22T20:29:40.816 INFO:teuthology.orchestra.run.trial053.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-22T20:29:40.816 INFO:teuthology.orchestra.run.trial053.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-22T20:29:40.817 INFO:teuthology.orchestra.run.trial053.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-22T20:29:40.817 INFO:teuthology.orchestra.run.trial053.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-22T20:29:40.817 INFO:teuthology.orchestra.run.trial053.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-22T20:29:40.817 INFO:teuthology.orchestra.run.trial053.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-22T20:29:40.817 INFO:teuthology.orchestra.run.trial053.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-22T20:29:40.817 INFO:teuthology.orchestra.run.trial053.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-22T20:29:40.817 INFO:teuthology.orchestra.run.trial053.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-22T20:29:40.817 INFO:teuthology.orchestra.run.trial053.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-22T20:29:40.817 INFO:teuthology.orchestra.run.trial053.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-22T20:29:40.817 INFO:teuthology.orchestra.run.trial053.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-22T20:29:40.817 INFO:teuthology.orchestra.run.trial053.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-22T20:29:40.817 INFO:teuthology.orchestra.run.trial053.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-22T20:29:40.817 INFO:teuthology.orchestra.run.trial053.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-22T20:29:40.818 INFO:teuthology.orchestra.run.trial053.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-22T20:29:40.818 INFO:teuthology.orchestra.run.trial053.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-22T20:29:40.818 INFO:teuthology.orchestra.run.trial053.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-22T20:29:40.818 INFO:teuthology.orchestra.run.trial053.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-22T20:29:40.818 INFO:teuthology.orchestra.run.trial053.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-22T20:29:40.818 INFO:teuthology.orchestra.run.trial053.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-22T20:29:40.818 INFO:teuthology.orchestra.run.trial053.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-22T20:29:40.818 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-22T20:29:40.818 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-22T20:29:40.818 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-22T20:29:40.818 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-22T20:29:40.819 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-22T20:29:40.819 INFO:teuthology.orchestra.run.trial053.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-22T20:29:40.819 INFO:teuthology.orchestra.run.trial053.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-22T20:29:40.819 INFO:teuthology.orchestra.run.trial053.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-22T20:29:40.819 INFO:teuthology.orchestra.run.trial053.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-22T20:29:40.819 INFO:teuthology.orchestra.run.trial053.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-22T20:29:40.819 INFO:teuthology.orchestra.run.trial053.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-22T20:29:40.819 INFO:teuthology.orchestra.run.trial053.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-22T20:29:40.819 INFO:teuthology.orchestra.run.trial053.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-22T20:29:40.819 INFO:teuthology.orchestra.run.trial053.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-22T20:29:40.819 INFO:teuthology.orchestra.run.trial053.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-22T20:29:40.819 INFO:teuthology.orchestra.run.trial053.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-22T20:29:40.820 INFO:teuthology.orchestra.run.trial053.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-22T20:29:40.820 INFO:teuthology.orchestra.run.trial053.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-22T20:29:40.820 INFO:teuthology.orchestra.run.trial053.stdout: python3-ply-3.11-14.el9.noarch 2026-02-22T20:29:40.820 INFO:teuthology.orchestra.run.trial053.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-22T20:29:40.820 INFO:teuthology.orchestra.run.trial053.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-22T20:29:40.820 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-22T20:29:40.820 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-22T20:29:40.820 INFO:teuthology.orchestra.run.trial053.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-22T20:29:40.820 INFO:teuthology.orchestra.run.trial053.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-22T20:29:40.820 INFO:teuthology.orchestra.run.trial053.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-22T20:29:40.820 INFO:teuthology.orchestra.run.trial053.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-22T20:29:40.820 INFO:teuthology.orchestra.run.trial053.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-22T20:29:40.821 INFO:teuthology.orchestra.run.trial053.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-22T20:29:40.821 INFO:teuthology.orchestra.run.trial053.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-22T20:29:40.821 INFO:teuthology.orchestra.run.trial053.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-22T20:29:40.821 INFO:teuthology.orchestra.run.trial053.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-22T20:29:40.821 INFO:teuthology.orchestra.run.trial053.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-22T20:29:40.821 INFO:teuthology.orchestra.run.trial053.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-22T20:29:40.821 INFO:teuthology.orchestra.run.trial053.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-22T20:29:40.821 INFO:teuthology.orchestra.run.trial053.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-22T20:29:40.821 INFO:teuthology.orchestra.run.trial053.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-22T20:29:40.821 INFO:teuthology.orchestra.run.trial053.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-22T20:29:40.821 INFO:teuthology.orchestra.run.trial053.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-22T20:29:40.822 INFO:teuthology.orchestra.run.trial053.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-22T20:29:40.822 INFO:teuthology.orchestra.run.trial053.stdout: unzip-6.0-59.el9.x86_64 2026-02-22T20:29:40.822 INFO:teuthology.orchestra.run.trial053.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-22T20:29:40.822 INFO:teuthology.orchestra.run.trial053.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-22T20:29:40.822 INFO:teuthology.orchestra.run.trial053.stdout: zip-3.0-35.el9.x86_64 2026-02-22T20:29:40.822 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:40.822 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:40.852 INFO:teuthology.orchestra.run.trial009.stdout:(50/94): python3-requests-oauthlib-1.3.0-12.el9 89 kB/s | 54 kB 00:00 2026-02-22T20:29:40.855 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction check 2026-02-22T20:29:40.868 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-base 2026-02-22T20:29:40.893 INFO:teuthology.orchestra.run.trial132.stdout:Transaction check succeeded. 2026-02-22T20:29:40.893 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction test 2026-02-22T20:29:40.951 INFO:teuthology.orchestra.run.trial009.stdout:(51/94): python3-toml-0.10.2-6.el9.noarch.rpm 72 kB/s | 42 kB 00:00 2026-02-22T20:29:41.185 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:34 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:41.249 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:41.268 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:41.268 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-22T20:29:41.268 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:41.289 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install cephadm 2026-02-22T20:29:41.324 INFO:teuthology.orchestra.run.trial132.stdout:Transaction test succeeded. 2026-02-22T20:29:41.324 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction 2026-02-22T20:29:41.591 INFO:teuthology.orchestra.run.trial009.stdout:(52/94): xmlsec1-1.2.29-13.el9.x86_64.rpm 255 kB/s | 189 kB 00:00 2026-02-22T20:29:41.600 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:34 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:41.609 INFO:teuthology.orchestra.run.trial009.stdout:(53/94): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 137 kB/s | 90 kB 00:00 2026-02-22T20:29:41.666 INFO:teuthology.orchestra.run.trial053.stdout:Package cephadm-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T20:29:41.684 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:41.684 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-22T20:29:41.685 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:41.705 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-immutable-object-cache 2026-02-22T20:29:41.716 INFO:teuthology.orchestra.run.trial009.stdout:(54/94): python3-scipy-1.9.3-2.el9.x86_64.rpm 14 MB/s | 19 MB 00:01 2026-02-22T20:29:41.797 INFO:teuthology.orchestra.run.trial132.stdout: Preparing : 1/1 2026-02-22T20:29:41.798 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/94 2026-02-22T20:29:41.802 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/94 2026-02-22T20:29:41.824 INFO:teuthology.orchestra.run.trial132.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/94 2026-02-22T20:29:41.835 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/94 2026-02-22T20:29:41.868 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/94 2026-02-22T20:29:41.869 INFO:teuthology.orchestra.run.trial009.stdout:(55/94): abseil-cpp-20211102.0-4.el9.x86_64.rpm 3.6 MB/s | 551 kB 00:00 2026-02-22T20:29:41.877 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/94 2026-02-22T20:29:41.882 INFO:teuthology.orchestra.run.trial132.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 7/94 2026-02-22T20:29:41.884 INFO:teuthology.orchestra.run.trial132.stdout: Installing : lua-5.4.4-4.el9.x86_64 8/94 2026-02-22T20:29:41.889 INFO:teuthology.orchestra.run.trial132.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 9/94 2026-02-22T20:29:41.903 INFO:teuthology.orchestra.run.trial009.stdout:(56/94): grpc-data-1.46.7-10.el9.noarch.rpm 570 kB/s | 19 kB 00:00 2026-02-22T20:29:41.915 INFO:teuthology.orchestra.run.trial132.stdout: Installing : unzip-6.0-59.el9.x86_64 10/94 2026-02-22T20:29:41.928 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 11/94 2026-02-22T20:29:41.931 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 12/94 2026-02-22T20:29:41.937 INFO:teuthology.orchestra.run.trial132.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 13/94 2026-02-22T20:29:41.939 INFO:teuthology.orchestra.run.trial132.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 14/94 2026-02-22T20:29:41.941 INFO:teuthology.orchestra.run.trial009.stdout:(57/94): luarocks-3.9.2-5.el9.noarch.rpm 3.9 MB/s | 151 kB 00:00 2026-02-22T20:29:41.950 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 15/94 2026-02-22T20:29:41.956 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 16/94 2026-02-22T20:29:41.981 INFO:teuthology.orchestra.run.trial132.stdout: Installing : zip-3.0-35.el9.x86_64 17/94 2026-02-22T20:29:41.984 INFO:teuthology.orchestra.run.trial132.stdout: Installing : luarocks-3.9.2-5.el9.noarch 18/94 2026-02-22T20:29:41.990 INFO:teuthology.orchestra.run.trial009.stdout:(58/94): python3-asyncssh-2.13.2-5.el9.noarch.r 11 MB/s | 548 kB 00:00 2026-02-22T20:29:41.990 INFO:teuthology.orchestra.run.trial132.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 19/94 2026-02-22T20:29:42.013 INFO:teuthology.orchestra.run.trial009.stdout:(59/94): python3-autocommand-2.2.2-8.el9.noarch 1.2 MB/s | 29 kB 00:00 2026-02-22T20:29:42.022 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:35 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:42.034 INFO:teuthology.orchestra.run.trial009.stdout:(60/94): lua-devel-5.4.4-4.el9.x86_64.rpm 50 kB/s | 22 kB 00:00 2026-02-22T20:29:42.040 INFO:teuthology.orchestra.run.trial009.stdout:(61/94): python3-backports-tarfile-1.2.0-1.el9. 2.2 MB/s | 60 kB 00:00 2026-02-22T20:29:42.041 INFO:teuthology.orchestra.run.trial132.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 20/94 2026-02-22T20:29:42.054 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 21/94 2026-02-22T20:29:42.056 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-rsa-4.9-2.el9.noarch 22/94 2026-02-22T20:29:42.061 INFO:teuthology.orchestra.run.trial132.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 23/94 2026-02-22T20:29:42.066 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 24/94 2026-02-22T20:29:42.067 INFO:teuthology.orchestra.run.trial009.stdout:(62/94): python3-cachetools-4.2.4-1.el9.noarch. 1.2 MB/s | 32 kB 00:00 2026-02-22T20:29:42.071 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 25/94 2026-02-22T20:29:42.074 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 26/94 2026-02-22T20:29:42.089 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 27/94 2026-02-22T20:29:42.091 INFO:teuthology.orchestra.run.trial009.stdout:(63/94): python3-certifi-2023.05.07-4.el9.noarc 574 kB/s | 14 kB 00:00 2026-02-22T20:29:42.093 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 28/94 2026-02-22T20:29:42.098 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 29/94 2026-02-22T20:29:42.105 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:42.105 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:42.106 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repo Size 2026-02-22T20:29:42.106 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:42.106 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-22T20:29:42.106 INFO:teuthology.orchestra.run.trial053.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 154 k 2026-02-22T20:29:42.106 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:42.106 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-22T20:29:42.106 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:42.106 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-22T20:29:42.106 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:42.106 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 154 k 2026-02-22T20:29:42.107 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 447 k 2026-02-22T20:29:42.107 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-22T20:29:42.107 INFO:teuthology.orchestra.run.trial009.stdout:(64/94): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 605 kB/s | 43 kB 00:00 2026-02-22T20:29:42.109 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 30/94 2026-02-22T20:29:42.118 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 31/94 2026-02-22T20:29:42.121 INFO:teuthology.orchestra.run.trial009.stdout:(65/94): python3-cheroot-10.0.1-4.el9.noarch.rp 5.6 MB/s | 173 kB 00:00 2026-02-22T20:29:42.125 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 32/94 2026-02-22T20:29:42.144 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 33/94 2026-02-22T20:29:42.151 INFO:teuthology.orchestra.run.trial009.stdout:(66/94): python3-google-auth-2.45.0-1.el9.noarc 8.5 MB/s | 254 kB 00:00 2026-02-22T20:29:42.155 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 34/94 2026-02-22T20:29:42.171 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 35/94 2026-02-22T20:29:42.176 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 36/94 2026-02-22T20:29:42.180 INFO:teuthology.orchestra.run.trial009.stdout:(67/94): python3-cherrypy-18.6.1-2.el9.noarch.r 4.7 MB/s | 358 kB 00:00 2026-02-22T20:29:42.183 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 37/94 2026-02-22T20:29:42.208 INFO:teuthology.orchestra.run.trial053.stdout:ceph-immutable-object-cache-20.2.0-794.ga5c3084 1.5 MB/s | 154 kB 00:00 2026-02-22T20:29:42.209 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:42.209 INFO:teuthology.orchestra.run.trial053.stdout:Total 1.5 MB/s | 154 kB 00:00 2026-02-22T20:29:42.209 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-22T20:29:42.210 INFO:teuthology.orchestra.run.trial009.stdout:(68/94): python3-grpcio-tools-1.46.7-10.el9.x86 4.7 MB/s | 144 kB 00:00 2026-02-22T20:29:42.213 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-22T20:29:42.213 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-22T20:29:42.213 INFO:teuthology.orchestra.run.trial009.stdout:(69/94): python3-grpcio-1.46.7-10.el9.x86_64.rp 33 MB/s | 2.0 MB 00:00 2026-02-22T20:29:42.223 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 38/94 2026-02-22T20:29:42.233 INFO:teuthology.orchestra.run.trial009.stdout:(70/94): python3-influxdb-5.3.1-1.el9.noarch.rp 6.2 MB/s | 139 kB 00:00 2026-02-22T20:29:42.234 INFO:teuthology.orchestra.run.trial009.stdout:(71/94): python3-isodate-0.6.1-3.el9.noarch.rpm 2.7 MB/s | 56 kB 00:00 2026-02-22T20:29:42.245 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-22T20:29:42.245 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-22T20:29:42.250 INFO:teuthology.orchestra.run.trial009.stdout:(72/94): python3-jaraco-8.2.1-3.el9.noarch.rpm 610 kB/s | 11 kB 00:00 2026-02-22T20:29:42.252 INFO:teuthology.orchestra.run.trial009.stdout:(73/94): python3-jaraco-classes-3.2.1-5.el9.noa 988 kB/s | 18 kB 00:00 2026-02-22T20:29:42.269 INFO:teuthology.orchestra.run.trial009.stdout:(74/94): python3-jaraco-collections-3.0.0-8.el9 1.3 MB/s | 23 kB 00:00 2026-02-22T20:29:42.271 INFO:teuthology.orchestra.run.trial009.stdout:(75/94): python3-jaraco-context-6.0.1-3.el9.noa 1.1 MB/s | 20 kB 00:00 2026-02-22T20:29:42.286 INFO:teuthology.orchestra.run.trial009.stdout:(76/94): python3-jaraco-functools-3.5.0-2.el9.n 1.1 MB/s | 19 kB 00:00 2026-02-22T20:29:42.297 INFO:teuthology.orchestra.run.trial009.stdout:(77/94): python3-jaraco-text-4.0.0-2.el9.noarch 990 kB/s | 26 kB 00:00 2026-02-22T20:29:42.301 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-22T20:29:42.302 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.e 1/1 2026-02-22T20:29:42.320 INFO:teuthology.orchestra.run.trial009.stdout:(78/94): python3-more-itertools-8.12.0-2.el9.no 3.3 MB/s | 79 kB 00:00 2026-02-22T20:29:42.326 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.e 1/1 2026-02-22T20:29:42.326 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:42.326 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-22T20:29:42.327 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:42.337 INFO:teuthology.orchestra.run.trial009.stdout:(79/94): python3-kubernetes-26.1.0-3.el9.noarch 20 MB/s | 1.0 MB 00:00 2026-02-22T20:29:42.348 INFO:teuthology.orchestra.run.trial009.stdout:(80/94): python3-msgpack-1.0.3-2.el9.x86_64.rpm 3.0 MB/s | 86 kB 00:00 2026-02-22T20:29:42.364 INFO:teuthology.orchestra.run.trial009.stdout:(81/94): python3-natsort-7.1.1-5.el9.noarch.rpm 2.1 MB/s | 58 kB 00:00 2026-02-22T20:29:42.369 INFO:teuthology.orchestra.run.trial009.stdout:(82/94): python3-portend-3.1.0-2.el9.noarch.rpm 794 kB/s | 16 kB 00:00 2026-02-22T20:29:42.386 INFO:teuthology.orchestra.run.trial009.stdout:(83/94): python3-pyOpenSSL-21.0.0-1.el9.noarch. 4.1 MB/s | 90 kB 00:00 2026-02-22T20:29:42.392 INFO:teuthology.orchestra.run.trial009.stdout:(84/94): python3-repoze-lru-0.7-16.el9.noarch.r 1.3 MB/s | 31 kB 00:00 2026-02-22T20:29:42.412 INFO:teuthology.orchestra.run.trial009.stdout:(85/94): python3-routes-2.5.1-5.el9.noarch.rpm 7.2 MB/s | 188 kB 00:00 2026-02-22T20:29:42.420 INFO:teuthology.orchestra.run.trial009.stdout:(86/94): python3-rsa-4.9-2.el9.noarch.rpm 2.1 MB/s | 59 kB 00:00 2026-02-22T20:29:42.440 INFO:teuthology.orchestra.run.trial009.stdout:(87/94): python3-saml-1.16.0-1.el9.noarch.rpm 4.3 MB/s | 125 kB 00:00 2026-02-22T20:29:42.448 INFO:teuthology.orchestra.run.trial009.stdout:(88/94): python3-tempora-5.0.0-2.el9.noarch.rpm 1.2 MB/s | 36 kB 00:00 2026-02-22T20:29:42.466 INFO:teuthology.orchestra.run.trial009.stdout:(89/94): python3-typing-extensions-4.15.0-1.el9 3.3 MB/s | 86 kB 00:00 2026-02-22T20:29:42.470 INFO:teuthology.orchestra.run.trial009.stdout:(90/94): python3-websocket-client-1.2.3-2.el9.n 4.0 MB/s | 90 kB 00:00 2026-02-22T20:29:42.496 INFO:teuthology.orchestra.run.trial009.stdout:(91/94): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 1.6 MB/s | 48 kB 00:00 2026-02-22T20:29:42.504 INFO:teuthology.orchestra.run.trial009.stdout:(92/94): python3-xmltodict-0.12.0-15.el9.noarch 661 kB/s | 22 kB 00:00 2026-02-22T20:29:42.515 INFO:teuthology.orchestra.run.trial009.stdout:(93/94): python3-zc-lockfile-2.0-10.el9.noarch. 1.0 MB/s | 20 kB 00:00 2026-02-22T20:29:42.549 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 39/94 2026-02-22T20:29:42.559 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 40/94 2026-02-22T20:29:42.563 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 41/94 2026-02-22T20:29:42.569 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 42/94 2026-02-22T20:29:42.571 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 43/94 2026-02-22T20:29:42.598 INFO:teuthology.orchestra.run.trial132.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 44/94 2026-02-22T20:29:42.642 INFO:teuthology.orchestra.run.trial132.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 45/94 2026-02-22T20:29:42.645 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.e 1/1 2026-02-22T20:29:42.645 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:42.645 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-22T20:29:42.645 INFO:teuthology.orchestra.run.trial053.stdout: ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:42.645 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:42.645 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:42.648 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 46/94 2026-02-22T20:29:42.652 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 47/94 2026-02-22T20:29:42.658 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 48/94 2026-02-22T20:29:42.662 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 49/94 2026-02-22T20:29:42.668 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 50/94 2026-02-22T20:29:42.672 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 51/94 2026-02-22T20:29:42.673 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-mgr 2026-02-22T20:29:42.700 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 52/94 2026-02-22T20:29:42.710 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 53/94 2026-02-22T20:29:42.716 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/94 2026-02-22T20:29:42.723 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 55/94 2026-02-22T20:29:42.757 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 56/94 2026-02-22T20:29:42.982 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 57/94 2026-02-22T20:29:42.985 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:35 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:43.006 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 58/94 2026-02-22T20:29:43.010 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 59/94 2026-02-22T20:29:43.051 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:43.067 INFO:teuthology.orchestra.run.trial132.stdout: Installing : openblas-0.3.29-1.el9.x86_64 60/94 2026-02-22T20:29:43.069 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:43.069 INFO:teuthology.orchestra.run.trial132.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 61/94 2026-02-22T20:29:43.070 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-22T20:29:43.070 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:43.071 INFO:teuthology.orchestra.run.trial009.stdout:(94/94): protobuf-compiler-3.14.0-17.el9.x86_64 589 kB/s | 862 kB 00:01 2026-02-22T20:29:43.075 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:43.075 INFO:teuthology.orchestra.run.trial009.stdout:Total 8.1 MB/s | 101 MB 00:12 2026-02-22T20:29:43.091 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-mgr-dashboard 2026-02-22T20:29:43.091 INFO:teuthology.orchestra.run.trial132.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 62/94 2026-02-22T20:29:43.405 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:36 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:43.417 INFO:teuthology.orchestra.run.trial132.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 63/94 2026-02-22T20:29:43.469 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T20:29:43.487 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:43.488 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-22T20:29:43.488 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:43.491 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 64/94 2026-02-22T20:29:43.494 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-22T20:29:43.510 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-22T20:29:43.531 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-22T20:29:43.531 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-22T20:29:43.822 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:36 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:43.887 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T20:29:43.905 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:43.906 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-22T20:29:43.906 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:43.928 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-mgr-rook 2026-02-22T20:29:43.965 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-22T20:29:43.966 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-22T20:29:44.165 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 65/94 2026-02-22T20:29:44.184 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 66/94 2026-02-22T20:29:44.198 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-ply-3.11-14.el9.noarch 67/94 2026-02-22T20:29:44.214 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 68/94 2026-02-22T20:29:44.239 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:37 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:44.290 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 69/94 2026-02-22T20:29:44.299 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 70/94 2026-02-22T20:29:44.306 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T20:29:44.322 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 71/94 2026-02-22T20:29:44.325 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:44.326 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-22T20:29:44.326 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:44.348 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-mgr-cephadm 2026-02-22T20:29:44.352 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 72/94 2026-02-22T20:29:44.403 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 73/94 2026-02-22T20:29:44.409 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 74/94 2026-02-22T20:29:44.412 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 75/94 2026-02-22T20:29:44.414 INFO:teuthology.orchestra.run.trial132.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 76/94 2026-02-22T20:29:44.432 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-22T20:29:44.433 INFO:teuthology.orchestra.run.trial132.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-22T20:29:44.433 INFO:teuthology.orchestra.run.trial132.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-22T20:29:44.433 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:44.437 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-22T20:29:44.439 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/94 2026-02-22T20:29:44.440 INFO:teuthology.orchestra.run.trial132.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-22T20:29:44.443 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/94 2026-02-22T20:29:44.464 INFO:teuthology.orchestra.run.trial009.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/94 2026-02-22T20:29:44.466 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-22T20:29:44.467 INFO:teuthology.orchestra.run.trial132.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-22T20:29:44.467 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:44.475 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/94 2026-02-22T20:29:44.500 INFO:teuthology.orchestra.run.trial132.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 78/94 2026-02-22T20:29:44.507 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/94 2026-02-22T20:29:44.518 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/94 2026-02-22T20:29:44.523 INFO:teuthology.orchestra.run.trial009.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 7/94 2026-02-22T20:29:44.526 INFO:teuthology.orchestra.run.trial009.stdout: Installing : lua-5.4.4-4.el9.x86_64 8/94 2026-02-22T20:29:44.532 INFO:teuthology.orchestra.run.trial009.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 9/94 2026-02-22T20:29:44.555 INFO:teuthology.orchestra.run.trial009.stdout: Installing : unzip-6.0-59.el9.x86_64 10/94 2026-02-22T20:29:44.564 INFO:teuthology.orchestra.run.trial132.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 79/94 2026-02-22T20:29:44.566 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 80/94 2026-02-22T20:29:44.567 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 11/94 2026-02-22T20:29:44.571 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 12/94 2026-02-22T20:29:44.577 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 13/94 2026-02-22T20:29:44.578 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 14/94 2026-02-22T20:29:44.580 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 80/94 2026-02-22T20:29:44.580 INFO:teuthology.orchestra.run.trial132.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:44.580 INFO:teuthology.orchestra.run.trial132.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-22T20:29:44.580 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:44.590 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 15/94 2026-02-22T20:29:44.596 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 16/94 2026-02-22T20:29:44.620 INFO:teuthology.orchestra.run.trial009.stdout: Installing : zip-3.0-35.el9.x86_64 17/94 2026-02-22T20:29:44.623 INFO:teuthology.orchestra.run.trial009.stdout: Installing : luarocks-3.9.2-5.el9.noarch 18/94 2026-02-22T20:29:44.630 INFO:teuthology.orchestra.run.trial009.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 19/94 2026-02-22T20:29:44.655 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:37 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:44.680 INFO:teuthology.orchestra.run.trial009.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 20/94 2026-02-22T20:29:44.693 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 21/94 2026-02-22T20:29:44.695 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-rsa-4.9-2.el9.noarch 22/94 2026-02-22T20:29:44.700 INFO:teuthology.orchestra.run.trial009.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 23/94 2026-02-22T20:29:44.705 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 24/94 2026-02-22T20:29:44.710 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 25/94 2026-02-22T20:29:44.713 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 26/94 2026-02-22T20:29:44.721 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T20:29:44.727 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 27/94 2026-02-22T20:29:44.732 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 28/94 2026-02-22T20:29:44.737 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 29/94 2026-02-22T20:29:44.739 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:44.740 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-22T20:29:44.740 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:44.748 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 30/94 2026-02-22T20:29:44.757 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 31/94 2026-02-22T20:29:44.761 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-fuse 2026-02-22T20:29:44.765 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 32/94 2026-02-22T20:29:44.784 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 33/94 2026-02-22T20:29:44.795 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 34/94 2026-02-22T20:29:44.811 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 35/94 2026-02-22T20:29:44.815 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 36/94 2026-02-22T20:29:44.823 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 37/94 2026-02-22T20:29:44.863 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 38/94 2026-02-22T20:29:45.071 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:38 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:45.155 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:45.155 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:45.155 INFO:teuthology.orchestra.run.trial053.stdout: Package Architecture Version Repository Size 2026-02-22T20:29:45.156 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:45.156 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-22T20:29:45.156 INFO:teuthology.orchestra.run.trial053.stdout: ceph-fuse x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 941 k 2026-02-22T20:29:45.156 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:45.156 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-22T20:29:45.156 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:45.156 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-22T20:29:45.157 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:45.157 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 941 k 2026-02-22T20:29:45.157 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 2.7 M 2026-02-22T20:29:45.157 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-22T20:29:45.185 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 39/94 2026-02-22T20:29:45.195 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 40/94 2026-02-22T20:29:45.198 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 41/94 2026-02-22T20:29:45.205 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 42/94 2026-02-22T20:29:45.206 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 43/94 2026-02-22T20:29:45.234 INFO:teuthology.orchestra.run.trial009.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 44/94 2026-02-22T20:29:45.268 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 81/94 2026-02-22T20:29:45.275 INFO:teuthology.orchestra.run.trial053.stdout:ceph-fuse-20.2.0-794.ga5c3084f.el9.x86_64.rpm 7.7 MB/s | 941 kB 00:00 2026-02-22T20:29:45.275 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:45.275 INFO:teuthology.orchestra.run.trial053.stdout:Total 7.7 MB/s | 941 kB 00:00 2026-02-22T20:29:45.275 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-22T20:29:45.277 INFO:teuthology.orchestra.run.trial009.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 45/94 2026-02-22T20:29:45.280 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-22T20:29:45.280 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-22T20:29:45.283 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 46/94 2026-02-22T20:29:45.287 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 47/94 2026-02-22T20:29:45.293 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 48/94 2026-02-22T20:29:45.293 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 81/94 2026-02-22T20:29:45.293 INFO:teuthology.orchestra.run.trial132.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:45.293 INFO:teuthology.orchestra.run.trial132.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-22T20:29:45.294 INFO:teuthology.orchestra.run.trial132.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-22T20:29:45.294 INFO:teuthology.orchestra.run.trial132.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-22T20:29:45.294 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:45.296 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 49/94 2026-02-22T20:29:45.303 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 50/94 2026-02-22T20:29:45.307 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 51/94 2026-02-22T20:29:45.314 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-22T20:29:45.314 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-22T20:29:45.334 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 52/94 2026-02-22T20:29:45.346 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 53/94 2026-02-22T20:29:45.352 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/94 2026-02-22T20:29:45.354 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 82/94 2026-02-22T20:29:45.356 INFO:teuthology.orchestra.run.trial132.stdout: Installing : cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 82/94 2026-02-22T20:29:45.358 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 55/94 2026-02-22T20:29:45.363 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-794.ga5c3084f.el9. 83/94 2026-02-22T20:29:45.387 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-794.ga5c3084f.el9 84/94 2026-02-22T20:29:45.389 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 85/94 2026-02-22T20:29:45.393 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 56/94 2026-02-22T20:29:45.405 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-22T20:29:45.422 INFO:teuthology.orchestra.run.trial053.stdout: Installing : ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:45.615 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 57/94 2026-02-22T20:29:45.635 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:45.638 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 58/94 2026-02-22T20:29:45.642 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 59/94 2026-02-22T20:29:45.695 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:45.695 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:45.695 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-22T20:29:45.695 INFO:teuthology.orchestra.run.trial053.stdout: ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:45.695 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:45.695 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:45.701 INFO:teuthology.orchestra.run.trial009.stdout: Installing : openblas-0.3.29-1.el9.x86_64 60/94 2026-02-22T20:29:45.702 INFO:teuthology.orchestra.run.trial009.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 61/94 2026-02-22T20:29:45.723 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install ceph-volume 2026-02-22T20:29:45.723 INFO:teuthology.orchestra.run.trial009.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 62/94 2026-02-22T20:29:46.033 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:39 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:46.047 INFO:teuthology.orchestra.run.trial009.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 63/94 2026-02-22T20:29:46.098 INFO:teuthology.orchestra.run.trial053.stdout:Package ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T20:29:46.116 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:46.117 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-22T20:29:46.117 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:46.119 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 64/94 2026-02-22T20:29:46.137 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install librados-devel 2026-02-22T20:29:46.447 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:39 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:46.531 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:46.531 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:46.531 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repo Size 2026-02-22T20:29:46.531 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:46.531 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-22T20:29:46.531 INFO:teuthology.orchestra.run.trial053.stdout: librados-devel x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 126 k 2026-02-22T20:29:46.531 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:46.531 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-22T20:29:46.532 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:46.532 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-22T20:29:46.532 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:46.532 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 126 k 2026-02-22T20:29:46.532 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 449 k 2026-02-22T20:29:46.532 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-22T20:29:46.539 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 85/94 2026-02-22T20:29:46.545 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noar 86/94 2026-02-22T20:29:46.789 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 65/94 2026-02-22T20:29:46.807 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 66/94 2026-02-22T20:29:46.821 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-ply-3.11-14.el9.noarch 67/94 2026-02-22T20:29:46.836 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 68/94 2026-02-22T20:29:46.911 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 69/94 2026-02-22T20:29:46.912 INFO:teuthology.orchestra.run.trial053.stdout:librados-devel-20.2.0-794.ga5c3084f.el9.x86_64. 331 kB/s | 126 kB 00:00 2026-02-22T20:29:46.912 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:46.912 INFO:teuthology.orchestra.run.trial053.stdout:Total 330 kB/s | 126 kB 00:00 2026-02-22T20:29:46.912 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-22T20:29:46.915 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-22T20:29:46.915 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-22T20:29:46.919 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 70/94 2026-02-22T20:29:46.943 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 71/94 2026-02-22T20:29:46.947 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-22T20:29:46.947 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-22T20:29:46.973 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 72/94 2026-02-22T20:29:47.003 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-22T20:29:47.003 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noar 86/94 2026-02-22T20:29:47.004 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c308 87/94 2026-02-22T20:29:47.017 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c308 87/94 2026-02-22T20:29:47.018 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noar 88/94 2026-02-22T20:29:47.019 INFO:teuthology.orchestra.run.trial053.stdout: Installing : librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:47.022 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 73/94 2026-02-22T20:29:47.029 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 74/94 2026-02-22T20:29:47.032 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 75/94 2026-02-22T20:29:47.033 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 76/94 2026-02-22T20:29:47.051 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-22T20:29:47.051 INFO:teuthology.orchestra.run.trial009.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-22T20:29:47.051 INFO:teuthology.orchestra.run.trial009.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-22T20:29:47.051 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:47.058 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-22T20:29:47.081 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noar 88/94 2026-02-22T20:29:47.084 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-22T20:29:47.084 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-22T20:29:47.084 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:47.104 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:47.118 INFO:teuthology.orchestra.run.trial009.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 78/94 2026-02-22T20:29:47.125 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-794.ga5c3084f.el9.n 89/94 2026-02-22T20:29:47.126 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 90/94 2026-02-22T20:29:47.149 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 90/94 2026-02-22T20:29:47.149 INFO:teuthology.orchestra.run.trial132.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:47.149 INFO:teuthology.orchestra.run.trial132.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-22T20:29:47.149 INFO:teuthology.orchestra.run.trial132.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-22T20:29:47.149 INFO:teuthology.orchestra.run.trial132.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-22T20:29:47.149 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:47.161 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 91/94 2026-02-22T20:29:47.163 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:47.163 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:47.163 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-22T20:29:47.163 INFO:teuthology.orchestra.run.trial053.stdout: librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:47.163 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:47.163 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:47.182 INFO:teuthology.orchestra.run.trial009.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 79/94 2026-02-22T20:29:47.184 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 80/94 2026-02-22T20:29:47.195 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install libcephfs2 2026-02-22T20:29:47.197 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 80/94 2026-02-22T20:29:47.198 INFO:teuthology.orchestra.run.trial009.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:47.198 INFO:teuthology.orchestra.run.trial009.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-22T20:29:47.198 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:47.390 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 91/94 2026-02-22T20:29:47.391 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 92/94 2026-02-22T20:29:47.414 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 92/94 2026-02-22T20:29:47.414 INFO:teuthology.orchestra.run.trial132.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:47.414 INFO:teuthology.orchestra.run.trial132.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-22T20:29:47.414 INFO:teuthology.orchestra.run.trial132.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-22T20:29:47.414 INFO:teuthology.orchestra.run.trial132.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-22T20:29:47.414 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:47.501 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:40 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:47.512 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 93/94 2026-02-22T20:29:47.534 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 93/94 2026-02-22T20:29:47.534 INFO:teuthology.orchestra.run.trial132.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:47.534 INFO:teuthology.orchestra.run.trial132.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-22T20:29:47.534 INFO:teuthology.orchestra.run.trial132.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-22T20:29:47.534 INFO:teuthology.orchestra.run.trial132.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-22T20:29:47.534 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:47.553 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 94/94 2026-02-22T20:29:47.566 INFO:teuthology.orchestra.run.trial053.stdout:Package libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:47.584 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:47.585 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-22T20:29:47.585 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:47.606 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install libcephfs-devel 2026-02-22T20:29:47.873 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 81/94 2026-02-22T20:29:47.899 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 81/94 2026-02-22T20:29:47.899 INFO:teuthology.orchestra.run.trial009.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:47.900 INFO:teuthology.orchestra.run.trial009.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-22T20:29:47.900 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-22T20:29:47.900 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-22T20:29:47.900 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:47.915 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:40 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:47.958 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 82/94 2026-02-22T20:29:47.960 INFO:teuthology.orchestra.run.trial009.stdout: Installing : cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 82/94 2026-02-22T20:29:47.967 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-794.ga5c3084f.el9. 83/94 2026-02-22T20:29:47.990 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-794.ga5c3084f.el9 84/94 2026-02-22T20:29:47.991 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 85/94 2026-02-22T20:29:47.998 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:47.998 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:47.998 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repo Size 2026-02-22T20:29:47.998 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:47.998 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-22T20:29:47.998 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs-devel x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 34 k 2026-02-22T20:29:47.998 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:47.998 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-22T20:29:47.998 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:47.998 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-22T20:29:47.998 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:47.999 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 34 k 2026-02-22T20:29:47.999 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 155 k 2026-02-22T20:29:47.999 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-22T20:29:48.112 INFO:teuthology.orchestra.run.trial053.stdout:libcephfs-devel-20.2.0-794.ga5c3084f.el9.x86_64 304 kB/s | 34 kB 00:00 2026-02-22T20:29:48.113 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:48.113 INFO:teuthology.orchestra.run.trial053.stdout:Total 302 kB/s | 34 kB 00:00 2026-02-22T20:29:48.113 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-22T20:29:48.115 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-22T20:29:48.115 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-22T20:29:48.117 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-22T20:29:48.117 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-22T20:29:48.138 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-22T20:29:48.153 INFO:teuthology.orchestra.run.trial053.stdout: Installing : libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:48.215 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 94/94 2026-02-22T20:29:48.215 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 1/94 2026-02-22T20:29:48.215 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 2/94 2026-02-22T20:29:48.215 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 3/94 2026-02-22T20:29:48.215 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 4/94 2026-02-22T20:29:48.215 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 5/94 2026-02-22T20:29:48.215 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-794.ga5c3084f.el9 6/94 2026-02-22T20:29:48.215 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 7/94 2026-02-22T20:29:48.215 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noar 8/94 2026-02-22T20:29:48.215 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c308 9/94 2026-02-22T20:29:48.215 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noar 10/94 2026-02-22T20:29:48.215 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-794.ga5c3084f.el9.n 11/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 12/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-794.ga5c3084f.el9. 13/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 14/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 15/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 16/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 25/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 26/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : unzip-6.0-59.el9.x86_64 27/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : zip-3.0-35.el9.x86_64 28/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 29/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 30/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 31/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 32/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : lua-5.4.4-4.el9.x86_64 33/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 34/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 35/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 37/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 38/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 39/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 40/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 41/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 42/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 43/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 44/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 45/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 46/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 47/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 48/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 49/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 50/94 2026-02-22T20:29:48.216 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 51/94 2026-02-22T20:29:48.217 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 52/94 2026-02-22T20:29:48.217 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 53/94 2026-02-22T20:29:48.217 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 54/94 2026-02-22T20:29:48.217 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 55/94 2026-02-22T20:29:48.217 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 56/94 2026-02-22T20:29:48.217 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 57/94 2026-02-22T20:29:48.217 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 58/94 2026-02-22T20:29:48.217 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 59/94 2026-02-22T20:29:48.217 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 60/94 2026-02-22T20:29:48.217 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 61/94 2026-02-22T20:29:48.217 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 62/94 2026-02-22T20:29:48.217 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 63/94 2026-02-22T20:29:48.217 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 64/94 2026-02-22T20:29:48.218 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 65/94 2026-02-22T20:29:48.218 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 66/94 2026-02-22T20:29:48.218 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 67/94 2026-02-22T20:29:48.218 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 68/94 2026-02-22T20:29:48.218 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 69/94 2026-02-22T20:29:48.218 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 70/94 2026-02-22T20:29:48.218 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 71/94 2026-02-22T20:29:48.218 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 72/94 2026-02-22T20:29:48.218 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 73/94 2026-02-22T20:29:48.218 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 74/94 2026-02-22T20:29:48.218 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 75/94 2026-02-22T20:29:48.218 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 76/94 2026-02-22T20:29:48.219 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 77/94 2026-02-22T20:29:48.219 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 78/94 2026-02-22T20:29:48.219 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 79/94 2026-02-22T20:29:48.219 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 80/94 2026-02-22T20:29:48.219 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 81/94 2026-02-22T20:29:48.219 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 82/94 2026-02-22T20:29:48.219 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 83/94 2026-02-22T20:29:48.219 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 84/94 2026-02-22T20:29:48.219 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/94 2026-02-22T20:29:48.219 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 86/94 2026-02-22T20:29:48.219 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 87/94 2026-02-22T20:29:48.219 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 88/94 2026-02-22T20:29:48.219 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 89/94 2026-02-22T20:29:48.220 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 90/94 2026-02-22T20:29:48.220 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 91/94 2026-02-22T20:29:48.220 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 92/94 2026-02-22T20:29:48.220 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 93/94 2026-02-22T20:29:48.220 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:48.270 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:48.270 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:48.270 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-22T20:29:48.270 INFO:teuthology.orchestra.run.trial053.stdout: libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:48.271 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:48.271 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:48.284 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 94/94 2026-02-22T20:29:48.284 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:48.284 INFO:teuthology.orchestra.run.trial132.stdout:Installed: 2026-02-22T20:29:48.284 INFO:teuthology.orchestra.run.trial132.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-22T20:29:48.284 INFO:teuthology.orchestra.run.trial132.stdout: ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:48.285 INFO:teuthology.orchestra.run.trial132.stdout: ceph-grafana-dashboards-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:48.285 INFO:teuthology.orchestra.run.trial132.stdout: ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:48.285 INFO:teuthology.orchestra.run.trial132.stdout: ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:48.285 INFO:teuthology.orchestra.run.trial132.stdout: ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:48.285 INFO:teuthology.orchestra.run.trial132.stdout: ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:48.285 INFO:teuthology.orchestra.run.trial132.stdout: ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:48.285 INFO:teuthology.orchestra.run.trial132.stdout: ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:48.285 INFO:teuthology.orchestra.run.trial132.stdout: ceph-mgr-modules-core-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:48.285 INFO:teuthology.orchestra.run.trial132.stdout: ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:48.285 INFO:teuthology.orchestra.run.trial132.stdout: ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:48.285 INFO:teuthology.orchestra.run.trial132.stdout: ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:48.285 INFO:teuthology.orchestra.run.trial132.stdout: ceph-prometheus-alerts-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:48.286 INFO:teuthology.orchestra.run.trial132.stdout: ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:48.286 INFO:teuthology.orchestra.run.trial132.stdout: cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:48.286 INFO:teuthology.orchestra.run.trial132.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-22T20:29:48.286 INFO:teuthology.orchestra.run.trial132.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-22T20:29:48.286 INFO:teuthology.orchestra.run.trial132.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-22T20:29:48.286 INFO:teuthology.orchestra.run.trial132.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-22T20:29:48.286 INFO:teuthology.orchestra.run.trial132.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-22T20:29:48.287 INFO:teuthology.orchestra.run.trial132.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-22T20:29:48.287 INFO:teuthology.orchestra.run.trial132.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-22T20:29:48.287 INFO:teuthology.orchestra.run.trial132.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-22T20:29:48.287 INFO:teuthology.orchestra.run.trial132.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-22T20:29:48.287 INFO:teuthology.orchestra.run.trial132.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-22T20:29:48.287 INFO:teuthology.orchestra.run.trial132.stdout: lua-5.4.4-4.el9.x86_64 2026-02-22T20:29:48.287 INFO:teuthology.orchestra.run.trial132.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-22T20:29:48.287 INFO:teuthology.orchestra.run.trial132.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-22T20:29:48.287 INFO:teuthology.orchestra.run.trial132.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-22T20:29:48.287 INFO:teuthology.orchestra.run.trial132.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-22T20:29:48.287 INFO:teuthology.orchestra.run.trial132.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-22T20:29:48.288 INFO:teuthology.orchestra.run.trial132.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-22T20:29:48.288 INFO:teuthology.orchestra.run.trial132.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-22T20:29:48.288 INFO:teuthology.orchestra.run.trial132.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-22T20:29:48.288 INFO:teuthology.orchestra.run.trial132.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-22T20:29:48.288 INFO:teuthology.orchestra.run.trial132.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-22T20:29:48.288 INFO:teuthology.orchestra.run.trial132.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-22T20:29:48.288 INFO:teuthology.orchestra.run.trial132.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-22T20:29:48.288 INFO:teuthology.orchestra.run.trial132.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-22T20:29:48.288 INFO:teuthology.orchestra.run.trial132.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-22T20:29:48.288 INFO:teuthology.orchestra.run.trial132.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-22T20:29:48.288 INFO:teuthology.orchestra.run.trial132.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-22T20:29:48.288 INFO:teuthology.orchestra.run.trial132.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-22T20:29:48.288 INFO:teuthology.orchestra.run.trial132.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-22T20:29:48.289 INFO:teuthology.orchestra.run.trial132.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-22T20:29:48.289 INFO:teuthology.orchestra.run.trial132.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-22T20:29:48.289 INFO:teuthology.orchestra.run.trial132.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-22T20:29:48.289 INFO:teuthology.orchestra.run.trial132.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-22T20:29:48.289 INFO:teuthology.orchestra.run.trial132.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-22T20:29:48.289 INFO:teuthology.orchestra.run.trial132.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-22T20:29:48.289 INFO:teuthology.orchestra.run.trial132.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-22T20:29:48.289 INFO:teuthology.orchestra.run.trial132.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-22T20:29:48.289 INFO:teuthology.orchestra.run.trial132.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-22T20:29:48.289 INFO:teuthology.orchestra.run.trial132.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-22T20:29:48.289 INFO:teuthology.orchestra.run.trial132.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-22T20:29:48.289 INFO:teuthology.orchestra.run.trial132.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-22T20:29:48.290 INFO:teuthology.orchestra.run.trial132.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-22T20:29:48.290 INFO:teuthology.orchestra.run.trial132.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-22T20:29:48.290 INFO:teuthology.orchestra.run.trial132.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-22T20:29:48.290 INFO:teuthology.orchestra.run.trial132.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-22T20:29:48.290 INFO:teuthology.orchestra.run.trial132.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-22T20:29:48.290 INFO:teuthology.orchestra.run.trial132.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-22T20:29:48.290 INFO:teuthology.orchestra.run.trial132.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-22T20:29:48.290 INFO:teuthology.orchestra.run.trial132.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-22T20:29:48.290 INFO:teuthology.orchestra.run.trial132.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-22T20:29:48.290 INFO:teuthology.orchestra.run.trial132.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-22T20:29:48.290 INFO:teuthology.orchestra.run.trial132.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-22T20:29:48.290 INFO:teuthology.orchestra.run.trial132.stdout: python3-ply-3.11-14.el9.noarch 2026-02-22T20:29:48.290 INFO:teuthology.orchestra.run.trial132.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-22T20:29:48.291 INFO:teuthology.orchestra.run.trial132.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-22T20:29:48.291 INFO:teuthology.orchestra.run.trial132.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-22T20:29:48.291 INFO:teuthology.orchestra.run.trial132.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-22T20:29:48.291 INFO:teuthology.orchestra.run.trial132.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-22T20:29:48.291 INFO:teuthology.orchestra.run.trial132.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-22T20:29:48.291 INFO:teuthology.orchestra.run.trial132.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-22T20:29:48.291 INFO:teuthology.orchestra.run.trial132.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-22T20:29:48.291 INFO:teuthology.orchestra.run.trial132.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-22T20:29:48.291 INFO:teuthology.orchestra.run.trial132.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-22T20:29:48.291 INFO:teuthology.orchestra.run.trial132.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-22T20:29:48.291 INFO:teuthology.orchestra.run.trial132.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-22T20:29:48.291 INFO:teuthology.orchestra.run.trial132.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-22T20:29:48.292 INFO:teuthology.orchestra.run.trial132.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-22T20:29:48.292 INFO:teuthology.orchestra.run.trial132.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-22T20:29:48.292 INFO:teuthology.orchestra.run.trial132.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-22T20:29:48.292 INFO:teuthology.orchestra.run.trial132.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-22T20:29:48.292 INFO:teuthology.orchestra.run.trial132.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-22T20:29:48.292 INFO:teuthology.orchestra.run.trial132.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-22T20:29:48.292 INFO:teuthology.orchestra.run.trial132.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-22T20:29:48.292 INFO:teuthology.orchestra.run.trial132.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-22T20:29:48.292 INFO:teuthology.orchestra.run.trial132.stdout: unzip-6.0-59.el9.x86_64 2026-02-22T20:29:48.292 INFO:teuthology.orchestra.run.trial132.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-22T20:29:48.292 INFO:teuthology.orchestra.run.trial132.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-22T20:29:48.292 INFO:teuthology.orchestra.run.trial132.stdout: zip-3.0-35.el9.x86_64 2026-02-22T20:29:48.293 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:48.293 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:48.297 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install librados2 2026-02-22T20:29:48.340 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install ceph-base 2026-02-22T20:29:48.605 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:41 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:48.654 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:39 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:48.669 INFO:teuthology.orchestra.run.trial053.stdout:Package librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:48.687 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:48.688 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-22T20:29:48.688 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:48.710 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install librbd1 2026-02-22T20:29:48.718 INFO:teuthology.orchestra.run.trial132.stdout:Package ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:48.736 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:48.737 INFO:teuthology.orchestra.run.trial132.stdout:Nothing to do. 2026-02-22T20:29:48.737 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:48.758 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install cephadm 2026-02-22T20:29:49.022 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:42 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:49.060 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:40 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:49.087 INFO:teuthology.orchestra.run.trial053.stdout:Package librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:49.105 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:49.106 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-22T20:29:49.106 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:49.126 INFO:teuthology.orchestra.run.trial132.stdout:Package cephadm-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T20:29:49.129 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install python3-rados 2026-02-22T20:29:49.136 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 85/94 2026-02-22T20:29:49.141 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noar 86/94 2026-02-22T20:29:49.145 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:49.145 INFO:teuthology.orchestra.run.trial132.stdout:Nothing to do. 2026-02-22T20:29:49.146 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:49.164 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install ceph-immutable-object-cache 2026-02-22T20:29:49.440 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:42 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:49.475 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:40 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:49.508 INFO:teuthology.orchestra.run.trial053.stdout:Package python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:49.526 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:49.526 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-22T20:29:49.526 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:49.548 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install python3-rgw 2026-02-22T20:29:49.558 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:49.559 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:49.559 INFO:teuthology.orchestra.run.trial132.stdout: Package Arch Version Repo Size 2026-02-22T20:29:49.559 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:49.560 INFO:teuthology.orchestra.run.trial132.stdout:Installing: 2026-02-22T20:29:49.560 INFO:teuthology.orchestra.run.trial132.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 154 k 2026-02-22T20:29:49.560 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:49.560 INFO:teuthology.orchestra.run.trial132.stdout:Transaction Summary 2026-02-22T20:29:49.560 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:49.560 INFO:teuthology.orchestra.run.trial132.stdout:Install 1 Package 2026-02-22T20:29:49.560 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:49.560 INFO:teuthology.orchestra.run.trial132.stdout:Total download size: 154 k 2026-02-22T20:29:49.560 INFO:teuthology.orchestra.run.trial132.stdout:Installed size: 447 k 2026-02-22T20:29:49.560 INFO:teuthology.orchestra.run.trial132.stdout:Downloading Packages: 2026-02-22T20:29:49.597 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noar 86/94 2026-02-22T20:29:49.598 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c308 87/94 2026-02-22T20:29:49.612 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c308 87/94 2026-02-22T20:29:49.612 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noar 88/94 2026-02-22T20:29:49.646 INFO:teuthology.orchestra.run.trial132.stdout:ceph-immutable-object-cache-20.2.0-794.ga5c3084 1.7 MB/s | 154 kB 00:00 2026-02-22T20:29:49.647 INFO:teuthology.orchestra.run.trial132.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:49.647 INFO:teuthology.orchestra.run.trial132.stdout:Total 1.7 MB/s | 154 kB 00:00 2026-02-22T20:29:49.647 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction check 2026-02-22T20:29:49.651 INFO:teuthology.orchestra.run.trial132.stdout:Transaction check succeeded. 2026-02-22T20:29:49.651 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction test 2026-02-22T20:29:49.675 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noar 88/94 2026-02-22T20:29:49.682 INFO:teuthology.orchestra.run.trial132.stdout:Transaction test succeeded. 2026-02-22T20:29:49.682 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction 2026-02-22T20:29:49.718 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-794.ga5c3084f.el9.n 89/94 2026-02-22T20:29:49.720 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 90/94 2026-02-22T20:29:49.739 INFO:teuthology.orchestra.run.trial132.stdout: Preparing : 1/1 2026-02-22T20:29:49.740 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.e 1/1 2026-02-22T20:29:49.742 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 90/94 2026-02-22T20:29:49.742 INFO:teuthology.orchestra.run.trial009.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:49.743 INFO:teuthology.orchestra.run.trial009.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-22T20:29:49.743 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-22T20:29:49.743 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-22T20:29:49.743 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:49.754 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 91/94 2026-02-22T20:29:49.763 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.e 1/1 2026-02-22T20:29:49.763 INFO:teuthology.orchestra.run.trial132.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:49.763 INFO:teuthology.orchestra.run.trial132.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-22T20:29:49.763 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:49.861 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:42 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:49.926 INFO:teuthology.orchestra.run.trial053.stdout:Package python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:49.945 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:49.945 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-22T20:29:49.945 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:49.966 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install python3-cephfs 2026-02-22T20:29:49.983 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 91/94 2026-02-22T20:29:49.984 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 92/94 2026-02-22T20:29:50.006 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 92/94 2026-02-22T20:29:50.006 INFO:teuthology.orchestra.run.trial009.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:50.006 INFO:teuthology.orchestra.run.trial009.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-22T20:29:50.006 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-22T20:29:50.006 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-22T20:29:50.006 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:50.046 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.e 1/1 2026-02-22T20:29:50.046 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:50.046 INFO:teuthology.orchestra.run.trial132.stdout:Installed: 2026-02-22T20:29:50.046 INFO:teuthology.orchestra.run.trial132.stdout: ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:50.046 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:50.046 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:50.076 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install ceph-mgr 2026-02-22T20:29:50.104 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 93/94 2026-02-22T20:29:50.125 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 93/94 2026-02-22T20:29:50.125 INFO:teuthology.orchestra.run.trial009.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:50.125 INFO:teuthology.orchestra.run.trial009.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-22T20:29:50.125 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-22T20:29:50.125 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-22T20:29:50.125 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:50.143 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 94/94 2026-02-22T20:29:50.274 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:43 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:50.339 INFO:teuthology.orchestra.run.trial053.stdout:Package python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:50.357 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:50.358 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-22T20:29:50.358 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:50.379 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install python3-rbd 2026-02-22T20:29:50.385 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:41 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:50.449 INFO:teuthology.orchestra.run.trial132.stdout:Package ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:50.468 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:50.468 INFO:teuthology.orchestra.run.trial132.stdout:Nothing to do. 2026-02-22T20:29:50.468 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:50.488 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install ceph-mgr-dashboard 2026-02-22T20:29:50.687 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:43 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:50.752 INFO:teuthology.orchestra.run.trial053.stdout:Package python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:50.770 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:50.771 INFO:teuthology.orchestra.run.trial053.stdout:Nothing to do. 2026-02-22T20:29:50.771 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:50.793 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install rbd-fuse 2026-02-22T20:29:50.799 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:41 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:50.845 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 94/94 2026-02-22T20:29:50.845 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 1/94 2026-02-22T20:29:50.845 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 2/94 2026-02-22T20:29:50.845 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 3/94 2026-02-22T20:29:50.845 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 4/94 2026-02-22T20:29:50.845 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 5/94 2026-02-22T20:29:50.845 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-794.ga5c3084f.el9 6/94 2026-02-22T20:29:50.845 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 7/94 2026-02-22T20:29:50.845 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noar 8/94 2026-02-22T20:29:50.845 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c308 9/94 2026-02-22T20:29:50.845 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noar 10/94 2026-02-22T20:29:50.845 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-794.ga5c3084f.el9.n 11/94 2026-02-22T20:29:50.845 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 12/94 2026-02-22T20:29:50.845 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-794.ga5c3084f.el9. 13/94 2026-02-22T20:29:50.845 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 14/94 2026-02-22T20:29:50.845 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 15/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 16/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 25/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 26/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : unzip-6.0-59.el9.x86_64 27/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : zip-3.0-35.el9.x86_64 28/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 29/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 30/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 31/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 32/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : lua-5.4.4-4.el9.x86_64 33/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 34/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 35/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 37/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 38/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 39/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 40/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 41/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 42/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 43/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 44/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 45/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 46/94 2026-02-22T20:29:50.846 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 47/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 48/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 49/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 50/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 51/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 52/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 53/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 54/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 55/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 56/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 57/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 58/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 59/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 60/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 61/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 62/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 63/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 64/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 65/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 66/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 67/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 68/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 69/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 70/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 71/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 72/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 73/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 74/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 75/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 76/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 77/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 78/94 2026-02-22T20:29:50.847 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 79/94 2026-02-22T20:29:50.848 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 80/94 2026-02-22T20:29:50.848 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 81/94 2026-02-22T20:29:50.848 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 82/94 2026-02-22T20:29:50.848 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 83/94 2026-02-22T20:29:50.848 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 84/94 2026-02-22T20:29:50.848 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/94 2026-02-22T20:29:50.848 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 86/94 2026-02-22T20:29:50.848 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 87/94 2026-02-22T20:29:50.848 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 88/94 2026-02-22T20:29:50.848 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 89/94 2026-02-22T20:29:50.848 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 90/94 2026-02-22T20:29:50.848 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 91/94 2026-02-22T20:29:50.848 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 92/94 2026-02-22T20:29:50.848 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 93/94 2026-02-22T20:29:50.866 INFO:teuthology.orchestra.run.trial132.stdout:Package ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T20:29:50.884 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:50.884 INFO:teuthology.orchestra.run.trial132.stdout:Nothing to do. 2026-02-22T20:29:50.884 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:50.906 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 94/94 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: ceph-grafana-dashboards-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-modules-core-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: ceph-prometheus-alerts-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-22T20:29:50.914 INFO:teuthology.orchestra.run.trial009.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: lua-5.4.4-4.el9.x86_64 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-22T20:29:50.915 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-ply-3.11-14.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-22T20:29:50.916 INFO:teuthology.orchestra.run.trial009.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-22T20:29:50.917 INFO:teuthology.orchestra.run.trial009.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-22T20:29:50.917 INFO:teuthology.orchestra.run.trial009.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-22T20:29:50.917 INFO:teuthology.orchestra.run.trial009.stdout: unzip-6.0-59.el9.x86_64 2026-02-22T20:29:50.917 INFO:teuthology.orchestra.run.trial009.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-22T20:29:50.917 INFO:teuthology.orchestra.run.trial009.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-22T20:29:50.917 INFO:teuthology.orchestra.run.trial009.stdout: zip-3.0-35.el9.x86_64 2026-02-22T20:29:50.917 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:50.917 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:29:50.970 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-base 2026-02-22T20:29:51.110 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:44 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:51.193 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:51.194 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:51.194 INFO:teuthology.orchestra.run.trial053.stdout: Package Architecture Version Repository Size 2026-02-22T20:29:51.194 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:51.194 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-22T20:29:51.194 INFO:teuthology.orchestra.run.trial053.stdout: rbd-fuse x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 91 k 2026-02-22T20:29:51.194 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:51.194 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-22T20:29:51.194 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:51.194 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-22T20:29:51.194 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:51.194 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 91 k 2026-02-22T20:29:51.194 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 238 k 2026-02-22T20:29:51.194 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-22T20:29:51.218 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:42 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:51.269 INFO:teuthology.orchestra.run.trial053.stdout:rbd-fuse-20.2.0-794.ga5c3084f.el9.x86_64.rpm 1.2 MB/s | 91 kB 00:00 2026-02-22T20:29:51.270 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:51.270 INFO:teuthology.orchestra.run.trial053.stdout:Total 1.2 MB/s | 91 kB 00:00 2026-02-22T20:29:51.270 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-22T20:29:51.273 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-22T20:29:51.274 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-22T20:29:51.283 INFO:teuthology.orchestra.run.trial132.stdout:Package ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T20:29:51.290 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:47 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:29:51.301 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:51.301 INFO:teuthology.orchestra.run.trial132.stdout:Nothing to do. 2026-02-22T20:29:51.302 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:51.305 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-22T20:29:51.305 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-22T20:29:51.323 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install ceph-mgr-rook 2026-02-22T20:29:51.355 INFO:teuthology.orchestra.run.trial009.stdout:Package ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:51.357 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-22T20:29:51.373 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:29:51.374 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-22T20:29:51.375 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:29:51.375 INFO:teuthology.orchestra.run.trial053.stdout: Installing : rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:51.397 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install cephadm 2026-02-22T20:29:51.458 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:51.518 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:51.519 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:51.519 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-22T20:29:51.519 INFO:teuthology.orchestra.run.trial053.stdout: rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:51.519 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:51.519 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:51.549 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install rbd-mirror 2026-02-22T20:29:51.633 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:42 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:51.698 INFO:teuthology.orchestra.run.trial132.stdout:Package ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T20:29:51.709 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:47 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:29:51.716 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:51.716 INFO:teuthology.orchestra.run.trial132.stdout:Nothing to do. 2026-02-22T20:29:51.716 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:51.737 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install ceph-mgr-cephadm 2026-02-22T20:29:51.773 INFO:teuthology.orchestra.run.trial009.stdout:Package cephadm-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T20:29:51.793 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:29:51.793 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-22T20:29:51.793 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:29:51.814 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-immutable-object-cache 2026-02-22T20:29:51.858 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:44 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:51.941 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:51.942 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:51.942 INFO:teuthology.orchestra.run.trial053.stdout: Package Arch Version Repo Size 2026-02-22T20:29:51.942 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:51.942 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-22T20:29:51.942 INFO:teuthology.orchestra.run.trial053.stdout: rbd-mirror x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 2.9 M 2026-02-22T20:29:51.942 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:51.942 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-22T20:29:51.942 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:51.942 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-22T20:29:51.943 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:51.943 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 2.9 M 2026-02-22T20:29:51.943 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 11 M 2026-02-22T20:29:51.943 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-22T20:29:52.049 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:43 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:52.088 INFO:teuthology.orchestra.run.trial053.stdout:rbd-mirror-20.2.0-794.ga5c3084f.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-22T20:29:52.089 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:52.089 INFO:teuthology.orchestra.run.trial053.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-22T20:29:52.089 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-22T20:29:52.094 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-22T20:29:52.094 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-22T20:29:52.113 INFO:teuthology.orchestra.run.trial132.stdout:Package ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T20:29:52.125 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:48 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:29:52.132 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:52.133 INFO:teuthology.orchestra.run.trial132.stdout:Nothing to do. 2026-02-22T20:29:52.133 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:52.135 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-22T20:29:52.135 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-22T20:29:52.154 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install ceph-fuse 2026-02-22T20:29:52.208 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:29:52.209 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:29:52.209 INFO:teuthology.orchestra.run.trial009.stdout: Package Arch Version Repo Size 2026-02-22T20:29:52.209 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:29:52.209 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-22T20:29:52.209 INFO:teuthology.orchestra.run.trial009.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 154 k 2026-02-22T20:29:52.209 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:52.209 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-22T20:29:52.209 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:29:52.209 INFO:teuthology.orchestra.run.trial009.stdout:Install 1 Package 2026-02-22T20:29:52.209 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:52.209 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 154 k 2026-02-22T20:29:52.209 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 447 k 2026-02-22T20:29:52.209 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-22T20:29:52.295 INFO:teuthology.orchestra.run.trial009.stdout:ceph-immutable-object-cache-20.2.0-794.ga5c3084 1.8 MB/s | 154 kB 00:00 2026-02-22T20:29:52.296 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:52.296 INFO:teuthology.orchestra.run.trial009.stdout:Total 1.7 MB/s | 154 kB 00:00 2026-02-22T20:29:52.296 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-22T20:29:52.300 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-22T20:29:52.300 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-22T20:29:52.316 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-22T20:29:52.318 INFO:teuthology.orchestra.run.trial053.stdout: Installing : rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:52.332 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-22T20:29:52.332 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-22T20:29:52.340 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:52.340 INFO:teuthology.orchestra.run.trial053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:52.340 INFO:teuthology.orchestra.run.trial053.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-22T20:29:52.341 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-22T20:29:52.341 INFO:teuthology.orchestra.run.trial053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-22T20:29:52.341 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:52.388 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-22T20:29:52.389 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.e 1/1 2026-02-22T20:29:52.412 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.e 1/1 2026-02-22T20:29:52.412 INFO:teuthology.orchestra.run.trial009.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:52.412 INFO:teuthology.orchestra.run.trial009.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-22T20:29:52.412 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:52.468 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:43 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:52.553 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:52.553 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:52.553 INFO:teuthology.orchestra.run.trial132.stdout: Package Architecture Version Repository Size 2026-02-22T20:29:52.553 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:52.554 INFO:teuthology.orchestra.run.trial132.stdout:Installing: 2026-02-22T20:29:52.554 INFO:teuthology.orchestra.run.trial132.stdout: ceph-fuse x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 941 k 2026-02-22T20:29:52.554 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:52.554 INFO:teuthology.orchestra.run.trial132.stdout:Transaction Summary 2026-02-22T20:29:52.554 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:52.554 INFO:teuthology.orchestra.run.trial132.stdout:Install 1 Package 2026-02-22T20:29:52.554 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:52.554 INFO:teuthology.orchestra.run.trial132.stdout:Total download size: 941 k 2026-02-22T20:29:52.554 INFO:teuthology.orchestra.run.trial132.stdout:Installed size: 2.7 M 2026-02-22T20:29:52.554 INFO:teuthology.orchestra.run.trial132.stdout:Downloading Packages: 2026-02-22T20:29:52.642 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:52.642 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:52.642 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-22T20:29:52.642 INFO:teuthology.orchestra.run.trial053.stdout: rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:52.642 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:52.642 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:52.672 DEBUG:teuthology.orchestra.run.trial053:> sudo yum -y install rbd-nbd 2026-02-22T20:29:52.674 INFO:teuthology.orchestra.run.trial132.stdout:ceph-fuse-20.2.0-794.ga5c3084f.el9.x86_64.rpm 7.7 MB/s | 941 kB 00:00 2026-02-22T20:29:52.675 INFO:teuthology.orchestra.run.trial132.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:52.676 INFO:teuthology.orchestra.run.trial132.stdout:Total 7.6 MB/s | 941 kB 00:00 2026-02-22T20:29:52.676 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction check 2026-02-22T20:29:52.679 INFO:teuthology.orchestra.run.trial132.stdout:Transaction check succeeded. 2026-02-22T20:29:52.679 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction test 2026-02-22T20:29:52.713 INFO:teuthology.orchestra.run.trial132.stdout:Transaction test succeeded. 2026-02-22T20:29:52.714 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction 2026-02-22T20:29:52.726 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.e 1/1 2026-02-22T20:29:52.727 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:52.727 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-22T20:29:52.727 INFO:teuthology.orchestra.run.trial009.stdout: ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:52.727 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:52.727 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:29:52.754 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-mgr 2026-02-22T20:29:52.803 INFO:teuthology.orchestra.run.trial132.stdout: Preparing : 1/1 2026-02-22T20:29:52.821 INFO:teuthology.orchestra.run.trial132.stdout: Installing : ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:52.987 INFO:teuthology.orchestra.run.trial053.stdout:Last metadata expiration check: 0:00:45 ago on Sun 22 Feb 2026 08:29:07 PM UTC. 2026-02-22T20:29:53.037 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:53.064 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:49 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:29:53.071 INFO:teuthology.orchestra.run.trial053.stdout:Dependencies resolved. 2026-02-22T20:29:53.071 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:53.071 INFO:teuthology.orchestra.run.trial053.stdout: Package Architecture Version Repository Size 2026-02-22T20:29:53.072 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:53.072 INFO:teuthology.orchestra.run.trial053.stdout:Installing: 2026-02-22T20:29:53.072 INFO:teuthology.orchestra.run.trial053.stdout: rbd-nbd x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 180 k 2026-02-22T20:29:53.072 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:53.072 INFO:teuthology.orchestra.run.trial053.stdout:Transaction Summary 2026-02-22T20:29:53.072 INFO:teuthology.orchestra.run.trial053.stdout:================================================================================ 2026-02-22T20:29:53.072 INFO:teuthology.orchestra.run.trial053.stdout:Install 1 Package 2026-02-22T20:29:53.072 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:53.072 INFO:teuthology.orchestra.run.trial053.stdout:Total download size: 180 k 2026-02-22T20:29:53.072 INFO:teuthology.orchestra.run.trial053.stdout:Installed size: 498 k 2026-02-22T20:29:53.072 INFO:teuthology.orchestra.run.trial053.stdout:Downloading Packages: 2026-02-22T20:29:53.095 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:53.095 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:53.096 INFO:teuthology.orchestra.run.trial132.stdout:Installed: 2026-02-22T20:29:53.096 INFO:teuthology.orchestra.run.trial132.stdout: ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:53.096 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:53.096 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:53.125 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install ceph-volume 2026-02-22T20:29:53.129 INFO:teuthology.orchestra.run.trial009.stdout:Package ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:53.147 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:29:53.148 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-22T20:29:53.148 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:29:53.159 INFO:teuthology.orchestra.run.trial053.stdout:rbd-nbd-20.2.0-794.ga5c3084f.el9.x86_64.rpm 2.0 MB/s | 180 kB 00:00 2026-02-22T20:29:53.160 INFO:teuthology.orchestra.run.trial053.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:53.160 INFO:teuthology.orchestra.run.trial053.stdout:Total 2.0 MB/s | 180 kB 00:00 2026-02-22T20:29:53.160 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction check 2026-02-22T20:29:53.165 INFO:teuthology.orchestra.run.trial053.stdout:Transaction check succeeded. 2026-02-22T20:29:53.165 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction test 2026-02-22T20:29:53.169 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-mgr-dashboard 2026-02-22T20:29:53.197 INFO:teuthology.orchestra.run.trial053.stdout:Transaction test succeeded. 2026-02-22T20:29:53.197 INFO:teuthology.orchestra.run.trial053.stdout:Running transaction 2026-02-22T20:29:53.254 INFO:teuthology.orchestra.run.trial053.stdout: Preparing : 1/1 2026-02-22T20:29:53.271 INFO:teuthology.orchestra.run.trial053.stdout: Installing : rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:53.356 INFO:teuthology.orchestra.run.trial053.stdout: Running scriptlet: rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:53.416 INFO:teuthology.orchestra.run.trial053.stdout: Verifying : rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:53.416 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:53.417 INFO:teuthology.orchestra.run.trial053.stdout:Installed: 2026-02-22T20:29:53.417 INFO:teuthology.orchestra.run.trial053.stdout: rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:53.417 INFO:teuthology.orchestra.run.trial053.stdout: 2026-02-22T20:29:53.417 INFO:teuthology.orchestra.run.trial053.stdout:Complete! 2026-02-22T20:29:53.441 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:44 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:53.448 DEBUG:teuthology.parallel:result is None 2026-02-22T20:29:53.480 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:49 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:29:53.505 INFO:teuthology.orchestra.run.trial132.stdout:Package ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T20:29:53.524 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:53.524 INFO:teuthology.orchestra.run.trial132.stdout:Nothing to do. 2026-02-22T20:29:53.524 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:53.545 INFO:teuthology.orchestra.run.trial009.stdout:Package ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T20:29:53.547 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install librados-devel 2026-02-22T20:29:53.563 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:29:53.564 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-22T20:29:53.564 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:29:53.586 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-22T20:29:53.861 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:44 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:53.897 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:49 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:29:53.946 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:53.946 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:53.946 INFO:teuthology.orchestra.run.trial132.stdout: Package Arch Version Repo Size 2026-02-22T20:29:53.946 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:53.946 INFO:teuthology.orchestra.run.trial132.stdout:Installing: 2026-02-22T20:29:53.946 INFO:teuthology.orchestra.run.trial132.stdout: librados-devel x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 126 k 2026-02-22T20:29:53.946 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:53.946 INFO:teuthology.orchestra.run.trial132.stdout:Transaction Summary 2026-02-22T20:29:53.946 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:53.947 INFO:teuthology.orchestra.run.trial132.stdout:Install 1 Package 2026-02-22T20:29:53.947 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:53.947 INFO:teuthology.orchestra.run.trial132.stdout:Total download size: 126 k 2026-02-22T20:29:53.947 INFO:teuthology.orchestra.run.trial132.stdout:Installed size: 449 k 2026-02-22T20:29:53.947 INFO:teuthology.orchestra.run.trial132.stdout:Downloading Packages: 2026-02-22T20:29:53.960 INFO:teuthology.orchestra.run.trial009.stdout:Package ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T20:29:53.979 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:29:53.979 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-22T20:29:53.979 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:29:54.000 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-mgr-rook 2026-02-22T20:29:54.167 INFO:teuthology.orchestra.run.trial132.stdout:librados-devel-20.2.0-794.ga5c3084f.el9.x86_64. 574 kB/s | 126 kB 00:00 2026-02-22T20:29:54.167 INFO:teuthology.orchestra.run.trial132.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:54.168 INFO:teuthology.orchestra.run.trial132.stdout:Total 570 kB/s | 126 kB 00:00 2026-02-22T20:29:54.168 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction check 2026-02-22T20:29:54.172 INFO:teuthology.orchestra.run.trial132.stdout:Transaction check succeeded. 2026-02-22T20:29:54.172 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction test 2026-02-22T20:29:54.205 INFO:teuthology.orchestra.run.trial132.stdout:Transaction test succeeded. 2026-02-22T20:29:54.205 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction 2026-02-22T20:29:54.261 INFO:teuthology.orchestra.run.trial132.stdout: Preparing : 1/1 2026-02-22T20:29:54.279 INFO:teuthology.orchestra.run.trial132.stdout: Installing : librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:54.313 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:50 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:29:54.360 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:54.378 INFO:teuthology.orchestra.run.trial009.stdout:Package ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T20:29:54.397 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:29:54.398 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-22T20:29:54.398 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:29:54.419 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-mgr-cephadm 2026-02-22T20:29:54.421 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:54.421 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:54.421 INFO:teuthology.orchestra.run.trial132.stdout:Installed: 2026-02-22T20:29:54.421 INFO:teuthology.orchestra.run.trial132.stdout: librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:54.421 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:54.421 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:54.449 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install libcephfs2 2026-02-22T20:29:54.732 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:50 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:29:54.760 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:45 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:54.796 INFO:teuthology.orchestra.run.trial009.stdout:Package ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T20:29:54.814 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:29:54.815 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-22T20:29:54.815 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:29:54.826 INFO:teuthology.orchestra.run.trial132.stdout:Package libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:54.837 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-fuse 2026-02-22T20:29:54.845 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:54.845 INFO:teuthology.orchestra.run.trial132.stdout:Nothing to do. 2026-02-22T20:29:54.846 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:54.867 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install libcephfs-devel 2026-02-22T20:29:55.145 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:51 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:29:55.180 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:46 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:55.228 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:29:55.229 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:29:55.229 INFO:teuthology.orchestra.run.trial009.stdout: Package Architecture Version Repository Size 2026-02-22T20:29:55.229 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:29:55.229 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-22T20:29:55.229 INFO:teuthology.orchestra.run.trial009.stdout: ceph-fuse x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 941 k 2026-02-22T20:29:55.229 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:55.229 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-22T20:29:55.229 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:29:55.230 INFO:teuthology.orchestra.run.trial009.stdout:Install 1 Package 2026-02-22T20:29:55.230 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:55.230 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 941 k 2026-02-22T20:29:55.230 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 2.7 M 2026-02-22T20:29:55.230 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-22T20:29:55.265 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:55.265 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:55.266 INFO:teuthology.orchestra.run.trial132.stdout: Package Arch Version Repo Size 2026-02-22T20:29:55.266 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:55.266 INFO:teuthology.orchestra.run.trial132.stdout:Installing: 2026-02-22T20:29:55.266 INFO:teuthology.orchestra.run.trial132.stdout: libcephfs-devel x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 34 k 2026-02-22T20:29:55.266 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:55.266 INFO:teuthology.orchestra.run.trial132.stdout:Transaction Summary 2026-02-22T20:29:55.266 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:55.266 INFO:teuthology.orchestra.run.trial132.stdout:Install 1 Package 2026-02-22T20:29:55.266 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:55.266 INFO:teuthology.orchestra.run.trial132.stdout:Total download size: 34 k 2026-02-22T20:29:55.266 INFO:teuthology.orchestra.run.trial132.stdout:Installed size: 155 k 2026-02-22T20:29:55.267 INFO:teuthology.orchestra.run.trial132.stdout:Downloading Packages: 2026-02-22T20:29:55.562 INFO:teuthology.orchestra.run.trial132.stdout:libcephfs-devel-20.2.0-794.ga5c3084f.el9.x86_64 116 kB/s | 34 kB 00:00 2026-02-22T20:29:55.563 INFO:teuthology.orchestra.run.trial132.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:55.563 INFO:teuthology.orchestra.run.trial132.stdout:Total 116 kB/s | 34 kB 00:00 2026-02-22T20:29:55.563 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction check 2026-02-22T20:29:55.565 INFO:teuthology.orchestra.run.trial132.stdout:Transaction check succeeded. 2026-02-22T20:29:55.566 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction test 2026-02-22T20:29:55.568 INFO:teuthology.orchestra.run.trial132.stdout:Transaction test succeeded. 2026-02-22T20:29:55.568 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction 2026-02-22T20:29:55.589 INFO:teuthology.orchestra.run.trial132.stdout: Preparing : 1/1 2026-02-22T20:29:55.605 INFO:teuthology.orchestra.run.trial132.stdout: Installing : libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:55.662 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:55.720 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:55.720 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:55.720 INFO:teuthology.orchestra.run.trial132.stdout:Installed: 2026-02-22T20:29:55.720 INFO:teuthology.orchestra.run.trial132.stdout: libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:55.721 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:55.721 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:55.748 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install librados2 2026-02-22T20:29:55.934 INFO:teuthology.orchestra.run.trial009.stdout:ceph-fuse-20.2.0-794.ga5c3084f.el9.x86_64.rpm 1.3 MB/s | 941 kB 00:00 2026-02-22T20:29:55.935 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:55.935 INFO:teuthology.orchestra.run.trial009.stdout:Total 1.3 MB/s | 941 kB 00:00 2026-02-22T20:29:55.935 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-22T20:29:55.940 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-22T20:29:55.940 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-22T20:29:55.974 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-22T20:29:55.974 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-22T20:29:56.065 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:47 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:56.066 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-22T20:29:56.082 INFO:teuthology.orchestra.run.trial009.stdout: Installing : ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:56.129 INFO:teuthology.orchestra.run.trial132.stdout:Package librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:56.147 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:56.148 INFO:teuthology.orchestra.run.trial132.stdout:Nothing to do. 2026-02-22T20:29:56.148 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:56.170 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install librbd1 2026-02-22T20:29:56.319 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:56.377 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:56.377 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:56.377 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-22T20:29:56.377 INFO:teuthology.orchestra.run.trial009.stdout: ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:56.377 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:56.378 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:29:56.403 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install ceph-volume 2026-02-22T20:29:56.482 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:47 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:56.548 INFO:teuthology.orchestra.run.trial132.stdout:Package librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:56.567 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:56.567 INFO:teuthology.orchestra.run.trial132.stdout:Nothing to do. 2026-02-22T20:29:56.567 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:56.589 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install python3-rados 2026-02-22T20:29:56.721 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:52 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:29:56.787 INFO:teuthology.orchestra.run.trial009.stdout:Package ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T20:29:56.805 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:29:56.805 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-22T20:29:56.805 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:29:56.827 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install librados-devel 2026-02-22T20:29:56.899 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:47 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:56.965 INFO:teuthology.orchestra.run.trial132.stdout:Package python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:56.983 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:56.984 INFO:teuthology.orchestra.run.trial132.stdout:Nothing to do. 2026-02-22T20:29:56.984 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:57.005 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install python3-rgw 2026-02-22T20:29:57.134 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:53 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:29:57.218 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:29:57.218 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:29:57.218 INFO:teuthology.orchestra.run.trial009.stdout: Package Arch Version Repo Size 2026-02-22T20:29:57.218 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:29:57.218 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-22T20:29:57.219 INFO:teuthology.orchestra.run.trial009.stdout: librados-devel x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 126 k 2026-02-22T20:29:57.219 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:57.219 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-22T20:29:57.219 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:29:57.219 INFO:teuthology.orchestra.run.trial009.stdout:Install 1 Package 2026-02-22T20:29:57.219 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:57.219 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 126 k 2026-02-22T20:29:57.219 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 449 k 2026-02-22T20:29:57.219 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-22T20:29:57.305 INFO:teuthology.orchestra.run.trial009.stdout:librados-devel-20.2.0-794.ga5c3084f.el9.x86_64. 1.4 MB/s | 126 kB 00:00 2026-02-22T20:29:57.306 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:57.306 INFO:teuthology.orchestra.run.trial009.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-22T20:29:57.306 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-22T20:29:57.308 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-22T20:29:57.309 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-22T20:29:57.315 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:48 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:57.340 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-22T20:29:57.340 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-22T20:29:57.382 INFO:teuthology.orchestra.run.trial132.stdout:Package python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:57.395 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-22T20:29:57.400 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:57.400 INFO:teuthology.orchestra.run.trial132.stdout:Nothing to do. 2026-02-22T20:29:57.400 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:57.411 INFO:teuthology.orchestra.run.trial009.stdout: Installing : librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:57.422 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install python3-cephfs 2026-02-22T20:29:57.491 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:57.549 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:57.549 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:57.549 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-22T20:29:57.549 INFO:teuthology.orchestra.run.trial009.stdout: librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:57.549 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:57.549 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:29:57.576 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install libcephfs2 2026-02-22T20:29:57.735 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:48 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:57.800 INFO:teuthology.orchestra.run.trial132.stdout:Package python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:57.818 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:57.818 INFO:teuthology.orchestra.run.trial132.stdout:Nothing to do. 2026-02-22T20:29:57.818 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:57.841 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install python3-rbd 2026-02-22T20:29:57.888 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:53 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:29:57.954 INFO:teuthology.orchestra.run.trial009.stdout:Package libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:57.972 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:29:57.973 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-22T20:29:57.973 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:29:57.993 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install libcephfs-devel 2026-02-22T20:29:58.152 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:49 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:58.219 INFO:teuthology.orchestra.run.trial132.stdout:Package python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:58.237 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:58.237 INFO:teuthology.orchestra.run.trial132.stdout:Nothing to do. 2026-02-22T20:29:58.237 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:58.259 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install rbd-fuse 2026-02-22T20:29:58.303 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:54 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:29:58.387 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:29:58.387 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:29:58.388 INFO:teuthology.orchestra.run.trial009.stdout: Package Arch Version Repo Size 2026-02-22T20:29:58.388 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:29:58.388 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-22T20:29:58.388 INFO:teuthology.orchestra.run.trial009.stdout: libcephfs-devel x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 34 k 2026-02-22T20:29:58.388 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:58.388 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-22T20:29:58.388 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:29:58.388 INFO:teuthology.orchestra.run.trial009.stdout:Install 1 Package 2026-02-22T20:29:58.388 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:58.389 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 34 k 2026-02-22T20:29:58.389 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 155 k 2026-02-22T20:29:58.389 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-22T20:29:58.453 INFO:teuthology.orchestra.run.trial009.stdout:libcephfs-devel-20.2.0-794.ga5c3084f.el9.x86_64 531 kB/s | 34 kB 00:00 2026-02-22T20:29:58.453 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:58.453 INFO:teuthology.orchestra.run.trial009.stdout:Total 525 kB/s | 34 kB 00:00 2026-02-22T20:29:58.453 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-22T20:29:58.454 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-22T20:29:58.454 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-22T20:29:58.457 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-22T20:29:58.457 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-22T20:29:58.477 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-22T20:29:58.493 INFO:teuthology.orchestra.run.trial009.stdout: Installing : libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:58.550 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:58.571 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:49 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:58.608 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:58.608 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:58.608 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-22T20:29:58.608 INFO:teuthology.orchestra.run.trial009.stdout: libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:58.608 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:29:58.608 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:29:58.636 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install librados2 2026-02-22T20:29:58.654 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:58.655 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:58.655 INFO:teuthology.orchestra.run.trial132.stdout: Package Architecture Version Repository Size 2026-02-22T20:29:58.655 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:58.655 INFO:teuthology.orchestra.run.trial132.stdout:Installing: 2026-02-22T20:29:58.655 INFO:teuthology.orchestra.run.trial132.stdout: rbd-fuse x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 91 k 2026-02-22T20:29:58.655 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:58.655 INFO:teuthology.orchestra.run.trial132.stdout:Transaction Summary 2026-02-22T20:29:58.655 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:58.655 INFO:teuthology.orchestra.run.trial132.stdout:Install 1 Package 2026-02-22T20:29:58.655 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:58.655 INFO:teuthology.orchestra.run.trial132.stdout:Total download size: 91 k 2026-02-22T20:29:58.655 INFO:teuthology.orchestra.run.trial132.stdout:Installed size: 238 k 2026-02-22T20:29:58.655 INFO:teuthology.orchestra.run.trial132.stdout:Downloading Packages: 2026-02-22T20:29:58.740 INFO:teuthology.orchestra.run.trial132.stdout:rbd-fuse-20.2.0-794.ga5c3084f.el9.x86_64.rpm 1.1 MB/s | 91 kB 00:00 2026-02-22T20:29:58.740 INFO:teuthology.orchestra.run.trial132.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:58.741 INFO:teuthology.orchestra.run.trial132.stdout:Total 1.0 MB/s | 91 kB 00:00 2026-02-22T20:29:58.741 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction check 2026-02-22T20:29:58.745 INFO:teuthology.orchestra.run.trial132.stdout:Transaction check succeeded. 2026-02-22T20:29:58.745 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction test 2026-02-22T20:29:58.776 INFO:teuthology.orchestra.run.trial132.stdout:Transaction test succeeded. 2026-02-22T20:29:58.776 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction 2026-02-22T20:29:58.828 INFO:teuthology.orchestra.run.trial132.stdout: Preparing : 1/1 2026-02-22T20:29:58.845 INFO:teuthology.orchestra.run.trial132.stdout: Installing : rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:58.924 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:58.948 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:54 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:29:58.984 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:58.984 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:58.984 INFO:teuthology.orchestra.run.trial132.stdout:Installed: 2026-02-22T20:29:58.984 INFO:teuthology.orchestra.run.trial132.stdout: rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:29:58.984 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:58.984 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:29:59.012 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install rbd-mirror 2026-02-22T20:29:59.013 INFO:teuthology.orchestra.run.trial009.stdout:Package librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:59.032 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:29:59.032 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-22T20:29:59.032 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:29:59.054 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install librbd1 2026-02-22T20:29:59.321 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:50 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:29:59.366 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:55 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:29:59.405 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:29:59.405 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:59.405 INFO:teuthology.orchestra.run.trial132.stdout: Package Arch Version Repo Size 2026-02-22T20:29:59.405 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:59.405 INFO:teuthology.orchestra.run.trial132.stdout:Installing: 2026-02-22T20:29:59.405 INFO:teuthology.orchestra.run.trial132.stdout: rbd-mirror x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 2.9 M 2026-02-22T20:29:59.405 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:59.405 INFO:teuthology.orchestra.run.trial132.stdout:Transaction Summary 2026-02-22T20:29:59.405 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:29:59.405 INFO:teuthology.orchestra.run.trial132.stdout:Install 1 Package 2026-02-22T20:29:59.405 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:59.406 INFO:teuthology.orchestra.run.trial132.stdout:Total download size: 2.9 M 2026-02-22T20:29:59.406 INFO:teuthology.orchestra.run.trial132.stdout:Installed size: 11 M 2026-02-22T20:29:59.406 INFO:teuthology.orchestra.run.trial132.stdout:Downloading Packages: 2026-02-22T20:29:59.433 INFO:teuthology.orchestra.run.trial009.stdout:Package librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:59.451 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:29:59.452 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-22T20:29:59.452 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:29:59.474 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install python3-rados 2026-02-22T20:29:59.555 INFO:teuthology.orchestra.run.trial132.stdout:rbd-mirror-20.2.0-794.ga5c3084f.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-22T20:29:59.556 INFO:teuthology.orchestra.run.trial132.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:29:59.556 INFO:teuthology.orchestra.run.trial132.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-22T20:29:59.556 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction check 2026-02-22T20:29:59.561 INFO:teuthology.orchestra.run.trial132.stdout:Transaction check succeeded. 2026-02-22T20:29:59.561 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction test 2026-02-22T20:29:59.602 INFO:teuthology.orchestra.run.trial132.stdout:Transaction test succeeded. 2026-02-22T20:29:59.602 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction 2026-02-22T20:29:59.776 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:55 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:29:59.783 INFO:teuthology.orchestra.run.trial132.stdout: Preparing : 1/1 2026-02-22T20:29:59.784 INFO:teuthology.orchestra.run.trial132.stdout: Installing : rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:59.807 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:29:59.807 INFO:teuthology.orchestra.run.trial132.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:29:59.807 INFO:teuthology.orchestra.run.trial132.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-22T20:29:59.807 INFO:teuthology.orchestra.run.trial132.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-22T20:29:59.807 INFO:teuthology.orchestra.run.trial132.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-22T20:29:59.807 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:29:59.841 INFO:teuthology.orchestra.run.trial009.stdout:Package python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:29:59.859 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:29:59.860 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-22T20:29:59.860 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:29:59.880 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install python3-rgw 2026-02-22T20:30:00.097 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:30:00.097 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:30:00.097 INFO:teuthology.orchestra.run.trial132.stdout:Installed: 2026-02-22T20:30:00.098 INFO:teuthology.orchestra.run.trial132.stdout: rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:30:00.098 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:30:00.098 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:30:00.126 DEBUG:teuthology.orchestra.run.trial132:> sudo yum -y install rbd-nbd 2026-02-22T20:30:00.191 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:56 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:30:00.256 INFO:teuthology.orchestra.run.trial009.stdout:Package python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:30:00.274 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:30:00.275 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-22T20:30:00.275 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:30:00.296 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install python3-cephfs 2026-02-22T20:30:00.445 INFO:teuthology.orchestra.run.trial132.stdout:Last metadata expiration check: 0:00:51 ago on Sun 22 Feb 2026 08:29:09 PM UTC. 2026-02-22T20:30:00.528 INFO:teuthology.orchestra.run.trial132.stdout:Dependencies resolved. 2026-02-22T20:30:00.528 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:30:00.528 INFO:teuthology.orchestra.run.trial132.stdout: Package Architecture Version Repository Size 2026-02-22T20:30:00.528 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:30:00.529 INFO:teuthology.orchestra.run.trial132.stdout:Installing: 2026-02-22T20:30:00.529 INFO:teuthology.orchestra.run.trial132.stdout: rbd-nbd x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 180 k 2026-02-22T20:30:00.529 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:30:00.529 INFO:teuthology.orchestra.run.trial132.stdout:Transaction Summary 2026-02-22T20:30:00.529 INFO:teuthology.orchestra.run.trial132.stdout:================================================================================ 2026-02-22T20:30:00.529 INFO:teuthology.orchestra.run.trial132.stdout:Install 1 Package 2026-02-22T20:30:00.529 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:30:00.529 INFO:teuthology.orchestra.run.trial132.stdout:Total download size: 180 k 2026-02-22T20:30:00.529 INFO:teuthology.orchestra.run.trial132.stdout:Installed size: 498 k 2026-02-22T20:30:00.529 INFO:teuthology.orchestra.run.trial132.stdout:Downloading Packages: 2026-02-22T20:30:00.608 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:56 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:30:00.616 INFO:teuthology.orchestra.run.trial132.stdout:rbd-nbd-20.2.0-794.ga5c3084f.el9.x86_64.rpm 2.0 MB/s | 180 kB 00:00 2026-02-22T20:30:00.616 INFO:teuthology.orchestra.run.trial132.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:30:00.616 INFO:teuthology.orchestra.run.trial132.stdout:Total 2.0 MB/s | 180 kB 00:00 2026-02-22T20:30:00.617 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction check 2026-02-22T20:30:00.621 INFO:teuthology.orchestra.run.trial132.stdout:Transaction check succeeded. 2026-02-22T20:30:00.622 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction test 2026-02-22T20:30:00.654 INFO:teuthology.orchestra.run.trial132.stdout:Transaction test succeeded. 2026-02-22T20:30:00.654 INFO:teuthology.orchestra.run.trial132.stdout:Running transaction 2026-02-22T20:30:00.672 INFO:teuthology.orchestra.run.trial009.stdout:Package python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:30:00.691 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:30:00.691 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-22T20:30:00.692 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:30:00.710 INFO:teuthology.orchestra.run.trial132.stdout: Preparing : 1/1 2026-02-22T20:30:00.712 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install python3-rbd 2026-02-22T20:30:00.727 INFO:teuthology.orchestra.run.trial132.stdout: Installing : rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:30:00.807 INFO:teuthology.orchestra.run.trial132.stdout: Running scriptlet: rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:30:00.867 INFO:teuthology.orchestra.run.trial132.stdout: Verifying : rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:30:00.867 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:30:00.867 INFO:teuthology.orchestra.run.trial132.stdout:Installed: 2026-02-22T20:30:00.867 INFO:teuthology.orchestra.run.trial132.stdout: rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:30:00.867 INFO:teuthology.orchestra.run.trial132.stdout: 2026-02-22T20:30:00.867 INFO:teuthology.orchestra.run.trial132.stdout:Complete! 2026-02-22T20:30:00.903 DEBUG:teuthology.parallel:result is None 2026-02-22T20:30:01.023 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:57 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:30:01.088 INFO:teuthology.orchestra.run.trial009.stdout:Package python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T20:30:01.106 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:30:01.107 INFO:teuthology.orchestra.run.trial009.stdout:Nothing to do. 2026-02-22T20:30:01.107 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:30:01.129 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install rbd-fuse 2026-02-22T20:30:01.448 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:57 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:30:01.532 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:30:01.532 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:30:01.532 INFO:teuthology.orchestra.run.trial009.stdout: Package Architecture Version Repository Size 2026-02-22T20:30:01.533 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:30:01.533 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-22T20:30:01.533 INFO:teuthology.orchestra.run.trial009.stdout: rbd-fuse x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 91 k 2026-02-22T20:30:01.533 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:30:01.533 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-22T20:30:01.533 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:30:01.533 INFO:teuthology.orchestra.run.trial009.stdout:Install 1 Package 2026-02-22T20:30:01.533 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:30:01.533 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 91 k 2026-02-22T20:30:01.533 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 238 k 2026-02-22T20:30:01.533 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-22T20:30:01.607 INFO:teuthology.orchestra.run.trial009.stdout:rbd-fuse-20.2.0-794.ga5c3084f.el9.x86_64.rpm 1.2 MB/s | 91 kB 00:00 2026-02-22T20:30:01.607 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:30:01.607 INFO:teuthology.orchestra.run.trial009.stdout:Total 1.2 MB/s | 91 kB 00:00 2026-02-22T20:30:01.607 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-22T20:30:01.612 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-22T20:30:01.613 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-22T20:30:01.644 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-22T20:30:01.644 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-22T20:30:01.696 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-22T20:30:01.713 INFO:teuthology.orchestra.run.trial009.stdout: Installing : rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:30:01.797 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:30:01.858 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:30:01.858 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:30:01.858 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-22T20:30:01.858 INFO:teuthology.orchestra.run.trial009.stdout: rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:30:01.858 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:30:01.858 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:30:01.888 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install rbd-mirror 2026-02-22T20:30:02.199 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:58 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:30:02.283 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:30:02.284 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:30:02.284 INFO:teuthology.orchestra.run.trial009.stdout: Package Arch Version Repo Size 2026-02-22T20:30:02.284 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:30:02.284 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-22T20:30:02.284 INFO:teuthology.orchestra.run.trial009.stdout: rbd-mirror x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 2.9 M 2026-02-22T20:30:02.284 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:30:02.284 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-22T20:30:02.284 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:30:02.285 INFO:teuthology.orchestra.run.trial009.stdout:Install 1 Package 2026-02-22T20:30:02.285 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:30:02.285 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 2.9 M 2026-02-22T20:30:02.285 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 11 M 2026-02-22T20:30:02.285 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-22T20:30:02.432 INFO:teuthology.orchestra.run.trial009.stdout:rbd-mirror-20.2.0-794.ga5c3084f.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-22T20:30:02.432 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:30:02.432 INFO:teuthology.orchestra.run.trial009.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-22T20:30:02.433 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-22T20:30:02.437 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-22T20:30:02.438 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-22T20:30:02.478 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-22T20:30:02.478 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-22T20:30:02.669 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-22T20:30:02.671 INFO:teuthology.orchestra.run.trial009.stdout: Installing : rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:30:02.694 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:30:02.694 INFO:teuthology.orchestra.run.trial009.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T20:30:02.694 INFO:teuthology.orchestra.run.trial009.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-22T20:30:02.695 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-22T20:30:02.695 INFO:teuthology.orchestra.run.trial009.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-22T20:30:02.695 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:30:02.991 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:30:02.992 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:30:02.992 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-22T20:30:02.992 INFO:teuthology.orchestra.run.trial009.stdout: rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:30:02.992 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:30:02.992 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:30:03.020 DEBUG:teuthology.orchestra.run.trial009:> sudo yum -y install rbd-nbd 2026-02-22T20:30:03.338 INFO:teuthology.orchestra.run.trial009.stdout:Last metadata expiration check: 0:00:59 ago on Sun 22 Feb 2026 08:29:04 PM UTC. 2026-02-22T20:30:03.422 INFO:teuthology.orchestra.run.trial009.stdout:Dependencies resolved. 2026-02-22T20:30:03.423 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:30:03.423 INFO:teuthology.orchestra.run.trial009.stdout: Package Architecture Version Repository Size 2026-02-22T20:30:03.423 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:30:03.423 INFO:teuthology.orchestra.run.trial009.stdout:Installing: 2026-02-22T20:30:03.423 INFO:teuthology.orchestra.run.trial009.stdout: rbd-nbd x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 180 k 2026-02-22T20:30:03.423 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:30:03.423 INFO:teuthology.orchestra.run.trial009.stdout:Transaction Summary 2026-02-22T20:30:03.423 INFO:teuthology.orchestra.run.trial009.stdout:================================================================================ 2026-02-22T20:30:03.423 INFO:teuthology.orchestra.run.trial009.stdout:Install 1 Package 2026-02-22T20:30:03.423 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:30:03.424 INFO:teuthology.orchestra.run.trial009.stdout:Total download size: 180 k 2026-02-22T20:30:03.424 INFO:teuthology.orchestra.run.trial009.stdout:Installed size: 498 k 2026-02-22T20:30:03.424 INFO:teuthology.orchestra.run.trial009.stdout:Downloading Packages: 2026-02-22T20:30:03.510 INFO:teuthology.orchestra.run.trial009.stdout:rbd-nbd-20.2.0-794.ga5c3084f.el9.x86_64.rpm 2.0 MB/s | 180 kB 00:00 2026-02-22T20:30:03.510 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:30:03.510 INFO:teuthology.orchestra.run.trial009.stdout:Total 2.0 MB/s | 180 kB 00:00 2026-02-22T20:30:03.511 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction check 2026-02-22T20:30:03.514 INFO:teuthology.orchestra.run.trial009.stdout:Transaction check succeeded. 2026-02-22T20:30:03.514 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction test 2026-02-22T20:30:03.546 INFO:teuthology.orchestra.run.trial009.stdout:Transaction test succeeded. 2026-02-22T20:30:03.546 INFO:teuthology.orchestra.run.trial009.stdout:Running transaction 2026-02-22T20:30:03.602 INFO:teuthology.orchestra.run.trial009.stdout: Preparing : 1/1 2026-02-22T20:30:03.619 INFO:teuthology.orchestra.run.trial009.stdout: Installing : rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:30:03.701 INFO:teuthology.orchestra.run.trial009.stdout: Running scriptlet: rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:30:03.759 INFO:teuthology.orchestra.run.trial009.stdout: Verifying : rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T20:30:03.759 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:30:03.759 INFO:teuthology.orchestra.run.trial009.stdout:Installed: 2026-02-22T20:30:03.759 INFO:teuthology.orchestra.run.trial009.stdout: rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T20:30:03.759 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:30:03.759 INFO:teuthology.orchestra.run.trial009.stdout:Complete! 2026-02-22T20:30:03.792 DEBUG:teuthology.parallel:result is None 2026-02-22T20:30:03.792 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:30:03.964 DEBUG:teuthology.orchestra.run.trial009:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-22T20:30:03.986 INFO:teuthology.orchestra.run.trial009.stdout:20.2.0-794.ga5c3084f.el9 2026-02-22T20:30:03.986 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-794.ga5c3084f.el9 2026-02-22T20:30:03.986 INFO:teuthology.task.install:The correct ceph version 20.2.0-794.ga5c3084f is installed. 2026-02-22T20:30:03.989 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:30:04.130 DEBUG:teuthology.orchestra.run.trial053:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-22T20:30:04.152 INFO:teuthology.orchestra.run.trial053.stdout:20.2.0-794.ga5c3084f.el9 2026-02-22T20:30:04.152 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-794.ga5c3084f.el9 2026-02-22T20:30:04.152 INFO:teuthology.task.install:The correct ceph version 20.2.0-794.ga5c3084f is installed. 2026-02-22T20:30:04.154 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:30:04.277 DEBUG:teuthology.orchestra.run.trial132:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-22T20:30:04.298 INFO:teuthology.orchestra.run.trial132.stdout:20.2.0-794.ga5c3084f.el9 2026-02-22T20:30:04.298 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-794.ga5c3084f.el9 2026-02-22T20:30:04.298 INFO:teuthology.task.install:The correct ceph version 20.2.0-794.ga5c3084f is installed. 2026-02-22T20:30:04.300 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-22T20:30:04.300 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-22T20:30:04.300 DEBUG:teuthology.orchestra.run.trial009:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-22T20:30:04.327 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-22T20:30:04.327 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-22T20:30:04.354 DEBUG:teuthology.orchestra.run.trial132:> set -ex 2026-02-22T20:30:04.354 DEBUG:teuthology.orchestra.run.trial132:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-22T20:30:04.380 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-22T20:30:04.380 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-22T20:30:04.381 DEBUG:teuthology.orchestra.run.trial009:> sudo dd of=/usr/bin/daemon-helper 2026-02-22T20:30:04.405 DEBUG:teuthology.orchestra.run.trial009:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-22T20:30:04.470 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-22T20:30:04.471 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/usr/bin/daemon-helper 2026-02-22T20:30:04.495 DEBUG:teuthology.orchestra.run.trial053:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-22T20:30:04.558 DEBUG:teuthology.orchestra.run.trial132:> set -ex 2026-02-22T20:30:04.558 DEBUG:teuthology.orchestra.run.trial132:> sudo dd of=/usr/bin/daemon-helper 2026-02-22T20:30:04.583 DEBUG:teuthology.orchestra.run.trial132:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-22T20:30:04.648 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-22T20:30:04.648 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-22T20:30:04.648 DEBUG:teuthology.orchestra.run.trial009:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-22T20:30:04.674 DEBUG:teuthology.orchestra.run.trial009:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-22T20:30:04.739 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-22T20:30:04.739 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-22T20:30:04.765 DEBUG:teuthology.orchestra.run.trial053:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-22T20:30:04.830 DEBUG:teuthology.orchestra.run.trial132:> set -ex 2026-02-22T20:30:04.830 DEBUG:teuthology.orchestra.run.trial132:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-22T20:30:04.857 DEBUG:teuthology.orchestra.run.trial132:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-22T20:30:04.921 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-22T20:30:04.921 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-22T20:30:04.921 DEBUG:teuthology.orchestra.run.trial009:> sudo dd of=/usr/bin/stdin-killer 2026-02-22T20:30:04.947 DEBUG:teuthology.orchestra.run.trial009:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-22T20:30:05.011 DEBUG:teuthology.orchestra.run.trial053:> set -ex 2026-02-22T20:30:05.011 DEBUG:teuthology.orchestra.run.trial053:> sudo dd of=/usr/bin/stdin-killer 2026-02-22T20:30:05.036 DEBUG:teuthology.orchestra.run.trial053:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-22T20:30:05.101 DEBUG:teuthology.orchestra.run.trial132:> set -ex 2026-02-22T20:30:05.101 DEBUG:teuthology.orchestra.run.trial132:> sudo dd of=/usr/bin/stdin-killer 2026-02-22T20:30:05.127 DEBUG:teuthology.orchestra.run.trial132:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-22T20:30:05.190 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-22T20:30:05.299 INFO:tasks.cephadm:Config: {'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', 'CEPHADM_STRAY_DAEMON', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': 'a5c3084f688b1f6eff223b8d259a8316f9844c8e', 'distro-suffix': 'rockylinux-10'} 2026-02-22T20:30:05.299 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:30:05.301 INFO:tasks.cephadm:Cluster fsid is 45a1c82e-102d-11f1-b66e-d404e6e7d460 2026-02-22T20:30:05.301 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-22T20:30:05.301 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.9', 'mon.b': '10.20.193.53', 'mon.c': '10.20.193.132'} 2026-02-22T20:30:05.301 INFO:tasks.cephadm:First mon is mon.a on trial009 2026-02-22T20:30:05.301 INFO:tasks.cephadm:First mgr is a 2026-02-22T20:30:05.301 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-22T20:30:05.302 DEBUG:teuthology.orchestra.run.trial009:> sudo hostname $(hostname -s) 2026-02-22T20:30:05.327 DEBUG:teuthology.orchestra.run.trial053:> sudo hostname $(hostname -s) 2026-02-22T20:30:05.352 DEBUG:teuthology.orchestra.run.trial132:> sudo hostname $(hostname -s) 2026-02-22T20:30:05.377 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-22T20:30:05.378 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:30:05.518 INFO:tasks.cephadm:builder_project result: [{'url': 'https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/centos/9/flavors/default/', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/centos/9/flavors/default/', 'ref': 'wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle', 'sha1': 'a5c3084f688b1f6eff223b8d259a8316f9844c8e', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-22 17:25:52.018200', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['x86_64', 'source'], 'extra': {'version': '20.2.0-794-ga5c3084f', 'package_manager_version': '20.2.0-794.ga5c3084f', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3183/', 'root_build_cause': '', 'node_name': '10.20.192.94+toko04', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-22T20:30:05.661 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, sha1 a5c3084f688b1f6eff223b8d259a8316f9844c8e from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:30:05.662 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/centos/9/x86_64/flavors/default/cephadm 2026-02-22T20:30:05.662 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/centos/9/x86_64/flavors/default/cephadm 2026-02-22T20:30:05.662 DEBUG:teuthology.orchestra.run.trial009:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-22T20:30:05.969 INFO:teuthology.orchestra.run.trial009.stdout:-rw-r--r--. 1 ubuntu ubuntu 1061824 Feb 22 20:30 /home/ubuntu/cephtest/cephadm 2026-02-22T20:30:05.969 DEBUG:teuthology.orchestra.run.trial053:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-22T20:30:06.237 INFO:teuthology.orchestra.run.trial053.stdout:-rw-r--r--. 1 ubuntu ubuntu 1061824 Feb 22 20:30 /home/ubuntu/cephtest/cephadm 2026-02-22T20:30:06.238 DEBUG:teuthology.orchestra.run.trial132:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-22T20:30:06.505 INFO:teuthology.orchestra.run.trial132.stdout:-rw-r--r--. 1 ubuntu ubuntu 1061824 Feb 22 20:30 /home/ubuntu/cephtest/cephadm 2026-02-22T20:30:06.505 DEBUG:teuthology.orchestra.run.trial009:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-22T20:30:06.524 DEBUG:teuthology.orchestra.run.trial053:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-22T20:30:06.543 DEBUG:teuthology.orchestra.run.trial132:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-22T20:30:06.573 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e on all hosts... 2026-02-22T20:30:06.574 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e pull 2026-02-22T20:30:06.576 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e pull 2026-02-22T20:30:06.584 DEBUG:teuthology.orchestra.run.trial132:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e pull 2026-02-22T20:30:06.820 INFO:teuthology.orchestra.run.trial009.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e... 2026-02-22T20:30:06.828 INFO:teuthology.orchestra.run.trial053.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e... 2026-02-22T20:30:06.843 INFO:teuthology.orchestra.run.trial132.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e... 2026-02-22T20:30:16.340 INFO:teuthology.orchestra.run.trial009.stdout:{ 2026-02-22T20:30:16.340 INFO:teuthology.orchestra.run.trial009.stdout: "ceph_version": "ceph version 20.2.0-794-ga5c3084f (a5c3084f688b1f6eff223b8d259a8316f9844c8e) tentacle (stable)", 2026-02-22T20:30:16.340 INFO:teuthology.orchestra.run.trial009.stdout: "image_id": "d8ec1b4c35d837cc075707f4148da5c9d37859c08e6182a89676211a1e97a50f", 2026-02-22T20:30:16.341 INFO:teuthology.orchestra.run.trial009.stdout: "repo_digests": [ 2026-02-22T20:30:16.341 INFO:teuthology.orchestra.run.trial009.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:ce3c4a5ee95fc314d0f2e14a8e1a74a13fc9db26bcababc4563116f9228e1f60" 2026-02-22T20:30:16.341 INFO:teuthology.orchestra.run.trial009.stdout: ] 2026-02-22T20:30:16.341 INFO:teuthology.orchestra.run.trial009.stdout:} 2026-02-22T20:30:16.353 INFO:teuthology.orchestra.run.trial053.stdout:{ 2026-02-22T20:30:16.353 INFO:teuthology.orchestra.run.trial053.stdout: "ceph_version": "ceph version 20.2.0-794-ga5c3084f (a5c3084f688b1f6eff223b8d259a8316f9844c8e) tentacle (stable)", 2026-02-22T20:30:16.353 INFO:teuthology.orchestra.run.trial053.stdout: "image_id": "d8ec1b4c35d837cc075707f4148da5c9d37859c08e6182a89676211a1e97a50f", 2026-02-22T20:30:16.353 INFO:teuthology.orchestra.run.trial053.stdout: "repo_digests": [ 2026-02-22T20:30:16.353 INFO:teuthology.orchestra.run.trial053.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:ce3c4a5ee95fc314d0f2e14a8e1a74a13fc9db26bcababc4563116f9228e1f60" 2026-02-22T20:30:16.353 INFO:teuthology.orchestra.run.trial053.stdout: ] 2026-02-22T20:30:16.353 INFO:teuthology.orchestra.run.trial053.stdout:} 2026-02-22T20:30:16.390 INFO:teuthology.orchestra.run.trial132.stdout:{ 2026-02-22T20:30:16.390 INFO:teuthology.orchestra.run.trial132.stdout: "ceph_version": "ceph version 20.2.0-794-ga5c3084f (a5c3084f688b1f6eff223b8d259a8316f9844c8e) tentacle (stable)", 2026-02-22T20:30:16.390 INFO:teuthology.orchestra.run.trial132.stdout: "image_id": "d8ec1b4c35d837cc075707f4148da5c9d37859c08e6182a89676211a1e97a50f", 2026-02-22T20:30:16.390 INFO:teuthology.orchestra.run.trial132.stdout: "repo_digests": [ 2026-02-22T20:30:16.390 INFO:teuthology.orchestra.run.trial132.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:ce3c4a5ee95fc314d0f2e14a8e1a74a13fc9db26bcababc4563116f9228e1f60" 2026-02-22T20:30:16.390 INFO:teuthology.orchestra.run.trial132.stdout: ] 2026-02-22T20:30:16.390 INFO:teuthology.orchestra.run.trial132.stdout:} 2026-02-22T20:30:16.406 DEBUG:teuthology.orchestra.run.trial009:> sudo mkdir -p /etc/ceph 2026-02-22T20:30:16.434 DEBUG:teuthology.orchestra.run.trial053:> sudo mkdir -p /etc/ceph 2026-02-22T20:30:16.460 DEBUG:teuthology.orchestra.run.trial132:> sudo mkdir -p /etc/ceph 2026-02-22T20:30:16.487 DEBUG:teuthology.orchestra.run.trial009:> sudo chmod 777 /etc/ceph 2026-02-22T20:30:16.514 DEBUG:teuthology.orchestra.run.trial053:> sudo chmod 777 /etc/ceph 2026-02-22T20:30:16.538 DEBUG:teuthology.orchestra.run.trial132:> sudo chmod 777 /etc/ceph 2026-02-22T20:30:16.563 INFO:tasks.cephadm:Writing seed config... 2026-02-22T20:30:16.565 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2026-02-22T20:30:16.565 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-22T20:30:16.566 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-22T20:30:16.566 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2026-02-22T20:30:16.566 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-22T20:30:16.566 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-22T20:30:16.566 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-22T20:30:16.566 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-22T20:30:16.566 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-22T20:30:16.567 DEBUG:teuthology.orchestra.run.trial009:> set -ex 2026-02-22T20:30:16.567 DEBUG:teuthology.orchestra.run.trial009:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-22T20:30:16.584 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 45a1c82e-102d-11f1-b66e-d404e6e7d460 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd mclock skip benchmark = true osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2026-02-22T20:30:16.585 DEBUG:teuthology.orchestra.run.trial009:mon.a> sudo journalctl -f -n 0 -u ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mon.a.service 2026-02-22T20:30:16.627 DEBUG:teuthology.orchestra.run.trial009:mgr.a> sudo journalctl -f -n 0 -u ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mgr.a.service 2026-02-22T20:30:16.670 INFO:tasks.cephadm:Bootstrapping... 2026-02-22T20:30:16.670 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e -v bootstrap --fsid 45a1c82e-102d-11f1-b66e-d404e6e7d460 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 10.20.193.9 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-22T20:30:16.807 INFO:teuthology.orchestra.run.trial009.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:30:16.807 INFO:teuthology.orchestra.run.trial009.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e', '-v', 'bootstrap', '--fsid', '45a1c82e-102d-11f1-b66e-d404e6e7d460', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '10.20.193.9', '--skip-admin-label'] 2026-02-22T20:30:16.808 INFO:teuthology.orchestra.run.trial009.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-22T20:30:16.808 INFO:teuthology.orchestra.run.trial009.stdout:Verifying podman|docker is present... 2026-02-22T20:30:16.825 INFO:teuthology.orchestra.run.trial009.stdout:/bin/podman: stdout 5.6.0 2026-02-22T20:30:16.825 INFO:teuthology.orchestra.run.trial009.stdout:Verifying lvm2 is present... 2026-02-22T20:30:16.825 INFO:teuthology.orchestra.run.trial009.stdout:Verifying time synchronization is in place... 2026-02-22T20:30:16.831 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-22T20:30:16.831 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-22T20:30:16.837 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-22T20:30:16.837 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout inactive 2026-02-22T20:30:16.843 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout enabled 2026-02-22T20:30:16.849 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout active 2026-02-22T20:30:16.849 INFO:teuthology.orchestra.run.trial009.stdout:Unit chronyd.service is enabled and running 2026-02-22T20:30:16.849 INFO:teuthology.orchestra.run.trial009.stdout:Repeating the final host check... 2026-02-22T20:30:16.866 INFO:teuthology.orchestra.run.trial009.stdout:/bin/podman: stdout 5.6.0 2026-02-22T20:30:16.866 INFO:teuthology.orchestra.run.trial009.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-22T20:30:16.866 INFO:teuthology.orchestra.run.trial009.stdout:systemctl is present 2026-02-22T20:30:16.866 INFO:teuthology.orchestra.run.trial009.stdout:lvcreate is present 2026-02-22T20:30:16.871 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-22T20:30:16.871 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-22T20:30:16.877 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-22T20:30:16.877 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout inactive 2026-02-22T20:30:16.883 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout enabled 2026-02-22T20:30:16.889 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout active 2026-02-22T20:30:16.889 INFO:teuthology.orchestra.run.trial009.stdout:Unit chronyd.service is enabled and running 2026-02-22T20:30:16.889 INFO:teuthology.orchestra.run.trial009.stdout:Host looks OK 2026-02-22T20:30:16.889 INFO:teuthology.orchestra.run.trial009.stdout:Cluster fsid: 45a1c82e-102d-11f1-b66e-d404e6e7d460 2026-02-22T20:30:16.889 INFO:teuthology.orchestra.run.trial009.stdout:Acquiring lock 140538943922528 on /run/cephadm/45a1c82e-102d-11f1-b66e-d404e6e7d460.lock 2026-02-22T20:30:16.889 INFO:teuthology.orchestra.run.trial009.stdout:Lock 140538943922528 acquired on /run/cephadm/45a1c82e-102d-11f1-b66e-d404e6e7d460.lock 2026-02-22T20:30:16.890 INFO:teuthology.orchestra.run.trial009.stdout:Verifying IP 10.20.193.9 port 3300 ... 2026-02-22T20:30:16.890 INFO:teuthology.orchestra.run.trial009.stdout:Verifying IP 10.20.193.9 port 6789 ... 2026-02-22T20:30:16.890 INFO:teuthology.orchestra.run.trial009.stdout:Base mon IP(s) is [10.20.193.9:3300, 10.20.193.9:6789], mon addrv is [v2:10.20.193.9:3300,v1:10.20.193.9:6789] 2026-02-22T20:30:16.893 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.9 metric 102 2026-02-22T20:30:16.893 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.9 metric 102 2026-02-22T20:30:16.893 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-22T20:30:16.896 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-22T20:30:16.896 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-22T20:30:16.896 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-22T20:30:16.898 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-22T20:30:16.898 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-22T20:30:16.898 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-22T20:30:16.898 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-22T20:30:16.898 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout inet6 fe80::39f3:568a:559:9836/64 scope link noprefixroute 2026-02-22T20:30:16.898 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-22T20:30:16.898 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-22T20:30:16.898 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:5fcc/64 scope link 2026-02-22T20:30:16.898 INFO:teuthology.orchestra.run.trial009.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-22T20:30:16.898 INFO:teuthology.orchestra.run.trial009.stdout:Mon IP `10.20.193.9` is in CIDR network `10.20.192.0/20` 2026-02-22T20:30:16.898 INFO:teuthology.orchestra.run.trial009.stdout:Mon IP `10.20.193.9` is in CIDR network `10.20.192.0/20` 2026-02-22T20:30:16.898 INFO:teuthology.orchestra.run.trial009.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-22T20:30:16.898 INFO:teuthology.orchestra.run.trial009.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-22T20:30:16.899 INFO:teuthology.orchestra.run.trial009.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e... 2026-02-22T20:30:17.141 INFO:teuthology.orchestra.run.trial009.stdout:/bin/podman: stdout d8ec1b4c35d837cc075707f4148da5c9d37859c08e6182a89676211a1e97a50f 2026-02-22T20:30:17.141 INFO:teuthology.orchestra.run.trial009.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e... 2026-02-22T20:30:17.142 INFO:teuthology.orchestra.run.trial009.stdout:/bin/podman: stderr Getting image source signatures 2026-02-22T20:30:17.142 INFO:teuthology.orchestra.run.trial009.stdout:/bin/podman: stderr Copying blob sha256:c8c4905750a0079fdc4bbda1b2e09953aa189ec168b8dd2a90862dd07b830f80 2026-02-22T20:30:17.142 INFO:teuthology.orchestra.run.trial009.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-22T20:30:17.142 INFO:teuthology.orchestra.run.trial009.stdout:/bin/podman: stderr Copying config sha256:d8ec1b4c35d837cc075707f4148da5c9d37859c08e6182a89676211a1e97a50f 2026-02-22T20:30:17.142 INFO:teuthology.orchestra.run.trial009.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-22T20:30:17.395 INFO:teuthology.orchestra.run.trial009.stdout:ceph: stdout ceph version 20.2.0-794-ga5c3084f (a5c3084f688b1f6eff223b8d259a8316f9844c8e) tentacle (stable) 2026-02-22T20:30:17.395 INFO:teuthology.orchestra.run.trial009.stdout:Ceph version: ceph version 20.2.0-794-ga5c3084f (a5c3084f688b1f6eff223b8d259a8316f9844c8e) tentacle (stable) 2026-02-22T20:30:17.395 INFO:teuthology.orchestra.run.trial009.stdout:Extracting ceph user uid/gid from container image... 2026-02-22T20:30:17.637 INFO:teuthology.orchestra.run.trial009.stdout:stat: stdout 167 167 2026-02-22T20:30:17.637 INFO:teuthology.orchestra.run.trial009.stdout:Creating initial keys... 2026-02-22T20:30:17.899 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph-authtool: stdout AQBZZ5tp4JtRLhAAauYAItiVGzxNOQ9Vy7tFdA== 2026-02-22T20:30:18.150 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph-authtool: stdout AQBaZ5tpJs/9ARAAlvH7CA2u1W1cZ1FEHyyJEw== 2026-02-22T20:30:18.426 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph-authtool: stdout AQBaZ5tp7zt+EhAAwcV3/fJGRe5wUExv0tO2BQ== 2026-02-22T20:30:18.426 INFO:teuthology.orchestra.run.trial009.stdout:Creating initial monmap... 2026-02-22T20:30:18.702 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-22T20:30:18.702 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-22T20:30:18.702 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 45a1c82e-102d-11f1-b66e-d404e6e7d460 2026-02-22T20:30:18.702 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-22T20:30:18.702 INFO:teuthology.orchestra.run.trial009.stdout:monmaptool for a [v2:10.20.193.9:3300,v1:10.20.193.9:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-22T20:30:18.703 INFO:teuthology.orchestra.run.trial009.stdout:setting min_mon_release = tentacle 2026-02-22T20:30:18.703 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/monmaptool: set fsid to 45a1c82e-102d-11f1-b66e-d404e6e7d460 2026-02-22T20:30:18.703 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-22T20:30:18.703 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:30:18.703 INFO:teuthology.orchestra.run.trial009.stdout:Creating mon... 2026-02-22T20:30:19.000 INFO:teuthology.orchestra.run.trial009.stdout:create mon.a on 2026-02-22T20:30:19.169 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-22T20:30:19.277 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-22T20:30:19.389 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460.target → /etc/systemd/system/ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460.target. 2026-02-22T20:30:19.389 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460.target → /etc/systemd/system/ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460.target. 2026-02-22T20:30:19.513 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mon.a 2026-02-22T20:30:19.513 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Failed to reset failed state of unit ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mon.a.service: Unit ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mon.a.service not loaded. 2026-02-22T20:30:19.630 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460.target.wants/ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@.service. 2026-02-22T20:30:19.786 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-22T20:30:19.787 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout disabled 2026-02-22T20:30:19.793 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-22T20:30:19.793 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout inactive 2026-02-22T20:30:19.793 INFO:teuthology.orchestra.run.trial009.stdout:firewalld.service is not enabled 2026-02-22T20:30:19.794 INFO:teuthology.orchestra.run.trial009.stdout:Not possible to enable service . firewalld.service is not available 2026-02-22T20:30:19.794 INFO:teuthology.orchestra.run.trial009.stdout:Waiting for mon to start... 2026-02-22T20:30:19.794 INFO:teuthology.orchestra.run.trial009.stdout:Waiting for mon... 2026-02-22T20:30:20.105 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout cluster: 2026-02-22T20:30:20.106 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout id: 45a1c82e-102d-11f1-b66e-d404e6e7d460 2026-02-22T20:30:20.106 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-22T20:30:20.106 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-22T20:30:20.106 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout services: 2026-02-22T20:30:20.106 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.166289s) [leader: a] 2026-02-22T20:30:20.106 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-22T20:30:20.106 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-22T20:30:20.106 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-22T20:30:20.107 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout data: 2026-02-22T20:30:20.107 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-22T20:30:20.107 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-22T20:30:20.107 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-22T20:30:20.107 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout pgs: 2026-02-22T20:30:20.107 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-22T20:30:20.107 INFO:teuthology.orchestra.run.trial009.stdout:mon is available 2026-02-22T20:30:20.107 INFO:teuthology.orchestra.run.trial009.stdout:Assimilating anything we can from ceph.conf... 2026-02-22T20:30:20.386 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-22T20:30:20.387 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout [global] 2026-02-22T20:30:20.387 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout fsid = 45a1c82e-102d-11f1-b66e-d404e6e7d460 2026-02-22T20:30:20.387 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-22T20:30:20.387 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.9:3300,v1:10.20.193.9:6789] 2026-02-22T20:30:20.387 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-22T20:30:20.387 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-22T20:30:20.387 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-22T20:30:20.387 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-22T20:30:20.388 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-22T20:30:20.388 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-22T20:30:20.388 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2026-02-22T20:30:20.388 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-22T20:30:20.388 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-22T20:30:20.388 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout [osd] 2026-02-22T20:30:20.388 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-22T20:30:20.388 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-22T20:30:20.388 INFO:teuthology.orchestra.run.trial009.stdout:Generating new minimal ceph.conf... 2026-02-22T20:30:20.671 INFO:teuthology.orchestra.run.trial009.stdout:Restarting the monitor... 2026-02-22T20:30:20.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:20 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mon-a[38973]: 2026-02-22T20:30:20.756+0000 7f3f70629640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-22T20:30:20.949 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:20 trial009 podman[39377]: 2026-02-22 20:30:20.949109568 +0000 UTC m=+0.207120331 container died 344f260a0b7bbcdb19de11f16099d818f4f1204891ad9ba06d5f75cad982e66e (image=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e, name=ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mon-a, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.license=GPLv2, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, CEPH_SHA1=a5c3084f688b1f6eff223b8d259a8316f9844c8e, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS) 2026-02-22T20:30:21.217 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 podman[39377]: 2026-02-22 20:30:21.060851237 +0000 UTC m=+0.318861990 container remove 344f260a0b7bbcdb19de11f16099d818f4f1204891ad9ba06d5f75cad982e66e (image=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e, name=ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mon-a, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, CEPH_SHA1=a5c3084f688b1f6eff223b8d259a8316f9844c8e, ceph=True, OSD_FLAVOR=default, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-22T20:30:21.217 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 bash[39377]: ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mon-a 2026-02-22T20:30:21.218 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 systemd[1]: ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-22T20:30:21.218 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 systemd[1]: Stopped Ceph mon.a for 45a1c82e-102d-11f1-b66e-d404e6e7d460. 2026-02-22T20:30:21.218 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 systemd[1]: Starting Ceph mon.a for 45a1c82e-102d-11f1-b66e-d404e6e7d460... 2026-02-22T20:30:21.270 INFO:teuthology.orchestra.run.trial009.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-22T20:30:21.551 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 podman[39516]: 2026-02-22 20:30:21.217457706 +0000 UTC m=+0.016352119 container create b15157e32fa102488dcf0180d3e7a64c3efb33745fd651e8245e40c75e1e7d28 (image=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e, name=ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mon-a, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_SHA1=a5c3084f688b1f6eff223b8d259a8316f9844c8e, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-22T20:30:21.551 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 podman[39516]: 2026-02-22 20:30:21.262432333 +0000 UTC m=+0.061326686 container init b15157e32fa102488dcf0180d3e7a64c3efb33745fd651e8245e40c75e1e7d28 (image=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e, name=ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mon-a, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_SHA1=a5c3084f688b1f6eff223b8d259a8316f9844c8e, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7) 2026-02-22T20:30:21.551 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 podman[39516]: 2026-02-22 20:30:21.266066599 +0000 UTC m=+0.064960932 container start b15157e32fa102488dcf0180d3e7a64c3efb33745fd651e8245e40c75e1e7d28 (image=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e, name=ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mon-a, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=a5c3084f688b1f6eff223b8d259a8316f9844c8e, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, ceph=True, org.label-schema.license=GPLv2) 2026-02-22T20:30:21.551 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 bash[39516]: b15157e32fa102488dcf0180d3e7a64c3efb33745fd651e8245e40c75e1e7d28 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 podman[39516]: 2026-02-22 20:30:21.211065643 +0000 UTC m=+0.009959986 image pull d8ec1b4c35d837cc075707f4148da5c9d37859c08e6182a89676211a1e97a50f quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 systemd[1]: Started Ceph mon.a for 45a1c82e-102d-11f1-b66e-d404e6e7d460. 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: set uid:gid to 167:167 (ceph:ceph) 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: ceph version 20.2.0-794-ga5c3084f (a5c3084f688b1f6eff223b8d259a8316f9844c8e) tentacle (stable - RelWithDebInfo), process ceph-mon, pid 7 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: pidfile_write: ignore empty --pid-file 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: load: jerasure load: lrc 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: RocksDB version: 7.9.2 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Git sha 0 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Compile date 2026-02-22 16:57:58 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: DB SUMMARY 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: DB Session ID: YWN14LUBQUHX86RFM9N6 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: CURRENT file: CURRENT 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: IDENTITY file: IDENTITY 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 76531 ; 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.error_if_exists: 0 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.create_if_missing: 0 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.paranoid_checks: 1 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-22T20:30:21.552 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.env: 0x55e992c204c0 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.fs: PosixFileSystem 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.info_log: 0x55e994633f80 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_file_opening_threads: 16 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.statistics: (nil) 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.use_fsync: 0 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_log_file_size: 0 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.keep_log_file_num: 1000 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.recycle_log_file_num: 0 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.allow_fallocate: 1 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.allow_mmap_reads: 0 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.allow_mmap_writes: 0 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.use_direct_reads: 0 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.create_missing_column_families: 0 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.db_log_dir: 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.wal_dir: 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-22T20:30:21.553 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-22T20:30:21.554 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-22T20:30:21.554 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.advise_random_on_open: 1 2026-02-22T20:30:21.554 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.db_write_buffer_size: 0 2026-02-22T20:30:21.554 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.write_buffer_manager: 0x55e994636140 2026-02-22T20:30:21.554 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-22T20:30:21.554 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-22T20:30:21.554 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-22T20:30:21.554 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.rate_limiter: (nil) 2026-02-22T20:30:21.554 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-22T20:30:21.554 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.wal_recovery_mode: 2 2026-02-22T20:30:21.554 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.enable_thread_tracking: 0 2026-02-22T20:30:21.554 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.enable_pipelined_write: 0 2026-02-22T20:30:21.554 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.unordered_write: 0 2026-02-22T20:30:21.554 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-22T20:30:21.554 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-22T20:30:21.554 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-22T20:30:21.554 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-22T20:30:21.554 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.row_cache: None 2026-02-22T20:30:21.554 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.wal_filter: None 2026-02-22T20:30:21.554 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.allow_ingest_behind: 0 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.two_write_queues: 0 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.manual_wal_flush: 0 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.wal_compression: 0 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.atomic_flush: 0 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.log_readahead_size: 0 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.best_efforts_recovery: 0 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.allow_data_in_errors: 0 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.db_host_id: __hostname__ 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_background_jobs: 2 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_background_compactions: -1 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_subcompactions: 1 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_total_wal_size: 0 2026-02-22T20:30:21.555 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_open_files: -1 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.bytes_per_sync: 0 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compaction_readahead_size: 0 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_background_flushes: -1 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Compression algorithms supported: 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: kZSTD supported: 0 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: kXpressCompression supported: 0 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: kBZip2Compression supported: 0 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: kLZ4Compression supported: 1 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: kZlibCompression supported: 1 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: kLZ4HCCompression supported: 1 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: kSnappyCompression supported: 1 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-22T20:30:21.556 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.merge_operator: 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compaction_filter: None 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compaction_filter_factory: None 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.sst_partitioner_factory: None 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e994632640) 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout: cache_index_and_filter_blocks: 1 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout: pin_top_level_index_and_filter: 1 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout: index_type: 0 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout: data_block_index_type: 0 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout: index_shortening: 1 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout: checksum: 4 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout: no_block_cache: 0 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout: block_cache: 0x55e994653b90 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout: block_cache_name: BinnedLRUCache 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout: block_cache_options: 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout: capacity : 536870912 2026-02-22T20:30:21.557 INFO:journalctl@ceph.mon.a.trial009.stdout: num_shard_bits : 4 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: strict_capacity_limit : 0 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: high_pri_pool_ratio: 0.000 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: block_cache_compressed: (nil) 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: persistent_cache: (nil) 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: block_size: 4096 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: block_size_deviation: 10 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: block_restart_interval: 16 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: index_block_restart_interval: 1 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: metadata_block_size: 4096 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: partition_filters: 0 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: use_delta_encoding: 1 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: filter_policy: bloomfilter 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: whole_key_filtering: 1 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: verify_compression: 0 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: read_amp_bytes_per_bit: 0 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: format_version: 5 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: enable_index_compression: 1 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: block_align: 0 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: max_auto_readahead_size: 262144 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: prepopulate_block_cache: 0 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: initial_auto_readahead_size: 8192 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout: num_file_reads_for_auto_readahead: 2 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.write_buffer_size: 33554432 2026-02-22T20:30:21.558 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_write_buffer_number: 2 2026-02-22T20:30:21.559 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compression: NoCompression 2026-02-22T20:30:21.559 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.bottommost_compression: Disabled 2026-02-22T20:30:21.559 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.prefix_extractor: nullptr 2026-02-22T20:30:21.559 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-22T20:30:21.559 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.num_levels: 7 2026-02-22T20:30:21.559 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-22T20:30:21.559 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-22T20:30:21.559 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-22T20:30:21.559 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-22T20:30:21.559 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-22T20:30:21.559 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-22T20:30:21.559 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-22T20:30:21.559 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-22T20:30:21.559 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-22T20:30:21.559 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-22T20:30:21.559 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-22T20:30:21.559 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-22T20:30:21.559 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-22T20:30:21.559 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compression_opts.level: 32767 2026-02-22T20:30:21.559 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compression_opts.strategy: 0 2026-02-22T20:30:21.560 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-22T20:30:21.560 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-22T20:30:21.560 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-22T20:30:21.560 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-22T20:30:21.560 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compression_opts.enabled: false 2026-02-22T20:30:21.560 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-22T20:30:21.560 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-22T20:30:21.560 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-22T20:30:21.560 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-22T20:30:21.560 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.target_file_size_base: 67108864 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.arena_block_size: 1048576 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.disable_auto_compactions: 0 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-22T20:30:21.561 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-22T20:30:21.562 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-22T20:30:21.562 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-22T20:30:21.562 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-22T20:30:21.562 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-22T20:30:21.562 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-22T20:30:21.562 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-22T20:30:21.562 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-22T20:30:21.562 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-22T20:30:21.562 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.inplace_update_support: 0 2026-02-22T20:30:21.562 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-22T20:30:21.562 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-22T20:30:21.562 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-22T20:30:21.562 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-22T20:30:21.562 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.bloom_locality: 0 2026-02-22T20:30:21.562 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.max_successive_merges: 0 2026-02-22T20:30:21.562 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-22T20:30:21.562 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.paranoid_file_checks: 0 2026-02-22T20:30:21.562 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.force_consistency_checks: 1 2026-02-22T20:30:21.562 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.report_bg_io_stats: 0 2026-02-22T20:30:21.563 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.ttl: 2592000 2026-02-22T20:30:21.563 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-22T20:30:21.563 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-22T20:30:21.563 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-22T20:30:21.563 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.enable_blob_files: false 2026-02-22T20:30:21.563 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.min_blob_size: 0 2026-02-22T20:30:21.563 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.blob_file_size: 268435456 2026-02-22T20:30:21.563 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-22T20:30:21.563 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-22T20:30:21.563 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-22T20:30:21.563 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-22T20:30:21.563 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-22T20:30:21.563 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.blob_file_starting_level: 0 2026-02-22T20:30:21.563 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-22T20:30:21.563 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2026-02-22T20:30:21.563 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-22T20:30:21.564 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 1203b3f8-6891-4dc1-aef9-dbd981a11a54 2026-02-22T20:30:21.564 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771792221285085, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-22T20:30:21.564 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-22T20:30:21.564 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771792221285852, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73623, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 229, "table_properties": {"data_size": 71898, "index_size": 174, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 517, "raw_key_size": 9783, "raw_average_key_size": 48, "raw_value_size": 66312, "raw_average_value_size": 331, "num_data_blocks": 8, "num_entries": 200, "num_filter_entries": 200, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1771792221, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "1203b3f8-6891-4dc1-aef9-dbd981a11a54", "db_session_id": "YWN14LUBQUHX86RFM9N6", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-22T20:30:21.564 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771792221285915, "job": 1, "event": "recovery_finished"} 2026-02-22T20:30:21.564 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-22T20:30:21.564 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-22T20:30:21.564 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e994656e00 2026-02-22T20:30:21.564 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: DB pointer 0x55e995448000 2026-02-22T20:30:21.564 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-22T20:30:21.564 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-22T20:30:21.564 INFO:journalctl@ceph.mon.a.trial009.stdout: ** DB Stats ** 2026-02-22T20:30:21.565 INFO:journalctl@ceph.mon.a.trial009.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-22T20:30:21.565 INFO:journalctl@ceph.mon.a.trial009.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-02-22T20:30:21.565 INFO:journalctl@ceph.mon.a.trial009.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-22T20:30:21.565 INFO:journalctl@ceph.mon.a.trial009.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-22T20:30:21.565 INFO:journalctl@ceph.mon.a.trial009.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-02-22T20:30:21.565 INFO:journalctl@ceph.mon.a.trial009.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-22T20:30:21.565 INFO:journalctl@ceph.mon.a.trial009.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-22T20:30:21.565 INFO:journalctl@ceph.mon.a.trial009.stdout: 2026-02-22T20:30:21.565 INFO:journalctl@ceph.mon.a.trial009.stdout: ** Compaction Stats [default] ** 2026-02-22T20:30:21.565 INFO:journalctl@ceph.mon.a.trial009.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-22T20:30:21.565 INFO:journalctl@ceph.mon.a.trial009.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-22T20:30:21.565 INFO:journalctl@ceph.mon.a.trial009.stdout: L0 2/0 73.76 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-22T20:30:21.565 INFO:journalctl@ceph.mon.a.trial009.stdout: Sum 2/0 73.76 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-22T20:30:21.565 INFO:journalctl@ceph.mon.a.trial009.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-22T20:30:21.566 INFO:journalctl@ceph.mon.a.trial009.stdout: 2026-02-22T20:30:21.566 INFO:journalctl@ceph.mon.a.trial009.stdout: ** Compaction Stats [default] ** 2026-02-22T20:30:21.566 INFO:journalctl@ceph.mon.a.trial009.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-22T20:30:21.566 INFO:journalctl@ceph.mon.a.trial009.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-22T20:30:21.566 INFO:journalctl@ceph.mon.a.trial009.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 124.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-22T20:30:21.566 INFO:journalctl@ceph.mon.a.trial009.stdout: 2026-02-22T20:30:21.566 INFO:journalctl@ceph.mon.a.trial009.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-22T20:30:21.566 INFO:journalctl@ceph.mon.a.trial009.stdout: 2026-02-22T20:30:21.566 INFO:journalctl@ceph.mon.a.trial009.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-22T20:30:21.566 INFO:journalctl@ceph.mon.a.trial009.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-22T20:30:21.566 INFO:journalctl@ceph.mon.a.trial009.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-22T20:30:21.566 INFO:journalctl@ceph.mon.a.trial009.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-22T20:30:21.566 INFO:journalctl@ceph.mon.a.trial009.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-22T20:30:21.566 INFO:journalctl@ceph.mon.a.trial009.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-22T20:30:21.567 INFO:journalctl@ceph.mon.a.trial009.stdout: Cumulative compaction: 0.00 GB write, 23.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-22T20:30:21.567 INFO:journalctl@ceph.mon.a.trial009.stdout: Interval compaction: 0.00 GB write, 23.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-22T20:30:21.567 INFO:journalctl@ceph.mon.a.trial009.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2026-02-22T20:30:21.567 INFO:journalctl@ceph.mon.a.trial009.stdout: Block cache BinnedLRUCache@0x55e994653b90#7 capacity: 512.00 MB usage: 1.06 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.7e-05 secs_since: 0 2026-02-22T20:30:21.567 INFO:journalctl@ceph.mon.a.trial009.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.70 KB,0.00013411%) IndexBlock(2,0.36 KB,6.85453e-05%) Misc(1,0.00 KB,0%) 2026-02-22T20:30:21.567 INFO:journalctl@ceph.mon.a.trial009.stdout: 2026-02-22T20:30:21.567 INFO:journalctl@ceph.mon.a.trial009.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-22T20:30:21.567 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: starting mon.a rank 0 at public addrs [v2:10.20.193.9:3300/0,v1:10.20.193.9:6789/0] at bind addrs [v2:10.20.193.9:3300/0,v1:10.20.193.9:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 45a1c82e-102d-11f1-b66e-d404e6e7d460 2026-02-22T20:30:21.567 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: mon.a@-1(???) e1 preinit fsid 45a1c82e-102d-11f1-b66e-d404e6e7d460 2026-02-22T20:30:21.567 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: mon.a@-1(???).mds e1 new map 2026-02-22T20:30:21.567 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: mon.a@-1(???).mds e1 print_map 2026-02-22T20:30:21.567 INFO:journalctl@ceph.mon.a.trial009.stdout: e1 2026-02-22T20:30:21.567 INFO:journalctl@ceph.mon.a.trial009.stdout: btime 2026-02-22T20:30:19:799254+0000 2026-02-22T20:30:21.568 INFO:journalctl@ceph.mon.a.trial009.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-22T20:30:21.568 INFO:journalctl@ceph.mon.a.trial009.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2026-02-22T20:30:21.568 INFO:journalctl@ceph.mon.a.trial009.stdout: legacy client fscid: -1 2026-02-22T20:30:21.568 INFO:journalctl@ceph.mon.a.trial009.stdout: 2026-02-22T20:30:21.568 INFO:journalctl@ceph.mon.a.trial009.stdout: No filesystems configured 2026-02-22T20:30:21.568 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-22T20:30:21.568 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-22T20:30:21.568 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-22T20:30:21.568 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-22T20:30:21.568 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-22T20:30:21.568 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-22T20:30:21.568 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: monmap epoch 1 2026-02-22T20:30:21.568 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: fsid 45a1c82e-102d-11f1-b66e-d404e6e7d460 2026-02-22T20:30:21.568 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: last_changed 2026-02-22T20:30:18.554076+0000 2026-02-22T20:30:21.568 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: created 2026-02-22T20:30:18.554076+0000 2026-02-22T20:30:21.569 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: min_mon_release 20 (tentacle) 2026-02-22T20:30:21.569 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: election_strategy: 1 2026-02-22T20:30:21.569 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: 0: [v2:10.20.193.9:3300/0,v1:10.20.193.9:6789/0] mon.a 2026-02-22T20:30:21.569 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: fsmap 2026-02-22T20:30:21.569 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: osdmap e1: 0 total, 0 up, 0 in 2026-02-22T20:30:21.569 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:21 trial009 ceph-mon[39568]: mgrmap e1: no daemons active 2026-02-22T20:30:21.570 INFO:teuthology.orchestra.run.trial009.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-22T20:30:21.570 INFO:teuthology.orchestra.run.trial009.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-22T20:30:21.570 INFO:teuthology.orchestra.run.trial009.stdout:Creating mgr... 2026-02-22T20:30:21.570 INFO:teuthology.orchestra.run.trial009.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-22T20:30:21.570 INFO:teuthology.orchestra.run.trial009.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-22T20:30:21.687 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mgr.a 2026-02-22T20:30:21.687 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Failed to reset failed state of unit ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mgr.a.service: Unit ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mgr.a.service not loaded. 2026-02-22T20:30:21.805 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460.target.wants/ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mgr.a.service → /etc/systemd/system/ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@.service. 2026-02-22T20:30:21.970 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-22T20:30:21.970 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout disabled 2026-02-22T20:30:21.976 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-22T20:30:21.976 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout inactive 2026-02-22T20:30:21.976 INFO:teuthology.orchestra.run.trial009.stdout:firewalld.service is not enabled 2026-02-22T20:30:21.976 INFO:teuthology.orchestra.run.trial009.stdout:Not possible to enable service . firewalld.service is not available 2026-02-22T20:30:21.983 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-22T20:30:21.983 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout disabled 2026-02-22T20:30:21.990 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-22T20:30:21.990 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stdout inactive 2026-02-22T20:30:21.990 INFO:teuthology.orchestra.run.trial009.stdout:firewalld.service is not enabled 2026-02-22T20:30:21.990 INFO:teuthology.orchestra.run.trial009.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-22T20:30:21.990 INFO:teuthology.orchestra.run.trial009.stdout:Waiting for mgr to start... 2026-02-22T20:30:21.990 INFO:teuthology.orchestra.run.trial009.stdout:Waiting for mgr... 2026-02-22T20:30:22.303 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-22T20:30:22.303 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout { 2026-02-22T20:30:22.303 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "fsid": "45a1c82e-102d-11f1-b66e-d404e6e7d460", 2026-02-22T20:30:22.303 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "health": { 2026-02-22T20:30:22.304 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-22T20:30:22.304 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-22T20:30:22.304 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-22T20:30:22.304 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:30:22.304 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-22T20:30:22.304 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-22T20:30:22.304 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 0 2026-02-22T20:30:22.304 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout ], 2026-02-22T20:30:22.304 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-22T20:30:22.304 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "a" 2026-02-22T20:30:22.304 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout ], 2026-02-22T20:30:22.305 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-22T20:30:22.305 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-22T20:30:22.305 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T20:30:22.305 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-22T20:30:22.305 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-22T20:30:22.305 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:30:22.305 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-22T20:30:22.306 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T20:30:22.306 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-22T20:30:22.306 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-22T20:30:22.306 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-22T20:30:22.306 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-22T20:30:22.306 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-22T20:30:22.306 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-22T20:30:22.306 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:30:22.306 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-22T20:30:22.307 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-22T20:30:22.307 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-22T20:30:22.307 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-22T20:30:22.307 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-22T20:30:22.307 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-22T20:30:22.307 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-22T20:30:22.307 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-22T20:30:22.307 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-22T20:30:22.307 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:30:22.307 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-22T20:30:22.307 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T20:30:22.307 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "btime": "2026-02-22T20:30:19:799254+0000", 2026-02-22T20:30:22.308 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-22T20:30:22.308 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-22T20:30:22.308 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:30:22.308 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-22T20:30:22.308 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-22T20:30:22.308 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-22T20:30:22.308 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-22T20:30:22.308 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-22T20:30:22.308 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-22T20:30:22.308 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout ], 2026-02-22T20:30:22.308 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-22T20:30:22.308 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:30:22.308 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-22T20:30:22.309 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T20:30:22.309 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "modified": "2026-02-22T20:30:19.799732+0000", 2026-02-22T20:30:22.309 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-22T20:30:22.309 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:30:22.309 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-22T20:30:22.309 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout } 2026-02-22T20:30:22.309 INFO:teuthology.orchestra.run.trial009.stdout:mgr not available, waiting (1/15)... 2026-02-22T20:30:22.364 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.363+0000 7f87b87bf100 -1 mgr[py] Loading module devicehealth in main interpreter 2026-02-22T20:30:22.629 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-mon[39568]: from='client.? 10.20.193.9:0/1041656045' entity='client.admin' 2026-02-22T20:30:22.630 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-mon[39568]: from='client.? 10.20.193.9:0/2943253287' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-22T20:30:22.630 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.366+0000 7f87b87bf100 -1 mgr[py] Loading module alerts in main interpreter 2026-02-22T20:30:22.631 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.367+0000 7f87b87bf100 -1 mgr[py] Loading module telemetry in main interpreter 2026-02-22T20:30:22.631 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.373+0000 7f87b87bf100 -1 mgr[py] Loading module diskprediction_local in main interpreter 2026-02-22T20:30:22.631 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.413+0000 7f87b87bf100 -1 mgr[py] Loading module status in main interpreter 2026-02-22T20:30:22.631 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.414+0000 7f87b87bf100 -1 mgr[py] Loading module rgw in main interpreter 2026-02-22T20:30:22.631 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.418+0000 7f87b87bf100 -1 mgr[py] Loading module insights in main interpreter 2026-02-22T20:30:22.631 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.419+0000 7f87b87bf100 -1 mgr[py] Loading module iostat in main interpreter 2026-02-22T20:30:22.632 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.420+0000 7f87b87bf100 -1 mgr[py] Loading module pg_autoscaler in main interpreter 2026-02-22T20:30:22.632 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.422+0000 7f87b87bf100 -1 mgr[py] Loading module osd_perf_query in main interpreter 2026-02-22T20:30:22.632 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.423+0000 7f87b87bf100 -1 mgr[py] Loading module crash in main interpreter 2026-02-22T20:30:22.632 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.425+0000 7f87b87bf100 -1 mgr[py] Loading module progress in main interpreter 2026-02-22T20:30:22.632 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.427+0000 7f87b87bf100 -1 mgr[py] Loading module rook in main interpreter 2026-02-22T20:30:22.633 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.556+0000 7f87b87bf100 -1 mgr[py] Loading module nfs in main interpreter 2026-02-22T20:30:22.633 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.556+0000 7f87b87bf100 -1 mgr[py] Loading module telegraf in main interpreter 2026-02-22T20:30:22.633 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.558+0000 7f87b87bf100 -1 mgr[py] Loading module selftest in main interpreter 2026-02-22T20:30:22.633 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.560+0000 7f87b87bf100 -1 mgr[py] Loading module test_orchestrator in main interpreter 2026-02-22T20:30:22.633 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.562+0000 7f87b87bf100 -1 mgr[py] Loading module osd_support in main interpreter 2026-02-22T20:30:22.634 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.562+0000 7f87b87bf100 -1 mgr[py] Loading module orchestrator in main interpreter 2026-02-22T20:30:22.634 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.562+0000 7f87b87bf100 -1 mgr[py] Loading module cephadm in main interpreter 2026-02-22T20:30:23.129 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.724+0000 7f87b87bf100 -1 mgr[py] Loading module volumes in main interpreter 2026-02-22T20:30:23.130 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.746+0000 7f87b87bf100 -1 mgr[py] Loading module k8sevents in main interpreter 2026-02-22T20:30:23.130 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.749+0000 7f87b87bf100 -1 mgr[py] Loading module mds_autoscaler in main interpreter 2026-02-22T20:30:23.130 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.750+0000 7f87b87bf100 -1 mgr[py] Loading module localpool in main interpreter 2026-02-22T20:30:23.130 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:22 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:22.751+0000 7f87b87bf100 -1 mgr[py] Loading module influx in main interpreter 2026-02-22T20:30:23.879 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:23 trial009 ceph-mon[39568]: Activating manager daemon a 2026-02-22T20:30:23.879 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:23 trial009 ceph-mon[39568]: mgrmap e2: a(active, starting, since 0.00223226s) 2026-02-22T20:30:23.879 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:23 trial009 ceph-mon[39568]: from='mgr.14100 10.20.193.9:0/516351293' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-22T20:30:23.879 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:23 trial009 ceph-mon[39568]: from='mgr.14100 10.20.193.9:0/516351293' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-22T20:30:23.879 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:23 trial009 ceph-mon[39568]: from='mgr.14100 10.20.193.9:0/516351293' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-22T20:30:23.879 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:23 trial009 ceph-mon[39568]: from='mgr.14100 10.20.193.9:0/516351293' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-22T20:30:23.879 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:23 trial009 ceph-mon[39568]: from='mgr.14100 10.20.193.9:0/516351293' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-22T20:30:23.879 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:23 trial009 ceph-mon[39568]: Manager daemon a is now available 2026-02-22T20:30:23.879 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:23 trial009 ceph-mon[39568]: from='mgr.14100 10.20.193.9:0/516351293' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-22T20:30:23.879 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:23 trial009 ceph-mon[39568]: from='mgr.14100 10.20.193.9:0/516351293' entity='mgr.a' 2026-02-22T20:30:23.879 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:23 trial009 ceph-mon[39568]: from='mgr.14100 10.20.193.9:0/516351293' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-22T20:30:23.879 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:23 trial009 ceph-mon[39568]: from='mgr.14100 10.20.193.9:0/516351293' entity='mgr.a' 2026-02-22T20:30:23.880 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:23 trial009 ceph-mon[39568]: from='mgr.14100 10.20.193.9:0/516351293' entity='mgr.a' 2026-02-22T20:30:24.699 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-22T20:30:24.699 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout { 2026-02-22T20:30:24.699 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "fsid": "45a1c82e-102d-11f1-b66e-d404e6e7d460", 2026-02-22T20:30:24.699 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "health": { 2026-02-22T20:30:24.699 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-22T20:30:24.700 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-22T20:30:24.700 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-22T20:30:24.700 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:30:24.700 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-22T20:30:24.700 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-22T20:30:24.700 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 0 2026-02-22T20:30:24.700 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout ], 2026-02-22T20:30:24.700 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-22T20:30:24.700 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "a" 2026-02-22T20:30:24.700 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout ], 2026-02-22T20:30:24.700 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-22T20:30:24.700 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-22T20:30:24.700 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T20:30:24.700 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-22T20:30:24.700 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-22T20:30:24.700 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:30:24.700 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-22T20:30:24.700 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T20:30:24.701 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-22T20:30:24.701 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-22T20:30:24.701 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-22T20:30:24.701 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-22T20:30:24.701 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-22T20:30:24.701 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-22T20:30:24.701 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:30:24.701 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-22T20:30:24.701 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-22T20:30:24.701 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "btime": "2026-02-22T20:30:19:799254+0000", 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout ], 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "modified": "2026-02-22T20:30:19.799732+0000", 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout } 2026-02-22T20:30:24.705 INFO:teuthology.orchestra.run.trial009.stdout:mgr is available 2026-02-22T20:30:24.879 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:24 trial009 ceph-mon[39568]: mgrmap e3: a(active, since 1.00446s) 2026-02-22T20:30:24.879 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:24 trial009 ceph-mon[39568]: from='client.? 10.20.193.9:0/3207875702' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-22T20:30:25.055 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-22T20:30:25.056 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout [global] 2026-02-22T20:30:25.056 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout fsid = 45a1c82e-102d-11f1-b66e-d404e6e7d460 2026-02-22T20:30:25.056 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-22T20:30:25.056 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.9:3300,v1:10.20.193.9:6789] 2026-02-22T20:30:25.056 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-22T20:30:25.057 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-22T20:30:25.057 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-22T20:30:25.057 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-22T20:30:25.057 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-22T20:30:25.057 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-22T20:30:25.057 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-22T20:30:25.057 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout 2026-02-22T20:30:25.057 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout [osd] 2026-02-22T20:30:25.058 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-22T20:30:25.058 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-22T20:30:25.058 INFO:teuthology.orchestra.run.trial009.stdout:Enabling cephadm module... 2026-02-22T20:30:26.051 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:25 trial009 ceph-mon[39568]: mgrmap e4: a(active, since 2s) 2026-02-22T20:30:26.051 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:25 trial009 ceph-mon[39568]: from='client.? 10.20.193.9:0/2387879930' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-22T20:30:26.051 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:25 trial009 ceph-mon[39568]: from='client.? 10.20.193.9:0/2387879930' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-22T20:30:26.051 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:25 trial009 ceph-mon[39568]: from='client.? 10.20.193.9:0/1664090561' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-22T20:30:26.051 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:25 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: ignoring --setuser ceph since I am not root 2026-02-22T20:30:26.051 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:25 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: ignoring --setgroup ceph since I am not root 2026-02-22T20:30:26.051 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:25 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:25.966+0000 7ff56c7ef100 -1 mgr[py] Loading module stats in main interpreter 2026-02-22T20:30:26.051 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:25 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:25.995+0000 7ff56c7ef100 -1 mgr[py] Loading module dashboard in main interpreter 2026-02-22T20:30:26.303 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.278+0000 7ff56c7ef100 -1 mgr[py] Loading module mirroring in main interpreter 2026-02-22T20:30:26.303 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.286+0000 7ff56c7ef100 -1 mgr[py] Loading module snap_schedule in main interpreter 2026-02-22T20:30:26.303 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.291+0000 7ff56c7ef100 -1 mgr[py] Loading module prometheus in main interpreter 2026-02-22T20:30:26.303 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.297+0000 7ff56c7ef100 -1 mgr[py] Loading module balancer in main interpreter 2026-02-22T20:30:26.303 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.302+0000 7ff56c7ef100 -1 mgr[py] Loading module rbd_support in main interpreter 2026-02-22T20:30:26.440 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout { 2026-02-22T20:30:26.441 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-22T20:30:26.441 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-22T20:30:26.441 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-22T20:30:26.441 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-22T20:30:26.441 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout } 2026-02-22T20:30:26.441 INFO:teuthology.orchestra.run.trial009.stdout:Waiting for the mgr to restart... 2026-02-22T20:30:26.441 INFO:teuthology.orchestra.run.trial009.stdout:Waiting for mgr epoch 5... 2026-02-22T20:30:26.556 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.314+0000 7ff56c7ef100 -1 mgr[py] Loading module smb in main interpreter 2026-02-22T20:30:26.556 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.335+0000 7ff56c7ef100 -1 mgr[py] Loading module devicehealth in main interpreter 2026-02-22T20:30:26.556 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.337+0000 7ff56c7ef100 -1 mgr[py] Loading module alerts in main interpreter 2026-02-22T20:30:26.556 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.339+0000 7ff56c7ef100 -1 mgr[py] Loading module telemetry in main interpreter 2026-02-22T20:30:26.556 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.345+0000 7ff56c7ef100 -1 mgr[py] Loading module diskprediction_local in main interpreter 2026-02-22T20:30:26.556 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.384+0000 7ff56c7ef100 -1 mgr[py] Loading module status in main interpreter 2026-02-22T20:30:26.556 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.386+0000 7ff56c7ef100 -1 mgr[py] Loading module rgw in main interpreter 2026-02-22T20:30:26.556 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.389+0000 7ff56c7ef100 -1 mgr[py] Loading module insights in main interpreter 2026-02-22T20:30:26.557 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.391+0000 7ff56c7ef100 -1 mgr[py] Loading module iostat in main interpreter 2026-02-22T20:30:26.557 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.391+0000 7ff56c7ef100 -1 mgr[py] Loading module pg_autoscaler in main interpreter 2026-02-22T20:30:26.557 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.394+0000 7ff56c7ef100 -1 mgr[py] Loading module osd_perf_query in main interpreter 2026-02-22T20:30:26.557 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.395+0000 7ff56c7ef100 -1 mgr[py] Loading module crash in main interpreter 2026-02-22T20:30:26.557 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.397+0000 7ff56c7ef100 -1 mgr[py] Loading module progress in main interpreter 2026-02-22T20:30:26.557 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.399+0000 7ff56c7ef100 -1 mgr[py] Loading module rook in main interpreter 2026-02-22T20:30:26.557 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.530+0000 7ff56c7ef100 -1 mgr[py] Loading module nfs in main interpreter 2026-02-22T20:30:26.557 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.530+0000 7ff56c7ef100 -1 mgr[py] Loading module telegraf in main interpreter 2026-02-22T20:30:26.557 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.532+0000 7ff56c7ef100 -1 mgr[py] Loading module selftest in main interpreter 2026-02-22T20:30:26.557 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.534+0000 7ff56c7ef100 -1 mgr[py] Loading module test_orchestrator in main interpreter 2026-02-22T20:30:26.557 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.535+0000 7ff56c7ef100 -1 mgr[py] Loading module osd_support in main interpreter 2026-02-22T20:30:26.557 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.535+0000 7ff56c7ef100 -1 mgr[py] Loading module orchestrator in main interpreter 2026-02-22T20:30:26.557 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.535+0000 7ff56c7ef100 -1 mgr[py] Loading module cephadm in main interpreter 2026-02-22T20:30:26.879 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.713+0000 7ff56c7ef100 -1 mgr[py] Loading module volumes in main interpreter 2026-02-22T20:30:26.879 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.735+0000 7ff56c7ef100 -1 mgr[py] Loading module k8sevents in main interpreter 2026-02-22T20:30:26.879 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.738+0000 7ff56c7ef100 -1 mgr[py] Loading module mds_autoscaler in main interpreter 2026-02-22T20:30:26.879 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.739+0000 7ff56c7ef100 -1 mgr[py] Loading module localpool in main interpreter 2026-02-22T20:30:26.879 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:26.739+0000 7ff56c7ef100 -1 mgr[py] Loading module influx in main interpreter 2026-02-22T20:30:27.379 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-mon[39568]: from='client.? 10.20.193.9:0/1664090561' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-22T20:30:27.379 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-mon[39568]: mgrmap e5: a(active, since 3s) 2026-02-22T20:30:27.379 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-mon[39568]: from='client.? 10.20.193.9:0/3056846246' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-22T20:30:27.379 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-mon[39568]: Active manager daemon a restarted 2026-02-22T20:30:27.379 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-mon[39568]: Activating manager daemon a 2026-02-22T20:30:27.379 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-mon[39568]: osdmap e2: 0 total, 0 up, 0 in 2026-02-22T20:30:27.379 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-mon[39568]: mgrmap e6: a(active, starting, since 0.0028012s) 2026-02-22T20:30:27.379 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-mon[39568]: from='mgr.14116 10.20.193.9:0/3501317873' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-22T20:30:27.379 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-mon[39568]: from='mgr.14116 10.20.193.9:0/3501317873' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-22T20:30:27.379 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-mon[39568]: from='mgr.14116 10.20.193.9:0/3501317873' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-22T20:30:27.379 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-mon[39568]: from='mgr.14116 10.20.193.9:0/3501317873' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-22T20:30:27.379 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-mon[39568]: from='mgr.14116 10.20.193.9:0/3501317873' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-22T20:30:27.379 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:26 trial009 ceph-mon[39568]: Manager daemon a is now available 2026-02-22T20:30:27.878 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout { 2026-02-22T20:30:27.878 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-22T20:30:27.878 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-22T20:30:27.878 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout } 2026-02-22T20:30:27.878 INFO:teuthology.orchestra.run.trial009.stdout:mgr epoch 5 is available 2026-02-22T20:30:27.878 INFO:teuthology.orchestra.run.trial009.stdout:Verifying orchestrator module is enabled... 2026-02-22T20:30:28.129 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:27 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: Client ('10.20.193.9', 56464) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-22T20:30:28.629 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:28 trial009 ceph-mon[39568]: from='mgr.14116 10.20.193.9:0/3501317873' entity='mgr.a' 2026-02-22T20:30:28.629 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:28 trial009 ceph-mon[39568]: from='mgr.14116 10.20.193.9:0/3501317873' entity='mgr.a' 2026-02-22T20:30:28.629 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:28 trial009 ceph-mon[39568]: from='mgr.14116 10.20.193.9:0/3501317873' entity='mgr.a' 2026-02-22T20:30:28.629 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:28 trial009 ceph-mon[39568]: from='mgr.14116 10.20.193.9:0/3501317873' entity='mgr.a' 2026-02-22T20:30:28.629 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:28 trial009 ceph-mon[39568]: from='mgr.14116 10.20.193.9:0/3501317873' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T20:30:28.629 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:28 trial009 ceph-mon[39568]: from='mgr.14116 10.20.193.9:0/3501317873' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T20:30:28.629 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:28 trial009 ceph-mon[39568]: from='mgr.14116 10.20.193.9:0/3501317873' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-22T20:30:28.629 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:28 trial009 ceph-mon[39568]: from='mgr.14116 10.20.193.9:0/3501317873' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-22T20:30:28.629 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:28 trial009 ceph-mon[39568]: from='mgr.14116 10.20.193.9:0/3501317873' entity='mgr.a' 2026-02-22T20:30:28.629 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:28 trial009 ceph-mon[39568]: from='mgr.14116 10.20.193.9:0/3501317873' entity='mgr.a' 2026-02-22T20:30:28.629 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:28 trial009 ceph-mon[39568]: mgrmap e7: a(active, since 1.00378s) 2026-02-22T20:30:28.629 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:28 trial009 ceph-mon[39568]: from='client.? 10.20.193.9:0/3876477987' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-22T20:30:28.874 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-22T20:30:28.874 INFO:teuthology.orchestra.run.trial009.stdout:Setting orchestrator backend to cephadm... 2026-02-22T20:30:29.691 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-22T20:30:29.691 INFO:teuthology.orchestra.run.trial009.stdout:Generating ssh key... 2026-02-22T20:30:30.046 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-mon[39568]: Optimize plan auto_2026-02-22_20:30:26 2026-02-22T20:30:30.047 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-mon[39568]: Mode upmap, max misplaced 0.050000 2026-02-22T20:30:30.047 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-mon[39568]: do_upmap 2026-02-22T20:30:30.047 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-mon[39568]: No pools available 2026-02-22T20:30:30.047 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-mon[39568]: Found migration_current of "None". Setting to last migration. 2026-02-22T20:30:30.047 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-mon[39568]: running migrations 2026-02-22T20:30:30.047 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-mon[39568]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-22T20:30:30.047 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-mon[39568]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-22T20:30:30.047 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-mon[39568]: from='client.? 10.20.193.9:0/3876477987' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-22T20:30:30.047 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-mon[39568]: mgrmap e8: a(active, since 2s) 2026-02-22T20:30:30.047 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-mon[39568]: from='mgr.14116 10.20.193.9:0/3501317873' entity='mgr.a' 2026-02-22T20:30:30.048 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-mon[39568]: from='mgr.14116 10.20.193.9:0/3501317873' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T20:30:30.048 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: Generating public/private ed25519 key pair. 2026-02-22T20:30:30.048 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: Your identification has been saved in /tmp/tmpfjs355kc/key 2026-02-22T20:30:30.048 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: Your public key has been saved in /tmp/tmpfjs355kc/key.pub 2026-02-22T20:30:30.048 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: The key fingerprint is: 2026-02-22T20:30:30.048 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: SHA256:yF5PM1NUHpS5e4rNWBYtEolCY487y3JDLTvuQucrMjY ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460 2026-02-22T20:30:30.048 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: The key's randomart image is: 2026-02-22T20:30:30.048 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: +--[ED25519 256]--+ 2026-02-22T20:30:30.048 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: | .+ ..++o | 2026-02-22T20:30:30.048 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: | ..+..o.o. | 2026-02-22T20:30:30.049 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: | ... ...o | 2026-02-22T20:30:30.049 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: | . . o .. + .| 2026-02-22T20:30:30.049 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: | o S * . + | 2026-02-22T20:30:30.049 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: | ..+.B + + .| 2026-02-22T20:30:30.049 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: | .ooB . B o | 2026-02-22T20:30:30.049 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: | E o+.o o + | 2026-02-22T20:30:30.049 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: | . + ++. | 2026-02-22T20:30:30.049 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:29 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: +----[SHA256]-----+ 2026-02-22T20:30:30.394 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAaVxd3iePBLa/SVq33/u0A3+So7KBn0UJKz1HyN3bvd ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460 2026-02-22T20:30:30.394 INFO:teuthology.orchestra.run.trial009.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-22T20:30:30.394 INFO:teuthology.orchestra.run.trial009.stdout:Adding key to root@localhost authorized_keys... 2026-02-22T20:30:30.395 INFO:teuthology.orchestra.run.trial009.stdout:Adding host trial009... 2026-02-22T20:30:31.230 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:30 trial009 ceph-mon[39568]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T20:30:31.230 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:30 trial009 ceph-mon[39568]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T20:30:31.230 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:30 trial009 ceph-mon[39568]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T20:30:31.231 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:30 trial009 ceph-mon[39568]: from='mgr.14116 10.20.193.9:0/3501317873' entity='mgr.a' 2026-02-22T20:30:31.231 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:30 trial009 ceph-mon[39568]: from='mgr.14116 10.20.193.9:0/3501317873' entity='mgr.a' 2026-02-22T20:30:32.129 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:31 trial009 ceph-mon[39568]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T20:30:32.129 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:31 trial009 ceph-mon[39568]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial009", "addr": "10.20.193.9", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T20:30:32.284 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout Added host 'trial009' with addr '10.20.193.9' 2026-02-22T20:30:32.285 INFO:teuthology.orchestra.run.trial009.stdout:Deploying unmanaged mon service... 2026-02-22T20:30:32.653 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-22T20:30:32.654 INFO:teuthology.orchestra.run.trial009.stdout:Deploying unmanaged mgr service... 2026-02-22T20:30:33.014 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 22 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e -e NODE_NAME=trial009 -v /var/log/ceph/45a1c82e-102d-11f1-b66e-d404e6e7d460:/var/log/ceph:z -v /tmp/ceph-tmp1zdqaxy1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpsrs8uw5b:/etc/ceph/ceph.conf:z quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e orch apply mgr --unmanaged 2026-02-22T20:30:33.015 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr Error EINVAL: Traceback (most recent call last): 2026-02-22T20:30:33.015 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/mgr_module.py", line 1975, in _handle_command 2026-02-22T20:30:33.015 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr return self.CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) # type: ignore[attr-defined] 2026-02-22T20:30:33.015 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/mgr_module.py", line 533, in call 2026-02-22T20:30:33.015 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr return self.func(mgr, **kwargs) 2026-02-22T20:30:33.015 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/orchestrator/cli.py", line 18, in wrapper 2026-02-22T20:30:33.015 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr return func(*args, **kwargs) 2026-02-22T20:30:33.015 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/orchestrator/module.py", line 1903, in apply_misc 2026-02-22T20:30:33.016 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr cmd_result = self._apply_misc(specs, dry_run, format, no_overwrite, continue_on_error) 2026-02-22T20:30:33.016 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/orchestrator/module.py", line 1918, in _apply_misc 2026-02-22T20:30:33.016 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr completion = self.apply(specs, no_overwrite, continue_on_error) 2026-02-22T20:30:33.016 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1835, in inner 2026-02-22T20:30:33.016 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr completion = self._oremote(method_name, args, kwargs) 2026-02-22T20:30:33.016 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1906, in _oremote 2026-02-22T20:30:33.016 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr return mgr.remote(o, meth, *args, **kwargs) 2026-02-22T20:30:33.016 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/mgr_module.py", line 2557, in remote 2026-02-22T20:30:33.017 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr return self._ceph_dispatch_remote(module_name, method_name, 2026-02-22T20:30:33.017 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr RuntimeError: Remote method threw exception: Traceback (most recent call last): 2026-02-22T20:30:33.017 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 935, in __new__ 2026-02-22T20:30:33.017 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr sub_cls: Any = cls._cls(service_type) 2026-02-22T20:30:33.017 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 920, in _cls 2026-02-22T20:30:33.017 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr raise SpecValidationError('Spec needs a "service_type" key.') 2026-02-22T20:30:33.017 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr ceph.deployment.hostspec.SpecValidationError: Spec needs a "service_type" key. 2026-02-22T20:30:33.017 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr 2026-02-22T20:30:33.017 INFO:teuthology.orchestra.run.trial009.stdout:/usr/bin/ceph: stderr 2026-02-22T20:30:33.018 INFO:teuthology.orchestra.run.trial009.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e -e NODE_NAME=trial009 -v /var/log/ceph/45a1c82e-102d-11f1-b66e-d404e6e7d460:/var/log/ceph:z -v /tmp/ceph-tmp1zdqaxy1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpsrs8uw5b:/etc/ceph/ceph.conf:z quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e orch apply mgr --unmanaged 2026-02-22T20:30:33.018 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:30:33.018 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:30:33.018 INFO:teuthology.orchestra.run.trial009.stdout: *************** 2026-02-22T20:30:33.018 INFO:teuthology.orchestra.run.trial009.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2026-02-22T20:30:33.018 INFO:teuthology.orchestra.run.trial009.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2026-02-22T20:30:33.018 INFO:teuthology.orchestra.run.trial009.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2026-02-22T20:30:33.018 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:30:33.019 INFO:teuthology.orchestra.run.trial009.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2026-02-22T20:30:33.019 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:30:33.019 INFO:teuthology.orchestra.run.trial009.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2026-02-22T20:30:33.019 INFO:teuthology.orchestra.run.trial009.stdout: *************** 2026-02-22T20:30:33.019 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:30:33.019 INFO:teuthology.orchestra.run.trial009.stdout: 2026-02-22T20:30:33.019 INFO:teuthology.orchestra.run.trial009.stdout:Deleting cluster with fsid: 45a1c82e-102d-11f1-b66e-d404e6e7d460 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:32.892+0000 7ff47d4b4640 -1 mgr dispatch_remote Failed to deserialize (pickle.loads) args: Traceback (most recent call last): 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 935, in __new__ 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: sub_cls: Any = cls._cls(service_type) 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 920, in _cls 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: raise SpecValidationError('Spec needs a "service_type" key.') 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: ceph.deployment.hostspec.SpecValidationError: Spec needs a "service_type" key. 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:32.892+0000 7ff47d4b4640 -1 Remote method threw exception: Traceback (most recent call last): 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 935, in __new__ 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: sub_cls: Any = cls._cls(service_type) 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 920, in _cls 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: raise SpecValidationError('Spec needs a "service_type" key.') 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: ceph.deployment.hostspec.SpecValidationError: Spec needs a "service_type" key. 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:32.892+0000 7ff47d4b4640 -1 mgr handle_command module 'orchestrator' command handler threw exception: Remote method threw exception: Traceback (most recent call last): 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 935, in __new__ 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: sub_cls: Any = cls._cls(service_type) 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 920, in _cls 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: raise SpecValidationError('Spec needs a "service_type" key.') 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: ceph.deployment.hostspec.SpecValidationError: Spec needs a "service_type" key. 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:32.893+0000 7ff47d4b4640 -1 mgr.server reply reply (22) Invalid argument Traceback (most recent call last): 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: File "/usr/share/ceph/mgr/mgr_module.py", line 1975, in _handle_command 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: return self.CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) # type: ignore[attr-defined] 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: File "/usr/share/ceph/mgr/mgr_module.py", line 533, in call 2026-02-22T20:30:33.040 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: return self.func(mgr, **kwargs) 2026-02-22T20:30:33.041 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: File "/usr/share/ceph/mgr/orchestrator/cli.py", line 18, in wrapper 2026-02-22T20:30:33.041 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: return func(*args, **kwargs) 2026-02-22T20:30:33.041 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: File "/usr/share/ceph/mgr/orchestrator/module.py", line 1903, in apply_misc 2026-02-22T20:30:33.041 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: cmd_result = self._apply_misc(specs, dry_run, format, no_overwrite, continue_on_error) 2026-02-22T20:30:33.041 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: File "/usr/share/ceph/mgr/orchestrator/module.py", line 1918, in _apply_misc 2026-02-22T20:30:33.041 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: completion = self.apply(specs, no_overwrite, continue_on_error) 2026-02-22T20:30:33.041 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1835, in inner 2026-02-22T20:30:33.041 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: completion = self._oremote(method_name, args, kwargs) 2026-02-22T20:30:33.041 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1906, in _oremote 2026-02-22T20:30:33.041 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: return mgr.remote(o, meth, *args, **kwargs) 2026-02-22T20:30:33.041 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: File "/usr/share/ceph/mgr/mgr_module.py", line 2557, in remote 2026-02-22T20:30:33.041 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: return self._ceph_dispatch_remote(module_name, method_name, 2026-02-22T20:30:33.041 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: RuntimeError: Remote method threw exception: Traceback (most recent call last): 2026-02-22T20:30:33.041 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 935, in __new__ 2026-02-22T20:30:33.041 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: sub_cls: Any = cls._cls(service_type) 2026-02-22T20:30:33.041 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 920, in _cls 2026-02-22T20:30:33.041 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: raise SpecValidationError('Spec needs a "service_type" key.') 2026-02-22T20:30:33.041 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: ceph.deployment.hostspec.SpecValidationError: Spec needs a "service_type" key. 2026-02-22T20:30:33.041 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:33.041 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:32 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:33.316 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:33 trial009 systemd[1]: Stopping Ceph mon.a for 45a1c82e-102d-11f1-b66e-d404e6e7d460... 2026-02-22T20:30:33.316 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:33 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mon-a[39542]: 2026-02-22T20:30:33.102+0000 7ff9a846a640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2026-02-22T20:30:33.316 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:33 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mon-a[39542]: 2026-02-22T20:30:33.102+0000 7ff9a846a640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-22T20:30:33.316 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:33 trial009 podman[42215]: 2026-02-22 20:30:33.143012653 +0000 UTC m=+0.055411430 container died b15157e32fa102488dcf0180d3e7a64c3efb33745fd651e8245e40c75e1e7d28 (image=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e, name=ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mon-a, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, CEPH_SHA1=a5c3084f688b1f6eff223b8d259a8316f9844c8e, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0) 2026-02-22T20:30:33.316 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:33 trial009 podman[42215]: 2026-02-22 20:30:33.252982282 +0000 UTC m=+0.165381069 container remove b15157e32fa102488dcf0180d3e7a64c3efb33745fd651e8245e40c75e1e7d28 (image=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e, name=ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mon-a, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=a5c3084f688b1f6eff223b8d259a8316f9844c8e, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, ceph=True, org.label-schema.vendor=CentOS) 2026-02-22T20:30:33.316 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:33 trial009 bash[42215]: ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mon-a 2026-02-22T20:30:33.477 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460.target.wants/ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mon.a.service". 2026-02-22T20:30:33.484 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 5 from systemctl stop ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-init@mon.a.service 2026-02-22T20:30:33.484 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Failed to stop ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-init@mon.a.service: Unit ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-init@mon.a.service not loaded. 2026-02-22T20:30:33.489 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-init@mon.a.service 2026-02-22T20:30:33.489 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Failed to reset failed state of unit ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-init@mon.a.service: Unit ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-init@mon.a.service not loaded. 2026-02-22T20:30:33.495 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 1 from systemctl disable ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-init@mon.a.service 2026-02-22T20:30:33.495 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-init@mon.a.service does not exist. 2026-02-22T20:30:33.584 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:33 trial009 systemd[1]: ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-22T20:30:33.585 INFO:journalctl@ceph.mon.a.trial009.stdout:Feb 22 20:30:33 trial009 systemd[1]: Stopped Ceph mon.a for 45a1c82e-102d-11f1-b66e-d404e6e7d460. 2026-02-22T20:30:33.585 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:33 trial009 systemd[1]: Stopping Ceph mgr.a for 45a1c82e-102d-11f1-b66e-d404e6e7d460... 2026-02-22T20:30:33.585 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:33 trial009 ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a[39866]: 2026-02-22T20:30:33.572+0000 7ff568f90640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2026-02-22T20:30:33.879 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:33 trial009 podman[42555]: 2026-02-22 20:30:33.59367657 +0000 UTC m=+0.035353051 container died a4e5c3d7ce54e1f57dd7d942ee54bc4cd19aad99d5d80b685d9fec438f0775a0 (image=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e, name=ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, org.label-schema.license=GPLv2, CEPH_SHA1=a5c3084f688b1f6eff223b8d259a8316f9844c8e, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-22T20:30:33.879 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:33 trial009 podman[42555]: 2026-02-22 20:30:33.7104401 +0000 UTC m=+0.152116581 container remove a4e5c3d7ce54e1f57dd7d942ee54bc4cd19aad99d5d80b685d9fec438f0775a0 (image=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e, name=ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=a5c3084f688b1f6eff223b8d259a8316f9844c8e, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.license=GPLv2) 2026-02-22T20:30:33.880 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:33 trial009 bash[42555]: ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-mgr-a 2026-02-22T20:30:33.880 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:33 trial009 systemd[1]: ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mgr.a.service: Deactivated successfully. 2026-02-22T20:30:33.880 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:33 trial009 systemd[1]: Stopped Ceph mgr.a for 45a1c82e-102d-11f1-b66e-d404e6e7d460. 2026-02-22T20:30:33.880 INFO:journalctl@ceph.mgr.a.trial009.stdout:Feb 22 20:30:33 trial009 systemd[1]: ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mgr.a.service: Consumed 3.609s CPU time. 2026-02-22T20:30:33.894 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460.target.wants/ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mgr.a.service". 2026-02-22T20:30:33.986 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 5 from systemctl stop ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-init@mgr.a.service 2026-02-22T20:30:33.986 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Failed to stop ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-init@mgr.a.service: Unit ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-init@mgr.a.service not loaded. 2026-02-22T20:30:33.992 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-init@mgr.a.service 2026-02-22T20:30:33.992 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Failed to reset failed state of unit ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-init@mgr.a.service: Unit ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-init@mgr.a.service not loaded. 2026-02-22T20:30:33.997 INFO:teuthology.orchestra.run.trial009.stdout:Non-zero exit code 1 from systemctl disable ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-init@mgr.a.service 2026-02-22T20:30:33.997 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460-init@mgr.a.service does not exist. 2026-02-22T20:30:34.129 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460.target". 2026-02-22T20:30:34.130 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph.target.wants/ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460.target". 2026-02-22T20:30:34.267 INFO:teuthology.orchestra.run.trial009.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-22T20:30:34.268 INFO:teuthology.orchestra.run.trial009.stderr:Traceback (most recent call last): 2026-02-22T20:30:34.268 INFO:teuthology.orchestra.run.trial009.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2026-02-22T20:30:34.269 INFO:teuthology.orchestra.run.trial009.stderr: return _run_code(code, main_globals, None, 2026-02-22T20:30:34.269 INFO:teuthology.orchestra.run.trial009.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2026-02-22T20:30:34.269 INFO:teuthology.orchestra.run.trial009.stderr: exec(code, run_globals) 2026-02-22T20:30:34.269 INFO:teuthology.orchestra.run.trial009.stderr: File "/tmp/tmpr2kdp5mk.cephadm.build/app/__main__.py", line 5296, in 2026-02-22T20:30:34.270 INFO:teuthology.orchestra.run.trial009.stderr: File "/tmp/tmpr2kdp5mk.cephadm.build/app/__main__.py", line 5284, in main 2026-02-22T20:30:34.270 INFO:teuthology.orchestra.run.trial009.stderr: File "/tmp/tmpr2kdp5mk.cephadm.build/app/__main__.py", line 2532, in _rollback 2026-02-22T20:30:34.270 INFO:teuthology.orchestra.run.trial009.stderr: File "/tmp/tmpr2kdp5mk.cephadm.build/app/__main__.py", line 434, in _default_image 2026-02-22T20:30:34.270 INFO:teuthology.orchestra.run.trial009.stderr: File "/tmp/tmpr2kdp5mk.cephadm.build/app/__main__.py", line 2785, in command_bootstrap 2026-02-22T20:30:34.270 INFO:teuthology.orchestra.run.trial009.stderr: File "/tmp/tmpr2kdp5mk.cephadm.build/app/__main__.py", line 2244, in prepare_ssh 2026-02-22T20:30:34.270 INFO:teuthology.orchestra.run.trial009.stderr: File "/tmp/tmpr2kdp5mk.cephadm.build/app/__main__.py", line 2711, in cli 2026-02-22T20:30:34.270 INFO:teuthology.orchestra.run.trial009.stderr: File "/tmp/tmpr2kdp5mk.cephadm.build/app/cephadmlib/container_types.py", line 435, in run 2026-02-22T20:30:34.270 INFO:teuthology.orchestra.run.trial009.stderr: File "/tmp/tmpr2kdp5mk.cephadm.build/app/cephadmlib/call_wrappers.py", line 310, in call_throws 2026-02-22T20:30:34.270 INFO:teuthology.orchestra.run.trial009.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e -e NODE_NAME=trial009 -v /var/log/ceph/45a1c82e-102d-11f1-b66e-d404e6e7d460:/var/log/ceph:z -v /tmp/ceph-tmp1zdqaxy1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpsrs8uw5b:/etc/ceph/ceph.conf:z quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e orch apply mgr --unmanaged 2026-02-22T20:30:34.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:30:34.287 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-22T20:30:34.287 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 45a1c82e-102d-11f1-b66e-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-22T20:30:34.424 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-22T20:30:34.424 INFO:teuthology.orchestra.run.trial009.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-22T20:30:34.442 INFO:teuthology.orchestra.run.trial009.stderr:Error: statfs /etc/ceph/ceph.conf: no such file or directory 2026-02-22T20:30:34.477 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-22T20:30:34.478 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-22T20:30:34.478 DEBUG:teuthology.orchestra.run.trial009:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-22T20:30:34.494 DEBUG:teuthology.orchestra.run.trial053:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-22T20:30:34.512 DEBUG:teuthology.orchestra.run.trial132:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-22T20:30:34.530 INFO:tasks.cephadm:Stopping all daemons... 2026-02-22T20:30:34.530 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-22T20:30:34.530 DEBUG:teuthology.orchestra.run.trial009:> sudo systemctl stop ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mon.a 2026-02-22T20:30:34.563 INFO:teuthology.orchestra.run.trial009.stderr:Failed to stop ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mon.a.service: Unit ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mon.a.service not loaded. 2026-02-22T20:30:34.565 DEBUG:teuthology.orchestra.run:got remote process result: 5 2026-02-22T20:30:34.565 ERROR:tasks.cephadm:Failed to stop "ceph.mon.a" Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_a5c3084f688b1f6eff223b8d259a8316f9844c8e/qa/tasks/cephadm.py", line 815, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 596, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 461, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on trial009 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e -v bootstrap --fsid 45a1c82e-102d-11f1-b66e-d404e6e7d460 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 10.20.193.9 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_a5c3084f688b1f6eff223b8d259a8316f9844c8e/qa/tasks/cephadm.py", line 911, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) ^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 596, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 461, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on trial009 with status 5: 'sudo systemctl stop ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mon.a' 2026-02-22T20:30:34.569 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_a5c3084f688b1f6eff223b8d259a8316f9844c8e/qa/tasks/cephadm.py", line 815, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 596, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 461, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on trial009 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e -v bootstrap --fsid 45a1c82e-102d-11f1-b66e-d404e6e7d460 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 10.20.193.9 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/contextutil.py", line 30, in nested vars.append(enter()) ^^^^^^^ File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_ceph-c_a5c3084f688b1f6eff223b8d259a8316f9844c8e/qa/tasks/cephadm.py", line 911, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) ^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 596, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 461, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on trial009 with status 5: 'sudo systemctl stop ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mon.a' 2026-02-22T20:30:34.573 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-22T20:30:34.578 DEBUG:teuthology.misc:Transferring archived files from trial009:/var/lib/ceph/45a1c82e-102d-11f1-b66e-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64505/remote/trial009/crash 2026-02-22T20:30:34.579 DEBUG:teuthology.orchestra.run.trial009:> sudo tar c -f - -C /var/lib/ceph/45a1c82e-102d-11f1-b66e-d404e6e7d460/crash -- . 2026-02-22T20:30:34.637 INFO:teuthology.orchestra.run.trial009.stderr:tar: /var/lib/ceph/45a1c82e-102d-11f1-b66e-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-22T20:30:34.638 INFO:teuthology.orchestra.run.trial009.stderr:tar: Error is not recoverable: exiting now 2026-02-22T20:30:34.640 DEBUG:teuthology.misc:Transferring archived files from trial053:/var/lib/ceph/45a1c82e-102d-11f1-b66e-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64505/remote/trial053/crash 2026-02-22T20:30:34.641 DEBUG:teuthology.orchestra.run.trial053:> sudo tar c -f - -C /var/lib/ceph/45a1c82e-102d-11f1-b66e-d404e6e7d460/crash -- . 2026-02-22T20:30:34.667 INFO:teuthology.orchestra.run.trial053.stderr:tar: /var/lib/ceph/45a1c82e-102d-11f1-b66e-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-22T20:30:34.667 INFO:teuthology.orchestra.run.trial053.stderr:tar: Error is not recoverable: exiting now 2026-02-22T20:30:34.670 DEBUG:teuthology.misc:Transferring archived files from trial132:/var/lib/ceph/45a1c82e-102d-11f1-b66e-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64505/remote/trial132/crash 2026-02-22T20:30:34.671 DEBUG:teuthology.orchestra.run.trial132:> sudo tar c -f - -C /var/lib/ceph/45a1c82e-102d-11f1-b66e-d404e6e7d460/crash -- . 2026-02-22T20:30:34.697 INFO:teuthology.orchestra.run.trial132.stderr:tar: /var/lib/ceph/45a1c82e-102d-11f1-b66e-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-22T20:30:34.698 INFO:teuthology.orchestra.run.trial132.stderr:tar: Error is not recoverable: exiting now 2026-02-22T20:30:34.699 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-22T20:30:34.699 DEBUG:teuthology.orchestra.run.trial009:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/45a1c82e-102d-11f1-b66e-d404e6e7d460/ceph.log | grep -E CEPHADM_ | grep -E -v '\(MDS_ALL_DOWN\)' | grep -E -v '\(MDS_UP_LESS_THAN_MAX\)' | grep -E -v MON_DOWN | grep -E -v 'mons down' | grep -E -v 'mon down' | grep -E -v 'out of quorum' | grep -E -v CEPHADM_STRAY_DAEMON | grep -E -v CEPHADM_FAILED_DAEMON | head -n 1 2026-02-22T20:30:34.722 INFO:teuthology.orchestra.run.trial009.stderr:grep: /var/log/ceph/45a1c82e-102d-11f1-b66e-d404e6e7d460/ceph.log: No such file or directory 2026-02-22T20:30:34.724 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2026-02-22T20:30:34.724 DEBUG:teuthology.orchestra.run.trial009:> sudo grep -E '\[SEC\]' /var/log/ceph/45a1c82e-102d-11f1-b66e-d404e6e7d460/ceph.log | grep -E CEPHADM_ | grep -E -v '\(MDS_ALL_DOWN\)' | grep -E -v '\(MDS_UP_LESS_THAN_MAX\)' | grep -E -v MON_DOWN | grep -E -v 'mons down' | grep -E -v 'mon down' | grep -E -v 'out of quorum' | grep -E -v CEPHADM_STRAY_DAEMON | grep -E -v CEPHADM_FAILED_DAEMON | head -n 1 2026-02-22T20:30:34.788 INFO:teuthology.orchestra.run.trial009.stderr:grep: /var/log/ceph/45a1c82e-102d-11f1-b66e-d404e6e7d460/ceph.log: No such file or directory 2026-02-22T20:30:34.790 INFO:tasks.cephadm:Compressing logs... 2026-02-22T20:30:34.790 DEBUG:teuthology.orchestra.run.trial009:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2026-02-22T20:30:34.832 DEBUG:teuthology.orchestra.run.trial053:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2026-02-22T20:30:34.834 DEBUG:teuthology.orchestra.run.trial132:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2026-02-22T20:30:34.854 INFO:teuthology.orchestra.run.trial009.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory /var/log/ceph/cephadm.log 2026-02-22T20:30:34.854 INFO:teuthology.orchestra.run.trial009.stderr: 2026-02-22T20:30:34.854 INFO:teuthology.orchestra.run.trial009.stderr:/var/log/ceph/cephadm.log: 62.3% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-22T20:30:34.856 INFO:teuthology.orchestra.run.trial009.stderr: 2026-02-22T20:30:34.856 INFO:teuthology.orchestra.run.trial009.stderr:real 0m0.010s 2026-02-22T20:30:34.857 INFO:teuthology.orchestra.run.trial009.stderr:user 0m0.005s 2026-02-22T20:30:34.857 INFO:teuthology.orchestra.run.trial009.stderr:sys 0m0.014s 2026-02-22T20:30:34.857 INFO:teuthology.orchestra.run.trial053.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory /var/log/ceph/cephadm.log 2026-02-22T20:30:34.857 INFO:teuthology.orchestra.run.trial053.stderr: 2026-02-22T20:30:34.857 INFO:teuthology.orchestra.run.trial053.stderr:/var/log/ceph/cephadm.log: 53.9% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-22T20:30:34.859 INFO:teuthology.orchestra.run.trial132.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose: No such file or directory -- 2026-02-22T20:30:34.859 INFO:teuthology.orchestra.run.trial132.stderr: /var/log/ceph/cephadm.log 2026-02-22T20:30:34.859 INFO:teuthology.orchestra.run.trial053.stderr: 2026-02-22T20:30:34.859 INFO:teuthology.orchestra.run.trial053.stderr:real 0m0.011s 2026-02-22T20:30:34.859 INFO:teuthology.orchestra.run.trial053.stderr:user 0m0.007s 2026-02-22T20:30:34.859 INFO:teuthology.orchestra.run.trial053.stderr:sys 0m0.013s 2026-02-22T20:30:34.860 INFO:teuthology.orchestra.run.trial132.stderr:/var/log/ceph/cephadm.log: 53.9% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-22T20:30:34.861 INFO:teuthology.orchestra.run.trial132.stderr: 2026-02-22T20:30:34.861 INFO:teuthology.orchestra.run.trial132.stderr:real 0m0.010s 2026-02-22T20:30:34.861 INFO:teuthology.orchestra.run.trial132.stderr:user 0m0.005s 2026-02-22T20:30:34.861 INFO:teuthology.orchestra.run.trial132.stderr:sys 0m0.014s 2026-02-22T20:30:34.861 INFO:tasks.cephadm:Archiving logs... 2026-02-22T20:30:34.861 DEBUG:teuthology.misc:Transferring archived files from trial009:/var/log/ceph to /home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64505/remote/trial009/log 2026-02-22T20:30:34.863 DEBUG:teuthology.orchestra.run.trial009:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-22T20:30:34.922 DEBUG:teuthology.misc:Transferring archived files from trial053:/var/log/ceph to /home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64505/remote/trial053/log 2026-02-22T20:30:34.923 DEBUG:teuthology.orchestra.run.trial053:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-22T20:30:34.948 DEBUG:teuthology.misc:Transferring archived files from trial132:/var/log/ceph to /home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64505/remote/trial132/log 2026-02-22T20:30:34.948 DEBUG:teuthology.orchestra.run.trial132:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-22T20:30:34.976 INFO:tasks.cephadm:Removing cluster... 2026-02-22T20:30:34.976 DEBUG:teuthology.orchestra.run.trial009:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 45a1c82e-102d-11f1-b66e-d404e6e7d460 --force 2026-02-22T20:30:35.094 INFO:teuthology.orchestra.run.trial009.stdout:Deleting cluster with fsid: 45a1c82e-102d-11f1-b66e-d404e6e7d460 2026-02-22T20:30:35.254 DEBUG:teuthology.orchestra.run.trial053:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 45a1c82e-102d-11f1-b66e-d404e6e7d460 --force 2026-02-22T20:30:35.373 INFO:teuthology.orchestra.run.trial053.stdout:Deleting cluster with fsid: 45a1c82e-102d-11f1-b66e-d404e6e7d460 2026-02-22T20:30:35.529 DEBUG:teuthology.orchestra.run.trial132:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 45a1c82e-102d-11f1-b66e-d404e6e7d460 --force 2026-02-22T20:30:35.645 INFO:teuthology.orchestra.run.trial132.stdout:Deleting cluster with fsid: 45a1c82e-102d-11f1-b66e-d404e6e7d460 2026-02-22T20:30:35.810 INFO:tasks.cephadm:Removing cephadm ... 2026-02-22T20:30:35.811 DEBUG:teuthology.orchestra.run.trial009:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-22T20:30:35.829 DEBUG:teuthology.orchestra.run.trial053:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-22T20:30:35.848 DEBUG:teuthology.orchestra.run.trial132:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-22T20:30:35.864 INFO:tasks.cephadm:Teardown complete 2026-02-22T20:30:35.865 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_a5c3084f688b1f6eff223b8d259a8316f9844c8e/qa/tasks/cephadm.py", line 815, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 596, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 461, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on trial009 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e -v bootstrap --fsid 45a1c82e-102d-11f1-b66e-d404e6e7d460 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 10.20.193.9 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_ceph-c_a5c3084f688b1f6eff223b8d259a8316f9844c8e/qa/tasks/cephadm.py", line 2380, in task with contextutil.nested( File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/contextutil.py", line 30, in nested vars.append(enter()) ^^^^^^^ File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_ceph-c_a5c3084f688b1f6eff223b8d259a8316f9844c8e/qa/tasks/cephadm.py", line 911, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) ^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 596, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 461, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on trial009 with status 5: 'sudo systemctl stop ceph-45a1c82e-102d-11f1-b66e-d404e6e7d460@mon.a' 2026-02-22T20:30:35.867 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-22T20:30:35.878 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-22T20:30:35.893 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2026-02-22T20:30:35.894 DEBUG:teuthology.orchestra.run.trial009:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-22T20:30:35.896 DEBUG:teuthology.orchestra.run.trial053:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-22T20:30:35.897 DEBUG:teuthology.orchestra.run.trial132:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-22T20:30:36.107 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-22T20:30:36.118 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-22T20:30:36.118 DEBUG:teuthology.orchestra.run.trial009:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-22T20:30:36.120 DEBUG:teuthology.orchestra.run.trial053:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-22T20:30:36.122 DEBUG:teuthology.orchestra.run.trial132:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-22T20:30:36.135 INFO:teuthology.orchestra.run.trial009.stderr:bash: line 1: ntpq: command not found 2026-02-22T20:30:36.136 INFO:teuthology.orchestra.run.trial053.stderr:bash: line 1: ntpq: command not found 2026-02-22T20:30:36.138 INFO:teuthology.orchestra.run.trial132.stderr:bash: line 1: ntpq: command not found 2026-02-22T20:30:36.159 INFO:teuthology.orchestra.run.trial132.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-22T20:30:36.159 INFO:teuthology.orchestra.run.trial132.stdout:=============================================================================== 2026-02-22T20:30:36.159 INFO:teuthology.orchestra.run.trial132.stdout:^- ip212-227-240-160.pbiaas> 2 6 37 44 +48us[ +48us] +/- 58ms 2026-02-22T20:30:36.159 INFO:teuthology.orchestra.run.trial132.stdout:^* ntp6.kernfusion.at 2 6 37 44 -443us[ -537us] +/- 46ms 2026-02-22T20:30:36.159 INFO:teuthology.orchestra.run.trial132.stdout:^+ dns-e.ns4v.icu 2 6 37 44 +803us[ +709us] +/- 58ms 2026-02-22T20:30:36.159 INFO:teuthology.orchestra.run.trial132.stdout:^- ntp.maxhost.io 2 6 253 38 -467us[ -467us] +/- 56ms 2026-02-22T20:30:36.162 INFO:teuthology.orchestra.run.trial009.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-22T20:30:36.162 INFO:teuthology.orchestra.run.trial009.stdout:=============================================================================== 2026-02-22T20:30:36.162 INFO:teuthology.orchestra.run.trial009.stdout:^+ ntp.speculation.org 2 6 37 45 +587us[ +255us] +/- 60ms 2026-02-22T20:30:36.162 INFO:teuthology.orchestra.run.trial009.stdout:^- nu.binary.net 2 6 37 44 +433us[ +433us] +/- 45ms 2026-02-22T20:30:36.162 INFO:teuthology.orchestra.run.trial009.stdout:^* sensei.ruselabs.com 2 6 37 44 -271us[ -604us] +/- 39ms 2026-02-22T20:30:36.162 INFO:teuthology.orchestra.run.trial009.stdout:^- 38.134.40.65 2 6 37 43 -253us[ -253us] +/- 23ms 2026-02-22T20:30:36.170 INFO:teuthology.orchestra.run.trial053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-22T20:30:36.170 INFO:teuthology.orchestra.run.trial053.stdout:=============================================================================== 2026-02-22T20:30:36.170 INFO:teuthology.orchestra.run.trial053.stdout:^- ntp.maxhost.io 2 6 27 106 -692us[ -806us] +/- 56ms 2026-02-22T20:30:36.170 INFO:teuthology.orchestra.run.trial053.stdout:^- ntp2.zeus.frumentum.media 2 6 37 43 -108ms[ -108ms] +/- 128ms 2026-02-22T20:30:36.170 INFO:teuthology.orchestra.run.trial053.stdout:^- ip216-250-115-174.pbiaas> 2 6 37 44 +1912us[+1912us] +/- 119ms 2026-02-22T20:30:36.170 INFO:teuthology.orchestra.run.trial053.stdout:^* jane.qotw.net 2 6 37 44 -2152ns[ -142us] +/- 25ms 2026-02-22T20:30:36.171 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-22T20:30:36.181 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-22T20:30:36.181 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-22T20:30:36.192 DEBUG:teuthology.orchestra.run.trial009:> 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 2026-02-22T20:30:36.256 DEBUG:teuthology.orchestra.run.trial053:> 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 2026-02-22T20:30:36.310 DEBUG:teuthology.orchestra.run.trial132:> 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 2026-02-22T20:30:36.362 DEBUG:teuthology.orchestra.run.trial009:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-22T20:30:36.390 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:30:36.390 DEBUG:teuthology.orchestra.run.trial053:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-22T20:30:36.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:30:36.417 DEBUG:teuthology.orchestra.run.trial132:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2026-02-22T20:30:36.444 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:30:36.445 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-22T20:30:36.463 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-22T20:30:36.477 INFO:teuthology.task.internal:Duration was 284.216536 seconds 2026-02-22T20:30:36.477 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-22T20:30:36.492 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-22T20:30:36.492 DEBUG:teuthology.orchestra.run.trial009:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-22T20:30:36.495 DEBUG:teuthology.orchestra.run.trial053:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-22T20:30:36.498 DEBUG:teuthology.orchestra.run.trial132:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-22T20:30:36.530 INFO:teuthology.orchestra.run.trial009.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-22T20:30:36.533 INFO:teuthology.orchestra.run.trial053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-22T20:30:36.537 INFO:teuthology.orchestra.run.trial132.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-22T20:30:36.905 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-22T20:30:36.906 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial009.front.sepia.ceph.com 2026-02-22T20:30:36.906 DEBUG:teuthology.orchestra.run.trial009:> grep -E --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' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-22T20:30:36.965 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial053.front.sepia.ceph.com 2026-02-22T20:30:36.965 DEBUG:teuthology.orchestra.run.trial053:> grep -E --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' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-22T20:30:36.984 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial132.front.sepia.ceph.com 2026-02-22T20:30:36.984 DEBUG:teuthology.orchestra.run.trial132:> grep -E --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' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-22T20:30:37.004 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-22T20:30:37.004 DEBUG:teuthology.orchestra.run.trial009:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T20:30:37.007 DEBUG:teuthology.orchestra.run.trial053:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T20:30:37.026 DEBUG:teuthology.orchestra.run.trial132:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T20:30:37.102 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-22T20:30:37.103 DEBUG:teuthology.orchestra.run.trial009:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-22T20:30:37.105 DEBUG:teuthology.orchestra.run.trial053:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-22T20:30:37.106 DEBUG:teuthology.orchestra.run.trial132:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-22T20:30:37.126 INFO:teuthology.orchestra.run.trial009.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:30:37.127 INFO:teuthology.orchestra.run.trial009.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:30:37.127 INFO:teuthology.orchestra.run.trial009.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-22T20:30:37.127 INFO:teuthology.orchestra.run.trial009.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T20:30:37.127 INFO:teuthology.orchestra.run.trial009.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-22T20:30:37.129 INFO:teuthology.orchestra.run.trial053.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:30:37.129 INFO:teuthology.orchestra.run.trial053.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:30:37.129 INFO:teuthology.orchestra.run.trial053.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T20:30:37.129 INFO:teuthology.orchestra.run.trial053.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-22T20:30:37.129 INFO:teuthology.orchestra.run.trial053.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-22T20:30:37.130 INFO:teuthology.orchestra.run.trial132.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:30:37.131 INFO:teuthology.orchestra.run.trial132.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:30:37.131 INFO:teuthology.orchestra.run.trial132.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T20:30:37.131 INFO:teuthology.orchestra.run.trial132.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-22T20:30:37.131 INFO:teuthology.orchestra.run.trial132.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-22T20:30:37.138 INFO:teuthology.orchestra.run.trial009.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 82.9% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-22T20:30:37.139 INFO:teuthology.orchestra.run.trial053.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 81.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-22T20:30:37.141 INFO:teuthology.orchestra.run.trial132.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 81.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-22T20:30:37.143 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-22T20:30:37.158 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-22T20:30:37.159 DEBUG:teuthology.orchestra.run.trial009:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-22T20:30:37.206 DEBUG:teuthology.orchestra.run.trial053:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-22T20:30:37.231 DEBUG:teuthology.orchestra.run.trial132:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-22T20:30:37.257 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-22T20:30:37.275 DEBUG:teuthology.orchestra.run.trial009:> 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 2026-02-22T20:30:37.278 DEBUG:teuthology.orchestra.run.trial053:> 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 2026-02-22T20:30:37.281 DEBUG:teuthology.orchestra.run.trial132:> 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 2026-02-22T20:30:37.300 INFO:teuthology.orchestra.run.trial009.stdout:kernel.core_pattern = core 2026-02-22T20:30:37.301 INFO:teuthology.orchestra.run.trial053.stdout:kernel.core_pattern = core 2026-02-22T20:30:37.320 INFO:teuthology.orchestra.run.trial132.stdout:kernel.core_pattern = core 2026-02-22T20:30:37.333 DEBUG:teuthology.orchestra.run.trial009:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-22T20:30:37.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:30:37.371 DEBUG:teuthology.orchestra.run.trial053:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-22T20:30:37.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:30:37.387 DEBUG:teuthology.orchestra.run.trial132:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-22T20:30:37.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:30:37.402 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-22T20:30:37.413 INFO:teuthology.task.internal:Transferring archived files... 2026-02-22T20:30:37.414 DEBUG:teuthology.misc:Transferring archived files from trial009:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64505/remote/trial009 2026-02-22T20:30:37.414 DEBUG:teuthology.orchestra.run.trial009:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-22T20:30:37.449 DEBUG:teuthology.misc:Transferring archived files from trial053:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64505/remote/trial053 2026-02-22T20:30:37.449 DEBUG:teuthology.orchestra.run.trial053:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-22T20:30:37.483 DEBUG:teuthology.misc:Transferring archived files from trial132:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64505/remote/trial132 2026-02-22T20:30:37.483 DEBUG:teuthology.orchestra.run.trial132:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-22T20:30:37.516 INFO:teuthology.task.internal:Removing archive directory... 2026-02-22T20:30:37.516 DEBUG:teuthology.orchestra.run.trial009:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-22T20:30:37.518 DEBUG:teuthology.orchestra.run.trial053:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-22T20:30:37.522 DEBUG:teuthology.orchestra.run.trial132:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-22T20:30:37.566 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-22T20:30:37.583 INFO:teuthology.task.internal:Not uploading archives. 2026-02-22T20:30:37.584 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-22T20:30:37.601 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-22T20:30:37.602 DEBUG:teuthology.orchestra.run.trial009:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-22T20:30:37.605 DEBUG:teuthology.orchestra.run.trial053:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-22T20:30:37.608 DEBUG:teuthology.orchestra.run.trial132:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-22T20:30:37.618 INFO:teuthology.orchestra.run.trial009.stdout: 917572 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 22 20:30 /home/ubuntu/cephtest 2026-02-22T20:30:37.623 INFO:teuthology.orchestra.run.trial053.stdout: 917521 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 22 20:30 /home/ubuntu/cephtest 2026-02-22T20:30:37.625 INFO:teuthology.orchestra.run.trial132.stdout: 917521 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 22 20:30 /home/ubuntu/cephtest 2026-02-22T20:30:37.627 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-22T20:30:37.644 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-22T20:30:37.683 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_monitoring_stack_basic} duration: 284.21653604507446 failure_reason: '"grep: /var/log/ceph/45a1c82e-102d-11f1-b66e-d404e6e7d460/ceph.log: No such file or directory" in cluster log' flavor: default owner: scheduled_nmordech@soko04.front.sepia.ceph.com sentry_event: null status: fail success: false 2026-02-22T20:30:37.683 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-22T20:30:37.783 INFO:teuthology.run:FAIL