2024-09-20T19:31:43.284 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-20T19:31:43.302 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-20T19:31:43.377 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912811 branch: wip-adk-testing-2024-09-20-0910 description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} email: adking@redhat.com first_in_suite: false job_id: '7912811' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-09-20-0910 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_HOST - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: wip-adk-testing-2024-09-20-0910 sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 8031 sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-09-20-0910 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 targets: smithi043.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK7IiuqS58WP91nQAFNKCuJL3l+yXFyqyfK5IdPh7T1Oi/D7ZEmZC6hT6QNBf4RCm1GCIUnu4T4IEf8vApe+bOk= smithi104.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMhDq2yO+UTvrFq1OvYJ8O306UbbDgAjeCtGEG1o5VmIqvm+rL0VSSQA11HSPuC/xaMBHP9HY8nZaqHO4YA5hkg= smithi203.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLNJLksVsAFhZoXt71LJWIGTb/9EZoufbN6jSwE6z60hanVT4EsDX30x0095bXXvSVKVa4r900sg40Sp/Z7qqi4= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-20_18:25:04 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2902 2024-09-20T19:31:43.378 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa; will attempt to use it 2024-09-20T19:31:43.378 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks 2024-09-20T19:31:43.378 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-20T19:31:43.380 INFO:teuthology.task.internal:Checking packages... 2024-09-20T19:31:43.400 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7' 2024-09-20T19:31:43.400 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-20T19:31:43.400 INFO:teuthology.packaging:ref: None 2024-09-20T19:31:43.400 INFO:teuthology.packaging:tag: None 2024-09-20T19:31:43.401 INFO:teuthology.packaging:branch: wip-adk-testing-2024-09-20-0910 2024-09-20T19:31:43.401 INFO:teuthology.packaging:sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:31:43.401 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk-testing-2024-09-20-0910 2024-09-20T19:31:43.552 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-5127.ge8baca1e 2024-09-20T19:31:43.553 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-20T19:31:43.561 INFO:teuthology.task.internal:no buildpackages task found 2024-09-20T19:31:43.561 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-20T19:31:43.587 INFO:teuthology.task.internal:Saving configuration 2024-09-20T19:31:43.599 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-20T19:31:43.607 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-20T19:31:43.633 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi043.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912811', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-20 19:26:25.215695', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK7IiuqS58WP91nQAFNKCuJL3l+yXFyqyfK5IdPh7T1Oi/D7ZEmZC6hT6QNBf4RCm1GCIUnu4T4IEf8vApe+bOk='} 2024-09-20T19:31:43.651 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi104.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912811', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-20 19:26:25.212807', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMhDq2yO+UTvrFq1OvYJ8O306UbbDgAjeCtGEG1o5VmIqvm+rL0VSSQA11HSPuC/xaMBHP9HY8nZaqHO4YA5hkg='} 2024-09-20T19:31:43.672 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi203.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912811', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-20 19:26:25.214351', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLNJLksVsAFhZoXt71LJWIGTb/9EZoufbN6jSwE6z60hanVT4EsDX30x0095bXXvSVKVa4r900sg40Sp/Z7qqi4='} 2024-09-20T19:31:43.672 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-20T19:31:43.679 INFO:teuthology.task.internal:roles: ubuntu@smithi043.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-09-20T19:31:43.679 INFO:teuthology.task.internal:roles: ubuntu@smithi104.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-09-20T19:31:43.679 INFO:teuthology.task.internal:roles: ubuntu@smithi203.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-09-20T19:31:43.679 INFO:teuthology.run_tasks:Running task console_log... 2024-09-20T19:31:43.762 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff220ab8280>, signals=[15]) 2024-09-20T19:31:43.762 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-20T19:31:43.768 INFO:teuthology.task.internal:Opening connections... 2024-09-20T19:31:43.768 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi043.front.sepia.ceph.com 2024-09-20T19:31:43.770 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:31:43.847 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi104.front.sepia.ceph.com 2024-09-20T19:31:43.848 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:31:43.921 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi203.front.sepia.ceph.com 2024-09-20T19:31:43.922 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:31:43.998 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-20T19:31:44.005 DEBUG:teuthology.orchestra.run.smithi043:> uname -m 2024-09-20T19:31:44.023 INFO:teuthology.orchestra.run.smithi043.stdout:x86_64 2024-09-20T19:31:44.023 DEBUG:teuthology.orchestra.run.smithi043:> cat /etc/os-release 2024-09-20T19:31:44.081 INFO:teuthology.orchestra.run.smithi043.stdout:NAME="CentOS Stream" 2024-09-20T19:31:44.081 INFO:teuthology.orchestra.run.smithi043.stdout:VERSION="9" 2024-09-20T19:31:44.081 INFO:teuthology.orchestra.run.smithi043.stdout:ID="centos" 2024-09-20T19:31:44.082 INFO:teuthology.orchestra.run.smithi043.stdout:ID_LIKE="rhel fedora" 2024-09-20T19:31:44.082 INFO:teuthology.orchestra.run.smithi043.stdout:VERSION_ID="9" 2024-09-20T19:31:44.082 INFO:teuthology.orchestra.run.smithi043.stdout:PLATFORM_ID="platform:el9" 2024-09-20T19:31:44.082 INFO:teuthology.orchestra.run.smithi043.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-20T19:31:44.082 INFO:teuthology.orchestra.run.smithi043.stdout:ANSI_COLOR="0;31" 2024-09-20T19:31:44.082 INFO:teuthology.orchestra.run.smithi043.stdout:LOGO="fedora-logo-icon" 2024-09-20T19:31:44.082 INFO:teuthology.orchestra.run.smithi043.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-20T19:31:44.082 INFO:teuthology.orchestra.run.smithi043.stdout:HOME_URL="https://centos.org/" 2024-09-20T19:31:44.082 INFO:teuthology.orchestra.run.smithi043.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-20T19:31:44.082 INFO:teuthology.orchestra.run.smithi043.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-20T19:31:44.082 INFO:teuthology.orchestra.run.smithi043.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-20T19:31:44.083 INFO:teuthology.lock.ops:Updating smithi043.front.sepia.ceph.com on lock server 2024-09-20T19:31:44.114 DEBUG:teuthology.orchestra.run.smithi104:> uname -m 2024-09-20T19:31:44.132 INFO:teuthology.orchestra.run.smithi104.stdout:x86_64 2024-09-20T19:31:44.132 DEBUG:teuthology.orchestra.run.smithi104:> cat /etc/os-release 2024-09-20T19:31:44.189 INFO:teuthology.orchestra.run.smithi104.stdout:NAME="CentOS Stream" 2024-09-20T19:31:44.190 INFO:teuthology.orchestra.run.smithi104.stdout:VERSION="9" 2024-09-20T19:31:44.190 INFO:teuthology.orchestra.run.smithi104.stdout:ID="centos" 2024-09-20T19:31:44.190 INFO:teuthology.orchestra.run.smithi104.stdout:ID_LIKE="rhel fedora" 2024-09-20T19:31:44.190 INFO:teuthology.orchestra.run.smithi104.stdout:VERSION_ID="9" 2024-09-20T19:31:44.190 INFO:teuthology.orchestra.run.smithi104.stdout:PLATFORM_ID="platform:el9" 2024-09-20T19:31:44.190 INFO:teuthology.orchestra.run.smithi104.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-20T19:31:44.190 INFO:teuthology.orchestra.run.smithi104.stdout:ANSI_COLOR="0;31" 2024-09-20T19:31:44.190 INFO:teuthology.orchestra.run.smithi104.stdout:LOGO="fedora-logo-icon" 2024-09-20T19:31:44.190 INFO:teuthology.orchestra.run.smithi104.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-20T19:31:44.190 INFO:teuthology.orchestra.run.smithi104.stdout:HOME_URL="https://centos.org/" 2024-09-20T19:31:44.190 INFO:teuthology.orchestra.run.smithi104.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-20T19:31:44.190 INFO:teuthology.orchestra.run.smithi104.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-20T19:31:44.190 INFO:teuthology.orchestra.run.smithi104.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-20T19:31:44.191 INFO:teuthology.lock.ops:Updating smithi104.front.sepia.ceph.com on lock server 2024-09-20T19:31:44.214 DEBUG:teuthology.orchestra.run.smithi203:> uname -m 2024-09-20T19:31:44.233 INFO:teuthology.orchestra.run.smithi203.stdout:x86_64 2024-09-20T19:31:44.233 DEBUG:teuthology.orchestra.run.smithi203:> cat /etc/os-release 2024-09-20T19:31:44.292 INFO:teuthology.orchestra.run.smithi203.stdout:NAME="CentOS Stream" 2024-09-20T19:31:44.292 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION="9" 2024-09-20T19:31:44.292 INFO:teuthology.orchestra.run.smithi203.stdout:ID="centos" 2024-09-20T19:31:44.292 INFO:teuthology.orchestra.run.smithi203.stdout:ID_LIKE="rhel fedora" 2024-09-20T19:31:44.292 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION_ID="9" 2024-09-20T19:31:44.292 INFO:teuthology.orchestra.run.smithi203.stdout:PLATFORM_ID="platform:el9" 2024-09-20T19:31:44.292 INFO:teuthology.orchestra.run.smithi203.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-20T19:31:44.292 INFO:teuthology.orchestra.run.smithi203.stdout:ANSI_COLOR="0;31" 2024-09-20T19:31:44.292 INFO:teuthology.orchestra.run.smithi203.stdout:LOGO="fedora-logo-icon" 2024-09-20T19:31:44.292 INFO:teuthology.orchestra.run.smithi203.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-20T19:31:44.292 INFO:teuthology.orchestra.run.smithi203.stdout:HOME_URL="https://centos.org/" 2024-09-20T19:31:44.293 INFO:teuthology.orchestra.run.smithi203.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-20T19:31:44.293 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-20T19:31:44.293 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-20T19:31:44.293 INFO:teuthology.lock.ops:Updating smithi203.front.sepia.ceph.com on lock server 2024-09-20T19:31:44.314 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-20T19:31:44.322 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-20T19:31:44.414 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-20T19:31:44.415 DEBUG:teuthology.orchestra.run.smithi043:> test '!' -e /home/ubuntu/cephtest 2024-09-20T19:31:44.418 DEBUG:teuthology.orchestra.run.smithi104:> test '!' -e /home/ubuntu/cephtest 2024-09-20T19:31:44.420 DEBUG:teuthology.orchestra.run.smithi203:> test '!' -e /home/ubuntu/cephtest 2024-09-20T19:31:44.437 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-20T19:31:44.450 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-20T19:31:44.451 DEBUG:teuthology.orchestra.run.smithi043:> test -z $(ls -A /var/lib/ceph) 2024-09-20T19:31:44.475 DEBUG:teuthology.orchestra.run.smithi104:> test -z $(ls -A /var/lib/ceph) 2024-09-20T19:31:44.477 DEBUG:teuthology.orchestra.run.smithi203:> test -z $(ls -A /var/lib/ceph) 2024-09-20T19:31:44.577 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-20T19:31:44.652 INFO:teuthology.run_tasks:Running task kernel... 2024-09-20T19:31:44.667 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-20T19:31:44.667 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-20T19:31:44.667 DEBUG:teuthology.orchestra.run.smithi043:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T19:31:44.668 DEBUG:teuthology.orchestra.run.smithi104:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T19:31:44.668 DEBUG:teuthology.orchestra.run.smithi203:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T19:31:44.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:31:44.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:31:44.686 DEBUG:teuthology.orchestra.run.smithi043:> uname -r 2024-09-20T19:31:44.686 DEBUG:teuthology.orchestra.run.smithi203:> uname -r 2024-09-20T19:31:44.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:31:44.687 DEBUG:teuthology.orchestra.run.smithi104:> uname -r 2024-09-20T19:31:44.743 INFO:teuthology.orchestra.run.smithi203.stdout:5.14.0-503.el9.x86_64 2024-09-20T19:31:44.743 INFO:teuthology.task.kernel:Running kernel on smithi203: 5.14.0-503.el9.x86_64 2024-09-20T19:31:44.743 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum install -y kernel 2024-09-20T19:31:44.744 INFO:teuthology.orchestra.run.smithi043.stdout:5.14.0-503.el9.x86_64 2024-09-20T19:31:44.745 INFO:teuthology.task.kernel:Running kernel on smithi043: 5.14.0-503.el9.x86_64 2024-09-20T19:31:44.745 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum install -y kernel 2024-09-20T19:31:44.746 INFO:teuthology.orchestra.run.smithi104.stdout:5.14.0-503.el9.x86_64 2024-09-20T19:31:44.746 INFO:teuthology.task.kernel:Running kernel on smithi104: 5.14.0-503.el9.x86_64 2024-09-20T19:31:44.746 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum install -y kernel 2024-09-20T19:31:47.431 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - BaseOS 8.5 MB/s | 8.3 MB 00:00 2024-09-20T19:31:47.480 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - BaseOS 8.3 MB/s | 8.3 MB 00:01 2024-09-20T19:31:47.732 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 9 - BaseOS 6.4 MB/s | 8.3 MB 00:01 2024-09-20T19:31:51.074 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - AppStream 8.0 MB/s | 20 MB 00:02 2024-09-20T19:31:51.250 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 9 - AppStream 8.4 MB/s | 20 MB 00:02 2024-09-20T19:31:51.514 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - AppStream 6.9 MB/s | 20 MB 00:02 2024-09-20T19:31:55.366 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - CRB 16 MB/s | 6.5 MB 00:00 2024-09-20T19:31:55.906 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.5 MB 00:00 2024-09-20T19:31:56.751 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 6.5 MB 00:01 2024-09-20T19:31:58.184 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 19 kB 00:01 2024-09-20T19:31:58.236 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - Extras packages 12 kB/s | 19 kB 00:01 2024-09-20T19:31:59.213 INFO:teuthology.orchestra.run.smithi043.stdout:Extra Packages for Enterprise Linux 27 MB/s | 23 MB 00:00 2024-09-20T19:31:59.345 INFO:teuthology.orchestra.run.smithi104.stdout:Extra Packages for Enterprise Linux 22 MB/s | 23 MB 00:01 2024-09-20T19:31:59.429 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 9 - Extras packages 13 kB/s | 19 kB 00:01 2024-09-20T19:32:00.222 INFO:teuthology.orchestra.run.smithi203.stdout:Extra Packages for Enterprise Linux 34 MB/s | 23 MB 00:00 2024-09-20T19:32:04.733 INFO:teuthology.orchestra.run.smithi104.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-09-20T19:32:04.852 INFO:teuthology.orchestra.run.smithi043.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-20T19:32:05.620 INFO:teuthology.orchestra.run.smithi203.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-09-20T19:32:06.631 INFO:teuthology.orchestra.run.smithi104.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-20T19:32:06.631 INFO:teuthology.orchestra.run.smithi104.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-20T19:32:06.739 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:32:06.744 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:32:06.744 INFO:teuthology.orchestra.run.smithi104.stdout: Package Architecture Version Repository Size 2024-09-20T19:32:06.744 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:32:06.744 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-20T19:32:06.744 INFO:teuthology.orchestra.run.smithi104.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-20T19:32:06.744 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-09-20T19:32:06.744 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-20T19:32:06.745 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-20T19:32:06.745 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-20T19:32:06.745 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:32:06.745 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-20T19:32:06.745 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:32:06.745 INFO:teuthology.orchestra.run.smithi104.stdout:Install 4 Packages 2024-09-20T19:32:06.745 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:32:06.746 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 79 M 2024-09-20T19:32:06.746 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 126 M 2024-09-20T19:32:06.746 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-20T19:32:06.800 INFO:teuthology.orchestra.run.smithi043.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-20T19:32:06.800 INFO:teuthology.orchestra.run.smithi043.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-20T19:32:06.899 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:32:06.903 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:32:06.903 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2024-09-20T19:32:06.903 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:32:06.903 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-09-20T19:32:06.903 INFO:teuthology.orchestra.run.smithi043.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-20T19:32:06.903 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-09-20T19:32:06.903 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-20T19:32:06.903 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-20T19:32:06.903 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-20T19:32:06.903 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:32:06.903 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-09-20T19:32:06.903 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:32:06.903 INFO:teuthology.orchestra.run.smithi043.stdout:Install 4 Packages 2024-09-20T19:32:06.904 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:32:06.904 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 79 M 2024-09-20T19:32:06.904 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 126 M 2024-09-20T19:32:06.904 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-09-20T19:32:06.943 INFO:teuthology.orchestra.run.smithi104.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 485 kB/s | 36 kB 00:00 2024-09-20T19:32:07.518 INFO:teuthology.orchestra.run.smithi203.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-20T19:32:07.518 INFO:teuthology.orchestra.run.smithi203.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-20T19:32:07.607 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:32:07.619 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:32:07.619 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2024-09-20T19:32:07.619 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:32:07.619 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-09-20T19:32:07.619 INFO:teuthology.orchestra.run.smithi203.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-20T19:32:07.619 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-09-20T19:32:07.620 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-20T19:32:07.620 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-20T19:32:07.620 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-20T19:32:07.620 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:32:07.620 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-09-20T19:32:07.620 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:32:07.620 INFO:teuthology.orchestra.run.smithi203.stdout:Install 4 Packages 2024-09-20T19:32:07.620 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:32:07.621 INFO:teuthology.orchestra.run.smithi043.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 58 kB/s | 36 kB 00:00 2024-09-20T19:32:07.621 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 79 M 2024-09-20T19:32:07.621 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 126 M 2024-09-20T19:32:07.621 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-09-20T19:32:07.729 INFO:teuthology.orchestra.run.smithi203.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 408 kB/s | 36 kB 00:00 2024-09-20T19:32:08.238 INFO:teuthology.orchestra.run.smithi203.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 26 MB/s | 16 MB 00:00 2024-09-20T19:32:08.387 INFO:teuthology.orchestra.run.smithi043.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-09-20T19:32:08.402 INFO:teuthology.orchestra.run.smithi104.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 10 MB/s | 16 MB 00:01 2024-09-20T19:32:08.647 INFO:teuthology.orchestra.run.smithi203.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 34 MB/s | 35 MB 00:01 2024-09-20T19:32:09.044 INFO:teuthology.orchestra.run.smithi203.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 22 MB/s | 29 MB 00:01 2024-09-20T19:32:09.044 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:32:09.044 INFO:teuthology.orchestra.run.smithi203.stdout:Total 55 MB/s | 79 MB 00:01 2024-09-20T19:32:09.079 INFO:teuthology.orchestra.run.smithi043.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 17 MB/s | 35 MB 00:02 2024-09-20T19:32:09.721 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-09-20T19:32:09.829 INFO:teuthology.orchestra.run.smithi043.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 13 MB/s | 29 MB 00:02 2024-09-20T19:32:09.829 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:32:09.829 INFO:teuthology.orchestra.run.smithi043.stdout:Total 27 MB/s | 79 MB 00:02 2024-09-20T19:32:10.081 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-09-20T19:32:10.081 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-09-20T19:32:10.546 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-09-20T19:32:10.923 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-09-20T19:32:10.924 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-09-20T19:32:11.070 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-09-20T19:32:11.071 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-09-20T19:32:11.921 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-09-20T19:32:11.921 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-09-20T19:32:13.506 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-09-20T19:32:13.934 INFO:teuthology.orchestra.run.smithi104.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 4.9 MB/s | 35 MB 00:07 2024-09-20T19:32:14.150 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-20T19:32:14.256 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:32:14.351 INFO:teuthology.orchestra.run.smithi104.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 3.9 MB/s | 29 MB 00:07 2024-09-20T19:32:14.351 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:32:14.351 INFO:teuthology.orchestra.run.smithi104.stdout:Total 10 MB/s | 79 MB 00:07 2024-09-20T19:32:14.476 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-09-20T19:32:15.034 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-20T19:32:15.152 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-20T19:32:15.248 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:32:15.371 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-20T19:32:15.371 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-20T19:32:16.324 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-20T19:32:16.324 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-20T19:32:17.029 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:32:17.158 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:32:18.005 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:32:18.125 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:32:18.734 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-20T19:32:19.360 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-20T19:32:19.450 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:32:21.994 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:32:22.075 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:32:22.206 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:32:22.336 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:32:23.259 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:32:23.300 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:32:26.926 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:32:27.200 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:32:27.311 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:32:28.434 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:32:32.172 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:33:05.585 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:33:05.630 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:33:06.003 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:33:06.003 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-20T19:33:06.004 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:33:06.004 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:33:06.885 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:33:06.885 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:33:06.885 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-09-20T19:33:06.885 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-20T19:33:06.885 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-20T19:33:06.885 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-20T19:33:06.885 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-20T19:33:06.886 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:33:06.886 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:33:07.250 DEBUG:teuthology.orchestra.run.smithi203:> rpm -q kernel | sort -rV | head -n 1 2024-09-20T19:33:07.324 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:33:07.337 INFO:teuthology.orchestra.run.smithi203.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-20T19:33:07.337 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-20T19:33:07.338 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-20T19:33:07.338 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T19:33:07.338 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T19:33:07.338 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-20T19:33:07.338 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi203.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T19:33:07.338 DEBUG:teuthology.orchestra.run.smithi203:> rpm -q kernel | sort -rV | head -n 1 2024-09-20T19:33:07.365 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:33:07.396 INFO:teuthology.orchestra.run.smithi203.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-20T19:33:07.397 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-20T19:33:07.397 DEBUG:teuthology.orchestra.run.smithi203:> sudo rpm -qi grub2-tools 2024-09-20T19:33:07.432 INFO:teuthology.orchestra.run.smithi203.stdout:Name : grub2-tools 2024-09-20T19:33:07.432 INFO:teuthology.orchestra.run.smithi203.stdout:Epoch : 1 2024-09-20T19:33:07.432 INFO:teuthology.orchestra.run.smithi203.stdout:Version : 2.06 2024-09-20T19:33:07.432 INFO:teuthology.orchestra.run.smithi203.stdout:Release : 82.el9 2024-09-20T19:33:07.432 INFO:teuthology.orchestra.run.smithi203.stdout:Architecture: x86_64 2024-09-20T19:33:07.432 INFO:teuthology.orchestra.run.smithi203.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-20T19:33:07.432 INFO:teuthology.orchestra.run.smithi203.stdout:Group : Unspecified 2024-09-20T19:33:07.432 INFO:teuthology.orchestra.run.smithi203.stdout:Size : 8274670 2024-09-20T19:33:07.433 INFO:teuthology.orchestra.run.smithi203.stdout:License : GPLv3+ 2024-09-20T19:33:07.433 INFO:teuthology.orchestra.run.smithi203.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-20T19:33:07.433 INFO:teuthology.orchestra.run.smithi203.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-20T19:33:07.433 INFO:teuthology.orchestra.run.smithi203.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-20T19:33:07.433 INFO:teuthology.orchestra.run.smithi203.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-20T19:33:07.433 INFO:teuthology.orchestra.run.smithi203.stdout:Packager : builder@centos.org 2024-09-20T19:33:07.433 INFO:teuthology.orchestra.run.smithi203.stdout:Vendor : CentOS 2024-09-20T19:33:07.433 INFO:teuthology.orchestra.run.smithi203.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-20T19:33:07.433 INFO:teuthology.orchestra.run.smithi203.stdout:Summary : Support tools for GRUB. 2024-09-20T19:33:07.433 INFO:teuthology.orchestra.run.smithi203.stdout:Description : 2024-09-20T19:33:07.433 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:33:07.433 INFO:teuthology.orchestra.run.smithi203.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-20T19:33:07.433 INFO:teuthology.orchestra.run.smithi203.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-20T19:33:07.433 INFO:teuthology.orchestra.run.smithi203.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-20T19:33:07.434 INFO:teuthology.orchestra.run.smithi203.stdout:hardware devices. 2024-09-20T19:33:07.434 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:33:07.434 INFO:teuthology.orchestra.run.smithi203.stdout:This subpackage provides tools for support of all platforms. 2024-09-20T19:33:07.434 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-20T19:33:07.435 INFO:teuthology.task.kernel:Updating grub on smithi203 to boot 5.14.0-508.el9.x86_64 2024-09-20T19:33:07.435 DEBUG:teuthology.orchestra.run.smithi203:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-20T19:33:07.701 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:33:07.701 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-20T19:33:07.701 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:33:07.701 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:33:08.069 INFO:teuthology.orchestra.run.smithi203.stderr:Generating grub configuration file ... 2024-09-20T19:33:08.552 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:33:08.552 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:33:08.552 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-09-20T19:33:08.552 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-20T19:33:08.552 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-20T19:33:08.552 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-20T19:33:08.552 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-20T19:33:08.552 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:33:08.552 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:33:08.924 DEBUG:teuthology.orchestra.run.smithi043:> rpm -q kernel | sort -rV | head -n 1 2024-09-20T19:33:09.020 INFO:teuthology.orchestra.run.smithi043.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-20T19:33:09.020 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-20T19:33:09.020 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-20T19:33:09.020 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T19:33:09.020 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T19:33:09.021 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-20T19:33:09.021 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi043.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T19:33:09.021 DEBUG:teuthology.orchestra.run.smithi043:> rpm -q kernel | sort -rV | head -n 1 2024-09-20T19:33:09.078 INFO:teuthology.orchestra.run.smithi043.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-20T19:33:09.079 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-20T19:33:09.079 DEBUG:teuthology.orchestra.run.smithi043:> sudo rpm -qi grub2-tools 2024-09-20T19:33:09.118 INFO:teuthology.orchestra.run.smithi043.stdout:Name : grub2-tools 2024-09-20T19:33:09.118 INFO:teuthology.orchestra.run.smithi043.stdout:Epoch : 1 2024-09-20T19:33:09.118 INFO:teuthology.orchestra.run.smithi043.stdout:Version : 2.06 2024-09-20T19:33:09.118 INFO:teuthology.orchestra.run.smithi043.stdout:Release : 82.el9 2024-09-20T19:33:09.118 INFO:teuthology.orchestra.run.smithi043.stdout:Architecture: x86_64 2024-09-20T19:33:09.118 INFO:teuthology.orchestra.run.smithi043.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-20T19:33:09.118 INFO:teuthology.orchestra.run.smithi043.stdout:Group : Unspecified 2024-09-20T19:33:09.118 INFO:teuthology.orchestra.run.smithi043.stdout:Size : 8274670 2024-09-20T19:33:09.118 INFO:teuthology.orchestra.run.smithi043.stdout:License : GPLv3+ 2024-09-20T19:33:09.118 INFO:teuthology.orchestra.run.smithi043.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-20T19:33:09.119 INFO:teuthology.orchestra.run.smithi043.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-20T19:33:09.119 INFO:teuthology.orchestra.run.smithi043.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-20T19:33:09.119 INFO:teuthology.orchestra.run.smithi043.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-20T19:33:09.119 INFO:teuthology.orchestra.run.smithi043.stdout:Packager : builder@centos.org 2024-09-20T19:33:09.119 INFO:teuthology.orchestra.run.smithi043.stdout:Vendor : CentOS 2024-09-20T19:33:09.119 INFO:teuthology.orchestra.run.smithi043.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-20T19:33:09.119 INFO:teuthology.orchestra.run.smithi043.stdout:Summary : Support tools for GRUB. 2024-09-20T19:33:09.119 INFO:teuthology.orchestra.run.smithi043.stdout:Description : 2024-09-20T19:33:09.119 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:33:09.119 INFO:teuthology.orchestra.run.smithi043.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-20T19:33:09.119 INFO:teuthology.orchestra.run.smithi043.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-20T19:33:09.119 INFO:teuthology.orchestra.run.smithi043.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-20T19:33:09.120 INFO:teuthology.orchestra.run.smithi043.stdout:hardware devices. 2024-09-20T19:33:09.120 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:33:09.120 INFO:teuthology.orchestra.run.smithi043.stdout:This subpackage provides tools for support of all platforms. 2024-09-20T19:33:09.120 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-20T19:33:09.121 INFO:teuthology.task.kernel:Updating grub on smithi043 to boot 5.14.0-508.el9.x86_64 2024-09-20T19:33:09.121 DEBUG:teuthology.orchestra.run.smithi043:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-20T19:33:09.397 INFO:teuthology.orchestra.run.smithi203.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-20T19:33:09.419 INFO:teuthology.orchestra.run.smithi203.stderr:done 2024-09-20T19:33:09.421 DEBUG:teuthology.orchestra.run.smithi203:> mktemp 2024-09-20T19:33:09.437 INFO:teuthology.orchestra.run.smithi203.stdout:/tmp/tmp.NWrr6O54Gc 2024-09-20T19:33:09.437 DEBUG:teuthology.orchestra.run.smithi203:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.NWrr6O54Gc 2024-09-20T19:33:09.504 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod 0666 /tmp/tmp.NWrr6O54Gc 2024-09-20T19:33:09.640 DEBUG:teuthology.orchestra.remote:smithi203:/tmp/tmp.NWrr6O54Gc is 6KB 2024-09-20T19:33:09.660 DEBUG:teuthology.orchestra.run.smithi203:> rm -fr /tmp/tmp.NWrr6O54Gc 2024-09-20T19:33:09.675 DEBUG:teuthology.orchestra.run.smithi203:> sudo /bin/ls /boot/loader/entries || true 2024-09-20T19:33:09.738 INFO:teuthology.orchestra.run.smithi203.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-20T19:33:09.738 INFO:teuthology.orchestra.run.smithi203.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-20T19:33:09.738 INFO:teuthology.orchestra.run.smithi203.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-20T19:33:09.739 INFO:teuthology.orchestra.run.smithi203.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-20T19:33:09.740 DEBUG:teuthology.orchestra.run.smithi203:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-20T19:33:09.772 INFO:teuthology.orchestra.run.smithi043.stderr:Generating grub configuration file ... 2024-09-20T19:33:09.891 DEBUG:teuthology.orchestra.run.smithi203:> sudo shutdown -r now 2024-09-20T19:33:10.522 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:33:10.562 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:33:10.909 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:33:10.909 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-20T19:33:10.910 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:33:10.910 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:33:11.103 INFO:teuthology.orchestra.run.smithi043.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-20T19:33:11.132 INFO:teuthology.orchestra.run.smithi043.stderr:done 2024-09-20T19:33:11.134 DEBUG:teuthology.orchestra.run.smithi043:> mktemp 2024-09-20T19:33:11.149 INFO:teuthology.orchestra.run.smithi043.stdout:/tmp/tmp.6en5fPvt8d 2024-09-20T19:33:11.149 DEBUG:teuthology.orchestra.run.smithi043:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.6en5fPvt8d 2024-09-20T19:33:11.222 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod 0666 /tmp/tmp.6en5fPvt8d 2024-09-20T19:33:11.368 DEBUG:teuthology.orchestra.remote:smithi043:/tmp/tmp.6en5fPvt8d is 6KB 2024-09-20T19:33:11.387 DEBUG:teuthology.orchestra.run.smithi043:> rm -fr /tmp/tmp.6en5fPvt8d 2024-09-20T19:33:11.402 DEBUG:teuthology.orchestra.run.smithi043:> sudo /bin/ls /boot/loader/entries || true 2024-09-20T19:33:11.464 INFO:teuthology.orchestra.run.smithi043.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-20T19:33:11.464 INFO:teuthology.orchestra.run.smithi043.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-20T19:33:11.464 INFO:teuthology.orchestra.run.smithi043.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-20T19:33:11.464 INFO:teuthology.orchestra.run.smithi043.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-20T19:33:11.466 DEBUG:teuthology.orchestra.run.smithi043:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-20T19:33:11.624 DEBUG:teuthology.orchestra.run.smithi043:> sudo shutdown -r now 2024-09-20T19:33:11.726 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:33:11.726 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:33:11.726 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-20T19:33:11.726 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-20T19:33:11.726 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-20T19:33:11.727 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-20T19:33:11.727 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-20T19:33:11.727 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:33:11.727 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:33:12.089 DEBUG:teuthology.orchestra.run.smithi104:> rpm -q kernel | sort -rV | head -n 1 2024-09-20T19:33:12.165 INFO:teuthology.orchestra.run.smithi104.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-20T19:33:12.166 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-20T19:33:12.166 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-20T19:33:12.166 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T19:33:12.166 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T19:33:12.166 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-20T19:33:12.166 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi104.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T19:33:12.166 DEBUG:teuthology.orchestra.run.smithi104:> rpm -q kernel | sort -rV | head -n 1 2024-09-20T19:33:12.225 INFO:teuthology.orchestra.run.smithi104.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-20T19:33:12.225 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-20T19:33:12.225 DEBUG:teuthology.orchestra.run.smithi104:> sudo rpm -qi grub2-tools 2024-09-20T19:33:12.264 INFO:teuthology.orchestra.run.smithi104.stdout:Name : grub2-tools 2024-09-20T19:33:12.264 INFO:teuthology.orchestra.run.smithi104.stdout:Epoch : 1 2024-09-20T19:33:12.264 INFO:teuthology.orchestra.run.smithi104.stdout:Version : 2.06 2024-09-20T19:33:12.264 INFO:teuthology.orchestra.run.smithi104.stdout:Release : 82.el9 2024-09-20T19:33:12.264 INFO:teuthology.orchestra.run.smithi104.stdout:Architecture: x86_64 2024-09-20T19:33:12.264 INFO:teuthology.orchestra.run.smithi104.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-20T19:33:12.264 INFO:teuthology.orchestra.run.smithi104.stdout:Group : Unspecified 2024-09-20T19:33:12.264 INFO:teuthology.orchestra.run.smithi104.stdout:Size : 8274670 2024-09-20T19:33:12.264 INFO:teuthology.orchestra.run.smithi104.stdout:License : GPLv3+ 2024-09-20T19:33:12.264 INFO:teuthology.orchestra.run.smithi104.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-20T19:33:12.265 INFO:teuthology.orchestra.run.smithi104.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-20T19:33:12.265 INFO:teuthology.orchestra.run.smithi104.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-20T19:33:12.265 INFO:teuthology.orchestra.run.smithi104.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-20T19:33:12.265 INFO:teuthology.orchestra.run.smithi104.stdout:Packager : builder@centos.org 2024-09-20T19:33:12.265 INFO:teuthology.orchestra.run.smithi104.stdout:Vendor : CentOS 2024-09-20T19:33:12.265 INFO:teuthology.orchestra.run.smithi104.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-20T19:33:12.265 INFO:teuthology.orchestra.run.smithi104.stdout:Summary : Support tools for GRUB. 2024-09-20T19:33:12.265 INFO:teuthology.orchestra.run.smithi104.stdout:Description : 2024-09-20T19:33:12.265 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:33:12.265 INFO:teuthology.orchestra.run.smithi104.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-20T19:33:12.265 INFO:teuthology.orchestra.run.smithi104.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-20T19:33:12.265 INFO:teuthology.orchestra.run.smithi104.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-20T19:33:12.266 INFO:teuthology.orchestra.run.smithi104.stdout:hardware devices. 2024-09-20T19:33:12.266 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:33:12.266 INFO:teuthology.orchestra.run.smithi104.stdout:This subpackage provides tools for support of all platforms. 2024-09-20T19:33:12.267 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-20T19:33:12.267 INFO:teuthology.task.kernel:Updating grub on smithi104 to boot 5.14.0-508.el9.x86_64 2024-09-20T19:33:12.267 DEBUG:teuthology.orchestra.run.smithi104:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-20T19:33:12.913 INFO:teuthology.orchestra.run.smithi104.stderr:Generating grub configuration file ... 2024-09-20T19:33:14.212 INFO:teuthology.orchestra.run.smithi104.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-20T19:33:14.241 INFO:teuthology.orchestra.run.smithi104.stderr:done 2024-09-20T19:33:14.243 DEBUG:teuthology.orchestra.run.smithi104:> mktemp 2024-09-20T19:33:14.258 INFO:teuthology.orchestra.run.smithi104.stdout:/tmp/tmp.nA595z3LHF 2024-09-20T19:33:14.259 DEBUG:teuthology.orchestra.run.smithi104:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.nA595z3LHF 2024-09-20T19:33:14.332 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod 0666 /tmp/tmp.nA595z3LHF 2024-09-20T19:33:14.479 DEBUG:teuthology.orchestra.remote:smithi104:/tmp/tmp.nA595z3LHF is 6KB 2024-09-20T19:33:14.528 DEBUG:teuthology.orchestra.run.smithi104:> rm -fr /tmp/tmp.nA595z3LHF 2024-09-20T19:33:14.543 DEBUG:teuthology.orchestra.run.smithi104:> sudo /bin/ls /boot/loader/entries || true 2024-09-20T19:33:14.607 INFO:teuthology.orchestra.run.smithi104.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-20T19:33:14.607 INFO:teuthology.orchestra.run.smithi104.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-20T19:33:14.607 INFO:teuthology.orchestra.run.smithi104.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-20T19:33:14.607 INFO:teuthology.orchestra.run.smithi104.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-20T19:33:14.608 DEBUG:teuthology.orchestra.run.smithi104:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-20T19:33:14.767 DEBUG:teuthology.orchestra.run.smithi104:> sudo shutdown -r now 2024-09-20T19:33:39.907 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-20T19:33:39.907 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-09-20T19:33:39.907 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:33:41.629 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-20T19:33:41.629 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2024-09-20T19:33:41.629 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:33:44.770 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-20T19:33:44.771 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-09-20T19:33:44.771 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:34:14.511 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.203 2024-09-20T19:34:23.519 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-09-20T19:34:23.519 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:34:41.647 DEBUG:teuthology.orchestra.remote:timed out 2024-09-20T19:34:41.903 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.203 2024-09-20T19:34:44.775 DEBUG:teuthology.orchestra.remote:timed out 2024-09-20T19:34:50.650 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2024-09-20T19:34:50.651 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:34:50.997 DEBUG:teuthology.orchestra.run.smithi043:> true 2024-09-20T19:34:51.400 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi043.front.sepia.ceph.com' 2024-09-20T19:34:51.400 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-508.el9.x86_64"... 2024-09-20T19:34:51.400 DEBUG:teuthology.orchestra.run.smithi043:> uname -r 2024-09-20T19:34:51.416 INFO:teuthology.orchestra.run.smithi043.stdout:5.14.0-508.el9.x86_64 2024-09-20T19:34:51.416 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-20T19:34:51.416 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T19:34:51.416 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-20T19:34:52.417 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-20T19:34:52.417 DEBUG:teuthology.orchestra.run.smithi043:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T19:34:52.503 INFO:teuthology.orchestra.run.smithi043.stdout:ttyS1 2024-09-20T19:34:52.541 DEBUG:teuthology.parallel:result is None 2024-09-20T19:34:53.776 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-09-20T19:34:53.776 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:34:53.903 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-09-20T19:34:53.904 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:34:54.129 DEBUG:teuthology.orchestra.run.smithi104:> true 2024-09-20T19:34:54.536 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-09-20T19:34:54.536 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-508.el9.x86_64"... 2024-09-20T19:34:54.536 DEBUG:teuthology.orchestra.run.smithi104:> uname -r 2024-09-20T19:34:54.551 INFO:teuthology.orchestra.run.smithi104.stdout:5.14.0-508.el9.x86_64 2024-09-20T19:34:54.551 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-20T19:34:54.551 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T19:34:54.551 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-20T19:34:55.552 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-20T19:34:55.552 DEBUG:teuthology.orchestra.run.smithi104:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T19:34:55.634 INFO:teuthology.orchestra.run.smithi104.stdout:ttyS1 2024-09-20T19:34:55.658 DEBUG:teuthology.parallel:result is None 2024-09-20T19:34:55.997 DEBUG:teuthology.orchestra.run.smithi203:> true 2024-09-20T19:34:56.481 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-09-20T19:34:56.481 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-508.el9.x86_64"... 2024-09-20T19:34:56.481 DEBUG:teuthology.orchestra.run.smithi203:> uname -r 2024-09-20T19:34:56.498 INFO:teuthology.orchestra.run.smithi203.stdout:5.14.0-508.el9.x86_64 2024-09-20T19:34:56.498 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-20T19:34:56.498 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T19:34:56.498 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-20T19:34:57.499 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-20T19:34:57.500 DEBUG:teuthology.orchestra.run.smithi203:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T19:34:57.608 INFO:teuthology.orchestra.run.smithi203.stdout:ttyS1 2024-09-20T19:34:57.635 DEBUG:teuthology.parallel:result is None 2024-09-20T19:34:57.635 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-20T19:34:57.641 INFO:teuthology.task.internal:Creating test directory... 2024-09-20T19:34:57.642 DEBUG:teuthology.orchestra.run.smithi043:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T19:34:57.645 DEBUG:teuthology.orchestra.run.smithi104:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T19:34:57.647 DEBUG:teuthology.orchestra.run.smithi203:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T19:34:57.662 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-20T19:34:57.668 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-20T19:34:57.675 INFO:teuthology.task.internal:Creating archive directory... 2024-09-20T19:34:57.675 DEBUG:teuthology.orchestra.run.smithi043:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T19:34:57.702 DEBUG:teuthology.orchestra.run.smithi104:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T19:34:57.704 DEBUG:teuthology.orchestra.run.smithi203:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T19:34:57.830 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-20T19:34:57.837 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-20T19:34:57.837 DEBUG:teuthology.orchestra.run.smithi043:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-20T19:34:57.839 DEBUG:teuthology.orchestra.run.smithi104:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-20T19:34:57.842 DEBUG:teuthology.orchestra.run.smithi203:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-20T19:34:57.870 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:34:57.873 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:34:57.874 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:34:57.882 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:34:57.883 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:34:57.885 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:34:57.886 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-20T19:34:57.893 INFO:teuthology.task.internal:Configuring sudo... 2024-09-20T19:34:57.893 DEBUG:teuthology.orchestra.run.smithi043:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T19:34:57.926 DEBUG:teuthology.orchestra.run.smithi104:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T19:34:57.929 DEBUG:teuthology.orchestra.run.smithi203:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T19:34:57.979 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-20T19:34:57.988 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-20T19:34:57.988 DEBUG:teuthology.orchestra.run.smithi043:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T19:34:57.992 DEBUG:teuthology.orchestra.run.smithi104:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T19:34:57.995 DEBUG:teuthology.orchestra.run.smithi203:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T19:34:58.010 DEBUG:teuthology.orchestra.run.smithi043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T19:34:58.090 DEBUG:teuthology.orchestra.run.smithi043:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T19:34:58.143 DEBUG:teuthology.orchestra.run.smithi043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T19:34:58.227 DEBUG:teuthology.orchestra.run.smithi043:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T19:34:58.267 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-09-20T19:34:58.267 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T19:34:58.333 DEBUG:teuthology.orchestra.run.smithi104:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T19:34:58.374 DEBUG:teuthology.orchestra.run.smithi104:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T19:34:58.430 DEBUG:teuthology.orchestra.run.smithi104:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T19:34:58.513 DEBUG:teuthology.orchestra.run.smithi104:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T19:34:58.553 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-09-20T19:34:58.553 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T19:34:58.617 DEBUG:teuthology.orchestra.run.smithi203:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T19:34:58.658 DEBUG:teuthology.orchestra.run.smithi203:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T19:34:58.708 DEBUG:teuthology.orchestra.run.smithi203:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T19:34:58.790 DEBUG:teuthology.orchestra.run.smithi203:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T19:34:58.831 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-09-20T19:34:58.831 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T19:34:58.896 DEBUG:teuthology.orchestra.run.smithi043:> sudo service rsyslog restart 2024-09-20T19:34:58.899 DEBUG:teuthology.orchestra.run.smithi104:> sudo service rsyslog restart 2024-09-20T19:34:58.901 DEBUG:teuthology.orchestra.run.smithi203:> sudo service rsyslog restart 2024-09-20T19:34:58.939 INFO:teuthology.orchestra.run.smithi104.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-20T19:34:58.942 INFO:teuthology.orchestra.run.smithi043.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-20T19:34:58.994 INFO:teuthology.orchestra.run.smithi203.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-20T19:34:59.457 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-20T19:34:59.464 INFO:teuthology.task.internal:Starting timer... 2024-09-20T19:34:59.464 INFO:teuthology.run_tasks:Running task pcp... 2024-09-20T19:34:59.477 INFO:teuthology.run_tasks:Running task selinux... 2024-09-20T19:34:59.485 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2024-09-20T19:34:59.486 DEBUG:teuthology.orchestra.run.smithi043:> sudo service auditd rotate 2024-09-20T19:34:59.544 INFO:teuthology.orchestra.run.smithi043.stdout:Rotating logs: 2024-09-20T19:34:59.545 DEBUG:teuthology.orchestra.run.smithi104:> sudo service auditd rotate 2024-09-20T19:34:59.671 INFO:teuthology.orchestra.run.smithi104.stdout:Rotating logs: 2024-09-20T19:34:59.676 DEBUG:teuthology.orchestra.run.smithi203:> sudo service auditd rotate 2024-09-20T19:34:59.733 INFO:teuthology.orchestra.run.smithi203.stdout:Rotating logs: 2024-09-20T19:34:59.735 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-20T19:34:59.735 DEBUG:teuthology.orchestra.run.smithi043:> /usr/sbin/getenforce 2024-09-20T19:34:59.760 INFO:teuthology.orchestra.run.smithi043.stdout:Permissive 2024-09-20T19:34:59.760 DEBUG:teuthology.orchestra.run.smithi104:> /usr/sbin/getenforce 2024-09-20T19:34:59.813 INFO:teuthology.orchestra.run.smithi104.stdout:Permissive 2024-09-20T19:34:59.814 DEBUG:teuthology.orchestra.run.smithi203:> /usr/sbin/getenforce 2024-09-20T19:34:59.840 INFO:teuthology.orchestra.run.smithi203.stdout:Permissive 2024-09-20T19:34:59.841 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi043.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi104.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi203.front.sepia.ceph.com': 'permissive'} 2024-09-20T19:34:59.841 DEBUG:teuthology.orchestra.run.smithi043:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-20T19:34:59.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:34:59.872 DEBUG:teuthology.orchestra.run.smithi104:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-20T19:34:59.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:34:59.943 DEBUG:teuthology.orchestra.run.smithi203:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-20T19:34:59.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:34:59.969 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-20T19:34:59.969 DEBUG:teuthology.orchestra.run.smithi043:> sudo /usr/sbin/setenforce permissive 2024-09-20T19:35:00.010 DEBUG:teuthology.orchestra.run.smithi104:> sudo /usr/sbin/setenforce permissive 2024-09-20T19:35:00.167 DEBUG:teuthology.orchestra.run.smithi203:> sudo /usr/sbin/setenforce permissive 2024-09-20T19:35:00.206 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-20T19:35:00.215 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-20T19:35:00.218 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-20T19:35:00.324 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-20T19:35:00.334 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-20T19:35:00.335 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi043.front.sepia.ceph.com,smithi104.front.sepia.ceph.com,smithi203.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-20T19:38:50.139 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi043.front.sepia.ceph.com'), Remote(name='ubuntu@smithi104.front.sepia.ceph.com'), Remote(name='ubuntu@smithi203.front.sepia.ceph.com')] 2024-09-20T19:38:50.140 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2024-09-20T19:38:50.141 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:38:50.217 DEBUG:teuthology.orchestra.run.smithi043:> true 2024-09-20T19:38:50.295 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi043.front.sepia.ceph.com' 2024-09-20T19:38:50.296 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-09-20T19:38:50.296 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:38:50.374 DEBUG:teuthology.orchestra.run.smithi104:> true 2024-09-20T19:38:50.454 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-09-20T19:38:50.455 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-09-20T19:38:50.455 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:38:50.537 DEBUG:teuthology.orchestra.run.smithi203:> true 2024-09-20T19:38:50.624 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-09-20T19:38:50.625 INFO:teuthology.run_tasks:Running task clock... 2024-09-20T19:38:50.634 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-20T19:38:50.635 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-20T19:38:50.635 DEBUG:teuthology.orchestra.run.smithi043:> 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 2024-09-20T19:38:50.637 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-20T19:38:50.638 DEBUG:teuthology.orchestra.run.smithi104:> 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 2024-09-20T19:38:50.640 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-20T19:38:50.640 DEBUG:teuthology.orchestra.run.smithi203:> 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 2024-09-20T19:38:50.669 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-20T19:38:50.669 INFO:teuthology.orchestra.run.smithi104.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-20T19:38:50.685 INFO:teuthology.orchestra.run.smithi104.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-20T19:38:50.685 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-20T19:38:50.699 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-20T19:38:50.710 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: ntpd: command not found 2024-09-20T19:38:50.712 INFO:teuthology.orchestra.run.smithi043.stderr:sudo: ntpd: command not found 2024-09-20T19:38:50.715 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-20T19:38:50.722 INFO:teuthology.orchestra.run.smithi104.stdout:506 Cannot talk to daemon 2024-09-20T19:38:50.724 INFO:teuthology.orchestra.run.smithi043.stdout:506 Cannot talk to daemon 2024-09-20T19:38:50.737 INFO:teuthology.orchestra.run.smithi104.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-20T19:38:50.739 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-20T19:38:50.741 INFO:teuthology.orchestra.run.smithi203.stderr:sudo: ntpd: command not found 2024-09-20T19:38:50.751 INFO:teuthology.orchestra.run.smithi104.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-20T19:38:50.753 INFO:teuthology.orchestra.run.smithi203.stdout:506 Cannot talk to daemon 2024-09-20T19:38:50.753 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-20T19:38:50.768 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-20T19:38:50.783 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-20T19:38:50.806 INFO:teuthology.orchestra.run.smithi104.stderr:bash: line 1: ntpq: command not found 2024-09-20T19:38:50.807 INFO:teuthology.orchestra.run.smithi043.stderr:bash: line 1: ntpq: command not found 2024-09-20T19:38:50.809 INFO:teuthology.orchestra.run.smithi104.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-20T19:38:50.809 INFO:teuthology.orchestra.run.smithi104.stdout:=============================================================================== 2024-09-20T19:38:50.809 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:38:50.809 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:38:50.809 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:38:50.809 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:38:50.811 INFO:teuthology.orchestra.run.smithi043.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-20T19:38:50.811 INFO:teuthology.orchestra.run.smithi043.stdout:=============================================================================== 2024-09-20T19:38:50.811 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:38:50.811 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:38:50.811 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:38:50.812 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:38:50.845 INFO:teuthology.orchestra.run.smithi203.stderr:bash: line 1: ntpq: command not found 2024-09-20T19:38:50.848 INFO:teuthology.orchestra.run.smithi203.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-20T19:38:50.848 INFO:teuthology.orchestra.run.smithi203.stdout:=============================================================================== 2024-09-20T19:38:50.848 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:38:50.848 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:38:50.849 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:38:50.849 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:38:50.849 INFO:teuthology.run_tasks:Running task pexec... 2024-09-20T19:38:50.858 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-20T19:38:50.859 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi043.front.sepia.ceph.com 2024-09-20T19:38:50.859 DEBUG:teuthology.orchestra.run.smithi043:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-20T19:38:50.859 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi104.front.sepia.ceph.com 2024-09-20T19:38:50.859 DEBUG:teuthology.orchestra.run.smithi104:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-20T19:38:50.860 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi203.front.sepia.ceph.com 2024-09-20T19:38:50.860 DEBUG:teuthology.orchestra.run.smithi203:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-20T19:38:51.211 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:38:51.224 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:38:51.224 INFO:teuthology.orchestra.run.smithi104.stdout: Package Architecture Version Repository Size 2024-09-20T19:38:51.224 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:38:51.224 INFO:teuthology.orchestra.run.smithi104.stdout:Removing: 2024-09-20T19:38:51.224 INFO:teuthology.orchestra.run.smithi104.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-20T19:38:51.224 INFO:teuthology.orchestra.run.smithi104.stdout:Removing unused dependencies: 2024-09-20T19:38:51.224 INFO:teuthology.orchestra.run.smithi104.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-20T19:38:51.224 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:38:51.224 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-20T19:38:51.225 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:38:51.225 INFO:teuthology.orchestra.run.smithi104.stdout:Remove 2 Packages 2024-09-20T19:38:51.225 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:38:51.225 INFO:teuthology.orchestra.run.smithi104.stdout:Freed space: 5.5 M 2024-09-20T19:38:51.225 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-20T19:38:51.227 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:38:51.228 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-20T19:38:51.228 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-20T19:38:51.238 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:38:51.239 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:38:51.240 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2024-09-20T19:38:51.240 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:38:51.240 INFO:teuthology.orchestra.run.smithi043.stdout:Removing: 2024-09-20T19:38:51.240 INFO:teuthology.orchestra.run.smithi043.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-20T19:38:51.240 INFO:teuthology.orchestra.run.smithi043.stdout:Removing unused dependencies: 2024-09-20T19:38:51.240 INFO:teuthology.orchestra.run.smithi043.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-20T19:38:51.240 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:38:51.240 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-09-20T19:38:51.240 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:38:51.240 INFO:teuthology.orchestra.run.smithi043.stdout:Remove 2 Packages 2024-09-20T19:38:51.240 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:38:51.240 INFO:teuthology.orchestra.run.smithi043.stdout:Freed space: 5.5 M 2024-09-20T19:38:51.240 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-09-20T19:38:51.244 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-09-20T19:38:51.245 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-09-20T19:38:51.246 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:38:51.246 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2024-09-20T19:38:51.246 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:38:51.246 INFO:teuthology.orchestra.run.smithi203.stdout:Removing: 2024-09-20T19:38:51.246 INFO:teuthology.orchestra.run.smithi203.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-20T19:38:51.246 INFO:teuthology.orchestra.run.smithi203.stdout:Removing unused dependencies: 2024-09-20T19:38:51.246 INFO:teuthology.orchestra.run.smithi203.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-20T19:38:51.246 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:38:51.246 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-09-20T19:38:51.246 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:38:51.247 INFO:teuthology.orchestra.run.smithi203.stdout:Remove 2 Packages 2024-09-20T19:38:51.247 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:38:51.247 INFO:teuthology.orchestra.run.smithi203.stdout:Freed space: 5.5 M 2024-09-20T19:38:51.247 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-09-20T19:38:51.251 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-09-20T19:38:51.251 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-09-20T19:38:51.295 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-20T19:38:51.295 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-20T19:38:51.307 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-09-20T19:38:51.307 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-09-20T19:38:51.311 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-09-20T19:38:51.312 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-09-20T19:38:51.433 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-20T19:38:51.452 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-09-20T19:38:51.458 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-09-20T19:38:51.524 INFO:teuthology.orchestra.run.smithi203.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-20T19:38:51.536 INFO:teuthology.orchestra.run.smithi043.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-20T19:38:51.539 INFO:teuthology.orchestra.run.smithi104.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-20T19:38:51.585 INFO:teuthology.orchestra.run.smithi203.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-20T19:38:51.604 INFO:teuthology.orchestra.run.smithi043.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-20T19:38:51.618 INFO:teuthology.orchestra.run.smithi104.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-20T19:38:52.099 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-20T19:38:52.100 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-20T19:38:52.125 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-20T19:38:52.125 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-20T19:38:52.151 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-20T19:38:52.151 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-20T19:38:52.369 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-20T19:38:52.370 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:38:52.370 INFO:teuthology.orchestra.run.smithi043.stdout:Removed: 2024-09-20T19:38:52.370 INFO:teuthology.orchestra.run.smithi043.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-20T19:38:52.370 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:38:52.370 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:38:52.375 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-20T19:38:52.375 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:38:52.375 INFO:teuthology.orchestra.run.smithi104.stdout:Removed: 2024-09-20T19:38:52.375 INFO:teuthology.orchestra.run.smithi104.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-20T19:38:52.375 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:38:52.375 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:38:52.383 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-20T19:38:52.384 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:38:52.384 INFO:teuthology.orchestra.run.smithi203.stdout:Removed: 2024-09-20T19:38:52.384 INFO:teuthology.orchestra.run.smithi203.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-20T19:38:52.384 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:38:52.384 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:38:53.203 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:48 ago on Fri 20 Sep 2024 07:38:04 PM UTC. 2024-09-20T19:38:53.229 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:52 ago on Fri 20 Sep 2024 07:38:00 PM UTC. 2024-09-20T19:38:53.237 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:00:52 ago on Fri 20 Sep 2024 07:38:01 PM UTC. 2024-09-20T19:38:53.340 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:38:53.341 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:38:53.341 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2024-09-20T19:38:53.341 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:38:53.341 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-09-20T19:38:53.341 INFO:teuthology.orchestra.run.smithi043.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-20T19:38:53.341 INFO:teuthology.orchestra.run.smithi043.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-20T19:38:53.341 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-09-20T19:38:53.341 INFO:teuthology.orchestra.run.smithi043.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-20T19:38:53.342 INFO:teuthology.orchestra.run.smithi043.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-20T19:38:53.342 INFO:teuthology.orchestra.run.smithi043.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-20T19:38:53.342 INFO:teuthology.orchestra.run.smithi043.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-20T19:38:53.342 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:38:53.342 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-09-20T19:38:53.342 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:38:53.342 INFO:teuthology.orchestra.run.smithi043.stdout:Install 6 Packages 2024-09-20T19:38:53.342 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:38:53.354 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 2.0 M 2024-09-20T19:38:53.354 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 9.2 M 2024-09-20T19:38:53.354 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-09-20T19:38:53.363 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:38:53.364 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:38:53.364 INFO:teuthology.orchestra.run.smithi104.stdout: Package Architecture Version Repository Size 2024-09-20T19:38:53.365 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:38:53.365 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-20T19:38:53.365 INFO:teuthology.orchestra.run.smithi104.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-20T19:38:53.365 INFO:teuthology.orchestra.run.smithi104.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-20T19:38:53.365 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-09-20T19:38:53.365 INFO:teuthology.orchestra.run.smithi104.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-20T19:38:53.365 INFO:teuthology.orchestra.run.smithi104.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-20T19:38:53.365 INFO:teuthology.orchestra.run.smithi104.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-20T19:38:53.365 INFO:teuthology.orchestra.run.smithi104.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-20T19:38:53.365 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:38:53.365 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-20T19:38:53.365 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:38:53.365 INFO:teuthology.orchestra.run.smithi104.stdout:Install 6 Packages 2024-09-20T19:38:53.365 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:38:53.370 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:38:53.371 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:38:53.371 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2024-09-20T19:38:53.371 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:38:53.371 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-09-20T19:38:53.371 INFO:teuthology.orchestra.run.smithi203.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-20T19:38:53.371 INFO:teuthology.orchestra.run.smithi203.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-20T19:38:53.371 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-09-20T19:38:53.372 INFO:teuthology.orchestra.run.smithi203.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-20T19:38:53.372 INFO:teuthology.orchestra.run.smithi203.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-20T19:38:53.372 INFO:teuthology.orchestra.run.smithi203.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-20T19:38:53.372 INFO:teuthology.orchestra.run.smithi203.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-20T19:38:53.372 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:38:53.372 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-09-20T19:38:53.372 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:38:53.372 INFO:teuthology.orchestra.run.smithi203.stdout:Install 6 Packages 2024-09-20T19:38:53.372 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:38:53.374 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 2.0 M 2024-09-20T19:38:53.374 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 9.2 M 2024-09-20T19:38:53.374 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-20T19:38:53.382 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 2.0 M 2024-09-20T19:38:53.382 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 9.2 M 2024-09-20T19:38:53.382 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-09-20T19:38:53.501 INFO:teuthology.orchestra.run.smithi203.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 465 kB/s | 44 kB 00:00 2024-09-20T19:38:53.526 INFO:teuthology.orchestra.run.smithi203.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 876 kB/s | 106 kB 00:00 2024-09-20T19:38:53.551 INFO:teuthology.orchestra.run.smithi203.stdout:(3/6): python3-configshell-1.1.30-1.el9.noarch. 1.4 MB/s | 72 kB 00:00 2024-09-20T19:38:53.585 INFO:teuthology.orchestra.run.smithi203.stdout:(4/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.4 MB/s | 84 kB 00:00 2024-09-20T19:38:53.619 INFO:teuthology.orchestra.run.smithi203.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.1 MB/s | 906 kB 00:00 2024-09-20T19:38:53.642 INFO:teuthology.orchestra.run.smithi104.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 303 kB/s | 44 kB 00:00 2024-09-20T19:38:53.666 INFO:teuthology.orchestra.run.smithi104.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 617 kB/s | 106 kB 00:00 2024-09-20T19:38:53.678 INFO:teuthology.orchestra.run.smithi203.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 6.5 MB/s | 837 kB 00:00 2024-09-20T19:38:53.678 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:38:53.678 INFO:teuthology.orchestra.run.smithi203.stdout:Total 6.8 MB/s | 2.0 MB 00:00 2024-09-20T19:38:53.716 INFO:teuthology.orchestra.run.smithi104.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2024-09-20T19:38:53.741 INFO:teuthology.orchestra.run.smithi043.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 430 kB/s | 44 kB 00:00 2024-09-20T19:38:53.742 INFO:teuthology.orchestra.run.smithi104.stdout:(4/6): python3-configshell-1.1.30-1.el9.noarch. 714 kB/s | 72 kB 00:00 2024-09-20T19:38:53.751 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-09-20T19:38:53.765 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-09-20T19:38:53.765 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-09-20T19:38:53.766 INFO:teuthology.orchestra.run.smithi043.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 824 kB/s | 106 kB 00:00 2024-09-20T19:38:53.775 INFO:teuthology.orchestra.run.smithi104.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.1 MB/s | 906 kB 00:00 2024-09-20T19:38:53.816 INFO:teuthology.orchestra.run.smithi043.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2024-09-20T19:38:53.841 INFO:teuthology.orchestra.run.smithi043.stdout:(4/6): python3-configshell-1.1.30-1.el9.noarch. 714 kB/s | 72 kB 00:00 2024-09-20T19:38:53.842 INFO:teuthology.orchestra.run.smithi104.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 6.5 MB/s | 837 kB 00:00 2024-09-20T19:38:53.842 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:38:53.842 INFO:teuthology.orchestra.run.smithi104.stdout:Total 4.3 MB/s | 2.0 MB 00:00 2024-09-20T19:38:53.915 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-20T19:38:53.929 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-20T19:38:53.929 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-20T19:38:54.008 INFO:teuthology.orchestra.run.smithi043.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.4 MB/s | 906 kB 00:00 2024-09-20T19:38:54.059 INFO:teuthology.orchestra.run.smithi043.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.4 MB/s | 837 kB 00:00 2024-09-20T19:38:54.059 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:38:54.059 INFO:teuthology.orchestra.run.smithi043.stdout:Total 2.8 MB/s | 2.0 MB 00:00 2024-09-20T19:38:54.060 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-09-20T19:38:54.060 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-09-20T19:38:54.139 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-09-20T19:38:54.154 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-09-20T19:38:54.154 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-09-20T19:38:54.226 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-20T19:38:54.226 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-20T19:38:54.423 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-09-20T19:38:54.423 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-09-20T19:38:54.478 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-09-20T19:38:54.572 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-20T19:38:54.607 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-20T19:38:54.635 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-20T19:38:54.637 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-20T19:38:54.736 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-20T19:38:54.771 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-20T19:38:54.799 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-20T19:38:54.841 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-20T19:38:54.864 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-09-20T19:38:54.884 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-20T19:38:54.954 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-20T19:38:54.988 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-20T19:38:55.005 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-20T19:38:55.016 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-20T19:38:55.038 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-20T19:38:55.229 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-20T19:38:55.264 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-20T19:38:55.312 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-20T19:38:55.345 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-20T19:38:55.480 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-20T19:38:55.508 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-20T19:38:55.751 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-20T19:38:55.774 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-20T19:38:56.391 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-20T19:38:56.391 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-20T19:38:56.392 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-20T19:38:56.392 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-20T19:38:56.392 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-20T19:38:56.392 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-20T19:38:56.489 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-20T19:38:56.490 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-20T19:38:56.490 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-20T19:38:56.490 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-20T19:38:56.490 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-20T19:38:56.490 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-20T19:38:56.709 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-20T19:38:56.709 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-20T19:38:56.709 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-20T19:38:56.709 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-20T19:38:56.709 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-20T19:38:56.709 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-20T19:38:56.721 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-20T19:38:56.721 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:38:56.721 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-09-20T19:38:56.721 INFO:teuthology.orchestra.run.smithi203.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-20T19:38:56.721 INFO:teuthology.orchestra.run.smithi203.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-20T19:38:56.721 INFO:teuthology.orchestra.run.smithi203.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-20T19:38:56.721 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:38:56.721 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:38:56.815 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-20T19:38:56.816 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:38:56.816 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-20T19:38:56.816 INFO:teuthology.orchestra.run.smithi104.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-20T19:38:56.816 INFO:teuthology.orchestra.run.smithi104.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-20T19:38:56.816 INFO:teuthology.orchestra.run.smithi104.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-20T19:38:56.816 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:38:56.816 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:38:57.069 DEBUG:teuthology.parallel:result is None 2024-09-20T19:38:57.069 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-20T19:38:57.070 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:38:57.070 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-09-20T19:38:57.070 INFO:teuthology.orchestra.run.smithi043.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-20T19:38:57.070 INFO:teuthology.orchestra.run.smithi043.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-20T19:38:57.070 INFO:teuthology.orchestra.run.smithi043.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-20T19:38:57.070 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:38:57.071 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:38:57.144 DEBUG:teuthology.parallel:result is None 2024-09-20T19:38:57.410 DEBUG:teuthology.parallel:result is None 2024-09-20T19:38:57.410 INFO:teuthology.run_tasks:Running task install... 2024-09-20T19:38:57.422 DEBUG:teuthology.task.install:project ceph 2024-09-20T19:38:57.422 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7'}} 2024-09-20T19:38:57.422 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7'} 2024-09-20T19:38:57.422 INFO:teuthology.task.install:Using flavor: default 2024-09-20T19:38:57.428 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']} 2024-09-20T19:38:57.428 INFO:teuthology.task.install:extra packages: [] 2024-09-20T19:38:57.428 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': 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7', 'tag': None, 'wait_for_package': False} 2024-09-20T19:38:57.428 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:38:57.430 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': 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7', 'tag': None, 'wait_for_package': False} 2024-09-20T19:38:57.430 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:38:57.431 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': 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7', 'tag': None, 'wait_for_package': False} 2024-09-20T19:38:57.431 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:38:57.577 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/ 2024-09-20T19:38:57.577 INFO:teuthology.task.install.rpm:Package version is 19.3.0-5127.ge8baca1e 2024-09-20T19:38:57.587 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/ 2024-09-20T19:38:57.587 INFO:teuthology.task.install.rpm:Package version is 19.3.0-5127.ge8baca1e 2024-09-20T19:38:57.592 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/ 2024-09-20T19:38:57.592 INFO:teuthology.task.install.rpm:Package version is 19.3.0-5127.ge8baca1e 2024-09-20T19:38:57.684 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-20T19:38:57.684 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-09-20T19:38:57.684 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-20T19:38:57.694 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-20T19:38:57.694 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-09-20T19:38:57.694 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-20T19:38:57.704 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-20T19:38:57.704 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-09-20T19:38:57.704 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-20T19:38:57.715 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 2024-09-20T19:38:57.715 DEBUG:teuthology.orchestra.run.smithi043:> 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/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-20T19:38:57.723 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 2024-09-20T19:38:57.724 DEBUG:teuthology.orchestra.run.smithi203:> 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/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-20T19:38:57.736 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 2024-09-20T19:38:57.737 DEBUG:teuthology.orchestra.run.smithi104:> 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/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-20T19:38:57.783 DEBUG:teuthology.orchestra.run.smithi043:> 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 2024-09-20T19:38:57.790 DEBUG:teuthology.orchestra.run.smithi203:> 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 2024-09-20T19:38:57.806 DEBUG:teuthology.orchestra.run.smithi104:> 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 2024-09-20T19:38:57.861 DEBUG:teuthology.orchestra.run.smithi043:> 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 2024-09-20T19:38:57.866 DEBUG:teuthology.orchestra.run.smithi203:> 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 2024-09-20T19:38:57.883 DEBUG:teuthology.orchestra.run.smithi104:> 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 2024-09-20T19:38:57.926 INFO:teuthology.orchestra.run.smithi043.stdout:check_obsoletes = 1 2024-09-20T19:38:57.928 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum clean all 2024-09-20T19:38:57.930 INFO:teuthology.orchestra.run.smithi203.stdout:check_obsoletes = 1 2024-09-20T19:38:57.931 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum clean all 2024-09-20T19:38:57.949 INFO:teuthology.orchestra.run.smithi104.stdout:check_obsoletes = 1 2024-09-20T19:38:57.951 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum clean all 2024-09-20T19:38:58.156 INFO:teuthology.orchestra.run.smithi203.stdout:45 files removed 2024-09-20T19:38:58.164 INFO:teuthology.orchestra.run.smithi043.stdout:45 files removed 2024-09-20T19:38:58.170 INFO:teuthology.orchestra.run.smithi104.stdout:45 files removed 2024-09-20T19:38:58.183 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-radosgw 2024-09-20T19:38:58.192 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-radosgw 2024-09-20T19:38:58.197 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-radosgw 2024-09-20T19:38:58.746 INFO:teuthology.orchestra.run.smithi203.stdout:ceph packages for x86_64 306 kB/s | 84 kB 00:00 2024-09-20T19:38:58.746 INFO:teuthology.orchestra.run.smithi104.stdout:ceph packages for x86_64 316 kB/s | 84 kB 00:00 2024-09-20T19:38:58.772 INFO:teuthology.orchestra.run.smithi043.stdout:ceph packages for x86_64 302 kB/s | 84 kB 00:00 2024-09-20T19:38:59.021 INFO:teuthology.orchestra.run.smithi203.stdout:ceph noarch packages 104 kB/s | 24 kB 00:00 2024-09-20T19:38:59.038 INFO:teuthology.orchestra.run.smithi104.stdout:ceph noarch packages 97 kB/s | 24 kB 00:00 2024-09-20T19:38:59.064 INFO:teuthology.orchestra.run.smithi043.stdout:ceph noarch packages 98 kB/s | 24 kB 00:00 2024-09-20T19:38:59.280 INFO:teuthology.orchestra.run.smithi203.stdout:ceph source packages 8.7 kB/s | 1.9 kB 00:00 2024-09-20T19:38:59.313 INFO:teuthology.orchestra.run.smithi104.stdout:ceph source packages 8.1 kB/s | 1.9 kB 00:00 2024-09-20T19:38:59.339 INFO:teuthology.orchestra.run.smithi043.stdout:ceph source packages 8.2 kB/s | 1.9 kB 00:00 2024-09-20T19:38:59.947 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.3 MB 00:00 2024-09-20T19:39:00.031 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.3 MB 00:00 2024-09-20T19:39:00.206 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 9 - BaseOS 9.3 MB/s | 8.3 MB 00:00 2024-09-20T19:39:03.514 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - AppStream 8.1 MB/s | 20 MB 00:02 2024-09-20T19:39:04.215 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - AppStream 6.6 MB/s | 20 MB 00:03 2024-09-20T19:39:04.515 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 9 - AppStream 6.3 MB/s | 20 MB 00:03 2024-09-20T19:39:07.990 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - CRB 9.3 MB/s | 6.5 MB 00:00 2024-09-20T19:39:08.583 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.5 MB 00:00 2024-09-20T19:39:08.824 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.5 MB 00:00 2024-09-20T19:39:09.390 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - Extras packages 118 kB/s | 19 kB 00:00 2024-09-20T19:39:10.228 INFO:teuthology.orchestra.run.smithi104.stdout:Extra Packages for Enterprise Linux 32 MB/s | 23 MB 00:00 2024-09-20T19:39:10.866 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - Extras packages 19 kB/s | 19 kB 00:00 2024-09-20T19:39:11.771 INFO:teuthology.orchestra.run.smithi043.stdout:Extra Packages for Enterprise Linux 30 MB/s | 23 MB 00:00 2024-09-20T19:39:12.278 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 9 - Extras packages 8.6 kB/s | 19 kB 00:02 2024-09-20T19:39:13.256 INFO:teuthology.orchestra.run.smithi203.stdout:Extra Packages for Enterprise Linux 27 MB/s | 23 MB 00:00 2024-09-20T19:39:15.633 INFO:teuthology.orchestra.run.smithi104.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-20T19:39:17.427 INFO:teuthology.orchestra.run.smithi043.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-20T19:39:17.889 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:39:17.891 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:39:17.891 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-09-20T19:39:17.891 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:39:17.891 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-20T19:39:17.891 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-radosgw x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 11 M 2024-09-20T19:39:17.892 INFO:teuthology.orchestra.run.smithi104.stdout:Upgrading: 2024-09-20T19:39:17.892 INFO:teuthology.orchestra.run.smithi104.stdout: librados2 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 3.5 M 2024-09-20T19:39:17.892 INFO:teuthology.orchestra.run.smithi104.stdout: librbd1 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 3.2 M 2024-09-20T19:39:17.892 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-09-20T19:39:17.892 INFO:teuthology.orchestra.run.smithi104.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-20T19:39:17.892 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-base x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 5.5 M 2024-09-20T19:39:17.892 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-common x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 22 M 2024-09-20T19:39:17.892 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-selinux x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 25 k 2024-09-20T19:39:17.892 INFO:teuthology.orchestra.run.smithi104.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-20T19:39:17.892 INFO:teuthology.orchestra.run.smithi104.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-20T19:39:17.892 INFO:teuthology.orchestra.run.smithi104.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-20T19:39:17.892 INFO:teuthology.orchestra.run.smithi104.stdout: libcephfs2 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 756 k 2024-09-20T19:39:17.892 INFO:teuthology.orchestra.run.smithi104.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-20T19:39:17.893 INFO:teuthology.orchestra.run.smithi104.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-20T19:39:17.893 INFO:teuthology.orchestra.run.smithi104.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-20T19:39:17.893 INFO:teuthology.orchestra.run.smithi104.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-20T19:39:17.893 INFO:teuthology.orchestra.run.smithi104.stdout: libradosstriper1 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 508 k 2024-09-20T19:39:17.893 INFO:teuthology.orchestra.run.smithi104.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-20T19:39:17.893 INFO:teuthology.orchestra.run.smithi104.stdout: librgw2 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 5.5 M 2024-09-20T19:39:17.893 INFO:teuthology.orchestra.run.smithi104.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-20T19:39:17.893 INFO:teuthology.orchestra.run.smithi104.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-20T19:39:17.893 INFO:teuthology.orchestra.run.smithi104.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-20T19:39:17.893 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ceph-argparse x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 45 k 2024-09-20T19:39:17.893 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ceph-common x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 150 k 2024-09-20T19:39:17.893 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cephfs x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 162 k 2024-09-20T19:39:17.893 INFO:teuthology.orchestra.run.smithi104.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-20T19:39:17.894 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rados x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 321 k 2024-09-20T19:39:17.894 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rbd x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 306 k 2024-09-20T19:39:17.894 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rgw x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 99 k 2024-09-20T19:39:17.894 INFO:teuthology.orchestra.run.smithi104.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-20T19:39:17.894 INFO:teuthology.orchestra.run.smithi104.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-20T19:39:17.894 INFO:teuthology.orchestra.run.smithi104.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-20T19:39:17.894 INFO:teuthology.orchestra.run.smithi104.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-20T19:39:17.894 INFO:teuthology.orchestra.run.smithi104.stdout:Installing weak dependencies: 2024-09-20T19:39:17.894 INFO:teuthology.orchestra.run.smithi104.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-20T19:39:17.894 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:39:17.894 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-20T19:39:17.894 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:39:17.894 INFO:teuthology.orchestra.run.smithi104.stdout:Install 31 Packages 2024-09-20T19:39:17.894 INFO:teuthology.orchestra.run.smithi104.stdout:Upgrade 2 Packages 2024-09-20T19:39:17.895 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:39:17.895 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 62 M 2024-09-20T19:39:17.895 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-20T19:39:18.645 INFO:teuthology.orchestra.run.smithi203.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-20T19:39:18.793 INFO:teuthology.orchestra.run.smithi104.stdout:(1/33): ceph-base-19.3.0-5127.ge8baca1e.el9.x86 7.6 MB/s | 5.5 MB 00:00 2024-09-20T19:39:18.918 INFO:teuthology.orchestra.run.smithi104.stdout:(2/33): ceph-radosgw-19.3.0-5127.ge8baca1e.el9. 13 MB/s | 11 MB 00:00 2024-09-20T19:39:18.943 INFO:teuthology.orchestra.run.smithi104.stdout:(3/33): ceph-selinux-19.3.0-5127.ge8baca1e.el9. 167 kB/s | 25 kB 00:00 2024-09-20T19:39:18.985 INFO:teuthology.orchestra.run.smithi104.stdout:(4/33): libcephfs2-19.3.0-5127.ge8baca1e.el9.x8 11 MB/s | 756 kB 00:00 2024-09-20T19:39:19.011 INFO:teuthology.orchestra.run.smithi104.stdout:(5/33): libradosstriper1-19.3.0-5127.ge8baca1e. 7.4 MB/s | 508 kB 00:00 2024-09-20T19:39:19.052 INFO:teuthology.orchestra.run.smithi104.stdout:(6/33): python3-ceph-argparse-19.3.0-5127.ge8ba 1.1 MB/s | 45 kB 00:00 2024-09-20T19:39:19.136 INFO:teuthology.orchestra.run.smithi104.stdout:(7/33): python3-ceph-common-19.3.0-5127.ge8baca 1.8 MB/s | 150 kB 00:00 2024-09-20T19:39:19.361 INFO:teuthology.orchestra.run.smithi104.stdout:(8/33): ceph-common-19.3.0-5127.ge8baca1e.el9.x 17 MB/s | 22 MB 00:01 2024-09-20T19:39:19.386 INFO:teuthology.orchestra.run.smithi104.stdout:(9/33): python3-cephfs-19.3.0-5127.ge8baca1e.el 646 kB/s | 162 kB 00:00 2024-09-20T19:39:19.412 INFO:teuthology.orchestra.run.smithi104.stdout:(10/33): python3-rados-19.3.0-5127.ge8baca1e.el 6.3 MB/s | 321 kB 00:00 2024-09-20T19:39:19.437 INFO:teuthology.orchestra.run.smithi104.stdout:(11/33): python3-rbd-19.3.0-5127.ge8baca1e.el9. 5.9 MB/s | 306 kB 00:00 2024-09-20T19:39:19.504 INFO:teuthology.orchestra.run.smithi104.stdout:(12/33): librgw2-19.3.0-5127.ge8baca1e.el9.x86_ 11 MB/s | 5.5 MB 00:00 2024-09-20T19:39:19.529 INFO:teuthology.orchestra.run.smithi104.stdout:(13/33): python3-rgw-19.3.0-5127.ge8baca1e.el9. 849 kB/s | 99 kB 00:00 2024-09-20T19:39:19.629 INFO:teuthology.orchestra.run.smithi104.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 557 kB/s | 107 kB 00:00 2024-09-20T19:39:19.655 INFO:teuthology.orchestra.run.smithi104.stdout:(15/33): libnbd-1.20.2-2.el9.x86_64.rpm 1.1 MB/s | 171 kB 00:00 2024-09-20T19:39:19.680 INFO:teuthology.orchestra.run.smithi104.stdout:(16/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 160 kB 00:00 2024-09-20T19:39:19.705 INFO:teuthology.orchestra.run.smithi104.stdout:(17/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 599 kB/s | 45 kB 00:00 2024-09-20T19:39:19.746 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:39:19.747 INFO:teuthology.orchestra.run.smithi104.stdout:(18/33): python3-prettytable-0.7.2-27.el9.noarc 1.0 MB/s | 42 kB 00:00 2024-09-20T19:39:19.748 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:39:19.748 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-09-20T19:39:19.748 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:39:19.748 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-09-20T19:39:19.748 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-radosgw x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 11 M 2024-09-20T19:39:19.748 INFO:teuthology.orchestra.run.smithi043.stdout:Upgrading: 2024-09-20T19:39:19.748 INFO:teuthology.orchestra.run.smithi043.stdout: librados2 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 3.5 M 2024-09-20T19:39:19.749 INFO:teuthology.orchestra.run.smithi043.stdout: librbd1 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 3.2 M 2024-09-20T19:39:19.749 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-09-20T19:39:19.749 INFO:teuthology.orchestra.run.smithi043.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-20T19:39:19.749 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-base x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 5.5 M 2024-09-20T19:39:19.749 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-common x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 22 M 2024-09-20T19:39:19.749 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-selinux x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 25 k 2024-09-20T19:39:19.749 INFO:teuthology.orchestra.run.smithi043.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-20T19:39:19.749 INFO:teuthology.orchestra.run.smithi043.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-20T19:39:19.749 INFO:teuthology.orchestra.run.smithi043.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-20T19:39:19.749 INFO:teuthology.orchestra.run.smithi043.stdout: libcephfs2 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 756 k 2024-09-20T19:39:19.749 INFO:teuthology.orchestra.run.smithi043.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-20T19:39:19.749 INFO:teuthology.orchestra.run.smithi043.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-20T19:39:19.749 INFO:teuthology.orchestra.run.smithi043.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-20T19:39:19.749 INFO:teuthology.orchestra.run.smithi043.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-20T19:39:19.750 INFO:teuthology.orchestra.run.smithi043.stdout: libradosstriper1 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 508 k 2024-09-20T19:39:19.750 INFO:teuthology.orchestra.run.smithi043.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-20T19:39:19.750 INFO:teuthology.orchestra.run.smithi043.stdout: librgw2 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 5.5 M 2024-09-20T19:39:19.750 INFO:teuthology.orchestra.run.smithi043.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-20T19:39:19.750 INFO:teuthology.orchestra.run.smithi043.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-20T19:39:19.750 INFO:teuthology.orchestra.run.smithi043.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-20T19:39:19.750 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ceph-argparse x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 45 k 2024-09-20T19:39:19.750 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ceph-common x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 150 k 2024-09-20T19:39:19.750 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cephfs x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 162 k 2024-09-20T19:39:19.750 INFO:teuthology.orchestra.run.smithi043.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-20T19:39:19.750 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rados x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 321 k 2024-09-20T19:39:19.750 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rbd x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 306 k 2024-09-20T19:39:19.750 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rgw x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 99 k 2024-09-20T19:39:19.750 INFO:teuthology.orchestra.run.smithi043.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-20T19:39:19.751 INFO:teuthology.orchestra.run.smithi043.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-20T19:39:19.751 INFO:teuthology.orchestra.run.smithi043.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-20T19:39:19.751 INFO:teuthology.orchestra.run.smithi043.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-20T19:39:19.751 INFO:teuthology.orchestra.run.smithi043.stdout:Installing weak dependencies: 2024-09-20T19:39:19.751 INFO:teuthology.orchestra.run.smithi043.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-20T19:39:19.751 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:39:19.751 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-09-20T19:39:19.751 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:39:19.751 INFO:teuthology.orchestra.run.smithi043.stdout:Install 31 Packages 2024-09-20T19:39:19.751 INFO:teuthology.orchestra.run.smithi043.stdout:Upgrade 2 Packages 2024-09-20T19:39:19.751 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:39:19.752 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 62 M 2024-09-20T19:39:19.752 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-09-20T19:39:19.772 INFO:teuthology.orchestra.run.smithi104.stdout:(19/33): librdkafka-1.6.1-102.el9.x86_64.rpm 5.5 MB/s | 662 kB 00:00 2024-09-20T19:39:19.806 INFO:teuthology.orchestra.run.smithi104.stdout:(20/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.8 MB/s | 292 kB 00:00 2024-09-20T19:39:19.831 INFO:teuthology.orchestra.run.smithi104.stdout:(21/33): qatlib-service-24.02.0-1.el9.x86_64.rp 614 kB/s | 36 kB 00:00 2024-09-20T19:39:19.856 INFO:teuthology.orchestra.run.smithi104.stdout:(22/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 948 kB/s | 47 kB 00:00 2024-09-20T19:39:19.882 INFO:teuthology.orchestra.run.smithi104.stdout:(23/33): qatlib-24.02.0-1.el9.x86_64.rpm 1.6 MB/s | 221 kB 00:00 2024-09-20T19:39:19.940 INFO:teuthology.orchestra.run.smithi104.stdout:(24/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.8 MB/s | 308 kB 00:00 2024-09-20T19:39:19.965 INFO:teuthology.orchestra.run.smithi104.stdout:(25/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 378 kB/s | 26 kB 00:00 2024-09-20T19:39:19.991 INFO:teuthology.orchestra.run.smithi104.stdout:(26/33): liboath-2.6.7-2.el9.x86_64.rpm 973 kB/s | 49 kB 00:00 2024-09-20T19:39:20.018 INFO:teuthology.orchestra.run.smithi104.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-20T19:39:20.050 INFO:teuthology.orchestra.run.smithi104.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.6 MB/s | 191 kB 00:00 2024-09-20T19:39:20.092 INFO:teuthology.orchestra.run.smithi104.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 8.1 MB/s | 839 kB 00:00 2024-09-20T19:39:20.159 INFO:teuthology.orchestra.run.smithi104.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2024-09-20T19:39:20.284 INFO:teuthology.orchestra.run.smithi104.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 10 MB/s | 4.4 MB 00:00 2024-09-20T19:39:20.395 INFO:teuthology.orchestra.run.smithi043.stdout:(1/33): ceph-base-19.3.0-5127.ge8baca1e.el9.x86 9.9 MB/s | 5.5 MB 00:00 2024-09-20T19:39:20.478 INFO:teuthology.orchestra.run.smithi043.stdout:(2/33): ceph-selinux-19.3.0-5127.ge8baca1e.el9. 302 kB/s | 25 kB 00:00 2024-09-20T19:39:20.578 INFO:teuthology.orchestra.run.smithi043.stdout:(3/33): libcephfs2-19.3.0-5127.ge8baca1e.el9.x8 7.4 MB/s | 756 kB 00:00 2024-09-20T19:39:20.720 INFO:teuthology.orchestra.run.smithi043.stdout:(4/33): ceph-radosgw-19.3.0-5127.ge8baca1e.el9. 12 MB/s | 11 MB 00:00 2024-09-20T19:39:20.725 INFO:teuthology.orchestra.run.smithi104.stdout:(32/33): librados2-19.3.0-5127.ge8baca1e.el9.x8 5.5 MB/s | 3.5 MB 00:00 2024-09-20T19:39:20.754 INFO:teuthology.orchestra.run.smithi043.stdout:(5/33): libradosstriper1-19.3.0-5127.ge8baca1e. 2.8 MB/s | 508 kB 00:00 2024-09-20T19:39:20.871 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:39:20.873 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:39:20.873 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-09-20T19:39:20.873 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:39:20.873 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-09-20T19:39:20.873 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-radosgw x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 11 M 2024-09-20T19:39:20.873 INFO:teuthology.orchestra.run.smithi203.stdout:Upgrading: 2024-09-20T19:39:20.873 INFO:teuthology.orchestra.run.smithi203.stdout: librados2 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 3.5 M 2024-09-20T19:39:20.874 INFO:teuthology.orchestra.run.smithi203.stdout: librbd1 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 3.2 M 2024-09-20T19:39:20.874 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-09-20T19:39:20.874 INFO:teuthology.orchestra.run.smithi203.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-20T19:39:20.874 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-base x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 5.5 M 2024-09-20T19:39:20.874 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-common x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 22 M 2024-09-20T19:39:20.874 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-selinux x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 25 k 2024-09-20T19:39:20.874 INFO:teuthology.orchestra.run.smithi203.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-20T19:39:20.874 INFO:teuthology.orchestra.run.smithi203.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-20T19:39:20.874 INFO:teuthology.orchestra.run.smithi203.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-20T19:39:20.874 INFO:teuthology.orchestra.run.smithi203.stdout: libcephfs2 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 756 k 2024-09-20T19:39:20.874 INFO:teuthology.orchestra.run.smithi203.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-20T19:39:20.874 INFO:teuthology.orchestra.run.smithi203.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-20T19:39:20.874 INFO:teuthology.orchestra.run.smithi203.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-20T19:39:20.875 INFO:teuthology.orchestra.run.smithi203.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-20T19:39:20.875 INFO:teuthology.orchestra.run.smithi203.stdout: libradosstriper1 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 508 k 2024-09-20T19:39:20.875 INFO:teuthology.orchestra.run.smithi203.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-20T19:39:20.875 INFO:teuthology.orchestra.run.smithi203.stdout: librgw2 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 5.5 M 2024-09-20T19:39:20.875 INFO:teuthology.orchestra.run.smithi203.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-20T19:39:20.875 INFO:teuthology.orchestra.run.smithi203.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-20T19:39:20.875 INFO:teuthology.orchestra.run.smithi203.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-20T19:39:20.875 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ceph-argparse x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 45 k 2024-09-20T19:39:20.875 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ceph-common x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 150 k 2024-09-20T19:39:20.875 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cephfs x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 162 k 2024-09-20T19:39:20.875 INFO:teuthology.orchestra.run.smithi203.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-20T19:39:20.875 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rados x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 321 k 2024-09-20T19:39:20.875 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rbd x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 306 k 2024-09-20T19:39:20.875 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rgw x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 99 k 2024-09-20T19:39:20.876 INFO:teuthology.orchestra.run.smithi203.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-20T19:39:20.876 INFO:teuthology.orchestra.run.smithi203.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-20T19:39:20.876 INFO:teuthology.orchestra.run.smithi203.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-20T19:39:20.876 INFO:teuthology.orchestra.run.smithi203.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-20T19:39:20.876 INFO:teuthology.orchestra.run.smithi203.stdout:Installing weak dependencies: 2024-09-20T19:39:20.876 INFO:teuthology.orchestra.run.smithi203.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-20T19:39:20.876 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:39:20.876 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-09-20T19:39:20.876 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:39:20.876 INFO:teuthology.orchestra.run.smithi203.stdout:Install 31 Packages 2024-09-20T19:39:20.876 INFO:teuthology.orchestra.run.smithi203.stdout:Upgrade 2 Packages 2024-09-20T19:39:20.876 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:39:20.877 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 62 M 2024-09-20T19:39:20.877 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-09-20T19:39:20.929 INFO:teuthology.orchestra.run.smithi043.stdout:(6/33): python3-ceph-argparse-19.3.0-5127.ge8ba 258 kB/s | 45 kB 00:00 2024-09-20T19:39:20.967 INFO:teuthology.orchestra.run.smithi104.stdout:(33/33): librbd1-19.3.0-5127.ge8baca1e.el9.x86_ 4.0 MB/s | 3.2 MB 00:00 2024-09-20T19:39:20.972 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:39:20.973 INFO:teuthology.orchestra.run.smithi104.stdout:Total 20 MB/s | 62 MB 00:03 2024-09-20T19:39:20.979 INFO:teuthology.orchestra.run.smithi043.stdout:(7/33): python3-ceph-common-19.3.0-5127.ge8baca 2.9 MB/s | 150 kB 00:00 2024-09-20T19:39:21.054 INFO:teuthology.orchestra.run.smithi043.stdout:(8/33): librgw2-19.3.0-5127.ge8baca1e.el9.x86_6 16 MB/s | 5.5 MB 00:00 2024-09-20T19:39:21.080 INFO:teuthology.orchestra.run.smithi043.stdout:(9/33): python3-cephfs-19.3.0-5127.ge8baca1e.el 1.6 MB/s | 162 kB 00:00 2024-09-20T19:39:21.087 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-20T19:39:21.105 INFO:teuthology.orchestra.run.smithi043.stdout:(10/33): python3-rados-19.3.0-5127.ge8baca1e.el 6.2 MB/s | 321 kB 00:00 2024-09-20T19:39:21.126 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-20T19:39:21.126 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-20T19:39:21.130 INFO:teuthology.orchestra.run.smithi043.stdout:(11/33): python3-rbd-19.3.0-5127.ge8baca1e.el9. 5.9 MB/s | 306 kB 00:00 2024-09-20T19:39:21.155 INFO:teuthology.orchestra.run.smithi043.stdout:(12/33): python3-rgw-19.3.0-5127.ge8baca1e.el9. 1.9 MB/s | 99 kB 00:00 2024-09-20T19:39:21.364 INFO:teuthology.orchestra.run.smithi043.stdout:(13/33): ceph-common-19.3.0-5127.ge8baca1e.el9. 14 MB/s | 22 MB 00:01 2024-09-20T19:39:21.406 INFO:teuthology.orchestra.run.smithi043.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 388 kB/s | 107 kB 00:00 2024-09-20T19:39:21.481 INFO:teuthology.orchestra.run.smithi043.stdout:(15/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.3 MB/s | 160 kB 00:00 2024-09-20T19:39:21.506 INFO:teuthology.orchestra.run.smithi043.stdout:(16/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 451 kB/s | 45 kB 00:00 2024-09-20T19:39:21.532 INFO:teuthology.orchestra.run.smithi043.stdout:(17/33): libnbd-1.20.2-2.el9.x86_64.rpm 454 kB/s | 171 kB 00:00 2024-09-20T19:39:21.574 INFO:teuthology.orchestra.run.smithi043.stdout:(18/33): librdkafka-1.6.1-102.el9.x86_64.rpm 7.0 MB/s | 662 kB 00:00 2024-09-20T19:39:21.624 INFO:teuthology.orchestra.run.smithi043.stdout:(19/33): python3-prettytable-0.7.2-27.el9.noarc 459 kB/s | 42 kB 00:00 2024-09-20T19:39:21.657 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-20T19:39:21.657 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-20T19:39:21.657 INFO:teuthology.orchestra.run.smithi043.stdout:(20/33): qatlib-24.02.0-1.el9.x86_64.rpm 2.6 MB/s | 221 kB 00:00 2024-09-20T19:39:21.683 INFO:teuthology.orchestra.run.smithi043.stdout:(21/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.6 MB/s | 292 kB 00:00 2024-09-20T19:39:21.708 INFO:teuthology.orchestra.run.smithi043.stdout:(22/33): qatlib-service-24.02.0-1.el9.x86_64.rp 429 kB/s | 36 kB 00:00 2024-09-20T19:39:21.742 INFO:teuthology.orchestra.run.smithi043.stdout:(23/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 563 kB/s | 47 kB 00:00 2024-09-20T19:39:21.788 INFO:teuthology.orchestra.run.smithi203.stdout:(1/33): ceph-base-19.3.0-5127.ge8baca1e.el9.x86 8.5 MB/s | 5.5 MB 00:00 2024-09-20T19:39:21.809 INFO:teuthology.orchestra.run.smithi043.stdout:(24/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 503 kB/s | 26 kB 00:00 2024-09-20T19:39:21.834 INFO:teuthology.orchestra.run.smithi043.stdout:(25/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.0 MB/s | 308 kB 00:00 2024-09-20T19:39:21.838 INFO:teuthology.orchestra.run.smithi203.stdout:(2/33): ceph-selinux-19.3.0-5127.ge8baca1e.el9. 504 kB/s | 25 kB 00:00 2024-09-20T19:39:21.859 INFO:teuthology.orchestra.run.smithi043.stdout:(26/33): liboath-2.6.7-2.el9.x86_64.rpm 967 kB/s | 49 kB 00:00 2024-09-20T19:39:21.876 INFO:teuthology.orchestra.run.smithi043.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.6 MB/s | 67 kB 00:00 2024-09-20T19:39:21.918 INFO:teuthology.orchestra.run.smithi043.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 4.5 MB/s | 191 kB 00:00 2024-09-20T19:39:21.922 INFO:teuthology.orchestra.run.smithi203.stdout:(3/33): libcephfs2-19.3.0-5127.ge8baca1e.el9.x8 8.9 MB/s | 756 kB 00:00 2024-09-20T19:39:21.960 INFO:teuthology.orchestra.run.smithi043.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 8.1 MB/s | 839 kB 00:00 2024-09-20T19:39:22.014 INFO:teuthology.orchestra.run.smithi203.stdout:(4/33): libradosstriper1-19.3.0-5127.ge8baca1e. 5.4 MB/s | 508 kB 00:00 2024-09-20T19:39:22.119 INFO:teuthology.orchestra.run.smithi043.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 7.9 MB/s | 1.6 MB 00:00 2024-09-20T19:39:22.131 INFO:teuthology.orchestra.run.smithi203.stdout:(5/33): ceph-radosgw-19.3.0-5127.ge8baca1e.el9. 11 MB/s | 11 MB 00:00 2024-09-20T19:39:22.190 INFO:teuthology.orchestra.run.smithi203.stdout:(6/33): python3-ceph-argparse-19.3.0-5127.ge8ba 778 kB/s | 45 kB 00:00 2024-09-20T19:39:22.211 INFO:teuthology.orchestra.run.smithi043.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 8.8 MB/s | 4.4 MB 00:00 2024-09-20T19:39:22.248 INFO:teuthology.orchestra.run.smithi203.stdout:(7/33): python3-ceph-common-19.3.0-5127.ge8baca 2.5 MB/s | 150 kB 00:00 2024-09-20T19:39:22.269 INFO:teuthology.orchestra.run.smithi043.stdout:(32/33): librados2-19.3.0-5127.ge8baca1e.el9.x8 11 MB/s | 3.5 MB 00:00 2024-09-20T19:39:22.307 INFO:teuthology.orchestra.run.smithi203.stdout:(8/33): python3-cephfs-19.3.0-5127.ge8baca1e.el 2.7 MB/s | 162 kB 00:00 2024-09-20T19:39:22.391 INFO:teuthology.orchestra.run.smithi203.stdout:(9/33): python3-rados-19.3.0-5127.ge8baca1e.el9 3.7 MB/s | 321 kB 00:00 2024-09-20T19:39:22.453 INFO:teuthology.orchestra.run.smithi043.stdout:(33/33): librbd1-19.3.0-5127.ge8baca1e.el9.x86_ 9.8 MB/s | 3.2 MB 00:00 2024-09-20T19:39:22.458 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:39:22.458 INFO:teuthology.orchestra.run.smithi043.stdout:Total 23 MB/s | 62 MB 00:02 2024-09-20T19:39:22.500 INFO:teuthology.orchestra.run.smithi203.stdout:(10/33): librgw2-19.3.0-5127.ge8baca1e.el9.x86_ 11 MB/s | 5.5 MB 00:00 2024-09-20T19:39:22.523 INFO:teuthology.orchestra.run.smithi203.stdout:(11/33): python3-rbd-19.3.0-5127.ge8baca1e.el9. 2.3 MB/s | 306 kB 00:00 2024-09-20T19:39:22.548 INFO:teuthology.orchestra.run.smithi203.stdout:(12/33): python3-rgw-19.3.0-5127.ge8baca1e.el9. 2.0 MB/s | 99 kB 00:00 2024-09-20T19:39:22.582 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-09-20T19:39:22.625 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-09-20T19:39:22.625 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-09-20T19:39:22.774 INFO:teuthology.orchestra.run.smithi203.stdout:(13/33): ceph-common-19.3.0-5127.ge8baca1e.el9. 13 MB/s | 22 MB 00:01 2024-09-20T19:39:22.907 INFO:teuthology.orchestra.run.smithi203.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 278 kB/s | 107 kB 00:00 2024-09-20T19:39:22.933 INFO:teuthology.orchestra.run.smithi203.stdout:(15/33): libnbd-1.20.2-2.el9.x86_64.rpm 444 kB/s | 171 kB 00:00 2024-09-20T19:39:22.958 INFO:teuthology.orchestra.run.smithi203.stdout:(16/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 872 kB/s | 160 kB 00:00 2024-09-20T19:39:22.983 INFO:teuthology.orchestra.run.smithi203.stdout:(17/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 598 kB/s | 45 kB 00:00 2024-09-20T19:39:23.033 INFO:teuthology.orchestra.run.smithi203.stdout:(18/33): python3-prettytable-0.7.2-27.el9.noarc 845 kB/s | 42 kB 00:00 2024-09-20T19:39:23.067 INFO:teuthology.orchestra.run.smithi203.stdout:(19/33): librdkafka-1.6.1-102.el9.x86_64.rpm 4.8 MB/s | 662 kB 00:00 2024-09-20T19:39:23.092 INFO:teuthology.orchestra.run.smithi203.stdout:(20/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.1 MB/s | 292 kB 00:00 2024-09-20T19:39:23.118 INFO:teuthology.orchestra.run.smithi203.stdout:(21/33): qatlib-24.02.0-1.el9.x86_64.rpm 2.6 MB/s | 221 kB 00:00 2024-09-20T19:39:23.143 INFO:teuthology.orchestra.run.smithi203.stdout:(22/33): qatlib-service-24.02.0-1.el9.x86_64.rp 475 kB/s | 36 kB 00:00 2024-09-20T19:39:23.175 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-09-20T19:39:23.175 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-09-20T19:39:23.177 INFO:teuthology.orchestra.run.smithi203.stdout:(23/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 564 kB/s | 47 kB 00:00 2024-09-20T19:39:23.242 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-20T19:39:23.244 INFO:teuthology.orchestra.run.smithi203.stdout:(24/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.4 MB/s | 308 kB 00:00 2024-09-20T19:39:23.269 INFO:teuthology.orchestra.run.smithi203.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 2.1 MB/s | 49 kB 00:00 2024-09-20T19:39:23.294 INFO:teuthology.orchestra.run.smithi203.stdout:(26/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 254 kB/s | 26 kB 00:00 2024-09-20T19:39:23.318 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-20T19:39:23.320 INFO:teuthology.orchestra.run.smithi203.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-20T19:39:23.346 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-20T19:39:23.353 INFO:teuthology.orchestra.run.smithi203.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.6 MB/s | 191 kB 00:00 2024-09-20T19:39:23.372 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-20T19:39:23.394 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-20T19:39:23.404 INFO:teuthology.orchestra.run.smithi203.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.5 MB/s | 839 kB 00:00 2024-09-20T19:39:23.414 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-20T19:39:23.462 INFO:teuthology.orchestra.run.smithi203.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2024-09-20T19:39:23.529 INFO:teuthology.orchestra.run.smithi203.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-09-20T19:39:23.605 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-20T19:39:23.658 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-20T19:39:23.688 INFO:teuthology.orchestra.run.smithi203.stdout:(32/33): librados2-19.3.0-5127.ge8baca1e.el9.x8 12 MB/s | 3.5 MB 00:00 2024-09-20T19:39:23.747 INFO:teuthology.orchestra.run.smithi203.stdout:(33/33): librbd1-19.3.0-5127.ge8baca1e.el9.x86_ 11 MB/s | 3.2 MB 00:00 2024-09-20T19:39:23.751 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:39:23.752 INFO:teuthology.orchestra.run.smithi203.stdout:Total 21 MB/s | 62 MB 00:02 2024-09-20T19:39:23.864 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-09-20T19:39:23.901 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-09-20T19:39:23.902 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-09-20T19:39:23.992 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-20T19:39:24.106 INFO:teuthology.orchestra.run.smithi104.stdout: Upgrading : librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 7/35 2024-09-20T19:39:24.208 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 7/35 2024-09-20T19:39:24.298 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 8/35 2024-09-20T19:39:24.350 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 9/35 2024-09-20T19:39:24.421 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 9/35 2024-09-20T19:39:24.428 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-09-20T19:39:24.429 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-09-20T19:39:24.467 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-20T19:39:24.510 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-ceph-argparse-2:19.3.0-5127.ge8baca1e.el9. 11/35 2024-09-20T19:39:24.580 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 12/35 2024-09-20T19:39:24.602 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_6 13/35 2024-09-20T19:39:24.665 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-09-20T19:39:24.666 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_6 13/35 2024-09-20T19:39:24.701 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-20T19:39:24.809 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-20T19:39:24.843 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-20T19:39:24.882 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-20T19:39:24.884 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-20T19:39:24.917 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-20T19:39:24.924 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-20T19:39:24.946 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-20T19:39:24.950 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-20T19:39:24.972 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-20T19:39:24.979 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-20T19:39:24.997 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-20T19:39:25.024 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-20T19:39:25.142 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-20T19:39:25.200 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-20T19:39:25.343 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-20T19:39:25.392 INFO:teuthology.orchestra.run.smithi104.stdout: Upgrading : librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 23/35 2024-09-20T19:39:25.483 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 23/35 2024-09-20T19:39:25.514 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 24/35 2024-09-20T19:39:25.550 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-20T19:39:25.551 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-20T19:39:25.678 INFO:teuthology.orchestra.run.smithi043.stdout: Upgrading : librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 7/35 2024-09-20T19:39:25.778 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 7/35 2024-09-20T19:39:25.870 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 8/35 2024-09-20T19:39:25.895 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 9/35 2024-09-20T19:39:25.906 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-09-20T19:39:25.958 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 9/35 2024-09-20T19:39:25.986 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-20T19:39:25.997 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-20T19:39:26.022 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-ceph-argparse-2:19.3.0-5127.ge8baca1e.el9. 11/35 2024-09-20T19:39:26.026 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-20T19:39:26.044 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-20T19:39:26.060 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-20T19:39:26.070 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 27/35 2024-09-20T19:39:26.083 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-20T19:39:26.093 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 12/35 2024-09-20T19:39:26.109 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-20T19:39:26.122 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_6 13/35 2024-09-20T19:39:26.141 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 27/35 2024-09-20T19:39:26.170 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_6 13/35 2024-09-20T19:39:26.204 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-20T19:39:26.223 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 28/35 2024-09-20T19:39:26.256 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-ceph-common-2:19.3.0-5127.ge8baca1e.el9.x8 29/35 2024-09-20T19:39:26.316 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-20T19:39:26.320 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-20T19:39:26.346 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-20T19:39:26.372 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-20T19:39:26.392 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-20T19:39:26.420 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-20T19:39:26.449 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-20T19:39:26.482 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-20T19:39:26.520 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-20T19:39:26.705 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-20T19:39:26.830 INFO:teuthology.orchestra.run.smithi203.stdout: Upgrading : librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 7/35 2024-09-20T19:39:26.865 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-20T19:39:26.904 INFO:teuthology.orchestra.run.smithi043.stdout: Upgrading : librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 23/35 2024-09-20T19:39:26.922 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 7/35 2024-09-20T19:39:26.995 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 23/35 2024-09-20T19:39:27.013 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 8/35 2024-09-20T19:39:27.025 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 24/35 2024-09-20T19:39:27.040 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 9/35 2024-09-20T19:39:27.062 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-20T19:39:27.095 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 9/35 2024-09-20T19:39:27.132 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-20T19:39:27.175 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-ceph-argparse-2:19.3.0-5127.ge8baca1e.el9. 11/35 2024-09-20T19:39:27.246 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 12/35 2024-09-20T19:39:27.284 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_6 13/35 2024-09-20T19:39:27.348 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_6 13/35 2024-09-20T19:39:27.391 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-20T19:39:27.511 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-20T19:39:27.551 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-20T19:39:27.589 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-20T19:39:27.595 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-20T19:39:27.623 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 27/35 2024-09-20T19:39:27.624 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-20T19:39:27.653 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-20T19:39:27.686 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 27/35 2024-09-20T19:39:27.687 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-20T19:39:27.741 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-20T19:39:27.771 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 28/35 2024-09-20T19:39:27.800 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-ceph-common-2:19.3.0-5127.ge8baca1e.el9.x8 29/35 2024-09-20T19:39:28.066 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-20T19:39:28.109 INFO:teuthology.orchestra.run.smithi203.stdout: Upgrading : librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 23/35 2024-09-20T19:39:28.209 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 23/35 2024-09-20T19:39:28.239 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 24/35 2024-09-20T19:39:28.275 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-20T19:39:28.624 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 30/35 2024-09-20T19:39:28.660 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 30/35 2024-09-20T19:39:28.794 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-20T19:39:28.821 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 27/35 2024-09-20T19:39:28.892 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 27/35 2024-09-20T19:39:28.974 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 28/35 2024-09-20T19:39:29.015 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-ceph-common-2:19.3.0-5127.ge8baca1e.el9.x8 29/35 2024-09-20T19:39:29.223 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 30/35 2024-09-20T19:39:29.255 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 31/35 2024-09-20T19:39:29.350 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 31/35 2024-09-20T19:39:29.350 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-20T19:39:29.350 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-20T19:39:29.351 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:39:29.390 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 32/35 2024-09-20T19:39:30.259 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 30/35 2024-09-20T19:39:30.305 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 30/35 2024-09-20T19:39:30.907 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 30/35 2024-09-20T19:39:30.950 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 31/35 2024-09-20T19:39:31.041 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 31/35 2024-09-20T19:39:31.041 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-20T19:39:31.041 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-20T19:39:31.041 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:39:31.076 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 32/35 2024-09-20T19:39:31.386 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 30/35 2024-09-20T19:39:31.437 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 30/35 2024-09-20T19:39:32.014 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 30/35 2024-09-20T19:39:32.057 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 31/35 2024-09-20T19:39:32.167 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 31/35 2024-09-20T19:39:32.167 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-20T19:39:32.167 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-20T19:39:32.167 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:39:32.209 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 32/35 2024-09-20T19:39:39.336 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 32/35 2024-09-20T19:39:39.336 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /sys 2024-09-20T19:39:39.337 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /proc 2024-09-20T19:39:39.337 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /mnt 2024-09-20T19:39:39.337 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /var/tmp 2024-09-20T19:39:39.337 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /home 2024-09-20T19:39:39.337 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /root 2024-09-20T19:39:39.337 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /tmp 2024-09-20T19:39:39.337 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:39:40.328 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/35 2024-09-20T19:39:40.353 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/35 2024-09-20T19:39:40.353 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:39:40.353 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-20T19:39:40.353 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-20T19:39:40.353 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-20T19:39:40.353 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:39:40.355 INFO:teuthology.orchestra.run.smithi104.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-20T19:39:40.455 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-20T19:39:40.455 INFO:teuthology.orchestra.run.smithi104.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-20T19:39:41.314 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 32/35 2024-09-20T19:39:41.315 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /sys 2024-09-20T19:39:41.315 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /proc 2024-09-20T19:39:41.315 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /mnt 2024-09-20T19:39:41.315 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /var/tmp 2024-09-20T19:39:41.315 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /home 2024-09-20T19:39:41.315 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /root 2024-09-20T19:39:41.316 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /tmp 2024-09-20T19:39:41.316 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:39:41.637 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-20T19:39:41.637 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/35 2024-09-20T19:39:41.637 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/35 2024-09-20T19:39:41.637 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/35 2024-09-20T19:39:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/35 2024-09-20T19:39:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 5/35 2024-09-20T19:39:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_6 6/35 2024-09-20T19:39:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 7/35 2024-09-20T19:39:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-ceph-argparse-2:19.3.0-5127.ge8baca1e.el9. 8/35 2024-09-20T19:39:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-ceph-common-2:19.3.0-5127.ge8baca1e.el9.x8 9/35 2024-09-20T19:39:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 10/35 2024-09-20T19:39:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 11/35 2024-09-20T19:39:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 12/35 2024-09-20T19:39:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 13/35 2024-09-20T19:39:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-20T19:39:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-20T19:39:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-20T19:39:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-20T19:39:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-20T19:39:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-20T19:39:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-20T19:39:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-20T19:39:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-20T19:39:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-20T19:39:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-20T19:39:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-20T19:39:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-20T19:39:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-20T19:39:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-20T19:39:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-20T19:39:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-20T19:39:41.640 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-20T19:39:41.640 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 32/35 2024-09-20T19:39:41.640 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-20T19:39:41.640 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 34/35 2024-09-20T19:39:42.351 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/35 2024-09-20T19:39:42.351 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 32/35 2024-09-20T19:39:42.351 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /sys 2024-09-20T19:39:42.351 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /proc 2024-09-20T19:39:42.351 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /mnt 2024-09-20T19:39:42.351 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /var/tmp 2024-09-20T19:39:42.352 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /home 2024-09-20T19:39:42.352 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /root 2024-09-20T19:39:42.352 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /tmp 2024-09-20T19:39:42.352 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:39:42.382 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/35 2024-09-20T19:39:42.382 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:39:42.383 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-20T19:39:42.383 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-20T19:39:42.383 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-20T19:39:42.383 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:39:42.384 INFO:teuthology.orchestra.run.smithi043.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-20T19:39:42.462 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-20T19:39:42.462 INFO:teuthology.orchestra.run.smithi043.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-20T19:39:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-20T19:39:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:39:42.657 INFO:teuthology.orchestra.run.smithi104.stdout:Upgraded: 2024-09-20T19:39:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:42.657 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-20T19:39:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-20T19:39:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-20T19:39:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-20T19:39:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-20T19:39:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-20T19:39:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-20T19:39:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-20T19:39:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-20T19:39:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-20T19:39:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-20T19:39:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-20T19:39:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-20T19:39:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ceph-argparse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-20T19:39:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-20T19:39:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-20T19:39:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-20T19:39:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: re2-1:20211101-20.el9.x86_64 2024-09-20T19:39:42.660 INFO:teuthology.orchestra.run.smithi104.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-20T19:39:42.660 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:39:42.660 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:39:43.018 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-test 2024-09-20T19:39:43.375 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/35 2024-09-20T19:39:43.401 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/35 2024-09-20T19:39:43.401 INFO:teuthology.orchestra.run.smithi203.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:39:43.401 INFO:teuthology.orchestra.run.smithi203.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-20T19:39:43.401 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-20T19:39:43.401 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-20T19:39:43.401 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:39:43.403 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-20T19:39:43.495 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-20T19:39:43.495 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-20T19:39:43.600 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:28 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:39:43.648 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-20T19:39:43.648 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/35 2024-09-20T19:39:43.648 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/35 2024-09-20T19:39:43.648 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/35 2024-09-20T19:39:43.648 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/35 2024-09-20T19:39:43.648 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 5/35 2024-09-20T19:39:43.648 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_6 6/35 2024-09-20T19:39:43.648 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 7/35 2024-09-20T19:39:43.648 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-ceph-argparse-2:19.3.0-5127.ge8baca1e.el9. 8/35 2024-09-20T19:39:43.649 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-ceph-common-2:19.3.0-5127.ge8baca1e.el9.x8 9/35 2024-09-20T19:39:43.649 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 10/35 2024-09-20T19:39:43.649 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 11/35 2024-09-20T19:39:43.649 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 12/35 2024-09-20T19:39:43.649 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 13/35 2024-09-20T19:39:43.649 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-20T19:39:43.649 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-20T19:39:43.649 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-20T19:39:43.649 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-20T19:39:43.649 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-20T19:39:43.649 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-20T19:39:43.649 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-20T19:39:43.649 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-20T19:39:43.649 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-20T19:39:43.650 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-20T19:39:43.650 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-20T19:39:43.650 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-20T19:39:43.650 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-20T19:39:43.650 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-20T19:39:43.651 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-20T19:39:43.651 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-20T19:39:43.651 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-20T19:39:43.651 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-20T19:39:43.651 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 32/35 2024-09-20T19:39:43.651 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-20T19:39:43.651 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 34/35 2024-09-20T19:39:43.732 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:39:43.732 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:39:43.733 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-09-20T19:39:43.733 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:39:43.733 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-20T19:39:43.733 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-test x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 46 M 2024-09-20T19:39:43.733 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-09-20T19:39:43.733 INFO:teuthology.orchestra.run.smithi104.stdout: libcephsqlite x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 161 k 2024-09-20T19:39:43.733 INFO:teuthology.orchestra.run.smithi104.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-20T19:39:43.734 INFO:teuthology.orchestra.run.smithi104.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-20T19:39:43.734 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:39:43.734 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-20T19:39:43.734 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:39:43.734 INFO:teuthology.orchestra.run.smithi104.stdout:Install 4 Packages 2024-09-20T19:39:43.734 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:39:43.734 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 46 M 2024-09-20T19:39:43.735 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 201 M 2024-09-20T19:39:43.735 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-20T19:39:43.963 INFO:teuthology.orchestra.run.smithi104.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.4 MB/s | 304 kB 00:00 2024-09-20T19:39:43.997 INFO:teuthology.orchestra.run.smithi104.stdout:(2/4): libcephsqlite-19.3.0-5127.ge8baca1e.el9. 671 kB/s | 161 kB 00:00 2024-09-20T19:39:44.022 INFO:teuthology.orchestra.run.smithi104.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 64 kB 00:00 2024-09-20T19:39:44.745 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-20T19:39:44.745 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/35 2024-09-20T19:39:44.745 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/35 2024-09-20T19:39:44.745 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/35 2024-09-20T19:39:44.745 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/35 2024-09-20T19:39:44.745 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 5/35 2024-09-20T19:39:44.745 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_6 6/35 2024-09-20T19:39:44.745 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 7/35 2024-09-20T19:39:44.746 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-ceph-argparse-2:19.3.0-5127.ge8baca1e.el9. 8/35 2024-09-20T19:39:44.746 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-ceph-common-2:19.3.0-5127.ge8baca1e.el9.x8 9/35 2024-09-20T19:39:44.746 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 10/35 2024-09-20T19:39:44.746 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 11/35 2024-09-20T19:39:44.746 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 12/35 2024-09-20T19:39:44.746 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 13/35 2024-09-20T19:39:44.746 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-20T19:39:44.746 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-20T19:39:44.746 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-20T19:39:44.746 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-20T19:39:44.746 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-20T19:39:44.746 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-20T19:39:44.746 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-20T19:39:44.746 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-20T19:39:44.747 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-20T19:39:44.747 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-20T19:39:44.747 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-20T19:39:44.747 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-20T19:39:44.747 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-20T19:39:44.748 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-20T19:39:44.748 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-20T19:39:44.748 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-20T19:39:44.748 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-20T19:39:44.748 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-20T19:39:44.748 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 32/35 2024-09-20T19:39:44.748 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-20T19:39:44.748 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 34/35 2024-09-20T19:39:44.758 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-20T19:39:44.759 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:39:44.759 INFO:teuthology.orchestra.run.smithi043.stdout:Upgraded: 2024-09-20T19:39:44.759 INFO:teuthology.orchestra.run.smithi043.stdout: librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:44.759 INFO:teuthology.orchestra.run.smithi043.stdout: librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:44.759 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-09-20T19:39:44.759 INFO:teuthology.orchestra.run.smithi043.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-20T19:39:44.759 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:44.759 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:44.759 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:44.759 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:44.759 INFO:teuthology.orchestra.run.smithi043.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-20T19:39:44.759 INFO:teuthology.orchestra.run.smithi043.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-20T19:39:44.759 INFO:teuthology.orchestra.run.smithi043.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-20T19:39:44.760 INFO:teuthology.orchestra.run.smithi043.stdout: libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:44.760 INFO:teuthology.orchestra.run.smithi043.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-20T19:39:44.760 INFO:teuthology.orchestra.run.smithi043.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-20T19:39:44.760 INFO:teuthology.orchestra.run.smithi043.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-20T19:39:44.760 INFO:teuthology.orchestra.run.smithi043.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-20T19:39:44.760 INFO:teuthology.orchestra.run.smithi043.stdout: libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:44.760 INFO:teuthology.orchestra.run.smithi043.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-20T19:39:44.760 INFO:teuthology.orchestra.run.smithi043.stdout: librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:44.760 INFO:teuthology.orchestra.run.smithi043.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-20T19:39:44.760 INFO:teuthology.orchestra.run.smithi043.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-20T19:39:44.760 INFO:teuthology.orchestra.run.smithi043.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-20T19:39:44.760 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ceph-argparse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:44.760 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:44.760 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:44.761 INFO:teuthology.orchestra.run.smithi043.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-20T19:39:44.761 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:44.761 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:44.761 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:44.761 INFO:teuthology.orchestra.run.smithi043.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-20T19:39:44.761 INFO:teuthology.orchestra.run.smithi043.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-20T19:39:44.761 INFO:teuthology.orchestra.run.smithi043.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-20T19:39:44.761 INFO:teuthology.orchestra.run.smithi043.stdout: re2-1:20211101-20.el9.x86_64 2024-09-20T19:39:44.761 INFO:teuthology.orchestra.run.smithi043.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-20T19:39:44.761 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:39:44.761 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:39:45.126 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-test 2024-09-20T19:39:45.239 INFO:teuthology.orchestra.run.smithi104.stdout:(4/4): ceph-test-19.3.0-5127.ge8baca1e.el9.x86_ 31 MB/s | 46 MB 00:01 2024-09-20T19:39:45.241 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:39:45.241 INFO:teuthology.orchestra.run.smithi104.stdout:Total 31 MB/s | 46 MB 00:01 2024-09-20T19:39:45.269 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-20T19:39:45.289 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-20T19:39:45.289 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-20T19:39:45.646 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-20T19:39:45.646 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-20T19:39:45.685 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-20T19:39:45.685 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:39:45.685 INFO:teuthology.orchestra.run.smithi203.stdout:Upgraded: 2024-09-20T19:39:45.685 INFO:teuthology.orchestra.run.smithi203.stdout: librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:45.686 INFO:teuthology.orchestra.run.smithi203.stdout: librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:45.686 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-09-20T19:39:45.686 INFO:teuthology.orchestra.run.smithi203.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-20T19:39:45.686 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:45.686 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:45.686 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:45.686 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:45.686 INFO:teuthology.orchestra.run.smithi203.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-20T19:39:45.686 INFO:teuthology.orchestra.run.smithi203.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-20T19:39:45.686 INFO:teuthology.orchestra.run.smithi203.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-20T19:39:45.686 INFO:teuthology.orchestra.run.smithi203.stdout: libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:45.686 INFO:teuthology.orchestra.run.smithi203.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-20T19:39:45.687 INFO:teuthology.orchestra.run.smithi203.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-20T19:39:45.687 INFO:teuthology.orchestra.run.smithi203.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-20T19:39:45.687 INFO:teuthology.orchestra.run.smithi203.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-20T19:39:45.687 INFO:teuthology.orchestra.run.smithi203.stdout: libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:45.687 INFO:teuthology.orchestra.run.smithi203.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-20T19:39:45.687 INFO:teuthology.orchestra.run.smithi203.stdout: librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:45.687 INFO:teuthology.orchestra.run.smithi203.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-20T19:39:45.687 INFO:teuthology.orchestra.run.smithi203.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-20T19:39:45.687 INFO:teuthology.orchestra.run.smithi203.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-20T19:39:45.687 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ceph-argparse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:45.687 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:45.687 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:45.687 INFO:teuthology.orchestra.run.smithi203.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-20T19:39:45.688 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:45.688 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:45.688 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:45.688 INFO:teuthology.orchestra.run.smithi203.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-20T19:39:45.688 INFO:teuthology.orchestra.run.smithi203.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-20T19:39:45.688 INFO:teuthology.orchestra.run.smithi203.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-20T19:39:45.688 INFO:teuthology.orchestra.run.smithi203.stdout: re2-1:20211101-20.el9.x86_64 2024-09-20T19:39:45.688 INFO:teuthology.orchestra.run.smithi203.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-20T19:39:45.688 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:39:45.688 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:39:45.728 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:28 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:39:45.872 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:39:45.872 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:39:45.873 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-09-20T19:39:45.873 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:39:45.873 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-09-20T19:39:45.873 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-test x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 46 M 2024-09-20T19:39:45.873 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-09-20T19:39:45.873 INFO:teuthology.orchestra.run.smithi043.stdout: libcephsqlite x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 161 k 2024-09-20T19:39:45.874 INFO:teuthology.orchestra.run.smithi043.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-20T19:39:45.874 INFO:teuthology.orchestra.run.smithi043.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-20T19:39:45.874 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:39:45.874 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-09-20T19:39:45.874 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:39:45.874 INFO:teuthology.orchestra.run.smithi043.stdout:Install 4 Packages 2024-09-20T19:39:45.874 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:39:45.875 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 46 M 2024-09-20T19:39:45.876 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 201 M 2024-09-20T19:39:45.876 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-09-20T19:39:46.081 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-test 2024-09-20T19:39:46.155 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-20T19:39:46.241 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-20T19:39:46.288 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-20T19:39:46.315 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/4 2024-09-20T19:39:46.317 INFO:teuthology.orchestra.run.smithi043.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.8 MB/s | 304 kB 00:00 2024-09-20T19:39:46.359 INFO:teuthology.orchestra.run.smithi043.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-09-20T19:39:46.401 INFO:teuthology.orchestra.run.smithi043.stdout:(3/4): libcephsqlite-19.3.0-5127.ge8baca1e.el9. 654 kB/s | 161 kB 00:00 2024-09-20T19:39:46.666 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:00:28 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:39:46.798 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:39:46.799 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:39:46.799 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-09-20T19:39:46.799 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:39:46.799 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-09-20T19:39:46.799 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-test x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 46 M 2024-09-20T19:39:46.799 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-09-20T19:39:46.799 INFO:teuthology.orchestra.run.smithi203.stdout: libcephsqlite x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 161 k 2024-09-20T19:39:46.799 INFO:teuthology.orchestra.run.smithi203.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-20T19:39:46.800 INFO:teuthology.orchestra.run.smithi203.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-20T19:39:46.800 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:39:46.800 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-09-20T19:39:46.800 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:39:46.800 INFO:teuthology.orchestra.run.smithi203.stdout:Install 4 Packages 2024-09-20T19:39:46.800 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:39:46.801 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 46 M 2024-09-20T19:39:46.801 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 201 M 2024-09-20T19:39:46.801 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-09-20T19:39:47.350 INFO:teuthology.orchestra.run.smithi203.stdout:(1/4): libcephsqlite-19.3.0-5127.ge8baca1e.el9. 564 kB/s | 161 kB 00:00 2024-09-20T19:39:47.584 INFO:teuthology.orchestra.run.smithi203.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 585 kB/s | 304 kB 00:00 2024-09-20T19:39:47.635 INFO:teuthology.orchestra.run.smithi043.stdout:(4/4): ceph-test-19.3.0-5127.ge8baca1e.el9.x86_ 31 MB/s | 46 MB 00:01 2024-09-20T19:39:47.637 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:39:47.637 INFO:teuthology.orchestra.run.smithi043.stdout:Total 26 MB/s | 46 MB 00:01 2024-09-20T19:39:47.666 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-09-20T19:39:47.689 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-09-20T19:39:47.689 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-09-20T19:39:47.701 INFO:teuthology.orchestra.run.smithi203.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 182 kB/s | 64 kB 00:00 2024-09-20T19:39:48.064 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-09-20T19:39:48.064 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-09-20T19:39:48.593 INFO:teuthology.orchestra.run.smithi203.stdout:(4/4): ceph-test-19.3.0-5127.ge8baca1e.el9.x86_ 30 MB/s | 46 MB 00:01 2024-09-20T19:39:48.595 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:39:48.595 INFO:teuthology.orchestra.run.smithi203.stdout:Total 26 MB/s | 46 MB 00:01 2024-09-20T19:39:48.613 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-09-20T19:39:48.623 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-09-20T19:39:48.644 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-09-20T19:39:48.644 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-09-20T19:39:48.699 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-20T19:39:48.743 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-20T19:39:48.770 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/4 2024-09-20T19:39:49.001 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-09-20T19:39:49.002 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-09-20T19:39:49.520 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-09-20T19:39:49.602 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-20T19:39:49.643 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-20T19:39:49.670 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/4 2024-09-20T19:39:50.677 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/4 2024-09-20T19:39:50.762 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/4 2024-09-20T19:39:53.015 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/4 2024-09-20T19:39:53.015 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/4 2024-09-20T19:39:53.015 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/4 2024-09-20T19:39:53.015 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-20T19:39:53.382 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/4 2024-09-20T19:39:53.409 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-20T19:39:53.409 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:39:53.409 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-20T19:39:53.409 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:53.410 INFO:teuthology.orchestra.run.smithi104.stdout: libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:53.410 INFO:teuthology.orchestra.run.smithi104.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-20T19:39:53.410 INFO:teuthology.orchestra.run.smithi104.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-20T19:39:53.410 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:39:53.410 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:39:53.463 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/4 2024-09-20T19:39:53.670 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph 2024-09-20T19:39:54.080 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/4 2024-09-20T19:39:54.178 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/4 2024-09-20T19:39:54.252 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:39 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:39:54.388 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:39:54.390 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:39:54.390 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-09-20T19:39:54.390 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:39:54.390 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-20T19:39:54.390 INFO:teuthology.orchestra.run.smithi104.stdout: ceph x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 6.6 k 2024-09-20T19:39:54.391 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-09-20T19:39:54.391 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mds x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 2.4 M 2024-09-20T19:39:54.391 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 1.5 M 2024-09-20T19:39:54.391 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-modules-core noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 293 k 2024-09-20T19:39:54.391 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mon x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 4.8 M 2024-09-20T19:39:54.391 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-osd x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 17 M 2024-09-20T19:39:54.391 INFO:teuthology.orchestra.run.smithi104.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-20T19:39:54.391 INFO:teuthology.orchestra.run.smithi104.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-20T19:39:54.391 INFO:teuthology.orchestra.run.smithi104.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-20T19:39:54.391 INFO:teuthology.orchestra.run.smithi104.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-20T19:39:54.391 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-20T19:39:54.391 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-20T19:39:54.392 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-20T19:39:54.392 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-20T19:39:54.392 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-20T19:39:54.392 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-20T19:39:54.392 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-collections 2024-09-20T19:39:54.392 INFO:teuthology.orchestra.run.smithi104.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-20T19:39:54.392 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-20T19:39:54.392 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-20T19:39:54.392 INFO:teuthology.orchestra.run.smithi104.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-20T19:39:54.392 INFO:teuthology.orchestra.run.smithi104.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-20T19:39:54.392 INFO:teuthology.orchestra.run.smithi104.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-20T19:39:54.392 INFO:teuthology.orchestra.run.smithi104.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-20T19:39:54.392 INFO:teuthology.orchestra.run.smithi104.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-20T19:39:54.392 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-20T19:39:54.393 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-20T19:39:54.393 INFO:teuthology.orchestra.run.smithi104.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-20T19:39:54.393 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-20T19:39:54.393 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-20T19:39:54.393 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-20T19:39:54.393 INFO:teuthology.orchestra.run.smithi104.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-20T19:39:54.393 INFO:teuthology.orchestra.run.smithi104.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-20T19:39:54.393 INFO:teuthology.orchestra.run.smithi104.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-20T19:39:54.393 INFO:teuthology.orchestra.run.smithi104.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-20T19:39:54.393 INFO:teuthology.orchestra.run.smithi104.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-20T19:39:54.393 INFO:teuthology.orchestra.run.smithi104.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-20T19:39:54.393 INFO:teuthology.orchestra.run.smithi104.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-20T19:39:54.393 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:39:54.393 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-20T19:39:54.394 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:39:54.394 INFO:teuthology.orchestra.run.smithi104.stdout:Install 37 Packages 2024-09-20T19:39:54.394 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:39:54.394 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 31 M 2024-09-20T19:39:54.394 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 109 M 2024-09-20T19:39:54.394 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-20T19:39:54.705 INFO:teuthology.orchestra.run.smithi104.stdout:(1/37): ceph-19.3.0-5127.ge8baca1e.el9.x86_64.r 48 kB/s | 6.6 kB 00:00 2024-09-20T19:39:54.864 INFO:teuthology.orchestra.run.smithi104.stdout:(2/37): ceph-mgr-19.3.0-5127.ge8baca1e.el9.x86_ 5.2 MB/s | 1.5 MB 00:00 2024-09-20T19:39:54.914 INFO:teuthology.orchestra.run.smithi104.stdout:(3/37): ceph-mds-19.3.0-5127.ge8baca1e.el9.x86_ 6.9 MB/s | 2.4 MB 00:00 2024-09-20T19:39:55.014 INFO:teuthology.orchestra.run.smithi104.stdout:(4/37): ceph-mgr-modules-core-19.3.0-5127.ge8ba 2.9 MB/s | 293 kB 00:00 2024-09-20T19:39:55.081 INFO:teuthology.orchestra.run.smithi104.stdout:(5/37): ceph-mon-19.3.0-5127.ge8baca1e.el9.x86_ 13 MB/s | 4.8 MB 00:00 2024-09-20T19:39:55.231 INFO:teuthology.orchestra.run.smithi104.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-09-20T19:39:55.281 INFO:teuthology.orchestra.run.smithi104.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-09-20T19:39:55.448 INFO:teuthology.orchestra.run.smithi104.stdout:(8/37): ceph-osd-19.3.0-5127.ge8baca1e.el9.x86_ 29 MB/s | 17 MB 00:00 2024-09-20T19:39:55.482 INFO:teuthology.orchestra.run.smithi104.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 674 kB/s | 135 kB 00:00 2024-09-20T19:39:55.516 INFO:teuthology.orchestra.run.smithi104.stdout:(10/37): python3-cryptography-36.0.1-4.el9.x86_ 2.8 MB/s | 1.2 MB 00:00 2024-09-20T19:39:55.549 INFO:teuthology.orchestra.run.smithi104.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 3.1 MB/s | 215 kB 00:00 2024-09-20T19:39:55.608 INFO:teuthology.orchestra.run.smithi104.stdout:(12/37): python3-requests-2.25.1-8.el9.noarch.r 784 kB/s | 125 kB 00:00 2024-09-20T19:39:55.692 INFO:teuthology.orchestra.run.smithi104.stdout:(13/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.2 MB/s | 172 kB 00:00 2024-09-20T19:39:55.715 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/4 2024-09-20T19:39:55.716 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/4 2024-09-20T19:39:55.716 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/4 2024-09-20T19:39:55.716 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-20T19:39:55.717 INFO:teuthology.orchestra.run.smithi104.stdout:(14/37): lua-5.4.4-4.el9.x86_64.rpm 939 kB/s | 188 kB 00:00 2024-09-20T19:39:55.742 INFO:teuthology.orchestra.run.smithi104.stdout:(15/37): python3-markupsafe-1.1.1-12.el9.x86_64 259 kB/s | 35 kB 00:00 2024-09-20T19:39:55.784 INFO:teuthology.orchestra.run.smithi104.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 836 kB/s | 77 kB 00:00 2024-09-20T19:39:55.818 INFO:teuthology.orchestra.run.smithi104.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 507 kB/s | 51 kB 00:00 2024-09-20T19:39:55.843 INFO:teuthology.orchestra.run.smithi104.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 414 kB/s | 42 kB 00:00 2024-09-20T19:39:55.885 INFO:teuthology.orchestra.run.smithi104.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.2 MB/s | 151 kB 00:00 2024-09-20T19:39:55.910 INFO:teuthology.orchestra.run.smithi104.stdout:(20/37): lua-devel-5.4.4-4.el9.x86_64.rpm 177 kB/s | 22 kB 00:00 2024-09-20T19:39:55.944 INFO:teuthology.orchestra.run.smithi104.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 432 kB/s | 43 kB 00:00 2024-09-20T19:39:55.969 INFO:teuthology.orchestra.run.smithi104.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 460 kB/s | 11 kB 00:00 2024-09-20T19:39:55.995 INFO:teuthology.orchestra.run.smithi104.stdout:(23/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.6 MB/s | 172 kB 00:00 2024-09-20T19:39:56.019 INFO:teuthology.orchestra.run.smithi104.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 352 kB/s | 18 kB 00:00 2024-09-20T19:39:56.045 INFO:teuthology.orchestra.run.smithi104.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 461 kB/s | 23 kB 00:00 2024-09-20T19:39:56.070 INFO:teuthology.orchestra.run.smithi104.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 385 kB/s | 19 kB 00:00 2024-09-20T19:39:56.096 INFO:teuthology.orchestra.run.smithi104.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-09-20T19:39:56.101 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-20T19:39:56.102 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:39:56.102 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-09-20T19:39:56.102 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:56.102 INFO:teuthology.orchestra.run.smithi043.stdout: libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:56.102 INFO:teuthology.orchestra.run.smithi043.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-20T19:39:56.102 INFO:teuthology.orchestra.run.smithi043.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-20T19:39:56.102 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:39:56.102 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:39:56.121 INFO:teuthology.orchestra.run.smithi104.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 923 kB/s | 46 kB 00:00 2024-09-20T19:39:56.146 INFO:teuthology.orchestra.run.smithi104.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-20T19:39:56.172 INFO:teuthology.orchestra.run.smithi104.stdout:(30/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-09-20T19:39:56.197 INFO:teuthology.orchestra.run.smithi104.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 326 kB/s | 16 kB 00:00 2024-09-20T19:39:56.222 INFO:teuthology.orchestra.run.smithi104.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-09-20T19:39:56.247 INFO:teuthology.orchestra.run.smithi104.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 712 kB/s | 36 kB 00:00 2024-09-20T19:39:56.273 INFO:teuthology.orchestra.run.smithi104.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-09-20T19:39:56.298 INFO:teuthology.orchestra.run.smithi104.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 804 kB/s | 20 kB 00:00 2024-09-20T19:39:56.323 INFO:teuthology.orchestra.run.smithi104.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-09-20T19:39:56.344 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph 2024-09-20T19:39:56.356 INFO:teuthology.orchestra.run.smithi104.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-09-20T19:39:56.360 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:39:56.360 INFO:teuthology.orchestra.run.smithi104.stdout:Total 16 MB/s | 31 MB 00:01 2024-09-20T19:39:56.504 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-20T19:39:56.544 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-20T19:39:56.544 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-20T19:39:56.797 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/4 2024-09-20T19:39:56.798 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/4 2024-09-20T19:39:56.798 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/4 2024-09-20T19:39:56.798 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-20T19:39:56.942 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:39 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:39:57.004 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-20T19:39:57.004 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-20T19:39:57.078 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:39:57.081 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:39:57.081 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-09-20T19:39:57.081 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:39:57.081 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-09-20T19:39:57.081 INFO:teuthology.orchestra.run.smithi043.stdout: ceph x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 6.6 k 2024-09-20T19:39:57.081 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-09-20T19:39:57.081 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mds x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 2.4 M 2024-09-20T19:39:57.082 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 1.5 M 2024-09-20T19:39:57.082 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-modules-core noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 293 k 2024-09-20T19:39:57.082 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mon x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 4.8 M 2024-09-20T19:39:57.082 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-osd x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 17 M 2024-09-20T19:39:57.082 INFO:teuthology.orchestra.run.smithi043.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-20T19:39:57.082 INFO:teuthology.orchestra.run.smithi043.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-20T19:39:57.082 INFO:teuthology.orchestra.run.smithi043.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-20T19:39:57.082 INFO:teuthology.orchestra.run.smithi043.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-20T19:39:57.082 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-20T19:39:57.082 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-20T19:39:57.082 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-20T19:39:57.082 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-20T19:39:57.082 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-20T19:39:57.083 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-20T19:39:57.083 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-collections 2024-09-20T19:39:57.083 INFO:teuthology.orchestra.run.smithi043.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-20T19:39:57.083 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-20T19:39:57.083 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-20T19:39:57.083 INFO:teuthology.orchestra.run.smithi043.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-20T19:39:57.083 INFO:teuthology.orchestra.run.smithi043.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-20T19:39:57.083 INFO:teuthology.orchestra.run.smithi043.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-20T19:39:57.083 INFO:teuthology.orchestra.run.smithi043.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-20T19:39:57.083 INFO:teuthology.orchestra.run.smithi043.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-20T19:39:57.083 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-20T19:39:57.083 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-20T19:39:57.084 INFO:teuthology.orchestra.run.smithi043.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-20T19:39:57.084 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-20T19:39:57.084 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-20T19:39:57.084 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-20T19:39:57.084 INFO:teuthology.orchestra.run.smithi043.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-20T19:39:57.084 INFO:teuthology.orchestra.run.smithi043.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-20T19:39:57.084 INFO:teuthology.orchestra.run.smithi043.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-20T19:39:57.084 INFO:teuthology.orchestra.run.smithi043.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-20T19:39:57.084 INFO:teuthology.orchestra.run.smithi043.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-20T19:39:57.084 INFO:teuthology.orchestra.run.smithi043.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-20T19:39:57.084 INFO:teuthology.orchestra.run.smithi043.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-20T19:39:57.084 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:39:57.084 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-09-20T19:39:57.084 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:39:57.085 INFO:teuthology.orchestra.run.smithi043.stdout:Install 37 Packages 2024-09-20T19:39:57.085 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:39:57.085 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 31 M 2024-09-20T19:39:57.085 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 109 M 2024-09-20T19:39:57.085 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-09-20T19:39:57.203 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-20T19:39:57.203 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:39:57.203 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-09-20T19:39:57.203 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:57.204 INFO:teuthology.orchestra.run.smithi203.stdout: libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:39:57.204 INFO:teuthology.orchestra.run.smithi203.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-20T19:39:57.204 INFO:teuthology.orchestra.run.smithi203.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-20T19:39:57.204 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:39:57.204 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:39:57.482 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph 2024-09-20T19:39:57.869 INFO:teuthology.orchestra.run.smithi043.stdout:(1/37): ceph-19.3.0-5127.ge8baca1e.el9.x86_64.r 53 kB/s | 6.6 kB 00:00 2024-09-20T19:39:58.061 INFO:teuthology.orchestra.run.smithi043.stdout:(2/37): ceph-mgr-19.3.0-5127.ge8baca1e.el9.x86_ 4.9 MB/s | 1.5 MB 00:00 2024-09-20T19:39:58.078 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:00:40 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:39:58.112 INFO:teuthology.orchestra.run.smithi043.stdout:(3/37): ceph-mds-19.3.0-5127.ge8baca1e.el9.x86_ 6.5 MB/s | 2.4 MB 00:00 2024-09-20T19:39:58.203 INFO:teuthology.orchestra.run.smithi043.stdout:(4/37): ceph-mgr-modules-core-19.3.0-5127.ge8ba 3.1 MB/s | 293 kB 00:00 2024-09-20T19:39:58.219 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:39:58.222 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:39:58.222 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-09-20T19:39:58.222 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:39:58.222 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-09-20T19:39:58.222 INFO:teuthology.orchestra.run.smithi203.stdout: ceph x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 6.6 k 2024-09-20T19:39:58.222 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-09-20T19:39:58.222 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mds x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 2.4 M 2024-09-20T19:39:58.222 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 1.5 M 2024-09-20T19:39:58.223 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-modules-core noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 293 k 2024-09-20T19:39:58.223 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mon x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 4.8 M 2024-09-20T19:39:58.223 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-osd x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 17 M 2024-09-20T19:39:58.223 INFO:teuthology.orchestra.run.smithi203.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-20T19:39:58.223 INFO:teuthology.orchestra.run.smithi203.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-20T19:39:58.223 INFO:teuthology.orchestra.run.smithi203.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-20T19:39:58.223 INFO:teuthology.orchestra.run.smithi203.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-20T19:39:58.223 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-20T19:39:58.223 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-20T19:39:58.223 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-20T19:39:58.223 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-20T19:39:58.223 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-20T19:39:58.223 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-20T19:39:58.223 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-collections 2024-09-20T19:39:58.224 INFO:teuthology.orchestra.run.smithi203.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-20T19:39:58.224 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-20T19:39:58.224 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-20T19:39:58.224 INFO:teuthology.orchestra.run.smithi203.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-20T19:39:58.225 INFO:teuthology.orchestra.run.smithi203.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-20T19:39:58.225 INFO:teuthology.orchestra.run.smithi203.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-20T19:39:58.225 INFO:teuthology.orchestra.run.smithi203.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-20T19:39:58.225 INFO:teuthology.orchestra.run.smithi203.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-20T19:39:58.226 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-20T19:39:58.226 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-20T19:39:58.226 INFO:teuthology.orchestra.run.smithi203.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-20T19:39:58.226 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-20T19:39:58.226 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-20T19:39:58.226 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-20T19:39:58.226 INFO:teuthology.orchestra.run.smithi203.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-20T19:39:58.226 INFO:teuthology.orchestra.run.smithi203.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-20T19:39:58.226 INFO:teuthology.orchestra.run.smithi203.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-20T19:39:58.226 INFO:teuthology.orchestra.run.smithi203.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-20T19:39:58.226 INFO:teuthology.orchestra.run.smithi203.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-20T19:39:58.226 INFO:teuthology.orchestra.run.smithi203.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-20T19:39:58.226 INFO:teuthology.orchestra.run.smithi203.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-20T19:39:58.227 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:39:58.227 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-09-20T19:39:58.227 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:39:58.227 INFO:teuthology.orchestra.run.smithi203.stdout:Install 37 Packages 2024-09-20T19:39:58.227 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:39:58.227 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 31 M 2024-09-20T19:39:58.227 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 109 M 2024-09-20T19:39:58.228 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-09-20T19:39:58.287 INFO:teuthology.orchestra.run.smithi043.stdout:(5/37): ceph-mon-19.3.0-5127.ge8baca1e.el9.x86_ 11 MB/s | 4.8 MB 00:00 2024-09-20T19:39:58.293 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-20T19:39:58.359 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-20T19:39:58.392 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-20T19:39:58.428 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-20T19:39:58.462 INFO:teuthology.orchestra.run.smithi043.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 981 kB/s | 253 kB 00:00 2024-09-20T19:39:58.500 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-20T19:39:58.544 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-20T19:39:58.585 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-20T19:39:58.654 INFO:teuthology.orchestra.run.smithi043.stdout:(7/37): ceph-osd-19.3.0-5127.ge8baca1e.el9.x86_ 29 MB/s | 17 MB 00:00 2024-09-20T19:39:58.671 INFO:teuthology.orchestra.run.smithi043.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 511 kB/s | 106 kB 00:00 2024-09-20T19:39:58.677 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-20T19:39:58.721 INFO:teuthology.orchestra.run.smithi043.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-09-20T19:39:58.755 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-20T19:39:58.771 INFO:teuthology.orchestra.run.smithi043.stdout:(10/37): python3-cryptography-36.0.1-4.el9.x86_ 2.5 MB/s | 1.2 MB 00:00 2024-09-20T19:39:58.797 INFO:teuthology.orchestra.run.smithi043.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 2.8 MB/s | 215 kB 00:00 2024-09-20T19:39:58.804 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-20T19:39:58.847 INFO:teuthology.orchestra.run.smithi043.stdout:(12/37): python3-pycparser-2.20-6.el9.noarch.rp 704 kB/s | 135 kB 00:00 2024-09-20T19:39:58.847 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-20T19:39:58.877 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-20T19:39:58.912 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-20T19:39:58.931 INFO:teuthology.orchestra.run.smithi043.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2024-09-20T19:39:58.945 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-20T19:39:58.956 INFO:teuthology.orchestra.run.smithi043.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 320 kB/s | 35 kB 00:00 2024-09-20T19:39:58.981 INFO:teuthology.orchestra.run.smithi043.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 936 kB/s | 172 kB 00:00 2024-09-20T19:39:58.986 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-20T19:39:59.007 INFO:teuthology.orchestra.run.smithi043.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 1.0 MB/s | 77 kB 00:00 2024-09-20T19:39:59.029 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-20T19:39:59.032 INFO:teuthology.orchestra.run.smithi043.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 675 kB/s | 51 kB 00:00 2024-09-20T19:39:59.057 INFO:teuthology.orchestra.run.smithi043.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 553 kB/s | 42 kB 00:00 2024-09-20T19:39:59.072 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-20T19:39:59.107 INFO:teuthology.orchestra.run.smithi043.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 3.0 MB/s | 151 kB 00:00 2024-09-20T19:39:59.128 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-20T19:39:59.132 INFO:teuthology.orchestra.run.smithi043.stdout:(20/37): lua-devel-5.4.4-4.el9.x86_64.rpm 177 kB/s | 22 kB 00:00 2024-09-20T19:39:59.166 INFO:teuthology.orchestra.run.smithi043.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 400 kB/s | 43 kB 00:00 2024-09-20T19:39:59.177 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-20T19:39:59.192 INFO:teuthology.orchestra.run.smithi043.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 465 kB/s | 11 kB 00:00 2024-09-20T19:39:59.198 INFO:teuthology.orchestra.run.smithi203.stdout:(1/37): ceph-19.3.0-5127.ge8baca1e.el9.x86_64.r 43 kB/s | 6.6 kB 00:00 2024-09-20T19:39:59.225 INFO:teuthology.orchestra.run.smithi043.stdout:(23/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.5 MB/s | 172 kB 00:00 2024-09-20T19:39:59.251 INFO:teuthology.orchestra.run.smithi043.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 301 kB/s | 18 kB 00:00 2024-09-20T19:39:59.251 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-20T19:39:59.276 INFO:teuthology.orchestra.run.smithi043.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 463 kB/s | 23 kB 00:00 2024-09-20T19:39:59.301 INFO:teuthology.orchestra.run.smithi043.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 388 kB/s | 19 kB 00:00 2024-09-20T19:39:59.326 INFO:teuthology.orchestra.run.smithi043.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 394 kB/s | 20 kB 00:00 2024-09-20T19:39:59.348 INFO:teuthology.orchestra.run.smithi203.stdout:(2/37): ceph-mgr-19.3.0-5127.ge8baca1e.el9.x86_ 5.0 MB/s | 1.5 MB 00:00 2024-09-20T19:39:59.352 INFO:teuthology.orchestra.run.smithi043.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 925 kB/s | 46 kB 00:00 2024-09-20T19:39:59.377 INFO:teuthology.orchestra.run.smithi043.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-20T19:39:59.397 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-20T19:39:59.402 INFO:teuthology.orchestra.run.smithi043.stdout:(30/37): python3-portend-3.1.0-2.el9.noarch.rpm 665 kB/s | 16 kB 00:00 2024-09-20T19:39:59.427 INFO:teuthology.orchestra.run.smithi043.stdout:(31/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.2 MB/s | 358 kB 00:00 2024-09-20T19:39:59.432 INFO:teuthology.orchestra.run.smithi203.stdout:(3/37): ceph-mds-19.3.0-5127.ge8baca1e.el9.x86_ 6.2 MB/s | 2.4 MB 00:00 2024-09-20T19:39:59.444 INFO:teuthology.orchestra.run.smithi043.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.1 MB/s | 90 kB 00:00 2024-09-20T19:39:59.469 INFO:teuthology.orchestra.run.smithi043.stdout:(33/37): python3-pecan-1.4.2-3.el9.noarch.rpm 2.3 MB/s | 272 kB 00:00 2024-09-20T19:39:59.477 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-20T19:39:59.495 INFO:teuthology.orchestra.run.smithi043.stdout:(34/37): python3-tempora-5.0.0-2.el9.noarch.rpm 533 kB/s | 36 kB 00:00 2024-09-20T19:39:59.520 INFO:teuthology.orchestra.run.smithi043.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 805 kB/s | 20 kB 00:00 2024-09-20T19:39:59.524 INFO:teuthology.orchestra.run.smithi203.stdout:(4/37): ceph-mgr-modules-core-19.3.0-5127.ge8ba 3.1 MB/s | 293 kB 00:00 2024-09-20T19:39:59.530 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-20T19:39:59.545 INFO:teuthology.orchestra.run.smithi043.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-09-20T19:39:59.568 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-20T19:39:59.570 INFO:teuthology.orchestra.run.smithi043.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-09-20T19:39:59.574 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:39:59.574 INFO:teuthology.orchestra.run.smithi043.stdout:Total 12 MB/s | 31 MB 00:02 2024-09-20T19:39:59.624 INFO:teuthology.orchestra.run.smithi203.stdout:(5/37): ceph-mon-19.3.0-5127.ge8baca1e.el9.x86_ 11 MB/s | 4.8 MB 00:00 2024-09-20T19:39:59.625 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-20T19:39:59.689 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-20T19:39:59.731 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-09-20T19:39:59.774 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-09-20T19:39:59.774 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-09-20T19:39:59.791 INFO:teuthology.orchestra.run.smithi203.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 949 kB/s | 253 kB 00:00 2024-09-20T19:39:59.875 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-20T19:39:59.922 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-20T19:39:59.967 INFO:teuthology.orchestra.run.smithi203.stdout:(7/37): ceph-osd-19.3.0-5127.ge8baca1e.el9.x86_ 28 MB/s | 17 MB 00:00 2024-09-20T19:39:59.992 INFO:teuthology.orchestra.run.smithi203.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 532 kB/s | 106 kB 00:00 2024-09-20T19:40:00.000 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-20T19:40:00.042 INFO:teuthology.orchestra.run.smithi203.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-09-20T19:40:00.089 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-20T19:40:00.109 INFO:teuthology.orchestra.run.smithi203.stdout:(10/37): python3-cryptography-36.0.1-4.el9.x86_ 2.5 MB/s | 1.2 MB 00:00 2024-09-20T19:40:00.135 INFO:teuthology.orchestra.run.smithi203.stdout:(11/37): python3-pycparser-2.20-6.el9.noarch.rp 807 kB/s | 135 kB 00:00 2024-09-20T19:40:00.136 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-20T19:40:00.168 INFO:teuthology.orchestra.run.smithi203.stdout:(12/37): python3-urllib3-1.26.5-6.el9.noarch.rp 1.7 MB/s | 215 kB 00:00 2024-09-20T19:40:00.263 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-09-20T19:40:00.263 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-09-20T19:40:00.264 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-20T19:40:00.427 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-5127.ge8baca1e.el9. 32/37 2024-09-20T19:40:00.452 INFO:teuthology.orchestra.run.smithi203.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 122 kB/s | 35 kB 00:00 2024-09-20T19:40:00.456 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/37 2024-09-20T19:40:00.495 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/37 2024-09-20T19:40:00.495 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:40:00.495 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-20T19:40:00.495 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-20T19:40:00.495 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-20T19:40:00.495 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:00.652 INFO:teuthology.orchestra.run.smithi203.stdout:(14/37): python3-packaging-20.9-5.el9.noarch.rp 386 kB/s | 77 kB 00:00 2024-09-20T19:40:00.686 INFO:teuthology.orchestra.run.smithi203.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 312 kB/s | 172 kB 00:00 2024-09-20T19:40:00.711 INFO:teuthology.orchestra.run.smithi203.stdout:(16/37): lua-5.4.4-4.el9.x86_64.rpm 313 kB/s | 188 kB 00:00 2024-09-20T19:40:00.762 INFO:teuthology.orchestra.run.smithi203.stdout:(17/37): lua-devel-5.4.4-4.el9.x86_64.rpm 447 kB/s | 22 kB 00:00 2024-09-20T19:40:00.787 INFO:teuthology.orchestra.run.smithi203.stdout:(18/37): python3-pytz-2021.1-5.el9.noarch.rpm 380 kB/s | 51 kB 00:00 2024-09-20T19:40:00.812 INFO:teuthology.orchestra.run.smithi203.stdout:(19/37): python3-toml-0.10.2-6.el9.noarch.rpm 330 kB/s | 42 kB 00:00 2024-09-20T19:40:00.863 INFO:teuthology.orchestra.run.smithi203.stdout:(20/37): luarocks-3.9.2-5.el9.noarch.rpm 1.5 MB/s | 151 kB 00:00 2024-09-20T19:40:00.888 INFO:teuthology.orchestra.run.smithi203.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 432 kB/s | 43 kB 00:00 2024-09-20T19:40:00.913 INFO:teuthology.orchestra.run.smithi203.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 431 kB/s | 11 kB 00:00 2024-09-20T19:40:00.938 INFO:teuthology.orchestra.run.smithi203.stdout:(23/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.5 MB/s | 172 kB 00:00 2024-09-20T19:40:00.963 INFO:teuthology.orchestra.run.smithi203.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 353 kB/s | 18 kB 00:00 2024-09-20T19:40:00.989 INFO:teuthology.orchestra.run.smithi203.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 942 kB/s | 23 kB 00:00 2024-09-20T19:40:01.023 INFO:teuthology.orchestra.run.smithi203.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 335 kB/s | 19 kB 00:00 2024-09-20T19:40:01.048 INFO:teuthology.orchestra.run.smithi203.stdout:(27/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.9 MB/s | 358 kB 00:00 2024-09-20T19:40:01.073 INFO:teuthology.orchestra.run.smithi203.stdout:(28/37): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-09-20T19:40:01.098 INFO:teuthology.orchestra.run.smithi203.stdout:(29/37): python3-logutils-0.3.5-21.el9.noarch.r 614 kB/s | 46 kB 00:00 2024-09-20T19:40:01.124 INFO:teuthology.orchestra.run.smithi203.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-09-20T19:40:01.149 INFO:teuthology.orchestra.run.smithi203.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 326 kB/s | 16 kB 00:00 2024-09-20T19:40:01.174 INFO:teuthology.orchestra.run.smithi203.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-20T19:40:01.200 INFO:teuthology.orchestra.run.smithi203.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-09-20T19:40:01.225 INFO:teuthology.orchestra.run.smithi203.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-09-20T19:40:01.259 INFO:teuthology.orchestra.run.smithi203.stdout:(35/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-09-20T19:40:01.284 INFO:teuthology.orchestra.run.smithi203.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 340 kB/s | 20 kB 00:00 2024-09-20T19:40:01.317 INFO:teuthology.orchestra.run.smithi203.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.6 MB/s | 427 kB 00:00 2024-09-20T19:40:01.322 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:01.323 INFO:teuthology.orchestra.run.smithi203.stdout:Total 9.9 MB/s | 31 MB 00:03 2024-09-20T19:40:01.479 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-09-20T19:40:01.519 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-09-20T19:40:01.520 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-09-20T19:40:01.706 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-09-20T19:40:01.765 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-20T19:40:01.798 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-20T19:40:01.825 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-20T19:40:01.900 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-20T19:40:01.959 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 34/37 2024-09-20T19:40:01.988 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 34/37 2024-09-20T19:40:01.988 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:40:01.988 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-20T19:40:01.989 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-20T19:40:01.989 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-20T19:40:01.989 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:01.999 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-09-20T19:40:01.999 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-09-20T19:40:02.067 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-20T19:40:02.099 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-20T19:40:02.195 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-20T19:40:02.272 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-20T19:40:02.319 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-20T19:40:02.354 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-20T19:40:02.383 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-20T19:40:02.417 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-20T19:40:02.444 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 35/37 2024-09-20T19:40:02.459 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-20T19:40:02.467 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 35/37 2024-09-20T19:40:02.467 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:40:02.467 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-20T19:40:02.467 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-20T19:40:02.468 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-20T19:40:02.468 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:02.500 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-20T19:40:02.544 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-20T19:40:02.577 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-20T19:40:02.627 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-20T19:40:02.666 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-20T19:40:02.694 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 36/37 2024-09-20T19:40:02.718 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 36/37 2024-09-20T19:40:02.718 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:40:02.718 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-20T19:40:02.718 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-20T19:40:02.718 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-20T19:40:02.718 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:02.743 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-20T19:40:02.782 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 37/37 2024-09-20T19:40:02.897 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-20T19:40:02.979 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-20T19:40:03.039 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-20T19:40:03.077 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-20T19:40:03.135 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-20T19:40:03.199 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-20T19:40:03.300 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-09-20T19:40:03.379 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-20T19:40:03.396 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-20T19:40:03.421 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-20T19:40:03.447 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-20T19:40:03.456 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-20T19:40:03.527 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-20T19:40:03.528 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-20T19:40:03.580 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-20T19:40:03.614 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-20T19:40:03.627 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-20T19:40:03.674 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-20T19:40:03.704 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-20T19:40:03.784 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-20T19:40:03.815 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-20T19:40:03.833 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-20T19:40:03.876 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-20T19:40:03.906 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-20T19:40:03.941 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-20T19:40:03.975 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-20T19:40:03.984 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-5127.ge8baca1e.el9. 32/37 2024-09-20T19:40:04.014 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/37 2024-09-20T19:40:04.032 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-20T19:40:04.053 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/37 2024-09-20T19:40:04.053 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:40:04.053 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-20T19:40:04.053 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-20T19:40:04.053 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-20T19:40:04.053 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:04.075 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-20T19:40:04.110 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-20T19:40:04.158 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-20T19:40:04.190 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-20T19:40:04.263 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-20T19:40:04.410 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-20T19:40:04.499 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-20T19:40:04.552 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-20T19:40:04.591 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-20T19:40:04.640 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-20T19:40:04.695 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-20T19:40:04.766 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 37/37 2024-09-20T19:40:04.766 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/37 2024-09-20T19:40:04.766 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/37 2024-09-20T19:40:04.766 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/37 2024-09-20T19:40:04.766 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/37 2024-09-20T19:40:04.767 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 5/37 2024-09-20T19:40:04.767 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-5127.ge8baca1e.el9. 6/37 2024-09-20T19:40:04.767 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-20T19:40:04.767 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-20T19:40:04.767 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-20T19:40:04.767 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-20T19:40:04.767 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-20T19:40:04.767 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-20T19:40:04.767 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-20T19:40:04.767 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-20T19:40:04.767 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-20T19:40:04.767 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-20T19:40:04.767 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-20T19:40:04.768 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-20T19:40:04.768 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-20T19:40:04.768 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-20T19:40:04.768 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-20T19:40:04.768 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-20T19:40:04.768 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-20T19:40:04.768 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-20T19:40:04.768 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-20T19:40:04.768 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-20T19:40:04.768 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-20T19:40:04.769 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-20T19:40:04.769 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-20T19:40:04.769 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-20T19:40:04.769 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-20T19:40:04.769 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-20T19:40:04.770 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-20T19:40:04.770 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-20T19:40:04.770 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-20T19:40:04.770 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-20T19:40:04.884 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-20T19:40:04.937 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-20T19:40:05.024 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-20T19:40:05.112 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-20T19:40:05.310 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-20T19:40:05.440 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-20T19:40:05.601 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-5127.ge8baca1e.el9. 32/37 2024-09-20T19:40:05.607 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 34/37 2024-09-20T19:40:05.622 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/37 2024-09-20T19:40:05.636 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 34/37 2024-09-20T19:40:05.636 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:40:05.636 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-20T19:40:05.636 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-20T19:40:05.636 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-20T19:40:05.636 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:05.649 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/37 2024-09-20T19:40:05.649 INFO:teuthology.orchestra.run.smithi203.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:40:05.649 INFO:teuthology.orchestra.run.smithi203.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-20T19:40:05.650 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-20T19:40:05.650 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-20T19:40:05.650 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:05.804 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-20T19:40:05.804 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:05.804 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-20T19:40:05.804 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:05.804 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:05.804 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:05.804 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-modules-core-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:05.804 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:05.805 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:05.805 INFO:teuthology.orchestra.run.smithi104.stdout: lua-5.4.4-4.el9.x86_64 2024-09-20T19:40:05.805 INFO:teuthology.orchestra.run.smithi104.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-20T19:40:05.805 INFO:teuthology.orchestra.run.smithi104.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-20T19:40:05.805 INFO:teuthology.orchestra.run.smithi104.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-20T19:40:05.805 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-20T19:40:05.805 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-20T19:40:05.805 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-20T19:40:05.805 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-20T19:40:05.805 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-20T19:40:05.805 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-20T19:40:05.805 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-20T19:40:05.805 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-20T19:40:05.805 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-20T19:40:05.806 INFO:teuthology.orchestra.run.smithi104.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-20T19:40:05.806 INFO:teuthology.orchestra.run.smithi104.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-20T19:40:05.806 INFO:teuthology.orchestra.run.smithi104.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-20T19:40:05.806 INFO:teuthology.orchestra.run.smithi104.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-20T19:40:05.806 INFO:teuthology.orchestra.run.smithi104.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-20T19:40:05.806 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-20T19:40:05.806 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ply-3.11-14.el9.noarch 2024-09-20T19:40:05.806 INFO:teuthology.orchestra.run.smithi104.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-20T19:40:05.806 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-20T19:40:05.806 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-20T19:40:05.806 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-20T19:40:05.806 INFO:teuthology.orchestra.run.smithi104.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-20T19:40:05.806 INFO:teuthology.orchestra.run.smithi104.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-20T19:40:05.806 INFO:teuthology.orchestra.run.smithi104.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-20T19:40:05.807 INFO:teuthology.orchestra.run.smithi104.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-20T19:40:05.807 INFO:teuthology.orchestra.run.smithi104.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-20T19:40:05.807 INFO:teuthology.orchestra.run.smithi104.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-20T19:40:05.807 INFO:teuthology.orchestra.run.smithi104.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-20T19:40:05.807 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:05.807 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:40:06.107 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 35/37 2024-09-20T19:40:06.133 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 35/37 2024-09-20T19:40:06.133 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:40:06.133 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-20T19:40:06.134 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-20T19:40:06.134 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-20T19:40:06.134 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:06.173 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-base 2024-09-20T19:40:06.375 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 36/37 2024-09-20T19:40:06.400 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 36/37 2024-09-20T19:40:06.400 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:40:06.400 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-20T19:40:06.400 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-20T19:40:06.401 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-20T19:40:06.401 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:06.466 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 37/37 2024-09-20T19:40:06.759 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:51 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:40:06.848 INFO:teuthology.orchestra.run.smithi104.stdout:Package ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:40:06.891 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:40:06.892 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-09-20T19:40:06.892 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:40:06.968 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install cephadm 2024-09-20T19:40:07.124 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 34/37 2024-09-20T19:40:07.152 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 34/37 2024-09-20T19:40:07.152 INFO:teuthology.orchestra.run.smithi203.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:40:07.152 INFO:teuthology.orchestra.run.smithi203.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-20T19:40:07.152 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-20T19:40:07.153 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-20T19:40:07.153 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:07.547 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:52 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:40:07.608 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 35/37 2024-09-20T19:40:07.632 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 35/37 2024-09-20T19:40:07.632 INFO:teuthology.orchestra.run.smithi203.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:40:07.632 INFO:teuthology.orchestra.run.smithi203.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-20T19:40:07.632 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-20T19:40:07.633 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-20T19:40:07.633 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:07.680 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:40:07.680 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:07.680 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-09-20T19:40:07.680 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:07.680 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-20T19:40:07.681 INFO:teuthology.orchestra.run.smithi104.stdout: cephadm noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 784 k 2024-09-20T19:40:07.681 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:07.681 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-20T19:40:07.681 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:07.681 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-09-20T19:40:07.681 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:07.681 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 784 k 2024-09-20T19:40:07.682 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 791 k 2024-09-20T19:40:07.682 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-20T19:40:07.858 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 36/37 2024-09-20T19:40:07.883 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 36/37 2024-09-20T19:40:07.883 INFO:teuthology.orchestra.run.smithi203.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:40:07.883 INFO:teuthology.orchestra.run.smithi203.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-20T19:40:07.883 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-20T19:40:07.883 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-20T19:40:07.883 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:07.947 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 37/37 2024-09-20T19:40:07.968 INFO:teuthology.orchestra.run.smithi104.stdout:cephadm-19.3.0-5127.ge8baca1e.el9.noarch.rpm 2.7 MB/s | 784 kB 00:00 2024-09-20T19:40:07.968 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:07.968 INFO:teuthology.orchestra.run.smithi104.stdout:Total 2.7 MB/s | 784 kB 00:00 2024-09-20T19:40:07.969 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-20T19:40:07.974 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-20T19:40:07.974 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-20T19:40:07.980 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-20T19:40:07.980 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-20T19:40:08.017 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 37/37 2024-09-20T19:40:08.017 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/37 2024-09-20T19:40:08.017 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/37 2024-09-20T19:40:08.017 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/37 2024-09-20T19:40:08.018 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/37 2024-09-20T19:40:08.018 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 5/37 2024-09-20T19:40:08.018 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-5127.ge8baca1e.el9. 6/37 2024-09-20T19:40:08.018 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-20T19:40:08.018 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-20T19:40:08.018 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-20T19:40:08.018 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-20T19:40:08.018 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-20T19:40:08.018 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-20T19:40:08.018 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-20T19:40:08.018 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-20T19:40:08.018 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-20T19:40:08.018 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-20T19:40:08.018 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-20T19:40:08.019 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-20T19:40:08.019 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-20T19:40:08.019 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-20T19:40:08.019 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-20T19:40:08.019 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-20T19:40:08.019 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-20T19:40:08.019 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-20T19:40:08.019 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-20T19:40:08.019 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-20T19:40:08.019 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-20T19:40:08.020 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-20T19:40:08.020 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-20T19:40:08.020 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-20T19:40:08.020 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-20T19:40:08.021 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-20T19:40:08.021 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-20T19:40:08.021 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-20T19:40:08.021 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-20T19:40:08.021 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-20T19:40:08.052 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-20T19:40:08.512 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:08.596 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:08.990 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:09.071 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-20T19:40:09.071 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:09.071 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-09-20T19:40:09.071 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:09.071 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:09.071 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:09.071 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-modules-core-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:09.071 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:09.072 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:09.072 INFO:teuthology.orchestra.run.smithi043.stdout: lua-5.4.4-4.el9.x86_64 2024-09-20T19:40:09.072 INFO:teuthology.orchestra.run.smithi043.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-20T19:40:09.072 INFO:teuthology.orchestra.run.smithi043.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-20T19:40:09.072 INFO:teuthology.orchestra.run.smithi043.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-20T19:40:09.072 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-20T19:40:09.072 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-20T19:40:09.072 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-20T19:40:09.072 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-20T19:40:09.072 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-20T19:40:09.072 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-20T19:40:09.072 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-20T19:40:09.073 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-20T19:40:09.073 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-20T19:40:09.073 INFO:teuthology.orchestra.run.smithi043.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-20T19:40:09.073 INFO:teuthology.orchestra.run.smithi043.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-20T19:40:09.073 INFO:teuthology.orchestra.run.smithi043.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-20T19:40:09.073 INFO:teuthology.orchestra.run.smithi043.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-20T19:40:09.073 INFO:teuthology.orchestra.run.smithi043.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-20T19:40:09.073 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-20T19:40:09.073 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ply-3.11-14.el9.noarch 2024-09-20T19:40:09.073 INFO:teuthology.orchestra.run.smithi043.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-20T19:40:09.073 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-20T19:40:09.073 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-20T19:40:09.073 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-20T19:40:09.073 INFO:teuthology.orchestra.run.smithi043.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-20T19:40:09.074 INFO:teuthology.orchestra.run.smithi043.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-20T19:40:09.074 INFO:teuthology.orchestra.run.smithi043.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-20T19:40:09.074 INFO:teuthology.orchestra.run.smithi043.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-20T19:40:09.074 INFO:teuthology.orchestra.run.smithi043.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-20T19:40:09.074 INFO:teuthology.orchestra.run.smithi043.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-20T19:40:09.074 INFO:teuthology.orchestra.run.smithi043.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-20T19:40:09.074 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:09.074 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:40:09.239 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:09.239 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:09.239 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-20T19:40:09.239 INFO:teuthology.orchestra.run.smithi104.stdout: cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:09.239 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:09.239 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:40:09.453 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-immutable-object-cache 2024-09-20T19:40:09.454 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-base 2024-09-20T19:40:09.687 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 37/37 2024-09-20T19:40:09.687 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/37 2024-09-20T19:40:09.688 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/37 2024-09-20T19:40:09.688 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/37 2024-09-20T19:40:09.688 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/37 2024-09-20T19:40:09.688 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 5/37 2024-09-20T19:40:09.688 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-5127.ge8baca1e.el9. 6/37 2024-09-20T19:40:09.688 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-20T19:40:09.688 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-20T19:40:09.688 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-20T19:40:09.688 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-20T19:40:09.688 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-20T19:40:09.688 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-20T19:40:09.688 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-20T19:40:09.688 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-20T19:40:09.688 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-20T19:40:09.689 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-20T19:40:09.689 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-20T19:40:09.689 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-20T19:40:09.689 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-20T19:40:09.689 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-20T19:40:09.689 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-20T19:40:09.689 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-20T19:40:09.689 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-20T19:40:09.689 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-20T19:40:09.689 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-20T19:40:09.689 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-20T19:40:09.689 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-20T19:40:09.690 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-20T19:40:09.691 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-20T19:40:09.691 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-20T19:40:09.691 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-20T19:40:09.691 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-20T19:40:09.691 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-20T19:40:09.691 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-20T19:40:09.691 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-20T19:40:09.691 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-20T19:40:10.037 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:55 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:40:10.066 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:53 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:40:10.159 INFO:teuthology.orchestra.run.smithi043.stdout:Package ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:40:10.171 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:40:10.172 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:10.172 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repo Size 2024-09-20T19:40:10.172 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:10.172 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-20T19:40:10.173 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 145 k 2024-09-20T19:40:10.173 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:10.173 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-20T19:40:10.173 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:10.173 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-09-20T19:40:10.173 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:10.173 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 145 k 2024-09-20T19:40:10.173 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 432 k 2024-09-20T19:40:10.173 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-20T19:40:10.204 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:40:10.205 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-09-20T19:40:10.206 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:40:10.274 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install cephadm 2024-09-20T19:40:10.358 INFO:teuthology.orchestra.run.smithi104.stdout:ceph-immutable-object-cache-19.3.0-5127.ge8baca 788 kB/s | 145 kB 00:00 2024-09-20T19:40:10.413 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:10.414 INFO:teuthology.orchestra.run.smithi104.stdout:Total 781 kB/s | 145 kB 00:00 2024-09-20T19:40:10.414 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-20T19:40:10.414 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-20T19:40:10.414 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-20T19:40:10.423 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-20T19:40:10.423 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-20T19:40:10.571 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-20T19:40:10.658 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e. 1/1 2024-09-20T19:40:10.682 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e. 1/1 2024-09-20T19:40:10.682 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:40:10.682 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-20T19:40:10.682 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:10.747 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-20T19:40:10.747 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:10.747 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-09-20T19:40:10.747 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:10.747 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:10.747 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:10.748 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-modules-core-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:10.748 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:10.748 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:10.748 INFO:teuthology.orchestra.run.smithi203.stdout: lua-5.4.4-4.el9.x86_64 2024-09-20T19:40:10.748 INFO:teuthology.orchestra.run.smithi203.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-20T19:40:10.748 INFO:teuthology.orchestra.run.smithi203.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-20T19:40:10.748 INFO:teuthology.orchestra.run.smithi203.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-20T19:40:10.748 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-20T19:40:10.748 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-20T19:40:10.748 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-20T19:40:10.748 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-20T19:40:10.748 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-20T19:40:10.748 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-20T19:40:10.748 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-20T19:40:10.749 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-20T19:40:10.749 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-20T19:40:10.749 INFO:teuthology.orchestra.run.smithi203.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-20T19:40:10.749 INFO:teuthology.orchestra.run.smithi203.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-20T19:40:10.749 INFO:teuthology.orchestra.run.smithi203.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-20T19:40:10.749 INFO:teuthology.orchestra.run.smithi203.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-20T19:40:10.749 INFO:teuthology.orchestra.run.smithi203.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-20T19:40:10.749 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-20T19:40:10.749 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ply-3.11-14.el9.noarch 2024-09-20T19:40:10.749 INFO:teuthology.orchestra.run.smithi203.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-20T19:40:10.749 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-20T19:40:10.749 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-20T19:40:10.749 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-20T19:40:10.749 INFO:teuthology.orchestra.run.smithi203.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-20T19:40:10.750 INFO:teuthology.orchestra.run.smithi203.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-20T19:40:10.750 INFO:teuthology.orchestra.run.smithi203.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-20T19:40:10.750 INFO:teuthology.orchestra.run.smithi203.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-20T19:40:10.750 INFO:teuthology.orchestra.run.smithi203.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-20T19:40:10.750 INFO:teuthology.orchestra.run.smithi203.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-20T19:40:10.750 INFO:teuthology.orchestra.run.smithi203.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-20T19:40:10.750 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:10.750 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:40:10.872 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:53 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:40:11.008 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:40:11.009 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:11.009 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-09-20T19:40:11.009 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:11.009 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-09-20T19:40:11.009 INFO:teuthology.orchestra.run.smithi043.stdout: cephadm noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 784 k 2024-09-20T19:40:11.010 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:11.010 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-09-20T19:40:11.010 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:11.010 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-09-20T19:40:11.010 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:11.010 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 784 k 2024-09-20T19:40:11.010 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 791 k 2024-09-20T19:40:11.010 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-09-20T19:40:11.169 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-base 2024-09-20T19:40:11.274 INFO:teuthology.orchestra.run.smithi043.stdout:cephadm-19.3.0-5127.ge8baca1e.el9.noarch.rpm 2.9 MB/s | 784 kB 00:00 2024-09-20T19:40:11.274 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:11.275 INFO:teuthology.orchestra.run.smithi043.stdout:Total 2.9 MB/s | 784 kB 00:00 2024-09-20T19:40:11.275 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-09-20T19:40:11.281 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-09-20T19:40:11.281 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-09-20T19:40:11.287 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-09-20T19:40:11.287 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-09-20T19:40:11.363 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-09-20T19:40:11.646 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e. 1/1 2024-09-20T19:40:11.646 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:11.646 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-20T19:40:11.646 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:11.647 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:11.647 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:40:11.764 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:00:53 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:40:11.853 INFO:teuthology.orchestra.run.smithi203.stdout:Package ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:40:11.855 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:11.859 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-mgr 2024-09-20T19:40:11.895 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:40:11.897 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-09-20T19:40:11.897 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:40:11.947 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:11.964 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install cephadm 2024-09-20T19:40:12.428 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:12.450 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:57 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:40:12.545 INFO:teuthology.orchestra.run.smithi104.stdout:Package ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:40:12.547 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:00:54 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:40:12.588 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:40:12.589 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-09-20T19:40:12.589 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:40:12.659 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-mgr-dashboard 2024-09-20T19:40:12.680 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:40:12.680 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:12.680 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-09-20T19:40:12.681 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:12.681 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-09-20T19:40:12.681 INFO:teuthology.orchestra.run.smithi203.stdout: cephadm noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 784 k 2024-09-20T19:40:12.681 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:12.681 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-09-20T19:40:12.681 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:12.681 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-09-20T19:40:12.681 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:12.682 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 784 k 2024-09-20T19:40:12.682 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 791 k 2024-09-20T19:40:12.682 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-09-20T19:40:12.693 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:12.693 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:12.693 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-09-20T19:40:12.693 INFO:teuthology.orchestra.run.smithi043.stdout: cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:12.693 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:12.693 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:40:12.901 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-immutable-object-cache 2024-09-20T19:40:12.960 INFO:teuthology.orchestra.run.smithi203.stdout:cephadm-19.3.0-5127.ge8baca1e.el9.noarch.rpm 2.8 MB/s | 784 kB 00:00 2024-09-20T19:40:12.961 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:12.961 INFO:teuthology.orchestra.run.smithi203.stdout:Total 2.7 MB/s | 784 kB 00:00 2024-09-20T19:40:12.962 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-09-20T19:40:12.966 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-09-20T19:40:12.967 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-09-20T19:40:12.972 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-09-20T19:40:12.974 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-09-20T19:40:13.044 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-09-20T19:40:13.239 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:58 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:40:13.371 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:40:13.372 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-09-20T19:40:13.373 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:13.373 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-20T19:40:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-dashboard noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 14 M 2024-09-20T19:40:13.373 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-09-20T19:40:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-20T19:40:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-grafana-dashboards noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 34 k 2024-09-20T19:40:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-prometheus-alerts noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 16 k 2024-09-20T19:40:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-20T19:40:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-20T19:40:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-20T19:40:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-20T19:40:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-20T19:40:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-20T19:40:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-20T19:40:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-20T19:40:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:13.374 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-20T19:40:13.374 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:13.374 INFO:teuthology.orchestra.run.smithi104.stdout:Install 12 Packages 2024-09-20T19:40:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:13.375 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 19 M 2024-09-20T19:40:13.375 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 159 M 2024-09-20T19:40:13.375 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-20T19:40:13.506 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:13.514 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:56 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:40:13.606 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:13.653 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:40:13.654 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:13.654 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repo Size 2024-09-20T19:40:13.654 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:13.654 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-09-20T19:40:13.654 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 145 k 2024-09-20T19:40:13.654 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:13.654 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-09-20T19:40:13.655 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:13.655 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-09-20T19:40:13.655 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:13.655 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 145 k 2024-09-20T19:40:13.655 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 432 k 2024-09-20T19:40:13.655 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-09-20T19:40:13.777 INFO:teuthology.orchestra.run.smithi104.stdout:(1/12): ceph-grafana-dashboards-19.3.0-5127.ge8 217 kB/s | 34 kB 00:00 2024-09-20T19:40:13.802 INFO:teuthology.orchestra.run.smithi104.stdout:(2/12): ceph-prometheus-alerts-19.3.0-5127.ge8b 90 kB/s | 16 kB 00:00 2024-09-20T19:40:13.863 INFO:teuthology.orchestra.run.smithi043.stdout:ceph-immutable-object-cache-19.3.0-5127.ge8baca 697 kB/s | 145 kB 00:00 2024-09-20T19:40:13.863 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:13.864 INFO:teuthology.orchestra.run.smithi043.stdout:Total 692 kB/s | 145 kB 00:00 2024-09-20T19:40:13.864 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-09-20T19:40:13.872 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-09-20T19:40:13.872 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-09-20T19:40:13.933 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-09-20T19:40:13.934 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-09-20T19:40:13.969 INFO:teuthology.orchestra.run.smithi104.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 269 kB 00:00 2024-09-20T19:40:14.019 INFO:teuthology.orchestra.run.smithi104.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.2 MB/s | 1.0 MB 00:00 2024-09-20T19:40:14.020 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:14.069 INFO:teuthology.orchestra.run.smithi104.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 11 MB/s | 548 kB 00:00 2024-09-20T19:40:14.086 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-09-20T19:40:14.094 INFO:teuthology.orchestra.run.smithi104.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 777 kB/s | 19 kB 00:00 2024-09-20T19:40:14.153 INFO:teuthology.orchestra.run.smithi104.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 35 MB/s | 2.0 MB 00:00 2024-09-20T19:40:14.155 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e. 1/1 2024-09-20T19:40:14.170 INFO:teuthology.orchestra.run.smithi104.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 8.5 MB/s | 144 kB 00:00 2024-09-20T19:40:14.182 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e. 1/1 2024-09-20T19:40:14.182 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:40:14.182 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-20T19:40:14.182 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:14.195 INFO:teuthology.orchestra.run.smithi104.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-20T19:40:14.221 INFO:teuthology.orchestra.run.smithi104.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.4 MB/s | 188 kB 00:00 2024-09-20T19:40:14.272 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:14.272 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:14.272 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-09-20T19:40:14.272 INFO:teuthology.orchestra.run.smithi203.stdout: cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:14.272 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:14.273 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:40:14.295 INFO:teuthology.orchestra.run.smithi104.stdout:(11/12): protobuf-compiler-3.14.0-13.el9.x86_64 2.6 MB/s | 863 kB 00:00 2024-09-20T19:40:14.476 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-immutable-object-cache 2024-09-20T19:40:15.071 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:00:57 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:40:15.082 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e. 1/1 2024-09-20T19:40:15.082 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:15.082 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-09-20T19:40:15.083 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:15.083 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:15.083 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:40:15.207 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:40:15.207 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:15.208 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repo Size 2024-09-20T19:40:15.208 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:15.208 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-09-20T19:40:15.208 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 145 k 2024-09-20T19:40:15.208 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:15.208 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-09-20T19:40:15.208 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:15.208 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-09-20T19:40:15.208 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:15.209 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 145 k 2024-09-20T19:40:15.209 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 432 k 2024-09-20T19:40:15.209 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-09-20T19:40:15.283 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-mgr 2024-09-20T19:40:15.418 INFO:teuthology.orchestra.run.smithi203.stdout:ceph-immutable-object-cache-19.3.0-5127.ge8baca 691 kB/s | 145 kB 00:00 2024-09-20T19:40:15.419 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:15.419 INFO:teuthology.orchestra.run.smithi203.stdout:Total 686 kB/s | 145 kB 00:00 2024-09-20T19:40:15.419 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-09-20T19:40:15.427 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-09-20T19:40:15.427 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-09-20T19:40:15.485 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-09-20T19:40:15.485 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-09-20T19:40:15.629 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-09-20T19:40:15.686 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e. 1/1 2024-09-20T19:40:15.711 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e. 1/1 2024-09-20T19:40:15.712 INFO:teuthology.orchestra.run.smithi203.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:40:15.712 INFO:teuthology.orchestra.run.smithi203.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-20T19:40:15.712 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:15.897 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:58 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:40:15.989 INFO:teuthology.orchestra.run.smithi043.stdout:Package ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:40:16.034 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:40:16.035 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-09-20T19:40:16.035 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:40:16.106 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-mgr-dashboard 2024-09-20T19:40:16.637 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e. 1/1 2024-09-20T19:40:16.637 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:16.637 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-09-20T19:40:16.637 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:16.637 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:16.637 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:40:16.645 INFO:teuthology.orchestra.run.smithi104.stdout:(12/12): ceph-mgr-dashboard-19.3.0-5127.ge8baca 4.7 MB/s | 14 MB 00:03 2024-09-20T19:40:16.649 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:16.649 INFO:teuthology.orchestra.run.smithi104.stdout:Total 5.9 MB/s | 19 MB 00:03 2024-09-20T19:40:16.702 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-20T19:40:16.709 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:59 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:40:16.722 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-20T19:40:16.722 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-20T19:40:16.847 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:40:16.849 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:16.849 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-09-20T19:40:16.849 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:16.849 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-09-20T19:40:16.849 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-dashboard noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 14 M 2024-09-20T19:40:16.849 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-09-20T19:40:16.849 INFO:teuthology.orchestra.run.smithi043.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-20T19:40:16.849 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-grafana-dashboards noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 34 k 2024-09-20T19:40:16.849 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-prometheus-alerts noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 16 k 2024-09-20T19:40:16.849 INFO:teuthology.orchestra.run.smithi043.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-20T19:40:16.849 INFO:teuthology.orchestra.run.smithi043.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-20T19:40:16.849 INFO:teuthology.orchestra.run.smithi043.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-20T19:40:16.849 INFO:teuthology.orchestra.run.smithi043.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-20T19:40:16.850 INFO:teuthology.orchestra.run.smithi043.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-20T19:40:16.850 INFO:teuthology.orchestra.run.smithi043.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-20T19:40:16.850 INFO:teuthology.orchestra.run.smithi043.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-20T19:40:16.850 INFO:teuthology.orchestra.run.smithi043.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-20T19:40:16.850 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:16.850 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-09-20T19:40:16.850 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:16.850 INFO:teuthology.orchestra.run.smithi043.stdout:Install 12 Packages 2024-09-20T19:40:16.850 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:16.851 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 19 M 2024-09-20T19:40:16.851 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 159 M 2024-09-20T19:40:16.851 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-09-20T19:40:16.872 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-mgr 2024-09-20T19:40:17.015 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-20T19:40:17.015 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-20T19:40:17.116 INFO:teuthology.orchestra.run.smithi043.stdout:(1/12): ceph-grafana-dashboards-19.3.0-5127.ge8 243 kB/s | 34 kB 00:00 2024-09-20T19:40:17.141 INFO:teuthology.orchestra.run.smithi043.stdout:(2/12): ceph-prometheus-alerts-19.3.0-5127.ge8b 99 kB/s | 16 kB 00:00 2024-09-20T19:40:17.259 INFO:teuthology.orchestra.run.smithi043.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.3 MB/s | 269 kB 00:00 2024-09-20T19:40:17.384 INFO:teuthology.orchestra.run.smithi043.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.8 MB/s | 1.0 MB 00:00 2024-09-20T19:40:17.434 INFO:teuthology.orchestra.run.smithi043.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 11 MB/s | 548 kB 00:00 2024-09-20T19:40:17.451 INFO:teuthology.orchestra.run.smithi043.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 1.1 MB/s | 19 kB 00:00 2024-09-20T19:40:17.469 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:00:59 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:40:17.493 INFO:teuthology.orchestra.run.smithi043.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.6 MB/s | 863 kB 00:00 2024-09-20T19:40:17.543 INFO:teuthology.orchestra.run.smithi043.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.8 MB/s | 144 kB 00:00 2024-09-20T19:40:17.562 INFO:teuthology.orchestra.run.smithi203.stdout:Package ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:40:17.568 INFO:teuthology.orchestra.run.smithi043.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-20T19:40:17.594 INFO:teuthology.orchestra.run.smithi043.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.3 MB/s | 188 kB 00:00 2024-09-20T19:40:17.606 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:40:17.607 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-20T19:40:17.607 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-09-20T19:40:17.607 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:40:17.680 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-mgr-dashboard 2024-09-20T19:40:17.688 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-20T19:40:17.731 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-20T19:40:17.736 INFO:teuthology.orchestra.run.smithi043.stdout:(11/12): ceph-mgr-dashboard-19.3.0-5127.ge8baca 19 MB/s | 14 MB 00:00 2024-09-20T19:40:17.778 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-20T19:40:17.786 INFO:teuthology.orchestra.run.smithi043.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 6.1 MB/s | 2.0 MB 00:00 2024-09-20T19:40:17.790 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:17.790 INFO:teuthology.orchestra.run.smithi043.stdout:Total 21 MB/s | 19 MB 00:00 2024-09-20T19:40:17.808 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-20T19:40:17.840 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-09-20T19:40:17.860 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-09-20T19:40:17.860 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-09-20T19:40:17.917 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-20T19:40:18.042 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-20T19:40:18.128 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-20T19:40:18.150 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-09-20T19:40:18.151 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-09-20T19:40:18.179 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-20T19:40:18.208 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-20T19:40:18.240 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-5127.ge8baca1e.el9 10/12 2024-09-20T19:40:18.253 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:00 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:40:18.385 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:40:18.387 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:18.387 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-09-20T19:40:18.387 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:18.387 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-09-20T19:40:18.387 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-dashboard noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 14 M 2024-09-20T19:40:18.387 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-09-20T19:40:18.387 INFO:teuthology.orchestra.run.smithi203.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-20T19:40:18.387 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-grafana-dashboards noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 34 k 2024-09-20T19:40:18.387 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-prometheus-alerts noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 16 k 2024-09-20T19:40:18.387 INFO:teuthology.orchestra.run.smithi203.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-20T19:40:18.388 INFO:teuthology.orchestra.run.smithi203.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-20T19:40:18.388 INFO:teuthology.orchestra.run.smithi203.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-20T19:40:18.388 INFO:teuthology.orchestra.run.smithi203.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-20T19:40:18.388 INFO:teuthology.orchestra.run.smithi203.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-20T19:40:18.388 INFO:teuthology.orchestra.run.smithi203.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-20T19:40:18.388 INFO:teuthology.orchestra.run.smithi203.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-20T19:40:18.388 INFO:teuthology.orchestra.run.smithi203.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-20T19:40:18.388 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:18.388 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-09-20T19:40:18.388 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:18.388 INFO:teuthology.orchestra.run.smithi203.stdout:Install 12 Packages 2024-09-20T19:40:18.388 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:18.389 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 19 M 2024-09-20T19:40:18.389 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 159 M 2024-09-20T19:40:18.389 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-09-20T19:40:18.767 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-09-20T19:40:18.854 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-20T19:40:18.897 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-20T19:40:18.923 INFO:teuthology.orchestra.run.smithi203.stdout:(1/12): ceph-grafana-dashboards-19.3.0-5127.ge8 224 kB/s | 34 kB 00:00 2024-09-20T19:40:18.940 INFO:teuthology.orchestra.run.smithi203.stdout:(2/12): ceph-prometheus-alerts-19.3.0-5127.ge8b 97 kB/s | 16 kB 00:00 2024-09-20T19:40:18.945 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-20T19:40:18.974 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-20T19:40:19.083 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-20T19:40:19.174 INFO:teuthology.orchestra.run.smithi203.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.1 MB/s | 269 kB 00:00 2024-09-20T19:40:19.215 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-20T19:40:19.307 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-20T19:40:19.325 INFO:teuthology.orchestra.run.smithi203.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.5 MB/s | 1.0 MB 00:00 2024-09-20T19:40:19.349 INFO:teuthology.orchestra.run.smithi203.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.8 MB/s | 863 kB 00:00 2024-09-20T19:40:19.355 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-20T19:40:19.382 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-20T19:40:19.415 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-5127.ge8baca1e.el9 10/12 2024-09-20T19:40:19.517 INFO:teuthology.orchestra.run.smithi203.stdout:(6/12): ceph-mgr-dashboard-19.3.0-5127.ge8baca1 19 MB/s | 14 MB 00:00 2024-09-20T19:40:19.542 INFO:teuthology.orchestra.run.smithi203.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 101 kB/s | 19 kB 00:00 2024-09-20T19:40:19.567 INFO:teuthology.orchestra.run.smithi203.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.2 MB/s | 548 kB 00:00 2024-09-20T19:40:19.593 INFO:teuthology.orchestra.run.smithi203.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-20T19:40:19.618 INFO:teuthology.orchestra.run.smithi203.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 1.9 MB/s | 144 kB 00:00 2024-09-20T19:40:19.651 INFO:teuthology.orchestra.run.smithi203.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.1 MB/s | 188 kB 00:00 2024-09-20T19:40:19.718 INFO:teuthology.orchestra.run.smithi203.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 10 MB/s | 2.0 MB 00:00 2024-09-20T19:40:19.722 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:19.722 INFO:teuthology.orchestra.run.smithi203.stdout:Total 14 MB/s | 19 MB 00:01 2024-09-20T19:40:19.770 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-09-20T19:40:19.789 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-09-20T19:40:19.789 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-09-20T19:40:20.079 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-09-20T19:40:20.079 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-09-20T19:40:20.673 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-09-20T19:40:20.752 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-20T19:40:20.796 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-20T19:40:20.844 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-20T19:40:20.882 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-20T19:40:20.982 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-20T19:40:21.116 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-20T19:40:21.210 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-20T19:40:21.262 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-20T19:40:21.291 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-20T19:40:21.340 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-5127.ge8baca1e.el9 10/12 2024-09-20T19:40:21.402 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-5127.ge8baca1e.el 11/12 2024-09-20T19:40:21.453 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noa 12/12 2024-09-20T19:40:22.822 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-5127.ge8baca1e.el 11/12 2024-09-20T19:40:22.877 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noa 12/12 2024-09-20T19:40:23.351 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noa 12/12 2024-09-20T19:40:23.352 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-5127.ge8baca1e.el 1/12 2024-09-20T19:40:23.352 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noa 2/12 2024-09-20T19:40:23.352 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-5127.ge8baca1e.el9 3/12 2024-09-20T19:40:23.352 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-20T19:40:23.352 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-20T19:40:23.352 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-20T19:40:23.352 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-20T19:40:23.352 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-20T19:40:23.352 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-20T19:40:23.352 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-20T19:40:23.352 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-20T19:40:23.699 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-20T19:40:23.700 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:23.700 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-20T19:40:23.700 INFO:teuthology.orchestra.run.smithi104.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-20T19:40:23.700 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-grafana-dashboards-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:23.700 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:23.700 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-prometheus-alerts-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:23.700 INFO:teuthology.orchestra.run.smithi104.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-20T19:40:23.700 INFO:teuthology.orchestra.run.smithi104.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-20T19:40:23.700 INFO:teuthology.orchestra.run.smithi104.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-20T19:40:23.700 INFO:teuthology.orchestra.run.smithi104.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-20T19:40:23.700 INFO:teuthology.orchestra.run.smithi104.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-20T19:40:23.701 INFO:teuthology.orchestra.run.smithi104.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-20T19:40:23.701 INFO:teuthology.orchestra.run.smithi104.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-20T19:40:23.701 INFO:teuthology.orchestra.run.smithi104.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-20T19:40:23.701 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:23.701 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:40:23.955 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-20T19:40:24.543 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-5127.ge8baca1e.el 11/12 2024-09-20T19:40:24.546 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:09 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:40:24.604 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noa 12/12 2024-09-20T19:40:24.690 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:40:24.691 INFO:teuthology.orchestra.run.smithi104.stdout:======================================================================================= 2024-09-20T19:40:24.691 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-09-20T19:40:24.691 INFO:teuthology.orchestra.run.smithi104.stdout:======================================================================================= 2024-09-20T19:40:24.692 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-20T19:40:24.692 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 7.4 M 2024-09-20T19:40:24.692 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-09-20T19:40:24.692 INFO:teuthology.orchestra.run.smithi104.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-20T19:40:24.692 INFO:teuthology.orchestra.run.smithi104.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-20T19:40:24.692 INFO:teuthology.orchestra.run.smithi104.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-20T19:40:24.692 INFO:teuthology.orchestra.run.smithi104.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-20T19:40:24.692 INFO:teuthology.orchestra.run.smithi104.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-20T19:40:24.692 INFO:teuthology.orchestra.run.smithi104.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-20T19:40:24.692 INFO:teuthology.orchestra.run.smithi104.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-20T19:40:24.692 INFO:teuthology.orchestra.run.smithi104.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-20T19:40:24.692 INFO:teuthology.orchestra.run.smithi104.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-20T19:40:24.692 INFO:teuthology.orchestra.run.smithi104.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-20T19:40:24.693 INFO:teuthology.orchestra.run.smithi104.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-20T19:40:24.693 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:24.693 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-20T19:40:24.693 INFO:teuthology.orchestra.run.smithi104.stdout:======================================================================================= 2024-09-20T19:40:24.693 INFO:teuthology.orchestra.run.smithi104.stdout:Install 12 Packages 2024-09-20T19:40:24.693 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:24.693 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 38 M 2024-09-20T19:40:24.694 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 212 M 2024-09-20T19:40:24.694 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-20T19:40:24.894 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noa 12/12 2024-09-20T19:40:24.894 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-5127.ge8baca1e.el 1/12 2024-09-20T19:40:24.894 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noa 2/12 2024-09-20T19:40:24.894 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-5127.ge8baca1e.el9 3/12 2024-09-20T19:40:24.894 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-20T19:40:24.894 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-20T19:40:24.894 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-20T19:40:24.894 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-20T19:40:24.894 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-20T19:40:24.894 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-20T19:40:24.894 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-20T19:40:24.895 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-20T19:40:25.018 INFO:teuthology.orchestra.run.smithi104.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.1 MB/s | 191 kB 00:00 2024-09-20T19:40:25.086 INFO:teuthology.orchestra.run.smithi104.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 492 kB/s | 33 kB 00:00 2024-09-20T19:40:25.119 INFO:teuthology.orchestra.run.smithi104.stdout:(3/12): libgfortran-11.5.0-2.el9.x86_64.rpm 2.9 MB/s | 801 kB 00:00 2024-09-20T19:40:25.186 INFO:teuthology.orchestra.run.smithi104.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 274 kB/s | 18 kB 00:00 2024-09-20T19:40:25.231 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-20T19:40:25.231 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:25.231 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-09-20T19:40:25.231 INFO:teuthology.orchestra.run.smithi043.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-20T19:40:25.231 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-grafana-dashboards-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:25.231 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:25.231 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-prometheus-alerts-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:25.231 INFO:teuthology.orchestra.run.smithi043.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-20T19:40:25.231 INFO:teuthology.orchestra.run.smithi043.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-20T19:40:25.232 INFO:teuthology.orchestra.run.smithi043.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-20T19:40:25.232 INFO:teuthology.orchestra.run.smithi043.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-20T19:40:25.232 INFO:teuthology.orchestra.run.smithi043.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-20T19:40:25.232 INFO:teuthology.orchestra.run.smithi043.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-20T19:40:25.232 INFO:teuthology.orchestra.run.smithi043.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-20T19:40:25.232 INFO:teuthology.orchestra.run.smithi043.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-20T19:40:25.232 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:25.232 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:40:25.244 INFO:teuthology.orchestra.run.smithi104.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 660 kB/s | 38 kB 00:00 2024-09-20T19:40:25.353 INFO:teuthology.orchestra.run.smithi104.stdout:(6/12): ceph-mgr-diskprediction-local-19.3.0-51 15 MB/s | 7.4 MB 00:00 2024-09-20T19:40:25.411 INFO:teuthology.orchestra.run.smithi104.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.2 MB/s | 3.0 MB 00:00 2024-09-20T19:40:25.466 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-20T19:40:25.545 INFO:teuthology.orchestra.run.smithi104.stdout:(8/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 38 MB/s | 5.1 MB 00:00 2024-09-20T19:40:25.595 INFO:teuthology.orchestra.run.smithi104.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.9 MB/s | 250 kB 00:00 2024-09-20T19:40:25.629 INFO:teuthology.orchestra.run.smithi104.stdout:(10/12): python3-devel-3.9.19-8.el9.x86_64.rpm 888 kB/s | 245 kB 00:00 2024-09-20T19:40:25.696 INFO:teuthology.orchestra.run.smithi104.stdout:(11/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 11 MB/s | 4.9 MB 00:00 2024-09-20T19:40:25.988 INFO:teuthology.orchestra.run.smithi104.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 41 MB/s | 16 MB 00:00 2024-09-20T19:40:25.988 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:25.989 INFO:teuthology.orchestra.run.smithi104.stdout:Total 29 MB/s | 38 MB 00:01 2024-09-20T19:40:26.071 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:09 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:40:26.210 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:40:26.211 INFO:teuthology.orchestra.run.smithi043.stdout:======================================================================================= 2024-09-20T19:40:26.211 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-09-20T19:40:26.211 INFO:teuthology.orchestra.run.smithi043.stdout:======================================================================================= 2024-09-20T19:40:26.211 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-09-20T19:40:26.212 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 7.4 M 2024-09-20T19:40:26.212 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-09-20T19:40:26.212 INFO:teuthology.orchestra.run.smithi043.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-20T19:40:26.212 INFO:teuthology.orchestra.run.smithi043.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-20T19:40:26.212 INFO:teuthology.orchestra.run.smithi043.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-20T19:40:26.212 INFO:teuthology.orchestra.run.smithi043.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-20T19:40:26.212 INFO:teuthology.orchestra.run.smithi043.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-20T19:40:26.212 INFO:teuthology.orchestra.run.smithi043.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-20T19:40:26.212 INFO:teuthology.orchestra.run.smithi043.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-20T19:40:26.212 INFO:teuthology.orchestra.run.smithi043.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-20T19:40:26.212 INFO:teuthology.orchestra.run.smithi043.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-20T19:40:26.212 INFO:teuthology.orchestra.run.smithi043.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-20T19:40:26.212 INFO:teuthology.orchestra.run.smithi043.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-20T19:40:26.213 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:26.213 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-09-20T19:40:26.213 INFO:teuthology.orchestra.run.smithi043.stdout:======================================================================================= 2024-09-20T19:40:26.213 INFO:teuthology.orchestra.run.smithi043.stdout:Install 12 Packages 2024-09-20T19:40:26.213 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:26.213 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 38 M 2024-09-20T19:40:26.214 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 212 M 2024-09-20T19:40:26.214 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-09-20T19:40:26.339 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-20T19:40:26.365 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-20T19:40:26.365 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-20T19:40:26.567 INFO:teuthology.orchestra.run.smithi043.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 929 kB/s | 191 kB 00:00 2024-09-20T19:40:26.584 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noa 12/12 2024-09-20T19:40:26.584 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-5127.ge8baca1e.el 1/12 2024-09-20T19:40:26.584 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noa 2/12 2024-09-20T19:40:26.585 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-5127.ge8baca1e.el9 3/12 2024-09-20T19:40:26.585 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-20T19:40:26.585 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-20T19:40:26.585 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-20T19:40:26.585 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-20T19:40:26.585 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-20T19:40:26.585 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-20T19:40:26.585 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-20T19:40:26.585 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-20T19:40:26.659 INFO:teuthology.orchestra.run.smithi043.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 2.6 MB/s | 801 kB 00:00 2024-09-20T19:40:26.709 INFO:teuthology.orchestra.run.smithi043.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 230 kB/s | 33 kB 00:00 2024-09-20T19:40:26.781 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-20T19:40:26.782 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-20T19:40:26.818 INFO:teuthology.orchestra.run.smithi043.stdout:(4/12): ceph-mgr-diskprediction-local-19.3.0-51 16 MB/s | 7.4 MB 00:00 2024-09-20T19:40:26.843 INFO:teuthology.orchestra.run.smithi043.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 136 kB/s | 18 kB 00:00 2024-09-20T19:40:26.933 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-20T19:40:26.933 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:26.933 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-09-20T19:40:26.933 INFO:teuthology.orchestra.run.smithi203.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-20T19:40:26.933 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-grafana-dashboards-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:26.933 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:26.933 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-prometheus-alerts-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:26.933 INFO:teuthology.orchestra.run.smithi203.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-20T19:40:26.933 INFO:teuthology.orchestra.run.smithi203.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-20T19:40:26.934 INFO:teuthology.orchestra.run.smithi203.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-20T19:40:26.934 INFO:teuthology.orchestra.run.smithi203.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-20T19:40:26.934 INFO:teuthology.orchestra.run.smithi203.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-20T19:40:26.934 INFO:teuthology.orchestra.run.smithi203.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-20T19:40:26.934 INFO:teuthology.orchestra.run.smithi203.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-20T19:40:26.934 INFO:teuthology.orchestra.run.smithi203.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-20T19:40:26.934 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:26.934 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:40:26.943 INFO:teuthology.orchestra.run.smithi043.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 307 kB/s | 38 kB 00:00 2024-09-20T19:40:27.043 INFO:teuthology.orchestra.run.smithi043.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 2.4 MB/s | 245 kB 00:00 2024-09-20T19:40:27.102 INFO:teuthology.orchestra.run.smithi043.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 6.8 MB/s | 3.0 MB 00:00 2024-09-20T19:40:27.194 INFO:teuthology.orchestra.run.smithi043.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.7 MB/s | 250 kB 00:00 2024-09-20T19:40:27.201 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-20T19:40:27.278 INFO:teuthology.orchestra.run.smithi043.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 11 MB/s | 4.9 MB 00:00 2024-09-20T19:40:27.369 INFO:teuthology.orchestra.run.smithi043.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 16 MB/s | 5.1 MB 00:00 2024-09-20T19:40:27.567 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-20T19:40:27.645 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-20T19:40:27.694 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-20T19:40:27.695 INFO:teuthology.orchestra.run.smithi043.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 32 MB/s | 16 MB 00:00 2024-09-20T19:40:27.696 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:27.696 INFO:teuthology.orchestra.run.smithi043.stdout:Total 26 MB/s | 38 MB 00:01 2024-09-20T19:40:27.793 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:09 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:40:27.794 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-20T19:40:27.828 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-20T19:40:27.934 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:40:27.935 INFO:teuthology.orchestra.run.smithi203.stdout:======================================================================================= 2024-09-20T19:40:27.935 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-09-20T19:40:27.935 INFO:teuthology.orchestra.run.smithi203.stdout:======================================================================================= 2024-09-20T19:40:27.935 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-09-20T19:40:27.935 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 7.4 M 2024-09-20T19:40:27.935 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-09-20T19:40:27.935 INFO:teuthology.orchestra.run.smithi203.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-20T19:40:27.935 INFO:teuthology.orchestra.run.smithi203.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-20T19:40:27.935 INFO:teuthology.orchestra.run.smithi203.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-20T19:40:27.935 INFO:teuthology.orchestra.run.smithi203.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-20T19:40:27.935 INFO:teuthology.orchestra.run.smithi203.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-20T19:40:27.936 INFO:teuthology.orchestra.run.smithi203.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-20T19:40:27.936 INFO:teuthology.orchestra.run.smithi203.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-20T19:40:27.936 INFO:teuthology.orchestra.run.smithi203.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-20T19:40:27.936 INFO:teuthology.orchestra.run.smithi203.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-20T19:40:27.936 INFO:teuthology.orchestra.run.smithi203.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-20T19:40:27.936 INFO:teuthology.orchestra.run.smithi203.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-20T19:40:27.936 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:27.936 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-09-20T19:40:27.936 INFO:teuthology.orchestra.run.smithi203.stdout:======================================================================================= 2024-09-20T19:40:27.936 INFO:teuthology.orchestra.run.smithi203.stdout:Install 12 Packages 2024-09-20T19:40:27.936 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:27.937 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 38 M 2024-09-20T19:40:27.937 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 212 M 2024-09-20T19:40:27.937 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-09-20T19:40:28.013 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-20T19:40:28.036 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-20T19:40:28.068 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-09-20T19:40:28.094 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-09-20T19:40:28.095 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-09-20T19:40:28.112 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-20T19:40:28.543 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-09-20T19:40:28.543 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-09-20T19:40:28.629 INFO:teuthology.orchestra.run.smithi203.stdout:(1/12): ceph-mgr-diskprediction-local-19.3.0-51 16 MB/s | 7.4 MB 00:00 2024-09-20T19:40:28.695 INFO:teuthology.orchestra.run.smithi203.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 492 kB/s | 33 kB 00:00 2024-09-20T19:40:28.721 INFO:teuthology.orchestra.run.smithi203.stdout:(3/12): libquadmath-11.5.0-2.el9.x86_64.rpm 352 kB/s | 191 kB 00:00 2024-09-20T19:40:28.753 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-20T19:40:28.788 INFO:teuthology.orchestra.run.smithi203.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 273 kB/s | 18 kB 00:00 2024-09-20T19:40:28.855 INFO:teuthology.orchestra.run.smithi203.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 575 kB/s | 38 kB 00:00 2024-09-20T19:40:28.873 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-20T19:40:28.914 INFO:teuthology.orchestra.run.smithi203.stdout:(6/12): libgfortran-11.5.0-2.el9.x86_64.rpm 1.1 MB/s | 801 kB 00:00 2024-09-20T19:40:29.030 INFO:teuthology.orchestra.run.smithi203.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 2.1 MB/s | 245 kB 00:00 2024-09-20T19:40:29.139 INFO:teuthology.orchestra.run.smithi203.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 6.7 MB/s | 3.0 MB 00:00 2024-09-20T19:40:29.190 INFO:teuthology.orchestra.run.smithi203.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.9 MB/s | 250 kB 00:00 2024-09-20T19:40:29.406 INFO:teuthology.orchestra.run.smithi203.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 14 MB/s | 5.1 MB 00:00 2024-09-20T19:40:29.452 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-09-20T19:40:29.527 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-20T19:40:29.575 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-20T19:40:29.615 INFO:teuthology.orchestra.run.smithi203.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 38 MB/s | 16 MB 00:00 2024-09-20T19:40:29.679 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-20T19:40:29.719 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-20T19:40:29.911 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-20T19:40:29.915 INFO:teuthology.orchestra.run.smithi203.stdout:(12/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 4.7 MB/s | 4.9 MB 00:01 2024-09-20T19:40:29.915 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:29.916 INFO:teuthology.orchestra.run.smithi203.stdout:Total 19 MB/s | 38 MB 00:01 2024-09-20T19:40:29.953 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-20T19:40:30.030 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-20T19:40:30.105 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-20T19:40:30.272 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-09-20T19:40:30.298 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-09-20T19:40:30.298 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-09-20T19:40:30.718 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-09-20T19:40:30.718 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-09-20T19:40:30.730 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-20T19:40:30.860 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-20T19:40:31.141 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-20T19:40:31.167 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8bac 12/12 2024-09-20T19:40:31.476 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-09-20T19:40:31.551 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-20T19:40:31.595 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-20T19:40:31.697 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-20T19:40:31.732 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-20T19:40:31.918 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-20T19:40:31.947 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-20T19:40:32.024 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-20T19:40:32.165 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-20T19:40:32.700 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-20T19:40:32.836 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-20T19:40:33.258 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-20T19:40:33.283 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8bac 12/12 2024-09-20T19:40:33.693 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8bac 12/12 2024-09-20T19:40:33.694 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8bac 1/12 2024-09-20T19:40:33.694 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-20T19:40:33.694 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-20T19:40:33.694 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-20T19:40:33.694 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-20T19:40:33.694 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-20T19:40:33.694 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-20T19:40:33.694 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-20T19:40:33.694 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-20T19:40:33.694 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-20T19:40:33.694 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-20T19:40:34.090 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-20T19:40:34.119 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-20T19:40:34.119 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:34.119 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-20T19:40:34.119 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:34.119 INFO:teuthology.orchestra.run.smithi104.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-20T19:40:34.119 INFO:teuthology.orchestra.run.smithi104.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-20T19:40:34.119 INFO:teuthology.orchestra.run.smithi104.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-20T19:40:34.119 INFO:teuthology.orchestra.run.smithi104.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-20T19:40:34.120 INFO:teuthology.orchestra.run.smithi104.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-20T19:40:34.120 INFO:teuthology.orchestra.run.smithi104.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-20T19:40:34.120 INFO:teuthology.orchestra.run.smithi104.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-20T19:40:34.120 INFO:teuthology.orchestra.run.smithi104.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-20T19:40:34.120 INFO:teuthology.orchestra.run.smithi104.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-20T19:40:34.120 INFO:teuthology.orchestra.run.smithi104.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-20T19:40:34.120 INFO:teuthology.orchestra.run.smithi104.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-20T19:40:34.120 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:34.120 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:40:34.552 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-mgr-rook 2024-09-20T19:40:35.118 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-20T19:40:35.138 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:20 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:40:35.158 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8bac 12/12 2024-09-20T19:40:35.276 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:40:35.277 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:35.277 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-09-20T19:40:35.277 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:35.277 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-20T19:40:35.277 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-rook noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 49 k 2024-09-20T19:40:35.277 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-09-20T19:40:35.278 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-20T19:40:35.278 INFO:teuthology.orchestra.run.smithi104.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-20T19:40:35.278 INFO:teuthology.orchestra.run.smithi104.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-20T19:40:35.278 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-20T19:40:35.278 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-20T19:40:35.278 INFO:teuthology.orchestra.run.smithi104.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-20T19:40:35.278 INFO:teuthology.orchestra.run.smithi104.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-20T19:40:35.278 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-20T19:40:35.278 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-20T19:40:35.278 INFO:teuthology.orchestra.run.smithi104.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-20T19:40:35.278 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-20T19:40:35.278 INFO:teuthology.orchestra.run.smithi104.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-20T19:40:35.279 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:35.279 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-20T19:40:35.279 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:35.279 INFO:teuthology.orchestra.run.smithi104.stdout:Install 13 Packages 2024-09-20T19:40:35.279 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:35.279 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 2.2 M 2024-09-20T19:40:35.279 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 26 M 2024-09-20T19:40:35.279 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-20T19:40:35.516 INFO:teuthology.orchestra.run.smithi104.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 344 kB/s | 26 kB 00:00 2024-09-20T19:40:35.533 INFO:teuthology.orchestra.run.smithi104.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 210 kB/s | 19 kB 00:00 2024-09-20T19:40:35.608 INFO:teuthology.orchestra.run.smithi104.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.1 MB/s | 159 kB 00:00 2024-09-20T19:40:35.633 INFO:teuthology.orchestra.run.smithi104.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.2 MB/s | 222 kB 00:00 2024-09-20T19:40:35.659 INFO:teuthology.orchestra.run.smithi104.stdout:(5/13): ceph-mgr-rook-19.3.0-5127.ge8baca1e.el9 227 kB/s | 49 kB 00:00 2024-09-20T19:40:35.692 INFO:teuthology.orchestra.run.smithi104.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 919 kB/s | 54 kB 00:00 2024-09-20T19:40:35.718 INFO:teuthology.orchestra.run.smithi104.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.5 MB/s | 279 kB 00:00 2024-09-20T19:40:35.760 INFO:teuthology.orchestra.run.smithi104.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 321 kB/s | 32 kB 00:00 2024-09-20T19:40:35.776 INFO:teuthology.orchestra.run.smithi104.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 169 kB/s | 14 kB 00:00 2024-09-20T19:40:35.793 INFO:teuthology.orchestra.run.smithi104.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 3.5 MB/s | 59 kB 00:00 2024-09-20T19:40:35.819 INFO:teuthology.orchestra.run.smithi104.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 2.5 MB/s | 220 kB 00:00 2024-09-20T19:40:35.844 INFO:teuthology.orchestra.run.smithi104.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-09-20T19:40:35.881 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8bac 12/12 2024-09-20T19:40:35.881 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8bac 1/12 2024-09-20T19:40:35.881 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-20T19:40:35.881 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-20T19:40:35.881 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-20T19:40:35.881 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-20T19:40:35.882 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-20T19:40:35.882 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-20T19:40:35.882 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-20T19:40:35.882 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-20T19:40:35.882 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-20T19:40:35.882 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-20T19:40:35.886 INFO:teuthology.orchestra.run.smithi104.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 8.2 MB/s | 1.0 MB 00:00 2024-09-20T19:40:35.888 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:35.888 INFO:teuthology.orchestra.run.smithi104.stdout:Total 3.6 MB/s | 2.2 MB 00:00 2024-09-20T19:40:35.951 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-20T19:40:35.966 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-20T19:40:35.967 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-20T19:40:36.057 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-20T19:40:36.058 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-20T19:40:36.282 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-20T19:40:36.282 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:36.282 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-09-20T19:40:36.282 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:36.282 INFO:teuthology.orchestra.run.smithi043.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-20T19:40:36.282 INFO:teuthology.orchestra.run.smithi043.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-20T19:40:36.282 INFO:teuthology.orchestra.run.smithi043.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-20T19:40:36.283 INFO:teuthology.orchestra.run.smithi043.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-20T19:40:36.283 INFO:teuthology.orchestra.run.smithi043.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-20T19:40:36.283 INFO:teuthology.orchestra.run.smithi043.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-20T19:40:36.283 INFO:teuthology.orchestra.run.smithi043.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-20T19:40:36.283 INFO:teuthology.orchestra.run.smithi043.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-20T19:40:36.283 INFO:teuthology.orchestra.run.smithi043.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-20T19:40:36.283 INFO:teuthology.orchestra.run.smithi043.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-20T19:40:36.283 INFO:teuthology.orchestra.run.smithi043.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-20T19:40:36.283 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:36.283 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:40:36.565 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-20T19:40:36.647 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-mgr-rook 2024-09-20T19:40:36.742 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-20T19:40:36.795 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-20T19:40:36.850 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-20T19:40:36.888 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-20T19:40:36.929 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-20T19:40:37.031 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-20T19:40:37.142 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-20T19:40:37.188 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-20T19:40:37.267 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:20 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:40:37.408 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:40:37.409 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:37.409 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-09-20T19:40:37.409 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:37.409 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-09-20T19:40:37.409 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-rook noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 49 k 2024-09-20T19:40:37.409 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-09-20T19:40:37.409 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-20T19:40:37.410 INFO:teuthology.orchestra.run.smithi043.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-20T19:40:37.410 INFO:teuthology.orchestra.run.smithi043.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-20T19:40:37.410 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-20T19:40:37.410 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-20T19:40:37.410 INFO:teuthology.orchestra.run.smithi043.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-20T19:40:37.410 INFO:teuthology.orchestra.run.smithi043.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-20T19:40:37.410 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-20T19:40:37.410 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-20T19:40:37.410 INFO:teuthology.orchestra.run.smithi043.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-20T19:40:37.410 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-20T19:40:37.410 INFO:teuthology.orchestra.run.smithi043.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-20T19:40:37.410 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:37.410 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-09-20T19:40:37.410 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:37.411 INFO:teuthology.orchestra.run.smithi043.stdout:Install 13 Packages 2024-09-20T19:40:37.411 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:37.411 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 2.2 M 2024-09-20T19:40:37.411 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 26 M 2024-09-20T19:40:37.411 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-09-20T19:40:37.651 INFO:teuthology.orchestra.run.smithi043.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 244 kB/s | 19 kB 00:00 2024-09-20T19:40:37.676 INFO:teuthology.orchestra.run.smithi043.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 246 kB/s | 26 kB 00:00 2024-09-20T19:40:37.735 INFO:teuthology.orchestra.run.smithi043.stdout:(3/13): ceph-mgr-rook-19.3.0-5127.ge8baca1e.el9 303 kB/s | 49 kB 00:00 2024-09-20T19:40:37.785 INFO:teuthology.orchestra.run.smithi043.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 159 kB 00:00 2024-09-20T19:40:37.806 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8bac 12/12 2024-09-20T19:40:37.806 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8bac 1/12 2024-09-20T19:40:37.807 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-20T19:40:37.807 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-20T19:40:37.807 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-20T19:40:37.807 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-20T19:40:37.807 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-20T19:40:37.807 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-20T19:40:37.807 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-20T19:40:37.807 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-20T19:40:37.807 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-20T19:40:37.807 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-20T19:40:37.810 INFO:teuthology.orchestra.run.smithi043.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.4 MB/s | 222 kB 00:00 2024-09-20T19:40:37.844 INFO:teuthology.orchestra.run.smithi043.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 915 kB/s | 54 kB 00:00 2024-09-20T19:40:37.878 INFO:teuthology.orchestra.run.smithi043.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 481 kB/s | 32 kB 00:00 2024-09-20T19:40:37.903 INFO:teuthology.orchestra.run.smithi043.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 250 kB/s | 14 kB 00:00 2024-09-20T19:40:37.903 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-20T19:40:37.928 INFO:teuthology.orchestra.run.smithi043.stdout:(9/13): python3-google-auth-2.34.0-1.el9.noarch 4.4 MB/s | 220 kB 00:00 2024-09-20T19:40:37.944 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-20T19:40:37.953 INFO:teuthology.orchestra.run.smithi043.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-09-20T19:40:37.977 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-20T19:40:37.979 INFO:teuthology.orchestra.run.smithi043.stdout:(11/13): python3-pyasn1-modules-0.4.8-6.el9.noa 1.1 MB/s | 279 kB 00:00 2024-09-20T19:40:38.004 INFO:teuthology.orchestra.run.smithi043.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-09-20T19:40:38.034 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-20T19:40:38.038 INFO:teuthology.orchestra.run.smithi043.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.6 MB/s | 1.0 MB 00:00 2024-09-20T19:40:38.039 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:38.039 INFO:teuthology.orchestra.run.smithi043.stdout:Total 3.5 MB/s | 2.2 MB 00:00 2024-09-20T19:40:38.064 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 13/13 2024-09-20T19:40:38.107 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-09-20T19:40:38.123 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-09-20T19:40:38.123 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-09-20T19:40:38.176 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-20T19:40:38.177 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:38.177 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-09-20T19:40:38.177 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:38.177 INFO:teuthology.orchestra.run.smithi203.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-20T19:40:38.177 INFO:teuthology.orchestra.run.smithi203.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-20T19:40:38.177 INFO:teuthology.orchestra.run.smithi203.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-20T19:40:38.177 INFO:teuthology.orchestra.run.smithi203.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-20T19:40:38.177 INFO:teuthology.orchestra.run.smithi203.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-20T19:40:38.177 INFO:teuthology.orchestra.run.smithi203.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-20T19:40:38.177 INFO:teuthology.orchestra.run.smithi203.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-20T19:40:38.177 INFO:teuthology.orchestra.run.smithi203.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-20T19:40:38.178 INFO:teuthology.orchestra.run.smithi203.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-20T19:40:38.178 INFO:teuthology.orchestra.run.smithi203.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-20T19:40:38.178 INFO:teuthology.orchestra.run.smithi203.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-20T19:40:38.178 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:38.178 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:40:38.221 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-09-20T19:40:38.223 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-09-20T19:40:38.607 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-mgr-rook 2024-09-20T19:40:38.843 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 13/13 2024-09-20T19:40:38.843 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 1/13 2024-09-20T19:40:38.843 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-20T19:40:38.843 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-20T19:40:38.844 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-20T19:40:38.844 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-20T19:40:38.844 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-20T19:40:38.844 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-20T19:40:38.844 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-20T19:40:38.844 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-20T19:40:38.844 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-20T19:40:38.844 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-20T19:40:38.844 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-20T19:40:38.870 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-09-20T19:40:39.042 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-20T19:40:39.098 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-20T19:40:39.179 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-20T19:40:39.180 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:39.180 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-20T19:40:39.180 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:39.180 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-20T19:40:39.180 INFO:teuthology.orchestra.run.smithi104.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-20T19:40:39.180 INFO:teuthology.orchestra.run.smithi104.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-20T19:40:39.181 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-20T19:40:39.181 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-20T19:40:39.181 INFO:teuthology.orchestra.run.smithi104.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-20T19:40:39.181 INFO:teuthology.orchestra.run.smithi104.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-20T19:40:39.181 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-20T19:40:39.181 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-20T19:40:39.182 INFO:teuthology.orchestra.run.smithi104.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-20T19:40:39.182 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-20T19:40:39.182 INFO:teuthology.orchestra.run.smithi104.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-20T19:40:39.182 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:39.182 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:40:39.196 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-20T19:40:39.215 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:21 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:40:39.231 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-20T19:40:39.273 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-20T19:40:39.349 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:40:39.350 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:39.350 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-09-20T19:40:39.350 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:39.350 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-09-20T19:40:39.351 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-rook noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 49 k 2024-09-20T19:40:39.351 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-09-20T19:40:39.351 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-20T19:40:39.351 INFO:teuthology.orchestra.run.smithi203.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-20T19:40:39.351 INFO:teuthology.orchestra.run.smithi203.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-20T19:40:39.351 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-20T19:40:39.351 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-20T19:40:39.351 INFO:teuthology.orchestra.run.smithi203.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-20T19:40:39.351 INFO:teuthology.orchestra.run.smithi203.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-20T19:40:39.351 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-20T19:40:39.351 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-20T19:40:39.351 INFO:teuthology.orchestra.run.smithi203.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-20T19:40:39.352 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-20T19:40:39.352 INFO:teuthology.orchestra.run.smithi203.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-20T19:40:39.352 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:39.352 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-09-20T19:40:39.352 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:39.352 INFO:teuthology.orchestra.run.smithi203.stdout:Install 13 Packages 2024-09-20T19:40:39.352 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:39.352 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 2.2 M 2024-09-20T19:40:39.353 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 26 M 2024-09-20T19:40:39.353 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-09-20T19:40:39.379 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-20T19:40:39.458 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-mgr-cephadm 2024-09-20T19:40:39.581 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-20T19:40:39.634 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-20T19:40:39.661 INFO:teuthology.orchestra.run.smithi203.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 238 kB/s | 19 kB 00:00 2024-09-20T19:40:39.686 INFO:teuthology.orchestra.run.smithi203.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 242 kB/s | 26 kB 00:00 2024-09-20T19:40:39.778 INFO:teuthology.orchestra.run.smithi203.stdout:(3/13): ceph-mgr-rook-19.3.0-5127.ge8baca1e.el9 249 kB/s | 49 kB 00:00 2024-09-20T19:40:39.803 INFO:teuthology.orchestra.run.smithi203.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.5 MB/s | 222 kB 00:00 2024-09-20T19:40:39.837 INFO:teuthology.orchestra.run.smithi203.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.0 MB/s | 159 kB 00:00 2024-09-20T19:40:39.854 INFO:teuthology.orchestra.run.smithi203.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-09-20T19:40:39.888 INFO:teuthology.orchestra.run.smithi203.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 638 kB/s | 32 kB 00:00 2024-09-20T19:40:39.913 INFO:teuthology.orchestra.run.smithi203.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 241 kB/s | 14 kB 00:00 2024-09-20T19:40:39.947 INFO:teuthology.orchestra.run.smithi203.stdout:(9/13): python3-google-auth-2.34.0-1.el9.noarch 3.8 MB/s | 220 kB 00:00 2024-09-20T19:40:39.972 INFO:teuthology.orchestra.run.smithi203.stdout:(10/13): python3-pyasn1-modules-0.4.8-6.el9.noa 1.4 MB/s | 279 kB 00:00 2024-09-20T19:40:39.997 INFO:teuthology.orchestra.run.smithi203.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 1.1 MB/s | 59 kB 00:00 2024-09-20T19:40:40.039 INFO:teuthology.orchestra.run.smithi203.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 8.1 MB/s | 1.0 MB 00:00 2024-09-20T19:40:40.040 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:25 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:40:40.064 INFO:teuthology.orchestra.run.smithi203.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 972 kB/s | 90 kB 00:00 2024-09-20T19:40:40.067 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:40.067 INFO:teuthology.orchestra.run.smithi203.stdout:Total 3.1 MB/s | 2.2 MB 00:00 2024-09-20T19:40:40.130 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-09-20T19:40:40.146 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-09-20T19:40:40.146 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-09-20T19:40:40.173 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:40:40.173 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:40.173 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-09-20T19:40:40.174 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:40.174 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-20T19:40:40.174 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-cephadm noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 156 k 2024-09-20T19:40:40.174 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-09-20T19:40:40.174 INFO:teuthology.orchestra.run.smithi104.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-20T19:40:40.174 INFO:teuthology.orchestra.run.smithi104.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-20T19:40:40.174 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-20T19:40:40.174 INFO:teuthology.orchestra.run.smithi104.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-20T19:40:40.174 INFO:teuthology.orchestra.run.smithi104.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-20T19:40:40.174 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:40.174 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-20T19:40:40.174 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:40.175 INFO:teuthology.orchestra.run.smithi104.stdout:Install 6 Packages 2024-09-20T19:40:40.175 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:40.175 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 7.0 M 2024-09-20T19:40:40.175 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 33 M 2024-09-20T19:40:40.175 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-20T19:40:40.237 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-09-20T19:40:40.238 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-09-20T19:40:40.398 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-20T19:40:40.455 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-20T19:40:40.489 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-20T19:40:40.538 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-20T19:40:40.566 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 13/13 2024-09-20T19:40:40.748 INFO:teuthology.orchestra.run.smithi104.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.3 MB/s | 248 kB 00:00 2024-09-20T19:40:40.752 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-09-20T19:40:40.811 INFO:teuthology.orchestra.run.smithi104.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 8.6 MB/s | 548 kB 00:00 2024-09-20T19:40:40.836 INFO:teuthology.orchestra.run.smithi104.stdout:(3/6): ceph-mgr-cephadm-19.3.0-5127.ge8baca1e.e 575 kB/s | 156 kB 00:00 2024-09-20T19:40:40.862 INFO:teuthology.orchestra.run.smithi104.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.1 MB/s | 58 kB 00:00 2024-09-20T19:40:40.904 INFO:teuthology.orchestra.run.smithi104.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.1 MB/s | 74 kB 00:00 2024-09-20T19:40:40.922 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-20T19:40:40.983 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-20T19:40:40.987 INFO:teuthology.orchestra.run.smithi104.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 14 MB/s | 6.0 MB 00:00 2024-09-20T19:40:40.990 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:40.990 INFO:teuthology.orchestra.run.smithi104.stdout:Total 8.6 MB/s | 7.0 MB 00:00 2024-09-20T19:40:41.038 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-20T19:40:41.062 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-20T19:40:41.073 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-20T19:40:41.073 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-20T19:40:41.075 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-20T19:40:41.126 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-20T19:40:41.172 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-20T19:40:41.173 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-20T19:40:41.220 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 13/13 2024-09-20T19:40:41.220 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 1/13 2024-09-20T19:40:41.221 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-20T19:40:41.221 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-20T19:40:41.221 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-20T19:40:41.221 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-20T19:40:41.221 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-20T19:40:41.221 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-20T19:40:41.221 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-20T19:40:41.221 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-20T19:40:41.221 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-20T19:40:41.221 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-20T19:40:41.221 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-20T19:40:41.228 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-20T19:40:41.338 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-20T19:40:41.394 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-20T19:40:41.484 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-20T19:40:41.562 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-20T19:40:41.563 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:41.563 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-09-20T19:40:41.563 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:41.563 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-20T19:40:41.563 INFO:teuthology.orchestra.run.smithi043.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-20T19:40:41.563 INFO:teuthology.orchestra.run.smithi043.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-20T19:40:41.563 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-20T19:40:41.563 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-20T19:40:41.563 INFO:teuthology.orchestra.run.smithi043.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-20T19:40:41.563 INFO:teuthology.orchestra.run.smithi043.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-20T19:40:41.563 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-20T19:40:41.563 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-20T19:40:41.564 INFO:teuthology.orchestra.run.smithi043.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-20T19:40:41.564 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-20T19:40:41.564 INFO:teuthology.orchestra.run.smithi043.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-20T19:40:41.564 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:41.564 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:40:41.645 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-20T19:40:41.689 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-20T19:40:41.803 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-mgr-cephadm 2024-09-20T19:40:42.111 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-20T19:40:42.167 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-20T19:40:42.201 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-20T19:40:42.208 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-20T19:40:42.249 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-20T19:40:42.287 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 13/13 2024-09-20T19:40:42.292 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-20T19:40:42.360 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-20T19:40:42.384 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 6/6 2024-09-20T19:40:42.414 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:25 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:40:42.553 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:40:42.554 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:42.554 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-09-20T19:40:42.554 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:42.554 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-09-20T19:40:42.554 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-cephadm noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 156 k 2024-09-20T19:40:42.554 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-09-20T19:40:42.555 INFO:teuthology.orchestra.run.smithi043.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-20T19:40:42.555 INFO:teuthology.orchestra.run.smithi043.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-20T19:40:42.555 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-20T19:40:42.555 INFO:teuthology.orchestra.run.smithi043.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-20T19:40:42.555 INFO:teuthology.orchestra.run.smithi043.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-20T19:40:42.555 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:42.555 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-09-20T19:40:42.555 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:42.555 INFO:teuthology.orchestra.run.smithi043.stdout:Install 6 Packages 2024-09-20T19:40:42.555 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:42.556 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 7.0 M 2024-09-20T19:40:42.556 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 33 M 2024-09-20T19:40:42.556 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-09-20T19:40:42.914 INFO:teuthology.orchestra.run.smithi043.stdout:(1/6): ceph-mgr-cephadm-19.3.0-5127.ge8baca1e.e 781 kB/s | 156 kB 00:00 2024-09-20T19:40:42.947 INFO:teuthology.orchestra.run.smithi043.stdout:(2/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.0 MB/s | 248 kB 00:00 2024-09-20T19:40:42.989 INFO:teuthology.orchestra.run.smithi043.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 7.1 MB/s | 548 kB 00:00 2024-09-20T19:40:43.029 INFO:teuthology.orchestra.run.smithi043.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 1.9 MB/s | 74 kB 00:00 2024-09-20T19:40:43.047 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 13/13 2024-09-20T19:40:43.048 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 1/13 2024-09-20T19:40:43.048 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-20T19:40:43.048 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-20T19:40:43.048 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-20T19:40:43.048 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-20T19:40:43.048 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-20T19:40:43.048 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-20T19:40:43.048 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-20T19:40:43.048 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-20T19:40:43.048 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-20T19:40:43.049 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-20T19:40:43.049 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-20T19:40:43.049 INFO:teuthology.orchestra.run.smithi043.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 586 kB/s | 58 kB 00:00 2024-09-20T19:40:43.185 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 6/6 2024-09-20T19:40:43.185 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/6 2024-09-20T19:40:43.185 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-20T19:40:43.185 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-20T19:40:43.185 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-20T19:40:43.185 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-20T19:40:43.381 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-20T19:40:43.381 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:43.381 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-09-20T19:40:43.381 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:43.381 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-20T19:40:43.381 INFO:teuthology.orchestra.run.smithi203.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-20T19:40:43.381 INFO:teuthology.orchestra.run.smithi203.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-20T19:40:43.381 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-20T19:40:43.382 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-20T19:40:43.382 INFO:teuthology.orchestra.run.smithi203.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-20T19:40:43.382 INFO:teuthology.orchestra.run.smithi203.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-20T19:40:43.382 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-20T19:40:43.382 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-20T19:40:43.382 INFO:teuthology.orchestra.run.smithi203.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-20T19:40:43.382 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-20T19:40:43.382 INFO:teuthology.orchestra.run.smithi203.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-20T19:40:43.382 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:43.382 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:40:43.480 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-20T19:40:43.480 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:43.480 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-20T19:40:43.480 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:43.480 INFO:teuthology.orchestra.run.smithi104.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-20T19:40:43.480 INFO:teuthology.orchestra.run.smithi104.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-20T19:40:43.480 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-20T19:40:43.480 INFO:teuthology.orchestra.run.smithi104.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-20T19:40:43.480 INFO:teuthology.orchestra.run.smithi104.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-20T19:40:43.480 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:43.480 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:40:43.643 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-mgr-cephadm 2024-09-20T19:40:43.763 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-fuse 2024-09-20T19:40:43.939 INFO:teuthology.orchestra.run.smithi043.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.9 MB/s | 6.0 MB 00:01 2024-09-20T19:40:43.942 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:43.942 INFO:teuthology.orchestra.run.smithi043.stdout:Total 5.1 MB/s | 7.0 MB 00:01 2024-09-20T19:40:44.018 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-09-20T19:40:44.030 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-09-20T19:40:44.030 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-09-20T19:40:44.136 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-09-20T19:40:44.137 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-09-20T19:40:44.225 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:26 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:40:44.346 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:29 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:40:44.358 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:40:44.358 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:44.359 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-09-20T19:40:44.359 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:44.359 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-09-20T19:40:44.359 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-cephadm noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 156 k 2024-09-20T19:40:44.359 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-09-20T19:40:44.359 INFO:teuthology.orchestra.run.smithi203.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-20T19:40:44.359 INFO:teuthology.orchestra.run.smithi203.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-20T19:40:44.359 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-20T19:40:44.359 INFO:teuthology.orchestra.run.smithi203.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-20T19:40:44.359 INFO:teuthology.orchestra.run.smithi203.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-20T19:40:44.359 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:44.360 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-09-20T19:40:44.360 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:44.360 INFO:teuthology.orchestra.run.smithi203.stdout:Install 6 Packages 2024-09-20T19:40:44.360 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:44.360 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 7.0 M 2024-09-20T19:40:44.360 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 33 M 2024-09-20T19:40:44.360 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-09-20T19:40:44.470 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-09-20T19:40:44.478 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:40:44.479 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:44.479 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-09-20T19:40:44.479 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:44.479 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-20T19:40:44.479 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-fuse x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 900 k 2024-09-20T19:40:44.479 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-09-20T19:40:44.479 INFO:teuthology.orchestra.run.smithi104.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-20T19:40:44.479 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:44.479 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-20T19:40:44.479 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:44.479 INFO:teuthology.orchestra.run.smithi104.stdout:Install 2 Packages 2024-09-20T19:40:44.479 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:44.480 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 979 k 2024-09-20T19:40:44.480 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 2.9 M 2024-09-20T19:40:44.480 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-20T19:40:44.544 INFO:teuthology.orchestra.run.smithi203.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.8 MB/s | 248 kB 00:00 2024-09-20T19:40:44.594 INFO:teuthology.orchestra.run.smithi203.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 11 MB/s | 548 kB 00:00 2024-09-20T19:40:44.620 INFO:teuthology.orchestra.run.smithi203.stdout:(3/6): ceph-mgr-cephadm-19.3.0-5127.ge8baca1e.e 747 kB/s | 156 kB 00:00 2024-09-20T19:40:44.629 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-20T19:40:44.645 INFO:teuthology.orchestra.run.smithi203.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.1 MB/s | 58 kB 00:00 2024-09-20T19:40:44.655 INFO:teuthology.orchestra.run.smithi104.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 530 kB/s | 80 kB 00:00 2024-09-20T19:40:44.687 INFO:teuthology.orchestra.run.smithi203.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.1 MB/s | 74 kB 00:00 2024-09-20T19:40:44.692 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-20T19:40:44.748 INFO:teuthology.orchestra.run.smithi104.stdout:(2/2): ceph-fuse-19.3.0-5127.ge8baca1e.el9.x86_ 3.6 MB/s | 900 kB 00:00 2024-09-20T19:40:44.748 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:44.748 INFO:teuthology.orchestra.run.smithi104.stdout:Total 3.6 MB/s | 979 kB 00:00 2024-09-20T19:40:44.760 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-20T19:40:44.782 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-20T19:40:44.782 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-20T19:40:44.863 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-20T19:40:44.863 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-20T19:40:45.047 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-20T19:40:45.186 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-20T19:40:45.255 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/2 2024-09-20T19:40:45.275 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-20T19:40:45.364 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-20T19:40:45.440 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-20T19:40:45.470 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 6/6 2024-09-20T19:40:45.912 INFO:teuthology.orchestra.run.smithi203.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.0 MB/s | 6.0 MB 00:01 2024-09-20T19:40:45.915 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:45.915 INFO:teuthology.orchestra.run.smithi203.stdout:Total 4.5 MB/s | 7.0 MB 00:01 2024-09-20T19:40:45.944 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/2 2024-09-20T19:40:45.944 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/2 2024-09-20T19:40:45.987 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-09-20T19:40:45.998 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-09-20T19:40:45.998 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-09-20T19:40:46.099 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-09-20T19:40:46.099 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-09-20T19:40:46.216 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-20T19:40:46.216 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:46.216 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-20T19:40:46.217 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-20T19:40:46.217 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:46.217 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:40:46.244 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 6/6 2024-09-20T19:40:46.244 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/6 2024-09-20T19:40:46.244 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-20T19:40:46.244 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-20T19:40:46.245 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-20T19:40:46.245 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-20T19:40:46.410 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-09-20T19:40:46.527 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-20T19:40:46.527 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:46.527 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-09-20T19:40:46.527 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:46.527 INFO:teuthology.orchestra.run.smithi043.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-20T19:40:46.527 INFO:teuthology.orchestra.run.smithi043.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-20T19:40:46.527 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-20T19:40:46.528 INFO:teuthology.orchestra.run.smithi043.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-20T19:40:46.528 INFO:teuthology.orchestra.run.smithi043.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-20T19:40:46.528 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:46.528 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:40:46.529 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-volume 2024-09-20T19:40:46.586 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-20T19:40:46.647 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-20T19:40:46.762 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-fuse 2024-09-20T19:40:47.116 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:32 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:40:47.177 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-20T19:40:47.252 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:40:47.253 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:47.253 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-09-20T19:40:47.253 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:47.253 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-20T19:40:47.253 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-volume noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 285 k 2024-09-20T19:40:47.253 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:47.253 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-20T19:40:47.253 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:47.253 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-09-20T19:40:47.253 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:47.253 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 285 k 2024-09-20T19:40:47.253 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 1.3 M 2024-09-20T19:40:47.253 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-20T19:40:47.270 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-20T19:40:47.338 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-20T19:40:47.371 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 6/6 2024-09-20T19:40:47.374 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:30 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:40:47.485 INFO:teuthology.orchestra.run.smithi104.stdout:ceph-volume-19.3.0-5127.ge8baca1e.el9.noarch.rp 1.2 MB/s | 285 kB 00:00 2024-09-20T19:40:47.486 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:47.486 INFO:teuthology.orchestra.run.smithi104.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-20T19:40:47.486 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-20T19:40:47.495 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-20T19:40:47.495 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-20T19:40:47.513 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:40:47.514 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:47.514 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-09-20T19:40:47.514 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:47.514 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-09-20T19:40:47.514 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-fuse x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 900 k 2024-09-20T19:40:47.515 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-09-20T19:40:47.515 INFO:teuthology.orchestra.run.smithi043.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-20T19:40:47.515 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:47.515 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-09-20T19:40:47.515 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:47.515 INFO:teuthology.orchestra.run.smithi043.stdout:Install 2 Packages 2024-09-20T19:40:47.515 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:47.515 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 979 k 2024-09-20T19:40:47.516 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 2.9 M 2024-09-20T19:40:47.516 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-09-20T19:40:47.526 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-20T19:40:47.526 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-20T19:40:47.750 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-20T19:40:47.813 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:47.828 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:47.829 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:40:47.829 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-20T19:40:47.829 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:47.925 INFO:teuthology.orchestra.run.smithi043.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 530 kB/s | 80 kB 00:00 2024-09-20T19:40:48.058 INFO:teuthology.orchestra.run.smithi043.stdout:(2/2): ceph-fuse-19.3.0-5127.ge8baca1e.el9.x86_ 3.1 MB/s | 900 kB 00:00 2024-09-20T19:40:48.059 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:48.059 INFO:teuthology.orchestra.run.smithi043.stdout:Total 1.8 MB/s | 979 kB 00:00 2024-09-20T19:40:48.071 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-09-20T19:40:48.095 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-09-20T19:40:48.095 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-09-20T19:40:48.166 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 6/6 2024-09-20T19:40:48.166 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/6 2024-09-20T19:40:48.167 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-20T19:40:48.167 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-20T19:40:48.167 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-20T19:40:48.167 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-20T19:40:48.181 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-09-20T19:40:48.182 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-09-20T19:40:48.378 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-09-20T19:40:48.437 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-20T19:40:48.438 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:48.438 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-09-20T19:40:48.438 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:48.438 INFO:teuthology.orchestra.run.smithi203.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-20T19:40:48.438 INFO:teuthology.orchestra.run.smithi203.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-20T19:40:48.438 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-20T19:40:48.438 INFO:teuthology.orchestra.run.smithi203.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-20T19:40:48.438 INFO:teuthology.orchestra.run.smithi203.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-20T19:40:48.438 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:48.438 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:40:48.524 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-20T19:40:48.602 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/2 2024-09-20T19:40:48.696 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-fuse 2024-09-20T19:40:48.905 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:48.906 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:48.906 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-20T19:40:48.906 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:48.906 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:48.906 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:40:49.220 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install librados-devel 2024-09-20T19:40:49.266 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/2 2024-09-20T19:40:49.266 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/2 2024-09-20T19:40:49.283 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:31 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:40:49.420 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:40:49.420 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:49.420 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-09-20T19:40:49.420 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:49.420 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-09-20T19:40:49.420 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-fuse x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 900 k 2024-09-20T19:40:49.420 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-09-20T19:40:49.421 INFO:teuthology.orchestra.run.smithi203.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-20T19:40:49.421 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:49.421 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-09-20T19:40:49.421 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:49.421 INFO:teuthology.orchestra.run.smithi203.stdout:Install 2 Packages 2024-09-20T19:40:49.421 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:49.421 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 979 k 2024-09-20T19:40:49.421 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 2.9 M 2024-09-20T19:40:49.422 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-09-20T19:40:49.592 INFO:teuthology.orchestra.run.smithi203.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 536 kB/s | 80 kB 00:00 2024-09-20T19:40:49.594 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-20T19:40:49.594 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:49.594 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-09-20T19:40:49.595 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-20T19:40:49.595 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:49.595 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:40:49.750 INFO:teuthology.orchestra.run.smithi203.stdout:(2/2): ceph-fuse-19.3.0-5127.ge8baca1e.el9.x86_ 2.9 MB/s | 900 kB 00:00 2024-09-20T19:40:49.751 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:49.751 INFO:teuthology.orchestra.run.smithi203.stdout:Total 2.9 MB/s | 979 kB 00:00 2024-09-20T19:40:49.762 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-09-20T19:40:49.784 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-09-20T19:40:49.784 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-09-20T19:40:49.811 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:34 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:40:49.850 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-volume 2024-09-20T19:40:49.865 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-09-20T19:40:49.866 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-09-20T19:40:49.947 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:40:49.947 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:49.947 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repo Size 2024-09-20T19:40:49.947 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:49.947 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-20T19:40:49.948 INFO:teuthology.orchestra.run.smithi104.stdout: librados-devel x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 126 k 2024-09-20T19:40:49.948 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:49.948 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-20T19:40:49.948 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:49.948 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-09-20T19:40:49.948 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:49.949 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 126 k 2024-09-20T19:40:49.949 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 456 k 2024-09-20T19:40:49.949 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-20T19:40:50.053 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-09-20T19:40:50.149 INFO:teuthology.orchestra.run.smithi104.stdout:librados-devel-19.3.0-5127.ge8baca1e.el9.x86_64 631 kB/s | 126 kB 00:00 2024-09-20T19:40:50.150 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:50.150 INFO:teuthology.orchestra.run.smithi104.stdout:Total 627 kB/s | 126 kB 00:00 2024-09-20T19:40:50.150 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-20T19:40:50.155 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-20T19:40:50.155 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-20T19:40:50.204 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-20T19:40:50.220 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-20T19:40:50.221 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-20T19:40:50.275 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/2 2024-09-20T19:40:50.372 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-20T19:40:50.456 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:33 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:40:50.472 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:40:50.600 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:40:50.601 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:50.601 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-09-20T19:40:50.601 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:50.601 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-09-20T19:40:50.601 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-volume noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 285 k 2024-09-20T19:40:50.601 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:50.602 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-09-20T19:40:50.602 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:50.602 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-09-20T19:40:50.602 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:50.602 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 285 k 2024-09-20T19:40:50.602 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 1.3 M 2024-09-20T19:40:50.602 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-09-20T19:40:50.850 INFO:teuthology.orchestra.run.smithi043.stdout:ceph-volume-19.3.0-5127.ge8baca1e.el9.noarch.rp 1.1 MB/s | 285 kB 00:00 2024-09-20T19:40:50.850 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:50.851 INFO:teuthology.orchestra.run.smithi043.stdout:Total 1.1 MB/s | 285 kB 00:00 2024-09-20T19:40:50.851 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-09-20T19:40:50.861 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-09-20T19:40:50.861 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-09-20T19:40:50.893 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-09-20T19:40:50.893 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-09-20T19:40:50.939 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:40:50.972 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/2 2024-09-20T19:40:50.972 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/2 2024-09-20T19:40:51.126 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-09-20T19:40:51.198 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:51.216 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:51.216 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:40:51.216 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-20T19:40:51.216 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:51.222 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:40:51.222 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:51.222 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-20T19:40:51.222 INFO:teuthology.orchestra.run.smithi104.stdout: librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:51.222 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:51.222 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:40:51.255 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-20T19:40:51.255 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:51.255 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-09-20T19:40:51.255 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-20T19:40:51.255 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:51.255 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:40:51.503 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install libcephfs2 2024-09-20T19:40:51.542 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-volume 2024-09-20T19:40:52.097 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:37 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:40:52.139 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:34 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:40:52.189 INFO:teuthology.orchestra.run.smithi104.stdout:Package libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:40:52.218 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:52.218 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:52.218 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-09-20T19:40:52.218 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:52.218 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:52.218 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:40:52.233 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:40:52.234 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-09-20T19:40:52.234 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:40:52.276 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:40:52.277 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:52.277 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-09-20T19:40:52.277 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:52.277 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-09-20T19:40:52.277 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-volume noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 285 k 2024-09-20T19:40:52.277 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:52.277 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-09-20T19:40:52.277 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:52.277 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-09-20T19:40:52.277 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:52.278 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 285 k 2024-09-20T19:40:52.278 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 1.3 M 2024-09-20T19:40:52.278 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-09-20T19:40:52.315 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install libcephfs-devel 2024-09-20T19:40:52.505 INFO:teuthology.orchestra.run.smithi203.stdout:ceph-volume-19.3.0-5127.ge8baca1e.el9.noarch.rp 1.2 MB/s | 285 kB 00:00 2024-09-20T19:40:52.506 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:52.506 INFO:teuthology.orchestra.run.smithi203.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-20T19:40:52.507 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-09-20T19:40:52.510 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install librados-devel 2024-09-20T19:40:52.515 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-09-20T19:40:52.515 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-09-20T19:40:52.549 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-09-20T19:40:52.549 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-09-20T19:40:52.772 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-09-20T19:40:52.824 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:52.840 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:52.840 INFO:teuthology.orchestra.run.smithi203.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:40:52.840 INFO:teuthology.orchestra.run.smithi203.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-20T19:40:52.840 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:52.896 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:37 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:40:53.029 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:40:53.030 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:53.030 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repo Size 2024-09-20T19:40:53.030 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:53.030 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-20T19:40:53.030 INFO:teuthology.orchestra.run.smithi104.stdout: libcephfs-devel x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 32 k 2024-09-20T19:40:53.030 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:53.030 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-20T19:40:53.030 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:53.031 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-09-20T19:40:53.031 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:53.031 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 32 k 2024-09-20T19:40:53.031 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 142 k 2024-09-20T19:40:53.031 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-20T19:40:53.123 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:36 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:40:53.186 INFO:teuthology.orchestra.run.smithi104.stdout:libcephfs-devel-19.3.0-5127.ge8baca1e.el9.x86_6 205 kB/s | 32 kB 00:00 2024-09-20T19:40:53.186 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:53.186 INFO:teuthology.orchestra.run.smithi104.stdout:Total 204 kB/s | 32 kB 00:00 2024-09-20T19:40:53.187 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-20T19:40:53.190 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-20T19:40:53.190 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-20T19:40:53.210 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-20T19:40:53.210 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-20T19:40:53.263 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:40:53.263 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:53.264 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repo Size 2024-09-20T19:40:53.264 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:53.264 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-09-20T19:40:53.264 INFO:teuthology.orchestra.run.smithi043.stdout: librados-devel x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 126 k 2024-09-20T19:40:53.264 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:53.264 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-09-20T19:40:53.264 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:53.264 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-09-20T19:40:53.264 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:53.265 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 126 k 2024-09-20T19:40:53.265 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 456 k 2024-09-20T19:40:53.265 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-09-20T19:40:53.303 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-20T19:40:53.417 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:40:53.451 INFO:teuthology.orchestra.run.smithi043.stdout:librados-devel-19.3.0-5127.ge8baca1e.el9.x86_64 680 kB/s | 126 kB 00:00 2024-09-20T19:40:53.452 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:53.452 INFO:teuthology.orchestra.run.smithi043.stdout:Total 675 kB/s | 126 kB 00:00 2024-09-20T19:40:53.452 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-09-20T19:40:53.458 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-09-20T19:40:53.458 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-09-20T19:40:53.526 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-09-20T19:40:53.526 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-09-20T19:40:53.683 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-09-20T19:40:53.794 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:40:53.828 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:40:53.854 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:40:53.854 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:53.854 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-09-20T19:40:53.854 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:40:53.854 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:53.854 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:40:54.069 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:40:54.069 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:54.069 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-20T19:40:54.069 INFO:teuthology.orchestra.run.smithi104.stdout: libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:54.069 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:54.070 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:40:54.183 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install librados-devel 2024-09-20T19:40:54.253 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:40:54.292 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install librados2 2024-09-20T19:40:54.517 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:40:54.518 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:54.518 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-09-20T19:40:54.518 INFO:teuthology.orchestra.run.smithi043.stdout: librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:54.518 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:54.518 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:40:54.758 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install libcephfs2 2024-09-20T19:40:54.781 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:36 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:40:54.892 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:39 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:40:54.915 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:40:54.916 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:54.916 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repo Size 2024-09-20T19:40:54.916 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:54.916 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-09-20T19:40:54.916 INFO:teuthology.orchestra.run.smithi203.stdout: librados-devel x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 126 k 2024-09-20T19:40:54.916 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:54.916 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-09-20T19:40:54.916 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:54.916 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-09-20T19:40:54.917 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:54.917 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 126 k 2024-09-20T19:40:54.917 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 456 k 2024-09-20T19:40:54.917 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-09-20T19:40:54.986 INFO:teuthology.orchestra.run.smithi104.stdout:Package librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:40:55.032 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:40:55.033 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-09-20T19:40:55.033 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:40:55.120 INFO:teuthology.orchestra.run.smithi203.stdout:librados-devel-19.3.0-5127.ge8baca1e.el9.x86_64 626 kB/s | 126 kB 00:00 2024-09-20T19:40:55.121 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:55.121 INFO:teuthology.orchestra.run.smithi203.stdout:Total 621 kB/s | 126 kB 00:00 2024-09-20T19:40:55.121 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-09-20T19:40:55.121 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install librbd1 2024-09-20T19:40:55.126 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-09-20T19:40:55.126 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-09-20T19:40:55.193 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-09-20T19:40:55.193 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-09-20T19:40:55.342 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-09-20T19:40:55.369 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:38 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:40:55.459 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:40:55.463 INFO:teuthology.orchestra.run.smithi043.stdout:Package libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:40:55.512 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:40:55.513 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-09-20T19:40:55.513 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:40:55.605 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install libcephfs-devel 2024-09-20T19:40:55.723 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:40 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:40:55.815 INFO:teuthology.orchestra.run.smithi104.stdout:Package librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:40:55.860 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:40:55.861 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-09-20T19:40:55.861 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:40:55.913 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:40:55.942 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install python3-rados 2024-09-20T19:40:56.146 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:40:56.146 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:56.146 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-09-20T19:40:56.147 INFO:teuthology.orchestra.run.smithi203.stdout: librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:56.147 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:56.147 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:40:56.208 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:39 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:40:56.346 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:40:56.347 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:56.347 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repo Size 2024-09-20T19:40:56.347 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:56.347 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-09-20T19:40:56.347 INFO:teuthology.orchestra.run.smithi043.stdout: libcephfs-devel x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 32 k 2024-09-20T19:40:56.347 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:56.347 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-09-20T19:40:56.347 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:40:56.347 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-09-20T19:40:56.347 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:56.348 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 32 k 2024-09-20T19:40:56.348 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 142 k 2024-09-20T19:40:56.348 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-09-20T19:40:56.415 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install libcephfs2 2024-09-20T19:40:56.513 INFO:teuthology.orchestra.run.smithi043.stdout:libcephfs-devel-19.3.0-5127.ge8baca1e.el9.x86_6 192 kB/s | 32 kB 00:00 2024-09-20T19:40:56.513 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:56.513 INFO:teuthology.orchestra.run.smithi043.stdout:Total 191 kB/s | 32 kB 00:00 2024-09-20T19:40:56.513 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-09-20T19:40:56.517 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-09-20T19:40:56.517 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-09-20T19:40:56.521 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:41 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:40:56.541 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-09-20T19:40:56.541 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-09-20T19:40:56.611 INFO:teuthology.orchestra.run.smithi104.stdout:Package python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:40:56.634 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-09-20T19:40:56.655 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:40:56.656 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-09-20T19:40:56.656 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:40:56.738 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install python3-rgw 2024-09-20T19:40:56.764 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:40:57.013 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:39 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:40:57.105 INFO:teuthology.orchestra.run.smithi203.stdout:Package libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:40:57.150 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:40:57.151 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-09-20T19:40:57.151 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:40:57.228 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install libcephfs-devel 2024-09-20T19:40:57.240 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:40:57.320 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:42 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:40:57.409 INFO:teuthology.orchestra.run.smithi104.stdout:Package python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:40:57.452 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:40:57.453 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-09-20T19:40:57.453 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:40:57.475 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:40:57.475 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:57.475 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-09-20T19:40:57.475 INFO:teuthology.orchestra.run.smithi043.stdout: libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:57.475 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:40:57.475 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:40:57.540 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install python3-cephfs 2024-09-20T19:40:57.652 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install librados2 2024-09-20T19:40:57.819 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:39 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:40:57.954 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:40:57.954 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:57.955 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repo Size 2024-09-20T19:40:57.955 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:57.955 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-09-20T19:40:57.955 INFO:teuthology.orchestra.run.smithi203.stdout: libcephfs-devel x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 32 k 2024-09-20T19:40:57.955 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:57.955 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-09-20T19:40:57.955 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:40:57.955 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-09-20T19:40:57.955 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:57.956 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 32 k 2024-09-20T19:40:57.956 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 142 k 2024-09-20T19:40:57.956 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-09-20T19:40:58.107 INFO:teuthology.orchestra.run.smithi203.stdout:libcephfs-devel-19.3.0-5127.ge8baca1e.el9.x86_6 210 kB/s | 32 kB 00:00 2024-09-20T19:40:58.108 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:40:58.108 INFO:teuthology.orchestra.run.smithi203.stdout:Total 208 kB/s | 32 kB 00:00 2024-09-20T19:40:58.108 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-09-20T19:40:58.112 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-09-20T19:40:58.112 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-09-20T19:40:58.116 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:43 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:40:58.133 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-09-20T19:40:58.134 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-09-20T19:40:58.206 INFO:teuthology.orchestra.run.smithi104.stdout:Package python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:40:58.224 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-09-20T19:40:58.249 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:40:58.250 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-09-20T19:40:58.250 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:40:58.264 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:41 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:40:58.330 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install python3-rbd 2024-09-20T19:40:58.347 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:40:58.357 INFO:teuthology.orchestra.run.smithi043.stdout:Package librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:40:58.404 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:40:58.405 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-09-20T19:40:58.405 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:40:58.471 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install librbd1 2024-09-20T19:40:58.722 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:40:58.907 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:43 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:40:58.970 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:40:58.970 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:58.970 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-09-20T19:40:58.970 INFO:teuthology.orchestra.run.smithi203.stdout: libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:40:58.970 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:40:58.970 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:40:58.996 INFO:teuthology.orchestra.run.smithi104.stdout:Package python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:40:59.040 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:40:59.041 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-09-20T19:40:59.041 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:40:59.076 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:42 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:40:59.121 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install rbd-fuse 2024-09-20T19:40:59.169 INFO:teuthology.orchestra.run.smithi043.stdout:Package librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:40:59.173 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install librados2 2024-09-20T19:40:59.215 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:40:59.216 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-09-20T19:40:59.216 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:40:59.287 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install python3-rados 2024-09-20T19:40:59.700 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:44 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:40:59.781 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:41 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:40:59.832 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:40:59.833 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:59.833 INFO:teuthology.orchestra.run.smithi104.stdout: Package Architecture Version Repository Size 2024-09-20T19:40:59.833 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:59.833 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-20T19:40:59.833 INFO:teuthology.orchestra.run.smithi104.stdout: rbd-fuse x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 85 k 2024-09-20T19:40:59.833 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:59.833 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-20T19:40:59.834 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:40:59.834 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-09-20T19:40:59.834 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:40:59.834 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 85 k 2024-09-20T19:40:59.834 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 231 k 2024-09-20T19:40:59.834 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-20T19:40:59.870 INFO:teuthology.orchestra.run.smithi203.stdout:Package librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:40:59.896 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:42 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:40:59.914 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:40:59.915 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-09-20T19:40:59.915 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:40:59.983 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install librbd1 2024-09-20T19:40:59.991 INFO:teuthology.orchestra.run.smithi043.stdout:Package python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:41:00.022 INFO:teuthology.orchestra.run.smithi104.stdout:rbd-fuse-19.3.0-5127.ge8baca1e.el9.x86_64.rpm 455 kB/s | 85 kB 00:00 2024-09-20T19:41:00.022 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:41:00.023 INFO:teuthology.orchestra.run.smithi104.stdout:Total 452 kB/s | 85 kB 00:00 2024-09-20T19:41:00.023 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-20T19:41:00.029 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-20T19:41:00.029 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-20T19:41:00.038 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:41:00.039 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-09-20T19:41:00.039 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:41:00.092 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-20T19:41:00.093 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-20T19:41:00.116 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install python3-rgw 2024-09-20T19:41:00.239 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-20T19:41:00.344 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:00.571 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:42 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:41:00.660 INFO:teuthology.orchestra.run.smithi203.stdout:Package librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:41:00.704 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:41:00.705 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-09-20T19:41:00.705 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:41:00.721 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:00.723 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:43 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:41:00.779 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install python3-rados 2024-09-20T19:41:00.815 INFO:teuthology.orchestra.run.smithi043.stdout:Package python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:41:00.861 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:41:00.862 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-09-20T19:41:00.862 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:41:00.986 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:00.987 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:41:00.987 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-20T19:41:00.987 INFO:teuthology.orchestra.run.smithi104.stdout: rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:41:00.987 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:41:00.987 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:41:01.055 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install python3-cephfs 2024-09-20T19:41:01.240 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install rbd-mirror 2024-09-20T19:41:01.362 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:43 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:41:01.451 INFO:teuthology.orchestra.run.smithi203.stdout:Package python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:41:01.494 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:41:01.495 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-09-20T19:41:01.495 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:41:01.572 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install python3-rgw 2024-09-20T19:41:01.659 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:44 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:41:01.750 INFO:teuthology.orchestra.run.smithi043.stdout:Package python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:41:01.797 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:41:01.798 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-09-20T19:41:01.798 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:41:01.841 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:46 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:41:01.870 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install python3-rbd 2024-09-20T19:41:01.979 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:41:01.979 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:41:01.979 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repo Size 2024-09-20T19:41:01.979 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:41:01.979 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-20T19:41:01.979 INFO:teuthology.orchestra.run.smithi104.stdout: rbd-mirror x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 3.2 M 2024-09-20T19:41:01.979 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:41:01.979 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-20T19:41:01.980 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:41:01.980 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-09-20T19:41:01.980 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:41:01.980 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 3.2 M 2024-09-20T19:41:01.980 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 14 M 2024-09-20T19:41:01.980 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-20T19:41:02.242 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:44 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:41:02.325 INFO:teuthology.orchestra.run.smithi104.stdout:rbd-mirror-19.3.0-5127.ge8baca1e.el9.x86_64.rpm 9.2 MB/s | 3.2 MB 00:00 2024-09-20T19:41:02.327 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:41:02.327 INFO:teuthology.orchestra.run.smithi104.stdout:Total 9.2 MB/s | 3.2 MB 00:00 2024-09-20T19:41:02.327 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-20T19:41:02.333 INFO:teuthology.orchestra.run.smithi203.stdout:Package python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:41:02.335 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-20T19:41:02.335 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-20T19:41:02.376 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:41:02.377 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-09-20T19:41:02.377 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:41:02.421 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-20T19:41:02.422 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-20T19:41:02.441 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install python3-cephfs 2024-09-20T19:41:02.479 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:45 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:41:02.573 INFO:teuthology.orchestra.run.smithi043.stdout:Package python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:41:02.621 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:41:02.622 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-09-20T19:41:02.623 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:41:02.698 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install rbd-fuse 2024-09-20T19:41:02.947 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-20T19:41:03.020 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:45 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:41:03.109 INFO:teuthology.orchestra.run.smithi203.stdout:Package python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:41:03.119 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:03.146 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:03.146 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:41:03.146 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-20T19:41:03.146 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-20T19:41:03.146 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-20T19:41:03.146 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:41:03.154 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:41:03.155 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-09-20T19:41:03.155 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:41:03.223 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install python3-rbd 2024-09-20T19:41:03.317 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:46 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:41:03.463 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:41:03.464 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:41:03.464 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2024-09-20T19:41:03.464 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:41:03.464 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-09-20T19:41:03.464 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-fuse x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 85 k 2024-09-20T19:41:03.464 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:41:03.464 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-09-20T19:41:03.464 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:41:03.464 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-09-20T19:41:03.464 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:41:03.465 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 85 k 2024-09-20T19:41:03.465 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 231 k 2024-09-20T19:41:03.465 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-09-20T19:41:03.658 INFO:teuthology.orchestra.run.smithi043.stdout:rbd-fuse-19.3.0-5127.ge8baca1e.el9.x86_64.rpm 444 kB/s | 85 kB 00:00 2024-09-20T19:41:03.658 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:41:03.659 INFO:teuthology.orchestra.run.smithi043.stdout:Total 440 kB/s | 85 kB 00:00 2024-09-20T19:41:03.659 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-09-20T19:41:03.667 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-09-20T19:41:03.667 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-09-20T19:41:03.735 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-09-20T19:41:03.736 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-09-20T19:41:03.804 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:45 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:41:03.886 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-09-20T19:41:03.895 INFO:teuthology.orchestra.run.smithi203.stdout:Package python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:41:03.939 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:41:03.940 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-09-20T19:41:03.940 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:41:03.975 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:04.022 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install rbd-fuse 2024-09-20T19:41:04.134 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:04.134 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:41:04.134 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-20T19:41:04.134 INFO:teuthology.orchestra.run.smithi104.stdout: rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:41:04.134 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:41:04.135 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:41:04.349 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:04.397 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install rbd-nbd 2024-09-20T19:41:04.601 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:46 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:41:04.617 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:04.617 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:41:04.618 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-09-20T19:41:04.618 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:41:04.618 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:41:04.618 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:41:04.734 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:41:04.735 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:41:04.735 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2024-09-20T19:41:04.735 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:41:04.735 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-09-20T19:41:04.735 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-fuse x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 85 k 2024-09-20T19:41:04.735 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:41:04.735 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-09-20T19:41:04.735 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:41:04.735 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-09-20T19:41:04.735 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:41:04.736 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 85 k 2024-09-20T19:41:04.736 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 231 k 2024-09-20T19:41:04.736 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-09-20T19:41:04.878 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install rbd-mirror 2024-09-20T19:41:04.928 INFO:teuthology.orchestra.run.smithi203.stdout:rbd-fuse-19.3.0-5127.ge8baca1e.el9.x86_64.rpm 445 kB/s | 85 kB 00:00 2024-09-20T19:41:04.928 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:41:04.929 INFO:teuthology.orchestra.run.smithi203.stdout:Total 442 kB/s | 85 kB 00:00 2024-09-20T19:41:04.929 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-09-20T19:41:04.936 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-09-20T19:41:04.936 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-09-20T19:41:04.989 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:49 ago on Fri 20 Sep 2024 07:39:15 PM UTC. 2024-09-20T19:41:05.002 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-09-20T19:41:05.002 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-09-20T19:41:05.126 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-20T19:41:05.127 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:41:05.127 INFO:teuthology.orchestra.run.smithi104.stdout: Package Architecture Version Repository Size 2024-09-20T19:41:05.127 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:41:05.127 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-20T19:41:05.127 INFO:teuthology.orchestra.run.smithi104.stdout: rbd-nbd x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 170 k 2024-09-20T19:41:05.127 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:41:05.127 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-20T19:41:05.127 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-20T19:41:05.127 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-09-20T19:41:05.128 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:41:05.128 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 170 k 2024-09-20T19:41:05.128 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 490 k 2024-09-20T19:41:05.128 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-20T19:41:05.154 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-09-20T19:41:05.260 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:05.337 INFO:teuthology.orchestra.run.smithi104.stdout:rbd-nbd-19.3.0-5127.ge8baca1e.el9.x86_64.rpm 815 kB/s | 170 kB 00:00 2024-09-20T19:41:05.338 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:41:05.338 INFO:teuthology.orchestra.run.smithi104.stdout:Total 809 kB/s | 170 kB 00:00 2024-09-20T19:41:05.338 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-20T19:41:05.346 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-20T19:41:05.346 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-20T19:41:05.414 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-20T19:41:05.414 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-20T19:41:05.488 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:48 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:41:05.570 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-20T19:41:05.631 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:41:05.632 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:41:05.632 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repo Size 2024-09-20T19:41:05.632 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:41:05.632 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-09-20T19:41:05.632 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-mirror x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 3.2 M 2024-09-20T19:41:05.632 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:41:05.632 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-09-20T19:41:05.632 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:41:05.632 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-09-20T19:41:05.633 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:41:05.633 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 3.2 M 2024-09-20T19:41:05.633 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 14 M 2024-09-20T19:41:05.633 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-09-20T19:41:05.646 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:05.670 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:05.874 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:05.875 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:41:05.875 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-09-20T19:41:05.875 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:41:05.875 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:41:05.875 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:41:05.969 INFO:teuthology.orchestra.run.smithi043.stdout:rbd-mirror-19.3.0-5127.ge8baca1e.el9.x86_64.rpm 9.5 MB/s | 3.2 MB 00:00 2024-09-20T19:41:05.969 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:41:05.970 INFO:teuthology.orchestra.run.smithi043.stdout:Total 9.5 MB/s | 3.2 MB 00:00 2024-09-20T19:41:05.970 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-09-20T19:41:05.980 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-09-20T19:41:05.980 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-09-20T19:41:06.073 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-09-20T19:41:06.073 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-09-20T19:41:06.114 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install rbd-mirror 2024-09-20T19:41:06.114 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:06.341 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:06.342 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:41:06.342 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-20T19:41:06.342 INFO:teuthology.orchestra.run.smithi104.stdout: rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:41:06.342 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-20T19:41:06.342 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-20T19:41:06.596 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-09-20T19:41:06.634 DEBUG:teuthology.parallel:result is None 2024-09-20T19:41:06.661 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:06.688 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:06.689 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:41:06.689 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-20T19:41:06.689 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-20T19:41:06.689 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-20T19:41:06.689 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:41:06.704 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:48 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:41:06.841 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:41:06.841 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:41:06.841 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repo Size 2024-09-20T19:41:06.842 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:41:06.842 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-09-20T19:41:06.842 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-mirror x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 3.2 M 2024-09-20T19:41:06.842 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:41:06.842 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-09-20T19:41:06.842 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:41:06.842 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-09-20T19:41:06.842 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:41:06.842 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 3.2 M 2024-09-20T19:41:06.842 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 14 M 2024-09-20T19:41:06.842 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-09-20T19:41:07.165 INFO:teuthology.orchestra.run.smithi203.stdout:rbd-mirror-19.3.0-5127.ge8baca1e.el9.x86_64.rpm 9.9 MB/s | 3.2 MB 00:00 2024-09-20T19:41:07.166 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:41:07.166 INFO:teuthology.orchestra.run.smithi203.stdout:Total 9.8 MB/s | 3.2 MB 00:00 2024-09-20T19:41:07.167 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-09-20T19:41:07.176 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-09-20T19:41:07.176 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-09-20T19:41:07.263 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-09-20T19:41:07.263 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-09-20T19:41:07.766 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-09-20T19:41:07.767 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:07.768 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:41:07.768 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-09-20T19:41:07.768 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:41:07.768 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:41:07.768 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:41:07.833 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:07.859 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:07.859 INFO:teuthology.orchestra.run.smithi203.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:41:07.859 INFO:teuthology.orchestra.run.smithi203.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-20T19:41:07.859 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-20T19:41:07.859 INFO:teuthology.orchestra.run.smithi203.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-20T19:41:07.859 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:41:08.017 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install rbd-nbd 2024-09-20T19:41:08.633 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:51 ago on Fri 20 Sep 2024 07:39:17 PM UTC. 2024-09-20T19:41:08.770 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-09-20T19:41:08.771 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:41:08.771 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2024-09-20T19:41:08.771 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:41:08.771 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-09-20T19:41:08.771 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-nbd x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 170 k 2024-09-20T19:41:08.771 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:41:08.771 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-09-20T19:41:08.771 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-09-20T19:41:08.771 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-09-20T19:41:08.771 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:41:08.771 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 170 k 2024-09-20T19:41:08.771 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 490 k 2024-09-20T19:41:08.772 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-09-20T19:41:08.938 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:08.938 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:41:08.938 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-09-20T19:41:08.939 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:41:08.939 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:41:08.939 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:41:08.981 INFO:teuthology.orchestra.run.smithi043.stdout:rbd-nbd-19.3.0-5127.ge8baca1e.el9.x86_64.rpm 818 kB/s | 170 kB 00:00 2024-09-20T19:41:08.981 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:41:08.982 INFO:teuthology.orchestra.run.smithi043.stdout:Total 811 kB/s | 170 kB 00:00 2024-09-20T19:41:08.982 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-09-20T19:41:08.990 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-09-20T19:41:08.990 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-09-20T19:41:09.058 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-09-20T19:41:09.058 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-09-20T19:41:09.160 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install rbd-nbd 2024-09-20T19:41:09.230 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-09-20T19:41:09.339 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:09.740 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:09.770 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:51 ago on Fri 20 Sep 2024 07:39:18 PM UTC. 2024-09-20T19:41:09.904 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-09-20T19:41:09.905 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:41:09.905 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2024-09-20T19:41:09.905 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:41:09.905 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-09-20T19:41:09.905 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-nbd x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 170 k 2024-09-20T19:41:09.905 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:41:09.905 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-09-20T19:41:09.905 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-09-20T19:41:09.906 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-09-20T19:41:09.906 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:41:09.906 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 170 k 2024-09-20T19:41:09.906 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 490 k 2024-09-20T19:41:09.906 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-09-20T19:41:10.007 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:10.007 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:41:10.007 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-09-20T19:41:10.007 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:41:10.007 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:41:10.007 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-09-20T19:41:10.111 INFO:teuthology.orchestra.run.smithi203.stdout:rbd-nbd-19.3.0-5127.ge8baca1e.el9.x86_64.rpm 834 kB/s | 170 kB 00:00 2024-09-20T19:41:10.111 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:41:10.111 INFO:teuthology.orchestra.run.smithi203.stdout:Total 828 kB/s | 170 kB 00:00 2024-09-20T19:41:10.112 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-09-20T19:41:10.119 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-09-20T19:41:10.119 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-09-20T19:41:10.184 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-09-20T19:41:10.185 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-09-20T19:41:10.244 DEBUG:teuthology.parallel:result is None 2024-09-20T19:41:10.346 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-09-20T19:41:10.459 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:10.888 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:11.135 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:41:11.135 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:41:11.135 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-09-20T19:41:11.135 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:41:11.135 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-09-20T19:41:11.135 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-09-20T19:41:11.373 DEBUG:teuthology.parallel:result is None 2024-09-20T19:41:11.373 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:41:11.521 DEBUG:teuthology.orchestra.run.smithi043:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-20T19:41:11.548 INFO:teuthology.orchestra.run.smithi043.stdout:19.3.0-5127.ge8baca1e.el9 2024-09-20T19:41:11.548 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5127.ge8baca1e.el9 2024-09-20T19:41:11.548 INFO:teuthology.task.install:The correct ceph version 19.3.0-5127.ge8baca1e is installed. 2024-09-20T19:41:11.551 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:41:11.690 DEBUG:teuthology.orchestra.run.smithi104:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-20T19:41:11.716 INFO:teuthology.orchestra.run.smithi104.stdout:19.3.0-5127.ge8baca1e.el9 2024-09-20T19:41:11.717 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5127.ge8baca1e.el9 2024-09-20T19:41:11.717 INFO:teuthology.task.install:The correct ceph version 19.3.0-5127.ge8baca1e is installed. 2024-09-20T19:41:11.718 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:41:11.855 DEBUG:teuthology.orchestra.run.smithi203:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-20T19:41:11.876 INFO:teuthology.orchestra.run.smithi203.stdout:19.3.0-5127.ge8baca1e.el9 2024-09-20T19:41:11.877 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5127.ge8baca1e.el9 2024-09-20T19:41:11.877 INFO:teuthology.task.install:The correct ceph version 19.3.0-5127.ge8baca1e is installed. 2024-09-20T19:41:11.878 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-20T19:41:11.879 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-09-20T19:41:11.879 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-20T19:41:11.911 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-09-20T19:41:11.911 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-20T19:41:11.941 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-09-20T19:41:11.941 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-20T19:41:11.966 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-20T19:41:11.967 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-09-20T19:41:11.967 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/usr/bin/daemon-helper 2024-09-20T19:41:11.998 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-20T19:41:12.068 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-09-20T19:41:12.068 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/usr/bin/daemon-helper 2024-09-20T19:41:12.098 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-20T19:41:12.167 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-09-20T19:41:12.167 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/usr/bin/daemon-helper 2024-09-20T19:41:12.192 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-20T19:41:12.258 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-20T19:41:12.258 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-09-20T19:41:12.258 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-20T19:41:12.290 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-20T19:41:12.362 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-09-20T19:41:12.363 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-20T19:41:12.392 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-20T19:41:12.459 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-09-20T19:41:12.459 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-20T19:41:12.484 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-20T19:41:12.549 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-20T19:41:12.549 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-09-20T19:41:12.549 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/usr/bin/stdin-killer 2024-09-20T19:41:12.580 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-20T19:41:12.651 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-09-20T19:41:12.651 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/usr/bin/stdin-killer 2024-09-20T19:41:12.679 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-20T19:41:12.747 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-09-20T19:41:12.747 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/usr/bin/stdin-killer 2024-09-20T19:41:12.772 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-20T19:41:12.837 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-20T19:41:12.967 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\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_HOST', 'CEPHADM_STRAY_DAEMON', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7'} 2024-09-20T19:41:12.967 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:41:12.968 INFO:tasks.cephadm:Cluster fsid is 4b057d82-7788-11ef-baf5-efdc52797490 2024-09-20T19:41:12.968 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-20T19:41:12.968 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.43', 'mon.b': '172.21.15.104', 'mon.c': '172.21.15.203'} 2024-09-20T19:41:12.968 INFO:tasks.cephadm:First mon is mon.a on smithi043 2024-09-20T19:41:12.969 INFO:tasks.cephadm:First mgr is a 2024-09-20T19:41:12.969 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-20T19:41:12.969 DEBUG:teuthology.orchestra.run.smithi043:> sudo hostname $(hostname -s) 2024-09-20T19:41:13.000 DEBUG:teuthology.orchestra.run.smithi104:> sudo hostname $(hostname -s) 2024-09-20T19:41:13.030 DEBUG:teuthology.orchestra.run.smithi203:> sudo hostname $(hostname -s) 2024-09-20T19:41:13.055 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-20T19:41:13.055 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:41:13.194 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/83188/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-5127-ge8baca1e', 'node_name': '172.21.2.6+braggi06', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-5127.ge8baca1e'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-20 14:53:51.724057', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-09-20-0910', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-09-20T19:41:13.334 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-adk-testing-2024-09-20-0910, sha1 e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:41:13.335 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/x86_64/flavors/default/cephadm 2024-09-20T19:41:13.335 INFO:tasks.cephadm:Downloading cephadm from url: https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/x86_64/flavors/default/cephadm 2024-09-20T19:41:13.335 DEBUG:teuthology.orchestra.run.smithi043:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-20T19:41:13.884 INFO:teuthology.orchestra.run.smithi043.stdout:-rw-r--r--. 1 ubuntu ubuntu 804287 Sep 20 19:41 /home/ubuntu/cephtest/cephadm 2024-09-20T19:41:13.884 DEBUG:teuthology.orchestra.run.smithi104:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-20T19:41:14.454 INFO:teuthology.orchestra.run.smithi104.stdout:-rw-r--r--. 1 ubuntu ubuntu 804287 Sep 20 19:41 /home/ubuntu/cephtest/cephadm 2024-09-20T19:41:14.454 DEBUG:teuthology.orchestra.run.smithi203:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-20T19:41:14.993 INFO:teuthology.orchestra.run.smithi203.stdout:-rw-r--r--. 1 ubuntu ubuntu 804287 Sep 20 19:41 /home/ubuntu/cephtest/cephadm 2024-09-20T19:41:14.993 DEBUG:teuthology.orchestra.run.smithi043:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-20T19:41:15.014 DEBUG:teuthology.orchestra.run.smithi104:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-20T19:41:15.033 DEBUG:teuthology.orchestra.run.smithi203:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-20T19:41:15.064 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 on all hosts... 2024-09-20T19:41:15.064 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 pull 2024-09-20T19:41:15.067 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 pull 2024-09-20T19:41:15.076 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 pull 2024-09-20T19:41:16.585 INFO:teuthology.orchestra.run.smithi043.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7... 2024-09-20T19:41:16.725 INFO:teuthology.orchestra.run.smithi104.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7... 2024-09-20T19:41:16.765 INFO:teuthology.orchestra.run.smithi203.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7... 2024-09-20T19:41:54.793 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2024-09-20T19:41:54.794 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph_version": "ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev)", 2024-09-20T19:41:54.794 INFO:teuthology.orchestra.run.smithi043.stdout: "image_id": "82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30", 2024-09-20T19:41:54.794 INFO:teuthology.orchestra.run.smithi043.stdout: "repo_digests": [ 2024-09-20T19:41:54.794 INFO:teuthology.orchestra.run.smithi043.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:dc9dc647e3e3360d1adc5cf221a5bec436cbf643c6188f083c790ea05138208d" 2024-09-20T19:41:54.794 INFO:teuthology.orchestra.run.smithi043.stdout: ] 2024-09-20T19:41:54.794 INFO:teuthology.orchestra.run.smithi043.stdout:} 2024-09-20T19:42:47.070 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-20T19:42:47.070 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph_version": "ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev)", 2024-09-20T19:42:47.070 INFO:teuthology.orchestra.run.smithi104.stdout: "image_id": "82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30", 2024-09-20T19:42:47.070 INFO:teuthology.orchestra.run.smithi104.stdout: "repo_digests": [ 2024-09-20T19:42:47.070 INFO:teuthology.orchestra.run.smithi104.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:dc9dc647e3e3360d1adc5cf221a5bec436cbf643c6188f083c790ea05138208d" 2024-09-20T19:42:47.071 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-20T19:42:47.071 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-20T19:43:55.607 INFO:teuthology.orchestra.run.smithi203.stdout:{ 2024-09-20T19:43:55.607 INFO:teuthology.orchestra.run.smithi203.stdout: "ceph_version": "ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev)", 2024-09-20T19:43:55.607 INFO:teuthology.orchestra.run.smithi203.stdout: "image_id": "82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30", 2024-09-20T19:43:55.607 INFO:teuthology.orchestra.run.smithi203.stdout: "repo_digests": [ 2024-09-20T19:43:55.607 INFO:teuthology.orchestra.run.smithi203.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:dc9dc647e3e3360d1adc5cf221a5bec436cbf643c6188f083c790ea05138208d" 2024-09-20T19:43:55.607 INFO:teuthology.orchestra.run.smithi203.stdout: ] 2024-09-20T19:43:55.607 INFO:teuthology.orchestra.run.smithi203.stdout:} 2024-09-20T19:43:55.636 DEBUG:teuthology.orchestra.run.smithi043:> sudo mkdir -p /etc/ceph 2024-09-20T19:43:55.672 DEBUG:teuthology.orchestra.run.smithi104:> sudo mkdir -p /etc/ceph 2024-09-20T19:43:55.706 DEBUG:teuthology.orchestra.run.smithi203:> sudo mkdir -p /etc/ceph 2024-09-20T19:43:55.735 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod 777 /etc/ceph 2024-09-20T19:43:55.765 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod 777 /etc/ceph 2024-09-20T19:43:55.794 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod 777 /etc/ceph 2024-09-20T19:43:55.820 INFO:tasks.cephadm:Writing seed config... 2024-09-20T19:43:55.821 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-20T19:43:55.821 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-20T19:43:55.821 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-20T19:43:55.821 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-09-20T19:43:55.821 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-20T19:43:55.821 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-20T19:43:55.821 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-20T19:43:55.822 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-20T19:43:55.822 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-20T19:43:55.822 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-09-20T19:43:55.822 DEBUG:teuthology.orchestra.run.smithi043:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-20T19:43:55.841 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=jerasure 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 = 4b057d82-7788-11ef-baf5-efdc52797490 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops 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 2024-09-20T19:43:55.841 DEBUG:teuthology.orchestra.run.smithi043:mon.a> sudo journalctl -f -n 0 -u ceph-4b057d82-7788-11ef-baf5-efdc52797490@mon.a.service 2024-09-20T19:43:55.883 DEBUG:teuthology.orchestra.run.smithi043:mgr.a> sudo journalctl -f -n 0 -u ceph-4b057d82-7788-11ef-baf5-efdc52797490@mgr.a.service 2024-09-20T19:43:55.927 INFO:tasks.cephadm:Bootstrapping... 2024-09-20T19:43:55.927 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -v bootstrap --fsid 4b057d82-7788-11ef-baf5-efdc52797490 --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 172.21.15.43 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-20T19:43:56.142 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:43:56.142 INFO:teuthology.orchestra.run.smithi043.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7', '-v', 'bootstrap', '--fsid', '4b057d82-7788-11ef-baf5-efdc52797490', '--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', '172.21.15.43', '--skip-admin-label'] 2024-09-20T19:43:56.142 INFO:teuthology.orchestra.run.smithi043.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-20T19:43:56.143 INFO:teuthology.orchestra.run.smithi043.stdout:Verifying podman|docker is present... 2024-09-20T19:43:56.177 INFO:teuthology.orchestra.run.smithi043.stdout:/bin/podman: stdout 5.2.2 2024-09-20T19:43:56.177 INFO:teuthology.orchestra.run.smithi043.stdout:Verifying lvm2 is present... 2024-09-20T19:43:56.177 INFO:teuthology.orchestra.run.smithi043.stdout:Verifying time synchronization is in place... 2024-09-20T19:43:56.185 INFO:teuthology.orchestra.run.smithi043.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-20T19:43:56.185 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-20T19:43:56.191 INFO:teuthology.orchestra.run.smithi043.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-20T19:43:56.191 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stdout inactive 2024-09-20T19:43:56.198 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stdout enabled 2024-09-20T19:43:56.205 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stdout active 2024-09-20T19:43:56.205 INFO:teuthology.orchestra.run.smithi043.stdout:Unit chronyd.service is enabled and running 2024-09-20T19:43:56.205 INFO:teuthology.orchestra.run.smithi043.stdout:Repeating the final host check... 2024-09-20T19:43:56.228 INFO:teuthology.orchestra.run.smithi043.stdout:/bin/podman: stdout 5.2.2 2024-09-20T19:43:56.228 INFO:teuthology.orchestra.run.smithi043.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-20T19:43:56.228 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl is present 2024-09-20T19:43:56.228 INFO:teuthology.orchestra.run.smithi043.stdout:lvcreate is present 2024-09-20T19:43:56.235 INFO:teuthology.orchestra.run.smithi043.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-20T19:43:56.235 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-20T19:43:56.242 INFO:teuthology.orchestra.run.smithi043.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-20T19:43:56.242 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stdout inactive 2024-09-20T19:43:56.248 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stdout enabled 2024-09-20T19:43:56.255 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stdout active 2024-09-20T19:43:56.255 INFO:teuthology.orchestra.run.smithi043.stdout:Unit chronyd.service is enabled and running 2024-09-20T19:43:56.255 INFO:teuthology.orchestra.run.smithi043.stdout:Host looks OK 2024-09-20T19:43:56.255 INFO:teuthology.orchestra.run.smithi043.stdout:Cluster fsid: 4b057d82-7788-11ef-baf5-efdc52797490 2024-09-20T19:43:56.255 INFO:teuthology.orchestra.run.smithi043.stdout:Acquiring lock 139641401138816 on /run/cephadm/4b057d82-7788-11ef-baf5-efdc52797490.lock 2024-09-20T19:43:56.255 INFO:teuthology.orchestra.run.smithi043.stdout:Lock 139641401138816 acquired on /run/cephadm/4b057d82-7788-11ef-baf5-efdc52797490.lock 2024-09-20T19:43:56.256 INFO:teuthology.orchestra.run.smithi043.stdout:Verifying IP 172.21.15.43 port 3300 ... 2024-09-20T19:43:56.256 INFO:teuthology.orchestra.run.smithi043.stdout:Verifying IP 172.21.15.43 port 6789 ... 2024-09-20T19:43:56.256 INFO:teuthology.orchestra.run.smithi043.stdout:Base mon IP(s) is [172.21.15.43:3300, 172.21.15.43:6789], mon addrv is [v2:172.21.15.43:3300,v1:172.21.15.43:6789] 2024-09-20T19:43:56.259 INFO:teuthology.orchestra.run.smithi043.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.43 metric 100 2024-09-20T19:43:56.259 INFO:teuthology.orchestra.run.smithi043.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.43 metric 100 2024-09-20T19:43:56.262 INFO:teuthology.orchestra.run.smithi043.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-20T19:43:56.262 INFO:teuthology.orchestra.run.smithi043.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-20T19:43:56.262 INFO:teuthology.orchestra.run.smithi043.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1793sec hoplimit 64 pref medium 2024-09-20T19:43:56.264 INFO:teuthology.orchestra.run.smithi043.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-20T19:43:56.264 INFO:teuthology.orchestra.run.smithi043.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-20T19:43:56.265 INFO:teuthology.orchestra.run.smithi043.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-20T19:43:56.265 INFO:teuthology.orchestra.run.smithi043.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-20T19:43:56.265 INFO:teuthology.orchestra.run.smithi043.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1358/64 scope link 2024-09-20T19:43:56.265 INFO:teuthology.orchestra.run.smithi043.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-20T19:43:56.265 INFO:teuthology.orchestra.run.smithi043.stdout:Mon IP `172.21.15.43` is in CIDR network `172.21.0.0/20` 2024-09-20T19:43:56.266 INFO:teuthology.orchestra.run.smithi043.stdout:Mon IP `172.21.15.43` is in CIDR network `172.21.0.0/20` 2024-09-20T19:43:56.266 INFO:teuthology.orchestra.run.smithi043.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-20T19:43:56.266 INFO:teuthology.orchestra.run.smithi043.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-20T19:43:56.266 INFO:teuthology.orchestra.run.smithi043.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7... 2024-09-20T19:43:56.886 INFO:teuthology.orchestra.run.smithi043.stdout:/bin/podman: stdout 82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30 2024-09-20T19:43:56.886 INFO:teuthology.orchestra.run.smithi043.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7... 2024-09-20T19:43:56.887 INFO:teuthology.orchestra.run.smithi043.stdout:/bin/podman: stderr Getting image source signatures 2024-09-20T19:43:56.887 INFO:teuthology.orchestra.run.smithi043.stdout:/bin/podman: stderr Copying blob sha256:37dd1d0ec270b79acd9d97ddbf4dc10591523dcb8e45e975b12ce085114cc3b2 2024-09-20T19:43:56.887 INFO:teuthology.orchestra.run.smithi043.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-20T19:43:56.887 INFO:teuthology.orchestra.run.smithi043.stdout:/bin/podman: stderr Copying config sha256:82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30 2024-09-20T19:43:56.887 INFO:teuthology.orchestra.run.smithi043.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-20T19:43:57.799 INFO:teuthology.orchestra.run.smithi043.stdout:ceph: stdout ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev) 2024-09-20T19:43:57.799 INFO:teuthology.orchestra.run.smithi043.stdout:Ceph version: ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev) 2024-09-20T19:43:57.799 INFO:teuthology.orchestra.run.smithi043.stdout:Extracting ceph user uid/gid from container image... 2024-09-20T19:43:58.730 INFO:teuthology.orchestra.run.smithi043.stdout:stat: stdout 167 167 2024-09-20T19:43:58.730 INFO:teuthology.orchestra.run.smithi043.stdout:Creating initial keys... 2024-09-20T19:43:59.644 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph-authtool: stdout AQB/0O1muFbWAhAAaOxP4KqEaGiYb2o6PcbjzA== 2024-09-20T19:44:00.474 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph-authtool: stdout AQB/0O1mOjq8OBAA31/9nnffKVSvxzYu2V3ppg== 2024-09-20T19:44:01.464 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph-authtool: stdout AQCA0O1mIAkhLxAARvYzz8UQoAybVPh6ew5U4w== 2024-09-20T19:44:01.465 INFO:teuthology.orchestra.run.smithi043.stdout:Creating initial monmap... 2024-09-20T19:44:02.329 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-20T19:44:02.329 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-20T19:44:02.329 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 4b057d82-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:02.330 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-20T19:44:02.330 INFO:teuthology.orchestra.run.smithi043.stdout:monmaptool for a [v2:172.21.15.43:3300,v1:172.21.15.43:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-20T19:44:02.330 INFO:teuthology.orchestra.run.smithi043.stdout:setting min_mon_release = quincy 2024-09-20T19:44:02.330 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/monmaptool: set fsid to 4b057d82-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:02.330 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-20T19:44:02.330 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:44:02.330 INFO:teuthology.orchestra.run.smithi043.stdout:Creating mon... 2024-09-20T19:44:03.233 INFO:teuthology.orchestra.run.smithi043.stdout:create mon.a on 2024-09-20T19:44:03.445 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-20T19:44:03.597 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-20T19:44:03.780 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-4b057d82-7788-11ef-baf5-efdc52797490.target → /etc/systemd/system/ceph-4b057d82-7788-11ef-baf5-efdc52797490.target. 2024-09-20T19:44:03.780 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-4b057d82-7788-11ef-baf5-efdc52797490.target → /etc/systemd/system/ceph-4b057d82-7788-11ef-baf5-efdc52797490.target. 2024-09-20T19:44:04.020 INFO:teuthology.orchestra.run.smithi043.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-4b057d82-7788-11ef-baf5-efdc52797490@mon.a 2024-09-20T19:44:04.020 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Failed to reset failed state of unit ceph-4b057d82-7788-11ef-baf5-efdc52797490@mon.a.service: Unit ceph-4b057d82-7788-11ef-baf5-efdc52797490@mon.a.service not loaded. 2024-09-20T19:44:04.181 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-4b057d82-7788-11ef-baf5-efdc52797490.target.wants/ceph-4b057d82-7788-11ef-baf5-efdc52797490@mon.a.service → /etc/systemd/system/ceph-4b057d82-7788-11ef-baf5-efdc52797490@.service. 2024-09-20T19:44:04.471 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:04 smithi043 podman[29333]: 2024-09-20 19:44:04.328395443 +0000 UTC m=+0.024936232 image pull 82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:44:04.695 INFO:teuthology.orchestra.run.smithi043.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-20T19:44:04.695 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stdout disabled 2024-09-20T19:44:04.703 INFO:teuthology.orchestra.run.smithi043.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-20T19:44:04.703 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stdout inactive 2024-09-20T19:44:04.703 INFO:teuthology.orchestra.run.smithi043.stdout:firewalld.service is not enabled 2024-09-20T19:44:04.703 INFO:teuthology.orchestra.run.smithi043.stdout:Not possible to enable service . firewalld.service is not available 2024-09-20T19:44:04.704 INFO:teuthology.orchestra.run.smithi043.stdout:Waiting for mon to start... 2024-09-20T19:44:04.704 INFO:teuthology.orchestra.run.smithi043.stdout:Waiting for mon... 2024-09-20T19:44:04.833 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:04 smithi043 podman[29333]: 2024-09-20 19:44:04.601406072 +0000 UTC m=+0.297946834 container init 4f44ac299347fd0f5ba668ef8301f122f01a0cf2f4433eb3e25602e455168584 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-4b057d82-7788-11ef-baf5-efdc52797490-mon-a, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-20T19:44:04.833 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:04 smithi043 podman[29333]: 2024-09-20 19:44:04.604623652 +0000 UTC m=+0.301164421 container start 4f44ac299347fd0f5ba668ef8301f122f01a0cf2f4433eb3e25602e455168584 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-4b057d82-7788-11ef-baf5-efdc52797490-mon-a, ceph=True, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-20T19:44:04.833 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:04 smithi043 ceph-mon[29355]: mkfs 4b057d82-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:04.833 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:04 smithi043 ceph-mon[29355]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T19:44:04.833 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:04 smithi043 bash[29333]: 4f44ac299347fd0f5ba668ef8301f122f01a0cf2f4433eb3e25602e455168584 2024-09-20T19:44:04.833 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:04 smithi043 systemd[1]: Started Ceph mon.a for 4b057d82-7788-11ef-baf5-efdc52797490. 2024-09-20T19:44:05.697 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout cluster: 2024-09-20T19:44:05.697 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout id: 4b057d82-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:05.698 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-20T19:44:05.698 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout 2024-09-20T19:44:05.698 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout services: 2024-09-20T19:44:05.698 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.536841s) 2024-09-20T19:44:05.698 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-20T19:44:05.698 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-20T19:44:05.698 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout 2024-09-20T19:44:05.699 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout data: 2024-09-20T19:44:05.699 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-20T19:44:05.699 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-20T19:44:05.699 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-20T19:44:05.699 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout pgs: 2024-09-20T19:44:05.700 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout 2024-09-20T19:44:05.700 INFO:teuthology.orchestra.run.smithi043.stdout:mon is available 2024-09-20T19:44:05.700 INFO:teuthology.orchestra.run.smithi043.stdout:Assimilating anything we can from ceph.conf... 2024-09-20T19:44:05.809 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:05 smithi043 ceph-mon[29355]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T19:44:05.809 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:05 smithi043 ceph-mon[29355]: monmap epoch 1 2024-09-20T19:44:05.809 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:05 smithi043 ceph-mon[29355]: fsid 4b057d82-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:05.809 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:05 smithi043 ceph-mon[29355]: last_changed 2024-09-20T19:44:01.817587+0000 2024-09-20T19:44:05.810 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:05 smithi043 ceph-mon[29355]: created 2024-09-20T19:44:01.817587+0000 2024-09-20T19:44:05.810 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:05 smithi043 ceph-mon[29355]: min_mon_release 19 (squid) 2024-09-20T19:44:05.810 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:05 smithi043 ceph-mon[29355]: election_strategy: 1 2024-09-20T19:44:05.810 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:05 smithi043 ceph-mon[29355]: 0: [v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0] mon.a 2024-09-20T19:44:05.810 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:05 smithi043 ceph-mon[29355]: fsmap 2024-09-20T19:44:05.810 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:05 smithi043 ceph-mon[29355]: osdmap e1: 0 total, 0 up, 0 in 2024-09-20T19:44:05.810 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:05 smithi043 ceph-mon[29355]: mgrmap e1: no daemons active 2024-09-20T19:44:05.810 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:05 smithi043 ceph-mon[29355]: from='client.? 172.21.15.43:0/566527311' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-20T19:44:06.824 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:06 smithi043 ceph-mon[29355]: from='client.? 172.21.15.43:0/261643019' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-20T19:44:06.824 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:06 smithi043 ceph-mon[29355]: from='client.? 172.21.15.43:0/261643019' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-20T19:44:06.828 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout 2024-09-20T19:44:06.828 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout [global] 2024-09-20T19:44:06.828 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout fsid = 4b057d82-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:06.828 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-20T19:44:06.828 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.43:3300,v1:172.21.15.43:6789] 2024-09-20T19:44:06.828 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-20T19:44:06.828 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-20T19:44:06.829 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-20T19:44:06.829 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-20T19:44:06.829 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout 2024-09-20T19:44:06.829 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-20T19:44:06.829 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-09-20T19:44:06.829 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-20T19:44:06.829 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout 2024-09-20T19:44:06.829 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout [osd] 2024-09-20T19:44:06.829 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-20T19:44:06.829 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-20T19:44:06.829 INFO:teuthology.orchestra.run.smithi043.stdout:Generating new minimal ceph.conf... 2024-09-20T19:44:07.799 INFO:teuthology.orchestra.run.smithi043.stdout:Restarting the monitor... 2024-09-20T19:44:07.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:07 smithi043 ceph-mon[29355]: from='client.? 172.21.15.43:0/1733960073' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:44:07.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:07 smithi043 systemd[1]: Stopping Ceph mon.a for 4b057d82-7788-11ef-baf5-efdc52797490... 2024-09-20T19:44:08.341 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:08 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mon-a[29348]: 2024-09-20T19:44:08.065+0000 7fcd582a9640 -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 2024-09-20T19:44:08.341 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:08 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mon-a[29348]: 2024-09-20T19:44:08.065+0000 7fcd582a9640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-20T19:44:08.342 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:08 smithi043 podman[29605]: 2024-09-20 19:44:08.086042441 +0000 UTC m=+0.116971119 container died 4f44ac299347fd0f5ba668ef8301f122f01a0cf2f4433eb3e25602e455168584 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-4b057d82-7788-11ef-baf5-efdc52797490-mon-a, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-20T19:44:08.653 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:08 smithi043 podman[29605]: 2024-09-20 19:44:08.439884473 +0000 UTC m=+0.470813151 container cleanup 4f44ac299347fd0f5ba668ef8301f122f01a0cf2f4433eb3e25602e455168584 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-4b057d82-7788-11ef-baf5-efdc52797490-mon-a, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-20T19:44:08.653 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:08 smithi043 bash[29605]: ceph-4b057d82-7788-11ef-baf5-efdc52797490-mon-a 2024-09-20T19:44:09.009 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:08 smithi043 podman[29617]: 2024-09-20 19:44:08.69087607 +0000 UTC m=+0.604215441 container remove 4f44ac299347fd0f5ba668ef8301f122f01a0cf2f4433eb3e25602e455168584 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-4b057d82-7788-11ef-baf5-efdc52797490-mon-a, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1) 2024-09-20T19:44:09.010 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:08 smithi043 systemd[1]: ceph-4b057d82-7788-11ef-baf5-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-20T19:44:09.010 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:08 smithi043 systemd[1]: Stopped Ceph mon.a for 4b057d82-7788-11ef-baf5-efdc52797490. 2024-09-20T19:44:09.010 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:08 smithi043 systemd[1]: Starting Ceph mon.a for 4b057d82-7788-11ef-baf5-efdc52797490... 2024-09-20T19:44:09.261 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 podman[29710]: 2024-09-20 19:44:09.008275927 +0000 UTC m=+0.090830846 container create 50d92623c2786c20017048bf6f10410c97fdc7e6ccad263485814cbef8b42bff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-4b057d82-7788-11ef-baf5-efdc52797490-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-09-20T19:44:09.261 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 podman[29710]: 2024-09-20 19:44:08.933447336 +0000 UTC m=+0.016002212 image pull 82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:44:09.261 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 podman[29710]: 2024-09-20 19:44:09.185454678 +0000 UTC m=+0.268009559 container init 50d92623c2786c20017048bf6f10410c97fdc7e6ccad263485814cbef8b42bff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-4b057d82-7788-11ef-baf5-efdc52797490-mon-a, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1) 2024-09-20T19:44:09.261 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 podman[29710]: 2024-09-20 19:44:09.188553674 +0000 UTC m=+0.271108558 container start 50d92623c2786c20017048bf6f10410c97fdc7e6ccad263485814cbef8b42bff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-4b057d82-7788-11ef-baf5-efdc52797490-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-20T19:44:09.261 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: set uid:gid to 167:167 (ceph:ceph) 2024-09-20T19:44:09.262 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev), process ceph-mon, pid 2 2024-09-20T19:44:09.262 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: pidfile_write: ignore empty --pid-file 2024-09-20T19:44:09.262 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: load: jerasure load: lrc 2024-09-20T19:44:09.262 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: RocksDB version: 7.9.2 2024-09-20T19:44:09.262 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Git sha 0 2024-09-20T19:44:09.262 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Compile date 2024-09-20 13:31:19 2024-09-20T19:44:09.262 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: DB SUMMARY 2024-09-20T19:44:09.262 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: DB Session ID: 0V3UKT0EL57LOJOMHALC 2024-09-20T19:44:09.262 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: CURRENT file: CURRENT 2024-09-20T19:44:09.262 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: IDENTITY file: IDENTITY 2024-09-20T19:44:09.262 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-20T19:44:09.262 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-20T19:44:09.262 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88806 ; 2024-09-20T19:44:09.263 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.error_if_exists: 0 2024-09-20T19:44:09.264 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.create_if_missing: 0 2024-09-20T19:44:09.264 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.paranoid_checks: 1 2024-09-20T19:44:09.264 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-20T19:44:09.264 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-20T19:44:09.264 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-20T19:44:09.264 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.env: 0x55c350f11120 2024-09-20T19:44:09.264 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.fs: PosixFileSystem 2024-09-20T19:44:09.264 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.info_log: 0x55c35208d700 2024-09-20T19:44:09.264 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_file_opening_threads: 16 2024-09-20T19:44:09.264 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.statistics: (nil) 2024-09-20T19:44:09.264 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.use_fsync: 0 2024-09-20T19:44:09.264 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_log_file_size: 0 2024-09-20T19:44:09.264 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-20T19:44:09.265 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-20T19:44:09.265 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.keep_log_file_num: 1000 2024-09-20T19:44:09.265 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.recycle_log_file_num: 0 2024-09-20T19:44:09.265 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.allow_fallocate: 1 2024-09-20T19:44:09.265 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.allow_mmap_reads: 0 2024-09-20T19:44:09.265 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.allow_mmap_writes: 0 2024-09-20T19:44:09.265 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.use_direct_reads: 0 2024-09-20T19:44:09.265 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-20T19:44:09.265 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.create_missing_column_families: 0 2024-09-20T19:44:09.265 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.db_log_dir: 2024-09-20T19:44:09.265 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.wal_dir: 2024-09-20T19:44:09.265 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-20T19:44:09.265 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-20T19:44:09.266 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-20T19:44:09.266 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-20T19:44:09.266 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-20T19:44:09.266 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-20T19:44:09.266 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.advise_random_on_open: 1 2024-09-20T19:44:09.266 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.db_write_buffer_size: 0 2024-09-20T19:44:09.266 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.write_buffer_manager: 0x55c352091b80 2024-09-20T19:44:09.266 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-20T19:44:09.266 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-20T19:44:09.266 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-20T19:44:09.266 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.rate_limiter: (nil) 2024-09-20T19:44:09.266 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-20T19:44:09.266 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.wal_recovery_mode: 2 2024-09-20T19:44:09.266 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.enable_thread_tracking: 0 2024-09-20T19:44:09.267 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.enable_pipelined_write: 0 2024-09-20T19:44:09.267 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.unordered_write: 0 2024-09-20T19:44:09.267 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-20T19:44:09.267 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-20T19:44:09.267 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-20T19:44:09.267 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-20T19:44:09.267 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.row_cache: None 2024-09-20T19:44:09.267 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.wal_filter: None 2024-09-20T19:44:09.267 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-20T19:44:09.267 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.allow_ingest_behind: 0 2024-09-20T19:44:09.267 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.two_write_queues: 0 2024-09-20T19:44:09.267 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.manual_wal_flush: 0 2024-09-20T19:44:09.268 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.wal_compression: 0 2024-09-20T19:44:09.268 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.atomic_flush: 0 2024-09-20T19:44:09.268 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-20T19:44:09.268 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-20T19:44:09.268 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-20T19:44:09.268 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.log_readahead_size: 0 2024-09-20T19:44:09.268 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-20T19:44:09.268 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.best_efforts_recovery: 0 2024-09-20T19:44:09.268 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-20T19:44:09.268 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-20T19:44:09.268 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.allow_data_in_errors: 0 2024-09-20T19:44:09.268 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.db_host_id: __hostname__ 2024-09-20T19:44:09.269 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-20T19:44:09.269 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_background_jobs: 2 2024-09-20T19:44:09.269 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_background_compactions: -1 2024-09-20T19:44:09.269 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_subcompactions: 1 2024-09-20T19:44:09.269 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-20T19:44:09.269 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-20T19:44:09.269 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-20T19:44:09.269 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_total_wal_size: 0 2024-09-20T19:44:09.269 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-20T19:44:09.269 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-20T19:44:09.269 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-20T19:44:09.269 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-20T19:44:09.269 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_open_files: -1 2024-09-20T19:44:09.270 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.bytes_per_sync: 0 2024-09-20T19:44:09.270 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-20T19:44:09.270 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-20T19:44:09.270 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compaction_readahead_size: 0 2024-09-20T19:44:09.270 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_background_flushes: -1 2024-09-20T19:44:09.270 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Compression algorithms supported: 2024-09-20T19:44:09.270 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: kZSTD supported: 0 2024-09-20T19:44:09.270 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: kXpressCompression supported: 0 2024-09-20T19:44:09.270 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: kBZip2Compression supported: 0 2024-09-20T19:44:09.270 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-20T19:44:09.270 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: kLZ4Compression supported: 1 2024-09-20T19:44:09.271 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: kZlibCompression supported: 1 2024-09-20T19:44:09.271 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: kLZ4HCCompression supported: 1 2024-09-20T19:44:09.271 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: kSnappyCompression supported: 1 2024-09-20T19:44:09.271 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-20T19:44:09.271 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-20T19:44:09.271 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-20T19:44:09.271 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-20T19:44:09.271 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-20T19:44:09.271 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.merge_operator: 2024-09-20T19:44:09.271 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compaction_filter: None 2024-09-20T19:44:09.271 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compaction_filter_factory: None 2024-09-20T19:44:09.271 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.sst_partitioner_factory: None 2024-09-20T19:44:09.271 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-20T19:44:09.272 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-20T19:44:09.272 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c35208d320) 2024-09-20T19:44:09.272 INFO:journalctl@ceph.mon.a.smithi043.stdout: cache_index_and_filter_blocks: 1 2024-09-20T19:44:09.272 INFO:journalctl@ceph.mon.a.smithi043.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-20T19:44:09.272 INFO:journalctl@ceph.mon.a.smithi043.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-20T19:44:09.272 INFO:journalctl@ceph.mon.a.smithi043.stdout: pin_top_level_index_and_filter: 1 2024-09-20T19:44:09.272 INFO:journalctl@ceph.mon.a.smithi043.stdout: index_type: 0 2024-09-20T19:44:09.272 INFO:journalctl@ceph.mon.a.smithi043.stdout: data_block_index_type: 0 2024-09-20T19:44:09.272 INFO:journalctl@ceph.mon.a.smithi043.stdout: index_shortening: 1 2024-09-20T19:44:09.272 INFO:journalctl@ceph.mon.a.smithi043.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-20T19:44:09.272 INFO:journalctl@ceph.mon.a.smithi043.stdout: checksum: 4 2024-09-20T19:44:09.272 INFO:journalctl@ceph.mon.a.smithi043.stdout: no_block_cache: 0 2024-09-20T19:44:09.272 INFO:journalctl@ceph.mon.a.smithi043.stdout: block_cache: 0x55c352081610 2024-09-20T19:44:09.273 INFO:journalctl@ceph.mon.a.smithi043.stdout: block_cache_name: BinnedLRUCache 2024-09-20T19:44:09.273 INFO:journalctl@ceph.mon.a.smithi043.stdout: block_cache_options: 2024-09-20T19:44:09.273 INFO:journalctl@ceph.mon.a.smithi043.stdout: capacity : 536870912 2024-09-20T19:44:09.273 INFO:journalctl@ceph.mon.a.smithi043.stdout: num_shard_bits : 4 2024-09-20T19:44:09.273 INFO:journalctl@ceph.mon.a.smithi043.stdout: strict_capacity_limit : 0 2024-09-20T19:44:09.273 INFO:journalctl@ceph.mon.a.smithi043.stdout: high_pri_pool_ratio: 0.000 2024-09-20T19:44:09.273 INFO:journalctl@ceph.mon.a.smithi043.stdout: block_cache_compressed: (nil) 2024-09-20T19:44:09.273 INFO:journalctl@ceph.mon.a.smithi043.stdout: persistent_cache: (nil) 2024-09-20T19:44:09.273 INFO:journalctl@ceph.mon.a.smithi043.stdout: block_size: 4096 2024-09-20T19:44:09.273 INFO:journalctl@ceph.mon.a.smithi043.stdout: block_size_deviation: 10 2024-09-20T19:44:09.273 INFO:journalctl@ceph.mon.a.smithi043.stdout: block_restart_interval: 16 2024-09-20T19:44:09.273 INFO:journalctl@ceph.mon.a.smithi043.stdout: index_block_restart_interval: 1 2024-09-20T19:44:09.273 INFO:journalctl@ceph.mon.a.smithi043.stdout: metadata_block_size: 4096 2024-09-20T19:44:09.274 INFO:journalctl@ceph.mon.a.smithi043.stdout: partition_filters: 0 2024-09-20T19:44:09.274 INFO:journalctl@ceph.mon.a.smithi043.stdout: use_delta_encoding: 1 2024-09-20T19:44:09.274 INFO:journalctl@ceph.mon.a.smithi043.stdout: filter_policy: bloomfilter 2024-09-20T19:44:09.274 INFO:journalctl@ceph.mon.a.smithi043.stdout: whole_key_filtering: 1 2024-09-20T19:44:09.274 INFO:journalctl@ceph.mon.a.smithi043.stdout: verify_compression: 0 2024-09-20T19:44:09.274 INFO:journalctl@ceph.mon.a.smithi043.stdout: read_amp_bytes_per_bit: 0 2024-09-20T19:44:09.274 INFO:journalctl@ceph.mon.a.smithi043.stdout: format_version: 5 2024-09-20T19:44:09.274 INFO:journalctl@ceph.mon.a.smithi043.stdout: enable_index_compression: 1 2024-09-20T19:44:09.274 INFO:journalctl@ceph.mon.a.smithi043.stdout: block_align: 0 2024-09-20T19:44:09.274 INFO:journalctl@ceph.mon.a.smithi043.stdout: max_auto_readahead_size: 262144 2024-09-20T19:44:09.274 INFO:journalctl@ceph.mon.a.smithi043.stdout: prepopulate_block_cache: 0 2024-09-20T19:44:09.274 INFO:journalctl@ceph.mon.a.smithi043.stdout: initial_auto_readahead_size: 8192 2024-09-20T19:44:09.275 INFO:journalctl@ceph.mon.a.smithi043.stdout: num_file_reads_for_auto_readahead: 2 2024-09-20T19:44:09.275 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.write_buffer_size: 33554432 2024-09-20T19:44:09.275 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_write_buffer_number: 2 2024-09-20T19:44:09.275 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compression: NoCompression 2024-09-20T19:44:09.275 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.bottommost_compression: Disabled 2024-09-20T19:44:09.275 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.prefix_extractor: nullptr 2024-09-20T19:44:09.275 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-20T19:44:09.275 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.num_levels: 7 2024-09-20T19:44:09.275 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-20T19:44:09.275 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-20T19:44:09.275 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-20T19:44:09.275 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-20T19:44:09.275 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-20T19:44:09.276 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-20T19:44:09.276 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-20T19:44:09.276 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-20T19:44:09.276 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-20T19:44:09.276 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-20T19:44:09.276 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-20T19:44:09.276 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-20T19:44:09.276 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-20T19:44:09.276 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compression_opts.level: 32767 2024-09-20T19:44:09.276 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compression_opts.strategy: 0 2024-09-20T19:44:09.276 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-20T19:44:09.276 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-20T19:44:09.277 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-20T19:44:09.277 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-20T19:44:09.277 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compression_opts.enabled: false 2024-09-20T19:44:09.277 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-20T19:44:09.277 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-20T19:44:09.277 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-20T19:44:09.277 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-20T19:44:09.277 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.target_file_size_base: 67108864 2024-09-20T19:44:09.277 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-20T19:44:09.277 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-20T19:44:09.277 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-20T19:44:09.277 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-20T19:44:09.277 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-20T19:44:09.278 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-20T19:44:09.278 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-20T19:44:09.278 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-20T19:44:09.278 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-20T19:44:09.278 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-20T19:44:09.278 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-20T19:44:09.278 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-20T19:44:09.278 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-20T19:44:09.278 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-20T19:44:09.278 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.arena_block_size: 1048576 2024-09-20T19:44:09.278 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-20T19:44:09.278 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-20T19:44:09.278 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.disable_auto_compactions: 0 2024-09-20T19:44:09.278 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-20T19:44:09.279 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-20T19:44:09.279 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-20T19:44:09.279 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-20T19:44:09.279 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-20T19:44:09.279 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-20T19:44:09.279 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-20T19:44:09.279 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-20T19:44:09.279 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-20T19:44:09.279 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-20T19:44:09.279 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-20T19:44:09.279 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.inplace_update_support: 0 2024-09-20T19:44:09.279 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-20T19:44:09.279 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-20T19:44:09.280 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-20T19:44:09.280 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-20T19:44:09.280 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.bloom_locality: 0 2024-09-20T19:44:09.280 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.max_successive_merges: 0 2024-09-20T19:44:09.280 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-20T19:44:09.281 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.paranoid_file_checks: 0 2024-09-20T19:44:09.281 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.force_consistency_checks: 1 2024-09-20T19:44:09.281 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.report_bg_io_stats: 0 2024-09-20T19:44:09.281 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.ttl: 2592000 2024-09-20T19:44:09.281 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-20T19:44:09.281 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-20T19:44:09.281 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-20T19:44:09.281 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.enable_blob_files: false 2024-09-20T19:44:09.281 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.min_blob_size: 0 2024-09-20T19:44:09.282 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.blob_file_size: 268435456 2024-09-20T19:44:09.282 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-20T19:44:09.282 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-20T19:44:09.282 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-20T19:44:09.282 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-20T19:44:09.282 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-20T19:44:09.282 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.blob_file_starting_level: 0 2024-09-20T19:44:09.282 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-20T19:44:09.282 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: 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 2024-09-20T19:44:09.282 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-20T19:44:09.282 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 02161c75-3593-4a98-b075-8ce0601367b3 2024-09-20T19:44:09.282 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726861449215751, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-20T19:44:09.282 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-20T19:44:09.283 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726861449216621, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85551, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 259, "table_properties": {"data_size": 83698, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10145, "raw_average_key_size": 46, "raw_value_size": 77838, "raw_average_value_size": 357, "num_data_blocks": 11, "num_entries": 218, "num_filter_entries": 218, "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": 1726861449, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "02161c75-3593-4a98-b075-8ce0601367b3", "db_session_id": "0V3UKT0EL57LOJOMHALC", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-20T19:44:09.283 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726861449216730, "job": 1, "event": "recovery_finished"} 2024-09-20T19:44:09.283 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-20T19:44:09.283 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: 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 2024-09-20T19:44:09.283 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c3520b0e00 2024-09-20T19:44:09.283 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: DB pointer 0x55c3521b2000 2024-09-20T19:44:09.283 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-20T19:44:09.283 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-20T19:44:09.283 INFO:journalctl@ceph.mon.a.smithi043.stdout: ** DB Stats ** 2024-09-20T19:44:09.283 INFO:journalctl@ceph.mon.a.smithi043.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T19:44:09.283 INFO:journalctl@ceph.mon.a.smithi043.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-20T19:44:09.283 INFO:journalctl@ceph.mon.a.smithi043.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T19:44:09.283 INFO:journalctl@ceph.mon.a.smithi043.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T19:44:09.284 INFO:journalctl@ceph.mon.a.smithi043.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-20T19:44:09.284 INFO:journalctl@ceph.mon.a.smithi043.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T19:44:09.284 INFO:journalctl@ceph.mon.a.smithi043.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T19:44:09.284 INFO:journalctl@ceph.mon.a.smithi043.stdout: 2024-09-20T19:44:09.284 INFO:journalctl@ceph.mon.a.smithi043.stdout: ** Compaction Stats [default] ** 2024-09-20T19:44:09.284 INFO:journalctl@ceph.mon.a.smithi043.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) 2024-09-20T19:44:09.284 INFO:journalctl@ceph.mon.a.smithi043.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-20T19:44:09.284 INFO:journalctl@ceph.mon.a.smithi043.stdout: L0 2/0 85.41 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 151.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-20T19:44:09.284 INFO:journalctl@ceph.mon.a.smithi043.stdout: Sum 2/0 85.41 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 151.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-20T19:44:09.284 INFO:journalctl@ceph.mon.a.smithi043.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 151.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-20T19:44:09.284 INFO:journalctl@ceph.mon.a.smithi043.stdout: 2024-09-20T19:44:09.284 INFO:journalctl@ceph.mon.a.smithi043.stdout: ** Compaction Stats [default] ** 2024-09-20T19:44:09.284 INFO:journalctl@ceph.mon.a.smithi043.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) 2024-09-20T19:44:09.285 INFO:journalctl@ceph.mon.a.smithi043.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T19:44:09.285 INFO:journalctl@ceph.mon.a.smithi043.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 151.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-20T19:44:09.285 INFO:journalctl@ceph.mon.a.smithi043.stdout: 2024-09-20T19:44:09.285 INFO:journalctl@ceph.mon.a.smithi043.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-20T19:44:09.285 INFO:journalctl@ceph.mon.a.smithi043.stdout: 2024-09-20T19:44:09.285 INFO:journalctl@ceph.mon.a.smithi043.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T19:44:09.285 INFO:journalctl@ceph.mon.a.smithi043.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-20T19:44:09.285 INFO:journalctl@ceph.mon.a.smithi043.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-20T19:44:09.285 INFO:journalctl@ceph.mon.a.smithi043.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-20T19:44:09.285 INFO:journalctl@ceph.mon.a.smithi043.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-20T19:44:09.285 INFO:journalctl@ceph.mon.a.smithi043.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-20T19:44:09.285 INFO:journalctl@ceph.mon.a.smithi043.stdout: Cumulative compaction: 0.00 GB write, 26.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T19:44:09.285 INFO:journalctl@ceph.mon.a.smithi043.stdout: Interval compaction: 0.00 GB write, 26.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T19:44:09.286 INFO:journalctl@ceph.mon.a.smithi043.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 2024-09-20T19:44:09.286 INFO:journalctl@ceph.mon.a.smithi043.stdout: Block cache BinnedLRUCache@0x55c352081610#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-20T19:44:09.286 INFO:journalctl@ceph.mon.a.smithi043.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-20T19:44:09.286 INFO:journalctl@ceph.mon.a.smithi043.stdout: 2024-09-20T19:44:09.286 INFO:journalctl@ceph.mon.a.smithi043.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-20T19:44:09.286 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: starting mon.a rank 0 at public addrs [v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0] at bind addrs [v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 4b057d82-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:09.286 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: mon.a@-1(???) e1 preinit fsid 4b057d82-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:09.286 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: mon.a@-1(???).mds e1 new map 2024-09-20T19:44:09.286 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: mon.a@-1(???).mds e1 print_map 2024-09-20T19:44:09.286 INFO:journalctl@ceph.mon.a.smithi043.stdout: e1 2024-09-20T19:44:09.286 INFO:journalctl@ceph.mon.a.smithi043.stdout: btime 2024-09-20T19:44:04:646166+0000 2024-09-20T19:44:09.286 INFO:journalctl@ceph.mon.a.smithi043.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-20T19:44:09.286 INFO:journalctl@ceph.mon.a.smithi043.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} 2024-09-20T19:44:09.287 INFO:journalctl@ceph.mon.a.smithi043.stdout: legacy client fscid: -1 2024-09-20T19:44:09.287 INFO:journalctl@ceph.mon.a.smithi043.stdout: 2024-09-20T19:44:09.287 INFO:journalctl@ceph.mon.a.smithi043.stdout: No filesystems configured 2024-09-20T19:44:09.287 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-20T19:44:09.287 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T19:44:09.287 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T19:44:09.287 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T19:44:09.287 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-20T19:44:09.287 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 bash[29710]: 50d92623c2786c20017048bf6f10410c97fdc7e6ccad263485814cbef8b42bff 2024-09-20T19:44:09.287 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 systemd[1]: Started Ceph mon.a for 4b057d82-7788-11ef-baf5-efdc52797490. 2024-09-20T19:44:09.287 INFO:teuthology.orchestra.run.smithi043.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-20T19:44:09.573 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T19:44:09.573 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: monmap epoch 1 2024-09-20T19:44:09.573 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: fsid 4b057d82-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:09.573 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: last_changed 2024-09-20T19:44:01.817587+0000 2024-09-20T19:44:09.573 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: created 2024-09-20T19:44:01.817587+0000 2024-09-20T19:44:09.573 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: min_mon_release 19 (squid) 2024-09-20T19:44:09.573 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: election_strategy: 1 2024-09-20T19:44:09.574 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: 0: [v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0] mon.a 2024-09-20T19:44:09.574 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: fsmap 2024-09-20T19:44:09.574 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: osdmap e1: 0 total, 0 up, 0 in 2024-09-20T19:44:09.574 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:09 smithi043 ceph-mon[29729]: mgrmap e1: no daemons active 2024-09-20T19:44:10.270 INFO:teuthology.orchestra.run.smithi043.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-20T19:44:10.292 INFO:teuthology.orchestra.run.smithi043.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-20T19:44:10.292 INFO:teuthology.orchestra.run.smithi043.stdout:Creating mgr... 2024-09-20T19:44:10.292 INFO:teuthology.orchestra.run.smithi043.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-20T19:44:10.293 INFO:teuthology.orchestra.run.smithi043.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-20T19:44:10.559 INFO:teuthology.orchestra.run.smithi043.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-4b057d82-7788-11ef-baf5-efdc52797490@mgr.a 2024-09-20T19:44:10.560 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Failed to reset failed state of unit ceph-4b057d82-7788-11ef-baf5-efdc52797490@mgr.a.service: Unit ceph-4b057d82-7788-11ef-baf5-efdc52797490@mgr.a.service not loaded. 2024-09-20T19:44:10.725 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-4b057d82-7788-11ef-baf5-efdc52797490.target.wants/ceph-4b057d82-7788-11ef-baf5-efdc52797490@mgr.a.service → /etc/systemd/system/ceph-4b057d82-7788-11ef-baf5-efdc52797490@.service. 2024-09-20T19:44:10.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:10 smithi043 ceph-mon[29729]: from='client.? 172.21.15.43:0/1788061947' entity='client.admin' 2024-09-20T19:44:10.903 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:10 smithi043 systemd[1]: Starting Ceph mgr.a for 4b057d82-7788-11ef-baf5-efdc52797490... 2024-09-20T19:44:11.222 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:10 smithi043 podman[29941]: 2024-09-20 19:44:10.95191236 +0000 UTC m=+0.106467925 container create 722f36a8fa118a07008318affba77e83b0fcc6e9412deadab7305da05c336a12 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-09-20T19:44:11.222 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:10 smithi043 podman[29941]: 2024-09-20 19:44:10.870273053 +0000 UTC m=+0.024828630 image pull 82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:44:11.222 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:11 smithi043 podman[29941]: 2024-09-20 19:44:11.145903051 +0000 UTC m=+0.300458635 container init 722f36a8fa118a07008318affba77e83b0fcc6e9412deadab7305da05c336a12 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-20T19:44:11.222 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:11 smithi043 podman[29941]: 2024-09-20 19:44:11.148710139 +0000 UTC m=+0.303265704 container start 722f36a8fa118a07008318affba77e83b0fcc6e9412deadab7305da05c336a12 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2) 2024-09-20T19:44:11.222 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:11 smithi043 bash[29941]: 722f36a8fa118a07008318affba77e83b0fcc6e9412deadab7305da05c336a12 2024-09-20T19:44:11.236 INFO:teuthology.orchestra.run.smithi043.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-20T19:44:11.236 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stdout disabled 2024-09-20T19:44:11.244 INFO:teuthology.orchestra.run.smithi043.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-20T19:44:11.244 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stdout inactive 2024-09-20T19:44:11.244 INFO:teuthology.orchestra.run.smithi043.stdout:firewalld.service is not enabled 2024-09-20T19:44:11.244 INFO:teuthology.orchestra.run.smithi043.stdout:Not possible to enable service . firewalld.service is not available 2024-09-20T19:44:11.253 INFO:teuthology.orchestra.run.smithi043.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-20T19:44:11.253 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stdout disabled 2024-09-20T19:44:11.261 INFO:teuthology.orchestra.run.smithi043.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-20T19:44:11.261 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stdout inactive 2024-09-20T19:44:11.261 INFO:teuthology.orchestra.run.smithi043.stdout:firewalld.service is not enabled 2024-09-20T19:44:11.261 INFO:teuthology.orchestra.run.smithi043.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-20T19:44:11.261 INFO:teuthology.orchestra.run.smithi043.stdout:Waiting for mgr to start... 2024-09-20T19:44:11.261 INFO:teuthology.orchestra.run.smithi043.stdout:Waiting for mgr... 2024-09-20T19:44:11.509 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:11 smithi043 systemd[1]: Started Ceph mgr.a for 4b057d82-7788-11ef-baf5-efdc52797490. 2024-09-20T19:44:12.055 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:11 smithi043 ceph-mon[29729]: from='client.? 172.21.15.43:0/2120699696' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:44:12.394 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout 2024-09-20T19:44:12.394 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:44:12.394 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "fsid": "4b057d82-7788-11ef-baf5-efdc52797490", 2024-09-20T19:44:12.394 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "health": { 2024-09-20T19:44:12.394 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-20T19:44:12.394 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-20T19:44:12.394 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-20T19:44:12.394 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:12.394 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-20T19:44:12.395 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-20T19:44:12.395 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout 0 2024-09-20T19:44:12.395 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:44:12.395 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-20T19:44:12.395 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "a" 2024-09-20T19:44:12.395 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:44:12.395 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-20T19:44:12.395 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-20T19:44:12.395 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:44:12.395 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-20T19:44:12.395 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-20T19:44:12.395 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:12.395 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-20T19:44:12.395 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:44:12.396 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-20T19:44:12.396 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-20T19:44:12.396 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-20T19:44:12.396 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-20T19:44:12.396 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-20T19:44:12.396 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-20T19:44:12.399 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:12.399 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-20T19:44:12.399 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-20T19:44:12.399 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-20T19:44:12.399 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-20T19:44:12.399 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-20T19:44:12.399 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-20T19:44:12.400 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-20T19:44:12.400 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-20T19:44:12.400 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-20T19:44:12.400 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:12.400 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-20T19:44:12.400 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:44:12.400 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "btime": "2024-09-20T19:44:04:646166+0000", 2024-09-20T19:44:12.400 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-20T19:44:12.400 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-20T19:44:12.400 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:12.400 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-20T19:44:12.400 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-20T19:44:12.400 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-20T19:44:12.400 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-20T19:44:12.401 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-20T19:44:12.401 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-20T19:44:12.401 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "restful" 2024-09-20T19:44:12.401 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:44:12.401 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:44:12.401 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:12.401 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-20T19:44:12.401 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:44:12.401 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "modified": "2024-09-20T19:44:04.647232+0000", 2024-09-20T19:44:12.401 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:44:12.401 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:12.401 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-20T19:44:12.401 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:44:12.401 INFO:teuthology.orchestra.run.smithi043.stdout:mgr not available, waiting (1/15)... 2024-09-20T19:44:15.153 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:14 smithi043 ceph-mon[29729]: from='client.? 172.21.15.43:0/3000131056' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:44:15.509 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout 2024-09-20T19:44:15.509 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:44:15.509 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "fsid": "4b057d82-7788-11ef-baf5-efdc52797490", 2024-09-20T19:44:15.509 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "health": { 2024-09-20T19:44:15.509 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-20T19:44:15.509 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-20T19:44:15.509 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-20T19:44:15.509 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:15.509 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-20T19:44:15.509 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-20T19:44:15.509 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout 0 2024-09-20T19:44:15.510 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:44:15.510 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-20T19:44:15.510 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "a" 2024-09-20T19:44:15.510 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:44:15.510 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-20T19:44:15.510 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-20T19:44:15.510 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:44:15.510 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-20T19:44:15.510 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-20T19:44:15.510 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:15.510 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-20T19:44:15.510 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:44:15.510 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-20T19:44:15.510 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-20T19:44:15.511 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-20T19:44:15.511 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-20T19:44:15.511 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-20T19:44:15.511 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-20T19:44:15.514 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:15.514 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-20T19:44:15.514 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-20T19:44:15.514 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-20T19:44:15.514 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-20T19:44:15.514 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-20T19:44:15.514 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-20T19:44:15.514 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-20T19:44:15.514 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-20T19:44:15.514 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-20T19:44:15.515 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:15.515 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-20T19:44:15.515 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:44:15.515 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "btime": "2024-09-20T19:44:04:646166+0000", 2024-09-20T19:44:15.515 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-20T19:44:15.515 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-20T19:44:15.515 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:15.515 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-20T19:44:15.515 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-20T19:44:15.515 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-20T19:44:15.515 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-20T19:44:15.515 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-20T19:44:15.515 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-20T19:44:15.515 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "restful" 2024-09-20T19:44:15.515 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:44:15.516 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:44:15.516 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:15.516 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-20T19:44:15.516 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:44:15.516 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "modified": "2024-09-20T19:44:04.647232+0000", 2024-09-20T19:44:15.516 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:44:15.516 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:15.516 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-20T19:44:15.516 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:44:15.516 INFO:teuthology.orchestra.run.smithi043.stdout:mgr not available, waiting (2/15)... 2024-09-20T19:44:16.653 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-mon[29729]: Activating manager daemon a 2024-09-20T19:44:16.653 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-mon[29729]: mgrmap e2: a(active, starting, since 0.00298242s) 2024-09-20T19:44:16.653 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-mon[29729]: from='mgr.14100 172.21.15.43:0/1913873870' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:44:16.653 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-mon[29729]: from='mgr.14100 172.21.15.43:0/1913873870' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:44:16.653 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-mon[29729]: from='mgr.14100 172.21.15.43:0/1913873870' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:44:16.653 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-mon[29729]: from='mgr.14100 172.21.15.43:0/1913873870' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:44:16.653 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-mon[29729]: from='mgr.14100 172.21.15.43:0/1913873870' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-20T19:44:16.654 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-mon[29729]: Manager daemon a is now available 2024-09-20T19:44:16.654 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-mon[29729]: from='mgr.14100 172.21.15.43:0/1913873870' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:44:16.654 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-mon[29729]: from='mgr.14100 172.21.15.43:0/1913873870' entity='mgr.a' 2024-09-20T19:44:16.654 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-mon[29729]: from='mgr.14100 172.21.15.43:0/1913873870' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-20T19:44:16.654 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-mon[29729]: from='mgr.14100 172.21.15.43:0/1913873870' entity='mgr.a' 2024-09-20T19:44:16.654 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-mon[29729]: from='mgr.14100 172.21.15.43:0/1913873870' entity='mgr.a' 2024-09-20T19:44:16.654 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: 2024-09-20T19:44:16.208+0000 7f64aac1c040 -1 mgr[py] Module not found: 'dashboard' 2024-09-20T19:44:16.654 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: 2024-09-20T19:44:16.208+0000 7f64aac1c040 -1 mgr[py] Traceback (most recent call last): 2024-09-20T19:44:16.654 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: File "/usr/share/ceph/mgr/dashboard/__init__.py", line 60, in 2024-09-20T19:44:16.655 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: from .module import Module, StandbyModule # noqa: F401 2024-09-20T19:44:16.655 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: File "/usr/share/ceph/mgr/dashboard/module.py", line 55, in 2024-09-20T19:44:16.655 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: from .plugins import PLUGIN_MANAGER, debug, feature_toggles, motd # isort:skip # noqa E501 # pylint: disable=unused-import 2024-09-20T19:44:16.655 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: File "/usr/share/ceph/mgr/dashboard/plugins/feature_toggles.py", line 15, in 2024-09-20T19:44:16.655 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: from ..controllers.rgw import Rgw, RgwBucket, RgwDaemon, RgwUser 2024-09-20T19:44:16.655 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: File "/usr/share/ceph/mgr/dashboard/controllers/rgw.py", line 17, in 2024-09-20T19:44:16.655 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: from ..services.rgw_client import _SYNC_GROUP_ID, NoRgwDaemonsException, RgwClient, RgwMultisite 2024-09-20T19:44:16.655 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: File "/usr/share/ceph/mgr/dashboard/services/rgw_client.py", line 251 2024-09-20T19:44:16.655 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: logger.warning(f"Credentials not found for RGW Daemon '{daemon_name}'. 2024-09-20T19:44:16.655 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: ^ 2024-09-20T19:44:16.655 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: SyntaxError: EOL while scanning string literal 2024-09-20T19:44:16.655 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: 2024-09-20T19:44:16.655 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: 2024-09-20T19:44:16.209+0000 7f64aac1c040 -1 mgr[py] Class not found in module 'dashboard' 2024-09-20T19:44:16.656 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: 2024-09-20T19:44:16.209+0000 7f64aac1c040 -1 mgr[py] Error loading module 'dashboard': (2) No such file or directory 2024-09-20T19:44:16.656 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:16 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: 2024-09-20T19:44:16.392+0000 7f64aac1c040 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: dashboard 2024-09-20T19:44:18.649 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:18 smithi043 ceph-mon[29729]: mgrmap e3: a(active, since 1.00703s) 2024-09-20T19:44:18.649 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:18 smithi043 ceph-mon[29729]: from='client.? 172.21.15.43:0/2643926481' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:44:18.769 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout 2024-09-20T19:44:18.769 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:44:18.769 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "fsid": "4b057d82-7788-11ef-baf5-efdc52797490", 2024-09-20T19:44:18.769 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "health": { 2024-09-20T19:44:18.769 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-20T19:44:18.769 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-20T19:44:18.769 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-20T19:44:18.769 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:18.769 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-20T19:44:18.769 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-20T19:44:18.770 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout 0 2024-09-20T19:44:18.770 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:44:18.770 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-20T19:44:18.770 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "a" 2024-09-20T19:44:18.770 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:44:18.770 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-09-20T19:44:18.770 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-20T19:44:18.770 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:44:18.770 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-20T19:44:18.770 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-20T19:44:18.770 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:18.770 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-20T19:44:18.770 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:44:18.770 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-20T19:44:18.771 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-20T19:44:18.771 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-20T19:44:18.771 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-20T19:44:18.771 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-20T19:44:18.771 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-20T19:44:18.771 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:18.771 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-20T19:44:18.771 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-20T19:44:18.771 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-20T19:44:18.771 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-20T19:44:18.771 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-20T19:44:18.771 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-20T19:44:18.771 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-20T19:44:18.771 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-20T19:44:18.772 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-20T19:44:18.772 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:18.772 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-20T19:44:18.772 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:44:18.772 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "btime": "2024-09-20T19:44:04:646166+0000", 2024-09-20T19:44:18.772 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-20T19:44:18.772 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-20T19:44:18.772 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:18.772 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-20T19:44:18.772 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-20T19:44:18.772 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-20T19:44:18.772 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-20T19:44:18.772 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-20T19:44:18.772 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-20T19:44:18.773 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "restful" 2024-09-20T19:44:18.773 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:44:18.773 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:44:18.773 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:18.773 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-20T19:44:18.773 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:44:18.773 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "modified": "2024-09-20T19:44:04.647232+0000", 2024-09-20T19:44:18.773 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:44:18.773 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:44:18.773 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-20T19:44:18.773 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:44:18.773 INFO:teuthology.orchestra.run.smithi043.stdout:mgr is available 2024-09-20T19:44:19.649 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:19 smithi043 ceph-mon[29729]: mgrmap e4: a(active, since 2s) 2024-09-20T19:44:19.649 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:19 smithi043 ceph-mon[29729]: from='client.? 172.21.15.43:0/2702770853' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-20T19:44:19.649 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:19 smithi043 ceph-mon[29729]: from='client.? 172.21.15.43:0/2702770853' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-20T19:44:19.872 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout 2024-09-20T19:44:19.872 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout [global] 2024-09-20T19:44:19.872 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout fsid = 4b057d82-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:19.872 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-20T19:44:19.872 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.43:3300,v1:172.21.15.43:6789] 2024-09-20T19:44:19.872 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-20T19:44:19.872 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-20T19:44:19.872 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-20T19:44:19.873 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-20T19:44:19.873 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout 2024-09-20T19:44:19.873 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-20T19:44:19.873 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-20T19:44:19.873 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout 2024-09-20T19:44:19.873 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout [osd] 2024-09-20T19:44:19.873 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-20T19:44:19.873 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-20T19:44:19.873 INFO:teuthology.orchestra.run.smithi043.stdout:Enabling cephadm module... 2024-09-20T19:44:20.865 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:20 smithi043 ceph-mon[29729]: from='client.? 172.21.15.43:0/1034633144' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-20T19:44:20.865 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:20 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: ignoring --setuser ceph since I am not root 2024-09-20T19:44:20.865 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:20 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: ignoring --setgroup ceph since I am not root 2024-09-20T19:44:21.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:21 smithi043 ceph-mon[29729]: from='client.? 172.21.15.43:0/1034633144' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-20T19:44:21.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:21 smithi043 ceph-mon[29729]: mgrmap e5: a(active, since 4s) 2024-09-20T19:44:22.342 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:44:22.342 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-20T19:44:22.343 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-20T19:44:22.343 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-20T19:44:22.343 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-20T19:44:22.343 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:44:22.343 INFO:teuthology.orchestra.run.smithi043.stdout:Waiting for the mgr to restart... 2024-09-20T19:44:22.343 INFO:teuthology.orchestra.run.smithi043.stdout:Waiting for mgr epoch 5... 2024-09-20T19:44:22.717 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:22 smithi043 ceph-mon[29729]: from='client.? 172.21.15.43:0/1447304518' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-20T19:44:25.856 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-mon[29729]: Active manager daemon a restarted 2024-09-20T19:44:25.856 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-mon[29729]: Activating manager daemon a 2024-09-20T19:44:25.856 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-mon[29729]: osdmap e2: 0 total, 0 up, 0 in 2024-09-20T19:44:25.857 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-mon[29729]: mgrmap e6: a(active, starting, since 0.00317545s) 2024-09-20T19:44:25.857 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:44:25.857 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-20T19:44:25.857 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:44:25.857 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:44:25.857 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:44:25.857 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-mon[29729]: Manager daemon a is now available 2024-09-20T19:44:25.857 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: 2024-09-20T19:44:25.553+0000 7fa23ac2a040 -1 mgr[py] Module not found: 'dashboard' 2024-09-20T19:44:25.857 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: 2024-09-20T19:44:25.553+0000 7fa23ac2a040 -1 mgr[py] Traceback (most recent call last): 2024-09-20T19:44:25.857 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: File "/usr/share/ceph/mgr/dashboard/__init__.py", line 60, in 2024-09-20T19:44:25.858 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: from .module import Module, StandbyModule # noqa: F401 2024-09-20T19:44:25.858 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: File "/usr/share/ceph/mgr/dashboard/module.py", line 55, in 2024-09-20T19:44:25.858 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: from .plugins import PLUGIN_MANAGER, debug, feature_toggles, motd # isort:skip # noqa E501 # pylint: disable=unused-import 2024-09-20T19:44:25.858 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: File "/usr/share/ceph/mgr/dashboard/plugins/feature_toggles.py", line 15, in 2024-09-20T19:44:25.858 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: from ..controllers.rgw import Rgw, RgwBucket, RgwDaemon, RgwUser 2024-09-20T19:44:25.858 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: File "/usr/share/ceph/mgr/dashboard/controllers/rgw.py", line 17, in 2024-09-20T19:44:25.858 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: from ..services.rgw_client import _SYNC_GROUP_ID, NoRgwDaemonsException, RgwClient, RgwMultisite 2024-09-20T19:44:25.858 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: File "/usr/share/ceph/mgr/dashboard/services/rgw_client.py", line 251 2024-09-20T19:44:25.858 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: logger.warning(f"Credentials not found for RGW Daemon '{daemon_name}'. 2024-09-20T19:44:25.858 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: ^ 2024-09-20T19:44:25.858 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: SyntaxError: EOL while scanning string literal 2024-09-20T19:44:25.859 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: 2024-09-20T19:44:25.859 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: 2024-09-20T19:44:25.554+0000 7fa23ac2a040 -1 mgr[py] Class not found in module 'dashboard' 2024-09-20T19:44:25.859 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: 2024-09-20T19:44:25.554+0000 7fa23ac2a040 -1 mgr[py] Error loading module 'dashboard': (2) No such file or directory 2024-09-20T19:44:25.859 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:25 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: 2024-09-20T19:44:25.736+0000 7fa23ac2a040 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: dashboard 2024-09-20T19:44:27.332 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:44:27.332 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-20T19:44:27.332 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-20T19:44:27.332 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:44:27.332 INFO:teuthology.orchestra.run.smithi043.stdout:mgr epoch 5 is available 2024-09-20T19:44:27.333 INFO:teuthology.orchestra.run.smithi043.stdout:Verifying orchestrator module is enabled... 2024-09-20T19:44:27.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:27 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' 2024-09-20T19:44:27.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:27 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' 2024-09-20T19:44:27.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:27 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' 2024-09-20T19:44:27.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:27 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' 2024-09-20T19:44:27.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:27 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' 2024-09-20T19:44:27.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:27 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:44:27.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:27 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:44:27.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:27 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:44:27.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:27 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-20T19:44:27.904 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:27 smithi043 ceph-mon[29729]: mgrmap e7: a(active, since 1.0048s) 2024-09-20T19:44:28.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:28 smithi043 ceph-mon[29729]: Found migration_current of "None". Setting to last migration. 2024-09-20T19:44:28.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:28 smithi043 ceph-mon[29729]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-20T19:44:28.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:28 smithi043 ceph-mon[29729]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-20T19:44:28.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:28 smithi043 ceph-mon[29729]: from='client.? 172.21.15.43:0/4185748658' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-20T19:44:29.244 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: 2024-09-20T19:44:29.028+0000 7fa1a681e640 -1 log_channel(cephadm) log [ERR] : [20/Sep/2024:19:44:29] ENGINE Error in HTTPServer.serve 2024-09-20T19:44:29.244 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: Traceback (most recent call last): 2024-09-20T19:44:29.244 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:44:29.244 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: self._connections.run(self.expiration_interval) 2024-09-20T19:44:29.244 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:44:29.244 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: self._run(expiration_interval) 2024-09-20T19:44:29.244 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:44:29.244 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:44:29.244 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:44:29.244 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:44:29.244 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:44:29.245 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: s = self.context.wrap_socket( 2024-09-20T19:44:29.245 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:44:29.245 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: return self.sslsocket_class._create( 2024-09-20T19:44:29.245 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:44:29.245 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: self.do_handshake() 2024-09-20T19:44:29.245 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:44:29.245 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: self._sslobj.do_handshake() 2024-09-20T19:44:29.245 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:44:29.245 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: 2024-09-20T19:44:29.246 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-20T19:44:29.246 INFO:teuthology.orchestra.run.smithi043.stdout:Setting orchestrator backend to cephadm... 2024-09-20T19:44:29.860 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-mon[29729]: from='client.? 172.21.15.43:0/4185748658' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-20T19:44:29.860 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-mon[29729]: mgrmap e8: a(active, since 2s) 2024-09-20T19:44:29.860 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:29 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:44:30.653 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:30 smithi043 ceph-mon[29729]: [20/Sep/2024:19:44:28] ENGINE Bus STARTING 2024-09-20T19:44:30.653 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:30 smithi043 ceph-mon[29729]: [20/Sep/2024:19:44:29] ENGINE Serving on https://172.21.15.43:7150 2024-09-20T19:44:30.653 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:30 smithi043 ceph-mon[29729]: [20/Sep/2024:19:44:29] ENGINE Error in HTTPServer.serve 2024-09-20T19:44:30.653 INFO:journalctl@ceph.mon.a.smithi043.stdout: Traceback (most recent call last): 2024-09-20T19:44:30.653 INFO:journalctl@ceph.mon.a.smithi043.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:44:30.653 INFO:journalctl@ceph.mon.a.smithi043.stdout: self._connections.run(self.expiration_interval) 2024-09-20T19:44:30.654 INFO:journalctl@ceph.mon.a.smithi043.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:44:30.654 INFO:journalctl@ceph.mon.a.smithi043.stdout: self._run(expiration_interval) 2024-09-20T19:44:30.654 INFO:journalctl@ceph.mon.a.smithi043.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:44:30.654 INFO:journalctl@ceph.mon.a.smithi043.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:44:30.654 INFO:journalctl@ceph.mon.a.smithi043.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:44:30.654 INFO:journalctl@ceph.mon.a.smithi043.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:44:30.654 INFO:journalctl@ceph.mon.a.smithi043.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:44:30.654 INFO:journalctl@ceph.mon.a.smithi043.stdout: s = self.context.wrap_socket( 2024-09-20T19:44:30.654 INFO:journalctl@ceph.mon.a.smithi043.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:44:30.654 INFO:journalctl@ceph.mon.a.smithi043.stdout: return self.sslsocket_class._create( 2024-09-20T19:44:30.654 INFO:journalctl@ceph.mon.a.smithi043.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:44:30.655 INFO:journalctl@ceph.mon.a.smithi043.stdout: self.do_handshake() 2024-09-20T19:44:30.655 INFO:journalctl@ceph.mon.a.smithi043.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:44:30.655 INFO:journalctl@ceph.mon.a.smithi043.stdout: self._sslobj.do_handshake() 2024-09-20T19:44:30.655 INFO:journalctl@ceph.mon.a.smithi043.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:44:30.655 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:30 smithi043 ceph-mon[29729]: [20/Sep/2024:19:44:29] ENGINE Serving on http://172.21.15.43:8765 2024-09-20T19:44:30.655 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:30 smithi043 ceph-mon[29729]: [20/Sep/2024:19:44:29] ENGINE Bus STARTED 2024-09-20T19:44:30.655 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:30 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' 2024-09-20T19:44:30.655 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:30 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:44:31.526 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-20T19:44:31.526 INFO:teuthology.orchestra.run.smithi043.stdout:Generating ssh key... 2024-09-20T19:44:31.649 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:31 smithi043 ceph-mon[29729]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:44:31.649 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:31 smithi043 ceph-mon[29729]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:44:32.653 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:32 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: Generating public/private rsa key pair. 2024-09-20T19:44:32.653 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:32 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: Your identification has been saved in /tmp/tmph04y_0kx/key 2024-09-20T19:44:32.653 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:32 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: Your public key has been saved in /tmp/tmph04y_0kx/key.pub 2024-09-20T19:44:32.653 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:32 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: The key fingerprint is: 2024-09-20T19:44:32.654 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:32 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: SHA256:J9DDOo15iR3yZXBEovm7z4k+sXp0/K9QJZeiq5SGTrA ceph-4b057d82-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:32.654 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:32 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: The key's randomart image is: 2024-09-20T19:44:32.654 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:32 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: +---[RSA 3072]----+ 2024-09-20T19:44:32.654 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:32 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: | oo+ | 2024-09-20T19:44:32.654 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:32 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: | = + . | 2024-09-20T19:44:32.654 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:32 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: | = = o o + | 2024-09-20T19:44:32.654 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:32 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: | % * . = | 2024-09-20T19:44:32.654 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:32 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: | . * S.o . | 2024-09-20T19:44:32.654 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:32 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: | o +o=oo | 2024-09-20T19:44:32.654 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:32 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: | E o.=+o. | 2024-09-20T19:44:32.654 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:32 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: | o o+= o. | 2024-09-20T19:44:32.654 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:32 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: | o+=o+ .o. | 2024-09-20T19:44:32.654 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:32 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: +----[SHA256]-----+ 2024-09-20T19:44:33.653 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:33 smithi043 ceph-mon[29729]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:44:33.653 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:33 smithi043 ceph-mon[29729]: Generating ssh key... 2024-09-20T19:44:33.653 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:33 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' 2024-09-20T19:44:33.653 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:33 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' 2024-09-20T19:44:34.089 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhUMJdTHR64x0zVon+wLNVnwxf7QRfnpZ1CO7MluP+6l2REKWprqr3a0HEm7zLI/E8J0SsTiqSM410nm1c/lqDWPbCQYP/oGj0zRAid2riPXO+8+E/jP2pWXlPDySd4fODP5PLpY5TvbbzIy2VcHbaLT8NkX/HIhjp5xSupRsLiNKUgFq3gU3nk/3okXuIVX9NFmKcUzoGJKZRv/AcT58WEqWNbbAu1nu+EpIP6SCAjXL0nj5NWldFhEu8Lv5CIkvWYh9J1Rnghb7yuDrfcRoAThb0rrSHw/4Wp0m7WwiCrG38BC+eMrYGLqPd/rceLhfvHjBu98yyiynVWvXPmU7Jcf8foeJFMO4FPnIJTv72S9AZUjKRhX5D6anw834SnFTwCnft8GY0jDBbIadWqcCPHXkLsxNQBuuVhm4R/iwg7TV2jPjfMDVoV0eolu6iSUhgI1Tnvclh4MHzbynkWfykO+xFltlF5MFyIA8Up3Q9V78OOKFaiPquXS2iq9gXD7E= ceph-4b057d82-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:34.090 INFO:teuthology.orchestra.run.smithi043.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-20T19:44:34.090 INFO:teuthology.orchestra.run.smithi043.stdout:Adding key to root@localhost authorized_keys... 2024-09-20T19:44:34.100 INFO:teuthology.orchestra.run.smithi043.stdout:Adding host smithi043... 2024-09-20T19:44:34.489 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:34 smithi043 ceph-mon[29729]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:44:35.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:35 smithi043 ceph-mon[29729]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi043", "addr": "172.21.15.43", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:44:36.821 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:36 smithi043 ceph-mon[29729]: Deploying cephadm binary to smithi043 2024-09-20T19:44:39.106 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout Added host 'smithi043' with addr '172.21.15.43' 2024-09-20T19:44:39.106 INFO:teuthology.orchestra.run.smithi043.stdout:Deploying unmanaged mon service... 2024-09-20T19:44:39.792 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:39 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' 2024-09-20T19:44:39.792 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:39 smithi043 ceph-mon[29729]: Added host smithi043 2024-09-20T19:44:39.792 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:39 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:44:41.318 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:40 smithi043 ceph-mon[29729]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:44:41.319 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:40 smithi043 ceph-mon[29729]: Saving service mon spec with placement count:5 2024-09-20T19:44:41.319 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:40 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' 2024-09-20T19:44:41.319 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:40 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' 2024-09-20T19:44:41.321 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-20T19:44:41.321 INFO:teuthology.orchestra.run.smithi043.stdout:Deploying unmanaged mgr service... 2024-09-20T19:44:42.620 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:42 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' 2024-09-20T19:44:42.620 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:42 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' 2024-09-20T19:44:43.147 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-20T19:44:43.607 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:43 smithi043 ceph-mon[29729]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:44:43.607 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:43 smithi043 ceph-mon[29729]: Saving service mgr spec with placement count:2 2024-09-20T19:44:43.607 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:43 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' 2024-09-20T19:44:43.607 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:43 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' 2024-09-20T19:44:43.607 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:43 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi043", "name": "osd_memory_target"} : dispatch 2024-09-20T19:44:43.607 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:43 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' 2024-09-20T19:44:43.607 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:43 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi043", "caps": []} : dispatch 2024-09-20T19:44:43.607 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:43 smithi043 ceph-mon[29729]: from='mgr.14118 172.21.15.43:0/2421802552' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi043", "caps": []}]': finished 2024-09-20T19:44:44.621 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:44 smithi043 ceph-mon[29729]: Deploying daemon agent.smithi043 on smithi043 2024-09-20T19:44:44.621 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:44 smithi043 ceph-mon[29729]: from='client.? 172.21.15.43:0/3251100359' entity='client.admin' 2024-09-20T19:44:45.487 INFO:teuthology.orchestra.run.smithi043.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-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -e NODE_NAME=smithi043 -v /var/log/ceph/4b057d82-7788-11ef-baf5-efdc52797490:/var/log/ceph:z -v /tmp/ceph-tmpz4z1w8sf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpauupbdun:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 config set mgr mgr/dashboard/ssl_server_port 8443 2024-09-20T19:44:45.488 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/ceph: stderr Error EINVAL: unrecognized config option 'mgr/dashboard/ssl_server_port' 2024-09-20T19:44:45.488 INFO:teuthology.orchestra.run.smithi043.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -e NODE_NAME=smithi043 -v /var/log/ceph/4b057d82-7788-11ef-baf5-efdc52797490:/var/log/ceph:z -v /tmp/ceph-tmpz4z1w8sf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpauupbdun:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 config set mgr mgr/dashboard/ssl_server_port 8443: Error EINVAL: unrecognized config option 'mgr/dashboard/ssl_server_port' 2024-09-20T19:44:45.488 INFO:teuthology.orchestra.run.smithi043.stderr: 2024-09-20T19:44:45.488 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:44:45.488 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:44:45.488 INFO:teuthology.orchestra.run.smithi043.stdout: *************** 2024-09-20T19:44:45.489 INFO:teuthology.orchestra.run.smithi043.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2024-09-20T19:44:45.489 INFO:teuthology.orchestra.run.smithi043.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2024-09-20T19:44:45.489 INFO:teuthology.orchestra.run.smithi043.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2024-09-20T19:44:45.489 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:44:45.489 INFO:teuthology.orchestra.run.smithi043.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2024-09-20T19:44:45.489 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:44:45.489 INFO:teuthology.orchestra.run.smithi043.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2024-09-20T19:44:45.489 INFO:teuthology.orchestra.run.smithi043.stdout: *************** 2024-09-20T19:44:45.489 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:44:45.489 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-09-20T19:44:45.489 INFO:teuthology.orchestra.run.smithi043.stdout:Deleting cluster with fsid: 4b057d82-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:45.520 INFO:teuthology.orchestra.run.smithi043.stdout:/bin/podman: stdout 50d92623c278,33.23MB / 33.27GB 2024-09-20T19:44:45.520 INFO:teuthology.orchestra.run.smithi043.stdout:/bin/podman: stdout 722f36a8fa11,467.7MB / 33.27GB 2024-09-20T19:44:45.550 INFO:teuthology.orchestra.run.smithi043.stdout:/bin/podman: stdout 50d92623c278,1.24% 2024-09-20T19:44:45.550 INFO:teuthology.orchestra.run.smithi043.stdout:/bin/podman: stdout 722f36a8fa11,50.29% 2024-09-20T19:44:45.829 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:45 smithi043 systemd[1]: Stopping Ceph mon.a for 4b057d82-7788-11ef-baf5-efdc52797490... 2024-09-20T19:44:46.095 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:45 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mon-a[29725]: 2024-09-20T19:44:45.826+0000 7f1db6c86640 -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 2024-09-20T19:44:46.095 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:45 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mon-a[29725]: 2024-09-20T19:44:45.826+0000 7f1db6c86640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-20T19:44:46.095 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:45 smithi043 podman[31864]: 2024-09-20 19:44:45.848232091 +0000 UTC m=+0.128315935 container died 50d92623c2786c20017048bf6f10410c97fdc7e6ccad263485814cbef8b42bff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-4b057d82-7788-11ef-baf5-efdc52797490-mon-a, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-20T19:44:46.403 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:46 smithi043 podman[31864]: 2024-09-20 19:44:46.185065021 +0000 UTC m=+0.465148854 container cleanup 50d92623c2786c20017048bf6f10410c97fdc7e6ccad263485814cbef8b42bff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-4b057d82-7788-11ef-baf5-efdc52797490-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-20T19:44:46.403 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:46 smithi043 bash[31864]: ceph-4b057d82-7788-11ef-baf5-efdc52797490-mon-a 2024-09-20T19:44:46.403 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:46 smithi043 podman[31876]: 2024-09-20 19:44:46.344474341 +0000 UTC m=+0.492213580 container remove 50d92623c2786c20017048bf6f10410c97fdc7e6ccad263485814cbef8b42bff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-4b057d82-7788-11ef-baf5-efdc52797490-mon-a, org.label-schema.build-date=20240731, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, ceph=True) 2024-09-20T19:44:46.767 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-4b057d82-7788-11ef-baf5-efdc52797490.target.wants/ceph-4b057d82-7788-11ef-baf5-efdc52797490@mon.a.service". 2024-09-20T19:44:46.775 INFO:teuthology.orchestra.run.smithi043.stdout:Non-zero exit code 5 from systemctl stop ceph-4b057d82-7788-11ef-baf5-efdc52797490-init@mon.a.service 2024-09-20T19:44:46.776 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Failed to stop ceph-4b057d82-7788-11ef-baf5-efdc52797490-init@mon.a.service: Unit ceph-4b057d82-7788-11ef-baf5-efdc52797490-init@mon.a.service not loaded. 2024-09-20T19:44:46.782 INFO:teuthology.orchestra.run.smithi043.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-4b057d82-7788-11ef-baf5-efdc52797490-init@mon.a.service 2024-09-20T19:44:46.782 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Failed to reset failed state of unit ceph-4b057d82-7788-11ef-baf5-efdc52797490-init@mon.a.service: Unit ceph-4b057d82-7788-11ef-baf5-efdc52797490-init@mon.a.service not loaded. 2024-09-20T19:44:46.789 INFO:teuthology.orchestra.run.smithi043.stdout:Non-zero exit code 1 from systemctl disable ceph-4b057d82-7788-11ef-baf5-efdc52797490-init@mon.a.service 2024-09-20T19:44:46.789 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-4b057d82-7788-11ef-baf5-efdc52797490-init@mon.a.service does not exist. 2024-09-20T19:44:46.903 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:46 smithi043 systemd[1]: Stopping Ceph mgr.a for 4b057d82-7788-11ef-baf5-efdc52797490... 2024-09-20T19:44:46.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:46 smithi043 systemd[1]: ceph-4b057d82-7788-11ef-baf5-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-20T19:44:46.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:46 smithi043 systemd[1]: Stopped Ceph mon.a for 4b057d82-7788-11ef-baf5-efdc52797490. 2024-09-20T19:44:46.903 INFO:journalctl@ceph.mon.a.smithi043.stdout:Sep 20 19:44:46 smithi043 systemd[1]: ceph-4b057d82-7788-11ef-baf5-efdc52797490@mon.a.service: Consumed 1.204s CPU time. 2024-09-20T19:44:47.341 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:47 smithi043 ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a[29956]: 2024-09-20T19:44:47.038+0000 7fa236bcb640 -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 2024-09-20T19:44:47.341 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:47 smithi043 podman[31988]: 2024-09-20 19:44:47.071482114 +0000 UTC m=+0.117820574 container died 722f36a8fa118a07008318affba77e83b0fcc6e9412deadab7305da05c336a12 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a, CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-20T19:44:47.653 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:47 smithi043 podman[31988]: 2024-09-20 19:44:47.414783738 +0000 UTC m=+0.461122189 container cleanup 722f36a8fa118a07008318affba77e83b0fcc6e9412deadab7305da05c336a12 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-20T19:44:47.654 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:47 smithi043 bash[31988]: ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a 2024-09-20T19:44:47.654 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:47 smithi043 podman[32002]: 2024-09-20 19:44:47.548908395 +0000 UTC m=+0.475689006 container remove 722f36a8fa118a07008318affba77e83b0fcc6e9412deadab7305da05c336a12 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-4b057d82-7788-11ef-baf5-efdc52797490-mgr-a, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-20T19:44:48.016 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-4b057d82-7788-11ef-baf5-efdc52797490.target.wants/ceph-4b057d82-7788-11ef-baf5-efdc52797490@mgr.a.service". 2024-09-20T19:44:48.024 INFO:teuthology.orchestra.run.smithi043.stdout:Non-zero exit code 5 from systemctl stop ceph-4b057d82-7788-11ef-baf5-efdc52797490-init@mgr.a.service 2024-09-20T19:44:48.024 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Failed to stop ceph-4b057d82-7788-11ef-baf5-efdc52797490-init@mgr.a.service: Unit ceph-4b057d82-7788-11ef-baf5-efdc52797490-init@mgr.a.service not loaded. 2024-09-20T19:44:48.030 INFO:teuthology.orchestra.run.smithi043.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-4b057d82-7788-11ef-baf5-efdc52797490-init@mgr.a.service 2024-09-20T19:44:48.030 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Failed to reset failed state of unit ceph-4b057d82-7788-11ef-baf5-efdc52797490-init@mgr.a.service: Unit ceph-4b057d82-7788-11ef-baf5-efdc52797490-init@mgr.a.service not loaded. 2024-09-20T19:44:48.037 INFO:teuthology.orchestra.run.smithi043.stdout:Non-zero exit code 1 from systemctl disable ceph-4b057d82-7788-11ef-baf5-efdc52797490-init@mgr.a.service 2024-09-20T19:44:48.037 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-4b057d82-7788-11ef-baf5-efdc52797490-init@mgr.a.service does not exist. 2024-09-20T19:44:48.043 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:47 smithi043 systemd[1]: ceph-4b057d82-7788-11ef-baf5-efdc52797490@mgr.a.service: Deactivated successfully. 2024-09-20T19:44:48.043 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:47 smithi043 systemd[1]: Stopped Ceph mgr.a for 4b057d82-7788-11ef-baf5-efdc52797490. 2024-09-20T19:44:48.043 INFO:journalctl@ceph.mgr.a.smithi043.stdout:Sep 20 19:44:47 smithi043 systemd[1]: ceph-4b057d82-7788-11ef-baf5-efdc52797490@mgr.a.service: Consumed 18.081s CPU time. 2024-09-20T19:44:48.263 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph.target.wants/ceph-4b057d82-7788-11ef-baf5-efdc52797490.target". 2024-09-20T19:44:48.263 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph-4b057d82-7788-11ef-baf5-efdc52797490.target". 2024-09-20T19:44:48.443 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-20T19:44:48.445 INFO:teuthology.orchestra.run.smithi043.stderr:Traceback (most recent call last): 2024-09-20T19:44:48.445 INFO:teuthology.orchestra.run.smithi043.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-20T19:44:48.456 INFO:teuthology.orchestra.run.smithi043.stderr: return _run_code(code, main_globals, None, 2024-09-20T19:44:48.456 INFO:teuthology.orchestra.run.smithi043.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-20T19:44:48.457 INFO:teuthology.orchestra.run.smithi043.stderr: exec(code, run_globals) 2024-09-20T19:44:48.457 INFO:teuthology.orchestra.run.smithi043.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 5628, in 2024-09-20T19:44:48.457 INFO:teuthology.orchestra.run.smithi043.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 5616, in main 2024-09-20T19:44:48.457 INFO:teuthology.orchestra.run.smithi043.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 2667, in _rollback 2024-09-20T19:44:48.457 INFO:teuthology.orchestra.run.smithi043.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 451, in _default_image 2024-09-20T19:44:48.457 INFO:teuthology.orchestra.run.smithi043.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 2933, in command_bootstrap 2024-09-20T19:44:48.457 INFO:teuthology.orchestra.run.smithi043.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 2431, in prepare_dashboard 2024-09-20T19:44:48.457 INFO:teuthology.orchestra.run.smithi043.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 2846, in cli 2024-09-20T19:44:48.457 INFO:teuthology.orchestra.run.smithi043.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-09-20T19:44:48.457 INFO:teuthology.orchestra.run.smithi043.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-09-20T19:44:48.457 INFO:teuthology.orchestra.run.smithi043.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -e NODE_NAME=smithi043 -v /var/log/ceph/4b057d82-7788-11ef-baf5-efdc52797490:/var/log/ceph:z -v /tmp/ceph-tmpz4z1w8sf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpauupbdun:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 config set mgr mgr/dashboard/ssl_server_port 8443: Error EINVAL: unrecognized config option 'mgr/dashboard/ssl_server_port' 2024-09-20T19:44:48.457 INFO:teuthology.orchestra.run.smithi043.stderr: 2024-09-20T19:44:48.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:44:48.482 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-20T19:44:48.482 DEBUG:teuthology.orchestra.run.smithi043:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-20T19:44:48.499 DEBUG:teuthology.orchestra.run.smithi104:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-20T19:44:48.518 DEBUG:teuthology.orchestra.run.smithi203:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-20T19:44:48.537 INFO:tasks.cephadm:Stopping all daemons... 2024-09-20T19:44:48.537 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-20T19:44:48.537 DEBUG:teuthology.orchestra.run.smithi043:> sudo systemctl stop ceph-4b057d82-7788-11ef-baf5-efdc52797490@mon.a 2024-09-20T19:44:48.574 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to stop ceph-4b057d82-7788-11ef-baf5-efdc52797490@mon.a.service: Unit ceph-4b057d82-7788-11ef-baf5-efdc52797490@mon.a.service not loaded. 2024-09-20T19:44:48.575 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-09-20T19:44:48.576 ERROR:tasks.cephadm:Failed to stop "ceph.mon.a" Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 810, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -v bootstrap --fsid 4b057d82-7788-11ef-baf5-efdc52797490 --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 172.21.15.43 --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_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 897, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 with status 5: 'sudo systemctl stop ceph-4b057d82-7788-11ef-baf5-efdc52797490@mon.a' 2024-09-20T19:44:48.577 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 810, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -v bootstrap --fsid 4b057d82-7788-11ef-baf5-efdc52797490 --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 172.21.15.43 --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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 897, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 with status 5: 'sudo systemctl stop ceph-4b057d82-7788-11ef-baf5-efdc52797490@mon.a' 2024-09-20T19:44:48.578 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-20T19:44:48.579 DEBUG:teuthology.misc:Transferring archived files from smithi043:/var/lib/ceph/4b057d82-7788-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912811/remote/smithi043/crash 2024-09-20T19:44:48.580 DEBUG:teuthology.orchestra.run.smithi043:> sudo tar c -f - -C /var/lib/ceph/4b057d82-7788-11ef-baf5-efdc52797490/crash -- . 2024-09-20T19:44:48.661 DEBUG:teuthology.misc:Transferring archived files from smithi104:/var/lib/ceph/4b057d82-7788-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912811/remote/smithi104/crash 2024-09-20T19:44:48.662 DEBUG:teuthology.orchestra.run.smithi104:> sudo tar c -f - -C /var/lib/ceph/4b057d82-7788-11ef-baf5-efdc52797490/crash -- . 2024-09-20T19:44:48.782 INFO:teuthology.orchestra.run.smithi104.stderr:tar: /var/lib/ceph/4b057d82-7788-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-20T19:44:48.783 INFO:teuthology.orchestra.run.smithi104.stderr:tar: Error is not recoverable: exiting now 2024-09-20T19:44:48.785 DEBUG:teuthology.misc:Transferring archived files from smithi203:/var/lib/ceph/4b057d82-7788-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912811/remote/smithi203/crash 2024-09-20T19:44:48.786 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /var/lib/ceph/4b057d82-7788-11ef-baf5-efdc52797490/crash -- . 2024-09-20T19:44:48.830 INFO:teuthology.orchestra.run.smithi203.stderr:tar: /var/lib/ceph/4b057d82-7788-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-20T19:44:48.830 INFO:teuthology.orchestra.run.smithi203.stderr:tar: Error is not recoverable: exiting now 2024-09-20T19:44:48.831 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-20T19:44:48.832 DEBUG:teuthology.orchestra.run.smithi043:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/4b057d82-7788-11ef-baf5-efdc52797490/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_HOST | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-20T19:44:48.863 INFO:teuthology.orchestra.run.smithi043.stderr:grep: /var/log/ceph/4b057d82-7788-11ef-baf5-efdc52797490/ceph.log: No such file or directory 2024-09-20T19:44:48.865 INFO:tasks.cephadm:Compressing logs... 2024-09-20T19:44:48.865 DEBUG:teuthology.orchestra.run.smithi043:> 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 -- 2024-09-20T19:44:48.908 DEBUG:teuthology.orchestra.run.smithi104:> 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 -- 2024-09-20T19:44:48.910 DEBUG:teuthology.orchestra.run.smithi203:> 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 -- 2024-09-20T19:44:48.931 INFO:teuthology.orchestra.run.smithi043.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-20T19:44:48.931 INFO:teuthology.orchestra.run.smithi043.stderr:: No such file or directory 2024-09-20T19:44:48.931 INFO:teuthology.orchestra.run.smithi043.stderr:/var/log/ceph/cephadm.log: -2.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-20T19:44:48.933 INFO:teuthology.orchestra.run.smithi043.stderr: 2024-09-20T19:44:48.933 INFO:teuthology.orchestra.run.smithi043.stderr:real 0m0.012s 2024-09-20T19:44:48.933 INFO:teuthology.orchestra.run.smithi043.stderr:user 0m0.016s 2024-09-20T19:44:48.933 INFO:teuthology.orchestra.run.smithi043.stderr:sys 0m0.007s 2024-09-20T19:44:48.936 INFO:teuthology.orchestra.run.smithi104.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-20T19:44:48.936 INFO:teuthology.orchestra.run.smithi104.stderr:: No such file or directory 2024-09-20T19:44:48.937 INFO:teuthology.orchestra.run.smithi104.stderr:/var/log/ceph/cephadm.log: 55.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-20T19:44:48.939 INFO:teuthology.orchestra.run.smithi104.stderr: 2024-09-20T19:44:48.939 INFO:teuthology.orchestra.run.smithi104.stderr:real 0m0.014s 2024-09-20T19:44:48.939 INFO:teuthology.orchestra.run.smithi104.stderr:user 0m0.010s 2024-09-20T19:44:48.939 INFO:teuthology.orchestra.run.smithi104.stderr:sys 0m0.015s 2024-09-20T19:44:48.940 INFO:teuthology.orchestra.run.smithi203.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-20T19:44:48.940 INFO:teuthology.orchestra.run.smithi203.stderr:: No such file or directory 2024-09-20T19:44:48.941 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/cephadm.log: 55.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-20T19:44:48.943 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-09-20T19:44:48.943 INFO:teuthology.orchestra.run.smithi203.stderr:real 0m0.014s 2024-09-20T19:44:48.943 INFO:teuthology.orchestra.run.smithi203.stderr:user 0m0.012s 2024-09-20T19:44:48.943 INFO:teuthology.orchestra.run.smithi203.stderr:sys 0m0.014s 2024-09-20T19:44:48.943 INFO:tasks.cephadm:Archiving logs... 2024-09-20T19:44:48.943 DEBUG:teuthology.misc:Transferring archived files from smithi043:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912811/remote/smithi043/log 2024-09-20T19:44:48.944 DEBUG:teuthology.orchestra.run.smithi043:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-20T19:44:48.999 DEBUG:teuthology.misc:Transferring archived files from smithi104:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912811/remote/smithi104/log 2024-09-20T19:44:49.000 DEBUG:teuthology.orchestra.run.smithi104:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-20T19:44:49.029 DEBUG:teuthology.misc:Transferring archived files from smithi203:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912811/remote/smithi203/log 2024-09-20T19:44:49.030 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-20T19:44:49.060 INFO:tasks.cephadm:Removing cluster... 2024-09-20T19:44:49.060 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4b057d82-7788-11ef-baf5-efdc52797490 --force 2024-09-20T19:44:49.259 INFO:teuthology.orchestra.run.smithi043.stdout:Deleting cluster with fsid: 4b057d82-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:49.566 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4b057d82-7788-11ef-baf5-efdc52797490 --force 2024-09-20T19:44:49.767 INFO:teuthology.orchestra.run.smithi104.stdout:Deleting cluster with fsid: 4b057d82-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:50.040 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4b057d82-7788-11ef-baf5-efdc52797490 --force 2024-09-20T19:44:50.239 INFO:teuthology.orchestra.run.smithi203.stdout:Deleting cluster with fsid: 4b057d82-7788-11ef-baf5-efdc52797490 2024-09-20T19:44:50.526 INFO:tasks.cephadm:Removing cephadm ... 2024-09-20T19:44:50.526 DEBUG:teuthology.orchestra.run.smithi043:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-20T19:44:50.546 DEBUG:teuthology.orchestra.run.smithi104:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-20T19:44:50.562 DEBUG:teuthology.orchestra.run.smithi203:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-20T19:44:50.578 INFO:tasks.cephadm:Teardown complete 2024-09-20T19:44:50.578 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 810, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -v bootstrap --fsid 4b057d82-7788-11ef-baf5-efdc52797490 --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 172.21.15.43 --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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 2334, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 1962, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 897, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 with status 5: 'sudo systemctl stop ceph-4b057d82-7788-11ef-baf5-efdc52797490@mon.a' 2024-09-20T19:44:50.753 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c7128c4d40bb4a0eaa1a4d3c6543a2db Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 810, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -v bootstrap --fsid 4b057d82-7788-11ef-baf5-efdc52797490 --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 172.21.15.43 --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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 2334, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 1962, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 897, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 with status 5: 'sudo systemctl stop ceph-4b057d82-7788-11ef-baf5-efdc52797490@mon.a' 2024-09-20T19:44:50.758 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-20T19:44:50.775 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-20T19:44:50.807 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... 2024-09-20T19:44:50.808 DEBUG:teuthology.orchestra.run.smithi043:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-20T19:44:50.821 DEBUG:teuthology.orchestra.run.smithi104:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-20T19:44:50.824 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-20T19:44:50.913 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-20T19:44:50.926 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-20T19:44:50.927 DEBUG:teuthology.orchestra.run.smithi043:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-20T19:44:50.930 DEBUG:teuthology.orchestra.run.smithi104:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-20T19:44:50.932 DEBUG:teuthology.orchestra.run.smithi203:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-20T19:44:50.945 INFO:teuthology.orchestra.run.smithi043.stderr:bash: line 1: ntpq: command not found 2024-09-20T19:44:50.946 INFO:teuthology.orchestra.run.smithi104.stderr:bash: line 1: ntpq: command not found 2024-09-20T19:44:50.946 INFO:teuthology.orchestra.run.smithi203.stderr:bash: line 1: ntpq: command not found 2024-09-20T19:44:50.950 INFO:teuthology.orchestra.run.smithi104.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-20T19:44:50.950 INFO:teuthology.orchestra.run.smithi104.stdout:=============================================================================== 2024-09-20T19:44:50.950 INFO:teuthology.orchestra.run.smithi104.stdout:^+ hv01.front.sepia.ceph.com 3 6 377 29 +613us[ +613us] +/- 61ms 2024-09-20T19:44:50.950 INFO:teuthology.orchestra.run.smithi104.stdout:^* hv02.front.sepia.ceph.com 3 6 377 30 +678us[ +684us] +/- 48ms 2024-09-20T19:44:50.950 INFO:teuthology.orchestra.run.smithi104.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 29 -1693us[-1693us] +/- 69ms 2024-09-20T19:44:50.950 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:44:50.952 INFO:teuthology.orchestra.run.smithi203.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-20T19:44:50.953 INFO:teuthology.orchestra.run.smithi203.stdout:=============================================================================== 2024-09-20T19:44:50.953 INFO:teuthology.orchestra.run.smithi203.stdout:^+ hv01.front.sepia.ceph.com 3 6 377 30 +631us[ +643us] +/- 61ms 2024-09-20T19:44:50.953 INFO:teuthology.orchestra.run.smithi203.stdout:^* hv02.front.sepia.ceph.com 3 6 377 30 +686us[ +698us] +/- 48ms 2024-09-20T19:44:50.953 INFO:teuthology.orchestra.run.smithi203.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 30 -1664us[-1664us] +/- 69ms 2024-09-20T19:44:50.953 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:44:50.953 INFO:teuthology.orchestra.run.smithi043.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-20T19:44:50.953 INFO:teuthology.orchestra.run.smithi043.stdout:=============================================================================== 2024-09-20T19:44:50.954 INFO:teuthology.orchestra.run.smithi043.stdout:^+ hv01.front.sepia.ceph.com 3 6 377 29 +617us[ +617us] +/- 61ms 2024-09-20T19:44:50.954 INFO:teuthology.orchestra.run.smithi043.stdout:^* hv02.front.sepia.ceph.com 3 6 377 30 +674us[ +674us] +/- 48ms 2024-09-20T19:44:50.954 INFO:teuthology.orchestra.run.smithi043.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 30 -1689us[-1689us] +/- 69ms 2024-09-20T19:44:50.954 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:44:50.954 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-20T19:44:50.965 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-20T19:44:50.965 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-20T19:44:50.976 DEBUG:teuthology.orchestra.run.smithi043:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-20T19:44:51.064 DEBUG:teuthology.orchestra.run.smithi104:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-20T19:44:51.125 DEBUG:teuthology.orchestra.run.smithi203:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-20T19:44:51.184 DEBUG:teuthology.orchestra.run.smithi043:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-20T19:44:51.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:44:51.217 DEBUG:teuthology.orchestra.run.smithi104:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-20T19:44:51.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:44:51.245 DEBUG:teuthology.orchestra.run.smithi203:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-20T19:44:51.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:44:51.273 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-20T19:44:51.283 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-20T19:44:51.297 INFO:teuthology.task.internal:Duration was 591.832574 seconds 2024-09-20T19:44:51.297 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-20T19:44:51.307 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-20T19:44:51.307 DEBUG:teuthology.orchestra.run.smithi043:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-20T19:44:51.310 DEBUG:teuthology.orchestra.run.smithi104:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-20T19:44:51.313 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-20T19:44:51.349 INFO:teuthology.orchestra.run.smithi104.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-20T19:44:51.351 INFO:teuthology.orchestra.run.smithi203.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-20T19:44:51.355 INFO:teuthology.orchestra.run.smithi043.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-20T19:44:51.694 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-20T19:44:51.694 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi043.front.sepia.ceph.com 2024-09-20T19:44:51.695 DEBUG:teuthology.orchestra.run.smithi043:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-20T19:44:51.718 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi104.front.sepia.ceph.com 2024-09-20T19:44:51.719 DEBUG:teuthology.orchestra.run.smithi104:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-20T19:44:51.751 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi203.front.sepia.ceph.com 2024-09-20T19:44:51.752 DEBUG:teuthology.orchestra.run.smithi203:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-20T19:44:51.775 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-20T19:44:51.776 DEBUG:teuthology.orchestra.run.smithi043:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-20T19:44:51.778 DEBUG:teuthology.orchestra.run.smithi104:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-20T19:44:51.793 DEBUG:teuthology.orchestra.run.smithi203:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-20T19:44:51.842 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-20T19:44:51.842 DEBUG:teuthology.orchestra.run.smithi043:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-20T19:44:51.848 DEBUG:teuthology.orchestra.run.smithi104:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-20T19:44:51.861 DEBUG:teuthology.orchestra.run.smithi203:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-20T19:44:51.979 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-20T19:44:51.994 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-20T19:44:51.994 DEBUG:teuthology.orchestra.run.smithi043:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-20T19:44:52.020 DEBUG:teuthology.orchestra.run.smithi104:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-20T19:44:52.044 DEBUG:teuthology.orchestra.run.smithi203:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-20T19:44:52.069 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-20T19:44:52.078 DEBUG:teuthology.orchestra.run.smithi043:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-20T19:44:52.080 DEBUG:teuthology.orchestra.run.smithi104:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-20T19:44:52.087 DEBUG:teuthology.orchestra.run.smithi203:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-20T19:44:52.102 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern = core 2024-09-20T19:44:52.108 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern = core 2024-09-20T19:44:52.132 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern = core 2024-09-20T19:44:52.148 DEBUG:teuthology.orchestra.run.smithi043:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-20T19:44:52.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:44:52.180 DEBUG:teuthology.orchestra.run.smithi104:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-20T19:44:52.194 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:44:52.194 DEBUG:teuthology.orchestra.run.smithi203:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-20T19:44:52.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:44:52.209 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-20T19:44:52.218 INFO:teuthology.task.internal:Transferring archived files... 2024-09-20T19:44:52.219 DEBUG:teuthology.misc:Transferring archived files from smithi043:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912811/remote/smithi043 2024-09-20T19:44:52.219 DEBUG:teuthology.orchestra.run.smithi043:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-20T19:44:52.254 DEBUG:teuthology.misc:Transferring archived files from smithi104:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912811/remote/smithi104 2024-09-20T19:44:52.254 DEBUG:teuthology.orchestra.run.smithi104:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-20T19:44:52.286 DEBUG:teuthology.misc:Transferring archived files from smithi203:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912811/remote/smithi203 2024-09-20T19:44:52.286 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-20T19:44:52.320 INFO:teuthology.task.internal:Removing archive directory... 2024-09-20T19:44:52.321 DEBUG:teuthology.orchestra.run.smithi043:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-20T19:44:52.323 DEBUG:teuthology.orchestra.run.smithi104:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-20T19:44:52.325 DEBUG:teuthology.orchestra.run.smithi203:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-20T19:44:52.370 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-20T19:44:52.382 INFO:teuthology.task.internal:Not uploading archives. 2024-09-20T19:44:52.382 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-20T19:44:52.393 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-20T19:44:52.393 DEBUG:teuthology.orchestra.run.smithi043:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-20T19:44:52.396 DEBUG:teuthology.orchestra.run.smithi104:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-20T19:44:52.398 DEBUG:teuthology.orchestra.run.smithi203:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-20T19:44:52.409 INFO:teuthology.orchestra.run.smithi043.stdout: 265341 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 20 19:44 /home/ubuntu/cephtest 2024-09-20T19:44:52.410 INFO:teuthology.orchestra.run.smithi104.stdout: 265861 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 20 19:44 /home/ubuntu/cephtest 2024-09-20T19:44:52.425 INFO:teuthology.orchestra.run.smithi203.stdout: 265336 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 20 19:44 /home/ubuntu/cephtest 2024-09-20T19:44:52.426 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-20T19:44:52.437 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-20T19:44:52.461 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} duration: 591.8325741291046 failure_reason: 'Command failed on smithi043 with status 5: ''sudo systemctl stop ceph-4b057d82-7788-11ef-baf5-efdc52797490@mon.a''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=c7128c4d40bb4a0eaa1a4d3c6543a2db status: fail success: false 2024-09-20T19:44:52.461 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-20T19:44:52.541 INFO:teuthology.run:FAIL