2026-02-22T20:58:32.461 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-22T20:58:32.476 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-22T20:58:32.555 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/64638 branch: wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_mgmt_gateway} email: null first_in_suite: false flavor: default job_id: '64638' 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: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - 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: trial069.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBDIwL7V2pggGokVH51SYnCgARCvhMSzPM5kfegd7BJf5xUsBpDJ+poKYXgk3TeojMZJ32JnrsZaT1b/ckeC13Q= trial073.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPtyEHgsmaL9GC425SEdebqZek0neh1dWzQzJXUtVeofsk7P1pmHHGloT1XS6Mz7NvqgVHdqKgfI/RGXglQ/PD4= trial114.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ1elOJFjGAR5oxDi9k4GpLGgIdNka2GFy4+Qsv5LPbjh7eSOSwLp1sm3FF5sSEcya0nWvxx8elIZiyASZP2C6Q= 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.c: - "set -ex\n# Deploy monitoring stack\nceph orch apply node-exporter\nceph orch\ \ apply grafana\nceph orch apply alertmanager\nceph orch apply prometheus\n\ sleep 240\n# generate SSL certificate\nopenssl req -x509 -newkey rsa:4096 -keyout\ \ /tmp/key.pem -out /tmp/cert.pem -sha256 -days 30 -nodes -subj \"/CN=*\"\n\ # Generate a mgmt.spec template\ncat << EOT > /tmp/mgmt.spec\nservice_type:\ \ mgmt-gateway\nservice_id: foo\nplacement:\n hosts:\n - ${HOSTNAME}\nspec:\n\ \ ssl_protocols:\n - TLSv1.2\n - TLSv1.3\n ssl_ciphers:\n - AES128-SHA\n\ \ - AES256-SHA\n enable_health_check_endpoint: True\nEOT\n# Add generated\ \ certificates to spec file\necho \" ssl_cert: |\" >> /tmp/mgmt.spec\nwhile\ \ read LINE; do echo $LINE | sed -e \"s/^/ /\"; done < /tmp/cert.pem >> /tmp/mgmt.spec\n\ echo \" ssl_key: |\" >> /tmp/mgmt.spec\nwhile read LINE; do echo $LINE | sed\ \ -e \"s/^/ /\"; done < /tmp/key.pem >> /tmp/mgmt.spec\n# Apply spec\nceph\ \ orch apply -i /tmp/mgmt.spec\n" - cephadm.wait_for_service: service: mgmt-gateway - cephadm.shell: host.a: - "set -ex\n\n# Function to wait for a service to be healthy and log response\ \ on error\nwait_for_service() {\n local name=\"$1\"\n local url=\"$2\"\n\ \ local jq_filter=\"$3\"\n\n echo \"Waiting for service $name to be healthy\ \ at $url...\"\n for i in {1..30}; do\n local response\n response=$(curl\ \ -k -s -u admin:admin \"$url\")\n if echo \"$response\" | jq -e \"$jq_filter\"\ \ > /dev/null; then\n echo \"Service $name is healthy.\"\n return\ \ 0\n fi\n echo \"Attempt $i: service $name not ready yet\"\n sleep\ \ 10\n done\n\n echo \"Timeout waiting for $name at $url\"\n echo \"Last\ \ HTTP response:\"\n echo \"$response\"\n echo \"jq output:\"\n echo \"$response\"\ \ | jq \"$jq_filter\" || echo \"(jq parse error or no match)\"\n return 1\n\ }\n\n# retrieve mgmt hostname and ip\nMGMT_GTW_HOST=$(ceph orch ps --daemon-type\ \ mgmt-gateway -f json | jq -e '.[]' | jq -r '.hostname')\nMGMT_GTW_IP=$(ceph\ \ orch host ls -f json | jq -r --arg MGMT_GTW_HOST \"$MGMT_GTW_HOST\" '.[] |\ \ select(.hostname==$MGMT_GTW_HOST) | .addr')\n\n# check mgmt-gateway health\n\ curl -k -s https://${MGMT_GTW_IP}/health\ncurl -k -s https://${MGMT_GTW_IP}:29443/health\n\ \n# wait for monitoring services\nwait_for_service \"Grafana\" \"https://${MGMT_GTW_IP}/grafana/api/health\"\ \ '.database == \"ok\"' || exit 1\nwait_for_service \"Prometheus\" \"https://${MGMT_GTW_IP}/prometheus/api/v1/status/config\"\ \ '.status == \"success\"' || exit 1\nwait_for_service \"Alertmanager\" \"https://${MGMT_GTW_IP}/alertmanager/api/v2/status\"\ \ '.cluster.status == \"ready\"' || exit 1\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:58:32.555 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:58:32.556 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_a5c3084f688b1f6eff223b8d259a8316f9844c8e/qa/tasks 2026-02-22T20:58:32.556 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-22T20:58:32.557 INFO:teuthology.task.internal:Checking packages... 2026-02-22T20:58:32.557 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a5c3084f688b1f6eff223b8d259a8316f9844c8e' 2026-02-22T20:58:32.557 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-22T20:58:32.557 INFO:teuthology.packaging:ref: None 2026-02-22T20:58:32.557 INFO:teuthology.packaging:tag: None 2026-02-22T20:58:32.557 INFO:teuthology.packaging:branch: wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle 2026-02-22T20:58:32.557 INFO:teuthology.packaging:sha1: a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:58:32.558 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:58:32.675 INFO:teuthology.task.internal:Found packages for ceph version 20.2.0-794.ga5c3084f 2026-02-22T20:58:32.676 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-22T20:58:32.689 INFO:teuthology.task.internal:no buildpackages task found 2026-02-22T20:58:32.689 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-22T20:58:32.703 INFO:teuthology.task.internal:Saving configuration 2026-02-22T20:58:32.714 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-22T20:58:32.726 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-22T20:58:32.795 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial069.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/64638', '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:55:02.843555', 'locked_by': 'scheduled_nmordech@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBDIwL7V2pggGokVH51SYnCgARCvhMSzPM5kfegd7BJf5xUsBpDJ+poKYXgk3TeojMZJ32JnrsZaT1b/ckeC13Q='} 2026-02-22T20:58:32.851 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial073.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/64638', '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:55:02.844599', 'locked_by': 'scheduled_nmordech@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPtyEHgsmaL9GC425SEdebqZek0neh1dWzQzJXUtVeofsk7P1pmHHGloT1XS6Mz7NvqgVHdqKgfI/RGXglQ/PD4='} 2026-02-22T20:58:32.910 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial114.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/64638', '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:55:02.844185', 'locked_by': 'scheduled_nmordech@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ1elOJFjGAR5oxDi9k4GpLGgIdNka2GFy4+Qsv5LPbjh7eSOSwLp1sm3FF5sSEcya0nWvxx8elIZiyASZP2C6Q='} 2026-02-22T20:58:32.910 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-22T20:58:32.923 INFO:teuthology.task.internal:roles: ubuntu@trial069.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2026-02-22T20:58:32.923 INFO:teuthology.task.internal:roles: ubuntu@trial073.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2026-02-22T20:58:32.923 INFO:teuthology.task.internal:roles: ubuntu@trial114.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2026-02-22T20:58:32.923 INFO:teuthology.run_tasks:Running task console_log... 2026-02-22T20:58:33.121 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x78f5b4604cc0>, signals=[15]) 2026-02-22T20:58:33.121 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-22T20:58:33.135 INFO:teuthology.task.internal:Opening connections... 2026-02-22T20:58:33.135 DEBUG:teuthology.task.internal:connecting to ubuntu@trial069.front.sepia.ceph.com 2026-02-22T20:58:33.136 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T20:58:33.202 DEBUG:teuthology.task.internal:connecting to ubuntu@trial073.front.sepia.ceph.com 2026-02-22T20:58:33.202 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T20:58:33.270 DEBUG:teuthology.task.internal:connecting to ubuntu@trial114.front.sepia.ceph.com 2026-02-22T20:58:33.271 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T20:58:33.338 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-22T20:58:33.357 DEBUG:teuthology.orchestra.run.trial069:> uname -m 2026-02-22T20:58:33.377 INFO:teuthology.orchestra.run.trial069.stdout:x86_64 2026-02-22T20:58:33.377 DEBUG:teuthology.orchestra.run.trial069:> cat /etc/os-release 2026-02-22T20:58:33.437 INFO:teuthology.orchestra.run.trial069.stdout:NAME="CentOS Stream" 2026-02-22T20:58:33.437 INFO:teuthology.orchestra.run.trial069.stdout:VERSION="9" 2026-02-22T20:58:33.437 INFO:teuthology.orchestra.run.trial069.stdout:ID="centos" 2026-02-22T20:58:33.437 INFO:teuthology.orchestra.run.trial069.stdout:ID_LIKE="rhel fedora" 2026-02-22T20:58:33.437 INFO:teuthology.orchestra.run.trial069.stdout:VERSION_ID="9" 2026-02-22T20:58:33.437 INFO:teuthology.orchestra.run.trial069.stdout:PLATFORM_ID="platform:el9" 2026-02-22T20:58:33.437 INFO:teuthology.orchestra.run.trial069.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-22T20:58:33.437 INFO:teuthology.orchestra.run.trial069.stdout:ANSI_COLOR="0;31" 2026-02-22T20:58:33.438 INFO:teuthology.orchestra.run.trial069.stdout:LOGO="fedora-logo-icon" 2026-02-22T20:58:33.438 INFO:teuthology.orchestra.run.trial069.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-22T20:58:33.438 INFO:teuthology.orchestra.run.trial069.stdout:HOME_URL="https://centos.org/" 2026-02-22T20:58:33.438 INFO:teuthology.orchestra.run.trial069.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-22T20:58:33.438 INFO:teuthology.orchestra.run.trial069.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-22T20:58:33.438 INFO:teuthology.orchestra.run.trial069.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-22T20:58:33.438 INFO:teuthology.lock.ops:Updating trial069.front.sepia.ceph.com on lock server 2026-02-22T20:58:33.508 DEBUG:teuthology.orchestra.run.trial073:> uname -m 2026-02-22T20:58:33.524 INFO:teuthology.orchestra.run.trial073.stdout:x86_64 2026-02-22T20:58:33.524 DEBUG:teuthology.orchestra.run.trial073:> cat /etc/os-release 2026-02-22T20:58:33.579 INFO:teuthology.orchestra.run.trial073.stdout:NAME="CentOS Stream" 2026-02-22T20:58:33.580 INFO:teuthology.orchestra.run.trial073.stdout:VERSION="9" 2026-02-22T20:58:33.580 INFO:teuthology.orchestra.run.trial073.stdout:ID="centos" 2026-02-22T20:58:33.580 INFO:teuthology.orchestra.run.trial073.stdout:ID_LIKE="rhel fedora" 2026-02-22T20:58:33.580 INFO:teuthology.orchestra.run.trial073.stdout:VERSION_ID="9" 2026-02-22T20:58:33.580 INFO:teuthology.orchestra.run.trial073.stdout:PLATFORM_ID="platform:el9" 2026-02-22T20:58:33.580 INFO:teuthology.orchestra.run.trial073.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-22T20:58:33.580 INFO:teuthology.orchestra.run.trial073.stdout:ANSI_COLOR="0;31" 2026-02-22T20:58:33.580 INFO:teuthology.orchestra.run.trial073.stdout:LOGO="fedora-logo-icon" 2026-02-22T20:58:33.580 INFO:teuthology.orchestra.run.trial073.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-22T20:58:33.580 INFO:teuthology.orchestra.run.trial073.stdout:HOME_URL="https://centos.org/" 2026-02-22T20:58:33.580 INFO:teuthology.orchestra.run.trial073.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-22T20:58:33.580 INFO:teuthology.orchestra.run.trial073.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-22T20:58:33.580 INFO:teuthology.orchestra.run.trial073.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-22T20:58:33.580 INFO:teuthology.lock.ops:Updating trial073.front.sepia.ceph.com on lock server 2026-02-22T20:58:33.651 DEBUG:teuthology.orchestra.run.trial114:> uname -m 2026-02-22T20:58:33.666 INFO:teuthology.orchestra.run.trial114.stdout:x86_64 2026-02-22T20:58:33.667 DEBUG:teuthology.orchestra.run.trial114:> cat /etc/os-release 2026-02-22T20:58:33.722 INFO:teuthology.orchestra.run.trial114.stdout:NAME="CentOS Stream" 2026-02-22T20:58:33.722 INFO:teuthology.orchestra.run.trial114.stdout:VERSION="9" 2026-02-22T20:58:33.722 INFO:teuthology.orchestra.run.trial114.stdout:ID="centos" 2026-02-22T20:58:33.722 INFO:teuthology.orchestra.run.trial114.stdout:ID_LIKE="rhel fedora" 2026-02-22T20:58:33.722 INFO:teuthology.orchestra.run.trial114.stdout:VERSION_ID="9" 2026-02-22T20:58:33.722 INFO:teuthology.orchestra.run.trial114.stdout:PLATFORM_ID="platform:el9" 2026-02-22T20:58:33.722 INFO:teuthology.orchestra.run.trial114.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-22T20:58:33.722 INFO:teuthology.orchestra.run.trial114.stdout:ANSI_COLOR="0;31" 2026-02-22T20:58:33.723 INFO:teuthology.orchestra.run.trial114.stdout:LOGO="fedora-logo-icon" 2026-02-22T20:58:33.723 INFO:teuthology.orchestra.run.trial114.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-22T20:58:33.723 INFO:teuthology.orchestra.run.trial114.stdout:HOME_URL="https://centos.org/" 2026-02-22T20:58:33.723 INFO:teuthology.orchestra.run.trial114.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-22T20:58:33.723 INFO:teuthology.orchestra.run.trial114.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-22T20:58:33.723 INFO:teuthology.orchestra.run.trial114.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-22T20:58:33.723 INFO:teuthology.lock.ops:Updating trial114.front.sepia.ceph.com on lock server 2026-02-22T20:58:33.801 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-22T20:58:33.814 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-22T20:58:33.825 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-22T20:58:33.825 DEBUG:teuthology.orchestra.run.trial069:> test '!' -e /home/ubuntu/cephtest 2026-02-22T20:58:33.827 DEBUG:teuthology.orchestra.run.trial073:> test '!' -e /home/ubuntu/cephtest 2026-02-22T20:58:33.828 DEBUG:teuthology.orchestra.run.trial114:> test '!' -e /home/ubuntu/cephtest 2026-02-22T20:58:33.843 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-22T20:58:33.854 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-22T20:58:33.854 DEBUG:teuthology.orchestra.run.trial069:> test -z $(ls -A /var/lib/ceph) 2026-02-22T20:58:33.882 DEBUG:teuthology.orchestra.run.trial073:> test -z $(ls -A /var/lib/ceph) 2026-02-22T20:58:33.884 DEBUG:teuthology.orchestra.run.trial114:> test -z $(ls -A /var/lib/ceph) 2026-02-22T20:58:33.901 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-22T20:58:34.125 INFO:teuthology.run_tasks:Running task kernel... 2026-02-22T20:58:34.145 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-22T20:58:34.145 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:58:34.145 DEBUG:teuthology.orchestra.run.trial069:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-22T20:58:34.145 DEBUG:teuthology.orchestra.run.trial073:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-22T20:58:34.145 DEBUG:teuthology.orchestra.run.trial114:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-22T20:58:34.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:58:34.160 DEBUG:teuthology.orchestra.run.trial069:> uname -r 2026-02-22T20:58:34.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:58:34.160 DEBUG:teuthology.orchestra.run.trial114:> uname -r 2026-02-22T20:58:34.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:58:34.161 DEBUG:teuthology.orchestra.run.trial073:> uname -r 2026-02-22T20:58:34.214 INFO:teuthology.orchestra.run.trial069.stdout:5.14.0-681.el9.x86_64 2026-02-22T20:58:34.215 INFO:teuthology.task.kernel:Running kernel on trial069: 5.14.0-681.el9.x86_64 2026-02-22T20:58:34.215 DEBUG:teuthology.orchestra.run.trial069:> sudo yum install -y kernel 2026-02-22T20:58:34.216 INFO:teuthology.orchestra.run.trial073.stdout:5.14.0-681.el9.x86_64 2026-02-22T20:58:34.216 INFO:teuthology.task.kernel:Running kernel on trial073: 5.14.0-681.el9.x86_64 2026-02-22T20:58:34.216 DEBUG:teuthology.orchestra.run.trial073:> sudo yum install -y kernel 2026-02-22T20:58:34.217 INFO:teuthology.orchestra.run.trial114.stdout:5.14.0-681.el9.x86_64 2026-02-22T20:58:34.217 INFO:teuthology.task.kernel:Running kernel on trial114: 5.14.0-681.el9.x86_64 2026-02-22T20:58:34.217 DEBUG:teuthology.orchestra.run.trial114:> sudo yum install -y kernel 2026-02-22T20:58:35.632 INFO:teuthology.orchestra.run.trial069.stdout:CentOS Stream 9 - BaseOS 8.6 MB/s | 8.9 MB 00:01 2026-02-22T20:58:38.790 INFO:teuthology.orchestra.run.trial069.stdout:CentOS Stream 9 - AppStream 10 MB/s | 27 MB 00:02 2026-02-22T20:58:42.034 INFO:teuthology.orchestra.run.trial069.stdout:CentOS Stream 9 - CRB 8.9 MB/s | 7.8 MB 00:00 2026-02-22T20:58:43.171 INFO:teuthology.orchestra.run.trial114.stdout:CentOS Stream 9 - BaseOS 1.0 MB/s | 8.9 MB 00:08 2026-02-22T20:58:43.416 INFO:teuthology.orchestra.run.trial073.stdout:CentOS Stream 9 - BaseOS 1.0 MB/s | 8.9 MB 00:08 2026-02-22T20:58:43.841 INFO:teuthology.orchestra.run.trial069.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 20 kB 00:01 2026-02-22T20:58:44.157 INFO:teuthology.orchestra.run.trial069.stdout:Extra Packages for Enterprise Linux 80 MB/s | 20 MB 00:00 2026-02-22T20:58:46.366 INFO:teuthology.orchestra.run.trial114.stdout:CentOS Stream 9 - AppStream 10 MB/s | 27 MB 00:02 2026-02-22T20:58:46.742 INFO:teuthology.orchestra.run.trial073.stdout:CentOS Stream 9 - AppStream 9.6 MB/s | 27 MB 00:02 2026-02-22T20:58:47.357 INFO:teuthology.orchestra.run.trial069.stdout:lab-extras 1.4 MB/s | 50 kB 00:00 2026-02-22T20:58:48.371 INFO:teuthology.orchestra.run.trial069.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-22T20:58:48.372 INFO:teuthology.orchestra.run.trial069.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-22T20:58:48.390 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T20:58:48.391 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-22T20:58:48.391 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T20:58:48.414 DEBUG:teuthology.orchestra.run.trial069:> echo no | sudo yum reinstall kernel || true 2026-02-22T20:58:48.714 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:01 ago on Sun 22 Feb 2026 08:58:47 PM UTC. 2026-02-22T20:58:48.793 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T20:58:48.794 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T20:58:48.794 INFO:teuthology.orchestra.run.trial069.stdout: Package Architecture Version Repository Size 2026-02-22T20:58:48.794 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T20:58:48.795 INFO:teuthology.orchestra.run.trial069.stdout:Reinstalling: 2026-02-22T20:58:48.795 INFO:teuthology.orchestra.run.trial069.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-22T20:58:48.795 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T20:58:48.795 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-22T20:58:48.795 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T20:58:48.795 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T20:58:48.795 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 803 k 2026-02-22T20:58:48.795 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 0 2026-02-22T20:58:48.795 INFO:teuthology.orchestra.run.trial069.stderr:Operation aborted. 2026-02-22T20:58:48.815 INFO:teuthology.orchestra.run.trial069.stdout:Is this ok [y/N]: 2026-02-22T20:58:48.815 DEBUG:teuthology.orchestra.run.trial069:> sudo yum reinstall -y kernel || true 2026-02-22T20:58:49.114 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:02 ago on Sun 22 Feb 2026 08:58:47 PM UTC. 2026-02-22T20:58:49.195 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T20:58:49.195 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T20:58:49.195 INFO:teuthology.orchestra.run.trial069.stdout: Package Architecture Version Repository Size 2026-02-22T20:58:49.195 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T20:58:49.195 INFO:teuthology.orchestra.run.trial069.stdout:Reinstalling: 2026-02-22T20:58:49.195 INFO:teuthology.orchestra.run.trial069.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-22T20:58:49.195 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T20:58:49.195 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-22T20:58:49.196 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T20:58:49.196 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T20:58:49.196 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 803 k 2026-02-22T20:58:49.196 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 0 2026-02-22T20:58:49.196 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-22T20:58:49.363 INFO:teuthology.orchestra.run.trial069.stdout:kernel-5.14.0-681.el9.x86_64.rpm 9.2 MB/s | 803 kB 00:00 2026-02-22T20:58:49.363 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:58:49.364 INFO:teuthology.orchestra.run.trial069.stdout:Total 4.7 MB/s | 803 kB 00:00 2026-02-22T20:58:49.373 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-22T20:58:49.406 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-22T20:58:49.406 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-22T20:58:49.411 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-22T20:58:49.411 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-22T20:58:49.434 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-22T20:58:49.438 INFO:teuthology.orchestra.run.trial069.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-22T20:58:49.438 INFO:teuthology.orchestra.run.trial069.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T20:58:49.549 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T20:58:49.549 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-22T20:58:49.604 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T20:58:49.604 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T20:58:49.605 INFO:teuthology.orchestra.run.trial069.stdout:Reinstalled: 2026-02-22T20:58:49.605 INFO:teuthology.orchestra.run.trial069.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-22T20:58:49.605 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T20:58:49.605 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T20:58:49.630 DEBUG:teuthology.orchestra.run.trial069:> rpm -q kernel | sort -rV | head -n 1 2026-02-22T20:58:49.653 INFO:teuthology.orchestra.run.trial069.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-22T20:58:49.653 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-22T20:58:49.653 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-22T20:58:49.653 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-22T20:58:49.653 DEBUG:teuthology.orchestra.run.trial069:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-22T20:58:49.716 INFO:teuthology.orchestra.run.trial069.stdout:ttyS1 2026-02-22T20:58:49.742 DEBUG:teuthology.parallel:result is None 2026-02-22T20:58:50.682 INFO:teuthology.orchestra.run.trial073.stdout:CentOS Stream 9 - CRB 5.0 MB/s | 7.8 MB 00:01 2026-02-22T20:58:51.714 INFO:teuthology.orchestra.run.trial073.stdout:CentOS Stream 9 - Extras packages 64 kB/s | 20 kB 00:00 2026-02-22T20:58:52.303 INFO:teuthology.orchestra.run.trial073.stdout:Extra Packages for Enterprise Linux 38 MB/s | 20 MB 00:00 2026-02-22T20:58:53.093 INFO:teuthology.orchestra.run.trial114.stdout:CentOS Stream 9 - CRB 1.8 MB/s | 7.8 MB 00:04 2026-02-22T20:58:54.616 INFO:teuthology.orchestra.run.trial114.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 20 kB 00:00 2026-02-22T20:58:55.450 INFO:teuthology.orchestra.run.trial073.stdout:lab-extras 1.4 MB/s | 50 kB 00:00 2026-02-22T20:58:55.564 INFO:teuthology.orchestra.run.trial114.stdout:Extra Packages for Enterprise Linux 23 MB/s | 20 MB 00:00 2026-02-22T20:58:56.463 INFO:teuthology.orchestra.run.trial073.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-22T20:58:56.463 INFO:teuthology.orchestra.run.trial073.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-22T20:58:56.482 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T20:58:56.482 INFO:teuthology.orchestra.run.trial073.stdout:Nothing to do. 2026-02-22T20:58:56.482 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T20:58:56.506 DEBUG:teuthology.orchestra.run.trial073:> echo no | sudo yum reinstall kernel || true 2026-02-22T20:58:56.848 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:01 ago on Sun 22 Feb 2026 08:58:55 PM UTC. 2026-02-22T20:58:56.928 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T20:58:56.929 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T20:58:56.929 INFO:teuthology.orchestra.run.trial073.stdout: Package Architecture Version Repository Size 2026-02-22T20:58:56.929 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T20:58:56.930 INFO:teuthology.orchestra.run.trial073.stdout:Reinstalling: 2026-02-22T20:58:56.930 INFO:teuthology.orchestra.run.trial073.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-22T20:58:56.930 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T20:58:56.930 INFO:teuthology.orchestra.run.trial073.stdout:Transaction Summary 2026-02-22T20:58:56.930 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T20:58:56.930 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T20:58:56.930 INFO:teuthology.orchestra.run.trial073.stdout:Total download size: 803 k 2026-02-22T20:58:56.930 INFO:teuthology.orchestra.run.trial073.stdout:Installed size: 0 2026-02-22T20:58:56.930 INFO:teuthology.orchestra.run.trial073.stderr:Operation aborted. 2026-02-22T20:58:56.949 INFO:teuthology.orchestra.run.trial073.stdout:Is this ok [y/N]: 2026-02-22T20:58:56.949 DEBUG:teuthology.orchestra.run.trial073:> sudo yum reinstall -y kernel || true 2026-02-22T20:58:57.247 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:02 ago on Sun 22 Feb 2026 08:58:55 PM UTC. 2026-02-22T20:58:57.326 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T20:58:57.327 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T20:58:57.327 INFO:teuthology.orchestra.run.trial073.stdout: Package Architecture Version Repository Size 2026-02-22T20:58:57.327 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T20:58:57.327 INFO:teuthology.orchestra.run.trial073.stdout:Reinstalling: 2026-02-22T20:58:57.327 INFO:teuthology.orchestra.run.trial073.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-22T20:58:57.327 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T20:58:57.327 INFO:teuthology.orchestra.run.trial073.stdout:Transaction Summary 2026-02-22T20:58:57.327 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T20:58:57.327 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T20:58:57.327 INFO:teuthology.orchestra.run.trial073.stdout:Total download size: 803 k 2026-02-22T20:58:57.327 INFO:teuthology.orchestra.run.trial073.stdout:Installed size: 0 2026-02-22T20:58:57.327 INFO:teuthology.orchestra.run.trial073.stdout:Downloading Packages: 2026-02-22T20:58:57.614 INFO:teuthology.orchestra.run.trial073.stdout:kernel-5.14.0-681.el9.x86_64.rpm 3.9 MB/s | 803 kB 00:00 2026-02-22T20:58:57.614 INFO:teuthology.orchestra.run.trial073.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:58:57.615 INFO:teuthology.orchestra.run.trial073.stdout:Total 2.7 MB/s | 803 kB 00:00 2026-02-22T20:58:57.624 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction check 2026-02-22T20:58:57.658 INFO:teuthology.orchestra.run.trial073.stdout:Transaction check succeeded. 2026-02-22T20:58:57.658 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction test 2026-02-22T20:58:57.662 INFO:teuthology.orchestra.run.trial073.stdout:Transaction test succeeded. 2026-02-22T20:58:57.663 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction 2026-02-22T20:58:57.687 INFO:teuthology.orchestra.run.trial073.stdout: Preparing : 1/1 2026-02-22T20:58:57.690 INFO:teuthology.orchestra.run.trial073.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-22T20:58:57.691 INFO:teuthology.orchestra.run.trial073.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T20:58:57.806 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T20:58:57.806 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-22T20:58:57.859 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T20:58:57.859 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T20:58:57.859 INFO:teuthology.orchestra.run.trial073.stdout:Reinstalled: 2026-02-22T20:58:57.859 INFO:teuthology.orchestra.run.trial073.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-22T20:58:57.859 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T20:58:57.859 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T20:58:57.888 DEBUG:teuthology.orchestra.run.trial073:> rpm -q kernel | sort -rV | head -n 1 2026-02-22T20:58:57.911 INFO:teuthology.orchestra.run.trial073.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-22T20:58:57.912 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-22T20:58:57.912 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-22T20:58:57.912 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-22T20:58:57.912 DEBUG:teuthology.orchestra.run.trial073:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-22T20:58:57.975 INFO:teuthology.orchestra.run.trial073.stdout:ttyS1 2026-02-22T20:58:58.007 DEBUG:teuthology.parallel:result is None 2026-02-22T20:58:58.792 INFO:teuthology.orchestra.run.trial114.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-22T20:58:59.804 INFO:teuthology.orchestra.run.trial114.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-22T20:58:59.805 INFO:teuthology.orchestra.run.trial114.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-22T20:58:59.824 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T20:58:59.824 INFO:teuthology.orchestra.run.trial114.stdout:Nothing to do. 2026-02-22T20:58:59.824 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T20:58:59.847 DEBUG:teuthology.orchestra.run.trial114:> echo no | sudo yum reinstall kernel || true 2026-02-22T20:59:00.144 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:02 ago on Sun 22 Feb 2026 08:58:58 PM UTC. 2026-02-22T20:59:00.224 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T20:59:00.224 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T20:59:00.224 INFO:teuthology.orchestra.run.trial114.stdout: Package Architecture Version Repository Size 2026-02-22T20:59:00.224 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T20:59:00.224 INFO:teuthology.orchestra.run.trial114.stdout:Reinstalling: 2026-02-22T20:59:00.225 INFO:teuthology.orchestra.run.trial114.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-22T20:59:00.225 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T20:59:00.225 INFO:teuthology.orchestra.run.trial114.stdout:Transaction Summary 2026-02-22T20:59:00.225 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T20:59:00.225 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T20:59:00.225 INFO:teuthology.orchestra.run.trial114.stdout:Total download size: 803 k 2026-02-22T20:59:00.225 INFO:teuthology.orchestra.run.trial114.stdout:Installed size: 0 2026-02-22T20:59:00.225 INFO:teuthology.orchestra.run.trial114.stderr:Operation aborted. 2026-02-22T20:59:00.244 INFO:teuthology.orchestra.run.trial114.stdout:Is this ok [y/N]: 2026-02-22T20:59:00.244 DEBUG:teuthology.orchestra.run.trial114:> sudo yum reinstall -y kernel || true 2026-02-22T20:59:00.538 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:02 ago on Sun 22 Feb 2026 08:58:58 PM UTC. 2026-02-22T20:59:00.617 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T20:59:00.618 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T20:59:00.618 INFO:teuthology.orchestra.run.trial114.stdout: Package Architecture Version Repository Size 2026-02-22T20:59:00.618 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T20:59:00.618 INFO:teuthology.orchestra.run.trial114.stdout:Reinstalling: 2026-02-22T20:59:00.618 INFO:teuthology.orchestra.run.trial114.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-22T20:59:00.618 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T20:59:00.618 INFO:teuthology.orchestra.run.trial114.stdout:Transaction Summary 2026-02-22T20:59:00.618 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T20:59:00.618 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T20:59:00.618 INFO:teuthology.orchestra.run.trial114.stdout:Total download size: 803 k 2026-02-22T20:59:00.619 INFO:teuthology.orchestra.run.trial114.stdout:Installed size: 0 2026-02-22T20:59:00.619 INFO:teuthology.orchestra.run.trial114.stdout:Downloading Packages: 2026-02-22T20:59:02.313 INFO:teuthology.orchestra.run.trial114.stdout:kernel-5.14.0-681.el9.x86_64.rpm 560 kB/s | 803 kB 00:01 2026-02-22T20:59:02.313 INFO:teuthology.orchestra.run.trial114.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:59:02.313 INFO:teuthology.orchestra.run.trial114.stdout:Total 474 kB/s | 803 kB 00:01 2026-02-22T20:59:02.323 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction check 2026-02-22T20:59:02.357 INFO:teuthology.orchestra.run.trial114.stdout:Transaction check succeeded. 2026-02-22T20:59:02.357 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction test 2026-02-22T20:59:02.361 INFO:teuthology.orchestra.run.trial114.stdout:Transaction test succeeded. 2026-02-22T20:59:02.361 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction 2026-02-22T20:59:02.385 INFO:teuthology.orchestra.run.trial114.stdout: Preparing : 1/1 2026-02-22T20:59:02.389 INFO:teuthology.orchestra.run.trial114.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-22T20:59:02.389 INFO:teuthology.orchestra.run.trial114.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T20:59:02.501 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T20:59:02.502 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-22T20:59:02.557 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-22T20:59:02.558 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T20:59:02.558 INFO:teuthology.orchestra.run.trial114.stdout:Reinstalled: 2026-02-22T20:59:02.558 INFO:teuthology.orchestra.run.trial114.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-22T20:59:02.558 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T20:59:02.558 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T20:59:02.583 DEBUG:teuthology.orchestra.run.trial114:> rpm -q kernel | sort -rV | head -n 1 2026-02-22T20:59:02.648 INFO:teuthology.orchestra.run.trial114.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-22T20:59:02.648 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-22T20:59:02.648 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-22T20:59:02.648 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2026-02-22T20:59:02.649 DEBUG:teuthology.orchestra.run.trial114:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-22T20:59:02.710 INFO:teuthology.orchestra.run.trial114.stdout:ttyS1 2026-02-22T20:59:02.737 DEBUG:teuthology.parallel:result is None 2026-02-22T20:59:02.737 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-22T20:59:02.750 INFO:teuthology.task.internal:Creating test directory... 2026-02-22T20:59:02.750 DEBUG:teuthology.orchestra.run.trial069:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-22T20:59:02.752 DEBUG:teuthology.orchestra.run.trial073:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-22T20:59:02.754 DEBUG:teuthology.orchestra.run.trial114:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-22T20:59:02.792 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-22T20:59:02.803 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-22T20:59:02.816 INFO:teuthology.task.internal:Creating archive directory... 2026-02-22T20:59:02.817 DEBUG:teuthology.orchestra.run.trial069:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-22T20:59:02.819 DEBUG:teuthology.orchestra.run.trial073:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-22T20:59:02.821 DEBUG:teuthology.orchestra.run.trial114:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-22T20:59:02.854 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-22T20:59:02.865 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-22T20:59:02.865 DEBUG:teuthology.orchestra.run.trial069:> 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:59:02.876 DEBUG:teuthology.orchestra.run.trial073:> 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:59:02.879 DEBUG:teuthology.orchestra.run.trial114:> 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:59:02.899 INFO:teuthology.orchestra.run.trial069.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T20:59:02.901 INFO:teuthology.orchestra.run.trial073.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T20:59:02.908 INFO:teuthology.orchestra.run.trial069.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T20:59:02.910 INFO:teuthology.orchestra.run.trial073.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T20:59:02.912 INFO:teuthology.orchestra.run.trial114.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T20:59:02.921 INFO:teuthology.orchestra.run.trial114.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T20:59:02.922 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-22T20:59:02.937 INFO:teuthology.task.internal:Configuring sudo... 2026-02-22T20:59:02.937 DEBUG:teuthology.orchestra.run.trial069:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-22T20:59:02.953 DEBUG:teuthology.orchestra.run.trial073:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-22T20:59:02.956 DEBUG:teuthology.orchestra.run.trial114:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-22T20:59:02.986 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-22T20:59:03.003 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-22T20:59:03.003 DEBUG:teuthology.orchestra.run.trial069:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-22T20:59:03.019 DEBUG:teuthology.orchestra.run.trial073:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-22T20:59:03.022 DEBUG:teuthology.orchestra.run.trial114:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-22T20:59:03.043 DEBUG:teuthology.orchestra.run.trial069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:59:03.170 DEBUG:teuthology.orchestra.run.trial069:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:59:03.196 DEBUG:teuthology.orchestra.run.trial069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:59:03.327 DEBUG:teuthology.orchestra.run.trial069:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:59:03.350 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-22T20:59:03.350 DEBUG:teuthology.orchestra.run.trial069:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-22T20:59:03.413 DEBUG:teuthology.orchestra.run.trial073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:59:03.506 DEBUG:teuthology.orchestra.run.trial073:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:59:03.531 DEBUG:teuthology.orchestra.run.trial073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:59:03.669 DEBUG:teuthology.orchestra.run.trial073:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:59:03.694 DEBUG:teuthology.orchestra.run.trial073:> set -ex 2026-02-22T20:59:03.694 DEBUG:teuthology.orchestra.run.trial073:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-22T20:59:03.757 DEBUG:teuthology.orchestra.run.trial114:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:59:03.867 DEBUG:teuthology.orchestra.run.trial114:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:59:03.893 DEBUG:teuthology.orchestra.run.trial114:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:59:04.033 DEBUG:teuthology.orchestra.run.trial114:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:59:04.058 DEBUG:teuthology.orchestra.run.trial114:> set -ex 2026-02-22T20:59:04.059 DEBUG:teuthology.orchestra.run.trial114:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-22T20:59:04.124 DEBUG:teuthology.orchestra.run.trial069:> sudo service rsyslog restart 2026-02-22T20:59:04.126 DEBUG:teuthology.orchestra.run.trial073:> sudo service rsyslog restart 2026-02-22T20:59:04.127 DEBUG:teuthology.orchestra.run.trial114:> sudo service rsyslog restart 2026-02-22T20:59:04.151 INFO:teuthology.orchestra.run.trial069.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-22T20:59:04.154 INFO:teuthology.orchestra.run.trial073.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-22T20:59:04.192 INFO:teuthology.orchestra.run.trial114.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-22T20:59:04.549 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-22T20:59:04.562 INFO:teuthology.task.internal:Starting timer... 2026-02-22T20:59:04.562 INFO:teuthology.run_tasks:Running task pcp... 2026-02-22T20:59:04.578 INFO:teuthology.run_tasks:Running task selinux... 2026-02-22T20:59:04.597 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-22T20:59:04.597 DEBUG:teuthology.orchestra.run.trial069:> sudo service auditd rotate 2026-02-22T20:59:04.627 INFO:teuthology.orchestra.run.trial069.stdout:Rotating logs: 2026-02-22T20:59:04.628 DEBUG:teuthology.orchestra.run.trial073:> sudo service auditd rotate 2026-02-22T20:59:04.657 INFO:teuthology.orchestra.run.trial073.stdout:Rotating logs: 2026-02-22T20:59:04.659 DEBUG:teuthology.orchestra.run.trial114:> sudo service auditd rotate 2026-02-22T20:59:04.689 INFO:teuthology.orchestra.run.trial114.stdout:Rotating logs: 2026-02-22T20:59:04.691 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-22T20:59:04.692 DEBUG:teuthology.orchestra.run.trial069:> /usr/sbin/getenforce 2026-02-22T20:59:04.710 INFO:teuthology.orchestra.run.trial069.stdout:Permissive 2026-02-22T20:59:04.710 DEBUG:teuthology.orchestra.run.trial073:> /usr/sbin/getenforce 2026-02-22T20:59:04.726 INFO:teuthology.orchestra.run.trial073.stdout:Permissive 2026-02-22T20:59:04.727 DEBUG:teuthology.orchestra.run.trial114:> /usr/sbin/getenforce 2026-02-22T20:59:04.748 INFO:teuthology.orchestra.run.trial114.stdout:Permissive 2026-02-22T20:59:04.749 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial069.front.sepia.ceph.com': 'permissive', 'ubuntu@trial073.front.sepia.ceph.com': 'permissive', 'ubuntu@trial114.front.sepia.ceph.com': 'permissive'} 2026-02-22T20:59:04.749 DEBUG:teuthology.orchestra.run.trial069:> 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:59:04.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:59:04.774 DEBUG:teuthology.orchestra.run.trial073:> 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:59:04.798 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:59:04.799 DEBUG:teuthology.orchestra.run.trial114:> 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:59:04.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:59:04.823 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-22T20:59:04.823 DEBUG:teuthology.orchestra.run.trial069:> sudo /usr/sbin/setenforce permissive 2026-02-22T20:59:04.847 DEBUG:teuthology.orchestra.run.trial073:> sudo /usr/sbin/setenforce permissive 2026-02-22T20:59:04.871 DEBUG:teuthology.orchestra.run.trial114:> sudo /usr/sbin/setenforce permissive 2026-02-22T20:59:04.895 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-22T20:59:04.922 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-22T20:59:04.930 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:59:04.931 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial069.front.sepia.ceph.com,trial073.front.sepia.ceph.com,trial114.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-22T21:01:42.957 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial069.front.sepia.ceph.com'), Remote(name='ubuntu@trial073.front.sepia.ceph.com'), Remote(name='ubuntu@trial114.front.sepia.ceph.com')] 2026-02-22T21:01:42.964 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial069.front.sepia.ceph.com' 2026-02-22T21:01:42.965 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T21:01:43.046 DEBUG:teuthology.orchestra.run.trial069:> true 2026-02-22T21:01:43.125 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial069.front.sepia.ceph.com' 2026-02-22T21:01:43.126 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial073.front.sepia.ceph.com' 2026-02-22T21:01:43.126 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T21:01:43.191 DEBUG:teuthology.orchestra.run.trial073:> true 2026-02-22T21:01:43.265 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial073.front.sepia.ceph.com' 2026-02-22T21:01:43.265 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial114.front.sepia.ceph.com' 2026-02-22T21:01:43.265 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T21:01:43.337 DEBUG:teuthology.orchestra.run.trial114:> true 2026-02-22T21:01:43.411 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial114.front.sepia.ceph.com' 2026-02-22T21:01:43.412 INFO:teuthology.run_tasks:Running task clock... 2026-02-22T21:01:43.424 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-22T21:01:43.425 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-22T21:01:43.425 DEBUG:teuthology.orchestra.run.trial069:> 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-22T21:01:43.427 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-22T21:01:43.427 DEBUG:teuthology.orchestra.run.trial073:> 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-22T21:01:43.429 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-22T21:01:43.429 DEBUG:teuthology.orchestra.run.trial114:> 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-22T21:01:43.453 INFO:teuthology.orchestra.run.trial069.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-22T21:01:43.455 INFO:teuthology.orchestra.run.trial073.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-22T21:01:43.465 INFO:teuthology.orchestra.run.trial069.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-22T21:01:43.468 INFO:teuthology.orchestra.run.trial073.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-22T21:01:43.479 INFO:teuthology.orchestra.run.trial114.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-22T21:01:43.485 INFO:teuthology.orchestra.run.trial069.stderr:sudo: ntpd: command not found 2026-02-22T21:01:43.490 INFO:teuthology.orchestra.run.trial073.stderr:sudo: ntpd: command not found 2026-02-22T21:01:43.491 INFO:teuthology.orchestra.run.trial114.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-22T21:01:43.495 INFO:teuthology.orchestra.run.trial069.stdout:506 Cannot talk to daemon 2026-02-22T21:01:43.501 INFO:teuthology.orchestra.run.trial073.stdout:506 Cannot talk to daemon 2026-02-22T21:01:43.506 INFO:teuthology.orchestra.run.trial069.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-22T21:01:43.511 INFO:teuthology.orchestra.run.trial114.stderr:sudo: ntpd: command not found 2026-02-22T21:01:43.513 INFO:teuthology.orchestra.run.trial073.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-22T21:01:43.518 INFO:teuthology.orchestra.run.trial069.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-22T21:01:43.520 INFO:teuthology.orchestra.run.trial114.stdout:506 Cannot talk to daemon 2026-02-22T21:01:43.525 INFO:teuthology.orchestra.run.trial073.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-22T21:01:43.531 INFO:teuthology.orchestra.run.trial114.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-22T21:01:43.542 INFO:teuthology.orchestra.run.trial114.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-22T21:01:43.564 INFO:teuthology.orchestra.run.trial069.stderr:bash: line 1: ntpq: command not found 2026-02-22T21:01:43.571 INFO:teuthology.orchestra.run.trial073.stderr:bash: line 1: ntpq: command not found 2026-02-22T21:01:43.579 INFO:teuthology.orchestra.run.trial069.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-22T21:01:43.579 INFO:teuthology.orchestra.run.trial069.stdout:=============================================================================== 2026-02-22T21:01:43.579 INFO:teuthology.orchestra.run.trial069.stdout:^? 108.61.215.221.vultruser> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T21:01:43.579 INFO:teuthology.orchestra.run.trial069.stdout:^? jane.qotw.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T21:01:43.579 INFO:teuthology.orchestra.run.trial069.stdout:^? 155.248.196.28 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T21:01:43.579 INFO:teuthology.orchestra.run.trial069.stdout:^? server.ethanyoo.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T21:01:43.583 INFO:teuthology.orchestra.run.trial073.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-22T21:01:43.583 INFO:teuthology.orchestra.run.trial073.stdout:=============================================================================== 2026-02-22T21:01:43.583 INFO:teuthology.orchestra.run.trial073.stdout:^? us-east-2.clearnet.pw 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T21:01:43.583 INFO:teuthology.orchestra.run.trial073.stdout:^? 144.202.66.214.vultruser> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T21:01:43.583 INFO:teuthology.orchestra.run.trial073.stdout:^? ntp.netlinkify.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T21:01:43.583 INFO:teuthology.orchestra.run.trial073.stdout:^? time.cloudflare.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T21:01:43.589 INFO:teuthology.orchestra.run.trial114.stderr:bash: line 1: ntpq: command not found 2026-02-22T21:01:43.606 INFO:teuthology.orchestra.run.trial114.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-22T21:01:43.606 INFO:teuthology.orchestra.run.trial114.stdout:=============================================================================== 2026-02-22T21:01:43.606 INFO:teuthology.orchestra.run.trial114.stdout:^? 144.202.62.209.vultruser> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T21:01:43.606 INFO:teuthology.orchestra.run.trial114.stdout:^? owners.kjsl.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T21:01:43.606 INFO:teuthology.orchestra.run.trial114.stdout:^? 172-104-28-175.ip.linode> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T21:01:43.606 INFO:teuthology.orchestra.run.trial114.stdout:^? 69.176.84.38 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T21:01:43.607 INFO:teuthology.run_tasks:Running task pexec... 2026-02-22T21:01:43.625 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-22T21:01:43.626 DEBUG:teuthology.orchestra.run.trial069:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-22T21:01:43.627 DEBUG:teuthology.orchestra.run.trial073:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-22T21:01:43.627 DEBUG:teuthology.orchestra.run.trial114:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-22T21:01:43.631 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial073.front.sepia.ceph.com 2026-02-22T21:01:43.631 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-22T21:01:43.631 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-22T21:01:43.631 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-22T21:01:43.631 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-22T21:01:43.632 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial069.front.sepia.ceph.com 2026-02-22T21:01:43.632 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-22T21:01:43.633 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-22T21:01:43.633 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-22T21:01:43.633 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-22T21:01:43.650 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial114.front.sepia.ceph.com 2026-02-22T21:01:43.651 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-22T21:01:43.651 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-22T21:01:43.651 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-22T21:01:43.651 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-22T21:01:43.804 INFO:teuthology.orchestra.run.trial069.stdout:No match for argument: nvme-cli 2026-02-22T21:01:43.804 INFO:teuthology.orchestra.run.trial069.stderr:No packages marked for removal. 2026-02-22T21:01:43.806 INFO:teuthology.orchestra.run.trial073.stdout:No match for argument: nvme-cli 2026-02-22T21:01:43.806 INFO:teuthology.orchestra.run.trial073.stderr:No packages marked for removal. 2026-02-22T21:01:43.806 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:01:43.806 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-22T21:01:43.806 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:01:43.808 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:01:43.808 INFO:teuthology.orchestra.run.trial073.stdout:Nothing to do. 2026-02-22T21:01:43.808 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:01:43.823 INFO:teuthology.orchestra.run.trial114.stdout:No match for argument: nvme-cli 2026-02-22T21:01:43.823 INFO:teuthology.orchestra.run.trial114.stderr:No packages marked for removal. 2026-02-22T21:01:43.825 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:01:43.826 INFO:teuthology.orchestra.run.trial114.stdout:Nothing to do. 2026-02-22T21:01:43.826 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:01:44.110 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:26 ago on Sun 22 Feb 2026 09:01:17 PM UTC. 2026-02-22T21:01:44.113 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:25 ago on Sun 22 Feb 2026 09:01:18 PM UTC. 2026-02-22T21:01:44.132 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:25 ago on Sun 22 Feb 2026 09:01:18 PM UTC. 2026-02-22T21:01:44.192 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:01:44.193 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:01:44.193 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repository Size 2026-02-22T21:01:44.193 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:01:44.193 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-22T21:01:44.193 INFO:teuthology.orchestra.run.trial069.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-22T21:01:44.193 INFO:teuthology.orchestra.run.trial069.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-22T21:01:44.193 INFO:teuthology.orchestra.run.trial069.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-22T21:01:44.193 INFO:teuthology.orchestra.run.trial069.stdout:Installing dependencies: 2026-02-22T21:01:44.193 INFO:teuthology.orchestra.run.trial069.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-22T21:01:44.193 INFO:teuthology.orchestra.run.trial069.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-22T21:01:44.193 INFO:teuthology.orchestra.run.trial069.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-22T21:01:44.193 INFO:teuthology.orchestra.run.trial069.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-22T21:01:44.193 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:01:44.193 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-22T21:01:44.193 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:01:44.193 INFO:teuthology.orchestra.run.trial069.stdout:Install 7 Packages 2026-02-22T21:01:44.193 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:01:44.194 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 6.3 M 2026-02-22T21:01:44.194 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 24 M 2026-02-22T21:01:44.194 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-22T21:01:44.194 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:01:44.195 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:01:44.195 INFO:teuthology.orchestra.run.trial073.stdout: Package Arch Version Repository Size 2026-02-22T21:01:44.195 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:01:44.195 INFO:teuthology.orchestra.run.trial073.stdout:Installing: 2026-02-22T21:01:44.195 INFO:teuthology.orchestra.run.trial073.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-22T21:01:44.195 INFO:teuthology.orchestra.run.trial073.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-22T21:01:44.195 INFO:teuthology.orchestra.run.trial073.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-22T21:01:44.195 INFO:teuthology.orchestra.run.trial073.stdout:Installing dependencies: 2026-02-22T21:01:44.195 INFO:teuthology.orchestra.run.trial073.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-22T21:01:44.195 INFO:teuthology.orchestra.run.trial073.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-22T21:01:44.195 INFO:teuthology.orchestra.run.trial073.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-22T21:01:44.195 INFO:teuthology.orchestra.run.trial073.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-22T21:01:44.195 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:01:44.195 INFO:teuthology.orchestra.run.trial073.stdout:Transaction Summary 2026-02-22T21:01:44.195 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:01:44.195 INFO:teuthology.orchestra.run.trial073.stdout:Install 7 Packages 2026-02-22T21:01:44.195 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:01:44.196 INFO:teuthology.orchestra.run.trial073.stdout:Total download size: 6.3 M 2026-02-22T21:01:44.196 INFO:teuthology.orchestra.run.trial073.stdout:Installed size: 24 M 2026-02-22T21:01:44.196 INFO:teuthology.orchestra.run.trial073.stdout:Downloading Packages: 2026-02-22T21:01:44.213 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:01:44.214 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:01:44.214 INFO:teuthology.orchestra.run.trial114.stdout: Package Arch Version Repository Size 2026-02-22T21:01:44.214 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:01:44.214 INFO:teuthology.orchestra.run.trial114.stdout:Installing: 2026-02-22T21:01:44.214 INFO:teuthology.orchestra.run.trial114.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-22T21:01:44.214 INFO:teuthology.orchestra.run.trial114.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-22T21:01:44.214 INFO:teuthology.orchestra.run.trial114.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-22T21:01:44.215 INFO:teuthology.orchestra.run.trial114.stdout:Installing dependencies: 2026-02-22T21:01:44.215 INFO:teuthology.orchestra.run.trial114.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-22T21:01:44.215 INFO:teuthology.orchestra.run.trial114.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-22T21:01:44.215 INFO:teuthology.orchestra.run.trial114.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-22T21:01:44.215 INFO:teuthology.orchestra.run.trial114.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-22T21:01:44.215 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:01:44.215 INFO:teuthology.orchestra.run.trial114.stdout:Transaction Summary 2026-02-22T21:01:44.215 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:01:44.215 INFO:teuthology.orchestra.run.trial114.stdout:Install 7 Packages 2026-02-22T21:01:44.215 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:01:44.215 INFO:teuthology.orchestra.run.trial114.stdout:Total download size: 6.3 M 2026-02-22T21:01:44.216 INFO:teuthology.orchestra.run.trial114.stdout:Installed size: 24 M 2026-02-22T21:01:44.216 INFO:teuthology.orchestra.run.trial114.stdout:Downloading Packages: 2026-02-22T21:01:44.419 INFO:teuthology.orchestra.run.trial114.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 991 kB/s | 44 kB 00:00 2026-02-22T21:01:44.424 INFO:teuthology.orchestra.run.trial114.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 1.4 MB/s | 72 kB 00:00 2026-02-22T21:01:44.440 INFO:teuthology.orchestra.run.trial114.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 4.0 MB/s | 84 kB 00:00 2026-02-22T21:01:44.448 INFO:teuthology.orchestra.run.trial114.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 6.1 MB/s | 150 kB 00:00 2026-02-22T21:01:44.461 INFO:teuthology.orchestra.run.trial114.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 13 MB/s | 1.2 MB 00:00 2026-02-22T21:01:44.480 INFO:teuthology.orchestra.run.trial114.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 20 MB/s | 837 kB 00:00 2026-02-22T21:01:44.546 INFO:teuthology.orchestra.run.trial114.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 41 MB/s | 4.0 MB 00:00 2026-02-22T21:01:44.546 INFO:teuthology.orchestra.run.trial114.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:01:44.546 INFO:teuthology.orchestra.run.trial114.stdout:Total 19 MB/s | 6.3 MB 00:00 2026-02-22T21:01:44.617 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction check 2026-02-22T21:01:44.625 INFO:teuthology.orchestra.run.trial114.stdout:Transaction check succeeded. 2026-02-22T21:01:44.625 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction test 2026-02-22T21:01:44.640 INFO:teuthology.orchestra.run.trial069.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 643 kB/s | 44 kB 00:00 2026-02-22T21:01:44.642 INFO:teuthology.orchestra.run.trial069.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 1.0 MB/s | 72 kB 00:00 2026-02-22T21:01:44.684 INFO:teuthology.orchestra.run.trial069.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.9 MB/s | 84 kB 00:00 2026-02-22T21:01:44.686 INFO:teuthology.orchestra.run.trial069.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 3.3 MB/s | 150 kB 00:00 2026-02-22T21:01:44.706 INFO:teuthology.orchestra.run.trial069.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 8.6 MB/s | 1.2 MB 00:00 2026-02-22T21:01:44.708 INFO:teuthology.orchestra.run.trial114.stdout:Transaction test succeeded. 2026-02-22T21:01:44.708 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction 2026-02-22T21:01:44.719 INFO:teuthology.orchestra.run.trial073.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 426 kB/s | 44 kB 00:00 2026-02-22T21:01:44.734 INFO:teuthology.orchestra.run.trial073.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 613 kB/s | 72 kB 00:00 2026-02-22T21:01:44.751 INFO:teuthology.orchestra.run.trial069.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 12 MB/s | 837 kB 00:00 2026-02-22T21:01:44.775 INFO:teuthology.orchestra.run.trial073.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.5 MB/s | 84 kB 00:00 2026-02-22T21:01:44.799 INFO:teuthology.orchestra.run.trial073.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.2 MB/s | 150 kB 00:00 2026-02-22T21:01:44.833 INFO:teuthology.orchestra.run.trial073.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 5.3 MB/s | 1.2 MB 00:00 2026-02-22T21:01:44.856 INFO:teuthology.orchestra.run.trial114.stdout: Preparing : 1/1 2026-02-22T21:01:44.864 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-22T21:01:44.873 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-22T21:01:44.877 INFO:teuthology.orchestra.run.trial073.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.0 MB/s | 837 kB 00:00 2026-02-22T21:01:44.878 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-22T21:01:44.884 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-22T21:01:44.885 INFO:teuthology.orchestra.run.trial114.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-22T21:01:44.932 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-22T21:01:45.047 INFO:teuthology.orchestra.run.trial114.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-22T21:01:45.049 INFO:teuthology.orchestra.run.trial114.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-22T21:01:45.333 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-22T21:01:45.334 INFO:teuthology.orchestra.run.trial114.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-22T21:01:45.334 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:01:45.581 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-22T21:01:45.581 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-22T21:01:45.581 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-22T21:01:45.581 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-22T21:01:45.581 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-22T21:01:45.581 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-22T21:01:45.635 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-22T21:01:45.635 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:01:45.636 INFO:teuthology.orchestra.run.trial114.stdout:Installed: 2026-02-22T21:01:45.636 INFO:teuthology.orchestra.run.trial114.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-22T21:01:45.636 INFO:teuthology.orchestra.run.trial114.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-22T21:01:45.636 INFO:teuthology.orchestra.run.trial114.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-22T21:01:45.636 INFO:teuthology.orchestra.run.trial114.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-22T21:01:45.636 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:01:45.636 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:01:45.689 DEBUG:teuthology.parallel:result is None 2026-02-22T21:01:49.771 INFO:teuthology.orchestra.run.trial069.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 796 kB/s | 4.0 MB 00:05 2026-02-22T21:01:49.771 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:01:49.771 INFO:teuthology.orchestra.run.trial069.stdout:Total 1.1 MB/s | 6.3 MB 00:05 2026-02-22T21:01:49.842 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-22T21:01:49.849 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-22T21:01:49.850 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-22T21:01:49.915 INFO:teuthology.orchestra.run.trial073.stdout:(7/7): runc-1.4.0-1.el9.x86_64.rpm 791 kB/s | 4.0 MB 00:05 2026-02-22T21:01:49.915 INFO:teuthology.orchestra.run.trial073.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:01:49.915 INFO:teuthology.orchestra.run.trial073.stdout:Total 1.1 MB/s | 6.3 MB 00:05 2026-02-22T21:01:49.930 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-22T21:01:49.930 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-22T21:01:49.986 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction check 2026-02-22T21:01:49.993 INFO:teuthology.orchestra.run.trial073.stdout:Transaction check succeeded. 2026-02-22T21:01:49.993 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction test 2026-02-22T21:01:50.073 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-22T21:01:50.073 INFO:teuthology.orchestra.run.trial073.stdout:Transaction test succeeded. 2026-02-22T21:01:50.073 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction 2026-02-22T21:01:50.080 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-22T21:01:50.089 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-22T21:01:50.095 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-22T21:01:50.100 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-22T21:01:50.101 INFO:teuthology.orchestra.run.trial069.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-22T21:01:50.147 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-22T21:01:50.217 INFO:teuthology.orchestra.run.trial073.stdout: Preparing : 1/1 2026-02-22T21:01:50.225 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-02-22T21:01:50.234 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-02-22T21:01:50.239 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-22T21:01:50.245 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-22T21:01:50.246 INFO:teuthology.orchestra.run.trial073.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-02-22T21:01:50.261 INFO:teuthology.orchestra.run.trial069.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-22T21:01:50.263 INFO:teuthology.orchestra.run.trial069.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-22T21:01:50.292 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-02-22T21:01:50.405 INFO:teuthology.orchestra.run.trial073.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 6/7 2026-02-22T21:01:50.408 INFO:teuthology.orchestra.run.trial073.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-22T21:01:50.547 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-22T21:01:50.547 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-22T21:01:50.547 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:01:50.700 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-02-22T21:01:50.700 INFO:teuthology.orchestra.run.trial073.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-22T21:01:50.701 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:01:50.796 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-22T21:01:50.796 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-22T21:01:50.796 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-22T21:01:50.797 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-22T21:01:50.797 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-22T21:01:50.797 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-22T21:01:50.851 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-22T21:01:50.851 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:01:50.851 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-22T21:01:50.852 INFO:teuthology.orchestra.run.trial069.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-22T21:01:50.852 INFO:teuthology.orchestra.run.trial069.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-22T21:01:50.852 INFO:teuthology.orchestra.run.trial069.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-22T21:01:50.852 INFO:teuthology.orchestra.run.trial069.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-22T21:01:50.852 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:01:50.852 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:01:50.904 DEBUG:teuthology.parallel:result is None 2026-02-22T21:01:50.962 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-02-22T21:01:50.962 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-02-22T21:01:50.962 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-02-22T21:01:50.962 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-02-22T21:01:50.963 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-02-22T21:01:50.963 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-02-22T21:01:51.020 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/7 2026-02-22T21:01:51.020 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:01:51.020 INFO:teuthology.orchestra.run.trial073.stdout:Installed: 2026-02-22T21:01:51.020 INFO:teuthology.orchestra.run.trial073.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-22T21:01:51.021 INFO:teuthology.orchestra.run.trial073.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-22T21:01:51.021 INFO:teuthology.orchestra.run.trial073.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-22T21:01:51.021 INFO:teuthology.orchestra.run.trial073.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-22T21:01:51.021 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:01:51.021 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:01:51.072 DEBUG:teuthology.parallel:result is None 2026-02-22T21:01:51.072 INFO:teuthology.run_tasks:Running task install... 2026-02-22T21:01:51.084 DEBUG:teuthology.task.install:project ceph 2026-02-22T21:01:51.084 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'a5c3084f688b1f6eff223b8d259a8316f9844c8e'}} 2026-02-22T21:01:51.084 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'a5c3084f688b1f6eff223b8d259a8316f9844c8e'} 2026-02-22T21:01:51.084 INFO:teuthology.task.install:Using flavor: default 2026-02-22T21:01:51.088 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-22T21:01:51.088 INFO:teuthology.task.install:extra packages: [] 2026-02-22T21:01:51.088 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-22T21:01:51.089 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-22T21:01:51.090 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-22T21:01:51.090 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-22T21:01:51.091 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-22T21:01:51.091 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-22T21:01:51.302 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-22T21:01:51.302 INFO:teuthology.task.install.rpm:Package version is 20.2.0-794.ga5c3084f 2026-02-22T21:01:51.318 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-22T21:01:51.319 INFO:teuthology.task.install.rpm:Package version is 20.2.0-794.ga5c3084f 2026-02-22T21:01:51.319 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-22T21:01:51.319 INFO:teuthology.task.install.rpm:Package version is 20.2.0-794.ga5c3084f 2026-02-22T21:01:51.502 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-22T21:01:51.503 DEBUG:teuthology.orchestra.run.trial114:> set -ex 2026-02-22T21:01:51.503 DEBUG:teuthology.orchestra.run.trial114:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-22T21:01:51.512 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-22T21:01:51.513 DEBUG:teuthology.orchestra.run.trial073:> set -ex 2026-02-22T21:01:51.513 DEBUG:teuthology.orchestra.run.trial073:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-22T21:01:51.529 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-22T21:01:51.529 DEBUG:teuthology.orchestra.run.trial114:> 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-22T21:01:51.539 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-22T21:01:51.539 DEBUG:teuthology.orchestra.run.trial073:> 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-22T21:01:51.551 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-22T21:01:51.551 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-22T21:01:51.551 DEBUG:teuthology.orchestra.run.trial069:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-22T21:01:51.577 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-22T21:01:51.577 DEBUG:teuthology.orchestra.run.trial069:> 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-22T21:01:51.595 DEBUG:teuthology.orchestra.run.trial114:> 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-22T21:01:51.603 DEBUG:teuthology.orchestra.run.trial073:> 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-22T21:01:51.642 DEBUG:teuthology.orchestra.run.trial069:> 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-22T21:01:51.670 DEBUG:teuthology.orchestra.run.trial114:> 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-22T21:01:51.677 DEBUG:teuthology.orchestra.run.trial073:> 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-22T21:01:51.715 DEBUG:teuthology.orchestra.run.trial069:> 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-22T21:01:51.734 INFO:teuthology.orchestra.run.trial114.stdout:check_obsoletes = 1 2026-02-22T21:01:51.735 DEBUG:teuthology.orchestra.run.trial114:> sudo yum clean all 2026-02-22T21:01:51.741 INFO:teuthology.orchestra.run.trial073.stdout:check_obsoletes = 1 2026-02-22T21:01:51.742 DEBUG:teuthology.orchestra.run.trial073:> sudo yum clean all 2026-02-22T21:01:51.778 INFO:teuthology.orchestra.run.trial069.stdout:check_obsoletes = 1 2026-02-22T21:01:51.779 DEBUG:teuthology.orchestra.run.trial069:> sudo yum clean all 2026-02-22T21:01:51.896 INFO:teuthology.orchestra.run.trial114.stdout:41 files removed 2026-02-22T21:01:51.900 INFO:teuthology.orchestra.run.trial073.stdout:41 files removed 2026-02-22T21:01:51.911 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install ceph-radosgw 2026-02-22T21:01:51.915 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install ceph-radosgw 2026-02-22T21:01:51.936 INFO:teuthology.orchestra.run.trial069.stdout:41 files removed 2026-02-22T21:01:51.950 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-radosgw 2026-02-22T21:01:52.196 INFO:teuthology.orchestra.run.trial073.stdout:ceph packages for x86_64 639 kB/s | 89 kB 00:00 2026-02-22T21:01:52.197 INFO:teuthology.orchestra.run.trial114.stdout:ceph packages for x86_64 628 kB/s | 89 kB 00:00 2026-02-22T21:01:52.218 INFO:teuthology.orchestra.run.trial069.stdout:ceph packages for x86_64 703 kB/s | 89 kB 00:00 2026-02-22T21:01:52.339 INFO:teuthology.orchestra.run.trial073.stdout:ceph noarch packages 162 kB/s | 19 kB 00:00 2026-02-22T21:01:52.342 INFO:teuthology.orchestra.run.trial114.stdout:ceph noarch packages 158 kB/s | 19 kB 00:00 2026-02-22T21:01:52.358 INFO:teuthology.orchestra.run.trial069.stdout:ceph noarch packages 165 kB/s | 19 kB 00:00 2026-02-22T21:01:52.465 INFO:teuthology.orchestra.run.trial073.stdout:ceph source packages 18 kB/s | 1.9 kB 00:00 2026-02-22T21:01:52.469 INFO:teuthology.orchestra.run.trial114.stdout:ceph source packages 18 kB/s | 1.9 kB 00:00 2026-02-22T21:01:52.486 INFO:teuthology.orchestra.run.trial069.stdout:ceph source packages 18 kB/s | 1.9 kB 00:00 2026-02-22T21:01:53.167 INFO:teuthology.orchestra.run.trial073.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.9 MB 00:00 2026-02-22T21:01:53.196 INFO:teuthology.orchestra.run.trial069.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.9 MB 00:00 2026-02-22T21:01:53.484 INFO:teuthology.orchestra.run.trial114.stdout:CentOS Stream 9 - BaseOS 8.9 MB/s | 8.9 MB 00:00 2026-02-22T21:01:55.760 INFO:teuthology.orchestra.run.trial069.stdout:CentOS Stream 9 - AppStream 13 MB/s | 27 MB 00:02 2026-02-22T21:01:56.145 INFO:teuthology.orchestra.run.trial073.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-22T21:01:57.221 INFO:teuthology.orchestra.run.trial114.stdout:CentOS Stream 9 - AppStream 8.4 MB/s | 27 MB 00:03 2026-02-22T21:01:59.503 INFO:teuthology.orchestra.run.trial069.stdout:CentOS Stream 9 - CRB 6.1 MB/s | 7.8 MB 00:01 2026-02-22T21:02:00.433 INFO:teuthology.orchestra.run.trial073.stdout:CentOS Stream 9 - CRB 4.2 MB/s | 7.8 MB 00:01 2026-02-22T21:02:00.440 INFO:teuthology.orchestra.run.trial069.stdout:CentOS Stream 9 - Extras packages 92 kB/s | 20 kB 00:00 2026-02-22T21:02:00.811 INFO:teuthology.orchestra.run.trial114.stdout:CentOS Stream 9 - CRB 6.3 MB/s | 7.8 MB 00:01 2026-02-22T21:02:01.340 INFO:teuthology.orchestra.run.trial073.stdout:CentOS Stream 9 - Extras packages 107 kB/s | 20 kB 00:00 2026-02-22T21:02:01.714 INFO:teuthology.orchestra.run.trial069.stdout:Extra Packages for Enterprise Linux 17 MB/s | 20 MB 00:01 2026-02-22T21:02:01.878 INFO:teuthology.orchestra.run.trial114.stdout:CentOS Stream 9 - Extras packages 57 kB/s | 20 kB 00:00 2026-02-22T21:02:01.942 INFO:teuthology.orchestra.run.trial073.stdout:Extra Packages for Enterprise Linux 38 MB/s | 20 MB 00:00 2026-02-22T21:02:04.217 INFO:teuthology.orchestra.run.trial114.stdout:Extra Packages for Enterprise Linux 8.9 MB/s | 20 MB 00:02 2026-02-22T21:02:04.924 INFO:teuthology.orchestra.run.trial069.stdout:lab-extras 1.4 MB/s | 50 kB 00:00 2026-02-22T21:02:05.143 INFO:teuthology.orchestra.run.trial073.stdout:lab-extras 2.8 MB/s | 50 kB 00:00 2026-02-22T21:02:06.131 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:06.132 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:06.132 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repository Size 2026-02-22T21:02:06.133 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:06.133 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-22T21:02:06.133 INFO:teuthology.orchestra.run.trial069.stdout: ceph-radosgw x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 24 M 2026-02-22T21:02:06.133 INFO:teuthology.orchestra.run.trial069.stdout:Upgrading: 2026-02-22T21:02:06.133 INFO:teuthology.orchestra.run.trial069.stdout: librados2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 3.5 M 2026-02-22T21:02:06.134 INFO:teuthology.orchestra.run.trial069.stdout: librbd1 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 2.8 M 2026-02-22T21:02:06.134 INFO:teuthology.orchestra.run.trial069.stdout:Installing dependencies: 2026-02-22T21:02:06.134 INFO:teuthology.orchestra.run.trial069.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-22T21:02:06.134 INFO:teuthology.orchestra.run.trial069.stdout: ceph-base x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 5.9 M 2026-02-22T21:02:06.134 INFO:teuthology.orchestra.run.trial069.stdout: ceph-common x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 24 M 2026-02-22T21:02:06.134 INFO:teuthology.orchestra.run.trial069.stdout: ceph-selinux x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 25 k 2026-02-22T21:02:06.135 INFO:teuthology.orchestra.run.trial069.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-22T21:02:06.135 INFO:teuthology.orchestra.run.trial069.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-22T21:02:06.135 INFO:teuthology.orchestra.run.trial069.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-22T21:02:06.135 INFO:teuthology.orchestra.run.trial069.stdout: libcephfs2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 869 k 2026-02-22T21:02:06.135 INFO:teuthology.orchestra.run.trial069.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-22T21:02:06.135 INFO:teuthology.orchestra.run.trial069.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-22T21:02:06.136 INFO:teuthology.orchestra.run.trial069.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-22T21:02:06.136 INFO:teuthology.orchestra.run.trial069.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-22T21:02:06.136 INFO:teuthology.orchestra.run.trial069.stdout: libradosstriper1 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 250 k 2026-02-22T21:02:06.136 INFO:teuthology.orchestra.run.trial069.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-22T21:02:06.136 INFO:teuthology.orchestra.run.trial069.stdout: librgw2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 6.4 M 2026-02-22T21:02:06.136 INFO:teuthology.orchestra.run.trial069.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-22T21:02:06.137 INFO:teuthology.orchestra.run.trial069.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-22T21:02:06.137 INFO:teuthology.orchestra.run.trial069.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-22T21:02:06.137 INFO:teuthology.orchestra.run.trial069.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-22T21:02:06.137 INFO:teuthology.orchestra.run.trial069.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-22T21:02:06.137 INFO:teuthology.orchestra.run.trial069.stdout: python3-ceph-argparse x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 45 k 2026-02-22T21:02:06.138 INFO:teuthology.orchestra.run.trial069.stdout: python3-ceph-common x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 181 k 2026-02-22T21:02:06.138 INFO:teuthology.orchestra.run.trial069.stdout: python3-cephfs x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 163 k 2026-02-22T21:02:06.138 INFO:teuthology.orchestra.run.trial069.stdout: python3-rados x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 323 k 2026-02-22T21:02:06.138 INFO:teuthology.orchestra.run.trial069.stdout: python3-rbd x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 306 k 2026-02-22T21:02:06.138 INFO:teuthology.orchestra.run.trial069.stdout: python3-rgw x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 99 k 2026-02-22T21:02:06.138 INFO:teuthology.orchestra.run.trial069.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-22T21:02:06.139 INFO:teuthology.orchestra.run.trial069.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-22T21:02:06.139 INFO:teuthology.orchestra.run.trial069.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-22T21:02:06.139 INFO:teuthology.orchestra.run.trial069.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-22T21:02:06.139 INFO:teuthology.orchestra.run.trial069.stdout:Installing weak dependencies: 2026-02-22T21:02:06.139 INFO:teuthology.orchestra.run.trial069.stdout: libcephfs-daemon x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 35 k 2026-02-22T21:02:06.139 INFO:teuthology.orchestra.run.trial069.stdout: libcephfs-proxy2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 24 k 2026-02-22T21:02:06.140 INFO:teuthology.orchestra.run.trial069.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-22T21:02:06.140 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:06.140 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-22T21:02:06.140 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:06.140 INFO:teuthology.orchestra.run.trial069.stdout:Install 34 Packages 2026-02-22T21:02:06.140 INFO:teuthology.orchestra.run.trial069.stdout:Upgrade 2 Packages 2026-02-22T21:02:06.141 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:06.142 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 78 M 2026-02-22T21:02:06.142 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-22T21:02:06.336 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:06.338 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:06.338 INFO:teuthology.orchestra.run.trial073.stdout: Package Arch Version Repository Size 2026-02-22T21:02:06.338 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:06.338 INFO:teuthology.orchestra.run.trial073.stdout:Installing: 2026-02-22T21:02:06.338 INFO:teuthology.orchestra.run.trial073.stdout: ceph-radosgw x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 24 M 2026-02-22T21:02:06.339 INFO:teuthology.orchestra.run.trial073.stdout:Upgrading: 2026-02-22T21:02:06.339 INFO:teuthology.orchestra.run.trial073.stdout: librados2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 3.5 M 2026-02-22T21:02:06.339 INFO:teuthology.orchestra.run.trial073.stdout: librbd1 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 2.8 M 2026-02-22T21:02:06.339 INFO:teuthology.orchestra.run.trial073.stdout:Installing dependencies: 2026-02-22T21:02:06.339 INFO:teuthology.orchestra.run.trial073.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-22T21:02:06.339 INFO:teuthology.orchestra.run.trial073.stdout: ceph-base x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 5.9 M 2026-02-22T21:02:06.339 INFO:teuthology.orchestra.run.trial073.stdout: ceph-common x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 24 M 2026-02-22T21:02:06.339 INFO:teuthology.orchestra.run.trial073.stdout: ceph-selinux x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 25 k 2026-02-22T21:02:06.340 INFO:teuthology.orchestra.run.trial073.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-22T21:02:06.340 INFO:teuthology.orchestra.run.trial073.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-22T21:02:06.340 INFO:teuthology.orchestra.run.trial073.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-22T21:02:06.340 INFO:teuthology.orchestra.run.trial073.stdout: libcephfs2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 869 k 2026-02-22T21:02:06.340 INFO:teuthology.orchestra.run.trial073.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-22T21:02:06.340 INFO:teuthology.orchestra.run.trial073.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-22T21:02:06.340 INFO:teuthology.orchestra.run.trial073.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-22T21:02:06.341 INFO:teuthology.orchestra.run.trial073.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-22T21:02:06.341 INFO:teuthology.orchestra.run.trial073.stdout: libradosstriper1 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 250 k 2026-02-22T21:02:06.341 INFO:teuthology.orchestra.run.trial073.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-22T21:02:06.341 INFO:teuthology.orchestra.run.trial073.stdout: librgw2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 6.4 M 2026-02-22T21:02:06.341 INFO:teuthology.orchestra.run.trial073.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-22T21:02:06.341 INFO:teuthology.orchestra.run.trial073.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-22T21:02:06.341 INFO:teuthology.orchestra.run.trial073.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-22T21:02:06.341 INFO:teuthology.orchestra.run.trial073.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-22T21:02:06.342 INFO:teuthology.orchestra.run.trial073.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-22T21:02:06.342 INFO:teuthology.orchestra.run.trial073.stdout: python3-ceph-argparse x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 45 k 2026-02-22T21:02:06.342 INFO:teuthology.orchestra.run.trial073.stdout: python3-ceph-common x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 181 k 2026-02-22T21:02:06.342 INFO:teuthology.orchestra.run.trial073.stdout: python3-cephfs x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 163 k 2026-02-22T21:02:06.342 INFO:teuthology.orchestra.run.trial073.stdout: python3-rados x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 323 k 2026-02-22T21:02:06.342 INFO:teuthology.orchestra.run.trial073.stdout: python3-rbd x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 306 k 2026-02-22T21:02:06.342 INFO:teuthology.orchestra.run.trial073.stdout: python3-rgw x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 99 k 2026-02-22T21:02:06.342 INFO:teuthology.orchestra.run.trial073.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-22T21:02:06.343 INFO:teuthology.orchestra.run.trial073.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-22T21:02:06.343 INFO:teuthology.orchestra.run.trial073.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-22T21:02:06.343 INFO:teuthology.orchestra.run.trial073.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-22T21:02:06.343 INFO:teuthology.orchestra.run.trial073.stdout:Installing weak dependencies: 2026-02-22T21:02:06.343 INFO:teuthology.orchestra.run.trial073.stdout: libcephfs-daemon x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 35 k 2026-02-22T21:02:06.343 INFO:teuthology.orchestra.run.trial073.stdout: libcephfs-proxy2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 24 k 2026-02-22T21:02:06.343 INFO:teuthology.orchestra.run.trial073.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-22T21:02:06.343 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:06.344 INFO:teuthology.orchestra.run.trial073.stdout:Transaction Summary 2026-02-22T21:02:06.344 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:06.344 INFO:teuthology.orchestra.run.trial073.stdout:Install 34 Packages 2026-02-22T21:02:06.344 INFO:teuthology.orchestra.run.trial073.stdout:Upgrade 2 Packages 2026-02-22T21:02:06.344 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:06.345 INFO:teuthology.orchestra.run.trial073.stdout:Total download size: 78 M 2026-02-22T21:02:06.345 INFO:teuthology.orchestra.run.trial073.stdout:Downloading Packages: 2026-02-22T21:02:07.125 INFO:teuthology.orchestra.run.trial069.stdout:(1/36): ceph-base-20.2.0-794.ga5c3084f.el9.x86_ 10 MB/s | 5.9 MB 00:00 2026-02-22T21:02:07.169 INFO:teuthology.orchestra.run.trial069.stdout:(2/36): ceph-selinux-20.2.0-794.ga5c3084f.el9.x 586 kB/s | 25 kB 00:00 2026-02-22T21:02:07.212 INFO:teuthology.orchestra.run.trial069.stdout:(3/36): libcephfs-daemon-20.2.0-794.ga5c3084f.e 820 kB/s | 35 kB 00:00 2026-02-22T21:02:07.255 INFO:teuthology.orchestra.run.trial069.stdout:(4/36): libcephfs-proxy2-20.2.0-794.ga5c3084f.e 558 kB/s | 24 kB 00:00 2026-02-22T21:02:07.357 INFO:teuthology.orchestra.run.trial069.stdout:(5/36): libcephfs2-20.2.0-794.ga5c3084f.el9.x86 8.3 MB/s | 869 kB 00:00 2026-02-22T21:02:07.389 INFO:teuthology.orchestra.run.trial073.stdout:(1/36): ceph-base-20.2.0-794.ga5c3084f.el9.x86_ 7.2 MB/s | 5.9 MB 00:00 2026-02-22T21:02:07.399 INFO:teuthology.orchestra.run.trial069.stdout:(6/36): libradosstriper1-20.2.0-794.ga5c3084f.e 5.8 MB/s | 250 kB 00:00 2026-02-22T21:02:07.414 INFO:teuthology.orchestra.run.trial114.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-22T21:02:07.429 INFO:teuthology.orchestra.run.trial073.stdout:(2/36): ceph-selinux-20.2.0-794.ga5c3084f.el9.x 631 kB/s | 25 kB 00:00 2026-02-22T21:02:07.478 INFO:teuthology.orchestra.run.trial073.stdout:(3/36): libcephfs-daemon-20.2.0-794.ga5c3084f.e 729 kB/s | 35 kB 00:00 2026-02-22T21:02:07.527 INFO:teuthology.orchestra.run.trial073.stdout:(4/36): libcephfs-proxy2-20.2.0-794.ga5c3084f.e 493 kB/s | 24 kB 00:00 2026-02-22T21:02:07.690 INFO:teuthology.orchestra.run.trial073.stdout:(5/36): libcephfs2-20.2.0-794.ga5c3084f.el9.x86 5.2 MB/s | 869 kB 00:00 2026-02-22T21:02:07.745 INFO:teuthology.orchestra.run.trial073.stdout:(6/36): libradosstriper1-20.2.0-794.ga5c3084f.e 4.4 MB/s | 250 kB 00:00 2026-02-22T21:02:07.936 INFO:teuthology.orchestra.run.trial069.stdout:(7/36): librgw2-20.2.0-794.ga5c3084f.el9.x86_64 12 MB/s | 6.4 MB 00:00 2026-02-22T21:02:07.982 INFO:teuthology.orchestra.run.trial069.stdout:(8/36): python3-ceph-argparse-20.2.0-794.ga5c30 989 kB/s | 45 kB 00:00 2026-02-22T21:02:08.033 INFO:teuthology.orchestra.run.trial069.stdout:(9/36): python3-ceph-common-20.2.0-794.ga5c3084 3.5 MB/s | 181 kB 00:00 2026-02-22T21:02:08.083 INFO:teuthology.orchestra.run.trial069.stdout:(10/36): python3-cephfs-20.2.0-794.ga5c3084f.el 3.1 MB/s | 163 kB 00:00 2026-02-22T21:02:08.138 INFO:teuthology.orchestra.run.trial069.stdout:(11/36): python3-rados-20.2.0-794.ga5c3084f.el9 5.8 MB/s | 323 kB 00:00 2026-02-22T21:02:08.193 INFO:teuthology.orchestra.run.trial069.stdout:(12/36): python3-rbd-20.2.0-794.ga5c3084f.el9.x 5.5 MB/s | 306 kB 00:00 2026-02-22T21:02:08.243 INFO:teuthology.orchestra.run.trial069.stdout:(13/36): python3-rgw-20.2.0-794.ga5c3084f.el9.x 1.9 MB/s | 99 kB 00:00 2026-02-22T21:02:08.332 INFO:teuthology.orchestra.run.trial069.stdout:(14/36): mailcap-2.1.49-5.el9.noarch.rpm 371 kB/s | 33 kB 00:00 2026-02-22T21:02:08.379 INFO:teuthology.orchestra.run.trial069.stdout:(15/36): pciutils-3.7.0-7.el9.x86_64.rpm 2.0 MB/s | 93 kB 00:00 2026-02-22T21:02:08.439 INFO:teuthology.orchestra.run.trial069.stdout:(16/36): boost-program-options-1.75.0-13.el9.x8 1.7 MB/s | 104 kB 00:00 2026-02-22T21:02:08.472 INFO:teuthology.orchestra.run.trial069.stdout:(17/36): libnbd-1.20.3-4.el9.x86_64.rpm 4.9 MB/s | 164 kB 00:00 2026-02-22T21:02:08.500 INFO:teuthology.orchestra.run.trial069.stdout:(18/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 5.6 MB/s | 160 kB 00:00 2026-02-22T21:02:08.524 INFO:teuthology.orchestra.run.trial073.stdout:(7/36): librgw2-20.2.0-794.ga5c3084f.el9.x86_64 8.2 MB/s | 6.4 MB 00:00 2026-02-22T21:02:08.526 INFO:teuthology.orchestra.run.trial069.stdout:(19/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.7 MB/s | 45 kB 00:00 2026-02-22T21:02:08.555 INFO:teuthology.orchestra.run.trial073.stdout:(8/36): ceph-common-20.2.0-794.ga5c3084f.el9.x8 12 MB/s | 24 MB 00:01 2026-02-22T21:02:08.556 INFO:teuthology.orchestra.run.trial073.stdout:(9/36): python3-ceph-argparse-20.2.0-794.ga5c30 1.4 MB/s | 45 kB 00:00 2026-02-22T21:02:08.591 INFO:teuthology.orchestra.run.trial073.stdout:(10/36): python3-ceph-common-20.2.0-794.ga5c308 4.9 MB/s | 181 kB 00:00 2026-02-22T21:02:08.594 INFO:teuthology.orchestra.run.trial073.stdout:(11/36): python3-cephfs-20.2.0-794.ga5c3084f.el 4.2 MB/s | 163 kB 00:00 2026-02-22T21:02:08.606 INFO:teuthology.orchestra.run.trial069.stdout:(20/36): librdkafka-1.6.1-102.el9.x86_64.rpm 8.1 MB/s | 662 kB 00:00 2026-02-22T21:02:08.629 INFO:teuthology.orchestra.run.trial073.stdout:(12/36): python3-rados-20.2.0-794.ga5c3084f.el9 8.3 MB/s | 323 kB 00:00 2026-02-22T21:02:08.632 INFO:teuthology.orchestra.run.trial069.stdout:(21/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 11 MB/s | 292 kB 00:00 2026-02-22T21:02:08.636 INFO:teuthology.orchestra.run.trial073.stdout:(13/36): python3-rbd-20.2.0-794.ga5c3084f.el9.x 7.2 MB/s | 306 kB 00:00 2026-02-22T21:02:08.662 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:08.663 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:08.663 INFO:teuthology.orchestra.run.trial114.stdout: Package Arch Version Repository Size 2026-02-22T21:02:08.663 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:08.663 INFO:teuthology.orchestra.run.trial114.stdout:Installing: 2026-02-22T21:02:08.663 INFO:teuthology.orchestra.run.trial114.stdout: ceph-radosgw x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 24 M 2026-02-22T21:02:08.663 INFO:teuthology.orchestra.run.trial114.stdout:Upgrading: 2026-02-22T21:02:08.663 INFO:teuthology.orchestra.run.trial114.stdout: librados2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 3.5 M 2026-02-22T21:02:08.663 INFO:teuthology.orchestra.run.trial114.stdout: librbd1 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 2.8 M 2026-02-22T21:02:08.664 INFO:teuthology.orchestra.run.trial114.stdout:Installing dependencies: 2026-02-22T21:02:08.664 INFO:teuthology.orchestra.run.trial114.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-22T21:02:08.664 INFO:teuthology.orchestra.run.trial114.stdout: ceph-base x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 5.9 M 2026-02-22T21:02:08.664 INFO:teuthology.orchestra.run.trial114.stdout: ceph-common x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 24 M 2026-02-22T21:02:08.664 INFO:teuthology.orchestra.run.trial114.stdout: ceph-selinux x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 25 k 2026-02-22T21:02:08.664 INFO:teuthology.orchestra.run.trial114.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-22T21:02:08.664 INFO:teuthology.orchestra.run.trial114.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-22T21:02:08.664 INFO:teuthology.orchestra.run.trial114.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-22T21:02:08.664 INFO:teuthology.orchestra.run.trial114.stdout: libcephfs2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 869 k 2026-02-22T21:02:08.664 INFO:teuthology.orchestra.run.trial114.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-22T21:02:08.665 INFO:teuthology.orchestra.run.trial114.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-22T21:02:08.665 INFO:teuthology.orchestra.run.trial114.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-22T21:02:08.665 INFO:teuthology.orchestra.run.trial114.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-22T21:02:08.665 INFO:teuthology.orchestra.run.trial114.stdout: libradosstriper1 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 250 k 2026-02-22T21:02:08.665 INFO:teuthology.orchestra.run.trial114.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-22T21:02:08.665 INFO:teuthology.orchestra.run.trial114.stdout: librgw2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 6.4 M 2026-02-22T21:02:08.665 INFO:teuthology.orchestra.run.trial114.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-22T21:02:08.665 INFO:teuthology.orchestra.run.trial114.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-22T21:02:08.665 INFO:teuthology.orchestra.run.trial114.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-22T21:02:08.665 INFO:teuthology.orchestra.run.trial114.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-22T21:02:08.666 INFO:teuthology.orchestra.run.trial114.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-22T21:02:08.666 INFO:teuthology.orchestra.run.trial114.stdout: python3-ceph-argparse x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 45 k 2026-02-22T21:02:08.666 INFO:teuthology.orchestra.run.trial114.stdout: python3-ceph-common x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 181 k 2026-02-22T21:02:08.666 INFO:teuthology.orchestra.run.trial114.stdout: python3-cephfs x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 163 k 2026-02-22T21:02:08.666 INFO:teuthology.orchestra.run.trial114.stdout: python3-rados x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 323 k 2026-02-22T21:02:08.666 INFO:teuthology.orchestra.run.trial114.stdout: python3-rbd x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 306 k 2026-02-22T21:02:08.666 INFO:teuthology.orchestra.run.trial114.stdout: python3-rgw x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 99 k 2026-02-22T21:02:08.666 INFO:teuthology.orchestra.run.trial114.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-22T21:02:08.666 INFO:teuthology.orchestra.run.trial114.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-22T21:02:08.666 INFO:teuthology.orchestra.run.trial114.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-22T21:02:08.666 INFO:teuthology.orchestra.run.trial114.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-22T21:02:08.667 INFO:teuthology.orchestra.run.trial114.stdout:Installing weak dependencies: 2026-02-22T21:02:08.667 INFO:teuthology.orchestra.run.trial114.stdout: libcephfs-daemon x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 35 k 2026-02-22T21:02:08.667 INFO:teuthology.orchestra.run.trial114.stdout: libcephfs-proxy2 x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 24 k 2026-02-22T21:02:08.667 INFO:teuthology.orchestra.run.trial114.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-22T21:02:08.667 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:08.667 INFO:teuthology.orchestra.run.trial114.stdout:Transaction Summary 2026-02-22T21:02:08.667 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:08.667 INFO:teuthology.orchestra.run.trial114.stdout:Install 34 Packages 2026-02-22T21:02:08.667 INFO:teuthology.orchestra.run.trial114.stdout:Upgrade 2 Packages 2026-02-22T21:02:08.667 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:08.668 INFO:teuthology.orchestra.run.trial073.stdout:(14/36): python3-rgw-20.2.0-794.ga5c3084f.el9.x 2.6 MB/s | 99 kB 00:00 2026-02-22T21:02:08.669 INFO:teuthology.orchestra.run.trial114.stdout:Total download size: 78 M 2026-02-22T21:02:08.669 INFO:teuthology.orchestra.run.trial114.stdout:Downloading Packages: 2026-02-22T21:02:08.671 INFO:teuthology.orchestra.run.trial069.stdout:(22/36): qatlib-25.08.0-2.el9.x86_64.rpm 6.1 MB/s | 240 kB 00:00 2026-02-22T21:02:08.704 INFO:teuthology.orchestra.run.trial073.stdout:(15/36): mailcap-2.1.49-5.el9.noarch.rpm 492 kB/s | 33 kB 00:00 2026-02-22T21:02:08.730 INFO:teuthology.orchestra.run.trial073.stdout:(16/36): pciutils-3.7.0-7.el9.x86_64.rpm 1.4 MB/s | 93 kB 00:00 2026-02-22T21:02:08.739 INFO:teuthology.orchestra.run.trial069.stdout:(23/36): ceph-common-20.2.0-794.ga5c3084f.el9.x 11 MB/s | 24 MB 00:02 2026-02-22T21:02:08.740 INFO:teuthology.orchestra.run.trial069.stdout:(24/36): qatlib-service-25.08.0-2.el9.x86_64.rp 544 kB/s | 37 kB 00:00 2026-02-22T21:02:08.771 INFO:teuthology.orchestra.run.trial069.stdout:(25/36): ceph-radosgw-20.2.0-794.ga5c3084f.el9. 11 MB/s | 24 MB 00:02 2026-02-22T21:02:08.772 INFO:teuthology.orchestra.run.trial069.stdout:(26/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 2.0 MB/s | 66 kB 00:00 2026-02-22T21:02:08.805 INFO:teuthology.orchestra.run.trial073.stdout:(17/36): ceph-radosgw-20.2.0-794.ga5c3084f.el9. 11 MB/s | 24 MB 00:02 2026-02-22T21:02:08.989 INFO:teuthology.orchestra.run.trial069.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 114 kB/s | 25 kB 00:00 2026-02-22T21:02:09.136 INFO:teuthology.orchestra.run.trial069.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 333 kB/s | 49 kB 00:00 2026-02-22T21:02:09.234 INFO:teuthology.orchestra.run.trial069.stdout:(29/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 622 kB/s | 308 kB 00:00 2026-02-22T21:02:09.245 INFO:teuthology.orchestra.run.trial069.stdout:(30/36): libunwind-1.6.2-1.el9.x86_64.rpm 621 kB/s | 67 kB 00:00 2026-02-22T21:02:09.418 INFO:teuthology.orchestra.run.trial069.stdout:(31/36): re2-20211101-20.el9.x86_64.rpm 1.1 MB/s | 191 kB 00:00 2026-02-22T21:02:09.446 INFO:teuthology.orchestra.run.trial069.stdout:(32/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 3.9 MB/s | 838 kB 00:00 2026-02-22T21:02:09.483 INFO:teuthology.orchestra.run.trial069.stdout:(33/36): libarrow-9.0.0-15.el9.x86_64.rpm 6.2 MB/s | 4.4 MB 00:00 2026-02-22T21:02:09.495 INFO:teuthology.orchestra.run.trial073.stdout:(18/36): boost-program-options-1.75.0-13.el9.x8 131 kB/s | 104 kB 00:00 2026-02-22T21:02:09.562 INFO:teuthology.orchestra.run.trial073.stdout:(19/36): libnbd-1.20.3-4.el9.x86_64.rpm 197 kB/s | 164 kB 00:00 2026-02-22T21:02:09.598 INFO:teuthology.orchestra.run.trial073.stdout:(20/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 202 kB/s | 160 kB 00:00 2026-02-22T21:02:09.599 INFO:teuthology.orchestra.run.trial114.stdout:(1/36): ceph-base-20.2.0-794.ga5c3084f.el9.x86_ 13 MB/s | 5.9 MB 00:00 2026-02-22T21:02:09.653 INFO:teuthology.orchestra.run.trial073.stdout:(21/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 286 kB/s | 45 kB 00:00 2026-02-22T21:02:09.655 INFO:teuthology.orchestra.run.trial114.stdout:(2/36): ceph-selinux-20.2.0-794.ga5c3084f.el9.x 450 kB/s | 25 kB 00:00 2026-02-22T21:02:09.706 INFO:teuthology.orchestra.run.trial069.stdout:(34/36): thrift-0.15.0-4.el9.x86_64.rpm 5.5 MB/s | 1.6 MB 00:00 2026-02-22T21:02:09.719 INFO:teuthology.orchestra.run.trial114.stdout:(3/36): libcephfs-daemon-20.2.0-794.ga5c3084f.e 551 kB/s | 35 kB 00:00 2026-02-22T21:02:09.789 INFO:teuthology.orchestra.run.trial114.stdout:(4/36): libcephfs-proxy2-20.2.0-794.ga5c3084f.e 345 kB/s | 24 kB 00:00 2026-02-22T21:02:09.986 INFO:teuthology.orchestra.run.trial069.stdout:(35/36): librbd1-20.2.0-794.ga5c3084f.el9.x86_6 5.7 MB/s | 2.8 MB 00:00 2026-02-22T21:02:10.047 INFO:teuthology.orchestra.run.trial073.stdout:(22/36): qatlib-25.08.0-2.el9.x86_64.rpm 608 kB/s | 240 kB 00:00 2026-02-22T21:02:10.071 INFO:teuthology.orchestra.run.trial073.stdout:(23/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 618 kB/s | 292 kB 00:00 2026-02-22T21:02:10.085 INFO:teuthology.orchestra.run.trial069.stdout:(36/36): librados2-20.2.0-794.ga5c3084f.el9.x86 5.5 MB/s | 3.5 MB 00:00 2026-02-22T21:02:10.087 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:10.087 INFO:teuthology.orchestra.run.trial069.stdout:Total 20 MB/s | 78 MB 00:03 2026-02-22T21:02:10.174 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-22T21:02:10.191 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-22T21:02:10.191 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-22T21:02:10.205 INFO:teuthology.orchestra.run.trial073.stdout:(24/36): qatlib-service-25.08.0-2.el9.x86_64.rp 234 kB/s | 37 kB 00:00 2026-02-22T21:02:10.235 INFO:teuthology.orchestra.run.trial114.stdout:(5/36): ceph-common-20.2.0-794.ga5c3084f.el9.x8 22 MB/s | 24 MB 00:01 2026-02-22T21:02:10.244 INFO:teuthology.orchestra.run.trial073.stdout:(25/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 384 kB/s | 66 kB 00:00 2026-02-22T21:02:10.246 INFO:teuthology.orchestra.run.trial114.stdout:(6/36): libcephfs2-20.2.0-794.ga5c3084f.el9.x86 1.9 MB/s | 869 kB 00:00 2026-02-22T21:02:10.254 INFO:teuthology.orchestra.run.trial114.stdout:(7/36): libradosstriper1-20.2.0-794.ga5c3084f.e 13 MB/s | 250 kB 00:00 2026-02-22T21:02:10.300 INFO:teuthology.orchestra.run.trial114.stdout:(8/36): ceph-radosgw-20.2.0-794.ga5c3084f.el9.x 20 MB/s | 24 MB 00:01 2026-02-22T21:02:10.301 INFO:teuthology.orchestra.run.trial114.stdout:(9/36): python3-ceph-argparse-20.2.0-794.ga5c30 956 kB/s | 45 kB 00:00 2026-02-22T21:02:10.315 INFO:teuthology.orchestra.run.trial114.stdout:(10/36): python3-ceph-common-20.2.0-794.ga5c308 12 MB/s | 181 kB 00:00 2026-02-22T21:02:10.320 INFO:teuthology.orchestra.run.trial114.stdout:(11/36): python3-cephfs-20.2.0-794.ga5c3084f.el 8.3 MB/s | 163 kB 00:00 2026-02-22T21:02:10.337 INFO:teuthology.orchestra.run.trial114.stdout:(12/36): python3-rados-20.2.0-794.ga5c3084f.el9 15 MB/s | 323 kB 00:00 2026-02-22T21:02:10.343 INFO:teuthology.orchestra.run.trial114.stdout:(13/36): python3-rbd-20.2.0-794.ga5c3084f.el9.x 13 MB/s | 306 kB 00:00 2026-02-22T21:02:10.355 INFO:teuthology.orchestra.run.trial114.stdout:(14/36): python3-rgw-20.2.0-794.ga5c3084f.el9.x 5.3 MB/s | 99 kB 00:00 2026-02-22T21:02:10.372 INFO:teuthology.orchestra.run.trial073.stdout:(26/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.8 MB/s | 308 kB 00:00 2026-02-22T21:02:10.375 INFO:teuthology.orchestra.run.trial114.stdout:(15/36): mailcap-2.1.49-5.el9.noarch.rpm 1.0 MB/s | 33 kB 00:00 2026-02-22T21:02:10.391 INFO:teuthology.orchestra.run.trial114.stdout:(16/36): pciutils-3.7.0-7.el9.x86_64.rpm 2.5 MB/s | 93 kB 00:00 2026-02-22T21:02:10.392 INFO:teuthology.orchestra.run.trial073.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 1.2 MB/s | 25 kB 00:00 2026-02-22T21:02:10.413 INFO:teuthology.orchestra.run.trial073.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 2.3 MB/s | 49 kB 00:00 2026-02-22T21:02:10.417 INFO:teuthology.orchestra.run.trial073.stdout:(29/36): librdkafka-1.6.1-102.el9.x86_64.rpm 774 kB/s | 662 kB 00:00 2026-02-22T21:02:10.420 INFO:teuthology.orchestra.run.trial114.stdout:(17/36): librgw2-20.2.0-794.ga5c3084f.el9.x86_6 37 MB/s | 6.4 MB 00:00 2026-02-22T21:02:10.434 INFO:teuthology.orchestra.run.trial073.stdout:(30/36): libunwind-1.6.2-1.el9.x86_64.rpm 3.1 MB/s | 67 kB 00:00 2026-02-22T21:02:10.455 INFO:teuthology.orchestra.run.trial073.stdout:(31/36): libarrow-9.0.0-15.el9.x86_64.rpm 21 MB/s | 4.4 MB 00:00 2026-02-22T21:02:10.456 INFO:teuthology.orchestra.run.trial073.stdout:(32/36): re2-20211101-20.el9.x86_64.rpm 8.8 MB/s | 191 kB 00:00 2026-02-22T21:02:10.466 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-22T21:02:10.467 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-22T21:02:10.482 INFO:teuthology.orchestra.run.trial073.stdout:(33/36): thrift-0.15.0-4.el9.x86_64.rpm 60 MB/s | 1.6 MB 00:00 2026-02-22T21:02:10.575 INFO:teuthology.orchestra.run.trial073.stdout:(34/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 5.2 MB/s | 838 kB 00:00 2026-02-22T21:02:10.581 INFO:teuthology.orchestra.run.trial073.stdout:(35/36): librados2-20.2.0-794.ga5c3084f.el9.x86 28 MB/s | 3.5 MB 00:00 2026-02-22T21:02:10.626 INFO:teuthology.orchestra.run.trial073.stdout:(36/36): librbd1-20.2.0-794.ga5c3084f.el9.x86_6 20 MB/s | 2.8 MB 00:00 2026-02-22T21:02:10.628 INFO:teuthology.orchestra.run.trial073.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:10.629 INFO:teuthology.orchestra.run.trial073.stdout:Total 18 MB/s | 78 MB 00:04 2026-02-22T21:02:10.717 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction check 2026-02-22T21:02:10.735 INFO:teuthology.orchestra.run.trial073.stdout:Transaction check succeeded. 2026-02-22T21:02:10.735 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction test 2026-02-22T21:02:10.801 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-22T21:02:10.812 INFO:teuthology.orchestra.run.trial069.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/38 2026-02-22T21:02:10.938 INFO:teuthology.orchestra.run.trial114.stdout:(18/36): boost-program-options-1.75.0-13.el9.x8 185 kB/s | 104 kB 00:00 2026-02-22T21:02:10.964 INFO:teuthology.orchestra.run.trial069.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 2/38 2026-02-22T21:02:10.969 INFO:teuthology.orchestra.run.trial069.stdout: Upgrading : librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 3/38 2026-02-22T21:02:11.011 INFO:teuthology.orchestra.run.trial073.stdout:Transaction test succeeded. 2026-02-22T21:02:11.011 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction 2026-02-22T21:02:11.019 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 3/38 2026-02-22T21:02:11.020 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 4/38 2026-02-22T21:02:11.020 INFO:teuthology.orchestra.run.trial114.stdout:(19/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 546 kB/s | 45 kB 00:00 2026-02-22T21:02:11.025 INFO:teuthology.orchestra.run.trial114.stdout:(20/36): libnbd-1.20.3-4.el9.x86_64.rpm 259 kB/s | 164 kB 00:00 2026-02-22T21:02:11.032 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 4/38 2026-02-22T21:02:11.035 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libcephfs-daemon-2:20.2.0-794.ga5c3084f.el9.x86_64 5/38 2026-02-22T21:02:11.036 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 6/38 2026-02-22T21:02:11.060 INFO:teuthology.orchestra.run.trial114.stdout:(21/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 250 kB/s | 160 kB 00:00 2026-02-22T21:02:11.063 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 6/38 2026-02-22T21:02:11.065 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 7/38 2026-02-22T21:02:11.074 INFO:teuthology.orchestra.run.trial069.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/38 2026-02-22T21:02:11.077 INFO:teuthology.orchestra.run.trial069.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 9/38 2026-02-22T21:02:11.080 INFO:teuthology.orchestra.run.trial069.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 10/38 2026-02-22T21:02:11.084 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 11/38 2026-02-22T21:02:11.093 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-ceph-argparse-2:20.2.0-794.ga5c3084f.el9.x 12/38 2026-02-22T21:02:11.104 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 13/38 2026-02-22T21:02:11.105 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 14/38 2026-02-22T21:02:11.118 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 14/38 2026-02-22T21:02:11.149 INFO:teuthology.orchestra.run.trial069.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-22T21:02:11.153 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-22T21:02:11.159 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-22T21:02:11.161 INFO:teuthology.orchestra.run.trial069.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-22T21:02:11.165 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-22T21:02:11.288 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-22T21:02:11.289 INFO:teuthology.orchestra.run.trial069.stdout: Upgrading : librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 21/38 2026-02-22T21:02:11.314 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 21/38 2026-02-22T21:02:11.316 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 22/38 2026-02-22T21:02:11.322 INFO:teuthology.orchestra.run.trial069.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-22T21:02:11.362 INFO:teuthology.orchestra.run.trial073.stdout: Preparing : 1/1 2026-02-22T21:02:11.373 INFO:teuthology.orchestra.run.trial073.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/38 2026-02-22T21:02:11.380 INFO:teuthology.orchestra.run.trial114.stdout:(22/36): qatlib-25.08.0-2.el9.x86_64.rpm 750 kB/s | 240 kB 00:00 2026-02-22T21:02:11.419 INFO:teuthology.orchestra.run.trial114.stdout:(23/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 743 kB/s | 292 kB 00:00 2026-02-22T21:02:11.464 INFO:teuthology.orchestra.run.trial114.stdout:(24/36): qatlib-service-25.08.0-2.el9.x86_64.rp 441 kB/s | 37 kB 00:00 2026-02-22T21:02:11.502 INFO:teuthology.orchestra.run.trial114.stdout:(25/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 799 kB/s | 66 kB 00:00 2026-02-22T21:02:11.526 INFO:teuthology.orchestra.run.trial073.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 2/38 2026-02-22T21:02:11.530 INFO:teuthology.orchestra.run.trial073.stdout: Upgrading : librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 3/38 2026-02-22T21:02:11.577 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 3/38 2026-02-22T21:02:11.578 INFO:teuthology.orchestra.run.trial073.stdout: Installing : libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 4/38 2026-02-22T21:02:11.591 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 4/38 2026-02-22T21:02:11.593 INFO:teuthology.orchestra.run.trial073.stdout: Installing : libcephfs-daemon-2:20.2.0-794.ga5c3084f.el9.x86_64 5/38 2026-02-22T21:02:11.594 INFO:teuthology.orchestra.run.trial073.stdout: Installing : libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 6/38 2026-02-22T21:02:11.599 INFO:teuthology.orchestra.run.trial069.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-22T21:02:11.600 INFO:teuthology.orchestra.run.trial069.stdout: Installing : librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 25/38 2026-02-22T21:02:11.618 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 25/38 2026-02-22T21:02:11.620 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 6/38 2026-02-22T21:02:11.622 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 26/38 2026-02-22T21:02:11.622 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 7/38 2026-02-22T21:02:11.626 INFO:teuthology.orchestra.run.trial069.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-22T21:02:11.629 INFO:teuthology.orchestra.run.trial069.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-22T21:02:11.630 INFO:teuthology.orchestra.run.trial069.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-22T21:02:11.630 INFO:teuthology.orchestra.run.trial073.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/38 2026-02-22T21:02:11.633 INFO:teuthology.orchestra.run.trial073.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 9/38 2026-02-22T21:02:11.636 INFO:teuthology.orchestra.run.trial073.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 10/38 2026-02-22T21:02:11.640 INFO:teuthology.orchestra.run.trial073.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 11/38 2026-02-22T21:02:11.648 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-22T21:02:11.649 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-ceph-argparse-2:20.2.0-794.ga5c3084f.el9.x 12/38 2026-02-22T21:02:11.651 INFO:teuthology.orchestra.run.trial069.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-22T21:02:11.661 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 13/38 2026-02-22T21:02:11.661 INFO:teuthology.orchestra.run.trial073.stdout: Installing : libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 14/38 2026-02-22T21:02:11.675 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 14/38 2026-02-22T21:02:11.683 INFO:teuthology.orchestra.run.trial069.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-22T21:02:11.685 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-ceph-common-2:20.2.0-794.ga5c3084f.el9.x86 32/38 2026-02-22T21:02:11.709 INFO:teuthology.orchestra.run.trial073.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-22T21:02:11.714 INFO:teuthology.orchestra.run.trial073.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-22T21:02:11.720 INFO:teuthology.orchestra.run.trial073.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-22T21:02:11.723 INFO:teuthology.orchestra.run.trial073.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-22T21:02:11.727 INFO:teuthology.orchestra.run.trial073.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-22T21:02:11.733 INFO:teuthology.orchestra.run.trial114.stdout:(26/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.1 MB/s | 308 kB 00:00 2026-02-22T21:02:11.778 INFO:teuthology.orchestra.run.trial114.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 552 kB/s | 25 kB 00:00 2026-02-22T21:02:11.802 INFO:teuthology.orchestra.run.trial114.stdout:(28/36): librdkafka-1.6.1-102.el9.x86_64.rpm 848 kB/s | 662 kB 00:00 2026-02-22T21:02:11.828 INFO:teuthology.orchestra.run.trial114.stdout:(29/36): liboath-2.6.12-1.el9.x86_64.rpm 972 kB/s | 49 kB 00:00 2026-02-22T21:02:11.850 INFO:teuthology.orchestra.run.trial073.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-22T21:02:11.851 INFO:teuthology.orchestra.run.trial073.stdout: Upgrading : librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 21/38 2026-02-22T21:02:11.876 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 21/38 2026-02-22T21:02:11.878 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 22/38 2026-02-22T21:02:11.884 INFO:teuthology.orchestra.run.trial073.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-22T21:02:11.914 INFO:teuthology.orchestra.run.trial114.stdout:(30/36): libarrow-9.0.0-15.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2026-02-22T21:02:11.951 INFO:teuthology.orchestra.run.trial114.stdout:(31/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 6.7 MB/s | 838 kB 00:00 2026-02-22T21:02:11.954 INFO:teuthology.orchestra.run.trial114.stdout:(32/36): re2-20211101-20.el9.x86_64.rpm 4.7 MB/s | 191 kB 00:00 2026-02-22T21:02:11.982 INFO:teuthology.orchestra.run.trial114.stdout:(33/36): libunwind-1.6.2-1.el9.x86_64.rpm 374 kB/s | 67 kB 00:00 2026-02-22T21:02:12.056 INFO:teuthology.orchestra.run.trial114.stdout:(34/36): thrift-0.15.0-4.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2026-02-22T21:02:12.098 INFO:teuthology.orchestra.run.trial114.stdout:(35/36): librados2-20.2.0-794.ga5c3084f.el9.x86 24 MB/s | 3.5 MB 00:00 2026-02-22T21:02:12.115 INFO:teuthology.orchestra.run.trial114.stdout:(36/36): librbd1-20.2.0-794.ga5c3084f.el9.x86_6 21 MB/s | 2.8 MB 00:00 2026-02-22T21:02:12.118 INFO:teuthology.orchestra.run.trial114.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:12.118 INFO:teuthology.orchestra.run.trial114.stdout:Total 22 MB/s | 78 MB 00:03 2026-02-22T21:02:12.163 INFO:teuthology.orchestra.run.trial073.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-22T21:02:12.164 INFO:teuthology.orchestra.run.trial073.stdout: Installing : librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 25/38 2026-02-22T21:02:12.180 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 25/38 2026-02-22T21:02:12.184 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 26/38 2026-02-22T21:02:12.191 INFO:teuthology.orchestra.run.trial073.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-22T21:02:12.193 INFO:teuthology.orchestra.run.trial073.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-22T21:02:12.194 INFO:teuthology.orchestra.run.trial073.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-22T21:02:12.202 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction check 2026-02-22T21:02:12.212 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-22T21:02:12.215 INFO:teuthology.orchestra.run.trial073.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-22T21:02:12.220 INFO:teuthology.orchestra.run.trial114.stdout:Transaction check succeeded. 2026-02-22T21:02:12.220 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction test 2026-02-22T21:02:12.249 INFO:teuthology.orchestra.run.trial073.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-22T21:02:12.250 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-ceph-common-2:20.2.0-794.ga5c3084f.el9.x86 32/38 2026-02-22T21:02:12.495 INFO:teuthology.orchestra.run.trial114.stdout:Transaction test succeeded. 2026-02-22T21:02:12.495 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction 2026-02-22T21:02:12.759 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 33/38 2026-02-22T21:02:12.762 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 33/38 2026-02-22T21:02:12.830 INFO:teuthology.orchestra.run.trial114.stdout: Preparing : 1/1 2026-02-22T21:02:12.841 INFO:teuthology.orchestra.run.trial114.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/38 2026-02-22T21:02:13.002 INFO:teuthology.orchestra.run.trial114.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 2/38 2026-02-22T21:02:13.007 INFO:teuthology.orchestra.run.trial114.stdout: Upgrading : librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 3/38 2026-02-22T21:02:13.055 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 3/38 2026-02-22T21:02:13.055 INFO:teuthology.orchestra.run.trial114.stdout: Installing : libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 4/38 2026-02-22T21:02:13.056 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 33/38 2026-02-22T21:02:13.059 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 34/38 2026-02-22T21:02:13.067 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 4/38 2026-02-22T21:02:13.070 INFO:teuthology.orchestra.run.trial114.stdout: Installing : libcephfs-daemon-2:20.2.0-794.ga5c3084f.el9.x86_64 5/38 2026-02-22T21:02:13.070 INFO:teuthology.orchestra.run.trial114.stdout: Installing : libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 6/38 2026-02-22T21:02:13.098 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 34/38 2026-02-22T21:02:13.099 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-22T21:02:13.099 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-22T21:02:13.099 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:13.099 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 6/38 2026-02-22T21:02:13.101 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 7/38 2026-02-22T21:02:13.101 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 35/38 2026-02-22T21:02:13.109 INFO:teuthology.orchestra.run.trial114.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/38 2026-02-22T21:02:13.112 INFO:teuthology.orchestra.run.trial114.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 9/38 2026-02-22T21:02:13.115 INFO:teuthology.orchestra.run.trial114.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 10/38 2026-02-22T21:02:13.120 INFO:teuthology.orchestra.run.trial114.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 11/38 2026-02-22T21:02:13.130 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-ceph-argparse-2:20.2.0-794.ga5c3084f.el9.x 12/38 2026-02-22T21:02:13.142 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 13/38 2026-02-22T21:02:13.142 INFO:teuthology.orchestra.run.trial114.stdout: Installing : libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 14/38 2026-02-22T21:02:13.156 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 14/38 2026-02-22T21:02:13.188 INFO:teuthology.orchestra.run.trial114.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-22T21:02:13.194 INFO:teuthology.orchestra.run.trial114.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-22T21:02:13.201 INFO:teuthology.orchestra.run.trial114.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-22T21:02:13.203 INFO:teuthology.orchestra.run.trial114.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-22T21:02:13.207 INFO:teuthology.orchestra.run.trial114.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-22T21:02:13.331 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 33/38 2026-02-22T21:02:13.333 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 33/38 2026-02-22T21:02:13.336 INFO:teuthology.orchestra.run.trial114.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-22T21:02:13.337 INFO:teuthology.orchestra.run.trial114.stdout: Upgrading : librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 21/38 2026-02-22T21:02:13.363 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 21/38 2026-02-22T21:02:13.365 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 22/38 2026-02-22T21:02:13.373 INFO:teuthology.orchestra.run.trial114.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-22T21:02:13.629 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 33/38 2026-02-22T21:02:13.633 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 34/38 2026-02-22T21:02:13.662 INFO:teuthology.orchestra.run.trial114.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-22T21:02:13.663 INFO:teuthology.orchestra.run.trial114.stdout: Installing : librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 25/38 2026-02-22T21:02:13.672 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 34/38 2026-02-22T21:02:13.673 INFO:teuthology.orchestra.run.trial073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-22T21:02:13.673 INFO:teuthology.orchestra.run.trial073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-22T21:02:13.673 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:13.676 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 35/38 2026-02-22T21:02:13.679 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 25/38 2026-02-22T21:02:13.683 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 26/38 2026-02-22T21:02:13.687 INFO:teuthology.orchestra.run.trial114.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-22T21:02:13.690 INFO:teuthology.orchestra.run.trial114.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-22T21:02:13.690 INFO:teuthology.orchestra.run.trial114.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-22T21:02:13.709 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-22T21:02:13.712 INFO:teuthology.orchestra.run.trial114.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-22T21:02:13.745 INFO:teuthology.orchestra.run.trial114.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-22T21:02:13.747 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-ceph-common-2:20.2.0-794.ga5c3084f.el9.x86 32/38 2026-02-22T21:02:14.870 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 33/38 2026-02-22T21:02:14.873 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 33/38 2026-02-22T21:02:15.178 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 33/38 2026-02-22T21:02:15.182 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 34/38 2026-02-22T21:02:15.223 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 34/38 2026-02-22T21:02:15.224 INFO:teuthology.orchestra.run.trial114.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-22T21:02:15.224 INFO:teuthology.orchestra.run.trial114.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-22T21:02:15.224 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:15.227 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 35/38 2026-02-22T21:02:17.605 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 35/38 2026-02-22T21:02:17.605 INFO:teuthology.orchestra.run.trial069.stdout:skipping the directory /sys 2026-02-22T21:02:17.605 INFO:teuthology.orchestra.run.trial069.stdout:skipping the directory /proc 2026-02-22T21:02:17.606 INFO:teuthology.orchestra.run.trial069.stdout:skipping the directory /mnt 2026-02-22T21:02:17.606 INFO:teuthology.orchestra.run.trial069.stdout:skipping the directory /var/tmp 2026-02-22T21:02:17.606 INFO:teuthology.orchestra.run.trial069.stdout:skipping the directory /home 2026-02-22T21:02:17.606 INFO:teuthology.orchestra.run.trial069.stdout:skipping the directory /root 2026-02-22T21:02:17.606 INFO:teuthology.orchestra.run.trial069.stdout:skipping the directory /tmp 2026-02-22T21:02:17.606 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:18.202 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 35/38 2026-02-22T21:02:18.202 INFO:teuthology.orchestra.run.trial073.stdout:skipping the directory /sys 2026-02-22T21:02:18.202 INFO:teuthology.orchestra.run.trial073.stdout:skipping the directory /proc 2026-02-22T21:02:18.202 INFO:teuthology.orchestra.run.trial073.stdout:skipping the directory /mnt 2026-02-22T21:02:18.203 INFO:teuthology.orchestra.run.trial073.stdout:skipping the directory /var/tmp 2026-02-22T21:02:18.203 INFO:teuthology.orchestra.run.trial073.stdout:skipping the directory /home 2026-02-22T21:02:18.203 INFO:teuthology.orchestra.run.trial073.stdout:skipping the directory /root 2026-02-22T21:02:18.203 INFO:teuthology.orchestra.run.trial073.stdout:skipping the directory /tmp 2026-02-22T21:02:18.203 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:18.633 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 36/38 2026-02-22T21:02:18.657 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 36/38 2026-02-22T21:02:18.657 INFO:teuthology.orchestra.run.trial069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:18.657 INFO:teuthology.orchestra.run.trial069.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-22T21:02:18.657 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-22T21:02:18.657 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-22T21:02:18.657 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:18.659 INFO:teuthology.orchestra.run.trial069.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-22T21:02:18.672 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-22T21:02:18.672 INFO:teuthology.orchestra.run.trial069.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-22T21:02:18.725 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-22T21:02:18.725 INFO:teuthology.orchestra.run.trial069.stdout:Creating group 'qat' with GID 992. 2026-02-22T21:02:18.725 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 1/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 2/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 3/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 4/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libcephfs-daemon-2:20.2.0-794.ga5c3084f.el9.x86_64 5/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 6/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 7/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 8/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 9/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-ceph-argparse-2:20.2.0-794.ga5c3084f.el9.x 10/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-ceph-common-2:20.2.0-794.ga5c3084f.el9.x86 11/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 12/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 13/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 14/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 15/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-22T21:02:19.047 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-22T21:02:19.048 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-22T21:02:19.048 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-22T21:02:19.048 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-22T21:02:19.048 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-22T21:02:19.048 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-22T21:02:19.048 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-22T21:02:19.048 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 35/38 2026-02-22T21:02:19.048 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-22T21:02:19.048 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 37/38 2026-02-22T21:02:19.111 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-22T21:02:19.112 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:19.112 INFO:teuthology.orchestra.run.trial069.stdout:Upgraded: 2026-02-22T21:02:19.112 INFO:teuthology.orchestra.run.trial069.stdout: librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.112 INFO:teuthology.orchestra.run.trial069.stdout: librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.112 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-22T21:02:19.112 INFO:teuthology.orchestra.run.trial069.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-22T21:02:19.112 INFO:teuthology.orchestra.run.trial069.stdout: ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.112 INFO:teuthology.orchestra.run.trial069.stdout: ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.112 INFO:teuthology.orchestra.run.trial069.stdout: ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.113 INFO:teuthology.orchestra.run.trial069.stdout: ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.113 INFO:teuthology.orchestra.run.trial069.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-22T21:02:19.113 INFO:teuthology.orchestra.run.trial069.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-22T21:02:19.113 INFO:teuthology.orchestra.run.trial069.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-22T21:02:19.113 INFO:teuthology.orchestra.run.trial069.stdout: libcephfs-daemon-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.113 INFO:teuthology.orchestra.run.trial069.stdout: libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.113 INFO:teuthology.orchestra.run.trial069.stdout: libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.113 INFO:teuthology.orchestra.run.trial069.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-22T21:02:19.113 INFO:teuthology.orchestra.run.trial069.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-22T21:02:19.113 INFO:teuthology.orchestra.run.trial069.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-22T21:02:19.113 INFO:teuthology.orchestra.run.trial069.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-22T21:02:19.113 INFO:teuthology.orchestra.run.trial069.stdout: libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.114 INFO:teuthology.orchestra.run.trial069.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-22T21:02:19.114 INFO:teuthology.orchestra.run.trial069.stdout: librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.114 INFO:teuthology.orchestra.run.trial069.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-22T21:02:19.114 INFO:teuthology.orchestra.run.trial069.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-22T21:02:19.114 INFO:teuthology.orchestra.run.trial069.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-22T21:02:19.114 INFO:teuthology.orchestra.run.trial069.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-22T21:02:19.114 INFO:teuthology.orchestra.run.trial069.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-22T21:02:19.114 INFO:teuthology.orchestra.run.trial069.stdout: python3-ceph-argparse-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.114 INFO:teuthology.orchestra.run.trial069.stdout: python3-ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.114 INFO:teuthology.orchestra.run.trial069.stdout: python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.115 INFO:teuthology.orchestra.run.trial069.stdout: python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.115 INFO:teuthology.orchestra.run.trial069.stdout: python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.115 INFO:teuthology.orchestra.run.trial069.stdout: python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.115 INFO:teuthology.orchestra.run.trial069.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-22T21:02:19.115 INFO:teuthology.orchestra.run.trial069.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-22T21:02:19.115 INFO:teuthology.orchestra.run.trial069.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-22T21:02:19.115 INFO:teuthology.orchestra.run.trial069.stdout: re2-1:20211101-20.el9.x86_64 2026-02-22T21:02:19.115 INFO:teuthology.orchestra.run.trial069.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-22T21:02:19.115 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:19.115 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:19.155 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-test 2026-02-22T21:02:19.235 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 36/38 2026-02-22T21:02:19.258 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 36/38 2026-02-22T21:02:19.258 INFO:teuthology.orchestra.run.trial073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:19.258 INFO:teuthology.orchestra.run.trial073.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-22T21:02:19.258 INFO:teuthology.orchestra.run.trial073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-22T21:02:19.258 INFO:teuthology.orchestra.run.trial073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-22T21:02:19.258 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:19.260 INFO:teuthology.orchestra.run.trial073.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-22T21:02:19.274 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-22T21:02:19.274 INFO:teuthology.orchestra.run.trial073.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-22T21:02:19.331 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-22T21:02:19.331 INFO:teuthology.orchestra.run.trial073.stdout:Creating group 'qat' with GID 992. 2026-02-22T21:02:19.331 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:19.465 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:15 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:19.548 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:19.548 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:19.548 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repository Size 2026-02-22T21:02:19.548 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:19.548 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-22T21:02:19.548 INFO:teuthology.orchestra.run.trial069.stdout: ceph-test x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 84 M 2026-02-22T21:02:19.548 INFO:teuthology.orchestra.run.trial069.stdout:Installing dependencies: 2026-02-22T21:02:19.548 INFO:teuthology.orchestra.run.trial069.stdout: libcephsqlite x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 164 k 2026-02-22T21:02:19.548 INFO:teuthology.orchestra.run.trial069.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-22T21:02:19.548 INFO:teuthology.orchestra.run.trial069.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-22T21:02:19.549 INFO:teuthology.orchestra.run.trial069.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-22T21:02:19.549 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:19.549 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-22T21:02:19.549 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:19.549 INFO:teuthology.orchestra.run.trial069.stdout:Install 5 Packages 2026-02-22T21:02:19.549 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:19.549 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 85 M 2026-02-22T21:02:19.549 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 365 M 2026-02-22T21:02:19.549 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-22T21:02:19.665 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 1/38 2026-02-22T21:02:19.665 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 2/38 2026-02-22T21:02:19.665 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 3/38 2026-02-22T21:02:19.665 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 4/38 2026-02-22T21:02:19.665 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : libcephfs-daemon-2:20.2.0-794.ga5c3084f.el9.x86_64 5/38 2026-02-22T21:02:19.665 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 6/38 2026-02-22T21:02:19.665 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 7/38 2026-02-22T21:02:19.665 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 8/38 2026-02-22T21:02:19.666 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 9/38 2026-02-22T21:02:19.666 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-ceph-argparse-2:20.2.0-794.ga5c3084f.el9.x 10/38 2026-02-22T21:02:19.666 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-ceph-common-2:20.2.0-794.ga5c3084f.el9.x86 11/38 2026-02-22T21:02:19.666 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 12/38 2026-02-22T21:02:19.666 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 13/38 2026-02-22T21:02:19.666 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 14/38 2026-02-22T21:02:19.666 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 15/38 2026-02-22T21:02:19.666 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-22T21:02:19.666 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-22T21:02:19.666 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-22T21:02:19.666 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-22T21:02:19.667 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-22T21:02:19.667 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-22T21:02:19.667 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-22T21:02:19.667 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-22T21:02:19.667 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-22T21:02:19.667 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-22T21:02:19.667 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-22T21:02:19.667 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-22T21:02:19.667 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-22T21:02:19.667 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-22T21:02:19.667 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-22T21:02:19.667 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-22T21:02:19.667 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-22T21:02:19.668 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-22T21:02:19.668 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-22T21:02:19.668 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 35/38 2026-02-22T21:02:19.668 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-22T21:02:19.668 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 37/38 2026-02-22T21:02:19.726 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-22T21:02:19.726 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:19.726 INFO:teuthology.orchestra.run.trial073.stdout:Upgraded: 2026-02-22T21:02:19.726 INFO:teuthology.orchestra.run.trial073.stdout: librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.726 INFO:teuthology.orchestra.run.trial073.stdout: librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.726 INFO:teuthology.orchestra.run.trial073.stdout:Installed: 2026-02-22T21:02:19.726 INFO:teuthology.orchestra.run.trial073.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-22T21:02:19.726 INFO:teuthology.orchestra.run.trial073.stdout: ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.726 INFO:teuthology.orchestra.run.trial073.stdout: ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.726 INFO:teuthology.orchestra.run.trial073.stdout: ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.727 INFO:teuthology.orchestra.run.trial073.stdout: ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.727 INFO:teuthology.orchestra.run.trial073.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-22T21:02:19.727 INFO:teuthology.orchestra.run.trial073.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-22T21:02:19.727 INFO:teuthology.orchestra.run.trial073.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-22T21:02:19.727 INFO:teuthology.orchestra.run.trial073.stdout: libcephfs-daemon-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.727 INFO:teuthology.orchestra.run.trial073.stdout: libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.727 INFO:teuthology.orchestra.run.trial073.stdout: libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.727 INFO:teuthology.orchestra.run.trial073.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-22T21:02:19.727 INFO:teuthology.orchestra.run.trial073.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-22T21:02:19.727 INFO:teuthology.orchestra.run.trial073.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-22T21:02:19.727 INFO:teuthology.orchestra.run.trial073.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-22T21:02:19.727 INFO:teuthology.orchestra.run.trial073.stdout: libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.727 INFO:teuthology.orchestra.run.trial073.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-22T21:02:19.727 INFO:teuthology.orchestra.run.trial073.stdout: librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.727 INFO:teuthology.orchestra.run.trial073.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-22T21:02:19.728 INFO:teuthology.orchestra.run.trial073.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-22T21:02:19.728 INFO:teuthology.orchestra.run.trial073.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-22T21:02:19.728 INFO:teuthology.orchestra.run.trial073.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-22T21:02:19.728 INFO:teuthology.orchestra.run.trial073.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-22T21:02:19.728 INFO:teuthology.orchestra.run.trial073.stdout: python3-ceph-argparse-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.728 INFO:teuthology.orchestra.run.trial073.stdout: python3-ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.728 INFO:teuthology.orchestra.run.trial073.stdout: python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.728 INFO:teuthology.orchestra.run.trial073.stdout: python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.728 INFO:teuthology.orchestra.run.trial073.stdout: python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.728 INFO:teuthology.orchestra.run.trial073.stdout: python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:19.728 INFO:teuthology.orchestra.run.trial073.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-22T21:02:19.728 INFO:teuthology.orchestra.run.trial073.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-22T21:02:19.728 INFO:teuthology.orchestra.run.trial073.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-22T21:02:19.728 INFO:teuthology.orchestra.run.trial073.stdout: re2-1:20211101-20.el9.x86_64 2026-02-22T21:02:19.728 INFO:teuthology.orchestra.run.trial073.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-22T21:02:19.728 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:19.729 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:19.762 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 35/38 2026-02-22T21:02:19.762 INFO:teuthology.orchestra.run.trial114.stdout:skipping the directory /sys 2026-02-22T21:02:19.762 INFO:teuthology.orchestra.run.trial114.stdout:skipping the directory /proc 2026-02-22T21:02:19.762 INFO:teuthology.orchestra.run.trial114.stdout:skipping the directory /mnt 2026-02-22T21:02:19.762 INFO:teuthology.orchestra.run.trial114.stdout:skipping the directory /var/tmp 2026-02-22T21:02:19.762 INFO:teuthology.orchestra.run.trial114.stdout:skipping the directory /home 2026-02-22T21:02:19.763 INFO:teuthology.orchestra.run.trial114.stdout:skipping the directory /root 2026-02-22T21:02:19.763 INFO:teuthology.orchestra.run.trial114.stdout:skipping the directory /tmp 2026-02-22T21:02:19.763 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:19.768 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install ceph-test 2026-02-22T21:02:19.945 INFO:teuthology.orchestra.run.trial069.stdout:(1/5): libxslt-1.1.34-12.el9.x86_64.rpm 3.3 MB/s | 233 kB 00:00 2026-02-22T21:02:19.970 INFO:teuthology.orchestra.run.trial069.stdout:(2/5): libcephsqlite-20.2.0-794.ga5c3084f.el9.x 1.7 MB/s | 164 kB 00:00 2026-02-22T21:02:19.979 INFO:teuthology.orchestra.run.trial069.stdout:(3/5): socat-1.7.4.1-8.el9.x86_64.rpm 8.7 MB/s | 303 kB 00:00 2026-02-22T21:02:20.000 INFO:teuthology.orchestra.run.trial069.stdout:(4/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.1 MB/s | 64 kB 00:00 2026-02-22T21:02:20.073 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:15 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:20.155 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:20.156 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:20.156 INFO:teuthology.orchestra.run.trial073.stdout: Package Arch Version Repository Size 2026-02-22T21:02:20.157 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:20.157 INFO:teuthology.orchestra.run.trial073.stdout:Installing: 2026-02-22T21:02:20.157 INFO:teuthology.orchestra.run.trial073.stdout: ceph-test x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 84 M 2026-02-22T21:02:20.157 INFO:teuthology.orchestra.run.trial073.stdout:Installing dependencies: 2026-02-22T21:02:20.157 INFO:teuthology.orchestra.run.trial073.stdout: libcephsqlite x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 164 k 2026-02-22T21:02:20.157 INFO:teuthology.orchestra.run.trial073.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-22T21:02:20.157 INFO:teuthology.orchestra.run.trial073.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-22T21:02:20.157 INFO:teuthology.orchestra.run.trial073.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-22T21:02:20.157 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:20.158 INFO:teuthology.orchestra.run.trial073.stdout:Transaction Summary 2026-02-22T21:02:20.158 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:20.158 INFO:teuthology.orchestra.run.trial073.stdout:Install 5 Packages 2026-02-22T21:02:20.158 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:20.158 INFO:teuthology.orchestra.run.trial073.stdout:Total download size: 85 M 2026-02-22T21:02:20.158 INFO:teuthology.orchestra.run.trial073.stdout:Installed size: 365 M 2026-02-22T21:02:20.158 INFO:teuthology.orchestra.run.trial073.stdout:Downloading Packages: 2026-02-22T21:02:20.550 INFO:teuthology.orchestra.run.trial073.stdout:(1/5): libxslt-1.1.34-12.el9.x86_64.rpm 2.5 MB/s | 233 kB 00:00 2026-02-22T21:02:20.597 INFO:teuthology.orchestra.run.trial073.stdout:(2/5): socat-1.7.4.1-8.el9.x86_64.rpm 6.4 MB/s | 303 kB 00:00 2026-02-22T21:02:20.618 INFO:teuthology.orchestra.run.trial073.stdout:(3/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.8 MB/s | 64 kB 00:00 2026-02-22T21:02:20.825 INFO:teuthology.orchestra.run.trial073.stdout:(4/5): libcephsqlite-20.2.0-794.ga5c3084f.el9.x 449 kB/s | 164 kB 00:00 2026-02-22T21:02:20.834 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 36/38 2026-02-22T21:02:20.858 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 36/38 2026-02-22T21:02:20.858 INFO:teuthology.orchestra.run.trial114.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:20.858 INFO:teuthology.orchestra.run.trial114.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-22T21:02:20.858 INFO:teuthology.orchestra.run.trial114.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-22T21:02:20.858 INFO:teuthology.orchestra.run.trial114.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-22T21:02:20.858 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:20.860 INFO:teuthology.orchestra.run.trial114.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-22T21:02:20.872 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-22T21:02:20.872 INFO:teuthology.orchestra.run.trial114.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-22T21:02:20.927 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-22T21:02:20.927 INFO:teuthology.orchestra.run.trial114.stdout:Creating group 'qat' with GID 992. 2026-02-22T21:02:20.927 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:21.261 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 1/38 2026-02-22T21:02:21.262 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 2/38 2026-02-22T21:02:21.262 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 3/38 2026-02-22T21:02:21.262 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 4/38 2026-02-22T21:02:21.262 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : libcephfs-daemon-2:20.2.0-794.ga5c3084f.el9.x86_64 5/38 2026-02-22T21:02:21.262 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 6/38 2026-02-22T21:02:21.262 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 7/38 2026-02-22T21:02:21.262 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 8/38 2026-02-22T21:02:21.262 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 9/38 2026-02-22T21:02:21.262 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-ceph-argparse-2:20.2.0-794.ga5c3084f.el9.x 10/38 2026-02-22T21:02:21.262 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-ceph-common-2:20.2.0-794.ga5c3084f.el9.x86 11/38 2026-02-22T21:02:21.262 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 12/38 2026-02-22T21:02:21.263 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 13/38 2026-02-22T21:02:21.263 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 14/38 2026-02-22T21:02:21.263 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 15/38 2026-02-22T21:02:21.263 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-22T21:02:21.263 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-22T21:02:21.263 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-22T21:02:21.263 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-22T21:02:21.263 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-22T21:02:21.263 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-22T21:02:21.263 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-22T21:02:21.263 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-22T21:02:21.263 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-22T21:02:21.264 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-22T21:02:21.264 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-22T21:02:21.264 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-22T21:02:21.264 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-22T21:02:21.264 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-22T21:02:21.264 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-22T21:02:21.264 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-22T21:02:21.264 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-22T21:02:21.264 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-22T21:02:21.264 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-22T21:02:21.264 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 35/38 2026-02-22T21:02:21.264 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-22T21:02:21.265 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 37/38 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout:Upgraded: 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout:Installed: 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: ceph-radosgw-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: ceph-selinux-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: libcephfs-daemon-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: libcephfs-proxy2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: libradosstriper1-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:21.322 INFO:teuthology.orchestra.run.trial114.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-22T21:02:21.323 INFO:teuthology.orchestra.run.trial114.stdout: librgw2-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:21.323 INFO:teuthology.orchestra.run.trial114.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-22T21:02:21.323 INFO:teuthology.orchestra.run.trial114.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-22T21:02:21.323 INFO:teuthology.orchestra.run.trial114.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-22T21:02:21.323 INFO:teuthology.orchestra.run.trial114.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-22T21:02:21.323 INFO:teuthology.orchestra.run.trial114.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-22T21:02:21.323 INFO:teuthology.orchestra.run.trial114.stdout: python3-ceph-argparse-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:21.323 INFO:teuthology.orchestra.run.trial114.stdout: python3-ceph-common-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:21.323 INFO:teuthology.orchestra.run.trial114.stdout: python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:21.323 INFO:teuthology.orchestra.run.trial114.stdout: python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:21.323 INFO:teuthology.orchestra.run.trial114.stdout: python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:21.323 INFO:teuthology.orchestra.run.trial114.stdout: python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:21.323 INFO:teuthology.orchestra.run.trial114.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-22T21:02:21.323 INFO:teuthology.orchestra.run.trial114.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-22T21:02:21.323 INFO:teuthology.orchestra.run.trial114.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-22T21:02:21.323 INFO:teuthology.orchestra.run.trial114.stdout: re2-1:20211101-20.el9.x86_64 2026-02-22T21:02:21.323 INFO:teuthology.orchestra.run.trial114.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-22T21:02:21.323 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:21.323 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:21.364 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install ceph-test 2026-02-22T21:02:21.549 INFO:teuthology.orchestra.run.trial069.stdout:(5/5): ceph-test-20.2.0-794.ga5c3084f.el9.x86_6 50 MB/s | 84 MB 00:01 2026-02-22T21:02:21.552 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:21.552 INFO:teuthology.orchestra.run.trial069.stdout:Total 42 MB/s | 85 MB 00:02 2026-02-22T21:02:21.578 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-22T21:02:21.588 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-22T21:02:21.588 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-22T21:02:21.671 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:14 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:21.753 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:21.754 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:21.754 INFO:teuthology.orchestra.run.trial114.stdout: Package Arch Version Repository Size 2026-02-22T21:02:21.754 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:21.755 INFO:teuthology.orchestra.run.trial114.stdout:Installing: 2026-02-22T21:02:21.755 INFO:teuthology.orchestra.run.trial114.stdout: ceph-test x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 84 M 2026-02-22T21:02:21.755 INFO:teuthology.orchestra.run.trial114.stdout:Installing dependencies: 2026-02-22T21:02:21.755 INFO:teuthology.orchestra.run.trial114.stdout: libcephsqlite x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 164 k 2026-02-22T21:02:21.755 INFO:teuthology.orchestra.run.trial114.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-22T21:02:21.755 INFO:teuthology.orchestra.run.trial114.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-22T21:02:21.755 INFO:teuthology.orchestra.run.trial114.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-22T21:02:21.755 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:21.755 INFO:teuthology.orchestra.run.trial114.stdout:Transaction Summary 2026-02-22T21:02:21.755 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:21.755 INFO:teuthology.orchestra.run.trial114.stdout:Install 5 Packages 2026-02-22T21:02:21.756 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:21.756 INFO:teuthology.orchestra.run.trial114.stdout:Total download size: 85 M 2026-02-22T21:02:21.756 INFO:teuthology.orchestra.run.trial114.stdout:Installed size: 365 M 2026-02-22T21:02:21.756 INFO:teuthology.orchestra.run.trial114.stdout:Downloading Packages: 2026-02-22T21:02:21.874 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-22T21:02:21.874 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-22T21:02:21.913 INFO:teuthology.orchestra.run.trial114.stdout:(1/5): libxslt-1.1.34-12.el9.x86_64.rpm 3.5 MB/s | 233 kB 00:00 2026-02-22T21:02:21.933 INFO:teuthology.orchestra.run.trial114.stdout:(2/5): socat-1.7.4.1-8.el9.x86_64.rpm 15 MB/s | 303 kB 00:00 2026-02-22T21:02:21.944 INFO:teuthology.orchestra.run.trial114.stdout:(3/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 6.0 MB/s | 64 kB 00:00 2026-02-22T21:02:21.951 INFO:teuthology.orchestra.run.trial114.stdout:(4/5): libcephsqlite-20.2.0-794.ga5c3084f.el9.x 1.5 MB/s | 164 kB 00:00 2026-02-22T21:02:22.188 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-22T21:02:22.193 INFO:teuthology.orchestra.run.trial069.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-22T21:02:22.197 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-22T21:02:22.205 INFO:teuthology.orchestra.run.trial069.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-22T21:02:22.206 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 4/5 2026-02-22T21:02:23.549 INFO:teuthology.orchestra.run.trial073.stdout:(5/5): ceph-test-20.2.0-794.ga5c3084f.el9.x86_6 27 MB/s | 84 MB 00:03 2026-02-22T21:02:23.551 INFO:teuthology.orchestra.run.trial073.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:23.551 INFO:teuthology.orchestra.run.trial073.stdout:Total 25 MB/s | 85 MB 00:03 2026-02-22T21:02:23.576 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction check 2026-02-22T21:02:23.585 INFO:teuthology.orchestra.run.trial073.stdout:Transaction check succeeded. 2026-02-22T21:02:23.585 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction test 2026-02-22T21:02:23.872 INFO:teuthology.orchestra.run.trial073.stdout:Transaction test succeeded. 2026-02-22T21:02:23.872 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction 2026-02-22T21:02:24.193 INFO:teuthology.orchestra.run.trial073.stdout: Preparing : 1/1 2026-02-22T21:02:24.198 INFO:teuthology.orchestra.run.trial073.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-22T21:02:24.202 INFO:teuthology.orchestra.run.trial073.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-22T21:02:24.210 INFO:teuthology.orchestra.run.trial073.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-22T21:02:24.211 INFO:teuthology.orchestra.run.trial073.stdout: Installing : libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 4/5 2026-02-22T21:02:24.644 INFO:teuthology.orchestra.run.trial114.stdout:(5/5): ceph-test-20.2.0-794.ga5c3084f.el9.x86_6 30 MB/s | 84 MB 00:02 2026-02-22T21:02:24.645 INFO:teuthology.orchestra.run.trial114.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:24.646 INFO:teuthology.orchestra.run.trial114.stdout:Total 29 MB/s | 85 MB 00:02 2026-02-22T21:02:24.674 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction check 2026-02-22T21:02:24.682 INFO:teuthology.orchestra.run.trial114.stdout:Transaction check succeeded. 2026-02-22T21:02:24.683 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction test 2026-02-22T21:02:24.970 INFO:teuthology.orchestra.run.trial114.stdout:Transaction test succeeded. 2026-02-22T21:02:24.970 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction 2026-02-22T21:02:25.285 INFO:teuthology.orchestra.run.trial114.stdout: Preparing : 1/1 2026-02-22T21:02:25.290 INFO:teuthology.orchestra.run.trial114.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-22T21:02:25.294 INFO:teuthology.orchestra.run.trial114.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-22T21:02:25.302 INFO:teuthology.orchestra.run.trial114.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-22T21:02:25.303 INFO:teuthology.orchestra.run.trial114.stdout: Installing : libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 4/5 2026-02-22T21:02:25.926 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 4/5 2026-02-22T21:02:25.944 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 5/5 2026-02-22T21:02:26.301 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 5/5 2026-02-22T21:02:26.301 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 1/5 2026-02-22T21:02:26.301 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 2/5 2026-02-22T21:02:26.301 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-22T21:02:26.302 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-22T21:02:26.353 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-22T21:02:26.354 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:26.354 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-22T21:02:26.354 INFO:teuthology.orchestra.run.trial069.stdout: ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:26.354 INFO:teuthology.orchestra.run.trial069.stdout: libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:26.354 INFO:teuthology.orchestra.run.trial069.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-22T21:02:26.354 INFO:teuthology.orchestra.run.trial069.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-22T21:02:26.354 INFO:teuthology.orchestra.run.trial069.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-22T21:02:26.354 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:26.354 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:26.392 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph 2026-02-22T21:02:26.709 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:22 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:26.796 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:26.798 INFO:teuthology.orchestra.run.trial069.stdout:====================================================================================== 2026-02-22T21:02:26.798 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repository Size 2026-02-22T21:02:26.798 INFO:teuthology.orchestra.run.trial069.stdout:====================================================================================== 2026-02-22T21:02:26.799 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-22T21:02:26.799 INFO:teuthology.orchestra.run.trial069.stdout: ceph x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 6.5 k 2026-02-22T21:02:26.799 INFO:teuthology.orchestra.run.trial069.stdout:Installing dependencies: 2026-02-22T21:02:26.799 INFO:teuthology.orchestra.run.trial069.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-22T21:02:26.799 INFO:teuthology.orchestra.run.trial069.stdout: ceph-grafana-dashboards noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 43 k 2026-02-22T21:02:26.799 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mds x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 2.3 M 2026-02-22T21:02:26.799 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 967 k 2026-02-22T21:02:26.799 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-modules-core noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 295 k 2026-02-22T21:02:26.800 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mon x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 5.0 M 2026-02-22T21:02:26.800 INFO:teuthology.orchestra.run.trial069.stdout: ceph-osd x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 17 M 2026-02-22T21:02:26.800 INFO:teuthology.orchestra.run.trial069.stdout: ceph-prometheus-alerts noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 17 k 2026-02-22T21:02:26.800 INFO:teuthology.orchestra.run.trial069.stdout: cephadm noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 1.0 M 2026-02-22T21:02:26.800 INFO:teuthology.orchestra.run.trial069.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-22T21:02:26.800 INFO:teuthology.orchestra.run.trial069.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-22T21:02:26.800 INFO:teuthology.orchestra.run.trial069.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-22T21:02:26.800 INFO:teuthology.orchestra.run.trial069.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-22T21:02:26.800 INFO:teuthology.orchestra.run.trial069.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-22T21:02:26.801 INFO:teuthology.orchestra.run.trial069.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-22T21:02:26.801 INFO:teuthology.orchestra.run.trial069.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-22T21:02:26.801 INFO:teuthology.orchestra.run.trial069.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-22T21:02:26.801 INFO:teuthology.orchestra.run.trial069.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-22T21:02:26.801 INFO:teuthology.orchestra.run.trial069.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-22T21:02:26.801 INFO:teuthology.orchestra.run.trial069.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-22T21:02:26.801 INFO:teuthology.orchestra.run.trial069.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-22T21:02:26.801 INFO:teuthology.orchestra.run.trial069.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-22T21:02:26.801 INFO:teuthology.orchestra.run.trial069.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-22T21:02:26.801 INFO:teuthology.orchestra.run.trial069.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-22T21:02:26.801 INFO:teuthology.orchestra.run.trial069.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-22T21:02:26.801 INFO:teuthology.orchestra.run.trial069.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-22T21:02:26.801 INFO:teuthology.orchestra.run.trial069.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-22T21:02:26.801 INFO:teuthology.orchestra.run.trial069.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-22T21:02:26.801 INFO:teuthology.orchestra.run.trial069.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-22T21:02:26.802 INFO:teuthology.orchestra.run.trial069.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-22T21:02:26.802 INFO:teuthology.orchestra.run.trial069.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-22T21:02:26.802 INFO:teuthology.orchestra.run.trial069.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-22T21:02:26.802 INFO:teuthology.orchestra.run.trial069.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-22T21:02:26.802 INFO:teuthology.orchestra.run.trial069.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-22T21:02:26.802 INFO:teuthology.orchestra.run.trial069.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-22T21:02:26.802 INFO:teuthology.orchestra.run.trial069.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-22T21:02:26.802 INFO:teuthology.orchestra.run.trial069.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-22T21:02:26.802 INFO:teuthology.orchestra.run.trial069.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-22T21:02:26.802 INFO:teuthology.orchestra.run.trial069.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-22T21:02:26.802 INFO:teuthology.orchestra.run.trial069.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-22T21:02:26.802 INFO:teuthology.orchestra.run.trial069.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-22T21:02:26.802 INFO:teuthology.orchestra.run.trial069.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-22T21:02:26.802 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-22T21:02:26.802 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-22T21:02:26.802 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-22T21:02:26.802 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-22T21:02:26.802 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-22T21:02:26.802 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-22T21:02:26.802 INFO:teuthology.orchestra.run.trial069.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-22T21:02:26.803 INFO:teuthology.orchestra.run.trial069.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-22T21:02:26.803 INFO:teuthology.orchestra.run.trial069.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-22T21:02:26.803 INFO:teuthology.orchestra.run.trial069.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-22T21:02:26.803 INFO:teuthology.orchestra.run.trial069.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-22T21:02:26.803 INFO:teuthology.orchestra.run.trial069.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-22T21:02:26.803 INFO:teuthology.orchestra.run.trial069.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-22T21:02:26.803 INFO:teuthology.orchestra.run.trial069.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-22T21:02:26.803 INFO:teuthology.orchestra.run.trial069.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-22T21:02:26.803 INFO:teuthology.orchestra.run.trial069.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-22T21:02:26.803 INFO:teuthology.orchestra.run.trial069.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-22T21:02:26.803 INFO:teuthology.orchestra.run.trial069.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-22T21:02:26.803 INFO:teuthology.orchestra.run.trial069.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-22T21:02:26.803 INFO:teuthology.orchestra.run.trial069.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-22T21:02:26.803 INFO:teuthology.orchestra.run.trial069.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-22T21:02:26.803 INFO:teuthology.orchestra.run.trial069.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-22T21:02:26.803 INFO:teuthology.orchestra.run.trial069.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-22T21:02:26.803 INFO:teuthology.orchestra.run.trial069.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-22T21:02:26.803 INFO:teuthology.orchestra.run.trial069.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-22T21:02:26.803 INFO:teuthology.orchestra.run.trial069.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-22T21:02:26.804 INFO:teuthology.orchestra.run.trial069.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-22T21:02:26.804 INFO:teuthology.orchestra.run.trial069.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-22T21:02:26.804 INFO:teuthology.orchestra.run.trial069.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-22T21:02:26.804 INFO:teuthology.orchestra.run.trial069.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-22T21:02:26.804 INFO:teuthology.orchestra.run.trial069.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-22T21:02:26.804 INFO:teuthology.orchestra.run.trial069.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-22T21:02:26.804 INFO:teuthology.orchestra.run.trial069.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-22T21:02:26.804 INFO:teuthology.orchestra.run.trial069.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-22T21:02:26.804 INFO:teuthology.orchestra.run.trial069.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-22T21:02:26.804 INFO:teuthology.orchestra.run.trial069.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-22T21:02:26.804 INFO:teuthology.orchestra.run.trial069.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-22T21:02:26.804 INFO:teuthology.orchestra.run.trial069.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-22T21:02:26.804 INFO:teuthology.orchestra.run.trial069.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-22T21:02:26.804 INFO:teuthology.orchestra.run.trial069.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-22T21:02:26.804 INFO:teuthology.orchestra.run.trial069.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-22T21:02:26.804 INFO:teuthology.orchestra.run.trial069.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-22T21:02:26.804 INFO:teuthology.orchestra.run.trial069.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-22T21:02:26.804 INFO:teuthology.orchestra.run.trial069.stdout:Installing weak dependencies: 2026-02-22T21:02:26.804 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-cephadm noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 179 k 2026-02-22T21:02:26.805 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-dashboard noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 11 M 2026-02-22T21:02:26.805 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 7.4 M 2026-02-22T21:02:26.805 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-k8sevents noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 22 k 2026-02-22T21:02:26.805 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-rook noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 50 k 2026-02-22T21:02:26.805 INFO:teuthology.orchestra.run.trial069.stdout: ceph-volume noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 300 k 2026-02-22T21:02:26.805 INFO:teuthology.orchestra.run.trial069.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-22T21:02:26.805 INFO:teuthology.orchestra.run.trial069.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-22T21:02:26.805 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:26.805 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-22T21:02:26.805 INFO:teuthology.orchestra.run.trial069.stdout:====================================================================================== 2026-02-22T21:02:26.805 INFO:teuthology.orchestra.run.trial069.stdout:Install 94 Packages 2026-02-22T21:02:26.805 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:26.806 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 101 M 2026-02-22T21:02:26.806 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 561 M 2026-02-22T21:02:26.806 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-22T21:02:27.378 INFO:teuthology.orchestra.run.trial069.stdout:(1/94): ceph-20.2.0-794.ga5c3084f.el9.x86_64.rp 128 kB/s | 6.5 kB 00:00 2026-02-22T21:02:27.469 INFO:teuthology.orchestra.run.trial069.stdout:(2/94): ceph-mgr-20.2.0-794.ga5c3084f.el9.x86_6 6.6 MB/s | 967 kB 00:00 2026-02-22T21:02:27.495 INFO:teuthology.orchestra.run.trial069.stdout:(3/94): ceph-mds-20.2.0-794.ga5c3084f.el9.x86_6 14 MB/s | 2.3 MB 00:00 2026-02-22T21:02:27.531 INFO:teuthology.orchestra.run.trial069.stdout:(4/94): ceph-grafana-dashboards-20.2.0-794.ga5c 1.2 MB/s | 43 kB 00:00 2026-02-22T21:02:27.568 INFO:teuthology.orchestra.run.trial069.stdout:(5/94): ceph-mgr-cephadm-20.2.0-794.ga5c3084f.e 4.7 MB/s | 179 kB 00:00 2026-02-22T21:02:27.632 INFO:teuthology.orchestra.run.trial069.stdout:(6/94): ceph-mon-20.2.0-794.ga5c3084f.el9.x86_6 20 MB/s | 5.0 MB 00:00 2026-02-22T21:02:27.970 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 4/5 2026-02-22T21:02:27.988 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 5/5 2026-02-22T21:02:28.034 INFO:teuthology.orchestra.run.trial069.stdout:(7/94): ceph-mgr-diskprediction-local-20.2.0-79 18 MB/s | 7.4 MB 00:00 2026-02-22T21:02:28.051 INFO:teuthology.orchestra.run.trial069.stdout:(8/94): ceph-mgr-dashboard-20.2.0-794.ga5c3084f 22 MB/s | 11 MB 00:00 2026-02-22T21:02:28.053 INFO:teuthology.orchestra.run.trial069.stdout:(9/94): ceph-mgr-k8sevents-20.2.0-794.ga5c3084f 1.1 MB/s | 22 kB 00:00 2026-02-22T21:02:28.073 INFO:teuthology.orchestra.run.trial069.stdout:(10/94): ceph-mgr-modules-core-20.2.0-794.ga5c3 13 MB/s | 295 kB 00:00 2026-02-22T21:02:28.075 INFO:teuthology.orchestra.run.trial069.stdout:(11/94): ceph-mgr-rook-20.2.0-794.ga5c3084f.el9 2.3 MB/s | 50 kB 00:00 2026-02-22T21:02:28.089 INFO:teuthology.orchestra.run.trial069.stdout:(12/94): ceph-prometheus-alerts-20.2.0-794.ga5c 1.1 MB/s | 17 kB 00:00 2026-02-22T21:02:28.096 INFO:teuthology.orchestra.run.trial069.stdout:(13/94): ceph-volume-20.2.0-794.ga5c3084f.el9.n 14 MB/s | 300 kB 00:00 2026-02-22T21:02:28.126 INFO:teuthology.orchestra.run.trial069.stdout:(14/94): cephadm-20.2.0-794.ga5c3084f.el9.noarc 27 MB/s | 1.0 MB 00:00 2026-02-22T21:02:28.205 INFO:teuthology.orchestra.run.trial069.stdout:(15/94): ceph-osd-20.2.0-794.ga5c3084f.el9.x86_ 23 MB/s | 17 MB 00:00 2026-02-22T21:02:28.331 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 5/5 2026-02-22T21:02:28.332 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 1/5 2026-02-22T21:02:28.332 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 2/5 2026-02-22T21:02:28.332 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-22T21:02:28.332 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-22T21:02:28.385 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-22T21:02:28.385 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:28.385 INFO:teuthology.orchestra.run.trial073.stdout:Installed: 2026-02-22T21:02:28.386 INFO:teuthology.orchestra.run.trial073.stdout: ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:28.386 INFO:teuthology.orchestra.run.trial073.stdout: libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:28.386 INFO:teuthology.orchestra.run.trial073.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-22T21:02:28.386 INFO:teuthology.orchestra.run.trial073.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-22T21:02:28.386 INFO:teuthology.orchestra.run.trial073.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-22T21:02:28.386 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:28.386 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:28.423 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install ceph 2026-02-22T21:02:28.682 INFO:teuthology.orchestra.run.trial069.stdout:(16/94): ledmon-libs-1.1.0-3.el9.x86_64.rpm 73 kB/s | 40 kB 00:00 2026-02-22T21:02:28.738 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:23 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:28.825 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:28.828 INFO:teuthology.orchestra.run.trial073.stdout:====================================================================================== 2026-02-22T21:02:28.828 INFO:teuthology.orchestra.run.trial073.stdout: Package Arch Version Repository Size 2026-02-22T21:02:28.828 INFO:teuthology.orchestra.run.trial073.stdout:====================================================================================== 2026-02-22T21:02:28.828 INFO:teuthology.orchestra.run.trial073.stdout:Installing: 2026-02-22T21:02:28.828 INFO:teuthology.orchestra.run.trial073.stdout: ceph x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 6.5 k 2026-02-22T21:02:28.828 INFO:teuthology.orchestra.run.trial073.stdout:Installing dependencies: 2026-02-22T21:02:28.828 INFO:teuthology.orchestra.run.trial073.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-22T21:02:28.829 INFO:teuthology.orchestra.run.trial073.stdout: ceph-grafana-dashboards noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 43 k 2026-02-22T21:02:28.829 INFO:teuthology.orchestra.run.trial073.stdout: ceph-mds x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 2.3 M 2026-02-22T21:02:28.829 INFO:teuthology.orchestra.run.trial073.stdout: ceph-mgr x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 967 k 2026-02-22T21:02:28.829 INFO:teuthology.orchestra.run.trial073.stdout: ceph-mgr-modules-core noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 295 k 2026-02-22T21:02:28.829 INFO:teuthology.orchestra.run.trial073.stdout: ceph-mon x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 5.0 M 2026-02-22T21:02:28.829 INFO:teuthology.orchestra.run.trial073.stdout: ceph-osd x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 17 M 2026-02-22T21:02:28.829 INFO:teuthology.orchestra.run.trial073.stdout: ceph-prometheus-alerts noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 17 k 2026-02-22T21:02:28.829 INFO:teuthology.orchestra.run.trial073.stdout: cephadm noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 1.0 M 2026-02-22T21:02:28.829 INFO:teuthology.orchestra.run.trial073.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-22T21:02:28.829 INFO:teuthology.orchestra.run.trial073.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-22T21:02:28.829 INFO:teuthology.orchestra.run.trial073.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-22T21:02:28.829 INFO:teuthology.orchestra.run.trial073.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-22T21:02:28.830 INFO:teuthology.orchestra.run.trial073.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-22T21:02:28.830 INFO:teuthology.orchestra.run.trial073.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-22T21:02:28.830 INFO:teuthology.orchestra.run.trial073.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-22T21:02:28.830 INFO:teuthology.orchestra.run.trial073.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-22T21:02:28.830 INFO:teuthology.orchestra.run.trial073.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-22T21:02:28.830 INFO:teuthology.orchestra.run.trial073.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-22T21:02:28.830 INFO:teuthology.orchestra.run.trial073.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-22T21:02:28.830 INFO:teuthology.orchestra.run.trial073.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-22T21:02:28.830 INFO:teuthology.orchestra.run.trial073.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-22T21:02:28.830 INFO:teuthology.orchestra.run.trial073.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-22T21:02:28.830 INFO:teuthology.orchestra.run.trial073.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-22T21:02:28.830 INFO:teuthology.orchestra.run.trial073.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-22T21:02:28.830 INFO:teuthology.orchestra.run.trial073.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-22T21:02:28.831 INFO:teuthology.orchestra.run.trial073.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-22T21:02:28.831 INFO:teuthology.orchestra.run.trial073.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-22T21:02:28.831 INFO:teuthology.orchestra.run.trial073.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-22T21:02:28.831 INFO:teuthology.orchestra.run.trial073.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-22T21:02:28.831 INFO:teuthology.orchestra.run.trial073.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-22T21:02:28.831 INFO:teuthology.orchestra.run.trial073.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-22T21:02:28.831 INFO:teuthology.orchestra.run.trial073.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-22T21:02:28.831 INFO:teuthology.orchestra.run.trial073.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-22T21:02:28.831 INFO:teuthology.orchestra.run.trial073.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-22T21:02:28.831 INFO:teuthology.orchestra.run.trial073.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-22T21:02:28.831 INFO:teuthology.orchestra.run.trial073.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-22T21:02:28.831 INFO:teuthology.orchestra.run.trial073.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-22T21:02:28.831 INFO:teuthology.orchestra.run.trial073.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-22T21:02:28.832 INFO:teuthology.orchestra.run.trial073.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-22T21:02:28.832 INFO:teuthology.orchestra.run.trial073.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-22T21:02:28.832 INFO:teuthology.orchestra.run.trial073.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-22T21:02:28.832 INFO:teuthology.orchestra.run.trial073.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-22T21:02:28.832 INFO:teuthology.orchestra.run.trial073.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-22T21:02:28.832 INFO:teuthology.orchestra.run.trial073.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-22T21:02:28.832 INFO:teuthology.orchestra.run.trial073.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-22T21:02:28.832 INFO:teuthology.orchestra.run.trial073.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-22T21:02:28.832 INFO:teuthology.orchestra.run.trial073.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-22T21:02:28.832 INFO:teuthology.orchestra.run.trial073.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-22T21:02:28.832 INFO:teuthology.orchestra.run.trial073.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-22T21:02:28.832 INFO:teuthology.orchestra.run.trial073.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-22T21:02:28.833 INFO:teuthology.orchestra.run.trial073.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-22T21:02:28.833 INFO:teuthology.orchestra.run.trial073.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-22T21:02:28.833 INFO:teuthology.orchestra.run.trial073.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-22T21:02:28.833 INFO:teuthology.orchestra.run.trial073.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-22T21:02:28.833 INFO:teuthology.orchestra.run.trial073.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-22T21:02:28.833 INFO:teuthology.orchestra.run.trial073.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-22T21:02:28.833 INFO:teuthology.orchestra.run.trial073.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-22T21:02:28.833 INFO:teuthology.orchestra.run.trial073.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-22T21:02:28.833 INFO:teuthology.orchestra.run.trial073.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-22T21:02:28.833 INFO:teuthology.orchestra.run.trial073.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-22T21:02:28.833 INFO:teuthology.orchestra.run.trial073.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-22T21:02:28.833 INFO:teuthology.orchestra.run.trial073.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-22T21:02:28.833 INFO:teuthology.orchestra.run.trial073.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-22T21:02:28.834 INFO:teuthology.orchestra.run.trial073.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-22T21:02:28.834 INFO:teuthology.orchestra.run.trial073.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-22T21:02:28.834 INFO:teuthology.orchestra.run.trial073.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-22T21:02:28.834 INFO:teuthology.orchestra.run.trial073.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-22T21:02:28.834 INFO:teuthology.orchestra.run.trial073.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-22T21:02:28.834 INFO:teuthology.orchestra.run.trial073.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-22T21:02:28.834 INFO:teuthology.orchestra.run.trial073.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-22T21:02:28.834 INFO:teuthology.orchestra.run.trial073.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-22T21:02:28.834 INFO:teuthology.orchestra.run.trial073.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-22T21:02:28.834 INFO:teuthology.orchestra.run.trial073.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-22T21:02:28.834 INFO:teuthology.orchestra.run.trial073.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-22T21:02:28.834 INFO:teuthology.orchestra.run.trial073.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-22T21:02:28.834 INFO:teuthology.orchestra.run.trial073.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-22T21:02:28.835 INFO:teuthology.orchestra.run.trial073.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-22T21:02:28.835 INFO:teuthology.orchestra.run.trial073.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-22T21:02:28.835 INFO:teuthology.orchestra.run.trial073.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-22T21:02:28.835 INFO:teuthology.orchestra.run.trial073.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-22T21:02:28.835 INFO:teuthology.orchestra.run.trial073.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-22T21:02:28.835 INFO:teuthology.orchestra.run.trial073.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-22T21:02:28.835 INFO:teuthology.orchestra.run.trial073.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-22T21:02:28.835 INFO:teuthology.orchestra.run.trial073.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-22T21:02:28.835 INFO:teuthology.orchestra.run.trial073.stdout:Installing weak dependencies: 2026-02-22T21:02:28.835 INFO:teuthology.orchestra.run.trial073.stdout: ceph-mgr-cephadm noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 179 k 2026-02-22T21:02:28.835 INFO:teuthology.orchestra.run.trial073.stdout: ceph-mgr-dashboard noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 11 M 2026-02-22T21:02:28.835 INFO:teuthology.orchestra.run.trial073.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 7.4 M 2026-02-22T21:02:28.836 INFO:teuthology.orchestra.run.trial073.stdout: ceph-mgr-k8sevents noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 22 k 2026-02-22T21:02:28.836 INFO:teuthology.orchestra.run.trial073.stdout: ceph-mgr-rook noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 50 k 2026-02-22T21:02:28.836 INFO:teuthology.orchestra.run.trial073.stdout: ceph-volume noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 300 k 2026-02-22T21:02:28.836 INFO:teuthology.orchestra.run.trial073.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-22T21:02:28.836 INFO:teuthology.orchestra.run.trial073.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-22T21:02:28.836 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:28.836 INFO:teuthology.orchestra.run.trial073.stdout:Transaction Summary 2026-02-22T21:02:28.837 INFO:teuthology.orchestra.run.trial073.stdout:====================================================================================== 2026-02-22T21:02:28.837 INFO:teuthology.orchestra.run.trial073.stdout:Install 94 Packages 2026-02-22T21:02:28.837 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:28.838 INFO:teuthology.orchestra.run.trial073.stdout:Total download size: 101 M 2026-02-22T21:02:28.838 INFO:teuthology.orchestra.run.trial073.stdout:Installed size: 561 M 2026-02-22T21:02:28.838 INFO:teuthology.orchestra.run.trial073.stdout:Downloading Packages: 2026-02-22T21:02:28.914 INFO:teuthology.orchestra.run.trial069.stdout:(17/94): libconfig-1.7.2-9.el9.x86_64.rpm 102 kB/s | 72 kB 00:00 2026-02-22T21:02:29.095 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 4/5 2026-02-22T21:02:29.113 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 5/5 2026-02-22T21:02:29.415 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 5/5 2026-02-22T21:02:29.415 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 1/5 2026-02-22T21:02:29.415 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 2/5 2026-02-22T21:02:29.415 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-22T21:02:29.415 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-22T21:02:29.468 INFO:teuthology.orchestra.run.trial073.stdout:(1/94): ceph-20.2.0-794.ga5c3084f.el9.x86_64.rp 120 kB/s | 6.5 kB 00:00 2026-02-22T21:02:29.469 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-22T21:02:29.469 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:29.469 INFO:teuthology.orchestra.run.trial114.stdout:Installed: 2026-02-22T21:02:29.469 INFO:teuthology.orchestra.run.trial114.stdout: ceph-test-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:29.469 INFO:teuthology.orchestra.run.trial114.stdout: libcephsqlite-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:29.469 INFO:teuthology.orchestra.run.trial114.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-22T21:02:29.470 INFO:teuthology.orchestra.run.trial114.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-22T21:02:29.470 INFO:teuthology.orchestra.run.trial114.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-22T21:02:29.470 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:29.470 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:29.507 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install ceph 2026-02-22T21:02:29.532 INFO:teuthology.orchestra.run.trial073.stdout:(2/94): ceph-mgr-20.2.0-794.ga5c3084f.el9.x86_6 8.0 MB/s | 967 kB 00:00 2026-02-22T21:02:29.596 INFO:teuthology.orchestra.run.trial073.stdout:(3/94): ceph-mds-20.2.0-794.ga5c3084f.el9.x86_6 13 MB/s | 2.3 MB 00:00 2026-02-22T21:02:29.631 INFO:teuthology.orchestra.run.trial073.stdout:(4/94): ceph-grafana-dashboards-20.2.0-794.ga5c 1.2 MB/s | 43 kB 00:00 2026-02-22T21:02:29.671 INFO:teuthology.orchestra.run.trial073.stdout:(5/94): ceph-mgr-cephadm-20.2.0-794.ga5c3084f.e 4.4 MB/s | 179 kB 00:00 2026-02-22T21:02:29.693 INFO:teuthology.orchestra.run.trial069.stdout:(18/94): libquadmath-11.5.0-14.el9.x86_64.rpm 237 kB/s | 184 kB 00:00 2026-02-22T21:02:29.695 INFO:teuthology.orchestra.run.trial069.stdout:(19/94): libgfortran-11.5.0-14.el9.x86_64.rpm 783 kB/s | 794 kB 00:01 2026-02-22T21:02:29.758 INFO:teuthology.orchestra.run.trial073.stdout:(6/94): ceph-mon-20.2.0-794.ga5c3084f.el9.x86_6 17 MB/s | 5.0 MB 00:00 2026-02-22T21:02:29.773 INFO:teuthology.orchestra.run.trial069.stdout:(20/94): cryptsetup-2.8.1-3.el9.x86_64.rpm 209 kB/s | 351 kB 00:01 2026-02-22T21:02:29.814 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:22 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:29.902 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:29.904 INFO:teuthology.orchestra.run.trial114.stdout:====================================================================================== 2026-02-22T21:02:29.904 INFO:teuthology.orchestra.run.trial114.stdout: Package Arch Version Repository Size 2026-02-22T21:02:29.904 INFO:teuthology.orchestra.run.trial114.stdout:====================================================================================== 2026-02-22T21:02:29.904 INFO:teuthology.orchestra.run.trial114.stdout:Installing: 2026-02-22T21:02:29.905 INFO:teuthology.orchestra.run.trial114.stdout: ceph x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 6.5 k 2026-02-22T21:02:29.905 INFO:teuthology.orchestra.run.trial114.stdout:Installing dependencies: 2026-02-22T21:02:29.905 INFO:teuthology.orchestra.run.trial114.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-22T21:02:29.905 INFO:teuthology.orchestra.run.trial114.stdout: ceph-grafana-dashboards noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 43 k 2026-02-22T21:02:29.905 INFO:teuthology.orchestra.run.trial114.stdout: ceph-mds x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 2.3 M 2026-02-22T21:02:29.905 INFO:teuthology.orchestra.run.trial114.stdout: ceph-mgr x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 967 k 2026-02-22T21:02:29.905 INFO:teuthology.orchestra.run.trial114.stdout: ceph-mgr-modules-core noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 295 k 2026-02-22T21:02:29.905 INFO:teuthology.orchestra.run.trial114.stdout: ceph-mon x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 5.0 M 2026-02-22T21:02:29.905 INFO:teuthology.orchestra.run.trial114.stdout: ceph-osd x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 17 M 2026-02-22T21:02:29.905 INFO:teuthology.orchestra.run.trial114.stdout: ceph-prometheus-alerts noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 17 k 2026-02-22T21:02:29.905 INFO:teuthology.orchestra.run.trial114.stdout: cephadm noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 1.0 M 2026-02-22T21:02:29.905 INFO:teuthology.orchestra.run.trial114.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-22T21:02:29.905 INFO:teuthology.orchestra.run.trial114.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-22T21:02:29.905 INFO:teuthology.orchestra.run.trial114.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-22T21:02:29.905 INFO:teuthology.orchestra.run.trial114.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-22T21:02:29.905 INFO:teuthology.orchestra.run.trial114.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-22T21:02:29.905 INFO:teuthology.orchestra.run.trial114.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-22T21:02:29.905 INFO:teuthology.orchestra.run.trial114.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-22T21:02:29.905 INFO:teuthology.orchestra.run.trial114.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-22T21:02:29.906 INFO:teuthology.orchestra.run.trial114.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-22T21:02:29.907 INFO:teuthology.orchestra.run.trial114.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-22T21:02:29.907 INFO:teuthology.orchestra.run.trial114.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-22T21:02:29.907 INFO:teuthology.orchestra.run.trial114.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-22T21:02:29.907 INFO:teuthology.orchestra.run.trial114.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-22T21:02:29.907 INFO:teuthology.orchestra.run.trial114.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-22T21:02:29.907 INFO:teuthology.orchestra.run.trial114.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-22T21:02:29.907 INFO:teuthology.orchestra.run.trial114.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-22T21:02:29.907 INFO:teuthology.orchestra.run.trial114.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-22T21:02:29.907 INFO:teuthology.orchestra.run.trial114.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-22T21:02:29.907 INFO:teuthology.orchestra.run.trial114.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-22T21:02:29.907 INFO:teuthology.orchestra.run.trial114.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-22T21:02:29.907 INFO:teuthology.orchestra.run.trial114.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-22T21:02:29.907 INFO:teuthology.orchestra.run.trial114.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-22T21:02:29.907 INFO:teuthology.orchestra.run.trial114.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-22T21:02:29.907 INFO:teuthology.orchestra.run.trial114.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-22T21:02:29.907 INFO:teuthology.orchestra.run.trial114.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-22T21:02:29.907 INFO:teuthology.orchestra.run.trial114.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-22T21:02:29.907 INFO:teuthology.orchestra.run.trial114.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-22T21:02:29.907 INFO:teuthology.orchestra.run.trial114.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-22T21:02:29.907 INFO:teuthology.orchestra.run.trial114.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-22T21:02:29.908 INFO:teuthology.orchestra.run.trial114.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-22T21:02:29.909 INFO:teuthology.orchestra.run.trial114.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-22T21:02:29.909 INFO:teuthology.orchestra.run.trial114.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-22T21:02:29.909 INFO:teuthology.orchestra.run.trial114.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-22T21:02:29.909 INFO:teuthology.orchestra.run.trial114.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-22T21:02:29.909 INFO:teuthology.orchestra.run.trial114.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-22T21:02:29.909 INFO:teuthology.orchestra.run.trial114.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-22T21:02:29.909 INFO:teuthology.orchestra.run.trial114.stdout:Installing weak dependencies: 2026-02-22T21:02:29.909 INFO:teuthology.orchestra.run.trial114.stdout: ceph-mgr-cephadm noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 179 k 2026-02-22T21:02:29.909 INFO:teuthology.orchestra.run.trial114.stdout: ceph-mgr-dashboard noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 11 M 2026-02-22T21:02:29.909 INFO:teuthology.orchestra.run.trial114.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 7.4 M 2026-02-22T21:02:29.909 INFO:teuthology.orchestra.run.trial114.stdout: ceph-mgr-k8sevents noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 22 k 2026-02-22T21:02:29.909 INFO:teuthology.orchestra.run.trial114.stdout: ceph-mgr-rook noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 50 k 2026-02-22T21:02:29.909 INFO:teuthology.orchestra.run.trial114.stdout: ceph-volume noarch 2:20.2.0-794.ga5c3084f.el9 ceph-noarch 300 k 2026-02-22T21:02:29.909 INFO:teuthology.orchestra.run.trial114.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-22T21:02:29.909 INFO:teuthology.orchestra.run.trial114.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-22T21:02:29.909 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:29.909 INFO:teuthology.orchestra.run.trial114.stdout:Transaction Summary 2026-02-22T21:02:29.909 INFO:teuthology.orchestra.run.trial114.stdout:====================================================================================== 2026-02-22T21:02:29.909 INFO:teuthology.orchestra.run.trial114.stdout:Install 94 Packages 2026-02-22T21:02:29.909 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:29.910 INFO:teuthology.orchestra.run.trial114.stdout:Total download size: 101 M 2026-02-22T21:02:29.910 INFO:teuthology.orchestra.run.trial114.stdout:Installed size: 561 M 2026-02-22T21:02:29.910 INFO:teuthology.orchestra.run.trial114.stdout:Downloading Packages: 2026-02-22T21:02:30.087 INFO:teuthology.orchestra.run.trial069.stdout:(21/94): python3-cffi-1.14.5-5.el9.x86_64.rpm 643 kB/s | 253 kB 00:00 2026-02-22T21:02:30.166 INFO:teuthology.orchestra.run.trial069.stdout:(22/94): python3-ply-3.11-14.el9.noarch.rpm 271 kB/s | 106 kB 00:00 2026-02-22T21:02:30.199 INFO:teuthology.orchestra.run.trial073.stdout:(7/94): ceph-mgr-diskprediction-local-20.2.0-79 17 MB/s | 7.4 MB 00:00 2026-02-22T21:02:30.213 INFO:teuthology.orchestra.run.trial073.stdout:(8/94): ceph-mgr-dashboard-20.2.0-794.ga5c3084f 20 MB/s | 11 MB 00:00 2026-02-22T21:02:30.218 INFO:teuthology.orchestra.run.trial073.stdout:(9/94): ceph-mgr-k8sevents-20.2.0-794.ga5c3084f 1.1 MB/s | 22 kB 00:00 2026-02-22T21:02:30.238 INFO:teuthology.orchestra.run.trial073.stdout:(10/94): ceph-mgr-modules-core-20.2.0-794.ga5c3 12 MB/s | 295 kB 00:00 2026-02-22T21:02:30.243 INFO:teuthology.orchestra.run.trial073.stdout:(11/94): ceph-mgr-rook-20.2.0-794.ga5c3084f.el9 2.0 MB/s | 50 kB 00:00 2026-02-22T21:02:30.255 INFO:teuthology.orchestra.run.trial114.stdout:(1/94): ceph-20.2.0-794.ga5c3084f.el9.x86_64.rp 71 kB/s | 6.5 kB 00:00 2026-02-22T21:02:30.268 INFO:teuthology.orchestra.run.trial073.stdout:(12/94): ceph-osd-20.2.0-794.ga5c3084f.el9.x86_ 23 MB/s | 17 MB 00:00 2026-02-22T21:02:30.268 INFO:teuthology.orchestra.run.trial073.stdout:(13/94): ceph-prometheus-alerts-20.2.0-794.ga5c 574 kB/s | 17 kB 00:00 2026-02-22T21:02:30.269 INFO:teuthology.orchestra.run.trial073.stdout:(14/94): ceph-volume-20.2.0-794.ga5c3084f.el9.n 11 MB/s | 300 kB 00:00 2026-02-22T21:02:30.289 INFO:teuthology.orchestra.run.trial073.stdout:(15/94): cephadm-20.2.0-794.ga5c3084f.el9.noarc 48 MB/s | 1.0 MB 00:00 2026-02-22T21:02:30.324 INFO:teuthology.orchestra.run.trial069.stdout:(23/94): python3-pycparser-2.20-6.el9.noarch.rp 572 kB/s | 135 kB 00:00 2026-02-22T21:02:30.348 INFO:teuthology.orchestra.run.trial114.stdout:(2/94): ceph-mgr-20.2.0-794.ga5c3084f.el9.x86_6 5.1 MB/s | 967 kB 00:00 2026-02-22T21:02:30.362 INFO:teuthology.orchestra.run.trial073.stdout:(16/94): ledmon-libs-1.1.0-3.el9.x86_64.rpm 437 kB/s | 40 kB 00:00 2026-02-22T21:02:30.363 INFO:teuthology.orchestra.run.trial073.stdout:(17/94): libconfig-1.7.2-9.el9.x86_64.rpm 967 kB/s | 72 kB 00:00 2026-02-22T21:02:30.373 INFO:teuthology.orchestra.run.trial114.stdout:(3/94): ceph-mds-20.2.0-794.ga5c3084f.el9.x86_6 11 MB/s | 2.3 MB 00:00 2026-02-22T21:02:30.391 INFO:teuthology.orchestra.run.trial073.stdout:(18/94): cryptsetup-2.8.1-3.el9.x86_64.rpm 2.8 MB/s | 351 kB 00:00 2026-02-22T21:02:30.402 INFO:teuthology.orchestra.run.trial114.stdout:(4/94): ceph-grafana-dashboards-20.2.0-794.ga5c 1.5 MB/s | 43 kB 00:00 2026-02-22T21:02:30.439 INFO:teuthology.orchestra.run.trial114.stdout:(5/94): ceph-mgr-cephadm-20.2.0-794.ga5c3084f.e 4.9 MB/s | 179 kB 00:00 2026-02-22T21:02:30.439 INFO:teuthology.orchestra.run.trial073.stdout:(19/94): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.3 MB/s | 253 kB 00:00 2026-02-22T21:02:30.440 INFO:teuthology.orchestra.run.trial073.stdout:(20/94): libquadmath-11.5.0-14.el9.x86_64.rpm 2.4 MB/s | 184 kB 00:00 2026-02-22T21:02:30.469 INFO:teuthology.orchestra.run.trial073.stdout:(21/94): libgfortran-11.5.0-14.el9.x86_64.rpm 7.3 MB/s | 794 kB 00:00 2026-02-22T21:02:30.512 INFO:teuthology.orchestra.run.trial073.stdout:(22/94): python3-pycparser-2.20-6.el9.noarch.rp 3.0 MB/s | 135 kB 00:00 2026-02-22T21:02:30.518 INFO:teuthology.orchestra.run.trial114.stdout:(6/94): ceph-mon-20.2.0-794.ga5c3084f.el9.x86_6 19 MB/s | 5.0 MB 00:00 2026-02-22T21:02:30.520 INFO:teuthology.orchestra.run.trial073.stdout:(23/94): python3-ply-3.11-14.el9.noarch.rpm 1.3 MB/s | 106 kB 00:00 2026-02-22T21:02:30.535 INFO:teuthology.orchestra.run.trial073.stdout:(24/94): python3-requests-2.25.1-10.el9.noarch. 5.5 MB/s | 126 kB 00:00 2026-02-22T21:02:30.558 INFO:teuthology.orchestra.run.trial073.stdout:(25/94): unzip-6.0-59.el9.x86_64.rpm 7.8 MB/s | 182 kB 00:00 2026-02-22T21:02:30.559 INFO:teuthology.orchestra.run.trial069.stdout:(24/94): python3-requests-2.25.1-10.el9.noarch. 322 kB/s | 126 kB 00:00 2026-02-22T21:02:30.580 INFO:teuthology.orchestra.run.trial073.stdout:(26/94): zip-3.0-35.el9.x86_64.rpm 12 MB/s | 266 kB 00:00 2026-02-22T21:02:30.598 INFO:teuthology.orchestra.run.trial073.stdout:(27/94): python3-urllib3-1.26.5-7.el9.noarch.rp 2.7 MB/s | 218 kB 00:00 2026-02-22T21:02:30.603 INFO:teuthology.orchestra.run.trial073.stdout:(28/94): python3-cryptography-36.0.1-5.el9.x86_ 7.5 MB/s | 1.2 MB 00:00 2026-02-22T21:02:30.639 INFO:teuthology.orchestra.run.trial073.stdout:(29/94): flexiblas-3.0.4-9.el9.x86_64.rpm 511 kB/s | 30 kB 00:00 2026-02-22T21:02:30.662 INFO:teuthology.orchestra.run.trial073.stdout:(30/94): flexiblas-openblas-openmp-3.0.4-9.el9. 251 kB/s | 15 kB 00:00 2026-02-22T21:02:30.669 INFO:teuthology.orchestra.run.trial073.stdout:(31/94): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 45 MB/s | 3.0 MB 00:00 2026-02-22T21:02:30.672 INFO:teuthology.orchestra.run.trial073.stdout:(32/94): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 7.1 MB/s | 246 kB 00:00 2026-02-22T21:02:30.686 INFO:teuthology.orchestra.run.trial073.stdout:(33/94): lua-5.4.4-4.el9.x86_64.rpm 7.7 MB/s | 188 kB 00:00 2026-02-22T21:02:30.697 INFO:teuthology.orchestra.run.trial073.stdout:(34/94): openblas-0.3.29-1.el9.x86_64.rpm 1.4 MB/s | 42 kB 00:00 2026-02-22T21:02:30.713 INFO:teuthology.orchestra.run.trial073.stdout:(35/94): protobuf-3.14.0-17.el9.x86_64.rpm 38 MB/s | 1.0 MB 00:00 2026-02-22T21:02:30.716 INFO:teuthology.orchestra.run.trial069.stdout:(25/94): python3-urllib3-1.26.5-7.el9.noarch.rp 555 kB/s | 218 kB 00:00 2026-02-22T21:02:30.733 INFO:teuthology.orchestra.run.trial073.stdout:(36/94): openblas-openmp-0.3.29-1.el9.x86_64.rp 87 MB/s | 5.3 MB 00:00 2026-02-22T21:02:30.749 INFO:teuthology.orchestra.run.trial073.stdout:(37/94): python3-babel-2.9.1-2.el9.noarch.rpm 115 MB/s | 6.0 MB 00:00 2026-02-22T21:02:30.756 INFO:teuthology.orchestra.run.trial073.stdout:(38/94): python3-jinja2-2.11.3-8.el9.noarch.rpm 11 MB/s | 249 kB 00:00 2026-02-22T21:02:30.757 INFO:teuthology.orchestra.run.trial073.stdout:(39/94): python3-devel-3.9.25-3.el9.x86_64.rpm 5.5 MB/s | 244 kB 00:00 2026-02-22T21:02:30.769 INFO:teuthology.orchestra.run.trial073.stdout:(40/94): python3-jmespath-1.0.1-1.el9.noarch.rp 2.3 MB/s | 48 kB 00:00 2026-02-22T21:02:30.778 INFO:teuthology.orchestra.run.trial073.stdout:(41/94): python3-libstoragemgmt-1.10.1-1.el9.x8 8.0 MB/s | 177 kB 00:00 2026-02-22T21:02:30.787 INFO:teuthology.orchestra.run.trial073.stdout:(42/94): python3-lxml-4.6.5-3.el9.x86_64.rpm 40 MB/s | 1.2 MB 00:00 2026-02-22T21:02:30.794 INFO:teuthology.orchestra.run.trial073.stdout:(43/94): python3-markupsafe-1.1.1-12.el9.x86_64 1.4 MB/s | 35 kB 00:00 2026-02-22T21:02:30.823 INFO:teuthology.orchestra.run.trial073.stdout:(44/94): python3-numpy-f2py-1.23.5-2.el9.x86_64 12 MB/s | 442 kB 00:00 2026-02-22T21:02:30.830 INFO:teuthology.orchestra.run.trial073.stdout:(45/94): python3-numpy-1.23.5-2.el9.x86_64.rpm 117 MB/s | 6.1 MB 00:00 2026-02-22T21:02:30.846 INFO:teuthology.orchestra.run.trial073.stdout:(46/94): python3-protobuf-3.14.0-17.el9.noarch. 12 MB/s | 267 kB 00:00 2026-02-22T21:02:30.851 INFO:teuthology.orchestra.run.trial073.stdout:(47/94): python3-pyasn1-0.4.8-6.el9.noarch.rpm 7.5 MB/s | 159 kB 00:00 2026-02-22T21:02:30.853 INFO:teuthology.orchestra.run.trial073.stdout:(48/94): python3-packaging-20.9-5.el9.noarch.rp 1.3 MB/s | 77 kB 00:00 2026-02-22T21:02:30.871 INFO:teuthology.orchestra.run.trial073.stdout:(49/94): python3-pyasn1-modules-0.4.8-6.el9.noa 11 MB/s | 279 kB 00:00 2026-02-22T21:02:30.876 INFO:teuthology.orchestra.run.trial073.stdout:(50/94): python3-requests-oauthlib-1.3.0-12.el9 2.1 MB/s | 54 kB 00:00 2026-02-22T21:02:30.894 INFO:teuthology.orchestra.run.trial073.stdout:(51/94): python3-toml-0.10.2-6.el9.noarch.rpm 1.7 MB/s | 42 kB 00:00 2026-02-22T21:02:30.898 INFO:teuthology.orchestra.run.trial073.stdout:(52/94): xmlsec1-1.2.29-13.el9.x86_64.rpm 8.3 MB/s | 189 kB 00:00 2026-02-22T21:02:30.917 INFO:teuthology.orchestra.run.trial073.stdout:(53/94): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 4.0 MB/s | 90 kB 00:00 2026-02-22T21:02:30.942 INFO:teuthology.orchestra.run.trial073.stdout:(54/94): lua-devel-5.4.4-4.el9.x86_64.rpm 525 kB/s | 22 kB 00:00 2026-02-22T21:02:30.967 INFO:teuthology.orchestra.run.trial114.stdout:(7/94): ceph-mgr-dashboard-20.2.0-794.ga5c3084f 20 MB/s | 11 MB 00:00 2026-02-22T21:02:30.982 INFO:teuthology.orchestra.run.trial114.stdout:(8/94): ceph-mgr-diskprediction-local-20.2.0-79 16 MB/s | 7.4 MB 00:00 2026-02-22T21:02:30.982 INFO:teuthology.orchestra.run.trial073.stdout:(55/94): python3-scipy-1.9.3-2.el9.x86_64.rpm 149 MB/s | 19 MB 00:00 2026-02-22T21:02:30.985 INFO:teuthology.orchestra.run.trial114.stdout:(9/94): ceph-mgr-k8sevents-20.2.0-794.ga5c3084f 1.3 MB/s | 22 kB 00:00 2026-02-22T21:02:31.005 INFO:teuthology.orchestra.run.trial114.stdout:(10/94): ceph-mgr-modules-core-20.2.0-794.ga5c3 12 MB/s | 295 kB 00:00 2026-02-22T21:02:31.008 INFO:teuthology.orchestra.run.trial114.stdout:(11/94): ceph-mgr-rook-20.2.0-794.ga5c3084f.el9 2.1 MB/s | 50 kB 00:00 2026-02-22T21:02:31.020 INFO:teuthology.orchestra.run.trial073.stdout:(56/94): protobuf-compiler-3.14.0-17.el9.x86_64 8.2 MB/s | 862 kB 00:00 2026-02-22T21:02:31.023 INFO:teuthology.orchestra.run.trial114.stdout:(12/94): ceph-prometheus-alerts-20.2.0-794.ga5c 973 kB/s | 17 kB 00:00 2026-02-22T21:02:31.028 INFO:teuthology.orchestra.run.trial069.stdout:(26/94): unzip-6.0-59.el9.x86_64.rpm 388 kB/s | 182 kB 00:00 2026-02-22T21:02:31.031 INFO:teuthology.orchestra.run.trial114.stdout:(13/94): ceph-volume-20.2.0-794.ga5c3084f.el9.n 13 MB/s | 300 kB 00:00 2026-02-22T21:02:31.053 INFO:teuthology.orchestra.run.trial073.stdout:(57/94): grpc-data-1.46.7-10.el9.noarch.rpm 279 kB/s | 19 kB 00:00 2026-02-22T21:02:31.066 INFO:teuthology.orchestra.run.trial114.stdout:(14/94): ceph-osd-20.2.0-794.ga5c3084f.el9.x86_ 24 MB/s | 17 MB 00:00 2026-02-22T21:02:31.079 INFO:teuthology.orchestra.run.trial114.stdout:(15/94): cephadm-20.2.0-794.ga5c3084f.el9.noarc 18 MB/s | 1.0 MB 00:00 2026-02-22T21:02:31.107 INFO:teuthology.orchestra.run.trial069.stdout:(27/94): zip-3.0-35.el9.x86_64.rpm 679 kB/s | 266 kB 00:00 2026-02-22T21:02:31.112 INFO:teuthology.orchestra.run.trial069.stdout:(28/94): flexiblas-3.0.4-9.el9.x86_64.rpm 351 kB/s | 30 kB 00:00 2026-02-22T21:02:31.142 INFO:teuthology.orchestra.run.trial073.stdout:(58/94): luarocks-3.9.2-5.el9.noarch.rpm 1.2 MB/s | 151 kB 00:00 2026-02-22T21:02:31.143 INFO:teuthology.orchestra.run.trial073.stdout:(59/94): abseil-cpp-20211102.0-4.el9.x86_64.rpm 2.7 MB/s | 551 kB 00:00 2026-02-22T21:02:31.144 INFO:teuthology.orchestra.run.trial069.stdout:(29/94): flexiblas-openblas-openmp-3.0.4-9.el9. 473 kB/s | 15 kB 00:00 2026-02-22T21:02:31.168 INFO:teuthology.orchestra.run.trial073.stdout:(60/94): python3-asyncssh-2.13.2-5.el9.noarch.r 4.6 MB/s | 548 kB 00:00 2026-02-22T21:02:31.169 INFO:teuthology.orchestra.run.trial073.stdout:(61/94): python3-autocommand-2.2.2-8.el9.noarch 1.1 MB/s | 29 kB 00:00 2026-02-22T21:02:31.172 INFO:teuthology.orchestra.run.trial073.stdout:(62/94): python3-backports-tarfile-1.2.0-1.el9. 2.0 MB/s | 60 kB 00:00 2026-02-22T21:02:31.193 INFO:teuthology.orchestra.run.trial073.stdout:(63/94): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.7 MB/s | 43 kB 00:00 2026-02-22T21:02:31.195 INFO:teuthology.orchestra.run.trial073.stdout:(64/94): python3-cachetools-4.2.4-1.el9.noarch. 1.2 MB/s | 32 kB 00:00 2026-02-22T21:02:31.200 INFO:teuthology.orchestra.run.trial073.stdout:(65/94): python3-certifi-2023.05.07-4.el9.noarc 508 kB/s | 14 kB 00:00 2026-02-22T21:02:31.219 INFO:teuthology.orchestra.run.trial073.stdout:(66/94): python3-cheroot-10.0.1-4.el9.noarch.rp 6.5 MB/s | 173 kB 00:00 2026-02-22T21:02:31.230 INFO:teuthology.orchestra.run.trial073.stdout:(67/94): python3-google-auth-2.45.0-1.el9.noarc 8.4 MB/s | 254 kB 00:00 2026-02-22T21:02:31.244 INFO:teuthology.orchestra.run.trial069.stdout:(30/94): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 2.4 MB/s | 246 kB 00:00 2026-02-22T21:02:31.248 INFO:teuthology.orchestra.run.trial073.stdout:(68/94): python3-cherrypy-18.6.1-2.el9.noarch.r 6.6 MB/s | 358 kB 00:00 2026-02-22T21:02:31.260 INFO:teuthology.orchestra.run.trial073.stdout:(69/94): python3-grpcio-tools-1.46.7-10.el9.x86 4.7 MB/s | 144 kB 00:00 2026-02-22T21:02:31.276 INFO:teuthology.orchestra.run.trial073.stdout:(70/94): python3-influxdb-5.3.1-1.el9.noarch.rp 4.8 MB/s | 139 kB 00:00 2026-02-22T21:02:31.280 INFO:teuthology.orchestra.run.trial069.stdout:(31/94): lua-5.4.4-4.el9.x86_64.rpm 5.1 MB/s | 188 kB 00:00 2026-02-22T21:02:31.289 INFO:teuthology.orchestra.run.trial073.stdout:(71/94): python3-isodate-0.6.1-3.el9.noarch.rpm 1.9 MB/s | 56 kB 00:00 2026-02-22T21:02:31.293 INFO:teuthology.orchestra.run.trial073.stdout:(72/94): python3-grpcio-1.46.7-10.el9.x86_64.rp 28 MB/s | 2.0 MB 00:00 2026-02-22T21:02:31.303 INFO:teuthology.orchestra.run.trial073.stdout:(73/94): python3-jaraco-8.2.1-3.el9.noarch.rpm 408 kB/s | 11 kB 00:00 2026-02-22T21:02:31.307 INFO:teuthology.orchestra.run.trial069.stdout:(32/94): openblas-0.3.29-1.el9.x86_64.rpm 1.6 MB/s | 42 kB 00:00 2026-02-22T21:02:31.317 INFO:teuthology.orchestra.run.trial073.stdout:(74/94): python3-jaraco-classes-3.2.1-5.el9.noa 621 kB/s | 18 kB 00:00 2026-02-22T21:02:31.318 INFO:teuthology.orchestra.run.trial073.stdout:(75/94): python3-jaraco-collections-3.0.0-8.el9 935 kB/s | 23 kB 00:00 2026-02-22T21:02:31.329 INFO:teuthology.orchestra.run.trial073.stdout:(76/94): python3-jaraco-context-6.0.1-3.el9.noa 746 kB/s | 20 kB 00:00 2026-02-22T21:02:31.342 INFO:teuthology.orchestra.run.trial073.stdout:(77/94): python3-jaraco-text-4.0.0-2.el9.noarch 1.0 MB/s | 26 kB 00:00 2026-02-22T21:02:31.346 INFO:teuthology.orchestra.run.trial073.stdout:(78/94): python3-jaraco-functools-3.5.0-2.el9.n 693 kB/s | 19 kB 00:00 2026-02-22T21:02:31.357 INFO:teuthology.orchestra.run.trial069.stdout:(33/94): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 12 MB/s | 3.0 MB 00:00 2026-02-22T21:02:31.368 INFO:teuthology.orchestra.run.trial073.stdout:(79/94): python3-more-itertools-8.12.0-2.el9.no 3.0 MB/s | 79 kB 00:00 2026-02-22T21:02:31.375 INFO:teuthology.orchestra.run.trial073.stdout:(80/94): python3-msgpack-1.0.3-2.el9.x86_64.rpm 2.9 MB/s | 86 kB 00:00 2026-02-22T21:02:31.388 INFO:teuthology.orchestra.run.trial069.stdout:(34/94): protobuf-3.14.0-17.el9.x86_64.rpm 32 MB/s | 1.0 MB 00:00 2026-02-22T21:02:31.394 INFO:teuthology.orchestra.run.trial073.stdout:(81/94): python3-natsort-7.1.1-5.el9.noarch.rpm 2.2 MB/s | 58 kB 00:00 2026-02-22T21:02:31.399 INFO:teuthology.orchestra.run.trial073.stdout:(82/94): python3-kubernetes-26.1.0-3.el9.noarch 15 MB/s | 1.0 MB 00:00 2026-02-22T21:02:31.403 INFO:teuthology.orchestra.run.trial073.stdout:(83/94): python3-portend-3.1.0-2.el9.noarch.rpm 586 kB/s | 16 kB 00:00 2026-02-22T21:02:31.419 INFO:teuthology.orchestra.run.trial073.stdout:(84/94): python3-pyOpenSSL-21.0.0-1.el9.noarch. 3.4 MB/s | 90 kB 00:00 2026-02-22T21:02:31.425 INFO:teuthology.orchestra.run.trial073.stdout:(85/94): python3-repoze-lru-0.7-16.el9.noarch.r 1.1 MB/s | 31 kB 00:00 2026-02-22T21:02:31.433 INFO:teuthology.orchestra.run.trial073.stdout:(86/94): python3-routes-2.5.1-5.el9.noarch.rpm 6.1 MB/s | 188 kB 00:00 2026-02-22T21:02:31.445 INFO:teuthology.orchestra.run.trial073.stdout:(87/94): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2026-02-22T21:02:31.449 INFO:teuthology.orchestra.run.trial069.stdout:(35/94): openblas-openmp-0.3.29-1.el9.x86_64.rp 37 MB/s | 5.3 MB 00:00 2026-02-22T21:02:31.453 INFO:teuthology.orchestra.run.trial073.stdout:(88/94): python3-saml-1.16.0-1.el9.noarch.rpm 4.4 MB/s | 125 kB 00:00 2026-02-22T21:02:31.461 INFO:teuthology.orchestra.run.trial073.stdout:(89/94): python3-tempora-5.0.0-2.el9.noarch.rpm 1.2 MB/s | 36 kB 00:00 2026-02-22T21:02:31.470 INFO:teuthology.orchestra.run.trial073.stdout:(90/94): python3-typing-extensions-4.15.0-1.el9 3.3 MB/s | 86 kB 00:00 2026-02-22T21:02:31.471 INFO:teuthology.orchestra.run.trial069.stdout:(36/94): python3-babel-2.9.1-2.el9.noarch.rpm 72 MB/s | 6.0 MB 00:00 2026-02-22T21:02:31.477 INFO:teuthology.orchestra.run.trial069.stdout:(37/94): python3-devel-3.9.25-3.el9.x86_64.rpm 8.4 MB/s | 244 kB 00:00 2026-02-22T21:02:31.480 INFO:teuthology.orchestra.run.trial073.stdout:(91/94): python3-websocket-client-1.2.3-2.el9.n 3.2 MB/s | 90 kB 00:00 2026-02-22T21:02:31.491 INFO:teuthology.orchestra.run.trial073.stdout:(92/94): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 1.6 MB/s | 48 kB 00:00 2026-02-22T21:02:31.496 INFO:teuthology.orchestra.run.trial073.stdout:(93/94): python3-xmltodict-0.12.0-15.el9.noarch 865 kB/s | 22 kB 00:00 2026-02-22T21:02:31.500 INFO:teuthology.orchestra.run.trial069.stdout:(38/94): python3-jinja2-2.11.3-8.el9.noarch.rpm 8.6 MB/s | 249 kB 00:00 2026-02-22T21:02:31.504 INFO:teuthology.orchestra.run.trial069.stdout:(39/94): python3-jmespath-1.0.1-1.el9.noarch.rp 1.8 MB/s | 48 kB 00:00 2026-02-22T21:02:31.507 INFO:teuthology.orchestra.run.trial073.stdout:(94/94): python3-zc-lockfile-2.0-10.el9.noarch. 760 kB/s | 20 kB 00:00 2026-02-22T21:02:31.509 INFO:teuthology.orchestra.run.trial073.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:31.509 INFO:teuthology.orchestra.run.trial073.stdout:Total 38 MB/s | 101 MB 00:02 2026-02-22T21:02:31.528 INFO:teuthology.orchestra.run.trial069.stdout:(40/94): python3-libstoragemgmt-1.10.1-1.el9.x8 6.2 MB/s | 177 kB 00:00 2026-02-22T21:02:31.535 INFO:teuthology.orchestra.run.trial069.stdout:(41/94): python3-lxml-4.6.5-3.el9.x86_64.rpm 39 MB/s | 1.2 MB 00:00 2026-02-22T21:02:31.554 INFO:teuthology.orchestra.run.trial069.stdout:(42/94): python3-markupsafe-1.1.1-12.el9.x86_64 1.3 MB/s | 35 kB 00:00 2026-02-22T21:02:31.582 INFO:teuthology.orchestra.run.trial069.stdout:(43/94): python3-numpy-f2py-1.23.5-2.el9.x86_64 15 MB/s | 442 kB 00:00 2026-02-22T21:02:31.609 INFO:teuthology.orchestra.run.trial069.stdout:(44/94): python3-packaging-20.9-5.el9.noarch.rp 2.8 MB/s | 77 kB 00:00 2026-02-22T21:02:31.623 INFO:teuthology.orchestra.run.trial069.stdout:(45/94): python3-numpy-1.23.5-2.el9.x86_64.rpm 70 MB/s | 6.1 MB 00:00 2026-02-22T21:02:31.636 INFO:teuthology.orchestra.run.trial069.stdout:(46/94): python3-protobuf-3.14.0-17.el9.noarch. 9.5 MB/s | 267 kB 00:00 2026-02-22T21:02:31.644 INFO:teuthology.orchestra.run.trial114.stdout:(16/94): ledmon-libs-1.1.0-3.el9.x86_64.rpm 70 kB/s | 40 kB 00:00 2026-02-22T21:02:31.650 INFO:teuthology.orchestra.run.trial069.stdout:(47/94): python3-pyasn1-0.4.8-6.el9.noarch.rpm 5.6 MB/s | 159 kB 00:00 2026-02-22T21:02:31.666 INFO:teuthology.orchestra.run.trial069.stdout:(48/94): python3-pyasn1-modules-0.4.8-6.el9.noa 9.2 MB/s | 279 kB 00:00 2026-02-22T21:02:31.677 INFO:teuthology.orchestra.run.trial069.stdout:(49/94): python3-requests-oauthlib-1.3.0-12.el9 2.0 MB/s | 54 kB 00:00 2026-02-22T21:02:31.704 INFO:teuthology.orchestra.run.trial069.stdout:(50/94): python3-toml-0.10.2-6.el9.noarch.rpm 1.5 MB/s | 42 kB 00:00 2026-02-22T21:02:31.710 INFO:teuthology.orchestra.run.trial114.stdout:(17/94): libconfig-1.7.2-9.el9.x86_64.rpm 114 kB/s | 72 kB 00:00 2026-02-22T21:02:31.730 INFO:teuthology.orchestra.run.trial069.stdout:(51/94): xmlsec1-1.2.29-13.el9.x86_64.rpm 7.0 MB/s | 189 kB 00:00 2026-02-22T21:02:31.742 INFO:teuthology.orchestra.run.trial069.stdout:(52/94): python3-cryptography-36.0.1-5.el9.x86_ 623 kB/s | 1.2 MB 00:02 2026-02-22T21:02:31.756 INFO:teuthology.orchestra.run.trial069.stdout:(53/94): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 3.4 MB/s | 90 kB 00:00 2026-02-22T21:02:31.785 INFO:teuthology.orchestra.run.trial069.stdout:(54/94): protobuf-compiler-3.14.0-17.el9.x86_64 30 MB/s | 862 kB 00:00 2026-02-22T21:02:31.819 INFO:teuthology.orchestra.run.trial069.stdout:(55/94): lua-devel-5.4.4-4.el9.x86_64.rpm 291 kB/s | 22 kB 00:00 2026-02-22T21:02:31.865 INFO:teuthology.orchestra.run.trial069.stdout:(56/94): python3-scipy-1.9.3-2.el9.x86_64.rpm 97 MB/s | 19 MB 00:00 2026-02-22T21:02:31.868 INFO:teuthology.orchestra.run.trial069.stdout:(57/94): grpc-data-1.46.7-10.el9.noarch.rpm 393 kB/s | 19 kB 00:00 2026-02-22T21:02:31.879 INFO:teuthology.orchestra.run.trial114.stdout:(18/94): cryptsetup-2.8.1-3.el9.x86_64.rpm 414 kB/s | 351 kB 00:00 2026-02-22T21:02:31.899 INFO:teuthology.orchestra.run.trial069.stdout:(58/94): abseil-cpp-20211102.0-4.el9.x86_64.rpm 4.7 MB/s | 551 kB 00:00 2026-02-22T21:02:31.910 INFO:teuthology.orchestra.run.trial069.stdout:(59/94): python3-autocommand-2.2.2-8.el9.noarch 2.6 MB/s | 29 kB 00:00 2026-02-22T21:02:31.921 INFO:teuthology.orchestra.run.trial069.stdout:(60/94): luarocks-3.9.2-5.el9.noarch.rpm 2.7 MB/s | 151 kB 00:00 2026-02-22T21:02:31.922 INFO:teuthology.orchestra.run.trial069.stdout:(61/94): python3-backports-tarfile-1.2.0-1.el9. 5.3 MB/s | 60 kB 00:00 2026-02-22T21:02:31.932 INFO:teuthology.orchestra.run.trial069.stdout:(62/94): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 3.9 MB/s | 43 kB 00:00 2026-02-22T21:02:31.936 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction check 2026-02-22T21:02:31.937 INFO:teuthology.orchestra.run.trial069.stdout:(63/94): python3-asyncssh-2.13.2-5.el9.noarch.r 7.9 MB/s | 548 kB 00:00 2026-02-22T21:02:31.940 INFO:teuthology.orchestra.run.trial069.stdout:(64/94): python3-cachetools-4.2.4-1.el9.noarch. 1.7 MB/s | 32 kB 00:00 2026-02-22T21:02:31.950 INFO:teuthology.orchestra.run.trial069.stdout:(65/94): python3-cheroot-10.0.1-4.el9.noarch.rp 13 MB/s | 173 kB 00:00 2026-02-22T21:02:31.955 INFO:teuthology.orchestra.run.trial069.stdout:(66/94): python3-certifi-2023.05.07-4.el9.noarc 611 kB/s | 14 kB 00:00 2026-02-22T21:02:31.970 INFO:teuthology.orchestra.run.trial069.stdout:(67/94): python3-cherrypy-18.6.1-2.el9.noarch.r 12 MB/s | 358 kB 00:00 2026-02-22T21:02:31.973 INFO:teuthology.orchestra.run.trial073.stdout:Transaction check succeeded. 2026-02-22T21:02:31.974 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction test 2026-02-22T21:02:32.021 INFO:teuthology.orchestra.run.trial069.stdout:(68/94): python3-google-auth-2.45.0-1.el9.noarc 3.5 MB/s | 254 kB 00:00 2026-02-22T21:02:32.049 INFO:teuthology.orchestra.run.trial069.stdout:(69/94): python3-grpcio-tools-1.46.7-10.el9.x86 1.8 MB/s | 144 kB 00:00 2026-02-22T21:02:32.053 INFO:teuthology.orchestra.run.trial069.stdout:(70/94): python3-grpcio-1.46.7-10.el9.x86_64.rp 21 MB/s | 2.0 MB 00:00 2026-02-22T21:02:32.059 INFO:teuthology.orchestra.run.trial069.stdout:(71/94): python3-influxdb-5.3.1-1.el9.noarch.rp 3.6 MB/s | 139 kB 00:00 2026-02-22T21:02:32.063 INFO:teuthology.orchestra.run.trial069.stdout:(72/94): python3-jaraco-8.2.1-3.el9.noarch.rpm 1.0 MB/s | 11 kB 00:00 2026-02-22T21:02:32.075 INFO:teuthology.orchestra.run.trial069.stdout:(73/94): python3-jaraco-collections-3.0.0-8.el9 2.2 MB/s | 23 kB 00:00 2026-02-22T21:02:32.075 INFO:teuthology.orchestra.run.trial069.stdout:(74/94): python3-isodate-0.6.1-3.el9.noarch.rpm 2.1 MB/s | 56 kB 00:00 2026-02-22T21:02:32.076 INFO:teuthology.orchestra.run.trial069.stdout:(75/94): python3-jaraco-classes-3.2.1-5.el9.noa 1.0 MB/s | 18 kB 00:00 2026-02-22T21:02:32.084 INFO:teuthology.orchestra.run.trial069.stdout:(76/94): python3-jaraco-context-6.0.1-3.el9.noa 2.0 MB/s | 20 kB 00:00 2026-02-22T21:02:32.085 INFO:teuthology.orchestra.run.trial069.stdout:(77/94): python3-jaraco-functools-3.5.0-2.el9.n 1.9 MB/s | 19 kB 00:00 2026-02-22T21:02:32.087 INFO:teuthology.orchestra.run.trial069.stdout:(78/94): python3-jaraco-text-4.0.0-2.el9.noarch 2.4 MB/s | 26 kB 00:00 2026-02-22T21:02:32.095 INFO:teuthology.orchestra.run.trial069.stdout:(79/94): python3-more-itertools-8.12.0-2.el9.no 7.1 MB/s | 79 kB 00:00 2026-02-22T21:02:32.125 INFO:teuthology.orchestra.run.trial069.stdout:(80/94): python3-kubernetes-26.1.0-3.el9.noarch 25 MB/s | 1.0 MB 00:00 2026-02-22T21:02:32.134 INFO:teuthology.orchestra.run.trial069.stdout:(81/94): python3-msgpack-1.0.3-2.el9.x86_64.rpm 1.8 MB/s | 86 kB 00:00 2026-02-22T21:02:32.135 INFO:teuthology.orchestra.run.trial069.stdout:(82/94): python3-portend-3.1.0-2.el9.noarch.rpm 1.6 MB/s | 16 kB 00:00 2026-02-22T21:02:32.153 INFO:teuthology.orchestra.run.trial069.stdout:(83/94): python3-natsort-7.1.1-5.el9.noarch.rpm 1.0 MB/s | 58 kB 00:00 2026-02-22T21:02:32.155 INFO:teuthology.orchestra.run.trial069.stdout:(84/94): python3-pyOpenSSL-21.0.0-1.el9.noarch. 4.2 MB/s | 90 kB 00:00 2026-02-22T21:02:32.164 INFO:teuthology.orchestra.run.trial069.stdout:(85/94): python3-repoze-lru-0.7-16.el9.noarch.r 1.0 MB/s | 31 kB 00:00 2026-02-22T21:02:32.177 INFO:teuthology.orchestra.run.trial069.stdout:(86/94): python3-routes-2.5.1-5.el9.noarch.rpm 7.5 MB/s | 188 kB 00:00 2026-02-22T21:02:32.188 INFO:teuthology.orchestra.run.trial069.stdout:(87/94): python3-tempora-5.0.0-2.el9.noarch.rpm 3.1 MB/s | 36 kB 00:00 2026-02-22T21:02:32.189 INFO:teuthology.orchestra.run.trial069.stdout:(88/94): python3-rsa-4.9-2.el9.noarch.rpm 1.7 MB/s | 59 kB 00:00 2026-02-22T21:02:32.192 INFO:teuthology.orchestra.run.trial069.stdout:(89/94): python3-saml-1.16.0-1.el9.noarch.rpm 4.4 MB/s | 125 kB 00:00 2026-02-22T21:02:32.207 INFO:teuthology.orchestra.run.trial069.stdout:(90/94): python3-typing-extensions-4.15.0-1.el9 4.6 MB/s | 86 kB 00:00 2026-02-22T21:02:32.216 INFO:teuthology.orchestra.run.trial069.stdout:(91/94): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 2.0 MB/s | 48 kB 00:00 2026-02-22T21:02:32.226 INFO:teuthology.orchestra.run.trial069.stdout:(92/94): python3-zc-lockfile-2.0-10.el9.noarch. 2.0 MB/s | 20 kB 00:00 2026-02-22T21:02:32.229 INFO:teuthology.orchestra.run.trial069.stdout:(93/94): python3-websocket-client-1.2.3-2.el9.n 2.2 MB/s | 90 kB 00:00 2026-02-22T21:02:32.235 INFO:teuthology.orchestra.run.trial069.stdout:(94/94): python3-xmltodict-0.12.0-15.el9.noarch 792 kB/s | 22 kB 00:00 2026-02-22T21:02:32.237 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:32.238 INFO:teuthology.orchestra.run.trial069.stdout:Total 19 MB/s | 101 MB 00:05 2026-02-22T21:02:32.403 INFO:teuthology.orchestra.run.trial073.stdout:Transaction test succeeded. 2026-02-22T21:02:32.404 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction 2026-02-22T21:02:32.444 INFO:teuthology.orchestra.run.trial114.stdout:(19/94): libquadmath-11.5.0-14.el9.x86_64.rpm 251 kB/s | 184 kB 00:00 2026-02-22T21:02:32.543 INFO:teuthology.orchestra.run.trial114.stdout:(20/94): libgfortran-11.5.0-14.el9.x86_64.rpm 884 kB/s | 794 kB 00:00 2026-02-22T21:02:32.647 INFO:teuthology.orchestra.run.trial114.stdout:(21/94): python3-cffi-1.14.5-5.el9.x86_64.rpm 330 kB/s | 253 kB 00:00 2026-02-22T21:02:32.665 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-22T21:02:32.701 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-22T21:02:32.702 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-22T21:02:32.873 INFO:teuthology.orchestra.run.trial073.stdout: Preparing : 1/1 2026-02-22T21:02:32.875 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/94 2026-02-22T21:02:32.879 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/94 2026-02-22T21:02:32.900 INFO:teuthology.orchestra.run.trial073.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/94 2026-02-22T21:02:32.911 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/94 2026-02-22T21:02:32.944 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/94 2026-02-22T21:02:32.954 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/94 2026-02-22T21:02:32.958 INFO:teuthology.orchestra.run.trial073.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 7/94 2026-02-22T21:02:32.961 INFO:teuthology.orchestra.run.trial073.stdout: Installing : lua-5.4.4-4.el9.x86_64 8/94 2026-02-22T21:02:32.966 INFO:teuthology.orchestra.run.trial073.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 9/94 2026-02-22T21:02:32.989 INFO:teuthology.orchestra.run.trial073.stdout: Installing : unzip-6.0-59.el9.x86_64 10/94 2026-02-22T21:02:33.001 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 11/94 2026-02-22T21:02:33.004 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 12/94 2026-02-22T21:02:33.010 INFO:teuthology.orchestra.run.trial073.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 13/94 2026-02-22T21:02:33.012 INFO:teuthology.orchestra.run.trial073.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 14/94 2026-02-22T21:02:33.023 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 15/94 2026-02-22T21:02:33.030 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 16/94 2026-02-22T21:02:33.054 INFO:teuthology.orchestra.run.trial073.stdout: Installing : zip-3.0-35.el9.x86_64 17/94 2026-02-22T21:02:33.057 INFO:teuthology.orchestra.run.trial073.stdout: Installing : luarocks-3.9.2-5.el9.noarch 18/94 2026-02-22T21:02:33.064 INFO:teuthology.orchestra.run.trial073.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 19/94 2026-02-22T21:02:33.116 INFO:teuthology.orchestra.run.trial073.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 20/94 2026-02-22T21:02:33.129 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 21/94 2026-02-22T21:02:33.132 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-rsa-4.9-2.el9.noarch 22/94 2026-02-22T21:02:33.133 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-22T21:02:33.133 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-22T21:02:33.139 INFO:teuthology.orchestra.run.trial073.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 23/94 2026-02-22T21:02:33.144 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 24/94 2026-02-22T21:02:33.149 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 25/94 2026-02-22T21:02:33.152 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 26/94 2026-02-22T21:02:33.167 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 27/94 2026-02-22T21:02:33.171 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 28/94 2026-02-22T21:02:33.176 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 29/94 2026-02-22T21:02:33.187 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 30/94 2026-02-22T21:02:33.196 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 31/94 2026-02-22T21:02:33.203 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 32/94 2026-02-22T21:02:33.218 INFO:teuthology.orchestra.run.trial114.stdout:(22/94): python3-ply-3.11-14.el9.noarch.rpm 158 kB/s | 106 kB 00:00 2026-02-22T21:02:33.222 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 33/94 2026-02-22T21:02:33.234 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 34/94 2026-02-22T21:02:33.249 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 35/94 2026-02-22T21:02:33.254 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 36/94 2026-02-22T21:02:33.262 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 37/94 2026-02-22T21:02:33.302 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 38/94 2026-02-22T21:02:33.352 INFO:teuthology.orchestra.run.trial114.stdout:(23/94): python3-pycparser-2.20-6.el9.noarch.rp 191 kB/s | 135 kB 00:00 2026-02-22T21:02:33.399 INFO:teuthology.orchestra.run.trial114.stdout:(24/94): python3-cryptography-36.0.1-5.el9.x86_ 1.3 MB/s | 1.2 MB 00:00 2026-02-22T21:02:33.603 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-22T21:02:33.605 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/94 2026-02-22T21:02:33.609 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/94 2026-02-22T21:02:33.629 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 39/94 2026-02-22T21:02:33.630 INFO:teuthology.orchestra.run.trial069.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/94 2026-02-22T21:02:33.639 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 40/94 2026-02-22T21:02:33.641 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/94 2026-02-22T21:02:33.642 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 41/94 2026-02-22T21:02:33.648 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 42/94 2026-02-22T21:02:33.650 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 43/94 2026-02-22T21:02:33.675 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/94 2026-02-22T21:02:33.678 INFO:teuthology.orchestra.run.trial073.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 44/94 2026-02-22T21:02:33.684 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/94 2026-02-22T21:02:33.689 INFO:teuthology.orchestra.run.trial069.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 7/94 2026-02-22T21:02:33.691 INFO:teuthology.orchestra.run.trial069.stdout: Installing : lua-5.4.4-4.el9.x86_64 8/94 2026-02-22T21:02:33.696 INFO:teuthology.orchestra.run.trial069.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 9/94 2026-02-22T21:02:33.719 INFO:teuthology.orchestra.run.trial069.stdout: Installing : unzip-6.0-59.el9.x86_64 10/94 2026-02-22T21:02:33.722 INFO:teuthology.orchestra.run.trial073.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 45/94 2026-02-22T21:02:33.728 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 46/94 2026-02-22T21:02:33.732 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 47/94 2026-02-22T21:02:33.732 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 11/94 2026-02-22T21:02:33.735 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 12/94 2026-02-22T21:02:33.738 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 48/94 2026-02-22T21:02:33.741 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 49/94 2026-02-22T21:02:33.742 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 13/94 2026-02-22T21:02:33.744 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 14/94 2026-02-22T21:02:33.748 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 50/94 2026-02-22T21:02:33.752 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 51/94 2026-02-22T21:02:33.755 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 15/94 2026-02-22T21:02:33.761 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 16/94 2026-02-22T21:02:33.780 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 52/94 2026-02-22T21:02:33.785 INFO:teuthology.orchestra.run.trial069.stdout: Installing : zip-3.0-35.el9.x86_64 17/94 2026-02-22T21:02:33.788 INFO:teuthology.orchestra.run.trial069.stdout: Installing : luarocks-3.9.2-5.el9.noarch 18/94 2026-02-22T21:02:33.790 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 53/94 2026-02-22T21:02:33.795 INFO:teuthology.orchestra.run.trial069.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 19/94 2026-02-22T21:02:33.796 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/94 2026-02-22T21:02:33.803 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 55/94 2026-02-22T21:02:33.838 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 56/94 2026-02-22T21:02:33.846 INFO:teuthology.orchestra.run.trial069.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 20/94 2026-02-22T21:02:33.859 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 21/94 2026-02-22T21:02:33.862 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-rsa-4.9-2.el9.noarch 22/94 2026-02-22T21:02:33.866 INFO:teuthology.orchestra.run.trial069.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 23/94 2026-02-22T21:02:33.872 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 24/94 2026-02-22T21:02:33.876 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 25/94 2026-02-22T21:02:33.879 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 26/94 2026-02-22T21:02:33.894 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 27/94 2026-02-22T21:02:33.898 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 28/94 2026-02-22T21:02:33.904 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 29/94 2026-02-22T21:02:33.915 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 30/94 2026-02-22T21:02:33.916 INFO:teuthology.orchestra.run.trial114.stdout:(25/94): python3-requests-2.25.1-10.el9.noarch. 181 kB/s | 126 kB 00:00 2026-02-22T21:02:33.924 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 31/94 2026-02-22T21:02:33.930 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 32/94 2026-02-22T21:02:33.950 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 33/94 2026-02-22T21:02:33.961 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 34/94 2026-02-22T21:02:33.976 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 35/94 2026-02-22T21:02:33.981 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 36/94 2026-02-22T21:02:33.989 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 37/94 2026-02-22T21:02:34.028 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 38/94 2026-02-22T21:02:34.063 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 57/94 2026-02-22T21:02:34.086 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 58/94 2026-02-22T21:02:34.090 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 59/94 2026-02-22T21:02:34.109 INFO:teuthology.orchestra.run.trial114.stdout:(26/94): python3-urllib3-1.26.5-7.el9.noarch.rp 288 kB/s | 218 kB 00:00 2026-02-22T21:02:34.138 INFO:teuthology.orchestra.run.trial114.stdout:(27/94): unzip-6.0-59.el9.x86_64.rpm 246 kB/s | 182 kB 00:00 2026-02-22T21:02:34.148 INFO:teuthology.orchestra.run.trial073.stdout: Installing : openblas-0.3.29-1.el9.x86_64 60/94 2026-02-22T21:02:34.150 INFO:teuthology.orchestra.run.trial073.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 61/94 2026-02-22T21:02:34.171 INFO:teuthology.orchestra.run.trial073.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 62/94 2026-02-22T21:02:34.355 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 39/94 2026-02-22T21:02:34.365 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 40/94 2026-02-22T21:02:34.369 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 41/94 2026-02-22T21:02:34.375 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 42/94 2026-02-22T21:02:34.377 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 43/94 2026-02-22T21:02:34.405 INFO:teuthology.orchestra.run.trial069.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 44/94 2026-02-22T21:02:34.448 INFO:teuthology.orchestra.run.trial069.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 45/94 2026-02-22T21:02:34.455 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 46/94 2026-02-22T21:02:34.458 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 47/94 2026-02-22T21:02:34.464 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 48/94 2026-02-22T21:02:34.468 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 49/94 2026-02-22T21:02:34.475 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 50/94 2026-02-22T21:02:34.478 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 51/94 2026-02-22T21:02:34.504 INFO:teuthology.orchestra.run.trial073.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 63/94 2026-02-22T21:02:34.506 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 52/94 2026-02-22T21:02:34.516 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 53/94 2026-02-22T21:02:34.522 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/94 2026-02-22T21:02:34.529 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 55/94 2026-02-22T21:02:34.537 INFO:teuthology.orchestra.run.trial114.stdout:(28/94): flexiblas-3.0.4-9.el9.x86_64.rpm 69 kB/s | 30 kB 00:00 2026-02-22T21:02:34.563 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 56/94 2026-02-22T21:02:34.578 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 64/94 2026-02-22T21:02:34.621 INFO:teuthology.orchestra.run.trial114.stdout:(29/94): flexiblas-openblas-openmp-3.0.4-9.el9. 177 kB/s | 15 kB 00:00 2026-02-22T21:02:34.702 INFO:teuthology.orchestra.run.trial114.stdout:(30/94): zip-3.0-35.el9.x86_64.rpm 338 kB/s | 266 kB 00:00 2026-02-22T21:02:34.789 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 57/94 2026-02-22T21:02:34.813 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 58/94 2026-02-22T21:02:34.817 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 59/94 2026-02-22T21:02:34.875 INFO:teuthology.orchestra.run.trial069.stdout: Installing : openblas-0.3.29-1.el9.x86_64 60/94 2026-02-22T21:02:34.877 INFO:teuthology.orchestra.run.trial069.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 61/94 2026-02-22T21:02:34.898 INFO:teuthology.orchestra.run.trial069.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 62/94 2026-02-22T21:02:34.943 INFO:teuthology.orchestra.run.trial114.stdout:(31/94): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 765 kB/s | 246 kB 00:00 2026-02-22T21:02:35.027 INFO:teuthology.orchestra.run.trial114.stdout:(32/94): openblas-0.3.29-1.el9.x86_64.rpm 503 kB/s | 42 kB 00:00 2026-02-22T21:02:35.225 INFO:teuthology.orchestra.run.trial069.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 63/94 2026-02-22T21:02:35.256 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 65/94 2026-02-22T21:02:35.276 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 66/94 2026-02-22T21:02:35.290 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-ply-3.11-14.el9.noarch 67/94 2026-02-22T21:02:35.299 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 64/94 2026-02-22T21:02:35.306 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 68/94 2026-02-22T21:02:35.343 INFO:teuthology.orchestra.run.trial114.stdout:(33/94): lua-5.4.4-4.el9.x86_64.rpm 294 kB/s | 188 kB 00:00 2026-02-22T21:02:35.382 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 69/94 2026-02-22T21:02:35.390 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 70/94 2026-02-22T21:02:35.414 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 71/94 2026-02-22T21:02:35.444 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 72/94 2026-02-22T21:02:35.495 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 73/94 2026-02-22T21:02:35.501 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 74/94 2026-02-22T21:02:35.504 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 75/94 2026-02-22T21:02:35.505 INFO:teuthology.orchestra.run.trial073.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 76/94 2026-02-22T21:02:35.523 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-22T21:02:35.523 INFO:teuthology.orchestra.run.trial073.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-22T21:02:35.523 INFO:teuthology.orchestra.run.trial073.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-22T21:02:35.523 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:35.531 INFO:teuthology.orchestra.run.trial073.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-22T21:02:35.558 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-22T21:02:35.558 INFO:teuthology.orchestra.run.trial073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-22T21:02:35.558 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:35.595 INFO:teuthology.orchestra.run.trial073.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 78/94 2026-02-22T21:02:35.660 INFO:teuthology.orchestra.run.trial073.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 79/94 2026-02-22T21:02:35.662 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 80/94 2026-02-22T21:02:35.677 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 80/94 2026-02-22T21:02:35.677 INFO:teuthology.orchestra.run.trial073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:35.678 INFO:teuthology.orchestra.run.trial073.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-22T21:02:35.678 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:35.973 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 65/94 2026-02-22T21:02:35.984 INFO:teuthology.orchestra.run.trial114.stdout:(34/94): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 1.6 MB/s | 3.0 MB 00:01 2026-02-22T21:02:35.991 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 66/94 2026-02-22T21:02:36.005 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-ply-3.11-14.el9.noarch 67/94 2026-02-22T21:02:36.021 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 68/94 2026-02-22T21:02:36.097 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 69/94 2026-02-22T21:02:36.106 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 70/94 2026-02-22T21:02:36.129 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 71/94 2026-02-22T21:02:36.159 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 72/94 2026-02-22T21:02:36.210 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 73/94 2026-02-22T21:02:36.216 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 74/94 2026-02-22T21:02:36.221 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 75/94 2026-02-22T21:02:36.222 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 76/94 2026-02-22T21:02:36.241 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-22T21:02:36.241 INFO:teuthology.orchestra.run.trial069.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-22T21:02:36.241 INFO:teuthology.orchestra.run.trial069.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-22T21:02:36.241 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:36.248 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-22T21:02:36.273 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-22T21:02:36.274 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-22T21:02:36.274 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:36.308 INFO:teuthology.orchestra.run.trial069.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 78/94 2026-02-22T21:02:36.355 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 81/94 2026-02-22T21:02:36.372 INFO:teuthology.orchestra.run.trial069.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 79/94 2026-02-22T21:02:36.374 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 80/94 2026-02-22T21:02:36.376 INFO:teuthology.orchestra.run.trial114.stdout:(35/94): protobuf-3.14.0-17.el9.x86_64.rpm 996 kB/s | 1.0 MB 00:01 2026-02-22T21:02:36.381 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 81/94 2026-02-22T21:02:36.381 INFO:teuthology.orchestra.run.trial073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:36.381 INFO:teuthology.orchestra.run.trial073.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-22T21:02:36.381 INFO:teuthology.orchestra.run.trial073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-22T21:02:36.381 INFO:teuthology.orchestra.run.trial073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-22T21:02:36.381 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:36.387 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 80/94 2026-02-22T21:02:36.387 INFO:teuthology.orchestra.run.trial069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:36.387 INFO:teuthology.orchestra.run.trial069.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-22T21:02:36.387 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:36.402 INFO:teuthology.orchestra.run.trial114.stdout:(36/94): python3-babel-2.9.1-2.el9.noarch.rpm 14 MB/s | 6.0 MB 00:00 2026-02-22T21:02:36.442 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 82/94 2026-02-22T21:02:36.444 INFO:teuthology.orchestra.run.trial073.stdout: Installing : cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 82/94 2026-02-22T21:02:36.451 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-794.ga5c3084f.el9. 83/94 2026-02-22T21:02:36.462 INFO:teuthology.orchestra.run.trial114.stdout:(37/94): python3-devel-3.9.25-3.el9.x86_64.rpm 2.8 MB/s | 244 kB 00:00 2026-02-22T21:02:36.475 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-794.ga5c3084f.el9 84/94 2026-02-22T21:02:36.476 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 85/94 2026-02-22T21:02:36.487 INFO:teuthology.orchestra.run.trial114.stdout:(38/94): python3-jinja2-2.11.3-8.el9.noarch.rpm 2.9 MB/s | 249 kB 00:00 2026-02-22T21:02:36.547 INFO:teuthology.orchestra.run.trial114.stdout:(39/94): python3-jmespath-1.0.1-1.el9.noarch.rp 563 kB/s | 48 kB 00:00 2026-02-22T21:02:36.573 INFO:teuthology.orchestra.run.trial114.stdout:(40/94): python3-libstoragemgmt-1.10.1-1.el9.x8 2.0 MB/s | 177 kB 00:00 2026-02-22T21:02:36.658 INFO:teuthology.orchestra.run.trial114.stdout:(41/94): python3-markupsafe-1.1.1-12.el9.x86_64 409 kB/s | 35 kB 00:00 2026-02-22T21:02:36.715 INFO:teuthology.orchestra.run.trial114.stdout:(42/94): python3-lxml-4.6.5-3.el9.x86_64.rpm 7.3 MB/s | 1.2 MB 00:00 2026-02-22T21:02:36.816 INFO:teuthology.orchestra.run.trial114.stdout:(43/94): python3-numpy-f2py-1.23.5-2.el9.x86_64 4.3 MB/s | 442 kB 00:00 2026-02-22T21:02:36.900 INFO:teuthology.orchestra.run.trial114.stdout:(44/94): python3-packaging-20.9-5.el9.noarch.rp 917 kB/s | 77 kB 00:00 2026-02-22T21:02:37.000 INFO:teuthology.orchestra.run.trial114.stdout:(45/94): python3-protobuf-3.14.0-17.el9.noarch. 2.6 MB/s | 267 kB 00:00 2026-02-22T21:02:37.061 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 81/94 2026-02-22T21:02:37.086 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 81/94 2026-02-22T21:02:37.086 INFO:teuthology.orchestra.run.trial069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:37.087 INFO:teuthology.orchestra.run.trial069.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-22T21:02:37.087 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-22T21:02:37.087 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-22T21:02:37.087 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:37.087 INFO:teuthology.orchestra.run.trial114.stdout:(46/94): openblas-openmp-0.3.29-1.el9.x86_64.rp 2.6 MB/s | 5.3 MB 00:02 2026-02-22T21:02:37.118 INFO:teuthology.orchestra.run.trial114.stdout:(47/94): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2026-02-22T21:02:37.148 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 82/94 2026-02-22T21:02:37.150 INFO:teuthology.orchestra.run.trial069.stdout: Installing : cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 82/94 2026-02-22T21:02:37.156 INFO:teuthology.orchestra.run.trial114.stdout:(48/94): python3-numpy-1.23.5-2.el9.x86_64.rpm 12 MB/s | 6.1 MB 00:00 2026-02-22T21:02:37.157 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-794.ga5c3084f.el9. 83/94 2026-02-22T21:02:37.180 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-794.ga5c3084f.el9 84/94 2026-02-22T21:02:37.182 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 85/94 2026-02-22T21:02:37.202 INFO:teuthology.orchestra.run.trial114.stdout:(49/94): python3-requests-oauthlib-1.3.0-12.el9 635 kB/s | 54 kB 00:00 2026-02-22T21:02:37.251 INFO:teuthology.orchestra.run.trial114.stdout:(50/94): python3-pyasn1-modules-0.4.8-6.el9.noa 1.7 MB/s | 279 kB 00:00 2026-02-22T21:02:37.287 INFO:teuthology.orchestra.run.trial114.stdout:(51/94): python3-toml-0.10.2-6.el9.noarch.rpm 493 kB/s | 42 kB 00:00 2026-02-22T21:02:37.352 INFO:teuthology.orchestra.run.trial114.stdout:(52/94): xmlsec1-1.2.29-13.el9.x86_64.rpm 1.8 MB/s | 189 kB 00:00 2026-02-22T21:02:37.370 INFO:teuthology.orchestra.run.trial114.stdout:(53/94): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 1.1 MB/s | 90 kB 00:00 2026-02-22T21:02:37.387 INFO:teuthology.orchestra.run.trial114.stdout:(54/94): lua-devel-5.4.4-4.el9.x86_64.rpm 636 kB/s | 22 kB 00:00 2026-02-22T21:02:37.429 INFO:teuthology.orchestra.run.trial114.stdout:(55/94): abseil-cpp-20211102.0-4.el9.x86_64.rpm 13 MB/s | 551 kB 00:00 2026-02-22T21:02:37.433 INFO:teuthology.orchestra.run.trial114.stdout:(56/94): grpc-data-1.46.7-10.el9.noarch.rpm 5.8 MB/s | 19 kB 00:00 2026-02-22T21:02:37.436 INFO:teuthology.orchestra.run.trial114.stdout:(57/94): luarocks-3.9.2-5.el9.noarch.rpm 40 MB/s | 151 kB 00:00 2026-02-22T21:02:37.438 INFO:teuthology.orchestra.run.trial114.stdout:(58/94): protobuf-compiler-3.14.0-17.el9.x86_64 12 MB/s | 862 kB 00:00 2026-02-22T21:02:37.447 INFO:teuthology.orchestra.run.trial114.stdout:(59/94): python3-asyncssh-2.13.2-5.el9.noarch.r 52 MB/s | 548 kB 00:00 2026-02-22T21:02:37.450 INFO:teuthology.orchestra.run.trial114.stdout:(60/94): python3-backports-tarfile-1.2.0-1.el9. 18 MB/s | 60 kB 00:00 2026-02-22T21:02:37.454 INFO:teuthology.orchestra.run.trial114.stdout:(61/94): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 12 MB/s | 43 kB 00:00 2026-02-22T21:02:37.455 INFO:teuthology.orchestra.run.trial114.stdout:(62/94): python3-autocommand-2.2.2-8.el9.noarch 1.7 MB/s | 29 kB 00:00 2026-02-22T21:02:37.457 INFO:teuthology.orchestra.run.trial114.stdout:(63/94): python3-cachetools-4.2.4-1.el9.noarch. 8.9 MB/s | 32 kB 00:00 2026-02-22T21:02:37.458 INFO:teuthology.orchestra.run.trial114.stdout:(64/94): python3-certifi-2023.05.07-4.el9.noarc 4.3 MB/s | 14 kB 00:00 2026-02-22T21:02:37.461 INFO:teuthology.orchestra.run.trial114.stdout:(65/94): python3-cheroot-10.0.1-4.el9.noarch.rp 43 MB/s | 173 kB 00:00 2026-02-22T21:02:37.468 INFO:teuthology.orchestra.run.trial114.stdout:(66/94): python3-google-auth-2.45.0-1.el9.noarc 40 MB/s | 254 kB 00:00 2026-02-22T21:02:37.471 INFO:teuthology.orchestra.run.trial114.stdout:(67/94): python3-cherrypy-18.6.1-2.el9.noarch.r 28 MB/s | 358 kB 00:00 2026-02-22T21:02:37.475 INFO:teuthology.orchestra.run.trial114.stdout:(68/94): python3-grpcio-tools-1.46.7-10.el9.x86 34 MB/s | 144 kB 00:00 2026-02-22T21:02:37.480 INFO:teuthology.orchestra.run.trial114.stdout:(69/94): python3-grpcio-1.46.7-10.el9.x86_64.rp 171 MB/s | 2.0 MB 00:00 2026-02-22T21:02:37.481 INFO:teuthology.orchestra.run.trial114.stdout:(70/94): python3-influxdb-5.3.1-1.el9.noarch.rp 25 MB/s | 139 kB 00:00 2026-02-22T21:02:37.484 INFO:teuthology.orchestra.run.trial114.stdout:(71/94): python3-isodate-0.6.1-3.el9.noarch.rpm 16 MB/s | 56 kB 00:00 2026-02-22T21:02:37.484 INFO:teuthology.orchestra.run.trial114.stdout:(72/94): python3-jaraco-8.2.1-3.el9.noarch.rpm 3.3 MB/s | 11 kB 00:00 2026-02-22T21:02:37.487 INFO:teuthology.orchestra.run.trial114.stdout:(73/94): python3-jaraco-classes-3.2.1-5.el9.noa 5.5 MB/s | 18 kB 00:00 2026-02-22T21:02:37.488 INFO:teuthology.orchestra.run.trial114.stdout:(74/94): python3-jaraco-collections-3.0.0-8.el9 6.8 MB/s | 23 kB 00:00 2026-02-22T21:02:37.491 INFO:teuthology.orchestra.run.trial114.stdout:(75/94): python3-jaraco-context-6.0.1-3.el9.noa 5.5 MB/s | 20 kB 00:00 2026-02-22T21:02:37.491 INFO:teuthology.orchestra.run.trial114.stdout:(76/94): python3-jaraco-functools-3.5.0-2.el9.n 5.4 MB/s | 19 kB 00:00 2026-02-22T21:02:37.494 INFO:teuthology.orchestra.run.trial114.stdout:(77/94): python3-jaraco-text-4.0.0-2.el9.noarch 8.3 MB/s | 26 kB 00:00 2026-02-22T21:02:37.498 INFO:teuthology.orchestra.run.trial114.stdout:(78/94): python3-more-itertools-8.12.0-2.el9.no 20 MB/s | 79 kB 00:00 2026-02-22T21:02:37.502 INFO:teuthology.orchestra.run.trial114.stdout:(79/94): python3-kubernetes-26.1.0-3.el9.noarch 100 MB/s | 1.0 MB 00:00 2026-02-22T21:02:37.502 INFO:teuthology.orchestra.run.trial114.stdout:(80/94): python3-msgpack-1.0.3-2.el9.x86_64.rpm 20 MB/s | 86 kB 00:00 2026-02-22T21:02:37.505 INFO:teuthology.orchestra.run.trial114.stdout:(81/94): python3-natsort-7.1.1-5.el9.noarch.rpm 17 MB/s | 58 kB 00:00 2026-02-22T21:02:37.506 INFO:teuthology.orchestra.run.trial114.stdout:(82/94): python3-portend-3.1.0-2.el9.noarch.rpm 4.5 MB/s | 16 kB 00:00 2026-02-22T21:02:37.509 INFO:teuthology.orchestra.run.trial114.stdout:(83/94): python3-pyOpenSSL-21.0.0-1.el9.noarch. 24 MB/s | 90 kB 00:00 2026-02-22T21:02:37.509 INFO:teuthology.orchestra.run.trial114.stdout:(84/94): python3-repoze-lru-0.7-16.el9.noarch.r 9.2 MB/s | 31 kB 00:00 2026-02-22T21:02:37.513 INFO:teuthology.orchestra.run.trial114.stdout:(85/94): python3-routes-2.5.1-5.el9.noarch.rpm 47 MB/s | 188 kB 00:00 2026-02-22T21:02:37.513 INFO:teuthology.orchestra.run.trial114.stdout:(86/94): python3-rsa-4.9-2.el9.noarch.rpm 15 MB/s | 59 kB 00:00 2026-02-22T21:02:37.517 INFO:teuthology.orchestra.run.trial114.stdout:(87/94): python3-saml-1.16.0-1.el9.noarch.rpm 32 MB/s | 125 kB 00:00 2026-02-22T21:02:37.517 INFO:teuthology.orchestra.run.trial114.stdout:(88/94): python3-tempora-5.0.0-2.el9.noarch.rpm 8.2 MB/s | 36 kB 00:00 2026-02-22T21:02:37.520 INFO:teuthology.orchestra.run.trial114.stdout:(89/94): python3-typing-extensions-4.15.0-1.el9 26 MB/s | 86 kB 00:00 2026-02-22T21:02:37.521 INFO:teuthology.orchestra.run.trial114.stdout:(90/94): python3-websocket-client-1.2.3-2.el9.n 26 MB/s | 90 kB 00:00 2026-02-22T21:02:37.524 INFO:teuthology.orchestra.run.trial114.stdout:(91/94): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 14 MB/s | 48 kB 00:00 2026-02-22T21:02:37.524 INFO:teuthology.orchestra.run.trial114.stdout:(92/94): python3-xmltodict-0.12.0-15.el9.noarch 6.4 MB/s | 22 kB 00:00 2026-02-22T21:02:37.528 INFO:teuthology.orchestra.run.trial114.stdout:(93/94): python3-zc-lockfile-2.0-10.el9.noarch. 5.1 MB/s | 20 kB 00:00 2026-02-22T21:02:37.630 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 85/94 2026-02-22T21:02:37.635 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noar 86/94 2026-02-22T21:02:38.090 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noar 86/94 2026-02-22T21:02:38.091 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c308 87/94 2026-02-22T21:02:38.103 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c308 87/94 2026-02-22T21:02:38.104 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noar 88/94 2026-02-22T21:02:38.170 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noar 88/94 2026-02-22T21:02:38.214 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-794.ga5c3084f.el9.n 89/94 2026-02-22T21:02:38.215 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 90/94 2026-02-22T21:02:38.237 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 90/94 2026-02-22T21:02:38.238 INFO:teuthology.orchestra.run.trial073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:38.238 INFO:teuthology.orchestra.run.trial073.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-22T21:02:38.238 INFO:teuthology.orchestra.run.trial073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-22T21:02:38.238 INFO:teuthology.orchestra.run.trial073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-22T21:02:38.238 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:38.249 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 91/94 2026-02-22T21:02:38.329 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 85/94 2026-02-22T21:02:38.334 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noar 86/94 2026-02-22T21:02:38.477 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 91/94 2026-02-22T21:02:38.479 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 92/94 2026-02-22T21:02:38.500 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 92/94 2026-02-22T21:02:38.500 INFO:teuthology.orchestra.run.trial073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:38.500 INFO:teuthology.orchestra.run.trial073.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-22T21:02:38.500 INFO:teuthology.orchestra.run.trial073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-22T21:02:38.500 INFO:teuthology.orchestra.run.trial073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-22T21:02:38.500 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:38.598 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 93/94 2026-02-22T21:02:38.620 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 93/94 2026-02-22T21:02:38.620 INFO:teuthology.orchestra.run.trial073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:38.620 INFO:teuthology.orchestra.run.trial073.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-22T21:02:38.620 INFO:teuthology.orchestra.run.trial073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-22T21:02:38.620 INFO:teuthology.orchestra.run.trial073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-22T21:02:38.620 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:38.638 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 94/94 2026-02-22T21:02:38.788 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noar 86/94 2026-02-22T21:02:38.789 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c308 87/94 2026-02-22T21:02:38.803 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c308 87/94 2026-02-22T21:02:38.803 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noar 88/94 2026-02-22T21:02:38.865 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noar 88/94 2026-02-22T21:02:38.882 INFO:teuthology.orchestra.run.trial114.stdout:(94/94): python3-scipy-1.9.3-2.el9.x86_64.rpm 11 MB/s | 19 MB 00:01 2026-02-22T21:02:38.887 INFO:teuthology.orchestra.run.trial114.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:38.887 INFO:teuthology.orchestra.run.trial114.stdout:Total 11 MB/s | 101 MB 00:08 2026-02-22T21:02:38.909 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-794.ga5c3084f.el9.n 89/94 2026-02-22T21:02:38.910 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 90/94 2026-02-22T21:02:38.932 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 90/94 2026-02-22T21:02:38.932 INFO:teuthology.orchestra.run.trial069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:38.932 INFO:teuthology.orchestra.run.trial069.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-22T21:02:38.932 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-22T21:02:38.932 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-22T21:02:38.933 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:38.944 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 91/94 2026-02-22T21:02:39.172 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 91/94 2026-02-22T21:02:39.174 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 92/94 2026-02-22T21:02:39.196 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 92/94 2026-02-22T21:02:39.196 INFO:teuthology.orchestra.run.trial069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:39.196 INFO:teuthology.orchestra.run.trial069.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-22T21:02:39.196 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-22T21:02:39.196 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-22T21:02:39.196 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:39.294 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 93/94 2026-02-22T21:02:39.295 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction check 2026-02-22T21:02:39.314 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 93/94 2026-02-22T21:02:39.314 INFO:teuthology.orchestra.run.trial069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:39.314 INFO:teuthology.orchestra.run.trial069.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-22T21:02:39.315 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-22T21:02:39.315 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-22T21:02:39.315 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:39.332 INFO:teuthology.orchestra.run.trial114.stdout:Transaction check succeeded. 2026-02-22T21:02:39.332 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction test 2026-02-22T21:02:39.332 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 94/94 2026-02-22T21:02:39.348 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 94/94 2026-02-22T21:02:39.348 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 1/94 2026-02-22T21:02:39.348 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 2/94 2026-02-22T21:02:39.348 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 3/94 2026-02-22T21:02:39.348 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 4/94 2026-02-22T21:02:39.348 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 5/94 2026-02-22T21:02:39.348 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-794.ga5c3084f.el9 6/94 2026-02-22T21:02:39.348 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 7/94 2026-02-22T21:02:39.348 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noar 8/94 2026-02-22T21:02:39.348 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c308 9/94 2026-02-22T21:02:39.348 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noar 10/94 2026-02-22T21:02:39.348 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-794.ga5c3084f.el9.n 11/94 2026-02-22T21:02:39.348 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 12/94 2026-02-22T21:02:39.348 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-794.ga5c3084f.el9. 13/94 2026-02-22T21:02:39.348 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 14/94 2026-02-22T21:02:39.348 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 15/94 2026-02-22T21:02:39.348 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 16/94 2026-02-22T21:02:39.348 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/94 2026-02-22T21:02:39.348 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/94 2026-02-22T21:02:39.348 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 25/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 26/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : unzip-6.0-59.el9.x86_64 27/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : zip-3.0-35.el9.x86_64 28/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 29/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 30/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 31/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 32/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : lua-5.4.4-4.el9.x86_64 33/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 34/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 35/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 37/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 38/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 39/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 40/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 41/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 42/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 43/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 44/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 45/94 2026-02-22T21:02:39.349 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 46/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 47/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 48/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 49/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 50/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 51/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 52/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 53/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 54/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 55/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 56/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 57/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 58/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 59/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 60/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 61/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 62/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 63/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 64/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 65/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 66/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 67/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 68/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 69/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 70/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 71/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 72/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 73/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 74/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 75/94 2026-02-22T21:02:39.350 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 76/94 2026-02-22T21:02:39.351 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 77/94 2026-02-22T21:02:39.351 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 78/94 2026-02-22T21:02:39.351 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 79/94 2026-02-22T21:02:39.351 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 80/94 2026-02-22T21:02:39.351 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 81/94 2026-02-22T21:02:39.351 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 82/94 2026-02-22T21:02:39.351 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 83/94 2026-02-22T21:02:39.351 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 84/94 2026-02-22T21:02:39.351 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/94 2026-02-22T21:02:39.351 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 86/94 2026-02-22T21:02:39.351 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 87/94 2026-02-22T21:02:39.351 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 88/94 2026-02-22T21:02:39.351 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 89/94 2026-02-22T21:02:39.351 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 90/94 2026-02-22T21:02:39.351 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 91/94 2026-02-22T21:02:39.351 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 92/94 2026-02-22T21:02:39.351 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 93/94 2026-02-22T21:02:39.414 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 94/94 2026-02-22T21:02:39.414 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:39.414 INFO:teuthology.orchestra.run.trial073.stdout:Installed: 2026-02-22T21:02:39.414 INFO:teuthology.orchestra.run.trial073.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-22T21:02:39.414 INFO:teuthology.orchestra.run.trial073.stdout: ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:39.414 INFO:teuthology.orchestra.run.trial073.stdout: ceph-grafana-dashboards-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: ceph-mgr-modules-core-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: ceph-prometheus-alerts-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-22T21:02:39.415 INFO:teuthology.orchestra.run.trial073.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: lua-5.4.4-4.el9.x86_64 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-22T21:02:39.416 INFO:teuthology.orchestra.run.trial073.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-ply-3.11-14.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: unzip-6.0-59.el9.x86_64 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: zip-3.0-35.el9.x86_64 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:39.417 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:39.468 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install ceph-base 2026-02-22T21:02:39.760 INFO:teuthology.orchestra.run.trial114.stdout:Transaction test succeeded. 2026-02-22T21:02:39.761 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction 2026-02-22T21:02:39.779 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:34 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:39.846 INFO:teuthology.orchestra.run.trial073.stdout:Package ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:39.864 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:39.865 INFO:teuthology.orchestra.run.trial073.stdout:Nothing to do. 2026-02-22T21:02:39.865 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:39.886 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install cephadm 2026-02-22T21:02:40.029 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 94/94 2026-02-22T21:02:40.029 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 1/94 2026-02-22T21:02:40.029 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 2/94 2026-02-22T21:02:40.029 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 3/94 2026-02-22T21:02:40.029 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 4/94 2026-02-22T21:02:40.029 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 5/94 2026-02-22T21:02:40.029 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-794.ga5c3084f.el9 6/94 2026-02-22T21:02:40.030 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 7/94 2026-02-22T21:02:40.030 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noar 8/94 2026-02-22T21:02:40.030 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c308 9/94 2026-02-22T21:02:40.030 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noar 10/94 2026-02-22T21:02:40.030 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-794.ga5c3084f.el9.n 11/94 2026-02-22T21:02:40.030 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 12/94 2026-02-22T21:02:40.030 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-794.ga5c3084f.el9. 13/94 2026-02-22T21:02:40.030 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 14/94 2026-02-22T21:02:40.030 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 15/94 2026-02-22T21:02:40.033 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 16/94 2026-02-22T21:02:40.033 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/94 2026-02-22T21:02:40.033 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/94 2026-02-22T21:02:40.033 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/94 2026-02-22T21:02:40.033 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/94 2026-02-22T21:02:40.033 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/94 2026-02-22T21:02:40.033 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/94 2026-02-22T21:02:40.033 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/94 2026-02-22T21:02:40.033 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/94 2026-02-22T21:02:40.033 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 25/94 2026-02-22T21:02:40.033 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 26/94 2026-02-22T21:02:40.033 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : unzip-6.0-59.el9.x86_64 27/94 2026-02-22T21:02:40.033 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : zip-3.0-35.el9.x86_64 28/94 2026-02-22T21:02:40.033 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 29/94 2026-02-22T21:02:40.033 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 30/94 2026-02-22T21:02:40.033 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 31/94 2026-02-22T21:02:40.033 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 32/94 2026-02-22T21:02:40.033 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : lua-5.4.4-4.el9.x86_64 33/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 34/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 35/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 37/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 38/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 39/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 40/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 41/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 42/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 43/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 44/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 45/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 46/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 47/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 48/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 49/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 50/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 51/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 52/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 53/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 54/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 55/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 56/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 57/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 58/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 59/94 2026-02-22T21:02:40.034 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 60/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 61/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 62/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 63/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 64/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 65/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 66/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 67/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 68/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 69/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 70/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 71/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 72/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 73/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 74/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 75/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 76/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 77/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 78/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 79/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 80/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 81/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 82/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 83/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 84/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 86/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 87/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 88/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 89/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 90/94 2026-02-22T21:02:40.035 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 91/94 2026-02-22T21:02:40.036 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 92/94 2026-02-22T21:02:40.036 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 93/94 2026-02-22T21:02:40.099 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 94/94 2026-02-22T21:02:40.100 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:40.101 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-22T21:02:40.101 INFO:teuthology.orchestra.run.trial069.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-22T21:02:40.101 INFO:teuthology.orchestra.run.trial069.stdout: ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:40.101 INFO:teuthology.orchestra.run.trial069.stdout: ceph-grafana-dashboards-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:40.101 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:40.101 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:40.101 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:40.102 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:40.102 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:40.102 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:40.102 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-modules-core-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:40.102 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:40.102 INFO:teuthology.orchestra.run.trial069.stdout: ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:40.102 INFO:teuthology.orchestra.run.trial069.stdout: ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:40.102 INFO:teuthology.orchestra.run.trial069.stdout: ceph-prometheus-alerts-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:40.102 INFO:teuthology.orchestra.run.trial069.stdout: ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:40.102 INFO:teuthology.orchestra.run.trial069.stdout: cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:40.102 INFO:teuthology.orchestra.run.trial069.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-22T21:02:40.102 INFO:teuthology.orchestra.run.trial069.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-22T21:02:40.103 INFO:teuthology.orchestra.run.trial069.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-22T21:02:40.103 INFO:teuthology.orchestra.run.trial069.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-22T21:02:40.103 INFO:teuthology.orchestra.run.trial069.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-22T21:02:40.103 INFO:teuthology.orchestra.run.trial069.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-22T21:02:40.103 INFO:teuthology.orchestra.run.trial069.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-22T21:02:40.103 INFO:teuthology.orchestra.run.trial069.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-22T21:02:40.103 INFO:teuthology.orchestra.run.trial069.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-22T21:02:40.103 INFO:teuthology.orchestra.run.trial069.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: lua-5.4.4-4.el9.x86_64 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-22T21:02:40.104 INFO:teuthology.orchestra.run.trial069.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-ply-3.11-14.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: unzip-6.0-59.el9.x86_64 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-22T21:02:40.105 INFO:teuthology.orchestra.run.trial069.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-22T21:02:40.106 INFO:teuthology.orchestra.run.trial069.stdout: zip-3.0-35.el9.x86_64 2026-02-22T21:02:40.106 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:40.106 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:40.155 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-base 2026-02-22T21:02:40.191 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:35 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:40.230 INFO:teuthology.orchestra.run.trial114.stdout: Preparing : 1/1 2026-02-22T21:02:40.232 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/94 2026-02-22T21:02:40.236 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/94 2026-02-22T21:02:40.257 INFO:teuthology.orchestra.run.trial114.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/94 2026-02-22T21:02:40.258 INFO:teuthology.orchestra.run.trial073.stdout:Package cephadm-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T21:02:40.268 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/94 2026-02-22T21:02:40.275 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:40.276 INFO:teuthology.orchestra.run.trial073.stdout:Nothing to do. 2026-02-22T21:02:40.276 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:40.297 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install ceph-immutable-object-cache 2026-02-22T21:02:40.301 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/94 2026-02-22T21:02:40.310 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/94 2026-02-22T21:02:40.315 INFO:teuthology.orchestra.run.trial114.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 7/94 2026-02-22T21:02:40.318 INFO:teuthology.orchestra.run.trial114.stdout: Installing : lua-5.4.4-4.el9.x86_64 8/94 2026-02-22T21:02:40.322 INFO:teuthology.orchestra.run.trial114.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 9/94 2026-02-22T21:02:40.345 INFO:teuthology.orchestra.run.trial114.stdout: Installing : unzip-6.0-59.el9.x86_64 10/94 2026-02-22T21:02:40.358 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 11/94 2026-02-22T21:02:40.361 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 12/94 2026-02-22T21:02:40.367 INFO:teuthology.orchestra.run.trial114.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 13/94 2026-02-22T21:02:40.369 INFO:teuthology.orchestra.run.trial114.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 14/94 2026-02-22T21:02:40.380 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 15/94 2026-02-22T21:02:40.386 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 16/94 2026-02-22T21:02:40.411 INFO:teuthology.orchestra.run.trial114.stdout: Installing : zip-3.0-35.el9.x86_64 17/94 2026-02-22T21:02:40.414 INFO:teuthology.orchestra.run.trial114.stdout: Installing : luarocks-3.9.2-5.el9.noarch 18/94 2026-02-22T21:02:40.421 INFO:teuthology.orchestra.run.trial114.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 19/94 2026-02-22T21:02:40.472 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:36 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:40.473 INFO:teuthology.orchestra.run.trial114.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 20/94 2026-02-22T21:02:40.485 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 21/94 2026-02-22T21:02:40.489 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-rsa-4.9-2.el9.noarch 22/94 2026-02-22T21:02:40.494 INFO:teuthology.orchestra.run.trial114.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 23/94 2026-02-22T21:02:40.499 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 24/94 2026-02-22T21:02:40.503 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 25/94 2026-02-22T21:02:40.507 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 26/94 2026-02-22T21:02:40.521 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 27/94 2026-02-22T21:02:40.526 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 28/94 2026-02-22T21:02:40.531 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 29/94 2026-02-22T21:02:40.536 INFO:teuthology.orchestra.run.trial069.stdout:Package ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:40.542 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 30/94 2026-02-22T21:02:40.551 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 31/94 2026-02-22T21:02:40.554 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:40.555 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-22T21:02:40.555 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:40.557 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 32/94 2026-02-22T21:02:40.576 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install cephadm 2026-02-22T21:02:40.578 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 33/94 2026-02-22T21:02:40.588 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 34/94 2026-02-22T21:02:40.604 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 35/94 2026-02-22T21:02:40.608 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 36/94 2026-02-22T21:02:40.609 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:35 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:40.616 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 37/94 2026-02-22T21:02:40.656 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 38/94 2026-02-22T21:02:40.691 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:40.692 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:40.692 INFO:teuthology.orchestra.run.trial073.stdout: Package Arch Version Repo Size 2026-02-22T21:02:40.692 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:40.692 INFO:teuthology.orchestra.run.trial073.stdout:Installing: 2026-02-22T21:02:40.692 INFO:teuthology.orchestra.run.trial073.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 154 k 2026-02-22T21:02:40.692 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:40.692 INFO:teuthology.orchestra.run.trial073.stdout:Transaction Summary 2026-02-22T21:02:40.692 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:40.692 INFO:teuthology.orchestra.run.trial073.stdout:Install 1 Package 2026-02-22T21:02:40.692 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:40.692 INFO:teuthology.orchestra.run.trial073.stdout:Total download size: 154 k 2026-02-22T21:02:40.692 INFO:teuthology.orchestra.run.trial073.stdout:Installed size: 447 k 2026-02-22T21:02:40.692 INFO:teuthology.orchestra.run.trial073.stdout:Downloading Packages: 2026-02-22T21:02:40.789 INFO:teuthology.orchestra.run.trial073.stdout:ceph-immutable-object-cache-20.2.0-794.ga5c3084 1.6 MB/s | 154 kB 00:00 2026-02-22T21:02:40.789 INFO:teuthology.orchestra.run.trial073.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:40.789 INFO:teuthology.orchestra.run.trial073.stdout:Total 1.6 MB/s | 154 kB 00:00 2026-02-22T21:02:40.789 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction check 2026-02-22T21:02:40.793 INFO:teuthology.orchestra.run.trial073.stdout:Transaction check succeeded. 2026-02-22T21:02:40.794 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction test 2026-02-22T21:02:40.824 INFO:teuthology.orchestra.run.trial073.stdout:Transaction test succeeded. 2026-02-22T21:02:40.825 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction 2026-02-22T21:02:40.880 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:36 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:40.881 INFO:teuthology.orchestra.run.trial073.stdout: Preparing : 1/1 2026-02-22T21:02:40.882 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.e 1/1 2026-02-22T21:02:40.905 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.e 1/1 2026-02-22T21:02:40.905 INFO:teuthology.orchestra.run.trial073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:40.905 INFO:teuthology.orchestra.run.trial073.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-22T21:02:40.905 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:40.945 INFO:teuthology.orchestra.run.trial069.stdout:Package cephadm-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T21:02:40.963 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:40.964 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-22T21:02:40.964 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:40.983 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 39/94 2026-02-22T21:02:40.984 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-immutable-object-cache 2026-02-22T21:02:40.993 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 40/94 2026-02-22T21:02:40.997 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 41/94 2026-02-22T21:02:41.003 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 42/94 2026-02-22T21:02:41.004 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 43/94 2026-02-22T21:02:41.033 INFO:teuthology.orchestra.run.trial114.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 44/94 2026-02-22T21:02:41.076 INFO:teuthology.orchestra.run.trial114.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 45/94 2026-02-22T21:02:41.083 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 46/94 2026-02-22T21:02:41.086 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 47/94 2026-02-22T21:02:41.092 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 48/94 2026-02-22T21:02:41.096 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 49/94 2026-02-22T21:02:41.103 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 50/94 2026-02-22T21:02:41.106 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 51/94 2026-02-22T21:02:41.134 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 52/94 2026-02-22T21:02:41.144 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 53/94 2026-02-22T21:02:41.150 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/94 2026-02-22T21:02:41.157 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 55/94 2026-02-22T21:02:41.191 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 56/94 2026-02-22T21:02:41.207 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.e 1/1 2026-02-22T21:02:41.208 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:41.208 INFO:teuthology.orchestra.run.trial073.stdout:Installed: 2026-02-22T21:02:41.208 INFO:teuthology.orchestra.run.trial073.stdout: ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:41.208 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:41.208 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:41.237 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install ceph-mgr 2026-02-22T21:02:41.286 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:37 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:41.369 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:41.370 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:41.370 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repo Size 2026-02-22T21:02:41.370 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:41.370 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-22T21:02:41.370 INFO:teuthology.orchestra.run.trial069.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 154 k 2026-02-22T21:02:41.370 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:41.370 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-22T21:02:41.370 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:41.371 INFO:teuthology.orchestra.run.trial069.stdout:Install 1 Package 2026-02-22T21:02:41.371 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:41.371 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 154 k 2026-02-22T21:02:41.371 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 447 k 2026-02-22T21:02:41.371 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-22T21:02:41.415 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 57/94 2026-02-22T21:02:41.438 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 58/94 2026-02-22T21:02:41.442 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 59/94 2026-02-22T21:02:41.458 INFO:teuthology.orchestra.run.trial069.stdout:ceph-immutable-object-cache-20.2.0-794.ga5c3084 1.7 MB/s | 154 kB 00:00 2026-02-22T21:02:41.458 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:41.459 INFO:teuthology.orchestra.run.trial069.stdout:Total 1.7 MB/s | 154 kB 00:00 2026-02-22T21:02:41.459 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-22T21:02:41.463 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-22T21:02:41.463 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-22T21:02:41.494 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-22T21:02:41.495 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-22T21:02:41.500 INFO:teuthology.orchestra.run.trial114.stdout: Installing : openblas-0.3.29-1.el9.x86_64 60/94 2026-02-22T21:02:41.502 INFO:teuthology.orchestra.run.trial114.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 61/94 2026-02-22T21:02:41.523 INFO:teuthology.orchestra.run.trial114.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 62/94 2026-02-22T21:02:41.544 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:36 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:41.550 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-22T21:02:41.551 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.e 1/1 2026-02-22T21:02:41.574 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.e 1/1 2026-02-22T21:02:41.574 INFO:teuthology.orchestra.run.trial069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:41.574 INFO:teuthology.orchestra.run.trial069.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-22T21:02:41.574 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:41.608 INFO:teuthology.orchestra.run.trial073.stdout:Package ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:41.627 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:41.628 INFO:teuthology.orchestra.run.trial073.stdout:Nothing to do. 2026-02-22T21:02:41.628 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:41.648 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install ceph-mgr-dashboard 2026-02-22T21:02:41.848 INFO:teuthology.orchestra.run.trial114.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 63/94 2026-02-22T21:02:41.884 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.e 1/1 2026-02-22T21:02:41.884 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:41.884 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-22T21:02:41.884 INFO:teuthology.orchestra.run.trial069.stdout: ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:41.884 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:41.884 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:41.910 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-mgr 2026-02-22T21:02:41.921 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 64/94 2026-02-22T21:02:41.957 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:36 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:42.023 INFO:teuthology.orchestra.run.trial073.stdout:Package ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T21:02:42.042 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:42.042 INFO:teuthology.orchestra.run.trial073.stdout:Nothing to do. 2026-02-22T21:02:42.042 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:42.063 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-22T21:02:42.218 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:38 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:42.283 INFO:teuthology.orchestra.run.trial069.stdout:Package ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:42.302 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:42.302 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-22T21:02:42.302 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:42.323 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-mgr-dashboard 2026-02-22T21:02:42.375 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:37 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:42.439 INFO:teuthology.orchestra.run.trial073.stdout:Package ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T21:02:42.457 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:42.458 INFO:teuthology.orchestra.run.trial073.stdout:Nothing to do. 2026-02-22T21:02:42.458 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:42.480 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install ceph-mgr-rook 2026-02-22T21:02:42.594 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 65/94 2026-02-22T21:02:42.613 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 66/94 2026-02-22T21:02:42.627 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-ply-3.11-14.el9.noarch 67/94 2026-02-22T21:02:42.629 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:38 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:42.642 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 68/94 2026-02-22T21:02:42.695 INFO:teuthology.orchestra.run.trial069.stdout:Package ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T21:02:42.714 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:42.714 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-22T21:02:42.714 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:42.717 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 69/94 2026-02-22T21:02:42.727 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 70/94 2026-02-22T21:02:42.735 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-22T21:02:42.751 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 71/94 2026-02-22T21:02:42.781 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 72/94 2026-02-22T21:02:42.790 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:37 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:42.832 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 73/94 2026-02-22T21:02:42.838 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 74/94 2026-02-22T21:02:42.841 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 75/94 2026-02-22T21:02:42.842 INFO:teuthology.orchestra.run.trial114.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 76/94 2026-02-22T21:02:42.855 INFO:teuthology.orchestra.run.trial073.stdout:Package ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T21:02:42.860 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-22T21:02:42.860 INFO:teuthology.orchestra.run.trial114.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-22T21:02:42.860 INFO:teuthology.orchestra.run.trial114.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-22T21:02:42.860 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:42.868 INFO:teuthology.orchestra.run.trial114.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-22T21:02:42.873 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:42.874 INFO:teuthology.orchestra.run.trial073.stdout:Nothing to do. 2026-02-22T21:02:42.874 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:42.894 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-22T21:02:42.894 INFO:teuthology.orchestra.run.trial114.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-22T21:02:42.895 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:42.896 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install ceph-mgr-cephadm 2026-02-22T21:02:42.930 INFO:teuthology.orchestra.run.trial114.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 78/94 2026-02-22T21:02:42.995 INFO:teuthology.orchestra.run.trial114.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 79/94 2026-02-22T21:02:42.997 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 80/94 2026-02-22T21:02:43.012 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 80/94 2026-02-22T21:02:43.012 INFO:teuthology.orchestra.run.trial114.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:43.012 INFO:teuthology.orchestra.run.trial114.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-22T21:02:43.012 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:43.046 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:39 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:43.110 INFO:teuthology.orchestra.run.trial069.stdout:Package ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T21:02:43.129 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:43.129 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-22T21:02:43.130 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:43.151 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-mgr-rook 2026-02-22T21:02:43.201 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:38 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:43.268 INFO:teuthology.orchestra.run.trial073.stdout:Package ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T21:02:43.286 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:43.286 INFO:teuthology.orchestra.run.trial073.stdout:Nothing to do. 2026-02-22T21:02:43.287 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:43.308 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install ceph-fuse 2026-02-22T21:02:43.459 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:39 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:43.524 INFO:teuthology.orchestra.run.trial069.stdout:Package ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T21:02:43.542 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:43.542 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-22T21:02:43.543 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:43.563 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-mgr-cephadm 2026-02-22T21:02:43.620 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:38 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:43.685 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 81/94 2026-02-22T21:02:43.704 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:43.704 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:43.704 INFO:teuthology.orchestra.run.trial073.stdout: Package Architecture Version Repository Size 2026-02-22T21:02:43.704 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:43.704 INFO:teuthology.orchestra.run.trial073.stdout:Installing: 2026-02-22T21:02:43.705 INFO:teuthology.orchestra.run.trial073.stdout: ceph-fuse x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 941 k 2026-02-22T21:02:43.705 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:43.705 INFO:teuthology.orchestra.run.trial073.stdout:Transaction Summary 2026-02-22T21:02:43.705 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:43.705 INFO:teuthology.orchestra.run.trial073.stdout:Install 1 Package 2026-02-22T21:02:43.705 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:43.705 INFO:teuthology.orchestra.run.trial073.stdout:Total download size: 941 k 2026-02-22T21:02:43.705 INFO:teuthology.orchestra.run.trial073.stdout:Installed size: 2.7 M 2026-02-22T21:02:43.705 INFO:teuthology.orchestra.run.trial073.stdout:Downloading Packages: 2026-02-22T21:02:43.710 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 81/94 2026-02-22T21:02:43.710 INFO:teuthology.orchestra.run.trial114.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:43.710 INFO:teuthology.orchestra.run.trial114.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-22T21:02:43.710 INFO:teuthology.orchestra.run.trial114.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-22T21:02:43.710 INFO:teuthology.orchestra.run.trial114.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-22T21:02:43.710 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:43.769 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 82/94 2026-02-22T21:02:43.771 INFO:teuthology.orchestra.run.trial114.stdout: Installing : cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 82/94 2026-02-22T21:02:43.777 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-794.ga5c3084f.el9. 83/94 2026-02-22T21:02:43.801 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-794.ga5c3084f.el9 84/94 2026-02-22T21:02:43.802 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 85/94 2026-02-22T21:02:43.824 INFO:teuthology.orchestra.run.trial073.stdout:ceph-fuse-20.2.0-794.ga5c3084f.el9.x86_64.rpm 7.6 MB/s | 941 kB 00:00 2026-02-22T21:02:43.825 INFO:teuthology.orchestra.run.trial073.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:43.825 INFO:teuthology.orchestra.run.trial073.stdout:Total 7.6 MB/s | 941 kB 00:00 2026-02-22T21:02:43.825 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction check 2026-02-22T21:02:43.830 INFO:teuthology.orchestra.run.trial073.stdout:Transaction check succeeded. 2026-02-22T21:02:43.830 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction test 2026-02-22T21:02:43.864 INFO:teuthology.orchestra.run.trial073.stdout:Transaction test succeeded. 2026-02-22T21:02:43.864 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction 2026-02-22T21:02:43.866 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:39 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:43.931 INFO:teuthology.orchestra.run.trial069.stdout:Package ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T21:02:43.949 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:43.949 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-22T21:02:43.949 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:43.953 INFO:teuthology.orchestra.run.trial073.stdout: Preparing : 1/1 2026-02-22T21:02:43.970 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-fuse 2026-02-22T21:02:43.971 INFO:teuthology.orchestra.run.trial073.stdout: Installing : ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:44.194 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:44.251 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:44.251 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:44.251 INFO:teuthology.orchestra.run.trial073.stdout:Installed: 2026-02-22T21:02:44.251 INFO:teuthology.orchestra.run.trial073.stdout: ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:44.251 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:44.251 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:44.279 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install ceph-volume 2026-02-22T21:02:44.280 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:40 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:44.363 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:44.364 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:44.364 INFO:teuthology.orchestra.run.trial069.stdout: Package Architecture Version Repository Size 2026-02-22T21:02:44.364 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:44.364 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-22T21:02:44.364 INFO:teuthology.orchestra.run.trial069.stdout: ceph-fuse x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 941 k 2026-02-22T21:02:44.364 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:44.364 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-22T21:02:44.364 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:44.364 INFO:teuthology.orchestra.run.trial069.stdout:Install 1 Package 2026-02-22T21:02:44.364 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:44.364 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 941 k 2026-02-22T21:02:44.364 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 2.7 M 2026-02-22T21:02:44.364 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-22T21:02:44.486 INFO:teuthology.orchestra.run.trial069.stdout:ceph-fuse-20.2.0-794.ga5c3084f.el9.x86_64.rpm 7.6 MB/s | 941 kB 00:00 2026-02-22T21:02:44.486 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:44.487 INFO:teuthology.orchestra.run.trial069.stdout:Total 7.5 MB/s | 941 kB 00:00 2026-02-22T21:02:44.487 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-22T21:02:44.492 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-22T21:02:44.492 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-22T21:02:44.526 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-22T21:02:44.526 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-22T21:02:44.590 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:39 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:44.616 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-22T21:02:44.633 INFO:teuthology.orchestra.run.trial069.stdout: Installing : ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:44.654 INFO:teuthology.orchestra.run.trial073.stdout:Package ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T21:02:44.672 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:44.673 INFO:teuthology.orchestra.run.trial073.stdout:Nothing to do. 2026-02-22T21:02:44.673 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:44.693 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install librados-devel 2026-02-22T21:02:44.853 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:44.911 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:44.911 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:44.911 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-22T21:02:44.911 INFO:teuthology.orchestra.run.trial069.stdout: ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:44.911 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:44.911 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:44.938 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install ceph-volume 2026-02-22T21:02:44.951 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 85/94 2026-02-22T21:02:44.956 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noar 86/94 2026-02-22T21:02:45.004 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:40 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:45.089 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:45.089 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:45.089 INFO:teuthology.orchestra.run.trial073.stdout: Package Arch Version Repo Size 2026-02-22T21:02:45.089 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:45.089 INFO:teuthology.orchestra.run.trial073.stdout:Installing: 2026-02-22T21:02:45.090 INFO:teuthology.orchestra.run.trial073.stdout: librados-devel x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 126 k 2026-02-22T21:02:45.090 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:45.090 INFO:teuthology.orchestra.run.trial073.stdout:Transaction Summary 2026-02-22T21:02:45.090 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:45.090 INFO:teuthology.orchestra.run.trial073.stdout:Install 1 Package 2026-02-22T21:02:45.090 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:45.090 INFO:teuthology.orchestra.run.trial073.stdout:Total download size: 126 k 2026-02-22T21:02:45.090 INFO:teuthology.orchestra.run.trial073.stdout:Installed size: 449 k 2026-02-22T21:02:45.091 INFO:teuthology.orchestra.run.trial073.stdout:Downloading Packages: 2026-02-22T21:02:45.178 INFO:teuthology.orchestra.run.trial073.stdout:librados-devel-20.2.0-794.ga5c3084f.el9.x86_64. 1.4 MB/s | 126 kB 00:00 2026-02-22T21:02:45.179 INFO:teuthology.orchestra.run.trial073.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:45.179 INFO:teuthology.orchestra.run.trial073.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-22T21:02:45.179 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction check 2026-02-22T21:02:45.181 INFO:teuthology.orchestra.run.trial073.stdout:Transaction check succeeded. 2026-02-22T21:02:45.181 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction test 2026-02-22T21:02:45.212 INFO:teuthology.orchestra.run.trial073.stdout:Transaction test succeeded. 2026-02-22T21:02:45.213 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction 2026-02-22T21:02:45.250 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:41 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:45.266 INFO:teuthology.orchestra.run.trial073.stdout: Preparing : 1/1 2026-02-22T21:02:45.283 INFO:teuthology.orchestra.run.trial073.stdout: Installing : librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:45.316 INFO:teuthology.orchestra.run.trial069.stdout:Package ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T21:02:45.334 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:45.334 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-22T21:02:45.335 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:45.356 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install librados-devel 2026-02-22T21:02:45.366 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:45.410 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noar 86/94 2026-02-22T21:02:45.411 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c308 87/94 2026-02-22T21:02:45.424 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:45.424 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:45.424 INFO:teuthology.orchestra.run.trial073.stdout:Installed: 2026-02-22T21:02:45.424 INFO:teuthology.orchestra.run.trial073.stdout: librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:45.424 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:45.424 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:45.425 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c308 87/94 2026-02-22T21:02:45.426 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noar 88/94 2026-02-22T21:02:45.454 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install libcephfs2 2026-02-22T21:02:45.488 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noar 88/94 2026-02-22T21:02:45.531 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-794.ga5c3084f.el9.n 89/94 2026-02-22T21:02:45.533 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 90/94 2026-02-22T21:02:45.555 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 90/94 2026-02-22T21:02:45.555 INFO:teuthology.orchestra.run.trial114.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:45.555 INFO:teuthology.orchestra.run.trial114.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-22T21:02:45.555 INFO:teuthology.orchestra.run.trial114.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-22T21:02:45.555 INFO:teuthology.orchestra.run.trial114.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-22T21:02:45.555 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:45.568 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 91/94 2026-02-22T21:02:45.665 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:41 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:45.749 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:45.749 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:45.749 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repo Size 2026-02-22T21:02:45.749 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:45.750 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-22T21:02:45.750 INFO:teuthology.orchestra.run.trial069.stdout: librados-devel x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 126 k 2026-02-22T21:02:45.750 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:45.750 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-22T21:02:45.750 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:45.750 INFO:teuthology.orchestra.run.trial069.stdout:Install 1 Package 2026-02-22T21:02:45.750 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:45.750 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 126 k 2026-02-22T21:02:45.750 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 449 k 2026-02-22T21:02:45.750 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-22T21:02:45.761 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:40 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:45.790 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 91/94 2026-02-22T21:02:45.791 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 92/94 2026-02-22T21:02:45.813 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 92/94 2026-02-22T21:02:45.813 INFO:teuthology.orchestra.run.trial114.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:45.813 INFO:teuthology.orchestra.run.trial114.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-22T21:02:45.813 INFO:teuthology.orchestra.run.trial114.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-22T21:02:45.813 INFO:teuthology.orchestra.run.trial114.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-22T21:02:45.813 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:45.825 INFO:teuthology.orchestra.run.trial073.stdout:Package libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:45.839 INFO:teuthology.orchestra.run.trial069.stdout:librados-devel-20.2.0-794.ga5c3084f.el9.x86_64. 1.4 MB/s | 126 kB 00:00 2026-02-22T21:02:45.839 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:45.839 INFO:teuthology.orchestra.run.trial069.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-22T21:02:45.839 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-22T21:02:45.842 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-22T21:02:45.842 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-22T21:02:45.843 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:45.844 INFO:teuthology.orchestra.run.trial073.stdout:Nothing to do. 2026-02-22T21:02:45.844 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:45.865 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install libcephfs-devel 2026-02-22T21:02:45.875 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-22T21:02:45.875 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-22T21:02:45.910 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 93/94 2026-02-22T21:02:45.930 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-22T21:02:45.931 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 93/94 2026-02-22T21:02:45.931 INFO:teuthology.orchestra.run.trial114.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:45.931 INFO:teuthology.orchestra.run.trial114.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-22T21:02:45.931 INFO:teuthology.orchestra.run.trial114.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-22T21:02:45.931 INFO:teuthology.orchestra.run.trial114.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-22T21:02:45.931 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:45.947 INFO:teuthology.orchestra.run.trial069.stdout: Installing : librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:45.949 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 94/94 2026-02-22T21:02:46.033 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:46.092 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:46.092 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:46.092 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-22T21:02:46.092 INFO:teuthology.orchestra.run.trial069.stdout: librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:46.092 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:46.092 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:46.119 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install libcephfs2 2026-02-22T21:02:46.176 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:41 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:46.260 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:46.261 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:46.261 INFO:teuthology.orchestra.run.trial073.stdout: Package Arch Version Repo Size 2026-02-22T21:02:46.261 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:46.261 INFO:teuthology.orchestra.run.trial073.stdout:Installing: 2026-02-22T21:02:46.261 INFO:teuthology.orchestra.run.trial073.stdout: libcephfs-devel x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 34 k 2026-02-22T21:02:46.261 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:46.261 INFO:teuthology.orchestra.run.trial073.stdout:Transaction Summary 2026-02-22T21:02:46.261 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:46.261 INFO:teuthology.orchestra.run.trial073.stdout:Install 1 Package 2026-02-22T21:02:46.261 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:46.261 INFO:teuthology.orchestra.run.trial073.stdout:Total download size: 34 k 2026-02-22T21:02:46.261 INFO:teuthology.orchestra.run.trial073.stdout:Installed size: 155 k 2026-02-22T21:02:46.261 INFO:teuthology.orchestra.run.trial073.stdout:Downloading Packages: 2026-02-22T21:02:46.326 INFO:teuthology.orchestra.run.trial073.stdout:libcephfs-devel-20.2.0-794.ga5c3084f.el9.x86_64 531 kB/s | 34 kB 00:00 2026-02-22T21:02:46.327 INFO:teuthology.orchestra.run.trial073.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:46.327 INFO:teuthology.orchestra.run.trial073.stdout:Total 522 kB/s | 34 kB 00:00 2026-02-22T21:02:46.327 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction check 2026-02-22T21:02:46.329 INFO:teuthology.orchestra.run.trial073.stdout:Transaction check succeeded. 2026-02-22T21:02:46.329 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction test 2026-02-22T21:02:46.331 INFO:teuthology.orchestra.run.trial073.stdout:Transaction test succeeded. 2026-02-22T21:02:46.331 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction 2026-02-22T21:02:46.352 INFO:teuthology.orchestra.run.trial073.stdout: Preparing : 1/1 2026-02-22T21:02:46.368 INFO:teuthology.orchestra.run.trial073.stdout: Installing : libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:46.425 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:46.431 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:42 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:46.482 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:46.483 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:46.483 INFO:teuthology.orchestra.run.trial073.stdout:Installed: 2026-02-22T21:02:46.483 INFO:teuthology.orchestra.run.trial073.stdout: libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:46.483 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:46.483 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:46.496 INFO:teuthology.orchestra.run.trial069.stdout:Package libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:46.511 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install librados2 2026-02-22T21:02:46.514 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:46.515 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-22T21:02:46.515 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:46.536 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install libcephfs-devel 2026-02-22T21:02:46.663 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 94/94 2026-02-22T21:02:46.663 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 1/94 2026-02-22T21:02:46.663 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 2/94 2026-02-22T21:02:46.663 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 3/94 2026-02-22T21:02:46.663 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 4/94 2026-02-22T21:02:46.663 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 5/94 2026-02-22T21:02:46.663 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-794.ga5c3084f.el9 6/94 2026-02-22T21:02:46.663 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 7/94 2026-02-22T21:02:46.663 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noar 8/94 2026-02-22T21:02:46.663 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c308 9/94 2026-02-22T21:02:46.664 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noar 10/94 2026-02-22T21:02:46.664 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-794.ga5c3084f.el9.n 11/94 2026-02-22T21:02:46.664 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 12/94 2026-02-22T21:02:46.664 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-794.ga5c3084f.el9. 13/94 2026-02-22T21:02:46.664 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 14/94 2026-02-22T21:02:46.664 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 15/94 2026-02-22T21:02:46.664 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 16/94 2026-02-22T21:02:46.664 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/94 2026-02-22T21:02:46.664 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/94 2026-02-22T21:02:46.664 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/94 2026-02-22T21:02:46.664 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/94 2026-02-22T21:02:46.664 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/94 2026-02-22T21:02:46.664 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/94 2026-02-22T21:02:46.664 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/94 2026-02-22T21:02:46.664 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/94 2026-02-22T21:02:46.664 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 25/94 2026-02-22T21:02:46.664 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 26/94 2026-02-22T21:02:46.664 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : unzip-6.0-59.el9.x86_64 27/94 2026-02-22T21:02:46.665 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : zip-3.0-35.el9.x86_64 28/94 2026-02-22T21:02:46.665 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 29/94 2026-02-22T21:02:46.665 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 30/94 2026-02-22T21:02:46.665 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 31/94 2026-02-22T21:02:46.665 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 32/94 2026-02-22T21:02:46.665 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : lua-5.4.4-4.el9.x86_64 33/94 2026-02-22T21:02:46.665 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 34/94 2026-02-22T21:02:46.665 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 35/94 2026-02-22T21:02:46.665 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/94 2026-02-22T21:02:46.665 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 37/94 2026-02-22T21:02:46.665 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 38/94 2026-02-22T21:02:46.665 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 39/94 2026-02-22T21:02:46.665 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 40/94 2026-02-22T21:02:46.665 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 41/94 2026-02-22T21:02:46.665 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 42/94 2026-02-22T21:02:46.665 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 43/94 2026-02-22T21:02:46.665 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 44/94 2026-02-22T21:02:46.665 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 45/94 2026-02-22T21:02:46.665 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 46/94 2026-02-22T21:02:46.666 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 47/94 2026-02-22T21:02:46.666 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 48/94 2026-02-22T21:02:46.666 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 49/94 2026-02-22T21:02:46.666 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 50/94 2026-02-22T21:02:46.666 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 51/94 2026-02-22T21:02:46.666 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 52/94 2026-02-22T21:02:46.666 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 53/94 2026-02-22T21:02:46.666 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 54/94 2026-02-22T21:02:46.666 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 55/94 2026-02-22T21:02:46.666 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 56/94 2026-02-22T21:02:46.666 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 57/94 2026-02-22T21:02:46.666 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 58/94 2026-02-22T21:02:46.666 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 59/94 2026-02-22T21:02:46.666 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 60/94 2026-02-22T21:02:46.666 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 61/94 2026-02-22T21:02:46.666 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 62/94 2026-02-22T21:02:46.666 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 63/94 2026-02-22T21:02:46.666 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 64/94 2026-02-22T21:02:46.666 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 65/94 2026-02-22T21:02:46.667 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 66/94 2026-02-22T21:02:46.667 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 67/94 2026-02-22T21:02:46.667 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 68/94 2026-02-22T21:02:46.667 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 69/94 2026-02-22T21:02:46.667 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 70/94 2026-02-22T21:02:46.667 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 71/94 2026-02-22T21:02:46.667 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 72/94 2026-02-22T21:02:46.667 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 73/94 2026-02-22T21:02:46.667 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 74/94 2026-02-22T21:02:46.667 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 75/94 2026-02-22T21:02:46.667 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 76/94 2026-02-22T21:02:46.667 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 77/94 2026-02-22T21:02:46.667 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 78/94 2026-02-22T21:02:46.667 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 79/94 2026-02-22T21:02:46.667 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 80/94 2026-02-22T21:02:46.667 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 81/94 2026-02-22T21:02:46.667 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 82/94 2026-02-22T21:02:46.667 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 83/94 2026-02-22T21:02:46.667 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 84/94 2026-02-22T21:02:46.667 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/94 2026-02-22T21:02:46.668 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 86/94 2026-02-22T21:02:46.668 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 87/94 2026-02-22T21:02:46.668 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 88/94 2026-02-22T21:02:46.668 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 89/94 2026-02-22T21:02:46.668 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 90/94 2026-02-22T21:02:46.668 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 91/94 2026-02-22T21:02:46.668 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 92/94 2026-02-22T21:02:46.668 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 93/94 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 94/94 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout:Installed: 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: ceph-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: ceph-grafana-dashboards-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: ceph-mds-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: ceph-mgr-k8sevents-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: ceph-mgr-modules-core-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: ceph-mon-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: ceph-osd-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: ceph-prometheus-alerts-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: cephadm-2:20.2.0-794.ga5c3084f.el9.noarch 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-22T21:02:46.729 INFO:teuthology.orchestra.run.trial114.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: lua-5.4.4-4.el9.x86_64 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-22T21:02:46.730 INFO:teuthology.orchestra.run.trial114.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-ply-3.11-14.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: unzip-6.0-59.el9.x86_64 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-22T21:02:46.731 INFO:teuthology.orchestra.run.trial114.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-22T21:02:46.732 INFO:teuthology.orchestra.run.trial114.stdout: zip-3.0-35.el9.x86_64 2026-02-22T21:02:46.732 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:46.732 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:46.784 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install ceph-base 2026-02-22T21:02:46.818 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:41 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:46.843 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:42 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:46.883 INFO:teuthology.orchestra.run.trial073.stdout:Package librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:46.901 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:46.902 INFO:teuthology.orchestra.run.trial073.stdout:Nothing to do. 2026-02-22T21:02:46.902 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:46.923 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install librbd1 2026-02-22T21:02:46.926 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:46.927 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:46.928 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repo Size 2026-02-22T21:02:46.928 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:46.928 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-22T21:02:46.928 INFO:teuthology.orchestra.run.trial069.stdout: libcephfs-devel x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 34 k 2026-02-22T21:02:46.928 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:46.928 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-22T21:02:46.928 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:46.928 INFO:teuthology.orchestra.run.trial069.stdout:Install 1 Package 2026-02-22T21:02:46.928 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:46.929 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 34 k 2026-02-22T21:02:46.929 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 155 k 2026-02-22T21:02:46.929 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-22T21:02:46.993 INFO:teuthology.orchestra.run.trial069.stdout:libcephfs-devel-20.2.0-794.ga5c3084f.el9.x86_64 529 kB/s | 34 kB 00:00 2026-02-22T21:02:46.993 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:46.993 INFO:teuthology.orchestra.run.trial069.stdout:Total 523 kB/s | 34 kB 00:00 2026-02-22T21:02:46.993 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-22T21:02:46.995 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-22T21:02:46.995 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-22T21:02:46.997 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-22T21:02:46.997 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-22T21:02:47.018 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-22T21:02:47.034 INFO:teuthology.orchestra.run.trial069.stdout: Installing : libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:47.089 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:47.097 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:40 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:47.145 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:47.146 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:47.146 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-22T21:02:47.146 INFO:teuthology.orchestra.run.trial069.stdout: libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:47.146 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:47.146 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:47.163 INFO:teuthology.orchestra.run.trial114.stdout:Package ceph-base-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:47.172 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install librados2 2026-02-22T21:02:47.181 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:47.182 INFO:teuthology.orchestra.run.trial114.stdout:Nothing to do. 2026-02-22T21:02:47.182 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:47.203 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install cephadm 2026-02-22T21:02:47.229 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:42 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:47.293 INFO:teuthology.orchestra.run.trial073.stdout:Package librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:47.312 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:47.313 INFO:teuthology.orchestra.run.trial073.stdout:Nothing to do. 2026-02-22T21:02:47.313 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:47.332 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install python3-rados 2026-02-22T21:02:47.477 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:43 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:47.514 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:40 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:47.542 INFO:teuthology.orchestra.run.trial069.stdout:Package librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:47.561 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:47.561 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-22T21:02:47.561 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:47.581 INFO:teuthology.orchestra.run.trial114.stdout:Package cephadm-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T21:02:47.582 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install librbd1 2026-02-22T21:02:47.599 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:47.600 INFO:teuthology.orchestra.run.trial114.stdout:Nothing to do. 2026-02-22T21:02:47.600 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:47.621 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install ceph-immutable-object-cache 2026-02-22T21:02:47.639 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:42 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:47.703 INFO:teuthology.orchestra.run.trial073.stdout:Package python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:47.721 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:47.722 INFO:teuthology.orchestra.run.trial073.stdout:Nothing to do. 2026-02-22T21:02:47.722 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:47.744 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install python3-rgw 2026-02-22T21:02:47.886 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:43 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:47.927 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:40 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:47.951 INFO:teuthology.orchestra.run.trial069.stdout:Package librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:47.969 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:47.970 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-22T21:02:47.970 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:47.991 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install python3-rados 2026-02-22T21:02:48.011 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:48.011 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:48.012 INFO:teuthology.orchestra.run.trial114.stdout: Package Arch Version Repo Size 2026-02-22T21:02:48.012 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:48.012 INFO:teuthology.orchestra.run.trial114.stdout:Installing: 2026-02-22T21:02:48.012 INFO:teuthology.orchestra.run.trial114.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 154 k 2026-02-22T21:02:48.012 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:48.012 INFO:teuthology.orchestra.run.trial114.stdout:Transaction Summary 2026-02-22T21:02:48.012 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:48.012 INFO:teuthology.orchestra.run.trial114.stdout:Install 1 Package 2026-02-22T21:02:48.012 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:48.013 INFO:teuthology.orchestra.run.trial114.stdout:Total download size: 154 k 2026-02-22T21:02:48.013 INFO:teuthology.orchestra.run.trial114.stdout:Installed size: 447 k 2026-02-22T21:02:48.013 INFO:teuthology.orchestra.run.trial114.stdout:Downloading Packages: 2026-02-22T21:02:48.047 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:43 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:48.099 INFO:teuthology.orchestra.run.trial114.stdout:ceph-immutable-object-cache-20.2.0-794.ga5c3084 1.7 MB/s | 154 kB 00:00 2026-02-22T21:02:48.099 INFO:teuthology.orchestra.run.trial114.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:48.100 INFO:teuthology.orchestra.run.trial114.stdout:Total 1.7 MB/s | 154 kB 00:00 2026-02-22T21:02:48.100 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction check 2026-02-22T21:02:48.104 INFO:teuthology.orchestra.run.trial114.stdout:Transaction check succeeded. 2026-02-22T21:02:48.104 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction test 2026-02-22T21:02:48.111 INFO:teuthology.orchestra.run.trial073.stdout:Package python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:48.130 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:48.130 INFO:teuthology.orchestra.run.trial073.stdout:Nothing to do. 2026-02-22T21:02:48.131 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:48.136 INFO:teuthology.orchestra.run.trial114.stdout:Transaction test succeeded. 2026-02-22T21:02:48.136 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction 2026-02-22T21:02:48.151 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install python3-cephfs 2026-02-22T21:02:48.192 INFO:teuthology.orchestra.run.trial114.stdout: Preparing : 1/1 2026-02-22T21:02:48.193 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.e 1/1 2026-02-22T21:02:48.216 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.e 1/1 2026-02-22T21:02:48.216 INFO:teuthology.orchestra.run.trial114.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:48.216 INFO:teuthology.orchestra.run.trial114.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-22T21:02:48.217 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:48.298 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:44 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:48.363 INFO:teuthology.orchestra.run.trial069.stdout:Package python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:48.381 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:48.382 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-22T21:02:48.382 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:48.403 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install python3-rgw 2026-02-22T21:02:48.458 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:43 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:48.501 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.e 1/1 2026-02-22T21:02:48.501 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:48.501 INFO:teuthology.orchestra.run.trial114.stdout:Installed: 2026-02-22T21:02:48.501 INFO:teuthology.orchestra.run.trial114.stdout: ceph-immutable-object-cache-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:48.501 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:48.501 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:48.523 INFO:teuthology.orchestra.run.trial073.stdout:Package python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:48.530 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install ceph-mgr 2026-02-22T21:02:48.541 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:48.541 INFO:teuthology.orchestra.run.trial073.stdout:Nothing to do. 2026-02-22T21:02:48.542 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:48.562 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install python3-rbd 2026-02-22T21:02:48.709 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:44 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:48.773 INFO:teuthology.orchestra.run.trial069.stdout:Package python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:48.791 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:48.792 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-22T21:02:48.792 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:48.813 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install python3-cephfs 2026-02-22T21:02:48.844 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:41 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:48.870 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:43 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:48.910 INFO:teuthology.orchestra.run.trial114.stdout:Package ceph-mgr-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:48.929 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:48.930 INFO:teuthology.orchestra.run.trial114.stdout:Nothing to do. 2026-02-22T21:02:48.930 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:48.936 INFO:teuthology.orchestra.run.trial073.stdout:Package python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:48.951 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install ceph-mgr-dashboard 2026-02-22T21:02:48.954 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:48.955 INFO:teuthology.orchestra.run.trial073.stdout:Nothing to do. 2026-02-22T21:02:48.955 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:48.976 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install rbd-fuse 2026-02-22T21:02:49.123 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:45 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:49.187 INFO:teuthology.orchestra.run.trial069.stdout:Package python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:49.205 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:49.206 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-22T21:02:49.206 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:49.227 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install python3-rbd 2026-02-22T21:02:49.261 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:42 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:49.289 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:44 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:49.328 INFO:teuthology.orchestra.run.trial114.stdout:Package ceph-mgr-dashboard-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T21:02:49.347 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:49.347 INFO:teuthology.orchestra.run.trial114.stdout:Nothing to do. 2026-02-22T21:02:49.347 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:49.369 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-22T21:02:49.373 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:49.373 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:49.373 INFO:teuthology.orchestra.run.trial073.stdout: Package Architecture Version Repository Size 2026-02-22T21:02:49.373 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:49.373 INFO:teuthology.orchestra.run.trial073.stdout:Installing: 2026-02-22T21:02:49.373 INFO:teuthology.orchestra.run.trial073.stdout: rbd-fuse x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 91 k 2026-02-22T21:02:49.373 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:49.374 INFO:teuthology.orchestra.run.trial073.stdout:Transaction Summary 2026-02-22T21:02:49.374 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:49.374 INFO:teuthology.orchestra.run.trial073.stdout:Install 1 Package 2026-02-22T21:02:49.374 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:49.374 INFO:teuthology.orchestra.run.trial073.stdout:Total download size: 91 k 2026-02-22T21:02:49.374 INFO:teuthology.orchestra.run.trial073.stdout:Installed size: 238 k 2026-02-22T21:02:49.374 INFO:teuthology.orchestra.run.trial073.stdout:Downloading Packages: 2026-02-22T21:02:49.448 INFO:teuthology.orchestra.run.trial073.stdout:rbd-fuse-20.2.0-794.ga5c3084f.el9.x86_64.rpm 1.2 MB/s | 91 kB 00:00 2026-02-22T21:02:49.449 INFO:teuthology.orchestra.run.trial073.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:49.449 INFO:teuthology.orchestra.run.trial073.stdout:Total 1.2 MB/s | 91 kB 00:00 2026-02-22T21:02:49.449 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction check 2026-02-22T21:02:49.453 INFO:teuthology.orchestra.run.trial073.stdout:Transaction check succeeded. 2026-02-22T21:02:49.453 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction test 2026-02-22T21:02:49.484 INFO:teuthology.orchestra.run.trial073.stdout:Transaction test succeeded. 2026-02-22T21:02:49.484 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction 2026-02-22T21:02:49.536 INFO:teuthology.orchestra.run.trial073.stdout: Preparing : 1/1 2026-02-22T21:02:49.536 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:45 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:49.553 INFO:teuthology.orchestra.run.trial073.stdout: Installing : rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:49.601 INFO:teuthology.orchestra.run.trial069.stdout:Package python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:49.619 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:49.619 INFO:teuthology.orchestra.run.trial069.stdout:Nothing to do. 2026-02-22T21:02:49.619 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:49.633 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:49.641 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install rbd-fuse 2026-02-22T21:02:49.680 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:42 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:49.691 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:49.691 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:49.691 INFO:teuthology.orchestra.run.trial073.stdout:Installed: 2026-02-22T21:02:49.691 INFO:teuthology.orchestra.run.trial073.stdout: rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:49.691 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:49.691 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:49.719 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install rbd-mirror 2026-02-22T21:02:49.745 INFO:teuthology.orchestra.run.trial114.stdout:Package ceph-mgr-diskprediction-local-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T21:02:49.764 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:49.765 INFO:teuthology.orchestra.run.trial114.stdout:Nothing to do. 2026-02-22T21:02:49.765 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:49.786 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install ceph-mgr-rook 2026-02-22T21:02:49.948 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:45 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:50.030 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:45 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:50.032 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:50.032 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:50.032 INFO:teuthology.orchestra.run.trial069.stdout: Package Architecture Version Repository Size 2026-02-22T21:02:50.032 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:50.032 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-22T21:02:50.032 INFO:teuthology.orchestra.run.trial069.stdout: rbd-fuse x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 91 k 2026-02-22T21:02:50.032 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:50.032 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-22T21:02:50.032 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:50.032 INFO:teuthology.orchestra.run.trial069.stdout:Install 1 Package 2026-02-22T21:02:50.032 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:50.033 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 91 k 2026-02-22T21:02:50.033 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 238 k 2026-02-22T21:02:50.033 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-22T21:02:50.096 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:43 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:50.113 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:50.114 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:50.115 INFO:teuthology.orchestra.run.trial073.stdout: Package Arch Version Repo Size 2026-02-22T21:02:50.115 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:50.115 INFO:teuthology.orchestra.run.trial073.stdout:Installing: 2026-02-22T21:02:50.115 INFO:teuthology.orchestra.run.trial073.stdout: rbd-mirror x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 2.9 M 2026-02-22T21:02:50.115 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:50.115 INFO:teuthology.orchestra.run.trial073.stdout:Transaction Summary 2026-02-22T21:02:50.115 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:50.115 INFO:teuthology.orchestra.run.trial073.stdout:Install 1 Package 2026-02-22T21:02:50.115 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:50.115 INFO:teuthology.orchestra.run.trial073.stdout:Total download size: 2.9 M 2026-02-22T21:02:50.116 INFO:teuthology.orchestra.run.trial073.stdout:Installed size: 11 M 2026-02-22T21:02:50.116 INFO:teuthology.orchestra.run.trial073.stdout:Downloading Packages: 2026-02-22T21:02:50.123 INFO:teuthology.orchestra.run.trial069.stdout:rbd-fuse-20.2.0-794.ga5c3084f.el9.x86_64.rpm 1.0 MB/s | 91 kB 00:00 2026-02-22T21:02:50.123 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:50.123 INFO:teuthology.orchestra.run.trial069.stdout:Total 1.0 MB/s | 91 kB 00:00 2026-02-22T21:02:50.124 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-22T21:02:50.127 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-22T21:02:50.128 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-22T21:02:50.159 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-22T21:02:50.159 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-22T21:02:50.161 INFO:teuthology.orchestra.run.trial114.stdout:Package ceph-mgr-rook-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T21:02:50.180 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:50.181 INFO:teuthology.orchestra.run.trial114.stdout:Nothing to do. 2026-02-22T21:02:50.182 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:50.203 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install ceph-mgr-cephadm 2026-02-22T21:02:50.210 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-22T21:02:50.227 INFO:teuthology.orchestra.run.trial069.stdout: Installing : rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:50.264 INFO:teuthology.orchestra.run.trial073.stdout:rbd-mirror-20.2.0-794.ga5c3084f.el9.x86_64.rpm 19 MB/s | 2.9 MB 00:00 2026-02-22T21:02:50.265 INFO:teuthology.orchestra.run.trial073.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:50.265 INFO:teuthology.orchestra.run.trial073.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-22T21:02:50.265 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction check 2026-02-22T21:02:50.271 INFO:teuthology.orchestra.run.trial073.stdout:Transaction check succeeded. 2026-02-22T21:02:50.271 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction test 2026-02-22T21:02:50.308 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:50.312 INFO:teuthology.orchestra.run.trial073.stdout:Transaction test succeeded. 2026-02-22T21:02:50.312 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction 2026-02-22T21:02:50.366 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:50.366 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:50.366 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-22T21:02:50.366 INFO:teuthology.orchestra.run.trial069.stdout: rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:50.366 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:50.366 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:50.394 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install rbd-mirror 2026-02-22T21:02:50.498 INFO:teuthology.orchestra.run.trial073.stdout: Preparing : 1/1 2026-02-22T21:02:50.499 INFO:teuthology.orchestra.run.trial073.stdout: Installing : rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:50.511 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:43 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:50.523 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:50.523 INFO:teuthology.orchestra.run.trial073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:50.523 INFO:teuthology.orchestra.run.trial073.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-22T21:02:50.523 INFO:teuthology.orchestra.run.trial073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-22T21:02:50.523 INFO:teuthology.orchestra.run.trial073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-22T21:02:50.524 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:50.577 INFO:teuthology.orchestra.run.trial114.stdout:Package ceph-mgr-cephadm-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T21:02:50.595 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:50.596 INFO:teuthology.orchestra.run.trial114.stdout:Nothing to do. 2026-02-22T21:02:50.596 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:50.617 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install ceph-fuse 2026-02-22T21:02:50.706 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:46 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:50.790 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:50.791 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:50.791 INFO:teuthology.orchestra.run.trial069.stdout: Package Arch Version Repo Size 2026-02-22T21:02:50.791 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:50.791 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-22T21:02:50.791 INFO:teuthology.orchestra.run.trial069.stdout: rbd-mirror x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 2.9 M 2026-02-22T21:02:50.791 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:50.791 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-22T21:02:50.791 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:50.791 INFO:teuthology.orchestra.run.trial069.stdout:Install 1 Package 2026-02-22T21:02:50.791 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:50.791 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 2.9 M 2026-02-22T21:02:50.791 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 11 M 2026-02-22T21:02:50.791 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-22T21:02:50.844 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:50.844 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:50.844 INFO:teuthology.orchestra.run.trial073.stdout:Installed: 2026-02-22T21:02:50.844 INFO:teuthology.orchestra.run.trial073.stdout: rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:50.844 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:50.844 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:50.874 DEBUG:teuthology.orchestra.run.trial073:> sudo yum -y install rbd-nbd 2026-02-22T21:02:50.929 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:43 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:50.942 INFO:teuthology.orchestra.run.trial069.stdout:rbd-mirror-20.2.0-794.ga5c3084f.el9.x86_64.rpm 19 MB/s | 2.9 MB 00:00 2026-02-22T21:02:50.942 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:50.942 INFO:teuthology.orchestra.run.trial069.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-22T21:02:50.942 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-22T21:02:50.948 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-22T21:02:50.948 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-22T21:02:50.988 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-22T21:02:50.988 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-22T21:02:51.013 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:51.013 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:51.014 INFO:teuthology.orchestra.run.trial114.stdout: Package Architecture Version Repository Size 2026-02-22T21:02:51.014 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:51.014 INFO:teuthology.orchestra.run.trial114.stdout:Installing: 2026-02-22T21:02:51.014 INFO:teuthology.orchestra.run.trial114.stdout: ceph-fuse x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 941 k 2026-02-22T21:02:51.014 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:51.014 INFO:teuthology.orchestra.run.trial114.stdout:Transaction Summary 2026-02-22T21:02:51.014 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:51.014 INFO:teuthology.orchestra.run.trial114.stdout:Install 1 Package 2026-02-22T21:02:51.014 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:51.014 INFO:teuthology.orchestra.run.trial114.stdout:Total download size: 941 k 2026-02-22T21:02:51.014 INFO:teuthology.orchestra.run.trial114.stdout:Installed size: 2.7 M 2026-02-22T21:02:51.014 INFO:teuthology.orchestra.run.trial114.stdout:Downloading Packages: 2026-02-22T21:02:51.138 INFO:teuthology.orchestra.run.trial114.stdout:ceph-fuse-20.2.0-794.ga5c3084f.el9.x86_64.rpm 7.5 MB/s | 941 kB 00:00 2026-02-22T21:02:51.138 INFO:teuthology.orchestra.run.trial114.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:51.138 INFO:teuthology.orchestra.run.trial114.stdout:Total 7.4 MB/s | 941 kB 00:00 2026-02-22T21:02:51.138 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction check 2026-02-22T21:02:51.143 INFO:teuthology.orchestra.run.trial114.stdout:Transaction check succeeded. 2026-02-22T21:02:51.144 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction test 2026-02-22T21:02:51.171 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-22T21:02:51.173 INFO:teuthology.orchestra.run.trial069.stdout: Installing : rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:51.177 INFO:teuthology.orchestra.run.trial114.stdout:Transaction test succeeded. 2026-02-22T21:02:51.177 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction 2026-02-22T21:02:51.185 INFO:teuthology.orchestra.run.trial073.stdout:Last metadata expiration check: 0:00:46 ago on Sun 22 Feb 2026 09:02:05 PM UTC. 2026-02-22T21:02:51.195 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:51.195 INFO:teuthology.orchestra.run.trial069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:51.195 INFO:teuthology.orchestra.run.trial069.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-22T21:02:51.195 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-22T21:02:51.196 INFO:teuthology.orchestra.run.trial069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-22T21:02:51.196 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:51.267 INFO:teuthology.orchestra.run.trial114.stdout: Preparing : 1/1 2026-02-22T21:02:51.269 INFO:teuthology.orchestra.run.trial073.stdout:Dependencies resolved. 2026-02-22T21:02:51.269 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:51.269 INFO:teuthology.orchestra.run.trial073.stdout: Package Architecture Version Repository Size 2026-02-22T21:02:51.269 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:51.269 INFO:teuthology.orchestra.run.trial073.stdout:Installing: 2026-02-22T21:02:51.269 INFO:teuthology.orchestra.run.trial073.stdout: rbd-nbd x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 180 k 2026-02-22T21:02:51.269 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:51.269 INFO:teuthology.orchestra.run.trial073.stdout:Transaction Summary 2026-02-22T21:02:51.269 INFO:teuthology.orchestra.run.trial073.stdout:================================================================================ 2026-02-22T21:02:51.269 INFO:teuthology.orchestra.run.trial073.stdout:Install 1 Package 2026-02-22T21:02:51.269 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:51.269 INFO:teuthology.orchestra.run.trial073.stdout:Total download size: 180 k 2026-02-22T21:02:51.270 INFO:teuthology.orchestra.run.trial073.stdout:Installed size: 498 k 2026-02-22T21:02:51.270 INFO:teuthology.orchestra.run.trial073.stdout:Downloading Packages: 2026-02-22T21:02:51.285 INFO:teuthology.orchestra.run.trial114.stdout: Installing : ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:51.360 INFO:teuthology.orchestra.run.trial073.stdout:rbd-nbd-20.2.0-794.ga5c3084f.el9.x86_64.rpm 2.0 MB/s | 180 kB 00:00 2026-02-22T21:02:51.360 INFO:teuthology.orchestra.run.trial073.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:51.360 INFO:teuthology.orchestra.run.trial073.stdout:Total 1.9 MB/s | 180 kB 00:00 2026-02-22T21:02:51.360 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction check 2026-02-22T21:02:51.365 INFO:teuthology.orchestra.run.trial073.stdout:Transaction check succeeded. 2026-02-22T21:02:51.365 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction test 2026-02-22T21:02:51.396 INFO:teuthology.orchestra.run.trial073.stdout:Transaction test succeeded. 2026-02-22T21:02:51.397 INFO:teuthology.orchestra.run.trial073.stdout:Running transaction 2026-02-22T21:02:51.455 INFO:teuthology.orchestra.run.trial073.stdout: Preparing : 1/1 2026-02-22T21:02:51.471 INFO:teuthology.orchestra.run.trial073.stdout: Installing : rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:51.490 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:51.490 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:51.490 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-22T21:02:51.490 INFO:teuthology.orchestra.run.trial069.stdout: rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:51.490 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:51.491 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:51.518 DEBUG:teuthology.orchestra.run.trial069:> sudo yum -y install rbd-nbd 2026-02-22T21:02:51.547 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:51.554 INFO:teuthology.orchestra.run.trial073.stdout: Running scriptlet: rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:51.604 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:51.604 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:51.604 INFO:teuthology.orchestra.run.trial114.stdout:Installed: 2026-02-22T21:02:51.604 INFO:teuthology.orchestra.run.trial114.stdout: ceph-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:51.604 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:51.604 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:51.612 INFO:teuthology.orchestra.run.trial073.stdout: Verifying : rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:51.613 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:51.613 INFO:teuthology.orchestra.run.trial073.stdout:Installed: 2026-02-22T21:02:51.613 INFO:teuthology.orchestra.run.trial073.stdout: rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:51.613 INFO:teuthology.orchestra.run.trial073.stdout: 2026-02-22T21:02:51.613 INFO:teuthology.orchestra.run.trial073.stdout:Complete! 2026-02-22T21:02:51.632 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install ceph-volume 2026-02-22T21:02:51.641 DEBUG:teuthology.parallel:result is None 2026-02-22T21:02:51.826 INFO:teuthology.orchestra.run.trial069.stdout:Last metadata expiration check: 0:00:47 ago on Sun 22 Feb 2026 09:02:04 PM UTC. 2026-02-22T21:02:51.912 INFO:teuthology.orchestra.run.trial069.stdout:Dependencies resolved. 2026-02-22T21:02:51.912 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:51.912 INFO:teuthology.orchestra.run.trial069.stdout: Package Architecture Version Repository Size 2026-02-22T21:02:51.912 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:51.912 INFO:teuthology.orchestra.run.trial069.stdout:Installing: 2026-02-22T21:02:51.912 INFO:teuthology.orchestra.run.trial069.stdout: rbd-nbd x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 180 k 2026-02-22T21:02:51.913 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:51.913 INFO:teuthology.orchestra.run.trial069.stdout:Transaction Summary 2026-02-22T21:02:51.913 INFO:teuthology.orchestra.run.trial069.stdout:================================================================================ 2026-02-22T21:02:51.913 INFO:teuthology.orchestra.run.trial069.stdout:Install 1 Package 2026-02-22T21:02:51.913 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:51.913 INFO:teuthology.orchestra.run.trial069.stdout:Total download size: 180 k 2026-02-22T21:02:51.913 INFO:teuthology.orchestra.run.trial069.stdout:Installed size: 498 k 2026-02-22T21:02:51.913 INFO:teuthology.orchestra.run.trial069.stdout:Downloading Packages: 2026-02-22T21:02:51.941 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:44 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:52.001 INFO:teuthology.orchestra.run.trial069.stdout:rbd-nbd-20.2.0-794.ga5c3084f.el9.x86_64.rpm 2.0 MB/s | 180 kB 00:00 2026-02-22T21:02:52.001 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:52.001 INFO:teuthology.orchestra.run.trial069.stdout:Total 2.0 MB/s | 180 kB 00:00 2026-02-22T21:02:52.002 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction check 2026-02-22T21:02:52.006 INFO:teuthology.orchestra.run.trial069.stdout:Transaction check succeeded. 2026-02-22T21:02:52.006 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction test 2026-02-22T21:02:52.007 INFO:teuthology.orchestra.run.trial114.stdout:Package ceph-volume-2:20.2.0-794.ga5c3084f.el9.noarch is already installed. 2026-02-22T21:02:52.025 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:52.026 INFO:teuthology.orchestra.run.trial114.stdout:Nothing to do. 2026-02-22T21:02:52.026 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:52.038 INFO:teuthology.orchestra.run.trial069.stdout:Transaction test succeeded. 2026-02-22T21:02:52.038 INFO:teuthology.orchestra.run.trial069.stdout:Running transaction 2026-02-22T21:02:52.047 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install librados-devel 2026-02-22T21:02:52.094 INFO:teuthology.orchestra.run.trial069.stdout: Preparing : 1/1 2026-02-22T21:02:52.110 INFO:teuthology.orchestra.run.trial069.stdout: Installing : rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:52.195 INFO:teuthology.orchestra.run.trial069.stdout: Running scriptlet: rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:52.252 INFO:teuthology.orchestra.run.trial069.stdout: Verifying : rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:52.253 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:52.253 INFO:teuthology.orchestra.run.trial069.stdout:Installed: 2026-02-22T21:02:52.253 INFO:teuthology.orchestra.run.trial069.stdout: rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:52.253 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:02:52.253 INFO:teuthology.orchestra.run.trial069.stdout:Complete! 2026-02-22T21:02:52.284 DEBUG:teuthology.parallel:result is None 2026-02-22T21:02:52.358 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:45 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:52.442 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:52.442 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:52.442 INFO:teuthology.orchestra.run.trial114.stdout: Package Arch Version Repo Size 2026-02-22T21:02:52.442 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:52.443 INFO:teuthology.orchestra.run.trial114.stdout:Installing: 2026-02-22T21:02:52.443 INFO:teuthology.orchestra.run.trial114.stdout: librados-devel x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 126 k 2026-02-22T21:02:52.443 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:52.443 INFO:teuthology.orchestra.run.trial114.stdout:Transaction Summary 2026-02-22T21:02:52.443 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:52.443 INFO:teuthology.orchestra.run.trial114.stdout:Install 1 Package 2026-02-22T21:02:52.443 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:52.443 INFO:teuthology.orchestra.run.trial114.stdout:Total download size: 126 k 2026-02-22T21:02:52.443 INFO:teuthology.orchestra.run.trial114.stdout:Installed size: 449 k 2026-02-22T21:02:52.443 INFO:teuthology.orchestra.run.trial114.stdout:Downloading Packages: 2026-02-22T21:02:52.531 INFO:teuthology.orchestra.run.trial114.stdout:librados-devel-20.2.0-794.ga5c3084f.el9.x86_64. 1.4 MB/s | 126 kB 00:00 2026-02-22T21:02:52.531 INFO:teuthology.orchestra.run.trial114.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:52.531 INFO:teuthology.orchestra.run.trial114.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-22T21:02:52.532 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction check 2026-02-22T21:02:52.534 INFO:teuthology.orchestra.run.trial114.stdout:Transaction check succeeded. 2026-02-22T21:02:52.534 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction test 2026-02-22T21:02:52.565 INFO:teuthology.orchestra.run.trial114.stdout:Transaction test succeeded. 2026-02-22T21:02:52.565 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction 2026-02-22T21:02:52.619 INFO:teuthology.orchestra.run.trial114.stdout: Preparing : 1/1 2026-02-22T21:02:52.636 INFO:teuthology.orchestra.run.trial114.stdout: Installing : librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:52.719 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:52.777 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:52.777 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:52.777 INFO:teuthology.orchestra.run.trial114.stdout:Installed: 2026-02-22T21:02:52.777 INFO:teuthology.orchestra.run.trial114.stdout: librados-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:52.777 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:52.777 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:52.806 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install libcephfs2 2026-02-22T21:02:53.111 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:46 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:53.176 INFO:teuthology.orchestra.run.trial114.stdout:Package libcephfs2-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:53.194 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:53.195 INFO:teuthology.orchestra.run.trial114.stdout:Nothing to do. 2026-02-22T21:02:53.195 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:53.217 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install libcephfs-devel 2026-02-22T21:02:53.522 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:46 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:53.607 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:53.608 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:53.608 INFO:teuthology.orchestra.run.trial114.stdout: Package Arch Version Repo Size 2026-02-22T21:02:53.608 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:53.608 INFO:teuthology.orchestra.run.trial114.stdout:Installing: 2026-02-22T21:02:53.608 INFO:teuthology.orchestra.run.trial114.stdout: libcephfs-devel x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 34 k 2026-02-22T21:02:53.608 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:53.608 INFO:teuthology.orchestra.run.trial114.stdout:Transaction Summary 2026-02-22T21:02:53.608 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:53.608 INFO:teuthology.orchestra.run.trial114.stdout:Install 1 Package 2026-02-22T21:02:53.608 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:53.609 INFO:teuthology.orchestra.run.trial114.stdout:Total download size: 34 k 2026-02-22T21:02:53.609 INFO:teuthology.orchestra.run.trial114.stdout:Installed size: 155 k 2026-02-22T21:02:53.609 INFO:teuthology.orchestra.run.trial114.stdout:Downloading Packages: 2026-02-22T21:02:53.671 INFO:teuthology.orchestra.run.trial114.stdout:libcephfs-devel-20.2.0-794.ga5c3084f.el9.x86_64 536 kB/s | 34 kB 00:00 2026-02-22T21:02:53.672 INFO:teuthology.orchestra.run.trial114.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:53.672 INFO:teuthology.orchestra.run.trial114.stdout:Total 529 kB/s | 34 kB 00:00 2026-02-22T21:02:53.672 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction check 2026-02-22T21:02:53.674 INFO:teuthology.orchestra.run.trial114.stdout:Transaction check succeeded. 2026-02-22T21:02:53.674 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction test 2026-02-22T21:02:53.676 INFO:teuthology.orchestra.run.trial114.stdout:Transaction test succeeded. 2026-02-22T21:02:53.676 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction 2026-02-22T21:02:53.697 INFO:teuthology.orchestra.run.trial114.stdout: Preparing : 1/1 2026-02-22T21:02:53.713 INFO:teuthology.orchestra.run.trial114.stdout: Installing : libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:53.770 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:53.827 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:53.827 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:53.827 INFO:teuthology.orchestra.run.trial114.stdout:Installed: 2026-02-22T21:02:53.827 INFO:teuthology.orchestra.run.trial114.stdout: libcephfs-devel-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:53.827 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:53.827 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:53.855 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install librados2 2026-02-22T21:02:54.167 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:47 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:54.233 INFO:teuthology.orchestra.run.trial114.stdout:Package librados2-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:54.252 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:54.252 INFO:teuthology.orchestra.run.trial114.stdout:Nothing to do. 2026-02-22T21:02:54.252 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:54.275 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install librbd1 2026-02-22T21:02:54.582 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:47 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:54.648 INFO:teuthology.orchestra.run.trial114.stdout:Package librbd1-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:54.666 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:54.667 INFO:teuthology.orchestra.run.trial114.stdout:Nothing to do. 2026-02-22T21:02:54.667 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:54.688 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install python3-rados 2026-02-22T21:02:54.995 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:47 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:55.061 INFO:teuthology.orchestra.run.trial114.stdout:Package python3-rados-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:55.079 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:55.080 INFO:teuthology.orchestra.run.trial114.stdout:Nothing to do. 2026-02-22T21:02:55.080 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:55.101 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install python3-rgw 2026-02-22T21:02:55.411 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:48 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:55.476 INFO:teuthology.orchestra.run.trial114.stdout:Package python3-rgw-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:55.494 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:55.495 INFO:teuthology.orchestra.run.trial114.stdout:Nothing to do. 2026-02-22T21:02:55.495 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:55.516 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install python3-cephfs 2026-02-22T21:02:55.826 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:48 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:55.892 INFO:teuthology.orchestra.run.trial114.stdout:Package python3-cephfs-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:55.910 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:55.911 INFO:teuthology.orchestra.run.trial114.stdout:Nothing to do. 2026-02-22T21:02:55.911 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:55.933 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install python3-rbd 2026-02-22T21:02:56.242 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:49 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:56.308 INFO:teuthology.orchestra.run.trial114.stdout:Package python3-rbd-2:20.2.0-794.ga5c3084f.el9.x86_64 is already installed. 2026-02-22T21:02:56.326 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:56.327 INFO:teuthology.orchestra.run.trial114.stdout:Nothing to do. 2026-02-22T21:02:56.327 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:56.349 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install rbd-fuse 2026-02-22T21:02:56.664 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:49 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:56.750 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:56.750 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:56.750 INFO:teuthology.orchestra.run.trial114.stdout: Package Architecture Version Repository Size 2026-02-22T21:02:56.750 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:56.750 INFO:teuthology.orchestra.run.trial114.stdout:Installing: 2026-02-22T21:02:56.750 INFO:teuthology.orchestra.run.trial114.stdout: rbd-fuse x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 91 k 2026-02-22T21:02:56.750 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:56.750 INFO:teuthology.orchestra.run.trial114.stdout:Transaction Summary 2026-02-22T21:02:56.750 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:56.750 INFO:teuthology.orchestra.run.trial114.stdout:Install 1 Package 2026-02-22T21:02:56.750 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:56.750 INFO:teuthology.orchestra.run.trial114.stdout:Total download size: 91 k 2026-02-22T21:02:56.751 INFO:teuthology.orchestra.run.trial114.stdout:Installed size: 238 k 2026-02-22T21:02:56.751 INFO:teuthology.orchestra.run.trial114.stdout:Downloading Packages: 2026-02-22T21:02:56.827 INFO:teuthology.orchestra.run.trial114.stdout:rbd-fuse-20.2.0-794.ga5c3084f.el9.x86_64.rpm 1.2 MB/s | 91 kB 00:00 2026-02-22T21:02:56.827 INFO:teuthology.orchestra.run.trial114.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:56.828 INFO:teuthology.orchestra.run.trial114.stdout:Total 1.1 MB/s | 91 kB 00:00 2026-02-22T21:02:56.828 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction check 2026-02-22T21:02:56.832 INFO:teuthology.orchestra.run.trial114.stdout:Transaction check succeeded. 2026-02-22T21:02:56.832 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction test 2026-02-22T21:02:56.864 INFO:teuthology.orchestra.run.trial114.stdout:Transaction test succeeded. 2026-02-22T21:02:56.864 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction 2026-02-22T21:02:56.916 INFO:teuthology.orchestra.run.trial114.stdout: Preparing : 1/1 2026-02-22T21:02:56.933 INFO:teuthology.orchestra.run.trial114.stdout: Installing : rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:57.015 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:57.072 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:57.073 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:57.073 INFO:teuthology.orchestra.run.trial114.stdout:Installed: 2026-02-22T21:02:57.073 INFO:teuthology.orchestra.run.trial114.stdout: rbd-fuse-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:57.073 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:57.073 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:57.102 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install rbd-mirror 2026-02-22T21:02:57.411 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:50 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:57.497 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:57.497 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:57.497 INFO:teuthology.orchestra.run.trial114.stdout: Package Arch Version Repo Size 2026-02-22T21:02:57.497 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:57.497 INFO:teuthology.orchestra.run.trial114.stdout:Installing: 2026-02-22T21:02:57.497 INFO:teuthology.orchestra.run.trial114.stdout: rbd-mirror x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 2.9 M 2026-02-22T21:02:57.497 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:57.497 INFO:teuthology.orchestra.run.trial114.stdout:Transaction Summary 2026-02-22T21:02:57.498 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:57.498 INFO:teuthology.orchestra.run.trial114.stdout:Install 1 Package 2026-02-22T21:02:57.498 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:57.498 INFO:teuthology.orchestra.run.trial114.stdout:Total download size: 2.9 M 2026-02-22T21:02:57.498 INFO:teuthology.orchestra.run.trial114.stdout:Installed size: 11 M 2026-02-22T21:02:57.498 INFO:teuthology.orchestra.run.trial114.stdout:Downloading Packages: 2026-02-22T21:02:57.649 INFO:teuthology.orchestra.run.trial114.stdout:rbd-mirror-20.2.0-794.ga5c3084f.el9.x86_64.rpm 19 MB/s | 2.9 MB 00:00 2026-02-22T21:02:57.650 INFO:teuthology.orchestra.run.trial114.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:57.650 INFO:teuthology.orchestra.run.trial114.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-22T21:02:57.650 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction check 2026-02-22T21:02:57.654 INFO:teuthology.orchestra.run.trial114.stdout:Transaction check succeeded. 2026-02-22T21:02:57.655 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction test 2026-02-22T21:02:57.695 INFO:teuthology.orchestra.run.trial114.stdout:Transaction test succeeded. 2026-02-22T21:02:57.695 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction 2026-02-22T21:02:57.884 INFO:teuthology.orchestra.run.trial114.stdout: Preparing : 1/1 2026-02-22T21:02:57.885 INFO:teuthology.orchestra.run.trial114.stdout: Installing : rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:57.908 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:57.908 INFO:teuthology.orchestra.run.trial114.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-22T21:02:57.908 INFO:teuthology.orchestra.run.trial114.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-22T21:02:57.908 INFO:teuthology.orchestra.run.trial114.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-22T21:02:57.908 INFO:teuthology.orchestra.run.trial114.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-22T21:02:57.908 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:58.232 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:58.232 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:58.233 INFO:teuthology.orchestra.run.trial114.stdout:Installed: 2026-02-22T21:02:58.233 INFO:teuthology.orchestra.run.trial114.stdout: rbd-mirror-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:58.233 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:58.233 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:58.261 DEBUG:teuthology.orchestra.run.trial114:> sudo yum -y install rbd-nbd 2026-02-22T21:02:58.574 INFO:teuthology.orchestra.run.trial114.stdout:Last metadata expiration check: 0:00:51 ago on Sun 22 Feb 2026 09:02:07 PM UTC. 2026-02-22T21:02:58.660 INFO:teuthology.orchestra.run.trial114.stdout:Dependencies resolved. 2026-02-22T21:02:58.660 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:58.660 INFO:teuthology.orchestra.run.trial114.stdout: Package Architecture Version Repository Size 2026-02-22T21:02:58.660 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:58.660 INFO:teuthology.orchestra.run.trial114.stdout:Installing: 2026-02-22T21:02:58.660 INFO:teuthology.orchestra.run.trial114.stdout: rbd-nbd x86_64 2:20.2.0-794.ga5c3084f.el9 ceph 180 k 2026-02-22T21:02:58.661 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:58.661 INFO:teuthology.orchestra.run.trial114.stdout:Transaction Summary 2026-02-22T21:02:58.661 INFO:teuthology.orchestra.run.trial114.stdout:================================================================================ 2026-02-22T21:02:58.661 INFO:teuthology.orchestra.run.trial114.stdout:Install 1 Package 2026-02-22T21:02:58.661 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:58.661 INFO:teuthology.orchestra.run.trial114.stdout:Total download size: 180 k 2026-02-22T21:02:58.661 INFO:teuthology.orchestra.run.trial114.stdout:Installed size: 498 k 2026-02-22T21:02:58.662 INFO:teuthology.orchestra.run.trial114.stdout:Downloading Packages: 2026-02-22T21:02:58.749 INFO:teuthology.orchestra.run.trial114.stdout:rbd-nbd-20.2.0-794.ga5c3084f.el9.x86_64.rpm 2.0 MB/s | 180 kB 00:00 2026-02-22T21:02:58.749 INFO:teuthology.orchestra.run.trial114.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:02:58.749 INFO:teuthology.orchestra.run.trial114.stdout:Total 1.9 MB/s | 180 kB 00:00 2026-02-22T21:02:58.749 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction check 2026-02-22T21:02:58.754 INFO:teuthology.orchestra.run.trial114.stdout:Transaction check succeeded. 2026-02-22T21:02:58.754 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction test 2026-02-22T21:02:58.786 INFO:teuthology.orchestra.run.trial114.stdout:Transaction test succeeded. 2026-02-22T21:02:58.787 INFO:teuthology.orchestra.run.trial114.stdout:Running transaction 2026-02-22T21:02:58.843 INFO:teuthology.orchestra.run.trial114.stdout: Preparing : 1/1 2026-02-22T21:02:58.860 INFO:teuthology.orchestra.run.trial114.stdout: Installing : rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:58.944 INFO:teuthology.orchestra.run.trial114.stdout: Running scriptlet: rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:59.002 INFO:teuthology.orchestra.run.trial114.stdout: Verifying : rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 1/1 2026-02-22T21:02:59.002 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:59.002 INFO:teuthology.orchestra.run.trial114.stdout:Installed: 2026-02-22T21:02:59.002 INFO:teuthology.orchestra.run.trial114.stdout: rbd-nbd-2:20.2.0-794.ga5c3084f.el9.x86_64 2026-02-22T21:02:59.002 INFO:teuthology.orchestra.run.trial114.stdout: 2026-02-22T21:02:59.002 INFO:teuthology.orchestra.run.trial114.stdout:Complete! 2026-02-22T21:02:59.034 DEBUG:teuthology.parallel:result is None 2026-02-22T21:02:59.034 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-22T21:02:59.211 DEBUG:teuthology.orchestra.run.trial069:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-22T21:02:59.233 INFO:teuthology.orchestra.run.trial069.stdout:20.2.0-794.ga5c3084f.el9 2026-02-22T21:02:59.234 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-794.ga5c3084f.el9 2026-02-22T21:02:59.234 INFO:teuthology.task.install:The correct ceph version 20.2.0-794.ga5c3084f is installed. 2026-02-22T21:02:59.236 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-22T21:02:59.389 DEBUG:teuthology.orchestra.run.trial073:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-22T21:02:59.410 INFO:teuthology.orchestra.run.trial073.stdout:20.2.0-794.ga5c3084f.el9 2026-02-22T21:02:59.411 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-794.ga5c3084f.el9 2026-02-22T21:02:59.411 INFO:teuthology.task.install:The correct ceph version 20.2.0-794.ga5c3084f is installed. 2026-02-22T21:02:59.414 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-22T21:02:59.565 DEBUG:teuthology.orchestra.run.trial114:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-22T21:02:59.586 INFO:teuthology.orchestra.run.trial114.stdout:20.2.0-794.ga5c3084f.el9 2026-02-22T21:02:59.586 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-794.ga5c3084f.el9 2026-02-22T21:02:59.587 INFO:teuthology.task.install:The correct ceph version 20.2.0-794.ga5c3084f is installed. 2026-02-22T21:02:59.589 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-22T21:02:59.589 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-22T21:02:59.589 DEBUG:teuthology.orchestra.run.trial069:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-22T21:02:59.615 DEBUG:teuthology.orchestra.run.trial073:> set -ex 2026-02-22T21:02:59.615 DEBUG:teuthology.orchestra.run.trial073:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-22T21:02:59.642 DEBUG:teuthology.orchestra.run.trial114:> set -ex 2026-02-22T21:02:59.642 DEBUG:teuthology.orchestra.run.trial114:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-22T21:02:59.667 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-22T21:02:59.667 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-22T21:02:59.667 DEBUG:teuthology.orchestra.run.trial069:> sudo dd of=/usr/bin/daemon-helper 2026-02-22T21:02:59.689 DEBUG:teuthology.orchestra.run.trial069:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-22T21:02:59.754 DEBUG:teuthology.orchestra.run.trial073:> set -ex 2026-02-22T21:02:59.755 DEBUG:teuthology.orchestra.run.trial073:> sudo dd of=/usr/bin/daemon-helper 2026-02-22T21:02:59.780 DEBUG:teuthology.orchestra.run.trial073:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-22T21:02:59.847 DEBUG:teuthology.orchestra.run.trial114:> set -ex 2026-02-22T21:02:59.848 DEBUG:teuthology.orchestra.run.trial114:> sudo dd of=/usr/bin/daemon-helper 2026-02-22T21:02:59.872 DEBUG:teuthology.orchestra.run.trial114:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-22T21:02:59.936 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-22T21:02:59.937 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-22T21:02:59.937 DEBUG:teuthology.orchestra.run.trial069:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-22T21:02:59.962 DEBUG:teuthology.orchestra.run.trial069:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-22T21:03:00.026 DEBUG:teuthology.orchestra.run.trial073:> set -ex 2026-02-22T21:03:00.026 DEBUG:teuthology.orchestra.run.trial073:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-22T21:03:00.049 DEBUG:teuthology.orchestra.run.trial073:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-22T21:03:00.113 DEBUG:teuthology.orchestra.run.trial114:> set -ex 2026-02-22T21:03:00.113 DEBUG:teuthology.orchestra.run.trial114:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-22T21:03:00.138 DEBUG:teuthology.orchestra.run.trial114:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-22T21:03:00.204 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-22T21:03:00.204 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-22T21:03:00.204 DEBUG:teuthology.orchestra.run.trial069:> sudo dd of=/usr/bin/stdin-killer 2026-02-22T21:03:00.230 DEBUG:teuthology.orchestra.run.trial069:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-22T21:03:00.295 DEBUG:teuthology.orchestra.run.trial073:> set -ex 2026-02-22T21:03:00.295 DEBUG:teuthology.orchestra.run.trial073:> sudo dd of=/usr/bin/stdin-killer 2026-02-22T21:03:00.320 DEBUG:teuthology.orchestra.run.trial073:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-22T21:03:00.384 DEBUG:teuthology.orchestra.run.trial114:> set -ex 2026-02-22T21:03:00.384 DEBUG:teuthology.orchestra.run.trial114:> sudo dd of=/usr/bin/stdin-killer 2026-02-22T21:03:00.409 DEBUG:teuthology.orchestra.run.trial114:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-22T21:03:00.472 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-22T21:03:00.572 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': 'a5c3084f688b1f6eff223b8d259a8316f9844c8e', 'distro-suffix': 'rockylinux-10'} 2026-02-22T21:03:00.572 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T21:03:00.575 INFO:tasks.cephadm:Cluster fsid is defc6fb5-1031-11f1-8ad8-d404e6e7d460 2026-02-22T21:03:00.575 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-22T21:03:00.575 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.69', 'mon.b': '10.20.193.73', 'mon.c': '10.20.193.114'} 2026-02-22T21:03:00.575 INFO:tasks.cephadm:First mon is mon.a on trial069 2026-02-22T21:03:00.575 INFO:tasks.cephadm:First mgr is a 2026-02-22T21:03:00.575 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-22T21:03:00.575 DEBUG:teuthology.orchestra.run.trial069:> sudo hostname $(hostname -s) 2026-02-22T21:03:00.601 DEBUG:teuthology.orchestra.run.trial073:> sudo hostname $(hostname -s) 2026-02-22T21:03:00.627 DEBUG:teuthology.orchestra.run.trial114:> sudo hostname $(hostname -s) 2026-02-22T21:03:00.652 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-22T21:03:00.652 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-22T21:03:00.810 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-22T21:03:00.936 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-22T21:03:00.938 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-22T21:03:00.938 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-22T21:03:00.938 DEBUG:teuthology.orchestra.run.trial069:> 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-22T21:03:01.223 INFO:teuthology.orchestra.run.trial069.stdout:-rw-r--r--. 1 ubuntu ubuntu 1061824 Feb 22 21:03 /home/ubuntu/cephtest/cephadm 2026-02-22T21:03:01.223 DEBUG:teuthology.orchestra.run.trial073:> 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-22T21:03:01.513 INFO:teuthology.orchestra.run.trial073.stdout:-rw-r--r--. 1 ubuntu ubuntu 1061824 Feb 22 21:03 /home/ubuntu/cephtest/cephadm 2026-02-22T21:03:01.514 DEBUG:teuthology.orchestra.run.trial114:> 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-22T21:03:01.817 INFO:teuthology.orchestra.run.trial114.stdout:-rw-r--r--. 1 ubuntu ubuntu 1061824 Feb 22 21:03 /home/ubuntu/cephtest/cephadm 2026-02-22T21:03:01.818 DEBUG:teuthology.orchestra.run.trial069:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-22T21:03:01.836 DEBUG:teuthology.orchestra.run.trial073:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-22T21:03:01.853 DEBUG:teuthology.orchestra.run.trial114:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-22T21:03:01.878 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e on all hosts... 2026-02-22T21:03:01.878 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e pull 2026-02-22T21:03:01.879 DEBUG:teuthology.orchestra.run.trial073:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e pull 2026-02-22T21:03:01.895 DEBUG:teuthology.orchestra.run.trial114:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e pull 2026-02-22T21:03:02.117 INFO:teuthology.orchestra.run.trial069.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e... 2026-02-22T21:03:02.136 INFO:teuthology.orchestra.run.trial073.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e... 2026-02-22T21:03:02.149 INFO:teuthology.orchestra.run.trial114.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e... 2026-02-22T21:03:11.112 INFO:teuthology.orchestra.run.trial114.stdout:{ 2026-02-22T21:03:11.113 INFO:teuthology.orchestra.run.trial114.stdout: "ceph_version": "ceph version 20.2.0-794-ga5c3084f (a5c3084f688b1f6eff223b8d259a8316f9844c8e) tentacle (stable)", 2026-02-22T21:03:11.113 INFO:teuthology.orchestra.run.trial114.stdout: "image_id": "d8ec1b4c35d837cc075707f4148da5c9d37859c08e6182a89676211a1e97a50f", 2026-02-22T21:03:11.113 INFO:teuthology.orchestra.run.trial114.stdout: "repo_digests": [ 2026-02-22T21:03:11.113 INFO:teuthology.orchestra.run.trial114.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:ce3c4a5ee95fc314d0f2e14a8e1a74a13fc9db26bcababc4563116f9228e1f60" 2026-02-22T21:03:11.113 INFO:teuthology.orchestra.run.trial114.stdout: ] 2026-02-22T21:03:11.113 INFO:teuthology.orchestra.run.trial114.stdout:} 2026-02-22T21:03:11.172 INFO:teuthology.orchestra.run.trial073.stdout:{ 2026-02-22T21:03:11.172 INFO:teuthology.orchestra.run.trial073.stdout: "ceph_version": "ceph version 20.2.0-794-ga5c3084f (a5c3084f688b1f6eff223b8d259a8316f9844c8e) tentacle (stable)", 2026-02-22T21:03:11.172 INFO:teuthology.orchestra.run.trial073.stdout: "image_id": "d8ec1b4c35d837cc075707f4148da5c9d37859c08e6182a89676211a1e97a50f", 2026-02-22T21:03:11.172 INFO:teuthology.orchestra.run.trial073.stdout: "repo_digests": [ 2026-02-22T21:03:11.173 INFO:teuthology.orchestra.run.trial073.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:ce3c4a5ee95fc314d0f2e14a8e1a74a13fc9db26bcababc4563116f9228e1f60" 2026-02-22T21:03:11.173 INFO:teuthology.orchestra.run.trial073.stdout: ] 2026-02-22T21:03:11.173 INFO:teuthology.orchestra.run.trial073.stdout:} 2026-02-22T21:03:12.423 INFO:teuthology.orchestra.run.trial069.stdout:{ 2026-02-22T21:03:12.424 INFO:teuthology.orchestra.run.trial069.stdout: "ceph_version": "ceph version 20.2.0-794-ga5c3084f (a5c3084f688b1f6eff223b8d259a8316f9844c8e) tentacle (stable)", 2026-02-22T21:03:12.424 INFO:teuthology.orchestra.run.trial069.stdout: "image_id": "d8ec1b4c35d837cc075707f4148da5c9d37859c08e6182a89676211a1e97a50f", 2026-02-22T21:03:12.424 INFO:teuthology.orchestra.run.trial069.stdout: "repo_digests": [ 2026-02-22T21:03:12.424 INFO:teuthology.orchestra.run.trial069.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:ce3c4a5ee95fc314d0f2e14a8e1a74a13fc9db26bcababc4563116f9228e1f60" 2026-02-22T21:03:12.424 INFO:teuthology.orchestra.run.trial069.stdout: ] 2026-02-22T21:03:12.424 INFO:teuthology.orchestra.run.trial069.stdout:} 2026-02-22T21:03:12.439 DEBUG:teuthology.orchestra.run.trial069:> sudo mkdir -p /etc/ceph 2026-02-22T21:03:12.496 DEBUG:teuthology.orchestra.run.trial073:> sudo mkdir -p /etc/ceph 2026-02-22T21:03:12.525 DEBUG:teuthology.orchestra.run.trial114:> sudo mkdir -p /etc/ceph 2026-02-22T21:03:12.554 DEBUG:teuthology.orchestra.run.trial069:> sudo chmod 777 /etc/ceph 2026-02-22T21:03:12.580 DEBUG:teuthology.orchestra.run.trial073:> sudo chmod 777 /etc/ceph 2026-02-22T21:03:12.605 DEBUG:teuthology.orchestra.run.trial114:> sudo chmod 777 /etc/ceph 2026-02-22T21:03:12.629 INFO:tasks.cephadm:Writing seed config... 2026-02-22T21:03:12.632 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2026-02-22T21:03:12.632 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-22T21:03:12.632 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-22T21:03:12.632 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2026-02-22T21:03:12.632 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-22T21:03:12.632 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-22T21:03:12.632 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-22T21:03:12.632 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-22T21:03:12.632 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-22T21:03:12.633 DEBUG:teuthology.orchestra.run.trial069:> set -ex 2026-02-22T21:03:12.634 DEBUG:teuthology.orchestra.run.trial069:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-22T21:03:12.652 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 = defc6fb5-1031-11f1-8ad8-d404e6e7d460 mon election default strategy = 3 [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 = True [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-22T21:03:12.652 DEBUG:teuthology.orchestra.run.trial069:mon.a> sudo journalctl -f -n 0 -u ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mon.a.service 2026-02-22T21:03:12.694 DEBUG:teuthology.orchestra.run.trial069:mgr.a> sudo journalctl -f -n 0 -u ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mgr.a.service 2026-02-22T21:03:12.736 INFO:tasks.cephadm:Bootstrapping... 2026-02-22T21:03:12.737 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e -v bootstrap --fsid defc6fb5-1031-11f1-8ad8-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.69 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-22T21:03:12.874 INFO:teuthology.orchestra.run.trial069.stdout:-------------------------------------------------------------------------------- 2026-02-22T21:03:12.874 INFO:teuthology.orchestra.run.trial069.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e', '-v', 'bootstrap', '--fsid', 'defc6fb5-1031-11f1-8ad8-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.69', '--skip-admin-label'] 2026-02-22T21:03:12.874 INFO:teuthology.orchestra.run.trial069.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-22T21:03:12.874 INFO:teuthology.orchestra.run.trial069.stdout:Verifying podman|docker is present... 2026-02-22T21:03:12.889 INFO:teuthology.orchestra.run.trial069.stdout:/bin/podman: stdout 5.6.0 2026-02-22T21:03:12.890 INFO:teuthology.orchestra.run.trial069.stdout:Verifying lvm2 is present... 2026-02-22T21:03:12.890 INFO:teuthology.orchestra.run.trial069.stdout:Verifying time synchronization is in place... 2026-02-22T21:03:12.896 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-22T21:03:12.897 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-22T21:03:12.903 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-22T21:03:12.903 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout inactive 2026-02-22T21:03:12.908 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout enabled 2026-02-22T21:03:12.914 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout active 2026-02-22T21:03:12.914 INFO:teuthology.orchestra.run.trial069.stdout:Unit chronyd.service is enabled and running 2026-02-22T21:03:12.914 INFO:teuthology.orchestra.run.trial069.stdout:Repeating the final host check... 2026-02-22T21:03:12.930 INFO:teuthology.orchestra.run.trial069.stdout:/bin/podman: stdout 5.6.0 2026-02-22T21:03:12.930 INFO:teuthology.orchestra.run.trial069.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-22T21:03:12.931 INFO:teuthology.orchestra.run.trial069.stdout:systemctl is present 2026-02-22T21:03:12.931 INFO:teuthology.orchestra.run.trial069.stdout:lvcreate is present 2026-02-22T21:03:12.936 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-22T21:03:12.936 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-22T21:03:12.942 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-22T21:03:12.942 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout inactive 2026-02-22T21:03:12.947 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout enabled 2026-02-22T21:03:12.954 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout active 2026-02-22T21:03:12.954 INFO:teuthology.orchestra.run.trial069.stdout:Unit chronyd.service is enabled and running 2026-02-22T21:03:12.954 INFO:teuthology.orchestra.run.trial069.stdout:Host looks OK 2026-02-22T21:03:12.954 INFO:teuthology.orchestra.run.trial069.stdout:Cluster fsid: defc6fb5-1031-11f1-8ad8-d404e6e7d460 2026-02-22T21:03:12.954 INFO:teuthology.orchestra.run.trial069.stdout:Acquiring lock 140273840312672 on /run/cephadm/defc6fb5-1031-11f1-8ad8-d404e6e7d460.lock 2026-02-22T21:03:12.954 INFO:teuthology.orchestra.run.trial069.stdout:Lock 140273840312672 acquired on /run/cephadm/defc6fb5-1031-11f1-8ad8-d404e6e7d460.lock 2026-02-22T21:03:12.955 INFO:teuthology.orchestra.run.trial069.stdout:Verifying IP 10.20.193.69 port 3300 ... 2026-02-22T21:03:12.955 INFO:teuthology.orchestra.run.trial069.stdout:Verifying IP 10.20.193.69 port 6789 ... 2026-02-22T21:03:12.955 INFO:teuthology.orchestra.run.trial069.stdout:Base mon IP(s) is [10.20.193.69:3300, 10.20.193.69:6789], mon addrv is [v2:10.20.193.69:3300,v1:10.20.193.69:6789] 2026-02-22T21:03:12.956 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.69 metric 102 2026-02-22T21:03:12.956 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.69 metric 102 2026-02-22T21:03:12.956 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-22T21:03:12.959 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-22T21:03:12.959 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-22T21:03:12.959 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-22T21:03:12.962 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-22T21:03:12.962 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-22T21:03:12.962 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-22T21:03:12.962 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-22T21:03:12.962 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout inet6 fe80::2951:83a3:1a35:d92e/64 scope link noprefixroute 2026-02-22T21:03:12.962 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-22T21:03:12.963 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-22T21:03:12.963 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:60f6/64 scope link 2026-02-22T21:03:12.963 INFO:teuthology.orchestra.run.trial069.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-22T21:03:12.963 INFO:teuthology.orchestra.run.trial069.stdout:Mon IP `10.20.193.69` is in CIDR network `10.20.192.0/20` 2026-02-22T21:03:12.963 INFO:teuthology.orchestra.run.trial069.stdout:Mon IP `10.20.193.69` is in CIDR network `10.20.192.0/20` 2026-02-22T21:03:12.963 INFO:teuthology.orchestra.run.trial069.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-22T21:03:12.963 INFO:teuthology.orchestra.run.trial069.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-22T21:03:12.963 INFO:teuthology.orchestra.run.trial069.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e... 2026-02-22T21:03:13.216 INFO:teuthology.orchestra.run.trial069.stdout:/bin/podman: stdout d8ec1b4c35d837cc075707f4148da5c9d37859c08e6182a89676211a1e97a50f 2026-02-22T21:03:13.216 INFO:teuthology.orchestra.run.trial069.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e... 2026-02-22T21:03:13.216 INFO:teuthology.orchestra.run.trial069.stdout:/bin/podman: stderr Getting image source signatures 2026-02-22T21:03:13.216 INFO:teuthology.orchestra.run.trial069.stdout:/bin/podman: stderr Copying blob sha256:c8c4905750a0079fdc4bbda1b2e09953aa189ec168b8dd2a90862dd07b830f80 2026-02-22T21:03:13.216 INFO:teuthology.orchestra.run.trial069.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-22T21:03:13.216 INFO:teuthology.orchestra.run.trial069.stdout:/bin/podman: stderr Copying config sha256:d8ec1b4c35d837cc075707f4148da5c9d37859c08e6182a89676211a1e97a50f 2026-02-22T21:03:13.216 INFO:teuthology.orchestra.run.trial069.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-22T21:03:13.484 INFO:teuthology.orchestra.run.trial069.stdout:ceph: stdout ceph version 20.2.0-794-ga5c3084f (a5c3084f688b1f6eff223b8d259a8316f9844c8e) tentacle (stable) 2026-02-22T21:03:13.484 INFO:teuthology.orchestra.run.trial069.stdout:Ceph version: ceph version 20.2.0-794-ga5c3084f (a5c3084f688b1f6eff223b8d259a8316f9844c8e) tentacle (stable) 2026-02-22T21:03:13.484 INFO:teuthology.orchestra.run.trial069.stdout:Extracting ceph user uid/gid from container image... 2026-02-22T21:03:13.757 INFO:teuthology.orchestra.run.trial069.stdout:stat: stdout 167 167 2026-02-22T21:03:13.757 INFO:teuthology.orchestra.run.trial069.stdout:Creating initial keys... 2026-02-22T21:03:14.015 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph-authtool: stdout AQARb5tpS8NVNRAA4EeGaxBEtChLVBL1zi0fpw== 2026-02-22T21:03:14.268 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph-authtool: stdout AQASb5tpaX3CCBAALkdHZnCqgj/lYfy84NT+nQ== 2026-02-22T21:03:14.538 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph-authtool: stdout AQASb5tp+3EfGRAA47S7RGatD7TiCtEtjYCs+g== 2026-02-22T21:03:14.538 INFO:teuthology.orchestra.run.trial069.stdout:Creating initial monmap... 2026-02-22T21:03:14.805 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-22T21:03:14.805 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-22T21:03:14.805 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to defc6fb5-1031-11f1-8ad8-d404e6e7d460 2026-02-22T21:03:14.805 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-22T21:03:14.805 INFO:teuthology.orchestra.run.trial069.stdout:monmaptool for a [v2:10.20.193.69:3300,v1:10.20.193.69:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-22T21:03:14.805 INFO:teuthology.orchestra.run.trial069.stdout:setting min_mon_release = tentacle 2026-02-22T21:03:14.805 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/monmaptool: set fsid to defc6fb5-1031-11f1-8ad8-d404e6e7d460 2026-02-22T21:03:14.805 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-22T21:03:14.805 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:03:14.805 INFO:teuthology.orchestra.run.trial069.stdout:Creating mon... 2026-02-22T21:03:15.086 INFO:teuthology.orchestra.run.trial069.stdout:create mon.a on 2026-02-22T21:03:15.251 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-22T21:03:15.356 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-22T21:03:15.469 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460.target → /etc/systemd/system/ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460.target. 2026-02-22T21:03:15.469 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460.target → /etc/systemd/system/ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460.target. 2026-02-22T21:03:15.604 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mon.a 2026-02-22T21:03:15.604 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Failed to reset failed state of unit ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mon.a.service: Unit ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mon.a.service not loaded. 2026-02-22T21:03:15.726 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460.target.wants/ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@.service. 2026-02-22T21:03:15.875 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-22T21:03:15.878 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout disabled 2026-02-22T21:03:15.881 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-22T21:03:15.881 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout inactive 2026-02-22T21:03:15.881 INFO:teuthology.orchestra.run.trial069.stdout:firewalld.service is not enabled 2026-02-22T21:03:15.881 INFO:teuthology.orchestra.run.trial069.stdout:Not possible to enable service . firewalld.service is not available 2026-02-22T21:03:15.881 INFO:teuthology.orchestra.run.trial069.stdout:Waiting for mon to start... 2026-02-22T21:03:15.881 INFO:teuthology.orchestra.run.trial069.stdout:Waiting for mon... 2026-02-22T21:03:16.173 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout cluster: 2026-02-22T21:03:16.173 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout id: defc6fb5-1031-11f1-8ad8-d404e6e7d460 2026-02-22T21:03:16.173 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-22T21:03:16.173 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-22T21:03:16.173 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout services: 2026-02-22T21:03:16.173 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.165331s) [leader: a] 2026-02-22T21:03:16.173 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-22T21:03:16.173 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-22T21:03:16.173 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-22T21:03:16.173 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout data: 2026-02-22T21:03:16.173 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-22T21:03:16.173 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-22T21:03:16.173 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-22T21:03:16.173 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout pgs: 2026-02-22T21:03:16.173 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-22T21:03:16.173 INFO:teuthology.orchestra.run.trial069.stdout:mon is available 2026-02-22T21:03:16.173 INFO:teuthology.orchestra.run.trial069.stdout:Assimilating anything we can from ceph.conf... 2026-02-22T21:03:16.457 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-22T21:03:16.458 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout [global] 2026-02-22T21:03:16.458 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout fsid = defc6fb5-1031-11f1-8ad8-d404e6e7d460 2026-02-22T21:03:16.458 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-22T21:03:16.458 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.69:3300,v1:10.20.193.69:6789] 2026-02-22T21:03:16.458 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-22T21:03:16.458 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-22T21:03:16.458 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-22T21:03:16.458 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-22T21:03:16.458 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-22T21:03:16.458 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-22T21:03:16.458 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2026-02-22T21:03:16.458 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-22T21:03:16.458 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-22T21:03:16.459 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout [osd] 2026-02-22T21:03:16.459 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-22T21:03:16.459 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-22T21:03:16.459 INFO:teuthology.orchestra.run.trial069.stdout:Generating new minimal ceph.conf... 2026-02-22T21:03:16.733 INFO:teuthology.orchestra.run.trial069.stdout:Restarting the monitor... 2026-02-22T21:03:16.810 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:16 trial069 systemd[1]: Stopping Ceph mon.a for defc6fb5-1031-11f1-8ad8-d404e6e7d460... 2026-02-22T21:03:17.134 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:16 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mon-a[38730]: 2026-02-22T21:03:16.807+0000 7ff22ec8b640 -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-22T21:03:17.134 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:16 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mon-a[38730]: 2026-02-22T21:03:16.807+0000 7ff22ec8b640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-22T21:03:17.134 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 podman[39136]: 2026-02-22 21:03:17.021009644 +0000 UTC m=+0.226749015 container died 81cbd99271918da4bb14f4a23e2afd50f4b20cb1d065389c57a7dc4305625b9a (image=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e, name=ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mon-a, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=a5c3084f688b1f6eff223b8d259a8316f9844c8e, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-22T21:03:17.134 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 podman[39136]: 2026-02-22 21:03:17.131692224 +0000 UTC m=+0.337431595 container remove 81cbd99271918da4bb14f4a23e2afd50f4b20cb1d065389c57a7dc4305625b9a (image=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e, name=ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mon-a, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=a5c3084f688b1f6eff223b8d259a8316f9844c8e, org.label-schema.vendor=CentOS) 2026-02-22T21:03:17.357 INFO:teuthology.orchestra.run.trial069.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 bash[39136]: ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mon-a 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 systemd[1]: ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 systemd[1]: Stopped Ceph mon.a for defc6fb5-1031-11f1-8ad8-d404e6e7d460. 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 systemd[1]: Starting Ceph mon.a for defc6fb5-1031-11f1-8ad8-d404e6e7d460... 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 podman[39273]: 2026-02-22 21:03:17.312739334 +0000 UTC m=+0.016127649 container create 6eead1662e1e73486f96b040afca1fcedc4c890a0083c158cfbaec78b8af3432 (image=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e, name=ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mon-a, ceph=True, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=a5c3084f688b1f6eff223b8d259a8316f9844c8e) 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 podman[39273]: 2026-02-22 21:03:17.347221273 +0000 UTC m=+0.050609588 container init 6eead1662e1e73486f96b040afca1fcedc4c890a0083c158cfbaec78b8af3432 (image=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e, name=ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mon-a, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, CEPH_SHA1=a5c3084f688b1f6eff223b8d259a8316f9844c8e, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 podman[39273]: 2026-02-22 21:03:17.350855971 +0000 UTC m=+0.054244286 container start 6eead1662e1e73486f96b040afca1fcedc4c890a0083c158cfbaec78b8af3432 (image=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e, name=ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mon-a, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, OSD_FLAVOR=default, CEPH_SHA1=a5c3084f688b1f6eff223b8d259a8316f9844c8e, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 bash[39273]: 6eead1662e1e73486f96b040afca1fcedc4c890a0083c158cfbaec78b8af3432 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 podman[39273]: 2026-02-22 21:03:17.30692837 +0000 UTC m=+0.010316675 image pull d8ec1b4c35d837cc075707f4148da5c9d37859c08e6182a89676211a1e97a50f quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 systemd[1]: Started Ceph mon.a for defc6fb5-1031-11f1-8ad8-d404e6e7d460. 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: set uid:gid to 167:167 (ceph:ceph) 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: ceph version 20.2.0-794-ga5c3084f (a5c3084f688b1f6eff223b8d259a8316f9844c8e) tentacle (stable - RelWithDebInfo), process ceph-mon, pid 7 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: pidfile_write: ignore empty --pid-file 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: load: jerasure load: lrc 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: RocksDB version: 7.9.2 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Git sha 0 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Compile date 2026-02-22 16:57:58 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: DB SUMMARY 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: DB Session ID: RU4Y0XP621JXB5G1P36I 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: CURRENT file: CURRENT 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: IDENTITY file: IDENTITY 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 76535 ; 2026-02-22T21:03:17.398 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.error_if_exists: 0 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.create_if_missing: 0 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.paranoid_checks: 1 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.env: 0x557a3e8fc4c0 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.fs: PosixFileSystem 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.info_log: 0x557a3fefdf80 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_file_opening_threads: 16 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.statistics: (nil) 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.use_fsync: 0 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_log_file_size: 0 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.keep_log_file_num: 1000 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.recycle_log_file_num: 0 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.allow_fallocate: 1 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.allow_mmap_reads: 0 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.allow_mmap_writes: 0 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.use_direct_reads: 0 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.create_missing_column_families: 0 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.db_log_dir: 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.wal_dir: 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-22T21:03:17.399 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.advise_random_on_open: 1 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.db_write_buffer_size: 0 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.write_buffer_manager: 0x557a3ff00140 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.rate_limiter: (nil) 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.wal_recovery_mode: 2 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.enable_thread_tracking: 0 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.enable_pipelined_write: 0 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.unordered_write: 0 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.row_cache: None 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.wal_filter: None 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.allow_ingest_behind: 0 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.two_write_queues: 0 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.manual_wal_flush: 0 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.wal_compression: 0 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.atomic_flush: 0 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.log_readahead_size: 0 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.best_efforts_recovery: 0 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-22T21:03:17.400 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.allow_data_in_errors: 0 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.db_host_id: __hostname__ 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_background_jobs: 2 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_background_compactions: -1 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_subcompactions: 1 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_total_wal_size: 0 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_open_files: -1 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.bytes_per_sync: 0 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compaction_readahead_size: 0 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_background_flushes: -1 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Compression algorithms supported: 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: kZSTD supported: 0 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: kXpressCompression supported: 0 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: kBZip2Compression supported: 0 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: kLZ4Compression supported: 1 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: kZlibCompression supported: 1 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: kLZ4HCCompression supported: 1 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: kSnappyCompression supported: 1 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.merge_operator: 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compaction_filter: None 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compaction_filter_factory: None 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.sst_partitioner_factory: None 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557a3fefc640) 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout: cache_index_and_filter_blocks: 1 2026-02-22T21:03:17.401 INFO:journalctl@ceph.mon.a.trial069.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: pin_top_level_index_and_filter: 1 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: index_type: 0 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: data_block_index_type: 0 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: index_shortening: 1 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: checksum: 4 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: no_block_cache: 0 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: block_cache: 0x557a3ff1db90 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: block_cache_name: BinnedLRUCache 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: block_cache_options: 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: capacity : 536870912 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: num_shard_bits : 4 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: strict_capacity_limit : 0 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: high_pri_pool_ratio: 0.000 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: block_cache_compressed: (nil) 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: persistent_cache: (nil) 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: block_size: 4096 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: block_size_deviation: 10 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: block_restart_interval: 16 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: index_block_restart_interval: 1 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: metadata_block_size: 4096 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: partition_filters: 0 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: use_delta_encoding: 1 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: filter_policy: bloomfilter 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: whole_key_filtering: 1 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: verify_compression: 0 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: read_amp_bytes_per_bit: 0 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: format_version: 5 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: enable_index_compression: 1 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: block_align: 0 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: max_auto_readahead_size: 262144 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: prepopulate_block_cache: 0 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: initial_auto_readahead_size: 8192 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout: num_file_reads_for_auto_readahead: 2 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.write_buffer_size: 33554432 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_write_buffer_number: 2 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compression: NoCompression 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.bottommost_compression: Disabled 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.prefix_extractor: nullptr 2026-02-22T21:03:17.402 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.num_levels: 7 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compression_opts.level: 32767 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compression_opts.strategy: 0 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compression_opts.enabled: false 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.target_file_size_base: 67108864 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.arena_block_size: 1048576 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-22T21:03:17.403 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.disable_auto_compactions: 0 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.inplace_update_support: 0 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.bloom_locality: 0 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.max_successive_merges: 0 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.paranoid_file_checks: 0 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.force_consistency_checks: 1 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.report_bg_io_stats: 0 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.ttl: 2592000 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.enable_blob_files: false 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.min_blob_size: 0 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.blob_file_size: 268435456 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.blob_file_starting_level: 0 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: 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-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b3629b86-a8cc-4880-b0c2-8d0e483613ab 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771794197369800, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-22T21:03:17.404 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771794197370498, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73627, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 229, "table_properties": {"data_size": 71902, "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": 66316, "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": 1771794197, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b3629b86-a8cc-4880-b0c2-8d0e483613ab", "db_session_id": "RU4Y0XP621JXB5G1P36I", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771794197370549, "job": 1, "event": "recovery_finished"} 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: 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-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557a3ff20e00 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: DB pointer 0x557a40d12000 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: ** DB Stats ** 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.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-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.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-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: ** Compaction Stats [default] ** 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.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-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.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 138.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.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 138.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.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 138.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: ** Compaction Stats [default] ** 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.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-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.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 138.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: Cumulative compaction: 0.00 GB write, 26.77 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.stdout: Interval compaction: 0.00 GB write, 26.77 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-22T21:03:17.405 INFO:journalctl@ceph.mon.a.trial069.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-22T21:03:17.406 INFO:journalctl@ceph.mon.a.trial069.stdout: Block cache BinnedLRUCache@0x557a3ff1db90#7 capacity: 512.00 MB usage: 1.06 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2026-02-22T21:03:17.406 INFO:journalctl@ceph.mon.a.trial069.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-22T21:03:17.406 INFO:journalctl@ceph.mon.a.trial069.stdout: 2026-02-22T21:03:17.406 INFO:journalctl@ceph.mon.a.trial069.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-22T21:03:17.406 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: starting mon.a rank 0 at public addrs [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] at bind addrs [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid defc6fb5-1031-11f1-8ad8-d404e6e7d460 2026-02-22T21:03:17.406 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: mon.a@-1(???) e1 preinit fsid defc6fb5-1031-11f1-8ad8-d404e6e7d460 2026-02-22T21:03:17.406 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: mon.a@-1(???).mds e1 new map 2026-02-22T21:03:17.406 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: mon.a@-1(???).mds e1 print_map 2026-02-22T21:03:17.406 INFO:journalctl@ceph.mon.a.trial069.stdout: e1 2026-02-22T21:03:17.406 INFO:journalctl@ceph.mon.a.trial069.stdout: btime 2026-02-22T21:03:15:886117+0000 2026-02-22T21:03:17.406 INFO:journalctl@ceph.mon.a.trial069.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-22T21:03:17.406 INFO:journalctl@ceph.mon.a.trial069.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-22T21:03:17.406 INFO:journalctl@ceph.mon.a.trial069.stdout: legacy client fscid: -1 2026-02-22T21:03:17.406 INFO:journalctl@ceph.mon.a.trial069.stdout: 2026-02-22T21:03:17.406 INFO:journalctl@ceph.mon.a.trial069.stdout: No filesystems configured 2026-02-22T21:03:17.406 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-22T21:03:17.406 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-22T21:03:17.406 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-22T21:03:17.406 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-22T21:03:17.406 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-22T21:03:17.635 INFO:teuthology.orchestra.run.trial069.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-22T21:03:17.635 INFO:teuthology.orchestra.run.trial069.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-22T21:03:17.635 INFO:teuthology.orchestra.run.trial069.stdout:Creating mgr... 2026-02-22T21:03:17.636 INFO:teuthology.orchestra.run.trial069.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-22T21:03:17.636 INFO:teuthology.orchestra.run.trial069.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-22T21:03:17.682 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-22T21:03:17.682 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: monmap epoch 1 2026-02-22T21:03:17.682 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: fsid defc6fb5-1031-11f1-8ad8-d404e6e7d460 2026-02-22T21:03:17.682 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: last_changed 2026-02-22T21:03:14.675204+0000 2026-02-22T21:03:17.682 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: created 2026-02-22T21:03:14.675204+0000 2026-02-22T21:03:17.682 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: min_mon_release 20 (tentacle) 2026-02-22T21:03:17.682 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: election_strategy: 1 2026-02-22T21:03:17.682 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: 0: [v2:10.20.193.69:3300/0,v1:10.20.193.69:6789/0] mon.a 2026-02-22T21:03:17.682 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: fsmap 2026-02-22T21:03:17.682 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: osdmap e1: 0 total, 0 up, 0 in 2026-02-22T21:03:17.682 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:17 trial069 ceph-mon[39323]: mgrmap e1: no daemons active 2026-02-22T21:03:17.762 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mgr.a 2026-02-22T21:03:17.763 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Failed to reset failed state of unit ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mgr.a.service: Unit ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mgr.a.service not loaded. 2026-02-22T21:03:17.879 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460.target.wants/ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mgr.a.service → /etc/systemd/system/ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@.service. 2026-02-22T21:03:18.021 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 podman[39597]: 2026-02-22 21:03:18.019741173 +0000 UTC m=+0.060433900 container init 11a97eaa3844050388fbc525e33dbbd349899d88a05333d1a686b0e4c1e6b859 (image=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e, name=ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, io.buildah.version=1.33.7, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, CEPH_SHA1=a5c3084f688b1f6eff223b8d259a8316f9844c8e, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-22T21:03:18.039 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-22T21:03:18.039 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout disabled 2026-02-22T21:03:18.045 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-22T21:03:18.045 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout inactive 2026-02-22T21:03:18.045 INFO:teuthology.orchestra.run.trial069.stdout:firewalld.service is not enabled 2026-02-22T21:03:18.045 INFO:teuthology.orchestra.run.trial069.stdout:Not possible to enable service . firewalld.service is not available 2026-02-22T21:03:18.052 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-22T21:03:18.053 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout disabled 2026-02-22T21:03:18.059 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-22T21:03:18.059 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stdout inactive 2026-02-22T21:03:18.059 INFO:teuthology.orchestra.run.trial069.stdout:firewalld.service is not enabled 2026-02-22T21:03:18.059 INFO:teuthology.orchestra.run.trial069.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-22T21:03:18.059 INFO:teuthology.orchestra.run.trial069.stdout:Waiting for mgr to start... 2026-02-22T21:03:18.059 INFO:teuthology.orchestra.run.trial069.stdout:Waiting for mgr... 2026-02-22T21:03:18.348 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 podman[39597]: 2026-02-22 21:03:18.023379167 +0000 UTC m=+0.064071884 container start 11a97eaa3844050388fbc525e33dbbd349899d88a05333d1a686b0e4c1e6b859 (image=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e, name=ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=a5c3084f688b1f6eff223b8d259a8316f9844c8e, io.buildah.version=1.33.7) 2026-02-22T21:03:18.348 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 bash[39597]: 11a97eaa3844050388fbc525e33dbbd349899d88a05333d1a686b0e4c1e6b859 2026-02-22T21:03:18.348 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 podman[39597]: 2026-02-22 21:03:17.968543635 +0000 UTC m=+0.009236342 image pull d8ec1b4c35d837cc075707f4148da5c9d37859c08e6182a89676211a1e97a50f quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T21:03:18.348 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 systemd[1]: Started Ceph mgr.a for defc6fb5-1031-11f1-8ad8-d404e6e7d460. 2026-02-22T21:03:18.348 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.053+0000 7f2b39395100 -1 mgr[py] Loading module stats in main interpreter 2026-02-22T21:03:18.348 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.084+0000 7f2b39395100 -1 mgr[py] Loading module dashboard in main interpreter 2026-02-22T21:03:18.352 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-22T21:03:18.355 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout { 2026-02-22T21:03:18.355 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "fsid": "defc6fb5-1031-11f1-8ad8-d404e6e7d460", 2026-02-22T21:03:18.355 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "health": { 2026-02-22T21:03:18.355 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-22T21:03:18.355 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-22T21:03:18.355 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-22T21:03:18.355 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-22T21:03:18.355 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-22T21:03:18.355 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-22T21:03:18.355 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 0 2026-02-22T21:03:18.355 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout ], 2026-02-22T21:03:18.355 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-22T21:03:18.355 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "a" 2026-02-22T21:03:18.355 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout ], 2026-02-22T21:03:18.355 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-22T21:03:18.355 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-22T21:03:18.355 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T21:03:18.355 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-22T21:03:18.355 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "btime": "2026-02-22T21:03:15:886117+0000", 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-22T21:03:18.356 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout ], 2026-02-22T21:03:18.357 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-22T21:03:18.357 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-22T21:03:18.357 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-22T21:03:18.357 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T21:03:18.357 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "modified": "2026-02-22T21:03:15.886678+0000", 2026-02-22T21:03:18.357 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-22T21:03:18.357 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-22T21:03:18.357 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-22T21:03:18.357 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout } 2026-02-22T21:03:18.357 INFO:teuthology.orchestra.run.trial069.stdout:mgr not available, waiting (1/15)... 2026-02-22T21:03:18.625 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-mon[39323]: from='client.? 10.20.193.69:0/2247910037' entity='client.admin' 2026-02-22T21:03:18.625 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-mon[39323]: from='client.? 10.20.193.69:0/1286268558' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-22T21:03:18.625 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.372+0000 7f2b39395100 -1 mgr[py] Loading module mirroring in main interpreter 2026-02-22T21:03:18.626 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.380+0000 7f2b39395100 -1 mgr[py] Loading module snap_schedule in main interpreter 2026-02-22T21:03:18.626 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.386+0000 7f2b39395100 -1 mgr[py] Loading module prometheus in main interpreter 2026-02-22T21:03:18.626 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.391+0000 7f2b39395100 -1 mgr[py] Loading module balancer in main interpreter 2026-02-22T21:03:18.626 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.396+0000 7f2b39395100 -1 mgr[py] Loading module rbd_support in main interpreter 2026-02-22T21:03:18.626 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.409+0000 7f2b39395100 -1 mgr[py] Loading module smb in main interpreter 2026-02-22T21:03:18.626 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.429+0000 7f2b39395100 -1 mgr[py] Loading module devicehealth in main interpreter 2026-02-22T21:03:18.626 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.432+0000 7f2b39395100 -1 mgr[py] Loading module alerts in main interpreter 2026-02-22T21:03:18.626 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.433+0000 7f2b39395100 -1 mgr[py] Loading module telemetry in main interpreter 2026-02-22T21:03:18.626 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.439+0000 7f2b39395100 -1 mgr[py] Loading module diskprediction_local in main interpreter 2026-02-22T21:03:18.626 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.478+0000 7f2b39395100 -1 mgr[py] Loading module status in main interpreter 2026-02-22T21:03:18.626 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.480+0000 7f2b39395100 -1 mgr[py] Loading module rgw in main interpreter 2026-02-22T21:03:18.627 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.483+0000 7f2b39395100 -1 mgr[py] Loading module insights in main interpreter 2026-02-22T21:03:18.627 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.485+0000 7f2b39395100 -1 mgr[py] Loading module iostat in main interpreter 2026-02-22T21:03:18.627 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.485+0000 7f2b39395100 -1 mgr[py] Loading module pg_autoscaler in main interpreter 2026-02-22T21:03:18.627 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.488+0000 7f2b39395100 -1 mgr[py] Loading module osd_perf_query in main interpreter 2026-02-22T21:03:18.627 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.489+0000 7f2b39395100 -1 mgr[py] Loading module crash in main interpreter 2026-02-22T21:03:18.627 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.491+0000 7f2b39395100 -1 mgr[py] Loading module progress in main interpreter 2026-02-22T21:03:18.627 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.493+0000 7f2b39395100 -1 mgr[py] Loading module rook in main interpreter 2026-02-22T21:03:18.627 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.622+0000 7f2b39395100 -1 mgr[py] Loading module nfs in main interpreter 2026-02-22T21:03:18.627 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.622+0000 7f2b39395100 -1 mgr[py] Loading module telegraf in main interpreter 2026-02-22T21:03:18.971 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.624+0000 7f2b39395100 -1 mgr[py] Loading module selftest in main interpreter 2026-02-22T21:03:18.971 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.626+0000 7f2b39395100 -1 mgr[py] Loading module test_orchestrator in main interpreter 2026-02-22T21:03:18.971 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.627+0000 7f2b39395100 -1 mgr[py] Loading module osd_support in main interpreter 2026-02-22T21:03:18.971 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.627+0000 7f2b39395100 -1 mgr[py] Loading module orchestrator in main interpreter 2026-02-22T21:03:18.971 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.627+0000 7f2b39395100 -1 mgr[py] Loading module cephadm in main interpreter 2026-02-22T21:03:18.971 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.802+0000 7f2b39395100 -1 mgr[py] Loading module volumes in main interpreter 2026-02-22T21:03:18.971 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.825+0000 7f2b39395100 -1 mgr[py] Loading module k8sevents in main interpreter 2026-02-22T21:03:18.972 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.828+0000 7f2b39395100 -1 mgr[py] Loading module mds_autoscaler in main interpreter 2026-02-22T21:03:18.972 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.828+0000 7f2b39395100 -1 mgr[py] Loading module localpool in main interpreter 2026-02-22T21:03:18.972 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:18 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:18.829+0000 7f2b39395100 -1 mgr[py] Loading module influx in main interpreter 2026-02-22T21:03:19.970 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:19 trial069 ceph-mon[39323]: Activating manager daemon a 2026-02-22T21:03:19.970 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:19 trial069 ceph-mon[39323]: mgrmap e2: a(active, starting, since 0.00261285s) 2026-02-22T21:03:19.970 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:19 trial069 ceph-mon[39323]: from='mgr.14100 10.20.193.69:0/2833150653' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-22T21:03:19.970 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:19 trial069 ceph-mon[39323]: from='mgr.14100 10.20.193.69:0/2833150653' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-22T21:03:19.970 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:19 trial069 ceph-mon[39323]: from='mgr.14100 10.20.193.69:0/2833150653' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-22T21:03:19.970 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:19 trial069 ceph-mon[39323]: from='mgr.14100 10.20.193.69:0/2833150653' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-22T21:03:19.970 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:19 trial069 ceph-mon[39323]: from='mgr.14100 10.20.193.69:0/2833150653' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-22T21:03:19.970 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:19 trial069 ceph-mon[39323]: Manager daemon a is now available 2026-02-22T21:03:19.970 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:19 trial069 ceph-mon[39323]: from='mgr.14100 10.20.193.69:0/2833150653' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-22T21:03:19.970 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:19 trial069 ceph-mon[39323]: from='mgr.14100 10.20.193.69:0/2833150653' entity='mgr.a' 2026-02-22T21:03:19.970 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:19 trial069 ceph-mon[39323]: from='mgr.14100 10.20.193.69:0/2833150653' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-22T21:03:19.971 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:19 trial069 ceph-mon[39323]: from='mgr.14100 10.20.193.69:0/2833150653' entity='mgr.a' 2026-02-22T21:03:19.971 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:19 trial069 ceph-mon[39323]: from='mgr.14100 10.20.193.69:0/2833150653' entity='mgr.a' 2026-02-22T21:03:20.748 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-22T21:03:20.749 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout { 2026-02-22T21:03:20.749 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "fsid": "defc6fb5-1031-11f1-8ad8-d404e6e7d460", 2026-02-22T21:03:20.749 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "health": { 2026-02-22T21:03:20.749 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-22T21:03:20.749 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-22T21:03:20.749 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-22T21:03:20.749 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-22T21:03:20.749 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-22T21:03:20.749 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-22T21:03:20.749 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 0 2026-02-22T21:03:20.750 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout ], 2026-02-22T21:03:20.750 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-22T21:03:20.750 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "a" 2026-02-22T21:03:20.750 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout ], 2026-02-22T21:03:20.750 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-22T21:03:20.750 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-22T21:03:20.750 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T21:03:20.750 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-22T21:03:20.750 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-22T21:03:20.750 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-22T21:03:20.750 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-22T21:03:20.750 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T21:03:20.751 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-22T21:03:20.751 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-22T21:03:20.751 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-22T21:03:20.751 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-22T21:03:20.751 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-22T21:03:20.751 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-22T21:03:20.751 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-22T21:03:20.751 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-22T21:03:20.751 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-22T21:03:20.751 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-22T21:03:20.751 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-22T21:03:20.751 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-22T21:03:20.752 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-22T21:03:20.752 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-22T21:03:20.752 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-22T21:03:20.752 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-22T21:03:20.752 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-22T21:03:20.752 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-22T21:03:20.752 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T21:03:20.752 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "btime": "2026-02-22T21:03:15:886117+0000", 2026-02-22T21:03:20.752 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-22T21:03:20.752 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-22T21:03:20.752 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-22T21:03:20.752 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-22T21:03:20.753 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-22T21:03:20.753 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-22T21:03:20.753 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-22T21:03:20.753 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-22T21:03:20.753 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-22T21:03:20.753 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout ], 2026-02-22T21:03:20.753 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-22T21:03:20.753 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-22T21:03:20.753 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-22T21:03:20.753 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T21:03:20.753 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "modified": "2026-02-22T21:03:15.886678+0000", 2026-02-22T21:03:20.753 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-22T21:03:20.754 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout }, 2026-02-22T21:03:20.754 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-22T21:03:20.754 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout } 2026-02-22T21:03:20.754 INFO:teuthology.orchestra.run.trial069.stdout:mgr is available 2026-02-22T21:03:21.088 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:20 trial069 ceph-mon[39323]: mgrmap e3: a(active, since 1.0049s) 2026-02-22T21:03:21.089 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:20 trial069 ceph-mon[39323]: from='client.? 10.20.193.69:0/1347041007' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-22T21:03:21.094 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-22T21:03:21.095 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout [global] 2026-02-22T21:03:21.095 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout fsid = defc6fb5-1031-11f1-8ad8-d404e6e7d460 2026-02-22T21:03:21.095 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-22T21:03:21.095 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.69:3300,v1:10.20.193.69:6789] 2026-02-22T21:03:21.095 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-22T21:03:21.095 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-22T21:03:21.095 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-22T21:03:21.095 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-22T21:03:21.095 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-22T21:03:21.095 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-22T21:03:21.095 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-22T21:03:21.095 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout 2026-02-22T21:03:21.095 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout [osd] 2026-02-22T21:03:21.095 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-22T21:03:21.095 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-22T21:03:21.095 INFO:teuthology.orchestra.run.trial069.stdout:Enabling cephadm module... 2026-02-22T21:03:22.093 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:21 trial069 ceph-mon[39323]: mgrmap e4: a(active, since 2s) 2026-02-22T21:03:22.093 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:21 trial069 ceph-mon[39323]: from='client.? 10.20.193.69:0/321701229' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-22T21:03:22.093 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:21 trial069 ceph-mon[39323]: from='client.? 10.20.193.69:0/321701229' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-22T21:03:22.093 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:21 trial069 ceph-mon[39323]: from='client.? 10.20.193.69:0/2748743779' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-22T21:03:22.094 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:21 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: ignoring --setuser ceph since I am not root 2026-02-22T21:03:22.094 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:21 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: ignoring --setgroup ceph since I am not root 2026-02-22T21:03:22.094 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.010+0000 7f053beff100 -1 mgr[py] Loading module stats in main interpreter 2026-02-22T21:03:22.094 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.039+0000 7f053beff100 -1 mgr[py] Loading module dashboard in main interpreter 2026-02-22T21:03:22.344 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.322+0000 7f053beff100 -1 mgr[py] Loading module mirroring in main interpreter 2026-02-22T21:03:22.344 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.330+0000 7f053beff100 -1 mgr[py] Loading module snap_schedule in main interpreter 2026-02-22T21:03:22.344 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.335+0000 7f053beff100 -1 mgr[py] Loading module prometheus in main interpreter 2026-02-22T21:03:22.344 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.341+0000 7f053beff100 -1 mgr[py] Loading module balancer in main interpreter 2026-02-22T21:03:22.490 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout { 2026-02-22T21:03:22.490 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-22T21:03:22.490 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-22T21:03:22.490 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-22T21:03:22.490 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-22T21:03:22.490 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout } 2026-02-22T21:03:22.490 INFO:teuthology.orchestra.run.trial069.stdout:Waiting for the mgr to restart... 2026-02-22T21:03:22.491 INFO:teuthology.orchestra.run.trial069.stdout:Waiting for mgr epoch 5... 2026-02-22T21:03:22.605 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.346+0000 7f053beff100 -1 mgr[py] Loading module rbd_support in main interpreter 2026-02-22T21:03:22.605 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.358+0000 7f053beff100 -1 mgr[py] Loading module smb in main interpreter 2026-02-22T21:03:22.605 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.378+0000 7f053beff100 -1 mgr[py] Loading module devicehealth in main interpreter 2026-02-22T21:03:22.605 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.381+0000 7f053beff100 -1 mgr[py] Loading module alerts in main interpreter 2026-02-22T21:03:22.605 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.382+0000 7f053beff100 -1 mgr[py] Loading module telemetry in main interpreter 2026-02-22T21:03:22.605 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.389+0000 7f053beff100 -1 mgr[py] Loading module diskprediction_local in main interpreter 2026-02-22T21:03:22.605 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.427+0000 7f053beff100 -1 mgr[py] Loading module status in main interpreter 2026-02-22T21:03:22.605 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.429+0000 7f053beff100 -1 mgr[py] Loading module rgw in main interpreter 2026-02-22T21:03:22.605 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.432+0000 7f053beff100 -1 mgr[py] Loading module insights in main interpreter 2026-02-22T21:03:22.605 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.434+0000 7f053beff100 -1 mgr[py] Loading module iostat in main interpreter 2026-02-22T21:03:22.605 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.434+0000 7f053beff100 -1 mgr[py] Loading module pg_autoscaler in main interpreter 2026-02-22T21:03:22.605 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.437+0000 7f053beff100 -1 mgr[py] Loading module osd_perf_query in main interpreter 2026-02-22T21:03:22.605 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.438+0000 7f053beff100 -1 mgr[py] Loading module crash in main interpreter 2026-02-22T21:03:22.606 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.440+0000 7f053beff100 -1 mgr[py] Loading module progress in main interpreter 2026-02-22T21:03:22.606 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.442+0000 7f053beff100 -1 mgr[py] Loading module rook in main interpreter 2026-02-22T21:03:22.606 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.566+0000 7f053beff100 -1 mgr[py] Loading module nfs in main interpreter 2026-02-22T21:03:22.606 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.567+0000 7f053beff100 -1 mgr[py] Loading module telegraf in main interpreter 2026-02-22T21:03:22.606 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.568+0000 7f053beff100 -1 mgr[py] Loading module selftest in main interpreter 2026-02-22T21:03:22.606 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.571+0000 7f053beff100 -1 mgr[py] Loading module test_orchestrator in main interpreter 2026-02-22T21:03:22.606 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.572+0000 7f053beff100 -1 mgr[py] Loading module osd_support in main interpreter 2026-02-22T21:03:22.606 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.572+0000 7f053beff100 -1 mgr[py] Loading module orchestrator in main interpreter 2026-02-22T21:03:22.606 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.572+0000 7f053beff100 -1 mgr[py] Loading module cephadm in main interpreter 2026-02-22T21:03:22.970 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.740+0000 7f053beff100 -1 mgr[py] Loading module volumes in main interpreter 2026-02-22T21:03:22.970 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.763+0000 7f053beff100 -1 mgr[py] Loading module k8sevents in main interpreter 2026-02-22T21:03:22.970 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.766+0000 7f053beff100 -1 mgr[py] Loading module mds_autoscaler in main interpreter 2026-02-22T21:03:22.970 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.766+0000 7f053beff100 -1 mgr[py] Loading module localpool in main interpreter 2026-02-22T21:03:22.970 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:22.767+0000 7f053beff100 -1 mgr[py] Loading module influx in main interpreter 2026-02-22T21:03:23.470 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-mon[39323]: from='client.? 10.20.193.69:0/2748743779' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-22T21:03:23.470 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-mon[39323]: mgrmap e5: a(active, since 3s) 2026-02-22T21:03:23.470 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-mon[39323]: from='client.? 10.20.193.69:0/31519827' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-22T21:03:23.470 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-mon[39323]: Active manager daemon a restarted 2026-02-22T21:03:23.470 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-mon[39323]: Activating manager daemon a 2026-02-22T21:03:23.470 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-mon[39323]: osdmap e2: 0 total, 0 up, 0 in 2026-02-22T21:03:23.470 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-mon[39323]: mgrmap e6: a(active, starting, since 0.00261518s) 2026-02-22T21:03:23.470 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-22T21:03:23.470 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-22T21:03:23.470 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-22T21:03:23.470 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-22T21:03:23.470 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-22T21:03:23.470 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:22 trial069 ceph-mon[39323]: Manager daemon a is now available 2026-02-22T21:03:23.903 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout { 2026-02-22T21:03:23.903 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-22T21:03:23.903 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-22T21:03:23.903 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout } 2026-02-22T21:03:23.903 INFO:teuthology.orchestra.run.trial069.stdout:mgr epoch 5 is available 2026-02-22T21:03:23.903 INFO:teuthology.orchestra.run.trial069.stdout:Verifying orchestrator module is enabled... 2026-02-22T21:03:24.033 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:23 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: Client ('10.20.193.69', 37686) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-22T21:03:24.470 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:24 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' 2026-02-22T21:03:24.471 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:24 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' 2026-02-22T21:03:24.471 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:24 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' 2026-02-22T21:03:24.471 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:24 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' 2026-02-22T21:03:24.471 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:24 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' 2026-02-22T21:03:24.471 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:24 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T21:03:24.471 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:24 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T21:03:24.471 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:24 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-22T21:03:24.472 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:24 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-22T21:03:24.472 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:24 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' 2026-02-22T21:03:24.472 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:24 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' 2026-02-22T21:03:24.472 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:24 trial069 ceph-mon[39323]: mgrmap e7: a(active, since 1.00354s) 2026-02-22T21:03:25.163 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-22T21:03:25.163 INFO:teuthology.orchestra.run.trial069.stdout:Setting orchestrator backend to cephadm... 2026-02-22T21:03:25.411 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:25 trial069 ceph-mon[39323]: Optimize plan auto_2026-02-22_21:03:22 2026-02-22T21:03:25.412 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:25 trial069 ceph-mon[39323]: Mode upmap, max misplaced 0.050000 2026-02-22T21:03:25.412 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:25 trial069 ceph-mon[39323]: do_upmap 2026-02-22T21:03:25.412 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:25 trial069 ceph-mon[39323]: No pools available 2026-02-22T21:03:25.412 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:25 trial069 ceph-mon[39323]: Found migration_current of "None". Setting to last migration. 2026-02-22T21:03:25.412 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:25 trial069 ceph-mon[39323]: running migrations 2026-02-22T21:03:25.412 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:25 trial069 ceph-mon[39323]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-22T21:03:25.412 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:25 trial069 ceph-mon[39323]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-22T21:03:25.412 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:25 trial069 ceph-mon[39323]: from='client.? 10.20.193.69:0/1522824897' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-22T21:03:25.872 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-22T21:03:25.872 INFO:teuthology.orchestra.run.trial069.stdout:Generating ssh key... 2026-02-22T21:03:26.292 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-mon[39323]: from='client.? 10.20.193.69:0/1522824897' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-22T21:03:26.292 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-mon[39323]: mgrmap e8: a(active, since 2s) 2026-02-22T21:03:26.292 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-mon[39323]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T21:03:26.292 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' 2026-02-22T21:03:26.292 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T21:03:26.292 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-mon[39323]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T21:03:26.293 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: Generating public/private ed25519 key pair. 2026-02-22T21:03:26.293 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: Your identification has been saved in /tmp/tmpofzfq8_g/key 2026-02-22T21:03:26.293 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: Your public key has been saved in /tmp/tmpofzfq8_g/key.pub 2026-02-22T21:03:26.293 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: The key fingerprint is: 2026-02-22T21:03:26.293 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: SHA256:LULqajR8PLiKBSps1+CP7paDYwt8uMykXCVTkpRtOmM ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460 2026-02-22T21:03:26.293 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: The key's randomart image is: 2026-02-22T21:03:26.293 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: +--[ED25519 256]--+ 2026-02-22T21:03:26.293 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: | .o | 2026-02-22T21:03:26.294 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: | ...o | 2026-02-22T21:03:26.294 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: | oo.. | 2026-02-22T21:03:26.294 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: | Eoo . | 2026-02-22T21:03:26.294 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: |...*+.. S . | 2026-02-22T21:03:26.294 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: |+.B.X . . | 2026-02-22T21:03:26.294 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: |+BoOoo | 2026-02-22T21:03:26.294 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: |@=B=o | 2026-02-22T21:03:26.294 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: |=OB+.. | 2026-02-22T21:03:26.294 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:26 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: +----[SHA256]-----+ 2026-02-22T21:03:26.589 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFQGBX09MFP2tuGN63NdUTQPRPqM1vucIUxVpsgWI5Qs ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460 2026-02-22T21:03:26.589 INFO:teuthology.orchestra.run.trial069.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-22T21:03:26.590 INFO:teuthology.orchestra.run.trial069.stdout:Adding key to root@localhost authorized_keys... 2026-02-22T21:03:26.590 INFO:teuthology.orchestra.run.trial069.stdout:Adding host trial069... 2026-02-22T21:03:27.374 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:27 trial069 ceph-mon[39323]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T21:03:27.374 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:27 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' 2026-02-22T21:03:27.374 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:27 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' 2026-02-22T21:03:27.374 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:27 trial069 ceph-mon[39323]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T21:03:27.374 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:27 trial069 ceph-mon[39323]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial069", "addr": "10.20.193.69", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T21:03:28.541 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout Added host 'trial069' with addr '10.20.193.69' 2026-02-22T21:03:28.541 INFO:teuthology.orchestra.run.trial069.stdout:Deploying unmanaged mon service... 2026-02-22T21:03:28.948 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-22T21:03:28.949 INFO:teuthology.orchestra.run.trial069.stdout:Deploying unmanaged mgr service... 2026-02-22T21:03:29.388 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:29.266+0000 7f044cbc1640 -1 mgr dispatch_remote Failed to deserialize (pickle.loads) args: Traceback (most recent call last): 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 935, in __new__ 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: sub_cls: Any = cls._cls(service_type) 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 920, in _cls 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: raise SpecValidationError('Spec needs a "service_type" key.') 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: ceph.deployment.hostspec.SpecValidationError: Spec needs a "service_type" key. 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:29.266+0000 7f044cbc1640 -1 Remote method threw exception: Traceback (most recent call last): 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 935, in __new__ 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: sub_cls: Any = cls._cls(service_type) 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 920, in _cls 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: raise SpecValidationError('Spec needs a "service_type" key.') 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: ceph.deployment.hostspec.SpecValidationError: Spec needs a "service_type" key. 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:29.267+0000 7f044cbc1640 -1 mgr handle_command module 'orchestrator' command handler threw exception: Remote method threw exception: Traceback (most recent call last): 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 935, in __new__ 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: sub_cls: Any = cls._cls(service_type) 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 920, in _cls 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: raise SpecValidationError('Spec needs a "service_type" key.') 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: ceph.deployment.hostspec.SpecValidationError: Spec needs a "service_type" key. 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:29.267+0000 7f044cbc1640 -1 mgr.server reply reply (22) Invalid argument Traceback (most recent call last): 2026-02-22T21:03:29.389 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: File "/usr/share/ceph/mgr/mgr_module.py", line 1975, in _handle_command 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: return self.CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) # type: ignore[attr-defined] 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: File "/usr/share/ceph/mgr/mgr_module.py", line 533, in call 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: return self.func(mgr, **kwargs) 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: File "/usr/share/ceph/mgr/orchestrator/cli.py", line 18, in wrapper 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: return func(*args, **kwargs) 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: File "/usr/share/ceph/mgr/orchestrator/module.py", line 1903, in apply_misc 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: cmd_result = self._apply_misc(specs, dry_run, format, no_overwrite, continue_on_error) 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: File "/usr/share/ceph/mgr/orchestrator/module.py", line 1918, in _apply_misc 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: completion = self.apply(specs, no_overwrite, continue_on_error) 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1835, in inner 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: completion = self._oremote(method_name, args, kwargs) 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1906, in _oremote 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: return mgr.remote(o, meth, *args, **kwargs) 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: File "/usr/share/ceph/mgr/mgr_module.py", line 2557, in remote 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: return self._ceph_dispatch_remote(module_name, method_name, 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: RuntimeError: Remote method threw exception: Traceback (most recent call last): 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 935, in __new__ 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: sub_cls: Any = cls._cls(service_type) 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 920, in _cls 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: raise SpecValidationError('Spec needs a "service_type" key.') 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: ceph.deployment.hostspec.SpecValidationError: Spec needs a "service_type" key. 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:29.390 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:29.391 INFO:teuthology.orchestra.run.trial069.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=trial069 -v /var/log/ceph/defc6fb5-1031-11f1-8ad8-d404e6e7d460:/var/log/ceph:z -v /tmp/ceph-tmpq3gztvkq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpw14m0p5l:/etc/ceph/ceph.conf:z quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e orch apply mgr --unmanaged 2026-02-22T21:03:29.391 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr Error EINVAL: Traceback (most recent call last): 2026-02-22T21:03:29.391 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/mgr_module.py", line 1975, in _handle_command 2026-02-22T21:03:29.391 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr return self.CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) # type: ignore[attr-defined] 2026-02-22T21:03:29.391 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/mgr_module.py", line 533, in call 2026-02-22T21:03:29.391 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr return self.func(mgr, **kwargs) 2026-02-22T21:03:29.391 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/orchestrator/cli.py", line 18, in wrapper 2026-02-22T21:03:29.391 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr return func(*args, **kwargs) 2026-02-22T21:03:29.391 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/orchestrator/module.py", line 1903, in apply_misc 2026-02-22T21:03:29.391 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr cmd_result = self._apply_misc(specs, dry_run, format, no_overwrite, continue_on_error) 2026-02-22T21:03:29.391 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/orchestrator/module.py", line 1918, in _apply_misc 2026-02-22T21:03:29.391 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr completion = self.apply(specs, no_overwrite, continue_on_error) 2026-02-22T21:03:29.391 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1835, in inner 2026-02-22T21:03:29.391 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr completion = self._oremote(method_name, args, kwargs) 2026-02-22T21:03:29.391 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1906, in _oremote 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr return mgr.remote(o, meth, *args, **kwargs) 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/mgr_module.py", line 2557, in remote 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr return self._ceph_dispatch_remote(module_name, method_name, 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr RuntimeError: Remote method threw exception: Traceback (most recent call last): 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 935, in __new__ 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr sub_cls: Any = cls._cls(service_type) 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 920, in _cls 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr raise SpecValidationError('Spec needs a "service_type" key.') 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr ceph.deployment.hostspec.SpecValidationError: Spec needs a "service_type" key. 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout:/usr/bin/ceph: stderr 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.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=trial069 -v /var/log/ceph/defc6fb5-1031-11f1-8ad8-d404e6e7d460:/var/log/ceph:z -v /tmp/ceph-tmpq3gztvkq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpw14m0p5l:/etc/ceph/ceph.conf:z quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e orch apply mgr --unmanaged 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout: *************** 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout: *************** 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout: 2026-02-22T21:03:29.392 INFO:teuthology.orchestra.run.trial069.stdout:Deleting cluster with fsid: defc6fb5-1031-11f1-8ad8-d404e6e7d460 2026-02-22T21:03:29.642 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:29 trial069 systemd[1]: Stopping Ceph mon.a for defc6fb5-1031-11f1-8ad8-d404e6e7d460... 2026-02-22T21:03:29.642 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' 2026-02-22T21:03:29.642 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T21:03:29.642 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-mon[39323]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T21:03:29.642 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' 2026-02-22T21:03:29.642 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' 2026-02-22T21:03:29.643 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-mon[39323]: from='mgr.14116 10.20.193.69:0/4094688433' entity='mgr.a' 2026-02-22T21:03:29.643 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mon-a[39297]: 2026-02-22T21:03:29.466+0000 7f3068d1c640 -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-22T21:03:29.643 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mon-a[39297]: 2026-02-22T21:03:29.466+0000 7f3068d1c640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-22T21:03:29.643 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:29 trial069 podman[41953]: 2026-02-22 21:03:29.508467121 +0000 UTC m=+0.056438927 container died 6eead1662e1e73486f96b040afca1fcedc4c890a0083c158cfbaec78b8af3432 (image=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e, name=ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mon-a, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, OSD_FLAVOR=default, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=a5c3084f688b1f6eff223b8d259a8316f9844c8e, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-22T21:03:29.643 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:29 trial069 podman[41953]: 2026-02-22 21:03:29.620347335 +0000 UTC m=+0.168319131 container remove 6eead1662e1e73486f96b040afca1fcedc4c890a0083c158cfbaec78b8af3432 (image=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e, name=ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mon-a, OSD_FLAVOR=default, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, CEPH_SHA1=a5c3084f688b1f6eff223b8d259a8316f9844c8e, ceph=True, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-22T21:03:29.643 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:29 trial069 bash[41953]: ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mon-a 2026-02-22T21:03:29.837 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460.target.wants/ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mon.a.service". 2026-02-22T21:03:29.844 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 5 from systemctl stop ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-init@mon.a.service 2026-02-22T21:03:29.845 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Failed to stop ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-init@mon.a.service: Unit ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-init@mon.a.service not loaded. 2026-02-22T21:03:29.851 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-init@mon.a.service 2026-02-22T21:03:29.851 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Failed to reset failed state of unit ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-init@mon.a.service: Unit ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-init@mon.a.service not loaded. 2026-02-22T21:03:29.856 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 1 from systemctl disable ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-init@mon.a.service 2026-02-22T21:03:29.856 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-init@mon.a.service does not exist. 2026-02-22T21:03:29.946 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:29 trial069 systemd[1]: ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-22T21:03:29.946 INFO:journalctl@ceph.mon.a.trial069.stdout:Feb 22 21:03:29 trial069 systemd[1]: Stopped Ceph mon.a for defc6fb5-1031-11f1-8ad8-d404e6e7d460. 2026-02-22T21:03:29.947 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 systemd[1]: Stopping Ceph mgr.a for defc6fb5-1031-11f1-8ad8-d404e6e7d460... 2026-02-22T21:03:29.947 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a[39621]: 2026-02-22T21:03:29.927+0000 7f05386a0640 -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-22T21:03:30.220 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:29 trial069 podman[42305]: 2026-02-22 21:03:29.948982793 +0000 UTC m=+0.035830906 container died 11a97eaa3844050388fbc525e33dbbd349899d88a05333d1a686b0e4c1e6b859 (image=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e, name=ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=a5c3084f688b1f6eff223b8d259a8316f9844c8e, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216) 2026-02-22T21:03:30.220 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:30 trial069 podman[42305]: 2026-02-22 21:03:30.066205624 +0000 UTC m=+0.153053747 container remove 11a97eaa3844050388fbc525e33dbbd349899d88a05333d1a686b0e4c1e6b859 (image=quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e, name=ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=a5c3084f688b1f6eff223b8d259a8316f9844c8e, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, CEPH_REF=wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle) 2026-02-22T21:03:30.221 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:30 trial069 bash[42305]: ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-mgr-a 2026-02-22T21:03:30.221 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:30 trial069 systemd[1]: ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mgr.a.service: Deactivated successfully. 2026-02-22T21:03:30.221 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:30 trial069 systemd[1]: Stopped Ceph mgr.a for defc6fb5-1031-11f1-8ad8-d404e6e7d460. 2026-02-22T21:03:30.221 INFO:journalctl@ceph.mgr.a.trial069.stdout:Feb 22 21:03:30 trial069 systemd[1]: ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mgr.a.service: Consumed 3.587s CPU time. 2026-02-22T21:03:30.259 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460.target.wants/ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mgr.a.service". 2026-02-22T21:03:30.353 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 5 from systemctl stop ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-init@mgr.a.service 2026-02-22T21:03:30.354 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Failed to stop ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-init@mgr.a.service: Unit ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-init@mgr.a.service not loaded. 2026-02-22T21:03:30.358 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-init@mgr.a.service 2026-02-22T21:03:30.358 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Failed to reset failed state of unit ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-init@mgr.a.service: Unit ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-init@mgr.a.service not loaded. 2026-02-22T21:03:30.363 INFO:teuthology.orchestra.run.trial069.stdout:Non-zero exit code 1 from systemctl disable ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-init@mgr.a.service 2026-02-22T21:03:30.363 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460-init@mgr.a.service does not exist. 2026-02-22T21:03:30.489 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460.target". 2026-02-22T21:03:30.489 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph.target.wants/ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460.target". 2026-02-22T21:03:30.623 INFO:teuthology.orchestra.run.trial069.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-22T21:03:30.624 INFO:teuthology.orchestra.run.trial069.stderr:Traceback (most recent call last): 2026-02-22T21:03:30.624 INFO:teuthology.orchestra.run.trial069.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2026-02-22T21:03:30.625 INFO:teuthology.orchestra.run.trial069.stderr: return _run_code(code, main_globals, None, 2026-02-22T21:03:30.625 INFO:teuthology.orchestra.run.trial069.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2026-02-22T21:03:30.626 INFO:teuthology.orchestra.run.trial069.stderr: exec(code, run_globals) 2026-02-22T21:03:30.626 INFO:teuthology.orchestra.run.trial069.stderr: File "/tmp/tmpr2kdp5mk.cephadm.build/app/__main__.py", line 5296, in 2026-02-22T21:03:30.626 INFO:teuthology.orchestra.run.trial069.stderr: File "/tmp/tmpr2kdp5mk.cephadm.build/app/__main__.py", line 5284, in main 2026-02-22T21:03:30.626 INFO:teuthology.orchestra.run.trial069.stderr: File "/tmp/tmpr2kdp5mk.cephadm.build/app/__main__.py", line 2532, in _rollback 2026-02-22T21:03:30.626 INFO:teuthology.orchestra.run.trial069.stderr: File "/tmp/tmpr2kdp5mk.cephadm.build/app/__main__.py", line 434, in _default_image 2026-02-22T21:03:30.626 INFO:teuthology.orchestra.run.trial069.stderr: File "/tmp/tmpr2kdp5mk.cephadm.build/app/__main__.py", line 2785, in command_bootstrap 2026-02-22T21:03:30.626 INFO:teuthology.orchestra.run.trial069.stderr: File "/tmp/tmpr2kdp5mk.cephadm.build/app/__main__.py", line 2244, in prepare_ssh 2026-02-22T21:03:30.626 INFO:teuthology.orchestra.run.trial069.stderr: File "/tmp/tmpr2kdp5mk.cephadm.build/app/__main__.py", line 2711, in cli 2026-02-22T21:03:30.626 INFO:teuthology.orchestra.run.trial069.stderr: File "/tmp/tmpr2kdp5mk.cephadm.build/app/cephadmlib/container_types.py", line 435, in run 2026-02-22T21:03:30.626 INFO:teuthology.orchestra.run.trial069.stderr: File "/tmp/tmpr2kdp5mk.cephadm.build/app/cephadmlib/call_wrappers.py", line 310, in call_throws 2026-02-22T21:03:30.626 INFO:teuthology.orchestra.run.trial069.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=trial069 -v /var/log/ceph/defc6fb5-1031-11f1-8ad8-d404e6e7d460:/var/log/ceph:z -v /tmp/ceph-tmpq3gztvkq:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpw14m0p5l:/etc/ceph/ceph.conf:z quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e orch apply mgr --unmanaged 2026-02-22T21:03:30.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T21:03:30.642 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-22T21:03:30.643 DEBUG:teuthology.orchestra.run.trial069:> 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 defc6fb5-1031-11f1-8ad8-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-22T21:03:30.760 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-22T21:03:30.761 INFO:teuthology.orchestra.run.trial069.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-22T21:03:30.778 INFO:teuthology.orchestra.run.trial069.stderr:Error: statfs /etc/ceph/ceph.conf: no such file or directory 2026-02-22T21:03:30.796 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-22T21:03:30.797 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-22T21:03:30.797 DEBUG:teuthology.orchestra.run.trial069:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-22T21:03:30.813 DEBUG:teuthology.orchestra.run.trial073:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-22T21:03:30.831 DEBUG:teuthology.orchestra.run.trial114:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-22T21:03:30.850 INFO:tasks.cephadm:Stopping all daemons... 2026-02-22T21:03:30.850 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-22T21:03:30.851 DEBUG:teuthology.orchestra.run.trial069:> sudo systemctl stop ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mon.a 2026-02-22T21:03:30.879 INFO:teuthology.orchestra.run.trial069.stderr:Failed to stop ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mon.a.service: Unit ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mon.a.service not loaded. 2026-02-22T21:03:30.880 DEBUG:teuthology.orchestra.run:got remote process result: 5 2026-02-22T21:03:30.881 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 trial069 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e -v bootstrap --fsid defc6fb5-1031-11f1-8ad8-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.69 --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 trial069 with status 5: 'sudo systemctl stop ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mon.a' 2026-02-22T21:03:30.889 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 trial069 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e -v bootstrap --fsid defc6fb5-1031-11f1-8ad8-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.69 --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 trial069 with status 5: 'sudo systemctl stop ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mon.a' 2026-02-22T21:03:30.895 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-22T21:03:30.898 DEBUG:teuthology.misc:Transferring archived files from trial069:/var/lib/ceph/defc6fb5-1031-11f1-8ad8-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/64638/remote/trial069/crash 2026-02-22T21:03:30.900 DEBUG:teuthology.orchestra.run.trial069:> sudo tar c -f - -C /var/lib/ceph/defc6fb5-1031-11f1-8ad8-d404e6e7d460/crash -- . 2026-02-22T21:03:30.946 INFO:teuthology.orchestra.run.trial069.stderr:tar: /var/lib/ceph/defc6fb5-1031-11f1-8ad8-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-22T21:03:30.946 INFO:teuthology.orchestra.run.trial069.stderr:tar: Error is not recoverable: exiting now 2026-02-22T21:03:30.948 DEBUG:teuthology.misc:Transferring archived files from trial073:/var/lib/ceph/defc6fb5-1031-11f1-8ad8-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/64638/remote/trial073/crash 2026-02-22T21:03:30.952 DEBUG:teuthology.orchestra.run.trial073:> sudo tar c -f - -C /var/lib/ceph/defc6fb5-1031-11f1-8ad8-d404e6e7d460/crash -- . 2026-02-22T21:03:30.979 INFO:teuthology.orchestra.run.trial073.stderr:tar: /var/lib/ceph/defc6fb5-1031-11f1-8ad8-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-22T21:03:30.979 INFO:teuthology.orchestra.run.trial073.stderr:tar: Error is not recoverable: exiting now 2026-02-22T21:03:30.981 DEBUG:teuthology.misc:Transferring archived files from trial114:/var/lib/ceph/defc6fb5-1031-11f1-8ad8-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/64638/remote/trial114/crash 2026-02-22T21:03:30.982 DEBUG:teuthology.orchestra.run.trial114:> sudo tar c -f - -C /var/lib/ceph/defc6fb5-1031-11f1-8ad8-d404e6e7d460/crash -- . 2026-02-22T21:03:31.010 INFO:teuthology.orchestra.run.trial114.stderr:tar: /var/lib/ceph/defc6fb5-1031-11f1-8ad8-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-22T21:03:31.010 INFO:teuthology.orchestra.run.trial114.stderr:tar: Error is not recoverable: exiting now 2026-02-22T21:03:31.012 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-22T21:03:31.012 DEBUG:teuthology.orchestra.run.trial069:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/defc6fb5-1031-11f1-8ad8-d404e6e7d460/ceph.log | grep -E CEPHADM_ | grep -E -v '\(MDS_ALL_DOWN\)' | grep -E -v '\(MDS_UP_LESS_THAN_MAX\)' | grep -E -v CEPHADM_FAILED_DAEMON | head -n 1 2026-02-22T21:03:31.037 INFO:teuthology.orchestra.run.trial069.stderr:grep: /var/log/ceph/defc6fb5-1031-11f1-8ad8-d404e6e7d460/ceph.log: No such file or directory 2026-02-22T21:03:31.039 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2026-02-22T21:03:31.040 DEBUG:teuthology.orchestra.run.trial069:> sudo grep -E '\[SEC\]' /var/log/ceph/defc6fb5-1031-11f1-8ad8-d404e6e7d460/ceph.log | grep -E CEPHADM_ | grep -E -v '\(MDS_ALL_DOWN\)' | grep -E -v '\(MDS_UP_LESS_THAN_MAX\)' | grep -E -v CEPHADM_FAILED_DAEMON | head -n 1 2026-02-22T21:03:31.103 INFO:teuthology.orchestra.run.trial069.stderr:grep: /var/log/ceph/defc6fb5-1031-11f1-8ad8-d404e6e7d460/ceph.log: No such file or directory 2026-02-22T21:03:31.104 INFO:tasks.cephadm:Compressing logs... 2026-02-22T21:03:31.105 DEBUG:teuthology.orchestra.run.trial069:> 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-22T21:03:31.147 DEBUG:teuthology.orchestra.run.trial073:> 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-22T21:03:31.150 DEBUG:teuthology.orchestra.run.trial114:> 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-22T21:03:31.168 INFO:teuthology.orchestra.run.trial069.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-22T21:03:31.168 INFO:teuthology.orchestra.run.trial069.stderr:: No such file or directory 2026-02-22T21:03:31.169 INFO:teuthology.orchestra.run.trial069.stderr:/var/log/ceph/cephadm.log: 62.2% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-22T21:03:31.170 INFO:teuthology.orchestra.run.trial069.stderr: 2026-02-22T21:03:31.170 INFO:teuthology.orchestra.run.trial069.stderr:real 0m0.010s 2026-02-22T21:03:31.170 INFO:teuthology.orchestra.run.trial069.stderr:user 0m0.004s 2026-02-22T21:03:31.170 INFO:teuthology.orchestra.run.trial069.stderr:sys 0m0.014s 2026-02-22T21:03:31.173 INFO:teuthology.orchestra.run.trial073.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-22T21:03:31.173 INFO:teuthology.orchestra.run.trial073.stderr:: No such file or directory 2026-02-22T21:03:31.173 INFO:teuthology.orchestra.run.trial073.stderr:/var/log/ceph/cephadm.log: 53.9% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-22T21:03:31.175 INFO:teuthology.orchestra.run.trial073.stderr: 2026-02-22T21:03:31.175 INFO:teuthology.orchestra.run.trial073.stderr:real 0m0.011s 2026-02-22T21:03:31.175 INFO:teuthology.orchestra.run.trial073.stderr:user 0m0.009s 2026-02-22T21:03:31.175 INFO:teuthology.orchestra.run.trial073.stderr:sys 0m0.010s 2026-02-22T21:03:31.176 INFO:teuthology.orchestra.run.trial114.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-22T21:03:31.176 INFO:teuthology.orchestra.run.trial114.stderr:: No such file or directory 2026-02-22T21:03:31.177 INFO:teuthology.orchestra.run.trial114.stderr:/var/log/ceph/cephadm.log: 54.0% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-22T21:03:31.178 INFO:teuthology.orchestra.run.trial114.stderr: 2026-02-22T21:03:31.178 INFO:teuthology.orchestra.run.trial114.stderr:real 0m0.010s 2026-02-22T21:03:31.178 INFO:teuthology.orchestra.run.trial114.stderr:user 0m0.006s 2026-02-22T21:03:31.178 INFO:teuthology.orchestra.run.trial114.stderr:sys 0m0.013s 2026-02-22T21:03:31.179 INFO:tasks.cephadm:Archiving logs... 2026-02-22T21:03:31.180 DEBUG:teuthology.misc:Transferring archived files from trial069:/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/64638/remote/trial069/log 2026-02-22T21:03:31.181 DEBUG:teuthology.orchestra.run.trial069:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-22T21:03:31.236 DEBUG:teuthology.misc:Transferring archived files from trial073:/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/64638/remote/trial073/log 2026-02-22T21:03:31.238 DEBUG:teuthology.orchestra.run.trial073:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-22T21:03:31.265 DEBUG:teuthology.misc:Transferring archived files from trial114:/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/64638/remote/trial114/log 2026-02-22T21:03:31.267 DEBUG:teuthology.orchestra.run.trial114:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-22T21:03:31.294 INFO:tasks.cephadm:Removing cluster... 2026-02-22T21:03:31.294 DEBUG:teuthology.orchestra.run.trial069:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid defc6fb5-1031-11f1-8ad8-d404e6e7d460 --force 2026-02-22T21:03:31.409 INFO:teuthology.orchestra.run.trial069.stdout:Deleting cluster with fsid: defc6fb5-1031-11f1-8ad8-d404e6e7d460 2026-02-22T21:03:31.577 DEBUG:teuthology.orchestra.run.trial073:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid defc6fb5-1031-11f1-8ad8-d404e6e7d460 --force 2026-02-22T21:03:31.694 INFO:teuthology.orchestra.run.trial073.stdout:Deleting cluster with fsid: defc6fb5-1031-11f1-8ad8-d404e6e7d460 2026-02-22T21:03:31.858 DEBUG:teuthology.orchestra.run.trial114:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid defc6fb5-1031-11f1-8ad8-d404e6e7d460 --force 2026-02-22T21:03:31.976 INFO:teuthology.orchestra.run.trial114.stdout:Deleting cluster with fsid: defc6fb5-1031-11f1-8ad8-d404e6e7d460 2026-02-22T21:03:32.143 INFO:tasks.cephadm:Removing cephadm ... 2026-02-22T21:03:32.144 DEBUG:teuthology.orchestra.run.trial069:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-22T21:03:32.162 DEBUG:teuthology.orchestra.run.trial073:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-22T21:03:32.182 DEBUG:teuthology.orchestra.run.trial114:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-22T21:03:32.199 INFO:tasks.cephadm:Teardown complete 2026-02-22T21:03:32.200 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 trial069 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e -v bootstrap --fsid defc6fb5-1031-11f1-8ad8-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.69 --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 trial069 with status 5: 'sudo systemctl stop ceph-defc6fb5-1031-11f1-8ad8-d404e6e7d460@mon.a' 2026-02-22T21:03:32.206 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-22T21:03:32.227 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-22T21:03:32.244 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-22T21:03:32.245 DEBUG:teuthology.orchestra.run.trial069:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-22T21:03:32.248 DEBUG:teuthology.orchestra.run.trial073:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-22T21:03:32.250 DEBUG:teuthology.orchestra.run.trial114:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-22T21:03:32.456 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-22T21:03:32.467 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-22T21:03:32.467 DEBUG:teuthology.orchestra.run.trial069:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-22T21:03:32.469 DEBUG:teuthology.orchestra.run.trial073:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-22T21:03:32.471 DEBUG:teuthology.orchestra.run.trial114:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-22T21:03:32.484 INFO:teuthology.orchestra.run.trial069.stderr:bash: line 1: ntpq: command not found 2026-02-22T21:03:32.485 INFO:teuthology.orchestra.run.trial073.stderr:bash: line 1: ntpq: command not found 2026-02-22T21:03:32.487 INFO:teuthology.orchestra.run.trial114.stderr:bash: line 1: ntpq: command not found 2026-02-22T21:03:32.500 INFO:teuthology.orchestra.run.trial069.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-22T21:03:32.500 INFO:teuthology.orchestra.run.trial069.stdout:=============================================================================== 2026-02-22T21:03:32.500 INFO:teuthology.orchestra.run.trial069.stdout:^- 108.61.215.221.vultruser> 3 6 37 38 -810us[ -810us] +/- 25ms 2026-02-22T21:03:32.500 INFO:teuthology.orchestra.run.trial069.stdout:^* jane.qotw.net 2 6 37 38 -3276ns[+1011us] +/- 25ms 2026-02-22T21:03:32.500 INFO:teuthology.orchestra.run.trial069.stdout:^- 155.248.196.28 2 6 37 38 -471us[ -471us] +/- 50ms 2026-02-22T21:03:32.500 INFO:teuthology.orchestra.run.trial069.stdout:^- server.ethanyoo.com 2 6 37 38 -1547us[-1547us] +/- 11ms 2026-02-22T21:03:32.501 INFO:teuthology.orchestra.run.trial073.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-22T21:03:32.501 INFO:teuthology.orchestra.run.trial073.stdout:=============================================================================== 2026-02-22T21:03:32.501 INFO:teuthology.orchestra.run.trial073.stdout:^- us-east-2.clearnet.pw 2 6 37 37 -213us[ -213us] +/- 49ms 2026-02-22T21:03:32.501 INFO:teuthology.orchestra.run.trial073.stdout:^- 144.202.66.214.vultruser> 3 6 37 38 -263us[ -263us] +/- 32ms 2026-02-22T21:03:32.501 INFO:teuthology.orchestra.run.trial073.stdout:^* ntp.netlinkify.com 2 6 37 39 +202us[ +398us] +/- 8063us 2026-02-22T21:03:32.501 INFO:teuthology.orchestra.run.trial073.stdout:^- time.cloudflare.com 3 6 37 38 -247us[ -247us] +/- 6815us 2026-02-22T21:03:32.508 INFO:teuthology.orchestra.run.trial114.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-22T21:03:32.508 INFO:teuthology.orchestra.run.trial114.stdout:=============================================================================== 2026-02-22T21:03:32.508 INFO:teuthology.orchestra.run.trial114.stdout:^* 144.202.62.209.vultruser> 3 6 37 37 -3714ns[-1897us] +/- 20ms 2026-02-22T21:03:32.508 INFO:teuthology.orchestra.run.trial114.stdout:^? owners.kjsl.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-22T21:03:32.508 INFO:teuthology.orchestra.run.trial114.stdout:^- 172-104-28-175.ip.linode> 2 6 37 37 -4586us[-4586us] +/- 59ms 2026-02-22T21:03:32.508 INFO:teuthology.orchestra.run.trial114.stdout:^- 69.176.84.38 2 6 37 37 +3023us[+3023us] +/- 37ms 2026-02-22T21:03:32.509 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-22T21:03:32.520 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-22T21:03:32.520 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-22T21:03:32.532 DEBUG:teuthology.orchestra.run.trial069:> 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-22T21:03:32.595 DEBUG:teuthology.orchestra.run.trial073:> 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-22T21:03:32.647 DEBUG:teuthology.orchestra.run.trial114:> 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-22T21:03:32.700 DEBUG:teuthology.orchestra.run.trial069:> 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-22T21:03:32.726 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T21:03:32.727 DEBUG:teuthology.orchestra.run.trial073:> 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-22T21:03:32.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T21:03:32.757 DEBUG:teuthology.orchestra.run.trial114:> 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-22T21:03:32.784 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T21:03:32.785 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-22T21:03:32.800 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-22T21:03:32.814 INFO:teuthology.task.internal:Duration was 268.252388 seconds 2026-02-22T21:03:32.815 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-22T21:03:32.830 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-22T21:03:32.830 DEBUG:teuthology.orchestra.run.trial069:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-22T21:03:32.833 DEBUG:teuthology.orchestra.run.trial073:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-22T21:03:32.835 DEBUG:teuthology.orchestra.run.trial114:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-22T21:03:32.867 INFO:teuthology.orchestra.run.trial069.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-22T21:03:32.871 INFO:teuthology.orchestra.run.trial073.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-22T21:03:32.872 INFO:teuthology.orchestra.run.trial114.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-22T21:03:33.246 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-22T21:03:33.246 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial069.front.sepia.ceph.com 2026-02-22T21:03:33.246 DEBUG:teuthology.orchestra.run.trial069:> 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-22T21:03:33.304 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial073.front.sepia.ceph.com 2026-02-22T21:03:33.305 DEBUG:teuthology.orchestra.run.trial073:> 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-22T21:03:33.325 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial114.front.sepia.ceph.com 2026-02-22T21:03:33.326 DEBUG:teuthology.orchestra.run.trial114:> 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-22T21:03:33.345 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-22T21:03:33.346 DEBUG:teuthology.orchestra.run.trial069:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T21:03:33.347 DEBUG:teuthology.orchestra.run.trial073:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T21:03:33.367 DEBUG:teuthology.orchestra.run.trial114:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T21:03:33.446 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-22T21:03:33.446 DEBUG:teuthology.orchestra.run.trial069:> 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-22T21:03:33.447 DEBUG:teuthology.orchestra.run.trial073:> 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-22T21:03:33.449 DEBUG:teuthology.orchestra.run.trial114:> 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-22T21:03:33.469 INFO:teuthology.orchestra.run.trial069.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T21:03:33.469 INFO:teuthology.orchestra.run.trial069.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T21:03:33.469 INFO:teuthology.orchestra.run.trial069.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T21:03:33.470 INFO:teuthology.orchestra.run.trial069.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-22T21:03:33.470 INFO:teuthology.orchestra.run.trial069.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-22T21:03:33.470 INFO:teuthology.orchestra.run.trial073.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T21:03:33.470 INFO:teuthology.orchestra.run.trial073.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T21:03:33.470 INFO:teuthology.orchestra.run.trial073.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-22T21:03:33.470 INFO:teuthology.orchestra.run.trial073.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T21:03:33.471 INFO:teuthology.orchestra.run.trial073.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-22T21:03:33.471 INFO:teuthology.orchestra.run.trial114.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T21:03:33.471 INFO:teuthology.orchestra.run.trial114.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T21:03:33.472 INFO:teuthology.orchestra.run.trial114.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T21:03:33.472 INFO:teuthology.orchestra.run.trial114.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-22T21:03:33.472 INFO:teuthology.orchestra.run.trial114.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-22T21:03:33.481 INFO:teuthology.orchestra.run.trial073.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 81.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-22T21:03:33.481 INFO:teuthology.orchestra.run.trial069.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 82.9% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-22T21:03:33.482 INFO:teuthology.orchestra.run.trial114.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 81.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-22T21:03:33.483 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-22T21:03:33.496 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-22T21:03:33.497 DEBUG:teuthology.orchestra.run.trial069:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-22T21:03:33.547 DEBUG:teuthology.orchestra.run.trial073:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-22T21:03:33.572 DEBUG:teuthology.orchestra.run.trial114:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-22T21:03:33.598 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-22T21:03:33.609 DEBUG:teuthology.orchestra.run.trial069:> 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-22T21:03:33.611 DEBUG:teuthology.orchestra.run.trial073:> 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-22T21:03:33.615 DEBUG:teuthology.orchestra.run.trial114:> 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-22T21:03:33.634 INFO:teuthology.orchestra.run.trial069.stdout:kernel.core_pattern = core 2026-02-22T21:03:33.635 INFO:teuthology.orchestra.run.trial073.stdout:kernel.core_pattern = core 2026-02-22T21:03:33.660 INFO:teuthology.orchestra.run.trial114.stdout:kernel.core_pattern = core 2026-02-22T21:03:33.672 DEBUG:teuthology.orchestra.run.trial069:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-22T21:03:33.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T21:03:33.703 DEBUG:teuthology.orchestra.run.trial073:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-22T21:03:33.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T21:03:33.721 DEBUG:teuthology.orchestra.run.trial114:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-22T21:03:33.736 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T21:03:33.736 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-22T21:03:33.758 INFO:teuthology.task.internal:Transferring archived files... 2026-02-22T21:03:33.759 DEBUG:teuthology.misc:Transferring archived files from trial069:/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/64638/remote/trial069 2026-02-22T21:03:33.759 DEBUG:teuthology.orchestra.run.trial069:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-22T21:03:33.804 DEBUG:teuthology.misc:Transferring archived files from trial073:/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/64638/remote/trial073 2026-02-22T21:03:33.805 DEBUG:teuthology.orchestra.run.trial073:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-22T21:03:33.842 DEBUG:teuthology.misc:Transferring archived files from trial114:/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/64638/remote/trial114 2026-02-22T21:03:33.843 DEBUG:teuthology.orchestra.run.trial114:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-22T21:03:33.877 INFO:teuthology.task.internal:Removing archive directory... 2026-02-22T21:03:33.877 DEBUG:teuthology.orchestra.run.trial069:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-22T21:03:33.879 DEBUG:teuthology.orchestra.run.trial073:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-22T21:03:33.880 DEBUG:teuthology.orchestra.run.trial114:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-22T21:03:33.925 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-22T21:03:33.938 INFO:teuthology.task.internal:Not uploading archives. 2026-02-22T21:03:33.939 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-22T21:03:33.952 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-22T21:03:33.953 DEBUG:teuthology.orchestra.run.trial069:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-22T21:03:33.954 DEBUG:teuthology.orchestra.run.trial073:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-22T21:03:33.956 DEBUG:teuthology.orchestra.run.trial114:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-22T21:03:33.968 INFO:teuthology.orchestra.run.trial069.stdout: 917521 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 22 21:03 /home/ubuntu/cephtest 2026-02-22T21:03:33.970 INFO:teuthology.orchestra.run.trial073.stdout: 917572 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 22 21:03 /home/ubuntu/cephtest 2026-02-22T21:03:33.981 INFO:teuthology.orchestra.run.trial114.stdout: 917572 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 22 21:03 /home/ubuntu/cephtest 2026-02-22T21:03:33.982 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-22T21:03:33.994 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-22T21:03:34.025 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_mgmt_gateway} duration: 268.2523880004883 failure_reason: '"grep: /var/log/ceph/defc6fb5-1031-11f1-8ad8-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-22T21:03:34.025 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-22T21:03:34.129 INFO:teuthology.run:FAIL