2024-04-02T14:38:09.049 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-04-02T14:38:09.049 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_gabrioux@teuthology --name gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi --description orch:cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} --verbose --archive /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636008 -- /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636008/orig.config.yaml 2024-04-02T14:38:09.079 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-02T14:38:09.170 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636008 branch: wip-guits-testing-2024-04-02-0703 description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} email: gabrioux@ibm.com first_in_suite: false job_id: '7636008' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-testing-2024-04-02-0703 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 sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2024-04-02-0703 sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 owner: scheduled_gabrioux@teuthology priority: 70 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: 5637 sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-04-02-0703 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 targets: smithi016.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF4fMbjhMDsseJBAVH4rzPdJya3xjr1hqpmoui0bS10qEmoPsAZycAqXk4CBsUhiJXHzcoHQdHVlbD0sd7xCGZc= smithi133.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGtUeXnvsn+IicAHXZ4uLSL4VLOXIo9dZ/9afelpm1Mc6QsuNsU7vj2vL4fYFFSDQABUZSiAmxwrxtrXWoE3BIA= smithi138.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMa4T9jblVBqNlDMNqR2P4rsQhpajK8sWL5yOIQwjtuUHHHRhqXMpkYCvZ2dcAC2HEXYIObMlnHRu5fptSCkXS0= tasks: - 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: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-04-02_14:30:22 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-02T14:38:09.170 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa; will attempt to use it 2024-04-02T14:38:09.171 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks 2024-04-02T14:38:09.171 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-02T14:38:09.173 INFO:teuthology.task.internal:Checking packages... 2024-04-02T14:38:09.196 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '3f3f3ed992429b85be729743ad3b39d52dd90744' 2024-04-02T14:38:09.196 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-02T14:38:09.196 INFO:teuthology.packaging:ref: None 2024-04-02T14:38:09.196 INFO:teuthology.packaging:tag: None 2024-04-02T14:38:09.196 INFO:teuthology.packaging:branch: wip-guits-testing-2024-04-02-0703 2024-04-02T14:38:09.196 INFO:teuthology.packaging:sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:38:09.196 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-testing-2024-04-02-0703 2024-04-02T14:38:09.418 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2592.g3f3f3ed9 2024-04-02T14:38:09.420 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-02T14:38:09.426 INFO:teuthology.task.internal:no buildpackages task found 2024-04-02T14:38:09.426 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-02T14:38:09.478 INFO:teuthology.task.internal:Saving configuration 2024-04-02T14:38:09.492 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-02T14:38:09.498 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T14:38:09.524 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi016.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636008', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-02 14:33:19.139565', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF4fMbjhMDsseJBAVH4rzPdJya3xjr1hqpmoui0bS10qEmoPsAZycAqXk4CBsUhiJXHzcoHQdHVlbD0sd7xCGZc='} 2024-04-02T14:38:09.549 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636008', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-02 14:33:19.142052', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGtUeXnvsn+IicAHXZ4uLSL4VLOXIo9dZ/9afelpm1Mc6QsuNsU7vj2vL4fYFFSDQABUZSiAmxwrxtrXWoE3BIA='} 2024-04-02T14:38:09.573 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636008', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-02 14:33:19.140938', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMa4T9jblVBqNlDMNqR2P4rsQhpajK8sWL5yOIQwjtuUHHHRhqXMpkYCvZ2dcAC2HEXYIObMlnHRu5fptSCkXS0='} 2024-04-02T14:38:09.573 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-02T14:38:09.579 INFO:teuthology.task.internal:roles: ubuntu@smithi016.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-04-02T14:38:09.580 INFO:teuthology.task.internal:roles: ubuntu@smithi133.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-04-02T14:38:09.580 INFO:teuthology.task.internal:roles: ubuntu@smithi138.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-04-02T14:38:09.580 INFO:teuthology.run_tasks:Running task console_log... 2024-04-02T14:38:09.730 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4853b8fe50>, signals=[15]) 2024-04-02T14:38:09.730 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-02T14:38:09.736 INFO:teuthology.task.internal:Opening connections... 2024-04-02T14:38:09.736 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi016.front.sepia.ceph.com 2024-04-02T14:38:09.738 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:38:09.843 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2024-04-02T14:38:09.844 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:38:09.930 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi138.front.sepia.ceph.com 2024-04-02T14:38:09.930 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:38:10.016 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-02T14:38:10.022 DEBUG:teuthology.orchestra.run.smithi016:> uname -m 2024-04-02T14:38:10.041 INFO:teuthology.orchestra.run.smithi016.stdout:x86_64 2024-04-02T14:38:10.041 DEBUG:teuthology.orchestra.run.smithi016:> cat /etc/os-release 2024-04-02T14:38:10.098 INFO:teuthology.orchestra.run.smithi016.stdout:NAME="CentOS Stream" 2024-04-02T14:38:10.098 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION="9" 2024-04-02T14:38:10.098 INFO:teuthology.orchestra.run.smithi016.stdout:ID="centos" 2024-04-02T14:38:10.098 INFO:teuthology.orchestra.run.smithi016.stdout:ID_LIKE="rhel fedora" 2024-04-02T14:38:10.098 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_ID="9" 2024-04-02T14:38:10.098 INFO:teuthology.orchestra.run.smithi016.stdout:PLATFORM_ID="platform:el9" 2024-04-02T14:38:10.098 INFO:teuthology.orchestra.run.smithi016.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-02T14:38:10.098 INFO:teuthology.orchestra.run.smithi016.stdout:ANSI_COLOR="0;31" 2024-04-02T14:38:10.099 INFO:teuthology.orchestra.run.smithi016.stdout:LOGO="fedora-logo-icon" 2024-04-02T14:38:10.099 INFO:teuthology.orchestra.run.smithi016.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-02T14:38:10.099 INFO:teuthology.orchestra.run.smithi016.stdout:HOME_URL="https://centos.org/" 2024-04-02T14:38:10.099 INFO:teuthology.orchestra.run.smithi016.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-02T14:38:10.099 INFO:teuthology.orchestra.run.smithi016.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-02T14:38:10.099 INFO:teuthology.orchestra.run.smithi016.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-02T14:38:10.099 INFO:teuthology.lock.ops:Updating smithi016.front.sepia.ceph.com on lock server 2024-04-02T14:38:10.121 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2024-04-02T14:38:10.139 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2024-04-02T14:38:10.139 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2024-04-02T14:38:10.197 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="CentOS Stream" 2024-04-02T14:38:10.197 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="9" 2024-04-02T14:38:10.197 INFO:teuthology.orchestra.run.smithi133.stdout:ID="centos" 2024-04-02T14:38:10.197 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE="rhel fedora" 2024-04-02T14:38:10.198 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="9" 2024-04-02T14:38:10.198 INFO:teuthology.orchestra.run.smithi133.stdout:PLATFORM_ID="platform:el9" 2024-04-02T14:38:10.198 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-02T14:38:10.198 INFO:teuthology.orchestra.run.smithi133.stdout:ANSI_COLOR="0;31" 2024-04-02T14:38:10.198 INFO:teuthology.orchestra.run.smithi133.stdout:LOGO="fedora-logo-icon" 2024-04-02T14:38:10.198 INFO:teuthology.orchestra.run.smithi133.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-02T14:38:10.198 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://centos.org/" 2024-04-02T14:38:10.198 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-02T14:38:10.198 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-02T14:38:10.198 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-02T14:38:10.199 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2024-04-02T14:38:10.230 DEBUG:teuthology.orchestra.run.smithi138:> uname -m 2024-04-02T14:38:10.248 INFO:teuthology.orchestra.run.smithi138.stdout:x86_64 2024-04-02T14:38:10.248 DEBUG:teuthology.orchestra.run.smithi138:> cat /etc/os-release 2024-04-02T14:38:10.304 INFO:teuthology.orchestra.run.smithi138.stdout:NAME="CentOS Stream" 2024-04-02T14:38:10.304 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION="9" 2024-04-02T14:38:10.304 INFO:teuthology.orchestra.run.smithi138.stdout:ID="centos" 2024-04-02T14:38:10.305 INFO:teuthology.orchestra.run.smithi138.stdout:ID_LIKE="rhel fedora" 2024-04-02T14:38:10.305 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION_ID="9" 2024-04-02T14:38:10.305 INFO:teuthology.orchestra.run.smithi138.stdout:PLATFORM_ID="platform:el9" 2024-04-02T14:38:10.305 INFO:teuthology.orchestra.run.smithi138.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-02T14:38:10.305 INFO:teuthology.orchestra.run.smithi138.stdout:ANSI_COLOR="0;31" 2024-04-02T14:38:10.305 INFO:teuthology.orchestra.run.smithi138.stdout:LOGO="fedora-logo-icon" 2024-04-02T14:38:10.305 INFO:teuthology.orchestra.run.smithi138.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-02T14:38:10.305 INFO:teuthology.orchestra.run.smithi138.stdout:HOME_URL="https://centos.org/" 2024-04-02T14:38:10.305 INFO:teuthology.orchestra.run.smithi138.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-02T14:38:10.306 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-02T14:38:10.306 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-02T14:38:10.306 INFO:teuthology.lock.ops:Updating smithi138.front.sepia.ceph.com on lock server 2024-04-02T14:38:10.329 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-02T14:38:10.338 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-02T14:38:10.344 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-02T14:38:10.344 DEBUG:teuthology.orchestra.run.smithi016:> test '!' -e /home/ubuntu/cephtest 2024-04-02T14:38:10.347 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2024-04-02T14:38:10.349 DEBUG:teuthology.orchestra.run.smithi138:> test '!' -e /home/ubuntu/cephtest 2024-04-02T14:38:10.366 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-02T14:38:10.372 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-02T14:38:10.372 DEBUG:teuthology.orchestra.run.smithi016:> test -z $(ls -A /var/lib/ceph) 2024-04-02T14:38:10.404 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2024-04-02T14:38:10.407 DEBUG:teuthology.orchestra.run.smithi138:> test -z $(ls -A /var/lib/ceph) 2024-04-02T14:38:10.479 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-02T14:38:10.550 INFO:teuthology.run_tasks:Running task kernel... 2024-04-02T14:38:10.563 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-04-02T14:38:10.564 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-04-02T14:38:10.564 DEBUG:teuthology.orchestra.run.smithi016:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-02T14:38:10.564 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-02T14:38:10.565 DEBUG:teuthology.orchestra.run.smithi138:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-02T14:38:10.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:38:10.581 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-04-02T14:38:10.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:38:10.583 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:38:10.583 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2024-04-02T14:38:10.584 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2024-04-02T14:38:10.641 INFO:teuthology.orchestra.run.smithi133.stdout:5.14.0-361.el9.x86_64 2024-04-02T14:38:10.641 INFO:teuthology.task.kernel:Running kernel on smithi133: 5.14.0-361.el9.x86_64 2024-04-02T14:38:10.641 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum install -y kernel 2024-04-02T14:38:10.642 INFO:teuthology.orchestra.run.smithi138.stdout:5.14.0-361.el9.x86_64 2024-04-02T14:38:10.643 INFO:teuthology.task.kernel:Running kernel on smithi138: 5.14.0-361.el9.x86_64 2024-04-02T14:38:10.643 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum install -y kernel 2024-04-02T14:38:10.644 INFO:teuthology.orchestra.run.smithi016.stdout:5.14.0-361.el9.x86_64 2024-04-02T14:38:10.644 INFO:teuthology.task.kernel:Running kernel on smithi016: 5.14.0-361.el9.x86_64 2024-04-02T14:38:10.644 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum install -y kernel 2024-04-02T14:38:12.927 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS-9 - AppStream 9.8 MB/s | 6.7 MB 00:00 2024-04-02T14:38:13.048 INFO:teuthology.orchestra.run.smithi016.stdout:CentOS-9 - AppStream 9.0 MB/s | 6.7 MB 00:00 2024-04-02T14:38:13.226 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS-9 - AppStream 9.2 MB/s | 6.7 MB 00:00 2024-04-02T14:38:14.490 INFO:teuthology.orchestra.run.smithi016.stdout:CentOS-9 - BaseOS 7.3 MB/s | 2.0 MB 00:00 2024-04-02T14:38:14.527 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS-9 - BaseOS 4.3 MB/s | 2.0 MB 00:00 2024-04-02T14:38:14.602 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS-9 - BaseOS 7.4 MB/s | 2.0 MB 00:00 2024-04-02T14:38:15.426 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.0 MB 00:00 2024-04-02T14:38:15.617 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-04-02T14:38:16.256 INFO:teuthology.orchestra.run.smithi016.stdout:CentOS Stream 9 - BaseOS 5.7 MB/s | 8.0 MB 00:01 2024-04-02T14:38:17.277 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - AppStream 24 MB/s | 19 MB 00:00 2024-04-02T14:38:21.161 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.1 MB 00:00 2024-04-02T14:38:22.795 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - Extras packages 32 kB/s | 16 kB 00:00 2024-04-02T14:38:23.051 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - AppStream 3.0 MB/s | 19 MB 00:06 2024-04-02T14:38:23.907 INFO:teuthology.orchestra.run.smithi138.stdout:Extra Packages for Enterprise Linux 21 MB/s | 21 MB 00:00 2024-04-02T14:38:28.093 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - CRB 4.0 MB/s | 6.1 MB 00:01 2024-04-02T14:38:29.005 INFO:teuthology.orchestra.run.smithi138.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-02T14:38:29.535 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - Extras packages 69 kB/s | 16 kB 00:00 2024-04-02T14:38:31.073 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-04-02T14:38:31.287 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-02T14:38:31.287 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-02T14:38:31.392 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:38:31.402 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:38:31.402 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-02T14:38:31.402 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:38:31.402 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-02T14:38:31.402 INFO:teuthology.orchestra.run.smithi138.stdout: kernel x86_64 5.14.0-434.el9 CentOS-BaseOS 192 k 2024-04-02T14:38:31.403 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-02T14:38:31.403 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-core x86_64 5.14.0-434.el9 CentOS-BaseOS 15 M 2024-04-02T14:38:31.403 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules x86_64 5.14.0-434.el9 CentOS-BaseOS 34 M 2024-04-02T14:38:31.403 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-core x86_64 5.14.0-434.el9 CentOS-BaseOS 28 M 2024-04-02T14:38:31.403 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:38:31.403 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-02T14:38:31.403 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:38:31.403 INFO:teuthology.orchestra.run.smithi138.stdout:Install 4 Packages 2024-04-02T14:38:31.403 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:38:31.404 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 76 M 2024-04-02T14:38:31.404 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 123 M 2024-04-02T14:38:31.404 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-02T14:38:31.556 INFO:teuthology.orchestra.run.smithi138.stdout:(1/4): kernel-5.14.0-434.el9.x86_64.rpm 1.2 MB/s | 192 kB 00:00 2024-04-02T14:38:32.115 INFO:teuthology.orchestra.run.smithi138.stdout:(2/4): kernel-core-5.14.0-434.el9.x86_64.rpm 21 MB/s | 15 MB 00:00 2024-04-02T14:38:32.782 INFO:teuthology.orchestra.run.smithi138.stdout:(3/4): kernel-modules-core-5.14.0-434.el9.x86_6 23 MB/s | 28 MB 00:01 2024-04-02T14:38:33.373 INFO:teuthology.orchestra.run.smithi138.stdout:(4/4): kernel-modules-5.14.0-434.el9.x86_64.rpm 17 MB/s | 34 MB 00:01 2024-04-02T14:38:33.376 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:38:33.376 INFO:teuthology.orchestra.run.smithi138.stdout:Total 39 MB/s | 76 MB 00:01 2024-04-02T14:38:33.377 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-02T14:38:33.733 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-02T14:38:33.733 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-02T14:38:34.569 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-02T14:38:34.570 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-02T14:38:36.128 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-02T14:38:36.838 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-02T14:38:37.482 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-modules-core-5.14.0-434.el9.x86_64 1/4 2024-04-02T14:38:37.568 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:38:38.393 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-02T14:38:38.394 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-02T14:38:38.494 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:38:38.504 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:38:38.504 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-02T14:38:38.504 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:38:38.504 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-02T14:38:38.504 INFO:teuthology.orchestra.run.smithi133.stdout: kernel x86_64 5.14.0-434.el9 CentOS-BaseOS 192 k 2024-04-02T14:38:38.504 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-02T14:38:38.504 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-core x86_64 5.14.0-434.el9 CentOS-BaseOS 15 M 2024-04-02T14:38:38.504 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules x86_64 5.14.0-434.el9 CentOS-BaseOS 34 M 2024-04-02T14:38:38.504 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-core x86_64 5.14.0-434.el9 CentOS-BaseOS 28 M 2024-04-02T14:38:38.504 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:38:38.504 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-02T14:38:38.505 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:38:38.505 INFO:teuthology.orchestra.run.smithi133.stdout:Install 4 Packages 2024-04-02T14:38:38.505 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:38:38.505 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 76 M 2024-04-02T14:38:38.505 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 123 M 2024-04-02T14:38:38.505 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-02T14:38:38.671 INFO:teuthology.orchestra.run.smithi133.stdout:(1/4): kernel-5.14.0-434.el9.x86_64.rpm 1.1 MB/s | 192 kB 00:00 2024-04-02T14:38:38.746 INFO:teuthology.orchestra.run.smithi016.stdout:CentOS Stream 9 - AppStream 907 kB/s | 19 MB 00:21 2024-04-02T14:38:39.938 INFO:teuthology.orchestra.run.smithi133.stdout:(2/4): kernel-core-5.14.0-434.el9.x86_64.rpm 11 MB/s | 15 MB 00:01 2024-04-02T14:38:40.335 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:38:40.463 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:38:41.013 INFO:teuthology.orchestra.run.smithi133.stdout:(3/4): kernel-modules-5.14.0-434.el9.x86_64.rpm 13 MB/s | 34 MB 00:02 2024-04-02T14:38:41.688 INFO:teuthology.orchestra.run.smithi133.stdout:(4/4): kernel-modules-core-5.14.0-434.el9.x86_6 9.2 MB/s | 28 MB 00:03 2024-04-02T14:38:41.691 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:38:41.691 INFO:teuthology.orchestra.run.smithi133.stdout:Total 24 MB/s | 76 MB 00:03 2024-04-02T14:38:41.691 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-02T14:38:42.057 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-02T14:38:42.057 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-02T14:38:42.914 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-02T14:38:42.915 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-02T14:38:43.852 INFO:teuthology.orchestra.run.smithi016.stdout:CentOS Stream 9 - CRB 5.3 MB/s | 6.1 MB 00:01 2024-04-02T14:38:45.179 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:38:45.191 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-02T14:38:45.287 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:38:45.473 INFO:teuthology.orchestra.run.smithi016.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 16 kB 00:00 2024-04-02T14:38:45.785 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-modules-core-5.14.0-434.el9.x86_64 1/4 2024-04-02T14:38:45.871 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:38:46.249 INFO:teuthology.orchestra.run.smithi016.stdout:Extra Packages for Enterprise Linux 32 MB/s | 21 MB 00:00 2024-04-02T14:38:48.615 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:38:48.747 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:38:50.025 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:38:51.558 INFO:teuthology.orchestra.run.smithi016.stdout:lab-extras 19 kB/s | 1.7 kB 00:00 2024-04-02T14:38:53.436 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:38:53.546 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:38:53.940 INFO:teuthology.orchestra.run.smithi016.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-02T14:38:53.940 INFO:teuthology.orchestra.run.smithi016.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-02T14:38:54.037 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:38:54.047 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:38:54.047 INFO:teuthology.orchestra.run.smithi016.stdout: Package Arch Version Repository Size 2024-04-02T14:38:54.047 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:38:54.047 INFO:teuthology.orchestra.run.smithi016.stdout:Installing: 2024-04-02T14:38:54.047 INFO:teuthology.orchestra.run.smithi016.stdout: kernel x86_64 5.14.0-434.el9 CentOS-BaseOS 192 k 2024-04-02T14:38:54.047 INFO:teuthology.orchestra.run.smithi016.stdout:Installing dependencies: 2024-04-02T14:38:54.047 INFO:teuthology.orchestra.run.smithi016.stdout: kernel-core x86_64 5.14.0-434.el9 CentOS-BaseOS 15 M 2024-04-02T14:38:54.047 INFO:teuthology.orchestra.run.smithi016.stdout: kernel-modules x86_64 5.14.0-434.el9 CentOS-BaseOS 34 M 2024-04-02T14:38:54.048 INFO:teuthology.orchestra.run.smithi016.stdout: kernel-modules-core x86_64 5.14.0-434.el9 CentOS-BaseOS 28 M 2024-04-02T14:38:54.048 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:38:54.048 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2024-04-02T14:38:54.048 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:38:54.048 INFO:teuthology.orchestra.run.smithi016.stdout:Install 4 Packages 2024-04-02T14:38:54.048 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:38:54.048 INFO:teuthology.orchestra.run.smithi016.stdout:Total download size: 76 M 2024-04-02T14:38:54.049 INFO:teuthology.orchestra.run.smithi016.stdout:Installed size: 123 M 2024-04-02T14:38:54.049 INFO:teuthology.orchestra.run.smithi016.stdout:Downloading Packages: 2024-04-02T14:38:54.218 INFO:teuthology.orchestra.run.smithi016.stdout:(1/4): kernel-5.14.0-434.el9.x86_64.rpm 1.1 MB/s | 192 kB 00:00 2024-04-02T14:38:54.918 INFO:teuthology.orchestra.run.smithi016.stdout:(2/4): kernel-core-5.14.0-434.el9.x86_64.rpm 17 MB/s | 15 MB 00:00 2024-04-02T14:38:55.801 INFO:teuthology.orchestra.run.smithi016.stdout:(3/4): kernel-modules-5.14.0-434.el9.x86_64.rpm 19 MB/s | 34 MB 00:01 2024-04-02T14:38:56.068 INFO:teuthology.orchestra.run.smithi016.stdout:(4/4): kernel-modules-core-5.14.0-434.el9.x86_6 15 MB/s | 28 MB 00:01 2024-04-02T14:38:56.071 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:38:56.072 INFO:teuthology.orchestra.run.smithi016.stdout:Total 38 MB/s | 76 MB 00:02 2024-04-02T14:38:56.072 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction check 2024-04-02T14:38:56.533 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction check succeeded. 2024-04-02T14:38:56.533 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction test 2024-04-02T14:38:57.370 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction test succeeded. 2024-04-02T14:38:57.370 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction 2024-04-02T14:38:58.230 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:38:59.789 INFO:teuthology.orchestra.run.smithi016.stdout: Preparing : 1/1 2024-04-02T14:39:00.417 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : kernel-modules-core-5.14.0-434.el9.x86_64 1/4 2024-04-02T14:39:00.494 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:39:03.342 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:39:03.471 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:39:08.543 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:39:08.588 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:39:13.688 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:39:19.452 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:39:19.452 INFO:teuthology.orchestra.run.smithi138.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-02T14:39:19.452 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:39:19.499 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:39:19.916 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:39:19.916 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-5.14.0-434.el9.x86_64 1/4 2024-04-02T14:39:19.917 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:39:19.917 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:39:20.324 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:39:20.324 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:39:20.324 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-02T14:39:20.324 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-5.14.0-434.el9.x86_64 2024-04-02T14:39:20.324 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-core-5.14.0-434.el9.x86_64 2024-04-02T14:39:20.324 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-5.14.0-434.el9.x86_64 2024-04-02T14:39:20.324 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-core-5.14.0-434.el9.x86_64 2024-04-02T14:39:20.324 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:39:20.324 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:39:20.666 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T14:39:20.775 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T14:39:20.776 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T14:39:20.776 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-434.el9.x86_64 2024-04-02T14:39:20.776 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-02T14:39:20.776 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-02T14:39:20.776 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-02T14:39:20.776 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi138.front.sepia.ceph.com, path=None, version=distro) 2024-04-02T14:39:20.776 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T14:39:20.857 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T14:39:20.857 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T14:39:20.857 DEBUG:teuthology.orchestra.run.smithi138:> sudo rpm -qi grub2-tools 2024-04-02T14:39:20.897 INFO:teuthology.orchestra.run.smithi138.stdout:Name : grub2-tools 2024-04-02T14:39:20.897 INFO:teuthology.orchestra.run.smithi138.stdout:Epoch : 1 2024-04-02T14:39:20.898 INFO:teuthology.orchestra.run.smithi138.stdout:Version : 2.06 2024-04-02T14:39:20.898 INFO:teuthology.orchestra.run.smithi138.stdout:Release : 68.el9 2024-04-02T14:39:20.898 INFO:teuthology.orchestra.run.smithi138.stdout:Architecture: x86_64 2024-04-02T14:39:20.898 INFO:teuthology.orchestra.run.smithi138.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-02T14:39:20.898 INFO:teuthology.orchestra.run.smithi138.stdout:Group : Unspecified 2024-04-02T14:39:20.898 INFO:teuthology.orchestra.run.smithi138.stdout:Size : 8264254 2024-04-02T14:39:20.898 INFO:teuthology.orchestra.run.smithi138.stdout:License : GPLv3+ 2024-04-02T14:39:20.898 INFO:teuthology.orchestra.run.smithi138.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-02T14:39:20.898 INFO:teuthology.orchestra.run.smithi138.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-02T14:39:20.898 INFO:teuthology.orchestra.run.smithi138.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-02T14:39:20.898 INFO:teuthology.orchestra.run.smithi138.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-02T14:39:20.898 INFO:teuthology.orchestra.run.smithi138.stdout:Packager : builder@centos.org 2024-04-02T14:39:20.898 INFO:teuthology.orchestra.run.smithi138.stdout:Vendor : CentOS 2024-04-02T14:39:20.899 INFO:teuthology.orchestra.run.smithi138.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-02T14:39:20.899 INFO:teuthology.orchestra.run.smithi138.stdout:Summary : Support tools for GRUB. 2024-04-02T14:39:20.899 INFO:teuthology.orchestra.run.smithi138.stdout:Description : 2024-04-02T14:39:20.899 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:39:20.899 INFO:teuthology.orchestra.run.smithi138.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-02T14:39:20.899 INFO:teuthology.orchestra.run.smithi138.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-02T14:39:20.899 INFO:teuthology.orchestra.run.smithi138.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-02T14:39:20.899 INFO:teuthology.orchestra.run.smithi138.stdout:hardware devices. 2024-04-02T14:39:20.899 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:39:20.899 INFO:teuthology.orchestra.run.smithi138.stdout:This subpackage provides tools for support of all platforms. 2024-04-02T14:39:20.900 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-02T14:39:20.900 INFO:teuthology.task.kernel:Updating grub on smithi138 to boot 5.14.0-434.el9.x86_64 2024-04-02T14:39:20.900 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-02T14:39:21.535 INFO:teuthology.orchestra.run.smithi138.stderr:Generating grub configuration file ... 2024-04-02T14:39:22.911 INFO:teuthology.orchestra.run.smithi138.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-02T14:39:22.950 INFO:teuthology.orchestra.run.smithi138.stderr:done 2024-04-02T14:39:22.952 DEBUG:teuthology.orchestra.run.smithi138:> mktemp 2024-04-02T14:39:22.967 INFO:teuthology.orchestra.run.smithi138.stdout:/tmp/tmp.OElzDMCG9x 2024-04-02T14:39:22.968 DEBUG:teuthology.orchestra.run.smithi138:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.OElzDMCG9x 2024-04-02T14:39:23.045 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 0666 /tmp/tmp.OElzDMCG9x 2024-04-02T14:39:23.181 DEBUG:teuthology.orchestra.remote:smithi138:/tmp/tmp.OElzDMCG9x is 6KB 2024-04-02T14:39:23.230 DEBUG:teuthology.orchestra.run.smithi138:> rm -fr /tmp/tmp.OElzDMCG9x 2024-04-02T14:39:23.246 DEBUG:teuthology.orchestra.run.smithi138:> sudo /bin/ls /boot/loader/entries || true 2024-04-02T14:39:23.311 INFO:teuthology.orchestra.run.smithi138.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-02T14:39:23.311 INFO:teuthology.orchestra.run.smithi138.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-02T14:39:23.311 INFO:teuthology.orchestra.run.smithi138.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-02T14:39:23.311 INFO:teuthology.orchestra.run.smithi138.stdout:15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64.conf 2024-04-02T14:39:23.312 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64 2024-04-02T14:39:23.463 DEBUG:teuthology.orchestra.run.smithi138:> sudo shutdown -r now 2024-04-02T14:39:27.627 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:39:27.627 INFO:teuthology.orchestra.run.smithi133.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-02T14:39:27.627 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:39:27.670 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:39:28.072 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:39:28.072 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-5.14.0-434.el9.x86_64 1/4 2024-04-02T14:39:28.072 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:39:28.072 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:39:28.459 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:39:28.459 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:39:28.459 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-02T14:39:28.459 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-5.14.0-434.el9.x86_64 2024-04-02T14:39:28.459 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-core-5.14.0-434.el9.x86_64 2024-04-02T14:39:28.459 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-5.14.0-434.el9.x86_64 2024-04-02T14:39:28.459 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-core-5.14.0-434.el9.x86_64 2024-04-02T14:39:28.460 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:39:28.460 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:39:28.780 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T14:39:28.885 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T14:39:28.886 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T14:39:28.886 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-434.el9.x86_64 2024-04-02T14:39:28.886 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-02T14:39:28.886 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-02T14:39:28.886 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-02T14:39:28.886 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi133.front.sepia.ceph.com, path=None, version=distro) 2024-04-02T14:39:28.886 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T14:39:28.966 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T14:39:28.967 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T14:39:28.967 DEBUG:teuthology.orchestra.run.smithi133:> sudo rpm -qi grub2-tools 2024-04-02T14:39:29.001 INFO:teuthology.orchestra.run.smithi133.stdout:Name : grub2-tools 2024-04-02T14:39:29.001 INFO:teuthology.orchestra.run.smithi133.stdout:Epoch : 1 2024-04-02T14:39:29.001 INFO:teuthology.orchestra.run.smithi133.stdout:Version : 2.06 2024-04-02T14:39:29.001 INFO:teuthology.orchestra.run.smithi133.stdout:Release : 68.el9 2024-04-02T14:39:29.001 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: x86_64 2024-04-02T14:39:29.001 INFO:teuthology.orchestra.run.smithi133.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-02T14:39:29.002 INFO:teuthology.orchestra.run.smithi133.stdout:Group : Unspecified 2024-04-02T14:39:29.002 INFO:teuthology.orchestra.run.smithi133.stdout:Size : 8264254 2024-04-02T14:39:29.002 INFO:teuthology.orchestra.run.smithi133.stdout:License : GPLv3+ 2024-04-02T14:39:29.002 INFO:teuthology.orchestra.run.smithi133.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-02T14:39:29.002 INFO:teuthology.orchestra.run.smithi133.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-02T14:39:29.002 INFO:teuthology.orchestra.run.smithi133.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-02T14:39:29.002 INFO:teuthology.orchestra.run.smithi133.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-02T14:39:29.002 INFO:teuthology.orchestra.run.smithi133.stdout:Packager : builder@centos.org 2024-04-02T14:39:29.002 INFO:teuthology.orchestra.run.smithi133.stdout:Vendor : CentOS 2024-04-02T14:39:29.002 INFO:teuthology.orchestra.run.smithi133.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-02T14:39:29.002 INFO:teuthology.orchestra.run.smithi133.stdout:Summary : Support tools for GRUB. 2024-04-02T14:39:29.002 INFO:teuthology.orchestra.run.smithi133.stdout:Description : 2024-04-02T14:39:29.002 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:39:29.002 INFO:teuthology.orchestra.run.smithi133.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-02T14:39:29.003 INFO:teuthology.orchestra.run.smithi133.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-02T14:39:29.003 INFO:teuthology.orchestra.run.smithi133.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-02T14:39:29.003 INFO:teuthology.orchestra.run.smithi133.stdout:hardware devices. 2024-04-02T14:39:29.003 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:39:29.003 INFO:teuthology.orchestra.run.smithi133.stdout:This subpackage provides tools for support of all platforms. 2024-04-02T14:39:29.004 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-02T14:39:29.004 INFO:teuthology.task.kernel:Updating grub on smithi133 to boot 5.14.0-434.el9.x86_64 2024-04-02T14:39:29.004 DEBUG:teuthology.orchestra.run.smithi133:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-02T14:39:29.610 INFO:teuthology.orchestra.run.smithi133.stderr:Generating grub configuration file ... 2024-04-02T14:39:30.922 INFO:teuthology.orchestra.run.smithi133.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-02T14:39:30.954 INFO:teuthology.orchestra.run.smithi133.stderr:done 2024-04-02T14:39:30.956 DEBUG:teuthology.orchestra.run.smithi133:> mktemp 2024-04-02T14:39:30.971 INFO:teuthology.orchestra.run.smithi133.stdout:/tmp/tmp.ZXQbzUv6od 2024-04-02T14:39:30.972 DEBUG:teuthology.orchestra.run.smithi133:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ZXQbzUv6od 2024-04-02T14:39:31.040 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0666 /tmp/tmp.ZXQbzUv6od 2024-04-02T14:39:31.177 DEBUG:teuthology.orchestra.remote:smithi133:/tmp/tmp.ZXQbzUv6od is 6KB 2024-04-02T14:39:31.225 DEBUG:teuthology.orchestra.run.smithi133:> rm -fr /tmp/tmp.ZXQbzUv6od 2024-04-02T14:39:31.240 DEBUG:teuthology.orchestra.run.smithi133:> sudo /bin/ls /boot/loader/entries || true 2024-04-02T14:39:31.311 INFO:teuthology.orchestra.run.smithi133.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-02T14:39:31.312 INFO:teuthology.orchestra.run.smithi133.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-02T14:39:31.312 INFO:teuthology.orchestra.run.smithi133.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-02T14:39:31.312 INFO:teuthology.orchestra.run.smithi133.stdout:15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64.conf 2024-04-02T14:39:31.313 DEBUG:teuthology.orchestra.run.smithi133:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64 2024-04-02T14:39:31.479 DEBUG:teuthology.orchestra.run.smithi133:> sudo shutdown -r now 2024-04-02T14:39:44.438 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:39:44.439 INFO:teuthology.orchestra.run.smithi016.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-02T14:39:44.439 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:39:44.483 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:39:44.944 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:39:44.945 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : kernel-5.14.0-434.el9.x86_64 1/4 2024-04-02T14:39:44.945 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:39:44.945 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:39:45.376 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:39:45.376 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:39:45.376 INFO:teuthology.orchestra.run.smithi016.stdout:Installed: 2024-04-02T14:39:45.376 INFO:teuthology.orchestra.run.smithi016.stdout: kernel-5.14.0-434.el9.x86_64 2024-04-02T14:39:45.376 INFO:teuthology.orchestra.run.smithi016.stdout: kernel-core-5.14.0-434.el9.x86_64 2024-04-02T14:39:45.376 INFO:teuthology.orchestra.run.smithi016.stdout: kernel-modules-5.14.0-434.el9.x86_64 2024-04-02T14:39:45.376 INFO:teuthology.orchestra.run.smithi016.stdout: kernel-modules-core-5.14.0-434.el9.x86_64 2024-04-02T14:39:45.376 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:39:45.376 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:39:45.711 DEBUG:teuthology.orchestra.run.smithi016:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T14:39:45.811 INFO:teuthology.orchestra.run.smithi016.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T14:39:45.811 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T14:39:45.812 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-434.el9.x86_64 2024-04-02T14:39:45.812 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-02T14:39:45.812 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-02T14:39:45.812 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-02T14:39:45.812 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi016.front.sepia.ceph.com, path=None, version=distro) 2024-04-02T14:39:45.812 DEBUG:teuthology.orchestra.run.smithi016:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T14:39:45.896 INFO:teuthology.orchestra.run.smithi016.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T14:39:45.896 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T14:39:45.896 DEBUG:teuthology.orchestra.run.smithi016:> sudo rpm -qi grub2-tools 2024-04-02T14:39:45.935 INFO:teuthology.orchestra.run.smithi016.stdout:Name : grub2-tools 2024-04-02T14:39:45.935 INFO:teuthology.orchestra.run.smithi016.stdout:Epoch : 1 2024-04-02T14:39:45.935 INFO:teuthology.orchestra.run.smithi016.stdout:Version : 2.06 2024-04-02T14:39:45.935 INFO:teuthology.orchestra.run.smithi016.stdout:Release : 68.el9 2024-04-02T14:39:45.935 INFO:teuthology.orchestra.run.smithi016.stdout:Architecture: x86_64 2024-04-02T14:39:45.935 INFO:teuthology.orchestra.run.smithi016.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-02T14:39:45.935 INFO:teuthology.orchestra.run.smithi016.stdout:Group : Unspecified 2024-04-02T14:39:45.935 INFO:teuthology.orchestra.run.smithi016.stdout:Size : 8264254 2024-04-02T14:39:45.935 INFO:teuthology.orchestra.run.smithi016.stdout:License : GPLv3+ 2024-04-02T14:39:45.935 INFO:teuthology.orchestra.run.smithi016.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-02T14:39:45.935 INFO:teuthology.orchestra.run.smithi016.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-02T14:39:45.936 INFO:teuthology.orchestra.run.smithi016.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-02T14:39:45.936 INFO:teuthology.orchestra.run.smithi016.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-02T14:39:45.936 INFO:teuthology.orchestra.run.smithi016.stdout:Packager : builder@centos.org 2024-04-02T14:39:45.936 INFO:teuthology.orchestra.run.smithi016.stdout:Vendor : CentOS 2024-04-02T14:39:45.936 INFO:teuthology.orchestra.run.smithi016.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-02T14:39:45.936 INFO:teuthology.orchestra.run.smithi016.stdout:Summary : Support tools for GRUB. 2024-04-02T14:39:45.936 INFO:teuthology.orchestra.run.smithi016.stdout:Description : 2024-04-02T14:39:45.936 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:39:45.936 INFO:teuthology.orchestra.run.smithi016.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-02T14:39:45.936 INFO:teuthology.orchestra.run.smithi016.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-02T14:39:45.936 INFO:teuthology.orchestra.run.smithi016.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-02T14:39:45.936 INFO:teuthology.orchestra.run.smithi016.stdout:hardware devices. 2024-04-02T14:39:45.936 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:39:45.936 INFO:teuthology.orchestra.run.smithi016.stdout:This subpackage provides tools for support of all platforms. 2024-04-02T14:39:45.937 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-02T14:39:45.937 INFO:teuthology.task.kernel:Updating grub on smithi016 to boot 5.14.0-434.el9.x86_64 2024-04-02T14:39:45.938 DEBUG:teuthology.orchestra.run.smithi016:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-02T14:39:46.545 INFO:teuthology.orchestra.run.smithi016.stderr:Generating grub configuration file ... 2024-04-02T14:39:48.005 INFO:teuthology.orchestra.run.smithi016.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-02T14:39:48.045 INFO:teuthology.orchestra.run.smithi016.stderr:done 2024-04-02T14:39:48.047 DEBUG:teuthology.orchestra.run.smithi016:> mktemp 2024-04-02T14:39:48.062 INFO:teuthology.orchestra.run.smithi016.stdout:/tmp/tmp.pudXgk877G 2024-04-02T14:39:48.062 DEBUG:teuthology.orchestra.run.smithi016:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.pudXgk877G 2024-04-02T14:39:48.134 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 0666 /tmp/tmp.pudXgk877G 2024-04-02T14:39:48.272 DEBUG:teuthology.orchestra.remote:smithi016:/tmp/tmp.pudXgk877G is 6KB 2024-04-02T14:39:48.320 DEBUG:teuthology.orchestra.run.smithi016:> rm -fr /tmp/tmp.pudXgk877G 2024-04-02T14:39:48.335 DEBUG:teuthology.orchestra.run.smithi016:> sudo /bin/ls /boot/loader/entries || true 2024-04-02T14:39:48.403 INFO:teuthology.orchestra.run.smithi016.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-02T14:39:48.404 INFO:teuthology.orchestra.run.smithi016.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-02T14:39:48.404 INFO:teuthology.orchestra.run.smithi016.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-02T14:39:48.404 INFO:teuthology.orchestra.run.smithi016.stdout:15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64.conf 2024-04-02T14:39:48.405 DEBUG:teuthology.orchestra.run.smithi016:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64 2024-04-02T14:39:48.554 DEBUG:teuthology.orchestra.run.smithi016:> sudo shutdown -r now 2024-04-02T14:39:53.470 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-02T14:39:53.470 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-04-02T14:39:53.471 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:40:01.490 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-02T14:40:01.490 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-02T14:40:01.491 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:40:18.570 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-02T14:40:18.571 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-04-02T14:40:18.571 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:40:36.894 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.16 2024-04-02T14:40:45.902 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-04-02T14:40:45.903 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:40:53.478 DEBUG:teuthology.orchestra.remote:timed out 2024-04-02T14:41:01.498 DEBUG:teuthology.orchestra.remote:timed out 2024-04-02T14:41:02.481 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-04-02T14:41:02.481 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:41:03.832 DEBUG:teuthology.orchestra.run.smithi138:> true 2024-04-02T14:41:04.368 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-04-02T14:41:04.369 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-434.el9.x86_64"... 2024-04-02T14:41:04.369 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2024-04-02T14:41:04.385 INFO:teuthology.orchestra.run.smithi138.stdout:5.14.0-434.el9.x86_64 2024-04-02T14:41:04.385 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-434.el9.x86_64 vs 5.14.0-434.el9.x86_64 2024-04-02T14:41:04.385 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-02T14:41:04.386 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-02T14:41:05.386 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-02T14:41:05.386 DEBUG:teuthology.orchestra.run.smithi138:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-02T14:41:05.498 INFO:teuthology.orchestra.run.smithi138.stdout:ttyS1 2024-04-02T14:41:05.552 DEBUG:teuthology.parallel:result is None 2024-04-02T14:41:10.499 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-02T14:41:10.500 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:41:11.060 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-04-02T14:41:11.465 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-02T14:41:11.465 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-434.el9.x86_64"... 2024-04-02T14:41:11.465 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-04-02T14:41:11.479 INFO:teuthology.orchestra.run.smithi133.stdout:5.14.0-434.el9.x86_64 2024-04-02T14:41:11.480 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-434.el9.x86_64 vs 5.14.0-434.el9.x86_64 2024-04-02T14:41:11.480 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-02T14:41:11.480 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-02T14:41:12.481 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-02T14:41:12.481 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-02T14:41:12.543 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2024-04-02T14:41:12.575 DEBUG:teuthology.parallel:result is None 2024-04-02T14:41:45.907 DEBUG:teuthology.orchestra.remote:timed out 2024-04-02T14:41:57.908 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-04-02T14:41:57.909 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:41:58.277 DEBUG:teuthology.orchestra.run.smithi016:> true 2024-04-02T14:41:58.659 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-04-02T14:41:58.659 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-434.el9.x86_64"... 2024-04-02T14:41:58.659 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2024-04-02T14:41:58.674 INFO:teuthology.orchestra.run.smithi016.stdout:5.14.0-434.el9.x86_64 2024-04-02T14:41:58.675 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-434.el9.x86_64 vs 5.14.0-434.el9.x86_64 2024-04-02T14:41:58.675 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-02T14:41:58.675 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-02T14:41:59.676 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-02T14:41:59.676 DEBUG:teuthology.orchestra.run.smithi016:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-02T14:41:59.751 INFO:teuthology.orchestra.run.smithi016.stdout:ttyS1 2024-04-02T14:41:59.787 DEBUG:teuthology.parallel:result is None 2024-04-02T14:41:59.788 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-02T14:41:59.794 INFO:teuthology.task.internal:Creating test directory... 2024-04-02T14:41:59.795 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-02T14:41:59.797 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-02T14:41:59.800 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-02T14:41:59.820 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-02T14:41:59.855 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-02T14:41:59.875 INFO:teuthology.task.internal:Creating archive directory... 2024-04-02T14:41:59.876 DEBUG:teuthology.orchestra.run.smithi016:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-02T14:41:59.879 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-02T14:41:59.881 DEBUG:teuthology.orchestra.run.smithi138:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-02T14:41:59.910 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-02T14:41:59.917 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-02T14:41:59.917 DEBUG:teuthology.orchestra.run.smithi016:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-02T14:41:59.946 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-02T14:41:59.948 DEBUG:teuthology.orchestra.run.smithi138:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-02T14:41:59.983 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T14:41:59.986 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T14:41:59.992 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T14:41:59.996 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T14:42:00.000 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T14:42:00.007 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T14:42:00.008 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-02T14:42:00.015 INFO:teuthology.task.internal:Configuring sudo... 2024-04-02T14:42:00.016 DEBUG:teuthology.orchestra.run.smithi016:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-02T14:42:00.041 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-02T14:42:00.045 DEBUG:teuthology.orchestra.run.smithi138:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-02T14:42:00.078 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-02T14:42:00.087 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-02T14:42:00.087 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-02T14:42:00.110 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-02T14:42:00.115 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-02T14:42:00.135 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T14:42:00.207 DEBUG:teuthology.orchestra.run.smithi016:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T14:42:00.260 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T14:42:00.341 DEBUG:teuthology.orchestra.run.smithi016:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T14:42:00.386 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-04-02T14:42:00.387 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-02T14:42:00.453 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T14:42:00.499 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T14:42:00.562 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T14:42:00.606 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T14:42:00.649 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-02T14:42:00.650 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-02T14:42:00.718 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T14:42:00.758 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T14:42:00.819 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T14:42:00.902 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T14:42:00.946 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-02T14:42:00.946 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-02T14:42:01.015 DEBUG:teuthology.orchestra.run.smithi016:> sudo service rsyslog restart 2024-04-02T14:42:01.018 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2024-04-02T14:42:01.020 DEBUG:teuthology.orchestra.run.smithi138:> sudo service rsyslog restart 2024-04-02T14:42:01.066 INFO:teuthology.orchestra.run.smithi016.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T14:42:01.075 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T14:42:01.105 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T14:42:01.604 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-02T14:42:01.611 INFO:teuthology.task.internal:Starting timer... 2024-04-02T14:42:01.612 INFO:teuthology.run_tasks:Running task pcp... 2024-04-02T14:42:01.622 INFO:teuthology.run_tasks:Running task selinux... 2024-04-02T14:42:01.631 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-02T14:42:01.631 DEBUG:teuthology.orchestra.run.smithi016:> sudo service auditd rotate 2024-04-02T14:42:01.693 INFO:teuthology.orchestra.run.smithi016.stdout:Rotating logs: 2024-04-02T14:42:01.695 DEBUG:teuthology.orchestra.run.smithi133:> sudo service auditd rotate 2024-04-02T14:42:01.767 INFO:teuthology.orchestra.run.smithi133.stdout:Rotating logs: 2024-04-02T14:42:01.769 DEBUG:teuthology.orchestra.run.smithi138:> sudo service auditd rotate 2024-04-02T14:42:01.833 INFO:teuthology.orchestra.run.smithi138.stdout:Rotating logs: 2024-04-02T14:42:01.834 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-02T14:42:01.834 DEBUG:teuthology.orchestra.run.smithi016:> /usr/sbin/getenforce 2024-04-02T14:42:01.855 INFO:teuthology.orchestra.run.smithi016.stdout:Permissive 2024-04-02T14:42:01.855 DEBUG:teuthology.orchestra.run.smithi133:> /usr/sbin/getenforce 2024-04-02T14:42:01.875 INFO:teuthology.orchestra.run.smithi133.stdout:Permissive 2024-04-02T14:42:01.876 DEBUG:teuthology.orchestra.run.smithi138:> /usr/sbin/getenforce 2024-04-02T14:42:01.895 INFO:teuthology.orchestra.run.smithi138.stdout:Permissive 2024-04-02T14:42:01.895 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi016.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi133.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi138.front.sepia.ceph.com': 'permissive'} 2024-04-02T14:42:01.896 DEBUG:teuthology.orchestra.run.smithi016:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-02T14:42:01.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:42:01.924 DEBUG:teuthology.orchestra.run.smithi133:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-02T14:42:01.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:42:01.953 DEBUG:teuthology.orchestra.run.smithi138:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-02T14:42:01.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:42:01.984 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-02T14:42:01.984 DEBUG:teuthology.orchestra.run.smithi016:> sudo /usr/sbin/setenforce permissive 2024-04-02T14:42:02.023 DEBUG:teuthology.orchestra.run.smithi133:> sudo /usr/sbin/setenforce permissive 2024-04-02T14:42:02.061 DEBUG:teuthology.orchestra.run.smithi138:> sudo /usr/sbin/setenforce permissive 2024-04-02T14:42:02.095 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-02T14:42:02.116 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-02T14:42:02.132 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-02T14:42:02.133 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi016.front.sepia.ceph.com,smithi133.front.sepia.ceph.com,smithi138.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-02T14:46:25.752 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi016.front.sepia.ceph.com'), Remote(name='ubuntu@smithi133.front.sepia.ceph.com'), Remote(name='ubuntu@smithi138.front.sepia.ceph.com')] 2024-04-02T14:46:25.753 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-04-02T14:46:25.755 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:46:25.849 DEBUG:teuthology.orchestra.run.smithi016:> true 2024-04-02T14:46:25.921 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-04-02T14:46:25.922 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-02T14:46:25.922 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:46:26.010 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-04-02T14:46:26.105 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-02T14:46:26.105 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-04-02T14:46:26.106 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:46:26.194 DEBUG:teuthology.orchestra.run.smithi138:> true 2024-04-02T14:46:26.276 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-04-02T14:46:26.277 INFO:teuthology.run_tasks:Running task clock... 2024-04-02T14:46:26.290 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-02T14:46:26.290 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-02T14:46:26.292 DEBUG:teuthology.orchestra.run.smithi016:> 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-04-02T14:46:26.294 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-02T14:46:26.294 DEBUG:teuthology.orchestra.run.smithi133:> 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-04-02T14:46:26.299 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-02T14:46:26.299 DEBUG:teuthology.orchestra.run.smithi138:> 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-04-02T14:46:26.325 INFO:teuthology.orchestra.run.smithi016.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-02T14:46:26.328 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-02T14:46:26.343 INFO:teuthology.orchestra.run.smithi016.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-02T14:46:26.344 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-02T14:46:26.351 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-02T14:46:26.369 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-02T14:46:26.373 INFO:teuthology.orchestra.run.smithi016.stderr:sudo: ntpd: command not found 2024-04-02T14:46:26.373 INFO:teuthology.orchestra.run.smithi133.stderr:sudo: ntpd: command not found 2024-04-02T14:46:26.387 INFO:teuthology.orchestra.run.smithi133.stdout:506 Cannot talk to daemon 2024-04-02T14:46:26.388 INFO:teuthology.orchestra.run.smithi016.stdout:506 Cannot talk to daemon 2024-04-02T14:46:26.400 INFO:teuthology.orchestra.run.smithi138.stderr:sudo: ntpd: command not found 2024-04-02T14:46:26.404 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-02T14:46:26.404 INFO:teuthology.orchestra.run.smithi016.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-02T14:46:26.414 INFO:teuthology.orchestra.run.smithi138.stdout:506 Cannot talk to daemon 2024-04-02T14:46:26.420 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-02T14:46:26.421 INFO:teuthology.orchestra.run.smithi016.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-02T14:46:26.431 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-02T14:46:26.447 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-02T14:46:26.474 INFO:teuthology.orchestra.run.smithi016.stderr:bash: line 1: ntpq: command not found 2024-04-02T14:46:26.477 INFO:teuthology.orchestra.run.smithi016.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T14:46:26.477 INFO:teuthology.orchestra.run.smithi016.stdout:=============================================================================== 2024-04-02T14:46:26.477 INFO:teuthology.orchestra.run.smithi016.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:46:26.477 INFO:teuthology.orchestra.run.smithi016.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:46:26.477 INFO:teuthology.orchestra.run.smithi016.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:46:26.478 INFO:teuthology.orchestra.run.smithi016.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:46:26.481 INFO:teuthology.orchestra.run.smithi133.stderr:bash: line 1: ntpq: command not found 2024-04-02T14:46:26.484 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T14:46:26.484 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2024-04-02T14:46:26.484 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:46:26.485 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:46:26.485 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:46:26.485 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:46:26.499 INFO:teuthology.orchestra.run.smithi138.stderr:bash: line 1: ntpq: command not found 2024-04-02T14:46:26.502 INFO:teuthology.orchestra.run.smithi138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T14:46:26.503 INFO:teuthology.orchestra.run.smithi138.stdout:=============================================================================== 2024-04-02T14:46:26.503 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:46:26.503 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:46:26.503 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:46:26.503 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:46:26.503 INFO:teuthology.run_tasks:Running task install... 2024-04-02T14:46:26.511 DEBUG:teuthology.task.install:project ceph 2024-04-02T14:46:26.512 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744'}} 2024-04-02T14:46:26.512 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744'} 2024-04-02T14:46:26.512 INFO:teuthology.task.install:Using flavor: default 2024-04-02T14:46:26.518 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-04-02T14:46:26.518 INFO:teuthology.task.install:extra packages: [] 2024-04-02T14:46:26.519 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': '3f3f3ed992429b85be729743ad3b39d52dd90744', 'tag': None, 'wait_for_package': False} 2024-04-02T14:46:26.519 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:46:26.522 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': '3f3f3ed992429b85be729743ad3b39d52dd90744', 'tag': None, 'wait_for_package': False} 2024-04-02T14:46:26.522 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:46:26.523 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': '3f3f3ed992429b85be729743ad3b39d52dd90744', 'tag': None, 'wait_for_package': False} 2024-04-02T14:46:26.524 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:46:26.705 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/ 2024-04-02T14:46:26.705 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2592.g3f3f3ed9 2024-04-02T14:46:26.775 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/ 2024-04-02T14:46:26.775 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2592.g3f3f3ed9 2024-04-02T14:46:26.789 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/ 2024-04-02T14:46:26.789 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2592.g3f3f3ed9 2024-04-02T14:46:26.837 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-02T14:46:26.837 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-04-02T14:46:26.837 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-02T14:46:26.866 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-04-02T14:46:26.867 DEBUG:teuthology.orchestra.run.smithi016:> 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/3f3f3ed992429b85be729743ad3b39d52dd90744/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-02T14:46:26.920 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-02T14:46:26.920 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-02T14:46:26.920 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-02T14:46:26.934 DEBUG:teuthology.orchestra.run.smithi016:> 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-04-02T14:46:26.949 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-04-02T14:46:26.949 DEBUG:teuthology.orchestra.run.smithi138:> 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/3f3f3ed992429b85be729743ad3b39d52dd90744/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-02T14:46:26.974 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-02T14:46:26.974 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-02T14:46:26.974 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-02T14:46:27.003 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-04-02T14:46:27.004 DEBUG:teuthology.orchestra.run.smithi133:> 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/3f3f3ed992429b85be729743ad3b39d52dd90744/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-02T14:46:27.014 DEBUG:teuthology.orchestra.run.smithi016:> 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-04-02T14:46:27.016 DEBUG:teuthology.orchestra.run.smithi138:> 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-04-02T14:46:27.072 DEBUG:teuthology.orchestra.run.smithi133:> 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-04-02T14:46:27.079 INFO:teuthology.orchestra.run.smithi016.stdout:check_obsoletes = 1 2024-04-02T14:46:27.081 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum clean all 2024-04-02T14:46:27.097 DEBUG:teuthology.orchestra.run.smithi138:> 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-04-02T14:46:27.152 DEBUG:teuthology.orchestra.run.smithi133:> 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-04-02T14:46:27.163 INFO:teuthology.orchestra.run.smithi138.stdout:check_obsoletes = 1 2024-04-02T14:46:27.164 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum clean all 2024-04-02T14:46:27.218 INFO:teuthology.orchestra.run.smithi133.stdout:check_obsoletes = 1 2024-04-02T14:46:27.220 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum clean all 2024-04-02T14:46:27.332 INFO:teuthology.orchestra.run.smithi016.stdout:74 files removed 2024-04-02T14:46:27.359 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install ceph-radosgw 2024-04-02T14:46:27.407 INFO:teuthology.orchestra.run.smithi138.stdout:74 files removed 2024-04-02T14:46:27.434 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-radosgw 2024-04-02T14:46:27.461 INFO:teuthology.orchestra.run.smithi133.stdout:74 files removed 2024-04-02T14:46:27.488 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-radosgw 2024-04-02T14:46:28.111 INFO:teuthology.orchestra.run.smithi016.stdout:ceph packages for x86_64 186 kB/s | 83 kB 00:00 2024-04-02T14:46:28.163 INFO:teuthology.orchestra.run.smithi138.stdout:ceph packages for x86_64 192 kB/s | 83 kB 00:00 2024-04-02T14:46:28.203 INFO:teuthology.orchestra.run.smithi133.stdout:ceph packages for x86_64 200 kB/s | 83 kB 00:00 2024-04-02T14:46:28.579 INFO:teuthology.orchestra.run.smithi016.stdout:ceph noarch packages 28 kB/s | 12 kB 00:00 2024-04-02T14:46:28.581 INFO:teuthology.orchestra.run.smithi138.stdout:ceph noarch packages 32 kB/s | 12 kB 00:00 2024-04-02T14:46:28.629 INFO:teuthology.orchestra.run.smithi133.stdout:ceph noarch packages 31 kB/s | 12 kB 00:00 2024-04-02T14:46:28.973 INFO:teuthology.orchestra.run.smithi138.stdout:ceph source packages 5.4 kB/s | 1.9 kB 00:00 2024-04-02T14:46:29.013 INFO:teuthology.orchestra.run.smithi133.stdout:ceph source packages 5.5 kB/s | 1.9 kB 00:00 2024-04-02T14:46:29.121 INFO:teuthology.orchestra.run.smithi016.stdout:ceph source packages 3.8 kB/s | 1.9 kB 00:00 2024-04-02T14:46:29.442 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS-9 - AppStream 16 MB/s | 6.7 MB 00:00 2024-04-02T14:46:29.515 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-04-02T14:46:29.632 INFO:teuthology.orchestra.run.smithi016.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-04-02T14:46:30.892 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS-9 - BaseOS 6.1 MB/s | 2.0 MB 00:00 2024-04-02T14:46:31.149 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS-9 - BaseOS 3.8 MB/s | 2.0 MB 00:00 2024-04-02T14:46:31.191 INFO:teuthology.orchestra.run.smithi016.stdout:CentOS-9 - BaseOS 5.1 MB/s | 2.0 MB 00:00 2024-04-02T14:46:31.774 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-04-02T14:46:32.332 INFO:teuthology.orchestra.run.smithi016.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-04-02T14:46:34.124 INFO:teuthology.orchestra.run.smithi016.stdout:CentOS Stream 9 - AppStream 29 MB/s | 19 MB 00:00 2024-04-02T14:46:34.692 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - AppStream 10 MB/s | 19 MB 00:01 2024-04-02T14:46:38.283 INFO:teuthology.orchestra.run.smithi016.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.1 MB 00:00 2024-04-02T14:46:38.826 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.1 MB 00:00 2024-04-02T14:46:39.759 INFO:teuthology.orchestra.run.smithi016.stdout:CentOS Stream 9 - Extras packages 72 kB/s | 16 kB 00:00 2024-04-02T14:46:40.269 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - Extras packages 53 kB/s | 16 kB 00:00 2024-04-02T14:46:40.413 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - BaseOS 922 kB/s | 8.0 MB 00:08 2024-04-02T14:46:41.215 INFO:teuthology.orchestra.run.smithi138.stdout:Extra Packages for Enterprise Linux 25 MB/s | 21 MB 00:00 2024-04-02T14:46:41.311 INFO:teuthology.orchestra.run.smithi016.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-04-02T14:46:42.506 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - AppStream 19 MB/s | 19 MB 00:00 2024-04-02T14:46:46.195 INFO:teuthology.orchestra.run.smithi138.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-04-02T14:46:46.477 INFO:teuthology.orchestra.run.smithi016.stdout:lab-extras 43 kB/s | 1.7 kB 00:00 2024-04-02T14:46:47.323 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - CRB 4.8 MB/s | 6.1 MB 00:01 2024-04-02T14:46:48.829 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:46:48.842 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:46:48.842 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-02T14:46:48.842 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:46:48.842 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-02T14:46:48.842 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-radosgw x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 9.8 M 2024-04-02T14:46:48.842 INFO:teuthology.orchestra.run.smithi138.stdout:Upgrading: 2024-04-02T14:46:48.842 INFO:teuthology.orchestra.run.smithi138.stdout: librados2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.4 M 2024-04-02T14:46:48.842 INFO:teuthology.orchestra.run.smithi138.stdout: librbd1 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.1 M 2024-04-02T14:46:48.842 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-02T14:46:48.843 INFO:teuthology.orchestra.run.smithi138.stdout: boost-program-options 2024-04-02T14:46:48.843 INFO:teuthology.orchestra.run.smithi138.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-02T14:46:48.843 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-base x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 5.4 M 2024-04-02T14:46:48.843 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-common x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 21 M 2024-04-02T14:46:48.843 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-selinux x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 25 k 2024-04-02T14:46:48.843 INFO:teuthology.orchestra.run.smithi138.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-02T14:46:48.843 INFO:teuthology.orchestra.run.smithi138.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-02T14:46:48.843 INFO:teuthology.orchestra.run.smithi138.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-02T14:46:48.843 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 746 k 2024-04-02T14:46:48.843 INFO:teuthology.orchestra.run.smithi138.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-02T14:46:48.843 INFO:teuthology.orchestra.run.smithi138.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-02T14:46:48.843 INFO:teuthology.orchestra.run.smithi138.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-02T14:46:48.843 INFO:teuthology.orchestra.run.smithi138.stdout: libradosstriper1 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 500 k 2024-04-02T14:46:48.844 INFO:teuthology.orchestra.run.smithi138.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-02T14:46:48.844 INFO:teuthology.orchestra.run.smithi138.stdout: librgw2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 5.1 M 2024-04-02T14:46:48.844 INFO:teuthology.orchestra.run.smithi138.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-02T14:46:48.844 INFO:teuthology.orchestra.run.smithi138.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-02T14:46:48.844 INFO:teuthology.orchestra.run.smithi138.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-02T14:46:48.844 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-argparse 2024-04-02T14:46:48.844 INFO:teuthology.orchestra.run.smithi138.stdout: x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 45 k 2024-04-02T14:46:48.844 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-common x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 134 k 2024-04-02T14:46:48.844 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cephfs x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 161 k 2024-04-02T14:46:48.844 INFO:teuthology.orchestra.run.smithi138.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-02T14:46:48.844 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rados x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 321 k 2024-04-02T14:46:48.844 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rbd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 299 k 2024-04-02T14:46:48.844 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rgw x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 99 k 2024-04-02T14:46:48.844 INFO:teuthology.orchestra.run.smithi138.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-02T14:46:48.845 INFO:teuthology.orchestra.run.smithi138.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-02T14:46:48.845 INFO:teuthology.orchestra.run.smithi138.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-02T14:46:48.845 INFO:teuthology.orchestra.run.smithi138.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-02T14:46:48.845 INFO:teuthology.orchestra.run.smithi138.stdout:Installing weak dependencies: 2024-04-02T14:46:48.845 INFO:teuthology.orchestra.run.smithi138.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-02T14:46:48.845 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:46:48.845 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-02T14:46:48.845 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:46:48.845 INFO:teuthology.orchestra.run.smithi138.stdout:Install 30 Packages 2024-04-02T14:46:48.845 INFO:teuthology.orchestra.run.smithi138.stdout:Upgrade 2 Packages 2024-04-02T14:46:48.845 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:46:48.846 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 59 M 2024-04-02T14:46:48.846 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-02T14:46:49.023 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - Extras packages 30 kB/s | 16 kB 00:00 2024-04-02T14:46:49.189 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:46:49.195 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:46:49.195 INFO:teuthology.orchestra.run.smithi016.stdout: Package Arch Version Repository Size 2024-04-02T14:46:49.195 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:46:49.196 INFO:teuthology.orchestra.run.smithi016.stdout:Installing: 2024-04-02T14:46:49.196 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-radosgw x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 9.8 M 2024-04-02T14:46:49.196 INFO:teuthology.orchestra.run.smithi016.stdout:Upgrading: 2024-04-02T14:46:49.196 INFO:teuthology.orchestra.run.smithi016.stdout: librados2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.4 M 2024-04-02T14:46:49.196 INFO:teuthology.orchestra.run.smithi016.stdout: librbd1 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.1 M 2024-04-02T14:46:49.196 INFO:teuthology.orchestra.run.smithi016.stdout:Installing dependencies: 2024-04-02T14:46:49.196 INFO:teuthology.orchestra.run.smithi016.stdout: boost-program-options 2024-04-02T14:46:49.196 INFO:teuthology.orchestra.run.smithi016.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-02T14:46:49.196 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-base x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 5.4 M 2024-04-02T14:46:49.196 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-common x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 21 M 2024-04-02T14:46:49.196 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-selinux x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 25 k 2024-04-02T14:46:49.196 INFO:teuthology.orchestra.run.smithi016.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-02T14:46:49.196 INFO:teuthology.orchestra.run.smithi016.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-02T14:46:49.197 INFO:teuthology.orchestra.run.smithi016.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-02T14:46:49.197 INFO:teuthology.orchestra.run.smithi016.stdout: libcephfs2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 746 k 2024-04-02T14:46:49.197 INFO:teuthology.orchestra.run.smithi016.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-02T14:46:49.197 INFO:teuthology.orchestra.run.smithi016.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-02T14:46:49.197 INFO:teuthology.orchestra.run.smithi016.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-02T14:46:49.197 INFO:teuthology.orchestra.run.smithi016.stdout: libradosstriper1 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 500 k 2024-04-02T14:46:49.197 INFO:teuthology.orchestra.run.smithi016.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-02T14:46:49.197 INFO:teuthology.orchestra.run.smithi016.stdout: librgw2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 5.1 M 2024-04-02T14:46:49.197 INFO:teuthology.orchestra.run.smithi016.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-02T14:46:49.197 INFO:teuthology.orchestra.run.smithi016.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-02T14:46:49.197 INFO:teuthology.orchestra.run.smithi016.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-02T14:46:49.197 INFO:teuthology.orchestra.run.smithi016.stdout: python3-ceph-argparse 2024-04-02T14:46:49.197 INFO:teuthology.orchestra.run.smithi016.stdout: x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 45 k 2024-04-02T14:46:49.197 INFO:teuthology.orchestra.run.smithi016.stdout: python3-ceph-common x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 134 k 2024-04-02T14:46:49.198 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cephfs x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 161 k 2024-04-02T14:46:49.198 INFO:teuthology.orchestra.run.smithi016.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-02T14:46:49.198 INFO:teuthology.orchestra.run.smithi016.stdout: python3-rados x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 321 k 2024-04-02T14:46:49.198 INFO:teuthology.orchestra.run.smithi016.stdout: python3-rbd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 299 k 2024-04-02T14:46:49.198 INFO:teuthology.orchestra.run.smithi016.stdout: python3-rgw x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 99 k 2024-04-02T14:46:49.198 INFO:teuthology.orchestra.run.smithi016.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-02T14:46:49.198 INFO:teuthology.orchestra.run.smithi016.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-02T14:46:49.198 INFO:teuthology.orchestra.run.smithi016.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-02T14:46:49.198 INFO:teuthology.orchestra.run.smithi016.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-02T14:46:49.198 INFO:teuthology.orchestra.run.smithi016.stdout:Installing weak dependencies: 2024-04-02T14:46:49.198 INFO:teuthology.orchestra.run.smithi016.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-02T14:46:49.198 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:46:49.198 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2024-04-02T14:46:49.198 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:46:49.199 INFO:teuthology.orchestra.run.smithi016.stdout:Install 30 Packages 2024-04-02T14:46:49.199 INFO:teuthology.orchestra.run.smithi016.stdout:Upgrade 2 Packages 2024-04-02T14:46:49.199 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:46:49.199 INFO:teuthology.orchestra.run.smithi016.stdout:Total download size: 59 M 2024-04-02T14:46:49.199 INFO:teuthology.orchestra.run.smithi016.stdout:Downloading Packages: 2024-04-02T14:46:50.096 INFO:teuthology.orchestra.run.smithi138.stdout:(1/32): ceph-radosgw-19.0.0-2592.g3f3f3ed9.el9. 9.0 MB/s | 9.8 MB 00:01 2024-04-02T14:46:50.128 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 21 MB/s | 21 MB 00:00 2024-04-02T14:46:50.146 INFO:teuthology.orchestra.run.smithi138.stdout:(2/32): ceph-selinux-19.0.0-2592.g3f3f3ed9.el9. 506 kB/s | 25 kB 00:00 2024-04-02T14:46:50.263 INFO:teuthology.orchestra.run.smithi138.stdout:(3/32): libcephfs2-19.0.0-2592.g3f3f3ed9.el9.x8 6.3 MB/s | 746 kB 00:00 2024-04-02T14:46:50.363 INFO:teuthology.orchestra.run.smithi138.stdout:(4/32): libradosstriper1-19.0.0-2592.g3f3f3ed9. 4.9 MB/s | 500 kB 00:00 2024-04-02T14:46:50.814 INFO:teuthology.orchestra.run.smithi138.stdout:(5/32): librgw2-19.0.0-2592.g3f3f3ed9.el9.x86_6 11 MB/s | 5.1 MB 00:00 2024-04-02T14:46:51.031 INFO:teuthology.orchestra.run.smithi138.stdout:(6/32): ceph-common-19.0.0-2592.g3f3f3ed9.el9.x 10 MB/s | 21 MB 00:02 2024-04-02T14:46:51.056 INFO:teuthology.orchestra.run.smithi138.stdout:(7/32): python3-ceph-argparse-19.0.0-2592.g3f3f 186 kB/s | 45 kB 00:00 2024-04-02T14:46:51.089 INFO:teuthology.orchestra.run.smithi138.stdout:(8/32): python3-ceph-common-19.0.0-2592.g3f3f3e 2.3 MB/s | 134 kB 00:00 2024-04-02T14:46:51.140 INFO:teuthology.orchestra.run.smithi138.stdout:(9/32): python3-cephfs-19.0.0-2592.g3f3f3ed9.el 1.9 MB/s | 161 kB 00:00 2024-04-02T14:46:51.182 INFO:teuthology.orchestra.run.smithi138.stdout:(10/32): python3-rados-19.0.0-2592.g3f3f3ed9.el 3.4 MB/s | 321 kB 00:00 2024-04-02T14:46:51.233 INFO:teuthology.orchestra.run.smithi138.stdout:(11/32): python3-rbd-19.0.0-2592.g3f3f3ed9.el9. 3.2 MB/s | 299 kB 00:00 2024-04-02T14:46:51.274 INFO:teuthology.orchestra.run.smithi138.stdout:(12/32): python3-rgw-19.0.0-2592.g3f3f3ed9.el9. 1.1 MB/s | 99 kB 00:00 2024-04-02T14:46:51.399 INFO:teuthology.orchestra.run.smithi138.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 634 kB/s | 106 kB 00:00 2024-04-02T14:46:51.424 INFO:teuthology.orchestra.run.smithi138.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.2 MB/s | 159 kB 00:00 2024-04-02T14:46:51.442 INFO:teuthology.orchestra.run.smithi138.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.0 MB/s | 44 kB 00:00 2024-04-02T14:46:51.500 INFO:teuthology.orchestra.run.smithi138.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 661 kB 00:00 2024-04-02T14:46:51.525 INFO:teuthology.orchestra.run.smithi138.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.3 MB/s | 282 kB 00:00 2024-04-02T14:46:51.542 INFO:teuthology.orchestra.run.smithi138.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 998 kB/s | 41 kB 00:00 2024-04-02T14:46:51.568 INFO:teuthology.orchestra.run.smithi138.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 5.1 MB/s | 220 kB 00:00 2024-04-02T14:46:51.585 INFO:teuthology.orchestra.run.smithi138.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 836 kB/s | 35 kB 00:00 2024-04-02T14:46:51.601 INFO:teuthology.orchestra.run.smithi138.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 1.4 MB/s | 46 kB 00:00 2024-04-02T14:46:51.852 INFO:teuthology.orchestra.run.smithi138.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.1 MB/s | 309 kB 00:00 2024-04-02T14:46:51.894 INFO:teuthology.orchestra.run.smithi138.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 622 kB/s | 26 kB 00:00 2024-04-02T14:46:51.944 INFO:teuthology.orchestra.run.smithi138.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 980 kB/s | 49 kB 00:00 2024-04-02T14:46:52.011 INFO:teuthology.orchestra.run.smithi138.stdout:(25/32): libarrow-9.0.0-10.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-04-02T14:46:52.036 INFO:teuthology.orchestra.run.smithi138.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 734 kB/s | 67 kB 00:00 2024-04-02T14:46:52.078 INFO:teuthology.orchestra.run.smithi138.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 12 MB/s | 838 kB 00:00 2024-04-02T14:46:52.104 INFO:teuthology.orchestra.run.smithi138.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-04-02T14:46:52.179 INFO:teuthology.orchestra.run.smithi138.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-04-02T14:46:52.438 INFO:teuthology.orchestra.run.smithi138.stdout:(30/32): ceph-base-19.0.0-2592.g3f3f3ed9.el9.x8 1.6 MB/s | 5.4 MB 00:03 2024-04-02T14:46:52.546 INFO:teuthology.orchestra.run.smithi138.stdout:(31/32): librados2-19.0.0-2592.g3f3f3ed9.el9.x8 7.7 MB/s | 3.4 MB 00:00 2024-04-02T14:46:52.604 INFO:teuthology.orchestra.run.smithi138.stdout:(32/32): librbd1-19.0.0-2592.g3f3f3ed9.el9.x86_ 7.4 MB/s | 3.1 MB 00:00 2024-04-02T14:46:52.609 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:46:52.609 INFO:teuthology.orchestra.run.smithi138.stdout:Total 16 MB/s | 59 MB 00:03 2024-04-02T14:46:52.609 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-02T14:46:52.647 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-02T14:46:52.647 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-02T14:46:52.720 INFO:teuthology.orchestra.run.smithi016.stdout:(1/32): ceph-base-19.0.0-2592.g3f3f3ed9.el9.x86 1.6 MB/s | 5.4 MB 00:03 2024-04-02T14:46:52.770 INFO:teuthology.orchestra.run.smithi016.stdout:(2/32): ceph-selinux-19.0.0-2592.g3f3f3ed9.el9. 506 kB/s | 25 kB 00:00 2024-04-02T14:46:52.970 INFO:teuthology.orchestra.run.smithi016.stdout:(3/32): libcephfs2-19.0.0-2592.g3f3f3ed9.el9.x8 3.6 MB/s | 746 kB 00:00 2024-04-02T14:46:53.120 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-02T14:46:53.121 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-02T14:46:53.121 INFO:teuthology.orchestra.run.smithi016.stdout:(4/32): libradosstriper1-19.0.0-2592.g3f3f3ed9. 3.3 MB/s | 500 kB 00:00 2024-04-02T14:46:53.804 INFO:teuthology.orchestra.run.smithi016.stdout:(5/32): ceph-radosgw-19.0.0-2592.g3f3f3ed9.el9. 2.2 MB/s | 9.8 MB 00:04 2024-04-02T14:46:53.854 INFO:teuthology.orchestra.run.smithi016.stdout:(6/32): python3-ceph-argparse-19.0.0-2592.g3f3f 909 kB/s | 45 kB 00:00 2024-04-02T14:46:53.921 INFO:teuthology.orchestra.run.smithi016.stdout:(7/32): python3-ceph-common-19.0.0-2592.g3f3f3e 2.0 MB/s | 134 kB 00:00 2024-04-02T14:46:53.988 INFO:teuthology.orchestra.run.smithi016.stdout:(8/32): python3-cephfs-19.0.0-2592.g3f3f3ed9.el 2.4 MB/s | 161 kB 00:00 2024-04-02T14:46:54.080 INFO:teuthology.orchestra.run.smithi016.stdout:(9/32): python3-rados-19.0.0-2592.g3f3f3ed9.el9 3.4 MB/s | 321 kB 00:00 2024-04-02T14:46:54.172 INFO:teuthology.orchestra.run.smithi016.stdout:(10/32): python3-rbd-19.0.0-2592.g3f3f3ed9.el9. 3.2 MB/s | 299 kB 00:00 2024-04-02T14:46:54.214 INFO:teuthology.orchestra.run.smithi016.stdout:(11/32): python3-rgw-19.0.0-2592.g3f3f3ed9.el9. 2.3 MB/s | 99 kB 00:00 2024-04-02T14:46:54.314 INFO:teuthology.orchestra.run.smithi016.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 1.0 MB/s | 106 kB 00:00 2024-04-02T14:46:54.365 INFO:teuthology.orchestra.run.smithi016.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 3.1 MB/s | 159 kB 00:00 2024-04-02T14:46:54.407 INFO:teuthology.orchestra.run.smithi016.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.0 MB/s | 44 kB 00:00 2024-04-02T14:46:54.482 INFO:teuthology.orchestra.run.smithi016.stdout:(15/32): librgw2-19.0.0-2592.g3f3f3ed9.el9.x86_ 3.8 MB/s | 5.1 MB 00:01 2024-04-02T14:46:54.510 INFO:teuthology.orchestra.run.smithi016.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 6.4 MB/s | 661 kB 00:00 2024-04-02T14:46:54.532 INFO:teuthology.orchestra.run.smithi016.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 5.7 MB/s | 282 kB 00:00 2024-04-02T14:46:54.558 INFO:teuthology.orchestra.run.smithi016.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 828 kB/s | 41 kB 00:00 2024-04-02T14:46:54.603 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-02T14:46:54.608 INFO:teuthology.orchestra.run.smithi016.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.9 MB/s | 220 kB 00:00 2024-04-02T14:46:54.625 INFO:teuthology.orchestra.run.smithi016.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 525 kB/s | 35 kB 00:00 2024-04-02T14:46:54.642 INFO:teuthology.orchestra.run.smithi016.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 1.3 MB/s | 46 kB 00:00 2024-04-02T14:46:54.694 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-02T14:46:54.725 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-02T14:46:54.751 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-02T14:46:54.774 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-02T14:46:54.791 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-02T14:46:54.950 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-02T14:46:54.951 INFO:teuthology.orchestra.run.smithi016.stdout:(22/32): ceph-common-19.0.0-2592.g3f3f3ed9.el9. 3.7 MB/s | 21 MB 00:05 2024-04-02T14:46:55.000 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-04-02T14:46:55.003 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-02T14:46:55.209 INFO:teuthology.orchestra.run.smithi016.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 101 kB/s | 26 kB 00:00 2024-04-02T14:46:55.333 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-02T14:46:55.394 INFO:teuthology.orchestra.run.smithi138.stdout: Upgrading : librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T14:46:55.451 INFO:teuthology.orchestra.run.smithi016.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 374 kB/s | 309 kB 00:00 2024-04-02T14:46:55.480 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T14:46:55.551 INFO:teuthology.orchestra.run.smithi016.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 673 kB/s | 67 kB 00:00 2024-04-02T14:46:55.567 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 8/34 2024-04-02T14:46:55.596 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 9/34 2024-04-02T14:46:55.610 INFO:teuthology.orchestra.run.smithi016.stdout:(26/32): liboath-2.6.7-2.el9.x86_64.rpm 121 kB/s | 49 kB 00:00 2024-04-02T14:46:55.658 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 9/34 2024-04-02T14:46:55.687 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-02T14:46:55.739 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9. 11/34 2024-04-02T14:46:55.809 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 12/34 2024-04-02T14:46:55.832 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 13/34 2024-04-02T14:46:55.843 INFO:teuthology.orchestra.run.smithi016.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 3.7 MB/s | 4.4 MB 00:01 2024-04-02T14:46:55.869 INFO:teuthology.orchestra.run.smithi016.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.6 MB/s | 838 kB 00:00 2024-04-02T14:46:55.894 INFO:teuthology.orchestra.run.smithi016.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 675 kB/s | 192 kB 00:00 2024-04-02T14:46:55.903 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 13/34 2024-04-02T14:46:55.963 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-02T14:46:55.969 INFO:teuthology.orchestra.run.smithi016.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 13 MB/s | 1.6 MB 00:00 2024-04-02T14:46:56.071 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-02T14:46:56.114 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-02T14:46:56.155 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-02T14:46:56.188 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-02T14:46:56.217 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-02T14:46:56.249 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-02T14:46:56.361 INFO:teuthology.orchestra.run.smithi016.stdout:(31/32): librbd1-19.0.0-2592.g3f3f3ed9.el9.x86_ 6.7 MB/s | 3.1 MB 00:00 2024-04-02T14:46:56.553 INFO:teuthology.orchestra.run.smithi016.stdout:(32/32): librados2-19.0.0-2592.g3f3f3ed9.el9.x8 5.0 MB/s | 3.4 MB 00:00 2024-04-02T14:46:56.556 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:46:56.557 INFO:teuthology.orchestra.run.smithi016.stdout:Total 8.0 MB/s | 59 MB 00:07 2024-04-02T14:46:56.557 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction check 2024-04-02T14:46:56.579 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-02T14:46:56.599 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction check succeeded. 2024-04-02T14:46:56.599 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction test 2024-04-02T14:46:56.604 INFO:teuthology.orchestra.run.smithi138.stdout: Upgrading : librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 22/34 2024-04-02T14:46:56.693 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 22/34 2024-04-02T14:46:56.726 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 23/34 2024-04-02T14:46:56.770 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-02T14:46:57.098 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction test succeeded. 2024-04-02T14:46:57.099 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction 2024-04-02T14:46:57.227 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-02T14:46:57.257 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 26/34 2024-04-02T14:46:57.327 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 26/34 2024-04-02T14:46:57.412 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 27/34 2024-04-02T14:46:57.442 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x8 28/34 2024-04-02T14:46:57.600 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:46:57.610 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:46:57.610 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-02T14:46:57.611 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:46:57.611 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-02T14:46:57.611 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-radosgw x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 9.8 M 2024-04-02T14:46:57.611 INFO:teuthology.orchestra.run.smithi133.stdout:Upgrading: 2024-04-02T14:46:57.611 INFO:teuthology.orchestra.run.smithi133.stdout: librados2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.4 M 2024-04-02T14:46:57.611 INFO:teuthology.orchestra.run.smithi133.stdout: librbd1 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.1 M 2024-04-02T14:46:57.611 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-02T14:46:57.611 INFO:teuthology.orchestra.run.smithi133.stdout: boost-program-options 2024-04-02T14:46:57.611 INFO:teuthology.orchestra.run.smithi133.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-02T14:46:57.611 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 5.4 M 2024-04-02T14:46:57.611 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-common x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 21 M 2024-04-02T14:46:57.611 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-selinux x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 25 k 2024-04-02T14:46:57.611 INFO:teuthology.orchestra.run.smithi133.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-02T14:46:57.612 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-02T14:46:57.612 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-02T14:46:57.612 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 746 k 2024-04-02T14:46:57.612 INFO:teuthology.orchestra.run.smithi133.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-02T14:46:57.612 INFO:teuthology.orchestra.run.smithi133.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-02T14:46:57.612 INFO:teuthology.orchestra.run.smithi133.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-02T14:46:57.612 INFO:teuthology.orchestra.run.smithi133.stdout: libradosstriper1 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 500 k 2024-04-02T14:46:57.612 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-02T14:46:57.612 INFO:teuthology.orchestra.run.smithi133.stdout: librgw2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 5.1 M 2024-04-02T14:46:57.612 INFO:teuthology.orchestra.run.smithi133.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-02T14:46:57.612 INFO:teuthology.orchestra.run.smithi133.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-02T14:46:57.612 INFO:teuthology.orchestra.run.smithi133.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-02T14:46:57.612 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse 2024-04-02T14:46:57.613 INFO:teuthology.orchestra.run.smithi133.stdout: x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 45 k 2024-04-02T14:46:57.613 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 134 k 2024-04-02T14:46:57.613 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cephfs x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 161 k 2024-04-02T14:46:57.613 INFO:teuthology.orchestra.run.smithi133.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-02T14:46:57.613 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rados x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 321 k 2024-04-02T14:46:57.613 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rbd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 299 k 2024-04-02T14:46:57.613 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rgw x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 99 k 2024-04-02T14:46:57.613 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-02T14:46:57.613 INFO:teuthology.orchestra.run.smithi133.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-02T14:46:57.613 INFO:teuthology.orchestra.run.smithi133.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-02T14:46:57.613 INFO:teuthology.orchestra.run.smithi133.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-02T14:46:57.613 INFO:teuthology.orchestra.run.smithi133.stdout:Installing weak dependencies: 2024-04-02T14:46:57.613 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-02T14:46:57.614 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:46:57.614 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-02T14:46:57.614 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:46:57.614 INFO:teuthology.orchestra.run.smithi133.stdout:Install 30 Packages 2024-04-02T14:46:57.614 INFO:teuthology.orchestra.run.smithi133.stdout:Upgrade 2 Packages 2024-04-02T14:46:57.614 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:46:57.614 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 59 M 2024-04-02T14:46:57.615 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-02T14:46:58.534 INFO:teuthology.orchestra.run.smithi133.stdout:(1/32): ceph-base-19.0.0-2592.g3f3f3ed9.el9.x86 6.4 MB/s | 5.4 MB 00:00 2024-04-02T14:46:58.576 INFO:teuthology.orchestra.run.smithi133.stdout:(2/32): ceph-selinux-19.0.0-2592.g3f3f3ed9.el9. 605 kB/s | 25 kB 00:00 2024-04-02T14:46:58.604 INFO:teuthology.orchestra.run.smithi016.stdout: Preparing : 1/1 2024-04-02T14:46:58.668 INFO:teuthology.orchestra.run.smithi133.stdout:(3/32): libcephfs2-19.0.0-2592.g3f3f3ed9.el9.x8 8.0 MB/s | 746 kB 00:00 2024-04-02T14:46:58.682 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-02T14:46:58.735 INFO:teuthology.orchestra.run.smithi133.stdout:(4/32): libradosstriper1-19.0.0-2592.g3f3f3ed9. 7.4 MB/s | 500 kB 00:00 2024-04-02T14:46:58.746 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-02T14:46:58.774 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-02T14:46:58.797 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-02T14:46:58.814 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-02T14:46:59.007 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-02T14:46:59.064 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-02T14:46:59.127 INFO:teuthology.orchestra.run.smithi133.stdout:(5/32): librgw2-19.0.0-2592.g3f3f3ed9.el9.x86_6 13 MB/s | 5.1 MB 00:00 2024-04-02T14:46:59.177 INFO:teuthology.orchestra.run.smithi133.stdout:(6/32): python3-ceph-argparse-19.0.0-2592.g3f3f 906 kB/s | 45 kB 00:00 2024-04-02T14:46:59.244 INFO:teuthology.orchestra.run.smithi133.stdout:(7/32): python3-ceph-common-19.0.0-2592.g3f3f3e 2.0 MB/s | 134 kB 00:00 2024-04-02T14:46:59.294 INFO:teuthology.orchestra.run.smithi133.stdout:(8/32): python3-cephfs-19.0.0-2592.g3f3f3ed9.el 3.2 MB/s | 161 kB 00:00 2024-04-02T14:46:59.361 INFO:teuthology.orchestra.run.smithi133.stdout:(9/32): python3-rados-19.0.0-2592.g3f3f3ed9.el9 4.7 MB/s | 321 kB 00:00 2024-04-02T14:46:59.415 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-02T14:46:59.436 INFO:teuthology.orchestra.run.smithi133.stdout:(10/32): python3-rbd-19.0.0-2592.g3f3f3ed9.el9. 3.9 MB/s | 299 kB 00:00 2024-04-02T14:46:59.476 INFO:teuthology.orchestra.run.smithi016.stdout: Upgrading : librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T14:46:59.503 INFO:teuthology.orchestra.run.smithi133.stdout:(11/32): python3-rgw-19.0.0-2592.g3f3f3ed9.el9. 1.5 MB/s | 99 kB 00:00 2024-04-02T14:46:59.553 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T14:46:59.604 INFO:teuthology.orchestra.run.smithi133.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 1.0 MB/s | 106 kB 00:00 2024-04-02T14:46:59.649 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 8/34 2024-04-02T14:46:59.654 INFO:teuthology.orchestra.run.smithi133.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 3.1 MB/s | 159 kB 00:00 2024-04-02T14:46:59.678 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 9/34 2024-04-02T14:46:59.698 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T14:46:59.724 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 9/34 2024-04-02T14:46:59.738 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T14:46:59.754 INFO:teuthology.orchestra.run.smithi133.stdout:(14/32): ceph-radosgw-19.0.0-2592.g3f3f3ed9.el9 4.8 MB/s | 9.8 MB 00:02 2024-04-02T14:46:59.758 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-02T14:46:59.771 INFO:teuthology.orchestra.run.smithi133.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 378 kB/s | 44 kB 00:00 2024-04-02T14:46:59.813 INFO:teuthology.orchestra.run.smithi133.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 11 MB/s | 661 kB 00:00 2024-04-02T14:46:59.816 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9. 11/34 2024-04-02T14:46:59.838 INFO:teuthology.orchestra.run.smithi133.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.1 MB/s | 282 kB 00:00 2024-04-02T14:46:59.863 INFO:teuthology.orchestra.run.smithi133.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 827 kB/s | 41 kB 00:00 2024-04-02T14:46:59.889 INFO:teuthology.orchestra.run.smithi133.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 220 kB 00:00 2024-04-02T14:46:59.906 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 12/34 2024-04-02T14:46:59.914 INFO:teuthology.orchestra.run.smithi133.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 695 kB/s | 35 kB 00:00 2024-04-02T14:46:59.930 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 13/34 2024-04-02T14:46:59.941 INFO:teuthology.orchestra.run.smithi133.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 884 kB/s | 46 kB 00:00 2024-04-02T14:46:59.994 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 13/34 2024-04-02T14:47:00.029 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-02T14:47:00.143 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-02T14:47:00.172 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-02T14:47:00.212 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-02T14:47:00.245 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-02T14:47:00.274 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-02T14:47:00.298 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T14:47:00.306 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-02T14:47:00.334 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 30/34 2024-04-02T14:47:00.375 INFO:teuthology.orchestra.run.smithi133.stdout:(22/32): ceph-common-19.0.0-2592.g3f3f3ed9.el9. 7.7 MB/s | 21 MB 00:02 2024-04-02T14:47:00.400 INFO:teuthology.orchestra.run.smithi133.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 635 kB/s | 309 kB 00:00 2024-04-02T14:47:00.425 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 30/34 2024-04-02T14:47:00.425 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-02T14:47:00.425 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-02T14:47:00.425 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:00.460 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T14:47:00.476 INFO:teuthology.orchestra.run.smithi133.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 648 kB/s | 49 kB 00:00 2024-04-02T14:47:00.543 INFO:teuthology.orchestra.run.smithi133.stdout:(25/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 156 kB/s | 26 kB 00:00 2024-04-02T14:47:00.559 INFO:teuthology.orchestra.run.smithi133.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 807 kB/s | 67 kB 00:00 2024-04-02T14:47:00.638 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-02T14:47:00.668 INFO:teuthology.orchestra.run.smithi133.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 6.1 MB/s | 4.4 MB 00:00 2024-04-02T14:47:00.669 INFO:teuthology.orchestra.run.smithi016.stdout: Upgrading : librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 22/34 2024-04-02T14:47:00.694 INFO:teuthology.orchestra.run.smithi133.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.4 MB/s | 192 kB 00:00 2024-04-02T14:47:00.744 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 22/34 2024-04-02T14:47:00.760 INFO:teuthology.orchestra.run.smithi133.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2024-04-02T14:47:00.774 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 23/34 2024-04-02T14:47:00.815 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-02T14:47:00.844 INFO:teuthology.orchestra.run.smithi133.stdout:(30/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.7 MB/s | 838 kB 00:00 2024-04-02T14:47:01.078 INFO:teuthology.orchestra.run.smithi133.stdout:(31/32): librbd1-19.0.0-2592.g3f3f3ed9.el9.x86_ 9.9 MB/s | 3.1 MB 00:00 2024-04-02T14:47:01.136 INFO:teuthology.orchestra.run.smithi133.stdout:(32/32): librados2-19.0.0-2592.g3f3f3ed9.el9.x8 7.7 MB/s | 3.4 MB 00:00 2024-04-02T14:47:01.139 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:47:01.139 INFO:teuthology.orchestra.run.smithi133.stdout:Total 17 MB/s | 59 MB 00:03 2024-04-02T14:47:01.139 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-02T14:47:01.173 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-02T14:47:01.173 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-02T14:47:01.299 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-02T14:47:01.330 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 26/34 2024-04-02T14:47:01.385 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 26/34 2024-04-02T14:47:01.447 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 27/34 2024-04-02T14:47:01.483 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x8 28/34 2024-04-02T14:47:01.655 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-02T14:47:01.655 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-02T14:47:03.141 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-02T14:47:03.251 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-02T14:47:03.282 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-02T14:47:03.307 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-02T14:47:03.331 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-02T14:47:03.348 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-02T14:47:03.506 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-02T14:47:03.560 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-02T14:47:03.762 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T14:47:03.796 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T14:47:03.905 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-02T14:47:03.959 INFO:teuthology.orchestra.run.smithi133.stdout: Upgrading : librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T14:47:04.052 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T14:47:04.142 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 8/34 2024-04-02T14:47:04.169 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 9/34 2024-04-02T14:47:04.215 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 9/34 2024-04-02T14:47:04.244 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-02T14:47:04.294 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9. 11/34 2024-04-02T14:47:04.366 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 12/34 2024-04-02T14:47:04.385 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T14:47:04.388 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 13/34 2024-04-02T14:47:04.424 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 30/34 2024-04-02T14:47:04.451 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 13/34 2024-04-02T14:47:04.486 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-02T14:47:04.513 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 30/34 2024-04-02T14:47:04.513 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-02T14:47:04.514 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-02T14:47:04.514 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:04.550 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T14:47:04.594 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-02T14:47:04.629 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-02T14:47:04.669 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-02T14:47:04.694 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-02T14:47:04.722 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-02T14:47:04.764 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-02T14:47:05.087 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-02T14:47:05.119 INFO:teuthology.orchestra.run.smithi133.stdout: Upgrading : librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 22/34 2024-04-02T14:47:05.209 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 22/34 2024-04-02T14:47:05.240 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 23/34 2024-04-02T14:47:05.285 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-02T14:47:05.744 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-02T14:47:05.771 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 26/34 2024-04-02T14:47:05.825 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 26/34 2024-04-02T14:47:05.894 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 27/34 2024-04-02T14:47:05.923 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x8 28/34 2024-04-02T14:47:08.220 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T14:47:08.253 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T14:47:08.813 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T14:47:08.848 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 30/34 2024-04-02T14:47:08.923 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 30/34 2024-04-02T14:47:08.924 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-02T14:47:08.924 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-02T14:47:08.924 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:08.957 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T14:47:10.475 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T14:47:10.475 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /sys 2024-04-02T14:47:10.475 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /proc 2024-04-02T14:47:10.475 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /mnt 2024-04-02T14:47:10.475 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /var/tmp 2024-04-02T14:47:10.475 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /home 2024-04-02T14:47:10.475 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /root 2024-04-02T14:47:10.476 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /tmp 2024-04-02T14:47:10.476 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:11.369 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/34 2024-04-02T14:47:11.397 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/34 2024-04-02T14:47:11.398 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:47:11.398 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-02T14:47:11.398 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-02T14:47:11.398 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-02T14:47:11.398 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:11.399 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-02T14:47:11.472 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-02T14:47:11.472 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T14:47:12.593 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T14:47:12.593 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/34 2024-04-02T14:47:12.594 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/34 2024-04-02T14:47:12.594 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 3/34 2024-04-02T14:47:12.594 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 4/34 2024-04-02T14:47:12.594 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/34 2024-04-02T14:47:12.594 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 6/34 2024-04-02T14:47:12.594 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T14:47:12.594 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9. 8/34 2024-04-02T14:47:12.594 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x8 9/34 2024-04-02T14:47:12.594 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 10/34 2024-04-02T14:47:12.594 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 11/34 2024-04-02T14:47:12.594 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 12/34 2024-04-02T14:47:12.594 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 13/34 2024-04-02T14:47:12.594 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-02T14:47:12.595 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-02T14:47:12.595 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-02T14:47:12.595 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-02T14:47:12.595 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-02T14:47:12.595 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-02T14:47:12.595 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-02T14:47:12.595 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-02T14:47:12.595 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-02T14:47:12.595 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-02T14:47:12.595 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-02T14:47:12.595 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-02T14:47:12.595 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-02T14:47:12.595 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-02T14:47:12.595 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-02T14:47:12.595 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-02T14:47:12.595 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-02T14:47:12.596 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T14:47:12.596 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-02T14:47:12.596 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/34 2024-04-02T14:47:13.643 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T14:47:13.643 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:13.643 INFO:teuthology.orchestra.run.smithi138.stdout:Upgraded: 2024-04-02T14:47:13.644 INFO:teuthology.orchestra.run.smithi138.stdout: librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:13.644 INFO:teuthology.orchestra.run.smithi138.stdout: librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:13.644 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-02T14:47:13.644 INFO:teuthology.orchestra.run.smithi138.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-02T14:47:13.644 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:13.644 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:13.644 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:13.644 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:13.644 INFO:teuthology.orchestra.run.smithi138.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-02T14:47:13.644 INFO:teuthology.orchestra.run.smithi138.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-02T14:47:13.644 INFO:teuthology.orchestra.run.smithi138.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-02T14:47:13.644 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:13.644 INFO:teuthology.orchestra.run.smithi138.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-02T14:47:13.644 INFO:teuthology.orchestra.run.smithi138.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-02T14:47:13.645 INFO:teuthology.orchestra.run.smithi138.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-02T14:47:13.645 INFO:teuthology.orchestra.run.smithi138.stdout: libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:13.645 INFO:teuthology.orchestra.run.smithi138.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-02T14:47:13.645 INFO:teuthology.orchestra.run.smithi138.stdout: librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:13.645 INFO:teuthology.orchestra.run.smithi138.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-02T14:47:13.645 INFO:teuthology.orchestra.run.smithi138.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-02T14:47:13.645 INFO:teuthology.orchestra.run.smithi138.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-02T14:47:13.645 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:13.645 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:13.645 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:13.645 INFO:teuthology.orchestra.run.smithi138.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-02T14:47:13.645 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:13.645 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:13.645 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:13.646 INFO:teuthology.orchestra.run.smithi138.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-02T14:47:13.646 INFO:teuthology.orchestra.run.smithi138.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-02T14:47:13.646 INFO:teuthology.orchestra.run.smithi138.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-02T14:47:13.646 INFO:teuthology.orchestra.run.smithi138.stdout: re2-1:20211101-3.el9.x86_64 2024-04-02T14:47:13.646 INFO:teuthology.orchestra.run.smithi138.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-02T14:47:13.646 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:13.646 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:47:14.006 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-test 2024-04-02T14:47:14.495 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T14:47:14.495 INFO:teuthology.orchestra.run.smithi016.stdout:skipping the directory /sys 2024-04-02T14:47:14.496 INFO:teuthology.orchestra.run.smithi016.stdout:skipping the directory /proc 2024-04-02T14:47:14.496 INFO:teuthology.orchestra.run.smithi016.stdout:skipping the directory /mnt 2024-04-02T14:47:14.496 INFO:teuthology.orchestra.run.smithi016.stdout:skipping the directory /var/tmp 2024-04-02T14:47:14.496 INFO:teuthology.orchestra.run.smithi016.stdout:skipping the directory /home 2024-04-02T14:47:14.496 INFO:teuthology.orchestra.run.smithi016.stdout:skipping the directory /root 2024-04-02T14:47:14.496 INFO:teuthology.orchestra.run.smithi016.stdout:skipping the directory /tmp 2024-04-02T14:47:14.496 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:14.569 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:28 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:47:14.718 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:47:14.719 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:47:14.719 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-02T14:47:14.719 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:47:14.719 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-02T14:47:14.719 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-test x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 48 M 2024-04-02T14:47:14.719 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-02T14:47:14.719 INFO:teuthology.orchestra.run.smithi138.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-02T14:47:14.720 INFO:teuthology.orchestra.run.smithi138.stdout: libcephsqlite x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 163 k 2024-04-02T14:47:14.720 INFO:teuthology.orchestra.run.smithi138.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-02T14:47:14.720 INFO:teuthology.orchestra.run.smithi138.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-02T14:47:14.720 INFO:teuthology.orchestra.run.smithi138.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-02T14:47:14.720 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:14.720 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-02T14:47:14.720 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:47:14.720 INFO:teuthology.orchestra.run.smithi138.stdout:Install 6 Packages 2024-04-02T14:47:14.720 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:14.721 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 49 M 2024-04-02T14:47:14.721 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 206 M 2024-04-02T14:47:14.721 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-02T14:47:15.041 INFO:teuthology.orchestra.run.smithi138.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.2 MB/s | 217 kB 00:00 2024-04-02T14:47:15.083 INFO:teuthology.orchestra.run.smithi138.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 7.1 MB/s | 300 kB 00:00 2024-04-02T14:47:15.116 INFO:teuthology.orchestra.run.smithi138.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-04-02T14:47:15.250 INFO:teuthology.orchestra.run.smithi138.stdout:(4/6): jq-1.6-16.el9.x86_64.rpm 1.4 MB/s | 187 kB 00:00 2024-04-02T14:47:15.309 INFO:teuthology.orchestra.run.smithi138.stdout:(5/6): libcephsqlite-19.0.0-2592.g3f3f3ed9.el9. 372 kB/s | 163 kB 00:00 2024-04-02T14:47:15.446 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/34 2024-04-02T14:47:15.470 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/34 2024-04-02T14:47:15.471 INFO:teuthology.orchestra.run.smithi016.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:47:15.471 INFO:teuthology.orchestra.run.smithi016.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-02T14:47:15.471 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-02T14:47:15.471 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-02T14:47:15.471 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:15.473 INFO:teuthology.orchestra.run.smithi016.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-02T14:47:15.541 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-02T14:47:15.541 INFO:teuthology.orchestra.run.smithi016.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T14:47:16.630 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T14:47:16.630 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/34 2024-04-02T14:47:16.630 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/34 2024-04-02T14:47:16.630 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 3/34 2024-04-02T14:47:16.630 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 4/34 2024-04-02T14:47:16.630 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/34 2024-04-02T14:47:16.630 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 6/34 2024-04-02T14:47:16.630 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T14:47:16.630 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9. 8/34 2024-04-02T14:47:16.630 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x8 9/34 2024-04-02T14:47:16.631 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 10/34 2024-04-02T14:47:16.631 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 11/34 2024-04-02T14:47:16.631 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 12/34 2024-04-02T14:47:16.631 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 13/34 2024-04-02T14:47:16.631 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-02T14:47:16.631 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-02T14:47:16.631 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-02T14:47:16.631 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-02T14:47:16.631 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-02T14:47:16.631 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-02T14:47:16.631 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-02T14:47:16.631 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-02T14:47:16.631 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-02T14:47:16.632 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-02T14:47:16.632 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-02T14:47:16.632 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-02T14:47:16.632 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-02T14:47:16.632 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-02T14:47:16.632 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-02T14:47:16.632 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-02T14:47:16.633 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-02T14:47:16.633 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T14:47:16.633 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-02T14:47:16.633 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/34 2024-04-02T14:47:17.717 INFO:teuthology.orchestra.run.smithi138.stdout:(6/6): ceph-test-19.0.0-2592.g3f3f3ed9.el9.x86_ 17 MB/s | 48 MB 00:02 2024-04-02T14:47:17.720 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:47:17.721 INFO:teuthology.orchestra.run.smithi138.stdout:Total 16 MB/s | 49 MB 00:03 2024-04-02T14:47:17.735 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-02T14:47:17.756 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-02T14:47:17.756 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-02T14:47:17.960 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T14:47:17.960 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:17.960 INFO:teuthology.orchestra.run.smithi016.stdout:Upgraded: 2024-04-02T14:47:17.961 INFO:teuthology.orchestra.run.smithi016.stdout: librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:17.961 INFO:teuthology.orchestra.run.smithi016.stdout: librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:17.961 INFO:teuthology.orchestra.run.smithi016.stdout:Installed: 2024-04-02T14:47:17.961 INFO:teuthology.orchestra.run.smithi016.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-02T14:47:17.961 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:17.961 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:17.961 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:17.961 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:17.961 INFO:teuthology.orchestra.run.smithi016.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-02T14:47:17.961 INFO:teuthology.orchestra.run.smithi016.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-02T14:47:17.961 INFO:teuthology.orchestra.run.smithi016.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-02T14:47:17.961 INFO:teuthology.orchestra.run.smithi016.stdout: libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:17.961 INFO:teuthology.orchestra.run.smithi016.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-02T14:47:17.962 INFO:teuthology.orchestra.run.smithi016.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-02T14:47:17.962 INFO:teuthology.orchestra.run.smithi016.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-02T14:47:17.962 INFO:teuthology.orchestra.run.smithi016.stdout: libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:17.962 INFO:teuthology.orchestra.run.smithi016.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-02T14:47:17.962 INFO:teuthology.orchestra.run.smithi016.stdout: librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:17.962 INFO:teuthology.orchestra.run.smithi016.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-02T14:47:17.962 INFO:teuthology.orchestra.run.smithi016.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-02T14:47:17.962 INFO:teuthology.orchestra.run.smithi016.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-02T14:47:17.962 INFO:teuthology.orchestra.run.smithi016.stdout: python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:17.962 INFO:teuthology.orchestra.run.smithi016.stdout: python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:17.962 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:17.962 INFO:teuthology.orchestra.run.smithi016.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-02T14:47:17.962 INFO:teuthology.orchestra.run.smithi016.stdout: python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:17.963 INFO:teuthology.orchestra.run.smithi016.stdout: python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:17.963 INFO:teuthology.orchestra.run.smithi016.stdout: python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:17.963 INFO:teuthology.orchestra.run.smithi016.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-02T14:47:17.963 INFO:teuthology.orchestra.run.smithi016.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-02T14:47:17.963 INFO:teuthology.orchestra.run.smithi016.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-02T14:47:17.963 INFO:teuthology.orchestra.run.smithi016.stdout: re2-1:20211101-3.el9.x86_64 2024-04-02T14:47:17.963 INFO:teuthology.orchestra.run.smithi016.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-02T14:47:17.963 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:17.963 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:47:18.138 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-02T14:47:18.138 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-02T14:47:18.305 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install ceph-test 2024-04-02T14:47:18.680 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T14:47:18.681 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /sys 2024-04-02T14:47:18.681 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /proc 2024-04-02T14:47:18.681 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /mnt 2024-04-02T14:47:18.681 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /var/tmp 2024-04-02T14:47:18.681 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /home 2024-04-02T14:47:18.681 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /root 2024-04-02T14:47:18.681 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /tmp 2024-04-02T14:47:18.681 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:18.726 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-02T14:47:18.816 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-02T14:47:18.866 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-02T14:47:18.877 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:00:32 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:47:18.908 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-02T14:47:18.951 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-02T14:47:18.980 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/6 2024-04-02T14:47:19.040 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:47:19.040 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:47:19.040 INFO:teuthology.orchestra.run.smithi016.stdout: Package Arch Version Repository Size 2024-04-02T14:47:19.041 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:47:19.041 INFO:teuthology.orchestra.run.smithi016.stdout:Installing: 2024-04-02T14:47:19.041 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-test x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 48 M 2024-04-02T14:47:19.041 INFO:teuthology.orchestra.run.smithi016.stdout:Installing dependencies: 2024-04-02T14:47:19.041 INFO:teuthology.orchestra.run.smithi016.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-02T14:47:19.041 INFO:teuthology.orchestra.run.smithi016.stdout: libcephsqlite x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 163 k 2024-04-02T14:47:19.041 INFO:teuthology.orchestra.run.smithi016.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-02T14:47:19.041 INFO:teuthology.orchestra.run.smithi016.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-02T14:47:19.041 INFO:teuthology.orchestra.run.smithi016.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-02T14:47:19.041 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:19.041 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2024-04-02T14:47:19.042 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:47:19.042 INFO:teuthology.orchestra.run.smithi016.stdout:Install 6 Packages 2024-04-02T14:47:19.042 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:19.042 INFO:teuthology.orchestra.run.smithi016.stdout:Total download size: 49 M 2024-04-02T14:47:19.042 INFO:teuthology.orchestra.run.smithi016.stdout:Installed size: 206 M 2024-04-02T14:47:19.043 INFO:teuthology.orchestra.run.smithi016.stdout:Downloading Packages: 2024-04-02T14:47:19.246 INFO:teuthology.orchestra.run.smithi016.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-04-02T14:47:19.296 INFO:teuthology.orchestra.run.smithi016.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.9 MB/s | 300 kB 00:00 2024-04-02T14:47:19.330 INFO:teuthology.orchestra.run.smithi016.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-04-02T14:47:19.458 INFO:teuthology.orchestra.run.smithi016.stdout:(4/6): jq-1.6-16.el9.x86_64.rpm 1.5 MB/s | 187 kB 00:00 2024-04-02T14:47:19.522 INFO:teuthology.orchestra.run.smithi016.stdout:(5/6): libcephsqlite-19.0.0-2592.g3f3f3ed9.el9. 370 kB/s | 163 kB 00:00 2024-04-02T14:47:19.592 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/34 2024-04-02T14:47:19.616 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/34 2024-04-02T14:47:19.616 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:47:19.616 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-02T14:47:19.617 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-02T14:47:19.617 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-02T14:47:19.617 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:19.618 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-02T14:47:19.703 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-02T14:47:19.703 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T14:47:20.890 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T14:47:20.890 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/34 2024-04-02T14:47:20.890 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/34 2024-04-02T14:47:20.890 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 3/34 2024-04-02T14:47:20.890 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 4/34 2024-04-02T14:47:20.890 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/34 2024-04-02T14:47:20.890 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 6/34 2024-04-02T14:47:20.890 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T14:47:20.890 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9. 8/34 2024-04-02T14:47:20.891 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x8 9/34 2024-04-02T14:47:20.891 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 10/34 2024-04-02T14:47:20.891 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 11/34 2024-04-02T14:47:20.891 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 12/34 2024-04-02T14:47:20.891 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 13/34 2024-04-02T14:47:20.891 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-02T14:47:20.891 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-02T14:47:20.891 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-02T14:47:20.891 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-02T14:47:20.891 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-02T14:47:20.891 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-02T14:47:20.891 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-02T14:47:20.891 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-02T14:47:20.891 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-02T14:47:20.891 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-02T14:47:20.891 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-02T14:47:20.892 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-02T14:47:20.892 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-02T14:47:20.892 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-02T14:47:20.892 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-02T14:47:20.892 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-02T14:47:20.892 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-02T14:47:20.892 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T14:47:20.892 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-02T14:47:20.892 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/34 2024-04-02T14:47:22.071 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T14:47:22.072 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:22.072 INFO:teuthology.orchestra.run.smithi133.stdout:Upgraded: 2024-04-02T14:47:22.072 INFO:teuthology.orchestra.run.smithi133.stdout: librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:22.072 INFO:teuthology.orchestra.run.smithi133.stdout: librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:22.072 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-02T14:47:22.072 INFO:teuthology.orchestra.run.smithi133.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-02T14:47:22.072 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:22.072 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:22.072 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:22.072 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:22.072 INFO:teuthology.orchestra.run.smithi133.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-02T14:47:22.072 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-02T14:47:22.073 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-02T14:47:22.073 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:22.073 INFO:teuthology.orchestra.run.smithi133.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-02T14:47:22.073 INFO:teuthology.orchestra.run.smithi133.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-02T14:47:22.073 INFO:teuthology.orchestra.run.smithi133.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-02T14:47:22.073 INFO:teuthology.orchestra.run.smithi133.stdout: libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:22.073 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-02T14:47:22.073 INFO:teuthology.orchestra.run.smithi133.stdout: librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:22.073 INFO:teuthology.orchestra.run.smithi133.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-02T14:47:22.073 INFO:teuthology.orchestra.run.smithi133.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-02T14:47:22.073 INFO:teuthology.orchestra.run.smithi133.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-02T14:47:22.073 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:22.073 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:22.073 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:22.074 INFO:teuthology.orchestra.run.smithi133.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-02T14:47:22.074 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:22.074 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:22.074 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:22.074 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-02T14:47:22.074 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-02T14:47:22.074 INFO:teuthology.orchestra.run.smithi133.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-02T14:47:22.074 INFO:teuthology.orchestra.run.smithi133.stdout: re2-1:20211101-3.el9.x86_64 2024-04-02T14:47:22.074 INFO:teuthology.orchestra.run.smithi133.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-02T14:47:22.074 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:22.074 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:47:22.418 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-test 2024-04-02T14:47:22.806 INFO:teuthology.orchestra.run.smithi016.stdout:(6/6): ceph-test-19.0.0-2592.g3f3f3ed9.el9.x86_ 13 MB/s | 48 MB 00:03 2024-04-02T14:47:22.809 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:47:22.809 INFO:teuthology.orchestra.run.smithi016.stdout:Total 13 MB/s | 49 MB 00:03 2024-04-02T14:47:22.824 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction check 2024-04-02T14:47:22.847 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction check succeeded. 2024-04-02T14:47:22.847 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction test 2024-04-02T14:47:22.979 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:28 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:47:23.133 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:47:23.134 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:47:23.134 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-02T14:47:23.134 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:47:23.134 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-02T14:47:23.135 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-test x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 48 M 2024-04-02T14:47:23.135 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-02T14:47:23.135 INFO:teuthology.orchestra.run.smithi133.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-02T14:47:23.135 INFO:teuthology.orchestra.run.smithi133.stdout: libcephsqlite x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 163 k 2024-04-02T14:47:23.135 INFO:teuthology.orchestra.run.smithi133.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-02T14:47:23.135 INFO:teuthology.orchestra.run.smithi133.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-02T14:47:23.135 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-02T14:47:23.135 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:23.135 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-02T14:47:23.135 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:47:23.135 INFO:teuthology.orchestra.run.smithi133.stdout:Install 6 Packages 2024-04-02T14:47:23.135 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:23.136 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 49 M 2024-04-02T14:47:23.136 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 206 M 2024-04-02T14:47:23.136 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-02T14:47:23.248 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction test succeeded. 2024-04-02T14:47:23.248 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction 2024-04-02T14:47:23.490 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/6 2024-04-02T14:47:23.559 INFO:teuthology.orchestra.run.smithi133.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-04-02T14:47:23.565 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 6/6 2024-04-02T14:47:23.601 INFO:teuthology.orchestra.run.smithi133.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 7.1 MB/s | 300 kB 00:00 2024-04-02T14:47:23.626 INFO:teuthology.orchestra.run.smithi133.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.5 MB/s | 63 kB 00:00 2024-04-02T14:47:23.768 INFO:teuthology.orchestra.run.smithi133.stdout:(4/6): jq-1.6-16.el9.x86_64.rpm 1.3 MB/s | 187 kB 00:00 2024-04-02T14:47:23.793 INFO:teuthology.orchestra.run.smithi133.stdout:(5/6): libcephsqlite-19.0.0-2592.g3f3f3ed9.el9. 416 kB/s | 163 kB 00:00 2024-04-02T14:47:23.835 INFO:teuthology.orchestra.run.smithi016.stdout: Preparing : 1/1 2024-04-02T14:47:23.918 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-02T14:47:23.963 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-02T14:47:24.003 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-02T14:47:24.048 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-02T14:47:24.075 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/6 2024-04-02T14:47:25.835 INFO:teuthology.orchestra.run.smithi133.stdout:(6/6): ceph-test-19.0.0-2592.g3f3f3ed9.el9.x86_ 20 MB/s | 48 MB 00:02 2024-04-02T14:47:25.838 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:47:25.838 INFO:teuthology.orchestra.run.smithi133.stdout:Total 18 MB/s | 49 MB 00:02 2024-04-02T14:47:25.853 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-02T14:47:25.874 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-02T14:47:25.874 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-02T14:47:26.108 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 6/6 2024-04-02T14:47:26.108 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/6 2024-04-02T14:47:26.108 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/6 2024-04-02T14:47:26.108 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-02T14:47:26.108 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-02T14:47:26.108 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-02T14:47:26.264 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-02T14:47:26.264 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-02T14:47:26.535 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-02T14:47:26.535 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:26.535 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-02T14:47:26.535 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:26.535 INFO:teuthology.orchestra.run.smithi138.stdout: jq-1.6-16.el9.x86_64 2024-04-02T14:47:26.535 INFO:teuthology.orchestra.run.smithi138.stdout: libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:26.535 INFO:teuthology.orchestra.run.smithi138.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-02T14:47:26.535 INFO:teuthology.orchestra.run.smithi138.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-02T14:47:26.536 INFO:teuthology.orchestra.run.smithi138.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-02T14:47:26.536 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:26.536 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:47:26.834 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-02T14:47:26.838 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph 2024-04-02T14:47:26.921 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-02T14:47:26.965 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-02T14:47:27.004 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-02T14:47:27.043 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-02T14:47:27.071 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/6 2024-04-02T14:47:27.401 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:41 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:47:27.559 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:47:27.562 INFO:teuthology.orchestra.run.smithi138.stdout:========================================================================================= 2024-04-02T14:47:27.562 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-02T14:47:27.562 INFO:teuthology.orchestra.run.smithi138.stdout:========================================================================================= 2024-04-02T14:47:27.562 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-02T14:47:27.562 INFO:teuthology.orchestra.run.smithi138.stdout: ceph x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 6.6 k 2024-04-02T14:47:27.562 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-02T14:47:27.562 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mds x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 2.4 M 2024-04-02T14:47:27.563 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 1.5 M 2024-04-02T14:47:27.563 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 249 k 2024-04-02T14:47:27.563 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mon x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 4.7 M 2024-04-02T14:47:27.563 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-osd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 17 M 2024-04-02T14:47:27.563 INFO:teuthology.orchestra.run.smithi138.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-02T14:47:27.563 INFO:teuthology.orchestra.run.smithi138.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-02T14:47:27.563 INFO:teuthology.orchestra.run.smithi138.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-02T14:47:27.563 INFO:teuthology.orchestra.run.smithi138.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-02T14:47:27.563 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-02T14:47:27.563 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-02T14:47:27.563 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-02T14:47:27.563 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-02T14:47:27.563 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-02T14:47:27.563 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-02T14:47:27.563 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-02T14:47:27.564 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-02T14:47:27.564 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-02T14:47:27.564 INFO:teuthology.orchestra.run.smithi138.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-02T14:47:27.564 INFO:teuthology.orchestra.run.smithi138.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-02T14:47:27.564 INFO:teuthology.orchestra.run.smithi138.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-02T14:47:27.564 INFO:teuthology.orchestra.run.smithi138.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-02T14:47:27.564 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-02T14:47:27.564 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-02T14:47:27.564 INFO:teuthology.orchestra.run.smithi138.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-02T14:47:27.564 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-02T14:47:27.564 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-02T14:47:27.564 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-02T14:47:27.564 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-02T14:47:27.564 INFO:teuthology.orchestra.run.smithi138.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-02T14:47:27.565 INFO:teuthology.orchestra.run.smithi138.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-02T14:47:27.565 INFO:teuthology.orchestra.run.smithi138.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-02T14:47:27.565 INFO:teuthology.orchestra.run.smithi138.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-02T14:47:27.565 INFO:teuthology.orchestra.run.smithi138.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-02T14:47:27.565 INFO:teuthology.orchestra.run.smithi138.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-02T14:47:27.565 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:27.565 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-02T14:47:27.565 INFO:teuthology.orchestra.run.smithi138.stdout:========================================================================================= 2024-04-02T14:47:27.565 INFO:teuthology.orchestra.run.smithi138.stdout:Install 36 Packages 2024-04-02T14:47:27.565 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:27.566 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 30 M 2024-04-02T14:47:27.566 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 108 M 2024-04-02T14:47:27.566 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-02T14:47:28.134 INFO:teuthology.orchestra.run.smithi138.stdout:(1/36): ceph-19.0.0-2592.g3f3f3ed9.el9.x86_64.r 38 kB/s | 6.6 kB 00:00 2024-04-02T14:47:28.375 INFO:teuthology.orchestra.run.smithi138.stdout:(2/36): ceph-mds-19.0.0-2592.g3f3f3ed9.el9.x86_ 5.7 MB/s | 2.4 MB 00:00 2024-04-02T14:47:28.409 INFO:teuthology.orchestra.run.smithi138.stdout:(3/36): ceph-mgr-19.0.0-2592.g3f3f3ed9.el9.x86_ 3.4 MB/s | 1.5 MB 00:00 2024-04-02T14:47:28.493 INFO:teuthology.orchestra.run.smithi138.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2592.g3f3f 2.9 MB/s | 249 kB 00:00 2024-04-02T14:47:28.618 INFO:teuthology.orchestra.run.smithi138.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.5 MB/s | 187 kB 00:00 2024-04-02T14:47:28.660 INFO:teuthology.orchestra.run.smithi138.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-04-02T14:47:28.694 INFO:teuthology.orchestra.run.smithi138.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 947 kB/s | 32 kB 00:00 2024-04-02T14:47:28.736 INFO:teuthology.orchestra.run.smithi138.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.1 MB/s | 47 kB 00:00 2024-04-02T14:47:28.770 INFO:teuthology.orchestra.run.smithi138.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-04-02T14:47:28.812 INFO:teuthology.orchestra.run.smithi138.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.7 MB/s | 241 kB 00:00 2024-04-02T14:47:28.840 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/6 2024-04-02T14:47:28.879 INFO:teuthology.orchestra.run.smithi138.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 17 MB/s | 1.1 MB 00:00 2024-04-02T14:47:28.904 INFO:teuthology.orchestra.run.smithi138.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 4.0 MB/s | 103 kB 00:00 2024-04-02T14:47:28.919 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 6/6 2024-04-02T14:47:28.938 INFO:teuthology.orchestra.run.smithi138.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 3.6 MB/s | 124 kB 00:00 2024-04-02T14:47:28.980 INFO:teuthology.orchestra.run.smithi138.stdout:(14/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.4 MB/s | 187 kB 00:00 2024-04-02T14:47:29.055 INFO:teuthology.orchestra.run.smithi138.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 1.6 MB/s | 125 kB 00:00 2024-04-02T14:47:29.164 INFO:teuthology.orchestra.run.smithi138.stdout:(16/36): ceph-mon-19.0.0-2592.g3f3f3ed9.el9.x86 4.6 MB/s | 4.7 MB 00:01 2024-04-02T14:47:29.181 INFO:teuthology.orchestra.run.smithi138.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 178 kB/s | 22 kB 00:00 2024-04-02T14:47:29.357 INFO:teuthology.orchestra.run.smithi138.stdout:(18/36): ceph-osd-19.0.0-2592.g3f3f3ed9.el9.x86 17 MB/s | 17 MB 00:00 2024-04-02T14:47:29.490 INFO:teuthology.orchestra.run.smithi138.stdout:(19/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-04-02T14:47:29.515 INFO:teuthology.orchestra.run.smithi138.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 130 kB/s | 43 kB 00:00 2024-04-02T14:47:29.541 INFO:teuthology.orchestra.run.smithi138.stdout:(21/36): luarocks-3.9.2-1.el9.noarch.rpm 401 kB/s | 151 kB 00:00 2024-04-02T14:47:29.574 INFO:teuthology.orchestra.run.smithi138.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 182 kB/s | 11 kB 00:00 2024-04-02T14:47:29.600 INFO:teuthology.orchestra.run.smithi138.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 302 kB/s | 18 kB 00:00 2024-04-02T14:47:29.625 INFO:teuthology.orchestra.run.smithi138.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 460 kB/s | 23 kB 00:00 2024-04-02T14:47:29.650 INFO:teuthology.orchestra.run.smithi138.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.2 MB/s | 358 kB 00:00 2024-04-02T14:47:29.676 INFO:teuthology.orchestra.run.smithi138.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 257 kB/s | 19 kB 00:00 2024-04-02T14:47:29.701 INFO:teuthology.orchestra.run.smithi138.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 260 kB/s | 20 kB 00:00 2024-04-02T14:47:29.726 INFO:teuthology.orchestra.run.smithi138.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 613 kB/s | 46 kB 00:00 2024-04-02T14:47:29.752 INFO:teuthology.orchestra.run.smithi138.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-02T14:47:29.777 INFO:teuthology.orchestra.run.smithi138.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 326 kB/s | 16 kB 00:00 2024-04-02T14:47:29.803 INFO:teuthology.orchestra.run.smithi138.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.6 MB/s | 272 kB 00:00 2024-04-02T14:47:29.828 INFO:teuthology.orchestra.run.smithi138.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 707 kB/s | 36 kB 00:00 2024-04-02T14:47:29.854 INFO:teuthology.orchestra.run.smithi138.stdout:(33/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 889 kB/s | 90 kB 00:00 2024-04-02T14:47:29.879 INFO:teuthology.orchestra.run.smithi138.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-04-02T14:47:29.937 INFO:teuthology.orchestra.run.smithi138.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 239 kB/s | 20 kB 00:00 2024-04-02T14:47:30.004 INFO:teuthology.orchestra.run.smithi138.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.4 MB/s | 427 kB 00:00 2024-04-02T14:47:30.008 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:47:30.008 INFO:teuthology.orchestra.run.smithi138.stdout:Total 12 MB/s | 30 MB 00:02 2024-04-02T14:47:30.033 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-02T14:47:30.075 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-02T14:47:30.075 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-02T14:47:30.470 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-02T14:47:30.471 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-02T14:47:31.422 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 6/6 2024-04-02T14:47:31.422 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/6 2024-04-02T14:47:31.422 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/6 2024-04-02T14:47:31.422 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-02T14:47:31.422 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-02T14:47:31.422 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-02T14:47:31.553 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/6 2024-04-02T14:47:31.628 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 6/6 2024-04-02T14:47:31.805 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-02T14:47:31.805 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:31.805 INFO:teuthology.orchestra.run.smithi016.stdout:Installed: 2024-04-02T14:47:31.805 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:31.805 INFO:teuthology.orchestra.run.smithi016.stdout: jq-1.6-16.el9.x86_64 2024-04-02T14:47:31.805 INFO:teuthology.orchestra.run.smithi016.stdout: libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:31.805 INFO:teuthology.orchestra.run.smithi016.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-02T14:47:31.805 INFO:teuthology.orchestra.run.smithi016.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-02T14:47:31.805 INFO:teuthology.orchestra.run.smithi016.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-02T14:47:31.805 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:31.805 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:47:31.814 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-02T14:47:31.882 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-02T14:47:31.917 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-02T14:47:31.951 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-02T14:47:32.023 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-02T14:47:32.059 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-02T14:47:32.092 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install ceph 2024-04-02T14:47:32.093 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-02T14:47:32.183 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-02T14:47:32.262 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-02T14:47:32.312 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-02T14:47:32.385 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-02T14:47:32.438 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-02T14:47:32.476 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-02T14:47:32.526 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-02T14:47:32.592 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-02T14:47:32.670 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:00:46 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:47:32.775 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-02T14:47:32.830 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:47:32.831 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-02T14:47:32.833 INFO:teuthology.orchestra.run.smithi016.stdout:========================================================================================= 2024-04-02T14:47:32.833 INFO:teuthology.orchestra.run.smithi016.stdout: Package Arch Version Repository Size 2024-04-02T14:47:32.833 INFO:teuthology.orchestra.run.smithi016.stdout:========================================================================================= 2024-04-02T14:47:32.833 INFO:teuthology.orchestra.run.smithi016.stdout:Installing: 2024-04-02T14:47:32.833 INFO:teuthology.orchestra.run.smithi016.stdout: ceph x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 6.6 k 2024-04-02T14:47:32.833 INFO:teuthology.orchestra.run.smithi016.stdout:Installing dependencies: 2024-04-02T14:47:32.833 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mds x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 2.4 M 2024-04-02T14:47:32.833 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 1.5 M 2024-04-02T14:47:32.834 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 249 k 2024-04-02T14:47:32.834 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mon x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 4.7 M 2024-04-02T14:47:32.834 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-osd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 17 M 2024-04-02T14:47:32.834 INFO:teuthology.orchestra.run.smithi016.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-02T14:47:32.834 INFO:teuthology.orchestra.run.smithi016.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-02T14:47:32.834 INFO:teuthology.orchestra.run.smithi016.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-02T14:47:32.834 INFO:teuthology.orchestra.run.smithi016.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-02T14:47:32.834 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-02T14:47:32.834 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-02T14:47:32.834 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-02T14:47:32.834 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-02T14:47:32.834 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-02T14:47:32.834 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-02T14:47:32.835 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-02T14:47:32.835 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-02T14:47:32.835 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-02T14:47:32.835 INFO:teuthology.orchestra.run.smithi016.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-02T14:47:32.835 INFO:teuthology.orchestra.run.smithi016.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-02T14:47:32.835 INFO:teuthology.orchestra.run.smithi016.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-02T14:47:32.835 INFO:teuthology.orchestra.run.smithi016.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-02T14:47:32.835 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-02T14:47:32.835 INFO:teuthology.orchestra.run.smithi016.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-02T14:47:32.835 INFO:teuthology.orchestra.run.smithi016.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-02T14:47:32.835 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-02T14:47:32.835 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-02T14:47:32.835 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-02T14:47:32.835 INFO:teuthology.orchestra.run.smithi016.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-02T14:47:32.836 INFO:teuthology.orchestra.run.smithi016.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-02T14:47:32.836 INFO:teuthology.orchestra.run.smithi016.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-02T14:47:32.836 INFO:teuthology.orchestra.run.smithi016.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-02T14:47:32.836 INFO:teuthology.orchestra.run.smithi016.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-02T14:47:32.836 INFO:teuthology.orchestra.run.smithi016.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-02T14:47:32.836 INFO:teuthology.orchestra.run.smithi016.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-02T14:47:32.836 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:32.836 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2024-04-02T14:47:32.836 INFO:teuthology.orchestra.run.smithi016.stdout:========================================================================================= 2024-04-02T14:47:32.836 INFO:teuthology.orchestra.run.smithi016.stdout:Install 36 Packages 2024-04-02T14:47:32.836 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:32.837 INFO:teuthology.orchestra.run.smithi016.stdout:Total download size: 30 M 2024-04-02T14:47:32.837 INFO:teuthology.orchestra.run.smithi016.stdout:Installed size: 108 M 2024-04-02T14:47:32.837 INFO:teuthology.orchestra.run.smithi016.stdout:Downloading Packages: 2024-04-02T14:47:32.862 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-02T14:47:32.897 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-02T14:47:32.927 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-02T14:47:33.002 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-02T14:47:33.038 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-02T14:47:33.071 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-02T14:47:33.112 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-02T14:47:33.147 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-02T14:47:33.181 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-02T14:47:33.262 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-02T14:47:33.305 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-02T14:47:33.377 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-02T14:47:33.433 INFO:teuthology.orchestra.run.smithi016.stdout:(1/36): ceph-19.0.0-2592.g3f3f3ed9.el9.x86_64.r 32 kB/s | 6.6 kB 00:00 2024-04-02T14:47:33.514 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-02T14:47:33.575 INFO:teuthology.orchestra.run.smithi016.stdout:(2/36): ceph-mgr-19.0.0-2592.g3f3f3ed9.el9.x86_ 4.3 MB/s | 1.5 MB 00:00 2024-04-02T14:47:33.641 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-02T14:47:33.815 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9. 31/36 2024-04-02T14:47:33.844 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/36 2024-04-02T14:47:33.869 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/36 2024-04-02T14:47:33.869 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:47:33.869 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-02T14:47:33.869 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-02T14:47:33.869 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-02T14:47:33.869 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:33.969 INFO:teuthology.orchestra.run.smithi016.stdout:(3/36): ceph-mds-19.0.0-2592.g3f3f3ed9.el9.x86_ 3.2 MB/s | 2.4 MB 00:00 2024-04-02T14:47:34.045 INFO:teuthology.orchestra.run.smithi016.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2592.g3f3f 3.2 MB/s | 249 kB 00:00 2024-04-02T14:47:34.123 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 6/6 2024-04-02T14:47:34.124 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/6 2024-04-02T14:47:34.124 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/6 2024-04-02T14:47:34.124 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-02T14:47:34.124 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-02T14:47:34.124 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-02T14:47:34.178 INFO:teuthology.orchestra.run.smithi016.stdout:(5/36): ceph-mon-19.0.0-2592.g3f3f3ed9.el9.x86_ 6.3 MB/s | 4.7 MB 00:00 2024-04-02T14:47:34.203 INFO:teuthology.orchestra.run.smithi016.stdout:(6/36): lua-5.4.4-4.el9.x86_64.rpm 1.1 MB/s | 187 kB 00:00 2024-04-02T14:47:34.228 INFO:teuthology.orchestra.run.smithi016.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.8 MB/s | 144 kB 00:00 2024-04-02T14:47:34.262 INFO:teuthology.orchestra.run.smithi016.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 543 kB/s | 32 kB 00:00 2024-04-02T14:47:34.287 INFO:teuthology.orchestra.run.smithi016.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 808 kB/s | 47 kB 00:00 2024-04-02T14:47:34.313 INFO:teuthology.orchestra.run.smithi016.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 768 kB/s | 39 kB 00:00 2024-04-02T14:47:34.338 INFO:teuthology.orchestra.run.smithi016.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-04-02T14:47:34.388 INFO:teuthology.orchestra.run.smithi016.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 15 MB/s | 1.1 MB 00:00 2024-04-02T14:47:34.414 INFO:teuthology.orchestra.run.smithi016.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.4 MB/s | 103 kB 00:00 2024-04-02T14:47:34.439 INFO:teuthology.orchestra.run.smithi016.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-04-02T14:47:34.464 INFO:teuthology.orchestra.run.smithi016.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-04-02T14:47:34.531 INFO:teuthology.orchestra.run.smithi016.stdout:(16/36): python3-requests-2.25.1-8.el9.noarch.r 1.3 MB/s | 125 kB 00:00 2024-04-02T14:47:34.532 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-02T14:47:34.532 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:34.532 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-02T14:47:34.532 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:34.533 INFO:teuthology.orchestra.run.smithi133.stdout: jq-1.6-16.el9.x86_64 2024-04-02T14:47:34.533 INFO:teuthology.orchestra.run.smithi133.stdout: libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:34.533 INFO:teuthology.orchestra.run.smithi133.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-02T14:47:34.533 INFO:teuthology.orchestra.run.smithi133.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-02T14:47:34.533 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-02T14:47:34.533 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:34.533 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:47:34.699 INFO:teuthology.orchestra.run.smithi016.stdout:(17/36): ceph-osd-19.0.0-2592.g3f3f3ed9.el9.x86 15 MB/s | 17 MB 00:01 2024-04-02T14:47:34.870 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph 2024-04-02T14:47:34.874 INFO:teuthology.orchestra.run.smithi016.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 292 kB/s | 43 kB 00:00 2024-04-02T14:47:34.899 INFO:teuthology.orchestra.run.smithi016.stdout:(19/36): lua-devel-5.4.4-4.el9.x86_64.rpm 51 kB/s | 22 kB 00:00 2024-04-02T14:47:34.924 INFO:teuthology.orchestra.run.smithi016.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 385 kB/s | 151 kB 00:00 2024-04-02T14:47:34.949 INFO:teuthology.orchestra.run.smithi016.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.2 MB/s | 172 kB 00:00 2024-04-02T14:47:34.991 INFO:teuthology.orchestra.run.smithi016.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 5.3 MB/s | 358 kB 00:00 2024-04-02T14:47:35.016 INFO:teuthology.orchestra.run.smithi016.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 116 kB/s | 11 kB 00:00 2024-04-02T14:47:35.041 INFO:teuthology.orchestra.run.smithi016.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 193 kB/s | 18 kB 00:00 2024-04-02T14:47:35.067 INFO:teuthology.orchestra.run.smithi016.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 462 kB/s | 23 kB 00:00 2024-04-02T14:47:35.084 INFO:teuthology.orchestra.run.smithi016.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 291 kB/s | 19 kB 00:00 2024-04-02T14:47:35.109 INFO:teuthology.orchestra.run.smithi016.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 293 kB/s | 20 kB 00:00 2024-04-02T14:47:35.151 INFO:teuthology.orchestra.run.smithi016.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 694 kB/s | 46 kB 00:00 2024-04-02T14:47:35.176 INFO:teuthology.orchestra.run.smithi016.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 857 kB/s | 79 kB 00:00 2024-04-02T14:47:35.201 INFO:teuthology.orchestra.run.smithi016.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.9 MB/s | 272 kB 00:00 2024-04-02T14:47:35.227 INFO:teuthology.orchestra.run.smithi016.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 331 kB/s | 16 kB 00:00 2024-04-02T14:47:35.252 INFO:teuthology.orchestra.run.smithi016.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-04-02T14:47:35.269 INFO:teuthology.orchestra.run.smithi016.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 534 kB/s | 36 kB 00:00 2024-04-02T14:47:35.311 INFO:teuthology.orchestra.run.smithi016.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.8 MB/s | 230 kB 00:00 2024-04-02T14:47:35.312 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/36 2024-04-02T14:47:35.336 INFO:teuthology.orchestra.run.smithi016.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.0 MB/s | 427 kB 00:00 2024-04-02T14:47:35.339 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/36 2024-04-02T14:47:35.339 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:47:35.339 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-02T14:47:35.339 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-02T14:47:35.339 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-02T14:47:35.339 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:35.353 INFO:teuthology.orchestra.run.smithi016.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 238 kB/s | 20 kB 00:00 2024-04-02T14:47:35.359 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:47:35.359 INFO:teuthology.orchestra.run.smithi016.stdout:Total 12 MB/s | 30 MB 00:02 2024-04-02T14:47:35.383 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction check 2024-04-02T14:47:35.427 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction check succeeded. 2024-04-02T14:47:35.427 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction test 2024-04-02T14:47:35.478 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:41 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:47:35.656 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:47:35.659 INFO:teuthology.orchestra.run.smithi133.stdout:========================================================================================= 2024-04-02T14:47:35.659 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-02T14:47:35.659 INFO:teuthology.orchestra.run.smithi133.stdout:========================================================================================= 2024-04-02T14:47:35.659 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-02T14:47:35.659 INFO:teuthology.orchestra.run.smithi133.stdout: ceph x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 6.6 k 2024-04-02T14:47:35.659 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-02T14:47:35.659 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mds x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 2.4 M 2024-04-02T14:47:35.659 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 1.5 M 2024-04-02T14:47:35.659 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 249 k 2024-04-02T14:47:35.659 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mon x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 4.7 M 2024-04-02T14:47:35.660 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-osd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 17 M 2024-04-02T14:47:35.660 INFO:teuthology.orchestra.run.smithi133.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-02T14:47:35.660 INFO:teuthology.orchestra.run.smithi133.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-02T14:47:35.660 INFO:teuthology.orchestra.run.smithi133.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-02T14:47:35.660 INFO:teuthology.orchestra.run.smithi133.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-02T14:47:35.660 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-02T14:47:35.660 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-02T14:47:35.660 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-02T14:47:35.660 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-02T14:47:35.660 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-02T14:47:35.660 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-02T14:47:35.660 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-02T14:47:35.660 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-02T14:47:35.661 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-02T14:47:35.661 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-02T14:47:35.661 INFO:teuthology.orchestra.run.smithi133.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-02T14:47:35.661 INFO:teuthology.orchestra.run.smithi133.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-02T14:47:35.661 INFO:teuthology.orchestra.run.smithi133.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-02T14:47:35.661 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-02T14:47:35.661 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-02T14:47:35.661 INFO:teuthology.orchestra.run.smithi133.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-02T14:47:35.661 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-02T14:47:35.661 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-02T14:47:35.661 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-02T14:47:35.661 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-02T14:47:35.661 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-02T14:47:35.661 INFO:teuthology.orchestra.run.smithi133.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-02T14:47:35.661 INFO:teuthology.orchestra.run.smithi133.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-02T14:47:35.662 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-02T14:47:35.662 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-02T14:47:35.662 INFO:teuthology.orchestra.run.smithi133.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-02T14:47:35.662 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:35.662 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-02T14:47:35.662 INFO:teuthology.orchestra.run.smithi133.stdout:========================================================================================= 2024-04-02T14:47:35.662 INFO:teuthology.orchestra.run.smithi133.stdout:Install 36 Packages 2024-04-02T14:47:35.662 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:35.663 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 30 M 2024-04-02T14:47:35.663 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 108 M 2024-04-02T14:47:35.663 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-02T14:47:35.780 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 34/36 2024-04-02T14:47:35.803 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 34/36 2024-04-02T14:47:35.803 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:47:35.803 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-02T14:47:35.803 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-02T14:47:35.803 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-02T14:47:35.803 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:35.847 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction test succeeded. 2024-04-02T14:47:35.847 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction 2024-04-02T14:47:36.039 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 35/36 2024-04-02T14:47:36.062 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 35/36 2024-04-02T14:47:36.062 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:47:36.062 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-02T14:47:36.062 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-02T14:47:36.062 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-02T14:47:36.062 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:36.087 INFO:teuthology.orchestra.run.smithi133.stdout:(1/36): ceph-19.0.0-2592.g3f3f3ed9.el9.x86_64.r 41 kB/s | 6.6 kB 00:00 2024-04-02T14:47:36.129 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 36/36 2024-04-02T14:47:36.288 INFO:teuthology.orchestra.run.smithi133.stdout:(2/36): ceph-mgr-19.0.0-2592.g3f3f3ed9.el9.x86_ 4.1 MB/s | 1.5 MB 00:00 2024-04-02T14:47:36.663 INFO:teuthology.orchestra.run.smithi133.stdout:(3/36): ceph-mon-19.0.0-2592.g3f3f3ed9.el9.x86_ 8.2 MB/s | 4.7 MB 00:00 2024-04-02T14:47:36.713 INFO:teuthology.orchestra.run.smithi133.stdout:(4/36): ceph-mds-19.0.0-2592.g3f3f3ed9.el9.x86_ 3.0 MB/s | 2.4 MB 00:00 2024-04-02T14:47:36.738 INFO:teuthology.orchestra.run.smithi133.stdout:(5/36): ceph-mgr-modules-core-19.0.0-2592.g3f3f 3.2 MB/s | 249 kB 00:00 2024-04-02T14:47:36.864 INFO:teuthology.orchestra.run.smithi133.stdout:(6/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-04-02T14:47:36.889 INFO:teuthology.orchestra.run.smithi133.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.1 MB/s | 144 kB 00:00 2024-04-02T14:47:36.914 INFO:teuthology.orchestra.run.smithi133.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 632 kB/s | 32 kB 00:00 2024-04-02T14:47:36.939 INFO:teuthology.orchestra.run.smithi133.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 944 kB/s | 47 kB 00:00 2024-04-02T14:47:36.965 INFO:teuthology.orchestra.run.smithi133.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 769 kB/s | 39 kB 00:00 2024-04-02T14:47:36.998 INFO:teuthology.orchestra.run.smithi133.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.0 MB/s | 241 kB 00:00 2024-04-02T14:47:37.057 INFO:teuthology.orchestra.run.smithi133.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 13 MB/s | 1.1 MB 00:00 2024-04-02T14:47:37.082 INFO:teuthology.orchestra.run.smithi133.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.2 MB/s | 103 kB 00:00 2024-04-02T14:47:37.108 INFO:teuthology.orchestra.run.smithi133.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-04-02T14:47:37.133 INFO:teuthology.orchestra.run.smithi133.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-04-02T14:47:37.310 INFO:teuthology.orchestra.run.smithi016.stdout: Preparing : 1/1 2024-04-02T14:47:37.333 INFO:teuthology.orchestra.run.smithi133.stdout:(16/36): ceph-osd-19.0.0-2592.g3f3f3ed9.el9.x86 16 MB/s | 17 MB 00:01 2024-04-02T14:47:37.358 INFO:teuthology.orchestra.run.smithi133.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 99 kB/s | 22 kB 00:00 2024-04-02T14:47:37.372 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-02T14:47:37.383 INFO:teuthology.orchestra.run.smithi133.stdout:(18/36): python3-requests-2.25.1-8.el9.noarch.r 453 kB/s | 125 kB 00:00 2024-04-02T14:47:37.410 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-02T14:47:37.442 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-02T14:47:37.516 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-02T14:47:37.557 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-02T14:47:37.590 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-02T14:47:37.678 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-02T14:47:37.764 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-02T14:47:37.810 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-02T14:47:37.835 INFO:teuthology.orchestra.run.smithi133.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 91 kB/s | 43 kB 00:00 2024-04-02T14:47:37.884 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-02T14:47:37.937 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-02T14:47:37.959 INFO:teuthology.orchestra.run.smithi133.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 241 kB/s | 151 kB 00:00 2024-04-02T14:47:37.974 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-02T14:47:38.001 INFO:teuthology.orchestra.run.smithi133.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 278 kB/s | 172 kB 00:00 2024-04-02T14:47:38.021 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 36/36 2024-04-02T14:47:38.021 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/36 2024-04-02T14:47:38.021 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/36 2024-04-02T14:47:38.021 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 3/36 2024-04-02T14:47:38.021 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 4/36 2024-04-02T14:47:38.021 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/36 2024-04-02T14:47:38.021 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9. 6/36 2024-04-02T14:47:38.021 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-02T14:47:38.022 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-02T14:47:38.022 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-02T14:47:38.022 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-02T14:47:38.022 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-02T14:47:38.022 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-02T14:47:38.022 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-02T14:47:38.022 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-02T14:47:38.022 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-02T14:47:38.022 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-02T14:47:38.022 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-02T14:47:38.022 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-02T14:47:38.022 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-02T14:47:38.022 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-02T14:47:38.022 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-02T14:47:38.022 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-02T14:47:38.023 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-02T14:47:38.023 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-02T14:47:38.023 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-02T14:47:38.023 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-02T14:47:38.023 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-02T14:47:38.023 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-02T14:47:38.023 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-02T14:47:38.023 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-02T14:47:38.024 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-02T14:47:38.024 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-02T14:47:38.024 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-02T14:47:38.024 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-02T14:47:38.024 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-02T14:47:38.033 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-02T14:47:38.093 INFO:teuthology.orchestra.run.smithi133.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 80 kB/s | 11 kB 00:00 2024-04-02T14:47:38.100 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-02T14:47:38.118 INFO:teuthology.orchestra.run.smithi133.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 151 kB/s | 18 kB 00:00 2024-04-02T14:47:38.219 INFO:teuthology.orchestra.run.smithi133.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 185 kB/s | 23 kB 00:00 2024-04-02T14:47:38.244 INFO:teuthology.orchestra.run.smithi133.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 155 kB/s | 19 kB 00:00 2024-04-02T14:47:38.269 INFO:teuthology.orchestra.run.smithi133.stdout:(26/36): python3-cherrypy-18.6.1-2.el9.noarch.r 825 kB/s | 358 kB 00:00 2024-04-02T14:47:38.308 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-02T14:47:38.353 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-02T14:47:38.386 INFO:teuthology.orchestra.run.smithi133.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 118 kB/s | 20 kB 00:00 2024-04-02T14:47:38.392 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-02T14:47:38.403 INFO:teuthology.orchestra.run.smithi133.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 291 kB/s | 46 kB 00:00 2024-04-02T14:47:38.426 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-02T14:47:38.428 INFO:teuthology.orchestra.run.smithi133.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 496 kB/s | 79 kB 00:00 2024-04-02T14:47:38.456 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-02T14:47:38.503 INFO:teuthology.orchestra.run.smithi133.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 164 kB/s | 16 kB 00:00 2024-04-02T14:47:38.528 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-02T14:47:38.554 INFO:teuthology.orchestra.run.smithi133.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 718 kB/s | 90 kB 00:00 2024-04-02T14:47:38.566 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-02T14:47:38.600 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-02T14:47:38.604 INFO:teuthology.orchestra.run.smithi133.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.2 MB/s | 272 kB 00:00 2024-04-02T14:47:38.641 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-02T14:47:38.684 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-02T14:47:38.718 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-02T14:47:38.813 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-02T14:47:38.850 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-02T14:47:38.888 INFO:teuthology.orchestra.run.smithi133.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 93 kB/s | 36 kB 00:00 2024-04-02T14:47:38.925 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-02T14:47:38.949 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-02T14:47:38.949 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:38.949 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-02T14:47:38.949 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:38.949 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:38.949 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:38.949 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:47:38.949 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:38.949 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:38.950 INFO:teuthology.orchestra.run.smithi138.stdout: lua-5.4.4-4.el9.x86_64 2024-04-02T14:47:38.950 INFO:teuthology.orchestra.run.smithi138.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-02T14:47:38.950 INFO:teuthology.orchestra.run.smithi138.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-02T14:47:38.950 INFO:teuthology.orchestra.run.smithi138.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-02T14:47:38.950 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-02T14:47:38.950 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-02T14:47:38.950 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-02T14:47:38.950 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-02T14:47:38.950 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-02T14:47:38.950 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-02T14:47:38.950 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-02T14:47:38.950 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-02T14:47:38.950 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-02T14:47:38.950 INFO:teuthology.orchestra.run.smithi138.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-02T14:47:38.951 INFO:teuthology.orchestra.run.smithi138.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-02T14:47:38.951 INFO:teuthology.orchestra.run.smithi138.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-02T14:47:38.951 INFO:teuthology.orchestra.run.smithi138.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-02T14:47:38.951 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-02T14:47:38.951 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ply-3.11-14.el9.noarch 2024-04-02T14:47:38.951 INFO:teuthology.orchestra.run.smithi138.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-02T14:47:38.951 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-02T14:47:38.951 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-02T14:47:38.951 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-02T14:47:38.951 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-02T14:47:38.951 INFO:teuthology.orchestra.run.smithi138.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-02T14:47:38.951 INFO:teuthology.orchestra.run.smithi138.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-02T14:47:38.951 INFO:teuthology.orchestra.run.smithi138.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-02T14:47:38.951 INFO:teuthology.orchestra.run.smithi138.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-02T14:47:38.951 INFO:teuthology.orchestra.run.smithi138.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-02T14:47:38.952 INFO:teuthology.orchestra.run.smithi138.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-02T14:47:38.952 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:38.952 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:47:38.955 INFO:teuthology.orchestra.run.smithi133.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 574 kB/s | 230 kB 00:00 2024-04-02T14:47:38.980 INFO:teuthology.orchestra.run.smithi133.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.1 MB/s | 427 kB 00:00 2024-04-02T14:47:38.997 INFO:teuthology.orchestra.run.smithi133.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 184 kB/s | 20 kB 00:00 2024-04-02T14:47:39.003 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:47:39.003 INFO:teuthology.orchestra.run.smithi133.stdout:Total 9.0 MB/s | 30 MB 00:03 2024-04-02T14:47:39.028 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-02T14:47:39.067 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-02T14:47:39.158 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-02T14:47:39.158 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-02T14:47:39.198 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-02T14:47:39.271 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-base 2024-04-02T14:47:39.366 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9. 31/36 2024-04-02T14:47:39.404 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/36 2024-04-02T14:47:39.429 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/36 2024-04-02T14:47:39.429 INFO:teuthology.orchestra.run.smithi016.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:47:39.429 INFO:teuthology.orchestra.run.smithi016.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-02T14:47:39.429 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-02T14:47:39.429 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-02T14:47:39.429 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:39.513 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-02T14:47:39.513 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-02T14:47:39.852 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:53 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:47:39.950 INFO:teuthology.orchestra.run.smithi138.stdout:Package ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:47:40.000 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:47:40.001 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-04-02T14:47:40.001 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:47:40.071 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install cephadm 2024-04-02T14:47:40.628 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:54 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:47:40.776 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:47:40.777 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:47:40.777 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-02T14:47:40.777 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:47:40.777 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-02T14:47:40.777 INFO:teuthology.orchestra.run.smithi138.stdout: cephadm noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 762 k 2024-04-02T14:47:40.777 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:40.777 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-02T14:47:40.777 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:47:40.777 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-04-02T14:47:40.777 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:40.777 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 762 k 2024-04-02T14:47:40.777 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 769 k 2024-04-02T14:47:40.777 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-02T14:47:40.836 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-02T14:47:40.899 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-02T14:47:40.938 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-02T14:47:40.955 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/36 2024-04-02T14:47:40.976 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-02T14:47:40.981 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/36 2024-04-02T14:47:40.981 INFO:teuthology.orchestra.run.smithi016.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:47:40.981 INFO:teuthology.orchestra.run.smithi016.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-02T14:47:40.981 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-02T14:47:40.982 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-02T14:47:40.982 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:41.047 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-02T14:47:41.100 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-02T14:47:41.142 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-02T14:47:41.233 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-02T14:47:41.242 INFO:teuthology.orchestra.run.smithi138.stdout:cephadm-19.0.0-2592.g3f3f3ed9.el9.noarch.rpm 1.6 MB/s | 762 kB 00:00 2024-04-02T14:47:41.243 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:47:41.243 INFO:teuthology.orchestra.run.smithi138.stdout:Total 1.6 MB/s | 762 kB 00:00 2024-04-02T14:47:41.243 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-02T14:47:41.249 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-02T14:47:41.249 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-02T14:47:41.254 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-02T14:47:41.255 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-02T14:47:41.310 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-02T14:47:41.328 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-02T14:47:41.377 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-02T14:47:41.447 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 34/36 2024-04-02T14:47:41.448 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-02T14:47:41.471 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 34/36 2024-04-02T14:47:41.471 INFO:teuthology.orchestra.run.smithi016.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:47:41.471 INFO:teuthology.orchestra.run.smithi016.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-02T14:47:41.471 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-02T14:47:41.471 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-02T14:47:41.471 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:41.503 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-02T14:47:41.541 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-02T14:47:41.590 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-02T14:47:41.653 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-02T14:47:41.706 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 35/36 2024-04-02T14:47:41.730 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 35/36 2024-04-02T14:47:41.730 INFO:teuthology.orchestra.run.smithi016.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:47:41.730 INFO:teuthology.orchestra.run.smithi016.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-02T14:47:41.730 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-02T14:47:41.730 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-02T14:47:41.730 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:41.790 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 36/36 2024-04-02T14:47:41.824 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T14:47:41.846 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-02T14:47:41.896 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-02T14:47:41.915 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T14:47:41.937 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-02T14:47:41.971 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-02T14:47:42.001 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-02T14:47:42.077 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-02T14:47:42.111 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-02T14:47:42.145 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-02T14:47:42.185 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-02T14:47:42.220 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-02T14:47:42.254 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-02T14:47:42.299 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T14:47:42.343 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-02T14:47:42.386 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-02T14:47:42.458 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-02T14:47:42.586 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T14:47:42.586 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:42.586 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-02T14:47:42.586 INFO:teuthology.orchestra.run.smithi138.stdout: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:47:42.586 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:42.586 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:47:42.594 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-02T14:47:42.712 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-02T14:47:42.806 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-immutable-object-cache 2024-04-02T14:47:42.869 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9. 31/36 2024-04-02T14:47:42.907 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/36 2024-04-02T14:47:42.933 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/36 2024-04-02T14:47:42.933 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:47:42.933 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-02T14:47:42.933 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-02T14:47:42.933 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-02T14:47:42.933 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:43.382 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:57 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:47:43.532 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:47:43.533 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:47:43.533 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2024-04-02T14:47:43.533 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:47:43.533 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-02T14:47:43.533 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 145 k 2024-04-02T14:47:43.534 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:43.534 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-02T14:47:43.534 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:47:43.534 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-04-02T14:47:43.534 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:43.534 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 145 k 2024-04-02T14:47:43.534 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 435 k 2024-04-02T14:47:43.534 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-02T14:47:43.547 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 36/36 2024-04-02T14:47:43.547 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/36 2024-04-02T14:47:43.548 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/36 2024-04-02T14:47:43.548 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 3/36 2024-04-02T14:47:43.548 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 4/36 2024-04-02T14:47:43.548 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/36 2024-04-02T14:47:43.548 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9. 6/36 2024-04-02T14:47:43.548 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-02T14:47:43.548 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-02T14:47:43.548 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-02T14:47:43.548 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-02T14:47:43.548 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-02T14:47:43.548 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-02T14:47:43.548 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-02T14:47:43.548 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-02T14:47:43.548 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-02T14:47:43.549 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-02T14:47:43.549 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-02T14:47:43.549 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-02T14:47:43.549 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-02T14:47:43.549 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-02T14:47:43.549 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-02T14:47:43.549 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-02T14:47:43.549 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-02T14:47:43.549 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-02T14:47:43.549 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-02T14:47:43.549 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-02T14:47:43.549 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-02T14:47:43.549 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-02T14:47:43.550 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-02T14:47:43.550 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-02T14:47:43.550 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-02T14:47:43.550 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-02T14:47:43.550 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-02T14:47:43.550 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-02T14:47:43.550 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-02T14:47:43.769 INFO:teuthology.orchestra.run.smithi138.stdout:ceph-immutable-object-cache-19.0.0-2592.g3f3f3e 617 kB/s | 145 kB 00:00 2024-04-02T14:47:43.770 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:47:43.770 INFO:teuthology.orchestra.run.smithi138.stdout:Total 613 kB/s | 145 kB 00:00 2024-04-02T14:47:43.770 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-02T14:47:43.777 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-02T14:47:43.777 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-02T14:47:43.829 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-02T14:47:43.829 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-02T14:47:43.967 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-02T14:47:44.045 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T14:47:44.070 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T14:47:44.070 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:47:44.070 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-02T14:47:44.070 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:44.357 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/36 2024-04-02T14:47:44.384 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/36 2024-04-02T14:47:44.384 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:47:44.384 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-02T14:47:44.384 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-02T14:47:44.384 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-02T14:47:44.384 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:44.593 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-02T14:47:44.593 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:44.593 INFO:teuthology.orchestra.run.smithi016.stdout:Installed: 2024-04-02T14:47:44.593 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:44.593 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:44.593 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:44.593 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:47:44.593 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:44.594 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:44.594 INFO:teuthology.orchestra.run.smithi016.stdout: lua-5.4.4-4.el9.x86_64 2024-04-02T14:47:44.594 INFO:teuthology.orchestra.run.smithi016.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-02T14:47:44.594 INFO:teuthology.orchestra.run.smithi016.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-02T14:47:44.594 INFO:teuthology.orchestra.run.smithi016.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-02T14:47:44.594 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-02T14:47:44.594 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-02T14:47:44.594 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-02T14:47:44.594 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-02T14:47:44.594 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-02T14:47:44.594 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-02T14:47:44.595 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-02T14:47:44.595 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-02T14:47:44.595 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-02T14:47:44.595 INFO:teuthology.orchestra.run.smithi016.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-02T14:47:44.595 INFO:teuthology.orchestra.run.smithi016.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-02T14:47:44.595 INFO:teuthology.orchestra.run.smithi016.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-02T14:47:44.595 INFO:teuthology.orchestra.run.smithi016.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-02T14:47:44.595 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-02T14:47:44.595 INFO:teuthology.orchestra.run.smithi016.stdout: python3-ply-3.11-14.el9.noarch 2024-04-02T14:47:44.595 INFO:teuthology.orchestra.run.smithi016.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-02T14:47:44.595 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-02T14:47:44.595 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-02T14:47:44.596 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-02T14:47:44.596 INFO:teuthology.orchestra.run.smithi016.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-02T14:47:44.596 INFO:teuthology.orchestra.run.smithi016.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-02T14:47:44.596 INFO:teuthology.orchestra.run.smithi016.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-02T14:47:44.596 INFO:teuthology.orchestra.run.smithi016.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-02T14:47:44.596 INFO:teuthology.orchestra.run.smithi016.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-02T14:47:44.596 INFO:teuthology.orchestra.run.smithi016.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-02T14:47:44.596 INFO:teuthology.orchestra.run.smithi016.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-02T14:47:44.596 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:44.596 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:47:44.825 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 34/36 2024-04-02T14:47:44.848 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 34/36 2024-04-02T14:47:44.848 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:47:44.848 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-02T14:47:44.848 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-02T14:47:44.848 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-02T14:47:44.848 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:44.923 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install ceph-base 2024-04-02T14:47:45.034 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T14:47:45.034 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:45.034 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-02T14:47:45.035 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:45.035 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:45.035 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:47:45.075 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 35/36 2024-04-02T14:47:45.098 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 35/36 2024-04-02T14:47:45.098 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:47:45.099 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-02T14:47:45.099 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-02T14:47:45.099 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-02T14:47:45.099 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:45.164 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 36/36 2024-04-02T14:47:45.334 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr 2024-04-02T14:47:45.497 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:00:59 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:47:45.601 INFO:teuthology.orchestra.run.smithi016.stdout:Package ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:47:45.655 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:47:45.656 INFO:teuthology.orchestra.run.smithi016.stdout:Nothing to do. 2024-04-02T14:47:45.656 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:47:45.725 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install cephadm 2024-04-02T14:47:45.914 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:59 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:47:46.013 INFO:teuthology.orchestra.run.smithi138.stdout:Package ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:47:46.065 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:47:46.066 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-04-02T14:47:46.066 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:47:46.138 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-dashboard 2024-04-02T14:47:46.298 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:00 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:47:46.456 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:47:46.456 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:47:46.456 INFO:teuthology.orchestra.run.smithi016.stdout: Package Arch Version Repository Size 2024-04-02T14:47:46.457 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:47:46.457 INFO:teuthology.orchestra.run.smithi016.stdout:Installing: 2024-04-02T14:47:46.457 INFO:teuthology.orchestra.run.smithi016.stdout: cephadm noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 762 k 2024-04-02T14:47:46.457 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:46.457 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2024-04-02T14:47:46.457 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:47:46.457 INFO:teuthology.orchestra.run.smithi016.stdout:Install 1 Package 2024-04-02T14:47:46.457 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:46.457 INFO:teuthology.orchestra.run.smithi016.stdout:Total download size: 762 k 2024-04-02T14:47:46.457 INFO:teuthology.orchestra.run.smithi016.stdout:Installed size: 769 k 2024-04-02T14:47:46.457 INFO:teuthology.orchestra.run.smithi016.stdout:Downloading Packages: 2024-04-02T14:47:46.696 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:00 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:47:46.735 INFO:teuthology.orchestra.run.smithi016.stdout:cephadm-19.0.0-2592.g3f3f3ed9.el9.noarch.rpm 2.7 MB/s | 762 kB 00:00 2024-04-02T14:47:46.736 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:47:46.736 INFO:teuthology.orchestra.run.smithi016.stdout:Total 2.7 MB/s | 762 kB 00:00 2024-04-02T14:47:46.737 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction check 2024-04-02T14:47:46.742 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction check succeeded. 2024-04-02T14:47:46.742 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction test 2024-04-02T14:47:46.748 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction test succeeded. 2024-04-02T14:47:46.748 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction 2024-04-02T14:47:46.822 INFO:teuthology.orchestra.run.smithi016.stdout: Preparing : 1/1 2024-04-02T14:47:46.846 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:47:46.847 INFO:teuthology.orchestra.run.smithi138.stdout:====================================================================================== 2024-04-02T14:47:46.847 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-02T14:47:46.847 INFO:teuthology.orchestra.run.smithi138.stdout:====================================================================================== 2024-04-02T14:47:46.847 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-02T14:47:46.847 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 3.5 M 2024-04-02T14:47:46.847 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-02T14:47:46.848 INFO:teuthology.orchestra.run.smithi138.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-02T14:47:46.848 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 34 k 2024-04-02T14:47:46.848 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 16 k 2024-04-02T14:47:46.848 INFO:teuthology.orchestra.run.smithi138.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-02T14:47:46.848 INFO:teuthology.orchestra.run.smithi138.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-02T14:47:46.848 INFO:teuthology.orchestra.run.smithi138.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-02T14:47:46.848 INFO:teuthology.orchestra.run.smithi138.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-02T14:47:46.848 INFO:teuthology.orchestra.run.smithi138.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-02T14:47:46.848 INFO:teuthology.orchestra.run.smithi138.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-02T14:47:46.848 INFO:teuthology.orchestra.run.smithi138.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-02T14:47:46.848 INFO:teuthology.orchestra.run.smithi138.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-02T14:47:46.848 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:46.848 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-02T14:47:46.848 INFO:teuthology.orchestra.run.smithi138.stdout:====================================================================================== 2024-04-02T14:47:46.848 INFO:teuthology.orchestra.run.smithi138.stdout:Install 12 Packages 2024-04-02T14:47:46.849 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:46.849 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 8.6 M 2024-04-02T14:47:46.849 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 104 M 2024-04-02T14:47:46.849 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-02T14:47:46.919 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 36/36 2024-04-02T14:47:46.920 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/36 2024-04-02T14:47:46.920 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/36 2024-04-02T14:47:46.920 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 3/36 2024-04-02T14:47:46.920 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 4/36 2024-04-02T14:47:46.920 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/36 2024-04-02T14:47:46.920 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9. 6/36 2024-04-02T14:47:46.920 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-02T14:47:46.920 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-02T14:47:46.920 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-02T14:47:46.920 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-02T14:47:46.920 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-02T14:47:46.920 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-02T14:47:46.921 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-02T14:47:46.921 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-02T14:47:46.921 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-02T14:47:46.921 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-02T14:47:46.921 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-02T14:47:46.921 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-02T14:47:46.921 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-02T14:47:46.921 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-02T14:47:46.921 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-02T14:47:46.921 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-02T14:47:46.921 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-02T14:47:46.921 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-02T14:47:46.921 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-02T14:47:46.923 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-02T14:47:46.923 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-02T14:47:46.923 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-02T14:47:46.923 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-02T14:47:46.923 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-02T14:47:46.923 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-02T14:47:46.923 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-02T14:47:46.923 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-02T14:47:46.923 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-02T14:47:46.923 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-02T14:47:47.176 INFO:teuthology.orchestra.run.smithi138.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2592.g3f 181 kB/s | 34 kB 00:00 2024-04-02T14:47:47.193 INFO:teuthology.orchestra.run.smithi138.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2592.g3f3 81 kB/s | 16 kB 00:00 2024-04-02T14:47:47.326 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T14:47:47.343 INFO:teuthology.orchestra.run.smithi138.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.5 MB/s | 238 kB 00:00 2024-04-02T14:47:47.377 INFO:teuthology.orchestra.run.smithi138.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.0 MB/s | 1.0 MB 00:00 2024-04-02T14:47:47.418 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T14:47:47.561 INFO:teuthology.orchestra.run.smithi138.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.9 MB/s | 863 kB 00:00 2024-04-02T14:47:47.736 INFO:teuthology.orchestra.run.smithi138.stdout:(6/12): ceph-mgr-dashboard-19.0.0-2592.g3f3f3ed 4.7 MB/s | 3.5 MB 00:00 2024-04-02T14:47:47.762 INFO:teuthology.orchestra.run.smithi138.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 97 kB/s | 19 kB 00:00 2024-04-02T14:47:47.786 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T14:47:47.787 INFO:teuthology.orchestra.run.smithi138.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.3 MB/s | 548 kB 00:00 2024-04-02T14:47:47.854 INFO:teuthology.orchestra.run.smithi138.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 461 kB/s | 31 kB 00:00 2024-04-02T14:47:47.921 INFO:teuthology.orchestra.run.smithi138.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.8 MB/s | 188 kB 00:00 2024-04-02T14:47:48.001 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-02T14:47:48.002 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:48.002 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-02T14:47:48.002 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:48.002 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:48.002 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:48.002 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:47:48.002 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:48.002 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:48.002 INFO:teuthology.orchestra.run.smithi133.stdout: lua-5.4.4-4.el9.x86_64 2024-04-02T14:47:48.002 INFO:teuthology.orchestra.run.smithi133.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-02T14:47:48.002 INFO:teuthology.orchestra.run.smithi133.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-02T14:47:48.003 INFO:teuthology.orchestra.run.smithi133.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-02T14:47:48.003 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-02T14:47:48.003 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-02T14:47:48.003 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-02T14:47:48.003 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-02T14:47:48.003 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-02T14:47:48.003 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-02T14:47:48.003 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-02T14:47:48.003 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-02T14:47:48.003 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-02T14:47:48.003 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-02T14:47:48.003 INFO:teuthology.orchestra.run.smithi133.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-02T14:47:48.003 INFO:teuthology.orchestra.run.smithi133.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-02T14:47:48.003 INFO:teuthology.orchestra.run.smithi133.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-02T14:47:48.004 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-02T14:47:48.004 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ply-3.11-14.el9.noarch 2024-04-02T14:47:48.004 INFO:teuthology.orchestra.run.smithi133.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-02T14:47:48.004 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-02T14:47:48.004 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-02T14:47:48.004 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-02T14:47:48.004 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-02T14:47:48.004 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-02T14:47:48.004 INFO:teuthology.orchestra.run.smithi133.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-02T14:47:48.004 INFO:teuthology.orchestra.run.smithi133.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-02T14:47:48.004 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-02T14:47:48.004 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-02T14:47:48.004 INFO:teuthology.orchestra.run.smithi133.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-02T14:47:48.004 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:48.005 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:47:48.062 INFO:teuthology.orchestra.run.smithi138.stdout:(11/12): python3-grpcio-tools-1.46.7-10.el9.x86 480 kB/s | 144 kB 00:00 2024-04-02T14:47:48.072 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T14:47:48.072 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:48.072 INFO:teuthology.orchestra.run.smithi016.stdout:Installed: 2024-04-02T14:47:48.072 INFO:teuthology.orchestra.run.smithi016.stdout: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:47:48.072 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:48.072 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:47:48.105 INFO:teuthology.orchestra.run.smithi138.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.5 MB/s | 2.0 MB 00:00 2024-04-02T14:47:48.108 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:47:48.108 INFO:teuthology.orchestra.run.smithi138.stdout:Total 6.8 MB/s | 8.6 MB 00:01 2024-04-02T14:47:48.126 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-02T14:47:48.143 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-02T14:47:48.143 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-02T14:47:48.274 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install ceph-immutable-object-cache 2024-04-02T14:47:48.331 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-02T14:47:48.331 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-02T14:47:48.357 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-base 2024-04-02T14:47:48.851 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:02 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:47:48.855 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-02T14:47:48.920 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:54 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:47:48.939 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-02T14:47:48.974 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-02T14:47:49.009 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:47:49.009 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:47:49.009 INFO:teuthology.orchestra.run.smithi016.stdout: Package Arch Version Repo Size 2024-04-02T14:47:49.009 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:47:49.009 INFO:teuthology.orchestra.run.smithi016.stdout:Installing: 2024-04-02T14:47:49.009 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 145 k 2024-04-02T14:47:49.010 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:49.010 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2024-04-02T14:47:49.010 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:47:49.010 INFO:teuthology.orchestra.run.smithi016.stdout:Install 1 Package 2024-04-02T14:47:49.010 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:49.011 INFO:teuthology.orchestra.run.smithi016.stdout:Total download size: 145 k 2024-04-02T14:47:49.011 INFO:teuthology.orchestra.run.smithi016.stdout:Installed size: 435 k 2024-04-02T14:47:49.011 INFO:teuthology.orchestra.run.smithi016.stdout:Downloading Packages: 2024-04-02T14:47:49.020 INFO:teuthology.orchestra.run.smithi133.stdout:Package ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:47:49.021 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-02T14:47:49.068 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-02T14:47:49.071 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:47:49.072 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-02T14:47:49.072 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:47:49.137 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install cephadm 2024-04-02T14:47:49.170 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-02T14:47:49.243 INFO:teuthology.orchestra.run.smithi016.stdout:ceph-immutable-object-cache-19.0.0-2592.g3f3f3e 625 kB/s | 145 kB 00:00 2024-04-02T14:47:49.243 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:47:49.244 INFO:teuthology.orchestra.run.smithi016.stdout:Total 620 kB/s | 145 kB 00:00 2024-04-02T14:47:49.244 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction check 2024-04-02T14:47:49.251 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction check succeeded. 2024-04-02T14:47:49.251 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction test 2024-04-02T14:47:49.303 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-02T14:47:49.305 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction test succeeded. 2024-04-02T14:47:49.306 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction 2024-04-02T14:47:49.398 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-02T14:47:49.449 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-02T14:47:49.456 INFO:teuthology.orchestra.run.smithi016.stdout: Preparing : 1/1 2024-04-02T14:47:49.478 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-02T14:47:49.510 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9 10/12 2024-04-02T14:47:49.527 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T14:47:49.551 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T14:47:49.552 INFO:teuthology.orchestra.run.smithi016.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:47:49.552 INFO:teuthology.orchestra.run.smithi016.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-02T14:47:49.552 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:49.698 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:55 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:47:49.843 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:47:49.844 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:47:49.844 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-02T14:47:49.844 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:47:49.844 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-02T14:47:49.844 INFO:teuthology.orchestra.run.smithi133.stdout: cephadm noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 762 k 2024-04-02T14:47:49.844 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:49.844 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-02T14:47:49.844 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:47:49.844 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-02T14:47:49.844 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:49.845 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 762 k 2024-04-02T14:47:49.845 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 769 k 2024-04-02T14:47:49.845 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-02T14:47:50.282 INFO:teuthology.orchestra.run.smithi133.stdout:cephadm-19.0.0-2592.g3f3f3ed9.el9.noarch.rpm 1.7 MB/s | 762 kB 00:00 2024-04-02T14:47:50.282 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:47:50.282 INFO:teuthology.orchestra.run.smithi133.stdout:Total 1.7 MB/s | 762 kB 00:00 2024-04-02T14:47:50.282 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-02T14:47:50.287 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-02T14:47:50.287 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-02T14:47:50.293 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-02T14:47:50.293 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-02T14:47:50.364 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-02T14:47:50.468 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T14:47:50.469 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:50.469 INFO:teuthology.orchestra.run.smithi016.stdout:Installed: 2024-04-02T14:47:50.469 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:50.469 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:50.469 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:47:50.549 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el 11/12 2024-04-02T14:47:50.578 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 12/12 2024-04-02T14:47:50.706 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install ceph-mgr 2024-04-02T14:47:50.794 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T14:47:50.876 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T14:47:51.237 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T14:47:51.284 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:05 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:47:51.386 INFO:teuthology.orchestra.run.smithi016.stdout:Package ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:47:51.440 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:47:51.441 INFO:teuthology.orchestra.run.smithi016.stdout:Nothing to do. 2024-04-02T14:47:51.441 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:47:51.504 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install ceph-mgr-dashboard 2024-04-02T14:47:51.522 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T14:47:51.522 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:51.522 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-02T14:47:51.522 INFO:teuthology.orchestra.run.smithi133.stdout: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:47:51.522 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:51.523 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:47:51.744 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-immutable-object-cache 2024-04-02T14:47:52.073 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:06 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:47:52.098 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 12/12 2024-04-02T14:47:52.098 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el 1/12 2024-04-02T14:47:52.098 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 2/12 2024-04-02T14:47:52.098 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9 3/12 2024-04-02T14:47:52.098 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-02T14:47:52.098 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-02T14:47:52.098 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-02T14:47:52.098 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-02T14:47:52.098 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-02T14:47:52.098 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-02T14:47:52.098 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-02T14:47:52.099 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-02T14:47:52.229 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:47:52.230 INFO:teuthology.orchestra.run.smithi016.stdout:====================================================================================== 2024-04-02T14:47:52.231 INFO:teuthology.orchestra.run.smithi016.stdout: Package Arch Version Repository Size 2024-04-02T14:47:52.231 INFO:teuthology.orchestra.run.smithi016.stdout:====================================================================================== 2024-04-02T14:47:52.231 INFO:teuthology.orchestra.run.smithi016.stdout:Installing: 2024-04-02T14:47:52.231 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 3.5 M 2024-04-02T14:47:52.231 INFO:teuthology.orchestra.run.smithi016.stdout:Installing dependencies: 2024-04-02T14:47:52.231 INFO:teuthology.orchestra.run.smithi016.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-02T14:47:52.231 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 34 k 2024-04-02T14:47:52.231 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 16 k 2024-04-02T14:47:52.231 INFO:teuthology.orchestra.run.smithi016.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-02T14:47:52.231 INFO:teuthology.orchestra.run.smithi016.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-02T14:47:52.231 INFO:teuthology.orchestra.run.smithi016.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-02T14:47:52.231 INFO:teuthology.orchestra.run.smithi016.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-02T14:47:52.232 INFO:teuthology.orchestra.run.smithi016.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-02T14:47:52.232 INFO:teuthology.orchestra.run.smithi016.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-02T14:47:52.232 INFO:teuthology.orchestra.run.smithi016.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-02T14:47:52.232 INFO:teuthology.orchestra.run.smithi016.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-02T14:47:52.232 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:52.232 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2024-04-02T14:47:52.232 INFO:teuthology.orchestra.run.smithi016.stdout:====================================================================================== 2024-04-02T14:47:52.232 INFO:teuthology.orchestra.run.smithi016.stdout:Install 12 Packages 2024-04-02T14:47:52.232 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:52.233 INFO:teuthology.orchestra.run.smithi016.stdout:Total download size: 8.6 M 2024-04-02T14:47:52.233 INFO:teuthology.orchestra.run.smithi016.stdout:Installed size: 104 M 2024-04-02T14:47:52.233 INFO:teuthology.orchestra.run.smithi016.stdout:Downloading Packages: 2024-04-02T14:47:52.315 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:58 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:47:52.441 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-02T14:47:52.441 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:52.442 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-02T14:47:52.442 INFO:teuthology.orchestra.run.smithi138.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-02T14:47:52.442 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:47:52.442 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:47:52.442 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:47:52.442 INFO:teuthology.orchestra.run.smithi138.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-02T14:47:52.442 INFO:teuthology.orchestra.run.smithi138.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-02T14:47:52.442 INFO:teuthology.orchestra.run.smithi138.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-02T14:47:52.442 INFO:teuthology.orchestra.run.smithi138.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-02T14:47:52.442 INFO:teuthology.orchestra.run.smithi138.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-02T14:47:52.442 INFO:teuthology.orchestra.run.smithi138.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-02T14:47:52.442 INFO:teuthology.orchestra.run.smithi138.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-02T14:47:52.443 INFO:teuthology.orchestra.run.smithi138.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-02T14:47:52.443 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:52.443 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:47:52.468 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:47:52.468 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:47:52.469 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-04-02T14:47:52.469 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:47:52.469 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-02T14:47:52.469 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 145 k 2024-04-02T14:47:52.469 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:52.469 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-02T14:47:52.469 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:47:52.469 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-02T14:47:52.469 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:52.470 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 145 k 2024-04-02T14:47:52.470 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 435 k 2024-04-02T14:47:52.470 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-02T14:47:52.706 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-02T14:47:52.886 INFO:teuthology.orchestra.run.smithi133.stdout:ceph-immutable-object-cache-19.0.0-2592.g3f3f3e 348 kB/s | 145 kB 00:00 2024-04-02T14:47:52.887 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:47:52.887 INFO:teuthology.orchestra.run.smithi133.stdout:Total 346 kB/s | 145 kB 00:00 2024-04-02T14:47:52.887 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-02T14:47:52.895 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-02T14:47:52.895 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-02T14:47:52.914 INFO:teuthology.orchestra.run.smithi016.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2592.g3f3 63 kB/s | 16 kB 00:00 2024-04-02T14:47:52.947 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-02T14:47:52.947 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-02T14:47:52.964 INFO:teuthology.orchestra.run.smithi016.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2592.g3f 108 kB/s | 34 kB 00:00 2024-04-02T14:47:53.073 INFO:teuthology.orchestra.run.smithi016.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 6.4 MB/s | 1.0 MB 00:00 2024-04-02T14:47:53.087 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-02T14:47:53.098 INFO:teuthology.orchestra.run.smithi016.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.8 MB/s | 238 kB 00:00 2024-04-02T14:47:53.154 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T14:47:53.178 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T14:47:53.179 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:47:53.179 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-02T14:47:53.179 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:53.232 INFO:teuthology.orchestra.run.smithi016.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2592.g3f3f3ed 6.1 MB/s | 3.5 MB 00:00 2024-04-02T14:47:53.270 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:07 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:47:53.365 INFO:teuthology.orchestra.run.smithi016.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.0 MB/s | 548 kB 00:00 2024-04-02T14:47:53.382 INFO:teuthology.orchestra.run.smithi016.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 129 kB/s | 19 kB 00:00 2024-04-02T14:47:53.423 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:47:53.424 INFO:teuthology.orchestra.run.smithi138.stdout:============================================================================================ 2024-04-02T14:47:53.424 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-02T14:47:53.424 INFO:teuthology.orchestra.run.smithi138.stdout:============================================================================================ 2024-04-02T14:47:53.425 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-02T14:47:53.425 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 7.4 M 2024-04-02T14:47:53.425 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-02T14:47:53.425 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-02T14:47:53.425 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-02T14:47:53.425 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-02T14:47:53.425 INFO:teuthology.orchestra.run.smithi138.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-02T14:47:53.425 INFO:teuthology.orchestra.run.smithi138.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-02T14:47:53.425 INFO:teuthology.orchestra.run.smithi138.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-02T14:47:53.425 INFO:teuthology.orchestra.run.smithi138.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-02T14:47:53.425 INFO:teuthology.orchestra.run.smithi138.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-02T14:47:53.425 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-02T14:47:53.425 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-02T14:47:53.426 INFO:teuthology.orchestra.run.smithi138.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-02T14:47:53.426 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:53.426 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-02T14:47:53.426 INFO:teuthology.orchestra.run.smithi138.stdout:============================================================================================ 2024-04-02T14:47:53.426 INFO:teuthology.orchestra.run.smithi138.stdout:Install 12 Packages 2024-04-02T14:47:53.426 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:47:53.426 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 37 M 2024-04-02T14:47:53.427 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 209 M 2024-04-02T14:47:53.427 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-02T14:47:53.475 INFO:teuthology.orchestra.run.smithi016.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 19 MB/s | 2.0 MB 00:00 2024-04-02T14:47:53.501 INFO:teuthology.orchestra.run.smithi016.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.2 MB/s | 144 kB 00:00 2024-04-02T14:47:53.516 INFO:teuthology.orchestra.run.smithi016.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 741 kB/s | 31 kB 00:00 2024-04-02T14:47:53.550 INFO:teuthology.orchestra.run.smithi016.stdout:(11/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.8 MB/s | 863 kB 00:00 2024-04-02T14:47:53.575 INFO:teuthology.orchestra.run.smithi016.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.4 MB/s | 188 kB 00:00 2024-04-02T14:47:53.579 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:47:53.579 INFO:teuthology.orchestra.run.smithi016.stdout:Total 6.4 MB/s | 8.6 MB 00:01 2024-04-02T14:47:53.598 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction check 2024-04-02T14:47:53.615 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction check succeeded. 2024-04-02T14:47:53.615 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction test 2024-04-02T14:47:53.658 INFO:teuthology.orchestra.run.smithi138.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 240 kB/s | 32 kB 00:00 2024-04-02T14:47:53.684 INFO:teuthology.orchestra.run.smithi138.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 717 kB/s | 17 kB 00:00 2024-04-02T14:47:53.709 INFO:teuthology.orchestra.run.smithi138.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 1.4 MB/s | 34 kB 00:00 2024-04-02T14:47:53.759 INFO:teuthology.orchestra.run.smithi138.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2024-04-02T14:47:53.800 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction test succeeded. 2024-04-02T14:47:53.800 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction 2024-04-02T14:47:53.935 INFO:teuthology.orchestra.run.smithi138.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 21 MB/s | 4.7 MB 00:00 2024-04-02T14:47:54.010 INFO:teuthology.orchestra.run.smithi138.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 19 MB/s | 4.8 MB 00:00 2024-04-02T14:47:54.036 INFO:teuthology.orchestra.run.smithi138.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.2 MB/s | 217 kB 00:00 2024-04-02T14:47:54.193 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T14:47:54.193 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:54.193 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-02T14:47:54.193 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:47:54.193 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:54.193 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:47:54.326 INFO:teuthology.orchestra.run.smithi016.stdout: Preparing : 1/1 2024-04-02T14:47:54.378 INFO:teuthology.orchestra.run.smithi138.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 43 MB/s | 16 MB 00:00 2024-04-02T14:47:54.402 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-02T14:47:54.430 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr 2024-04-02T14:47:54.436 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-02T14:47:54.484 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-02T14:47:54.513 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-02T14:47:54.628 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-02T14:47:54.763 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-02T14:47:54.854 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-02T14:47:54.902 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-02T14:47:54.930 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-02T14:47:54.963 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9 10/12 2024-04-02T14:47:55.002 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:01 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:47:55.100 INFO:teuthology.orchestra.run.smithi133.stdout:Package ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:47:55.152 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:47:55.153 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-02T14:47:55.153 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:47:55.220 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-dashboard 2024-04-02T14:47:55.270 INFO:teuthology.orchestra.run.smithi138.stdout:(9/12): libquadmath-11.4.1-3.el9.x86_64.rpm 219 kB/s | 195 kB 00:00 2024-04-02T14:47:55.420 INFO:teuthology.orchestra.run.smithi138.stdout:(10/12): ceph-mgr-diskprediction-local-19.0.0-2 3.9 MB/s | 7.4 MB 00:01 2024-04-02T14:47:55.782 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:01 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:47:55.878 INFO:teuthology.orchestra.run.smithi138.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 403 kB/s | 245 kB 00:00 2024-04-02T14:47:55.935 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:47:55.936 INFO:teuthology.orchestra.run.smithi133.stdout:====================================================================================== 2024-04-02T14:47:55.936 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-02T14:47:55.936 INFO:teuthology.orchestra.run.smithi133.stdout:====================================================================================== 2024-04-02T14:47:55.936 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-02T14:47:55.936 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 3.5 M 2024-04-02T14:47:55.936 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-02T14:47:55.936 INFO:teuthology.orchestra.run.smithi133.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-02T14:47:55.936 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 34 k 2024-04-02T14:47:55.936 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 16 k 2024-04-02T14:47:55.936 INFO:teuthology.orchestra.run.smithi133.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-02T14:47:55.937 INFO:teuthology.orchestra.run.smithi133.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-02T14:47:55.937 INFO:teuthology.orchestra.run.smithi133.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-02T14:47:55.937 INFO:teuthology.orchestra.run.smithi133.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-02T14:47:55.937 INFO:teuthology.orchestra.run.smithi133.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-02T14:47:55.937 INFO:teuthology.orchestra.run.smithi133.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-02T14:47:55.937 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-02T14:47:55.937 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-02T14:47:55.937 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:55.937 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-02T14:47:55.937 INFO:teuthology.orchestra.run.smithi133.stdout:====================================================================================== 2024-04-02T14:47:55.937 INFO:teuthology.orchestra.run.smithi133.stdout:Install 12 Packages 2024-04-02T14:47:55.937 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:47:55.938 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 8.6 M 2024-04-02T14:47:55.938 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 104 M 2024-04-02T14:47:55.938 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-02T14:47:55.987 INFO:teuthology.orchestra.run.smithi138.stdout:(12/12): libgfortran-11.4.1-3.el9.x86_64.rpm 412 kB/s | 803 kB 00:01 2024-04-02T14:47:55.990 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:47:55.990 INFO:teuthology.orchestra.run.smithi138.stdout:Total 14 MB/s | 37 MB 00:02 2024-04-02T14:47:56.033 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-02T14:47:56.058 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-02T14:47:56.058 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-02T14:47:56.058 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el 11/12 2024-04-02T14:47:56.104 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 12/12 2024-04-02T14:47:56.306 INFO:teuthology.orchestra.run.smithi133.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2592.g3f 169 kB/s | 34 kB 00:00 2024-04-02T14:47:56.414 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-02T14:47:56.415 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-02T14:47:56.423 INFO:teuthology.orchestra.run.smithi133.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2592.g3f3 52 kB/s | 16 kB 00:00 2024-04-02T14:47:56.465 INFO:teuthology.orchestra.run.smithi133.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 6.4 MB/s | 1.0 MB 00:00 2024-04-02T14:47:56.490 INFO:teuthology.orchestra.run.smithi133.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 3.5 MB/s | 238 kB 00:00 2024-04-02T14:47:56.698 INFO:teuthology.orchestra.run.smithi133.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.6 MB/s | 548 kB 00:00 2024-04-02T14:47:56.741 INFO:teuthology.orchestra.run.smithi133.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 464 kB/s | 19 kB 00:00 2024-04-02T14:47:56.766 INFO:teuthology.orchestra.run.smithi133.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.8 MB/s | 863 kB 00:00 2024-04-02T14:47:56.875 INFO:teuthology.orchestra.run.smithi133.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 15 MB/s | 2.0 MB 00:00 2024-04-02T14:47:56.916 INFO:teuthology.orchestra.run.smithi133.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 758 kB/s | 31 kB 00:00 2024-04-02T14:47:56.958 INFO:teuthology.orchestra.run.smithi133.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 4.4 MB/s | 188 kB 00:00 2024-04-02T14:47:56.984 INFO:teuthology.orchestra.run.smithi133.stdout:(11/12): python3-grpcio-tools-1.46.7-10.el9.x86 664 kB/s | 144 kB 00:00 2024-04-02T14:47:57.155 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-02T14:47:57.235 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-02T14:47:57.275 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-02T14:47:57.371 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-02T14:47:57.407 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 12/12 2024-04-02T14:47:57.408 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el 1/12 2024-04-02T14:47:57.408 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 2/12 2024-04-02T14:47:57.408 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9 3/12 2024-04-02T14:47:57.408 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-02T14:47:57.408 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-02T14:47:57.408 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-02T14:47:57.408 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-02T14:47:57.408 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-02T14:47:57.408 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-02T14:47:57.408 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-02T14:47:57.408 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-02T14:47:57.411 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-02T14:47:57.589 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-02T14:47:57.619 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-02T14:47:57.695 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-02T14:47:57.872 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-02T14:47:57.872 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:57.872 INFO:teuthology.orchestra.run.smithi016.stdout:Installed: 2024-04-02T14:47:57.872 INFO:teuthology.orchestra.run.smithi016.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-02T14:47:57.872 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:47:57.872 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:47:57.872 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:47:57.873 INFO:teuthology.orchestra.run.smithi016.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-02T14:47:57.873 INFO:teuthology.orchestra.run.smithi016.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-02T14:47:57.873 INFO:teuthology.orchestra.run.smithi016.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-02T14:47:57.873 INFO:teuthology.orchestra.run.smithi016.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-02T14:47:57.873 INFO:teuthology.orchestra.run.smithi016.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-02T14:47:57.873 INFO:teuthology.orchestra.run.smithi016.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-02T14:47:57.873 INFO:teuthology.orchestra.run.smithi016.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-02T14:47:57.873 INFO:teuthology.orchestra.run.smithi016.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-02T14:47:57.873 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:57.873 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:47:58.105 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-02T14:47:58.275 INFO:teuthology.orchestra.run.smithi133.stdout:(12/12): ceph-mgr-dashboard-19.0.0-2592.g3f3f3e 1.6 MB/s | 3.5 MB 00:02 2024-04-02T14:47:58.281 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:47:58.281 INFO:teuthology.orchestra.run.smithi133.stdout:Total 3.7 MB/s | 8.6 MB 00:02 2024-04-02T14:47:58.302 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-02T14:47:58.321 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-02T14:47:58.321 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-02T14:47:58.348 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-02T14:47:58.459 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-02T14:47:58.515 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-02T14:47:58.515 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-02T14:47:58.682 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:12 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:47:58.844 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:47:58.846 INFO:teuthology.orchestra.run.smithi016.stdout:============================================================================================ 2024-04-02T14:47:58.846 INFO:teuthology.orchestra.run.smithi016.stdout: Package Arch Version Repository Size 2024-04-02T14:47:58.846 INFO:teuthology.orchestra.run.smithi016.stdout:============================================================================================ 2024-04-02T14:47:58.846 INFO:teuthology.orchestra.run.smithi016.stdout:Installing: 2024-04-02T14:47:58.846 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 7.4 M 2024-04-02T14:47:58.846 INFO:teuthology.orchestra.run.smithi016.stdout:Installing dependencies: 2024-04-02T14:47:58.846 INFO:teuthology.orchestra.run.smithi016.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-02T14:47:58.846 INFO:teuthology.orchestra.run.smithi016.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-02T14:47:58.846 INFO:teuthology.orchestra.run.smithi016.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-02T14:47:58.846 INFO:teuthology.orchestra.run.smithi016.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-02T14:47:58.847 INFO:teuthology.orchestra.run.smithi016.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-02T14:47:58.847 INFO:teuthology.orchestra.run.smithi016.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-02T14:47:58.847 INFO:teuthology.orchestra.run.smithi016.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-02T14:47:58.847 INFO:teuthology.orchestra.run.smithi016.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-02T14:47:58.847 INFO:teuthology.orchestra.run.smithi016.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-02T14:47:58.847 INFO:teuthology.orchestra.run.smithi016.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-02T14:47:58.847 INFO:teuthology.orchestra.run.smithi016.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-02T14:47:58.847 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:58.847 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2024-04-02T14:47:58.847 INFO:teuthology.orchestra.run.smithi016.stdout:============================================================================================ 2024-04-02T14:47:58.847 INFO:teuthology.orchestra.run.smithi016.stdout:Install 12 Packages 2024-04-02T14:47:58.847 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:47:58.847 INFO:teuthology.orchestra.run.smithi016.stdout:Total download size: 37 M 2024-04-02T14:47:58.847 INFO:teuthology.orchestra.run.smithi016.stdout:Installed size: 209 M 2024-04-02T14:47:58.848 INFO:teuthology.orchestra.run.smithi016.stdout:Downloading Packages: 2024-04-02T14:47:59.034 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-02T14:47:59.101 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-02T14:47:59.144 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-02T14:47:59.190 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-02T14:47:59.221 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-02T14:47:59.332 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-02T14:47:59.392 INFO:teuthology.orchestra.run.smithi016.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 232 kB/s | 32 kB 00:00 2024-04-02T14:47:59.425 INFO:teuthology.orchestra.run.smithi016.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 530 kB/s | 17 kB 00:00 2024-04-02T14:47:59.456 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-02T14:47:59.467 INFO:teuthology.orchestra.run.smithi016.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 826 kB/s | 34 kB 00:00 2024-04-02T14:47:59.557 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-02T14:47:59.601 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-02T14:47:59.629 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-02T14:47:59.662 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9 10/12 2024-04-02T14:47:59.684 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-02T14:47:59.777 INFO:teuthology.orchestra.run.smithi016.stdout:(4/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 15 MB/s | 4.7 MB 00:00 2024-04-02T14:47:59.935 INFO:teuthology.orchestra.run.smithi016.stdout:(5/12): ceph-mgr-diskprediction-local-19.0.0-25 11 MB/s | 7.4 MB 00:00 2024-04-02T14:47:59.985 INFO:teuthology.orchestra.run.smithi016.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.1 MB/s | 3.0 MB 00:00 2024-04-02T14:48:00.135 INFO:teuthology.orchestra.run.smithi016.stdout:(7/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 13 MB/s | 4.8 MB 00:00 2024-04-02T14:48:00.160 INFO:teuthology.orchestra.run.smithi016.stdout:(8/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 975 kB/s | 217 kB 00:00 2024-04-02T14:48:00.294 INFO:teuthology.orchestra.run.smithi016.stdout:(9/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.4 MB/s | 195 kB 00:00 2024-04-02T14:48:00.336 INFO:teuthology.orchestra.run.smithi016.stdout:(10/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.0 MB/s | 803 kB 00:00 2024-04-02T14:48:00.369 INFO:teuthology.orchestra.run.smithi016.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 3.3 MB/s | 245 kB 00:00 2024-04-02T14:48:00.708 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el 11/12 2024-04-02T14:48:00.713 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-02T14:48:00.728 INFO:teuthology.orchestra.run.smithi016.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 21 MB/s | 16 MB 00:00 2024-04-02T14:48:00.730 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:00.730 INFO:teuthology.orchestra.run.smithi016.stdout:Total 20 MB/s | 37 MB 00:01 2024-04-02T14:48:00.741 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 12/12 2024-04-02T14:48:00.745 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 12/12 2024-04-02T14:48:00.771 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction check 2024-04-02T14:48:00.796 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction check succeeded. 2024-04-02T14:48:00.797 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction test 2024-04-02T14:48:01.168 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction test succeeded. 2024-04-02T14:48:01.168 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction 2024-04-02T14:48:01.901 INFO:teuthology.orchestra.run.smithi016.stdout: Preparing : 1/1 2024-04-02T14:48:01.968 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-02T14:48:01.999 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-02T14:48:02.101 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-02T14:48:02.135 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 12/12 2024-04-02T14:48:02.135 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el 1/12 2024-04-02T14:48:02.135 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 2/12 2024-04-02T14:48:02.135 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9 3/12 2024-04-02T14:48:02.135 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-02T14:48:02.135 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-02T14:48:02.136 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-02T14:48:02.136 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-02T14:48:02.136 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-02T14:48:02.136 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-02T14:48:02.136 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-02T14:48:02.136 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-02T14:48:02.144 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-02T14:48:02.331 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-02T14:48:02.360 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-02T14:48:02.439 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-02T14:48:02.479 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-02T14:48:02.480 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:02.480 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-02T14:48:02.480 INFO:teuthology.orchestra.run.smithi133.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-02T14:48:02.480 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:48:02.480 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:48:02.480 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:48:02.480 INFO:teuthology.orchestra.run.smithi133.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-02T14:48:02.480 INFO:teuthology.orchestra.run.smithi133.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-02T14:48:02.480 INFO:teuthology.orchestra.run.smithi133.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-02T14:48:02.480 INFO:teuthology.orchestra.run.smithi133.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-02T14:48:02.480 INFO:teuthology.orchestra.run.smithi133.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-02T14:48:02.480 INFO:teuthology.orchestra.run.smithi133.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-02T14:48:02.481 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-02T14:48:02.481 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-02T14:48:02.481 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:02.481 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:48:02.739 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-02T14:48:03.141 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-02T14:48:03.270 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-02T14:48:03.298 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:09 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:48:03.363 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 12/12 2024-04-02T14:48:03.363 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 1/12 2024-04-02T14:48:03.363 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-02T14:48:03.363 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-02T14:48:03.363 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-02T14:48:03.364 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-02T14:48:03.364 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-02T14:48:03.364 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-02T14:48:03.364 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-02T14:48:03.364 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-02T14:48:03.364 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-02T14:48:03.364 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-02T14:48:03.451 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:48:03.452 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================================ 2024-04-02T14:48:03.452 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-02T14:48:03.452 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================================ 2024-04-02T14:48:03.452 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-02T14:48:03.452 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 7.4 M 2024-04-02T14:48:03.452 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-02T14:48:03.452 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-02T14:48:03.452 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-02T14:48:03.452 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-02T14:48:03.452 INFO:teuthology.orchestra.run.smithi133.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-02T14:48:03.452 INFO:teuthology.orchestra.run.smithi133.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-02T14:48:03.453 INFO:teuthology.orchestra.run.smithi133.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-02T14:48:03.453 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-02T14:48:03.453 INFO:teuthology.orchestra.run.smithi133.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-02T14:48:03.453 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-02T14:48:03.453 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-02T14:48:03.453 INFO:teuthology.orchestra.run.smithi133.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-02T14:48:03.453 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:03.453 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-02T14:48:03.453 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================================ 2024-04-02T14:48:03.453 INFO:teuthology.orchestra.run.smithi133.stdout:Install 12 Packages 2024-04-02T14:48:03.453 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:03.454 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 37 M 2024-04-02T14:48:03.454 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 209 M 2024-04-02T14:48:03.454 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-02T14:48:03.809 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-02T14:48:03.809 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:03.809 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-02T14:48:03.809 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:48:03.809 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-02T14:48:03.810 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-02T14:48:03.810 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-02T14:48:03.810 INFO:teuthology.orchestra.run.smithi138.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-02T14:48:03.810 INFO:teuthology.orchestra.run.smithi138.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-02T14:48:03.810 INFO:teuthology.orchestra.run.smithi138.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-02T14:48:03.810 INFO:teuthology.orchestra.run.smithi138.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-02T14:48:03.810 INFO:teuthology.orchestra.run.smithi138.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-02T14:48:03.810 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-02T14:48:03.810 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-02T14:48:03.810 INFO:teuthology.orchestra.run.smithi138.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-02T14:48:03.810 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:03.810 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:48:03.815 INFO:teuthology.orchestra.run.smithi133.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 251 kB/s | 32 kB 00:00 2024-04-02T14:48:03.849 INFO:teuthology.orchestra.run.smithi133.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 534 kB/s | 17 kB 00:00 2024-04-02T14:48:03.916 INFO:teuthology.orchestra.run.smithi133.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2024-04-02T14:48:03.941 INFO:teuthology.orchestra.run.smithi133.stdout:(4/12): openblas-0.3.21-2.el9.x86_64.rpm 379 kB/s | 34 kB 00:00 2024-04-02T14:48:04.125 INFO:teuthology.orchestra.run.smithi133.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 23 MB/s | 4.7 MB 00:00 2024-04-02T14:48:04.183 INFO:teuthology.orchestra.run.smithi133.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 4.8 MB 00:00 2024-04-02T14:48:04.209 INFO:teuthology.orchestra.run.smithi133.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.6 MB/s | 217 kB 00:00 2024-04-02T14:48:04.227 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-rook 2024-04-02T14:48:04.517 INFO:teuthology.orchestra.run.smithi133.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 47 MB/s | 16 MB 00:00 2024-04-02T14:48:04.593 INFO:teuthology.orchestra.run.smithi133.stdout:(9/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.1 MB/s | 803 kB 00:00 2024-04-02T14:48:04.594 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-02T14:48:04.693 INFO:teuthology.orchestra.run.smithi133.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.1 MB/s | 195 kB 00:00 2024-04-02T14:48:04.793 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:18 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:04.826 INFO:teuthology.orchestra.run.smithi133.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.0 MB/s | 245 kB 00:00 2024-04-02T14:48:04.944 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:48:04.945 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================== 2024-04-02T14:48:04.946 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-02T14:48:04.946 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================== 2024-04-02T14:48:04.946 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-02T14:48:04.946 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-rook noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 49 k 2024-04-02T14:48:04.946 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-02T14:48:04.946 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-02T14:48:04.946 INFO:teuthology.orchestra.run.smithi138.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-02T14:48:04.946 INFO:teuthology.orchestra.run.smithi138.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-02T14:48:04.946 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-02T14:48:04.946 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-02T14:48:04.946 INFO:teuthology.orchestra.run.smithi138.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-02T14:48:04.946 INFO:teuthology.orchestra.run.smithi138.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-02T14:48:04.946 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-02T14:48:04.947 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-02T14:48:04.947 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-02T14:48:04.947 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-02T14:48:04.947 INFO:teuthology.orchestra.run.smithi138.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-02T14:48:04.947 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:04.947 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-02T14:48:04.947 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================== 2024-04-02T14:48:04.947 INFO:teuthology.orchestra.run.smithi138.stdout:Install 13 Packages 2024-04-02T14:48:04.947 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:04.948 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 2.0 M 2024-04-02T14:48:04.948 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 26 M 2024-04-02T14:48:04.948 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-02T14:48:05.157 INFO:teuthology.orchestra.run.smithi138.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 190 kB/s | 24 kB 00:00 2024-04-02T14:48:05.182 INFO:teuthology.orchestra.run.smithi138.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 117 kB/s | 18 kB 00:00 2024-04-02T14:48:05.232 INFO:teuthology.orchestra.run.smithi138.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-04-02T14:48:05.243 INFO:teuthology.orchestra.run.smithi133.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 4.8 MB/s | 7.4 MB 00:01 2024-04-02T14:48:05.245 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:05.245 INFO:teuthology.orchestra.run.smithi133.stdout:Total 21 MB/s | 37 MB 00:01 2024-04-02T14:48:05.258 INFO:teuthology.orchestra.run.smithi138.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-04-02T14:48:05.283 INFO:teuthology.orchestra.run.smithi138.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-04-02T14:48:05.286 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-02T14:48:05.308 INFO:teuthology.orchestra.run.smithi138.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 853 kB/s | 43 kB 00:00 2024-04-02T14:48:05.310 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-02T14:48:05.310 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-02T14:48:05.334 INFO:teuthology.orchestra.run.smithi138.stdout:(7/13): ceph-mgr-rook-19.0.0-2592.g3f3f3ed9.el9 161 kB/s | 49 kB 00:00 2024-04-02T14:48:05.459 INFO:teuthology.orchestra.run.smithi138.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 183 kB/s | 32 kB 00:00 2024-04-02T14:48:05.484 INFO:teuthology.orchestra.run.smithi138.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 85 kB/s | 15 kB 00:00 2024-04-02T14:48:05.535 INFO:teuthology.orchestra.run.smithi138.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 1.0 MB/s | 203 kB 00:00 2024-04-02T14:48:05.569 INFO:teuthology.orchestra.run.smithi138.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 9.4 MB/s | 1.0 MB 00:00 2024-04-02T14:48:05.594 INFO:teuthology.orchestra.run.smithi138.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 543 kB/s | 59 kB 00:00 2024-04-02T14:48:05.619 INFO:teuthology.orchestra.run.smithi138.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 1.1 MB/s | 90 kB 00:00 2024-04-02T14:48:05.623 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:05.623 INFO:teuthology.orchestra.run.smithi138.stdout:Total 3.0 MB/s | 2.0 MB 00:00 2024-04-02T14:48:05.623 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-02T14:48:05.636 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-02T14:48:05.637 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-02T14:48:05.668 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-02T14:48:05.669 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-02T14:48:05.676 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-02T14:48:05.702 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 12/12 2024-04-02T14:48:05.726 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-02T14:48:05.729 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-02T14:48:06.249 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-02T14:48:06.389 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-02T14:48:06.434 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-02T14:48:06.474 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-02T14:48:06.506 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-02T14:48:06.506 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-02T14:48:06.571 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-02T14:48:06.598 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-02T14:48:06.614 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-02T14:48:06.634 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-02T14:48:06.657 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-02T14:48:06.764 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-02T14:48:06.802 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-02T14:48:06.825 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-02T14:48:06.873 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-02T14:48:06.900 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-02T14:48:06.926 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-02T14:48:07.536 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-02T14:48:07.644 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-02T14:48:07.702 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-02T14:48:07.757 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-02T14:48:07.791 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-02T14:48:07.840 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-02T14:48:07.868 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 13/13 2024-04-02T14:48:08.222 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 12/12 2024-04-02T14:48:08.222 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 1/12 2024-04-02T14:48:08.222 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-02T14:48:08.223 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-02T14:48:08.223 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-02T14:48:08.223 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-02T14:48:08.223 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-02T14:48:08.223 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-02T14:48:08.223 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-02T14:48:08.223 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-02T14:48:08.223 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-02T14:48:08.223 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-02T14:48:08.632 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-02T14:48:08.632 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:08.632 INFO:teuthology.orchestra.run.smithi016.stdout:Installed: 2024-04-02T14:48:08.632 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:48:08.632 INFO:teuthology.orchestra.run.smithi016.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-02T14:48:08.632 INFO:teuthology.orchestra.run.smithi016.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-02T14:48:08.632 INFO:teuthology.orchestra.run.smithi016.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-02T14:48:08.632 INFO:teuthology.orchestra.run.smithi016.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-02T14:48:08.632 INFO:teuthology.orchestra.run.smithi016.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-02T14:48:08.632 INFO:teuthology.orchestra.run.smithi016.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-02T14:48:08.632 INFO:teuthology.orchestra.run.smithi016.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-02T14:48:08.632 INFO:teuthology.orchestra.run.smithi016.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-02T14:48:08.633 INFO:teuthology.orchestra.run.smithi016.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-02T14:48:08.633 INFO:teuthology.orchestra.run.smithi016.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-02T14:48:08.633 INFO:teuthology.orchestra.run.smithi016.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-02T14:48:08.633 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:08.633 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:48:08.669 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 13/13 2024-04-02T14:48:08.669 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/13 2024-04-02T14:48:08.669 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-02T14:48:08.669 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-02T14:48:08.670 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-02T14:48:08.670 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-02T14:48:08.670 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-02T14:48:08.670 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-02T14:48:08.670 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-02T14:48:08.670 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-02T14:48:08.670 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-02T14:48:08.670 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-02T14:48:08.670 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-02T14:48:08.860 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-02T14:48:08.966 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install ceph-mgr-rook 2024-04-02T14:48:09.031 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-02T14:48:09.031 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:09.031 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-02T14:48:09.031 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:48:09.031 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-02T14:48:09.031 INFO:teuthology.orchestra.run.smithi138.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-02T14:48:09.031 INFO:teuthology.orchestra.run.smithi138.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-02T14:48:09.031 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-02T14:48:09.031 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-02T14:48:09.031 INFO:teuthology.orchestra.run.smithi138.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-02T14:48:09.032 INFO:teuthology.orchestra.run.smithi138.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-02T14:48:09.032 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-02T14:48:09.032 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-02T14:48:09.032 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-02T14:48:09.032 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-02T14:48:09.032 INFO:teuthology.orchestra.run.smithi138.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-02T14:48:09.032 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:09.032 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:48:09.304 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-cephadm 2024-04-02T14:48:09.540 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:23 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:09.698 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:48:09.699 INFO:teuthology.orchestra.run.smithi016.stdout:======================================================================================== 2024-04-02T14:48:09.699 INFO:teuthology.orchestra.run.smithi016.stdout: Package Arch Version Repository Size 2024-04-02T14:48:09.700 INFO:teuthology.orchestra.run.smithi016.stdout:======================================================================================== 2024-04-02T14:48:09.700 INFO:teuthology.orchestra.run.smithi016.stdout:Installing: 2024-04-02T14:48:09.700 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-rook noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 49 k 2024-04-02T14:48:09.700 INFO:teuthology.orchestra.run.smithi016.stdout:Installing dependencies: 2024-04-02T14:48:09.700 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-02T14:48:09.700 INFO:teuthology.orchestra.run.smithi016.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-02T14:48:09.700 INFO:teuthology.orchestra.run.smithi016.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-02T14:48:09.700 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-02T14:48:09.700 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-02T14:48:09.700 INFO:teuthology.orchestra.run.smithi016.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-02T14:48:09.700 INFO:teuthology.orchestra.run.smithi016.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-02T14:48:09.700 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-02T14:48:09.700 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-02T14:48:09.700 INFO:teuthology.orchestra.run.smithi016.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-02T14:48:09.700 INFO:teuthology.orchestra.run.smithi016.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-02T14:48:09.701 INFO:teuthology.orchestra.run.smithi016.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-02T14:48:09.701 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:09.701 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2024-04-02T14:48:09.701 INFO:teuthology.orchestra.run.smithi016.stdout:======================================================================================== 2024-04-02T14:48:09.701 INFO:teuthology.orchestra.run.smithi016.stdout:Install 13 Packages 2024-04-02T14:48:09.701 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:09.701 INFO:teuthology.orchestra.run.smithi016.stdout:Total download size: 2.0 M 2024-04-02T14:48:09.701 INFO:teuthology.orchestra.run.smithi016.stdout:Installed size: 26 M 2024-04-02T14:48:09.701 INFO:teuthology.orchestra.run.smithi016.stdout:Downloading Packages: 2024-04-02T14:48:09.868 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:23 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:09.869 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-02T14:48:09.898 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 12/12 2024-04-02T14:48:10.022 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:48:10.023 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================== 2024-04-02T14:48:10.023 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-02T14:48:10.023 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================== 2024-04-02T14:48:10.023 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-02T14:48:10.024 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 141 k 2024-04-02T14:48:10.024 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-02T14:48:10.024 INFO:teuthology.orchestra.run.smithi138.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-02T14:48:10.024 INFO:teuthology.orchestra.run.smithi138.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-02T14:48:10.024 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-02T14:48:10.024 INFO:teuthology.orchestra.run.smithi138.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-02T14:48:10.024 INFO:teuthology.orchestra.run.smithi138.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-02T14:48:10.024 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:10.024 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-02T14:48:10.024 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================== 2024-04-02T14:48:10.024 INFO:teuthology.orchestra.run.smithi138.stdout:Install 6 Packages 2024-04-02T14:48:10.024 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:10.025 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 6.8 M 2024-04-02T14:48:10.025 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 33 M 2024-04-02T14:48:10.025 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-02T14:48:10.286 INFO:teuthology.orchestra.run.smithi016.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 155 kB/s | 24 kB 00:00 2024-04-02T14:48:10.303 INFO:teuthology.orchestra.run.smithi016.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 104 kB/s | 18 kB 00:00 2024-04-02T14:48:10.387 INFO:teuthology.orchestra.run.smithi016.stdout:(3/13): ceph-mgr-rook-19.0.0-2592.g3f3f3ed9.el9 191 kB/s | 49 kB 00:00 2024-04-02T14:48:10.420 INFO:teuthology.orchestra.run.smithi016.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.1 MB/s | 132 kB 00:00 2024-04-02T14:48:10.446 INFO:teuthology.orchestra.run.smithi016.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.2 MB/s | 174 kB 00:00 2024-04-02T14:48:10.460 INFO:teuthology.orchestra.run.smithi138.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.7 MB/s | 248 kB 00:00 2024-04-02T14:48:10.471 INFO:teuthology.orchestra.run.smithi016.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.4 MB/s | 211 kB 00:00 2024-04-02T14:48:10.488 INFO:teuthology.orchestra.run.smithi016.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 640 kB/s | 43 kB 00:00 2024-04-02T14:48:10.585 INFO:teuthology.orchestra.run.smithi138.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2592.g3f3f3ed9.e 528 kB/s | 141 kB 00:00 2024-04-02T14:48:10.711 INFO:teuthology.orchestra.run.smithi138.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 15 MB/s | 5.8 MB 00:00 2024-04-02T14:48:10.738 INFO:teuthology.orchestra.run.smithi016.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 56 kB/s | 15 kB 00:00 2024-04-02T14:48:10.744 INFO:teuthology.orchestra.run.smithi138.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.9 MB/s | 548 kB 00:00 2024-04-02T14:48:10.755 INFO:teuthology.orchestra.run.smithi016.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 104 kB/s | 32 kB 00:00 2024-04-02T14:48:10.769 INFO:teuthology.orchestra.run.smithi138.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 317 kB/s | 58 kB 00:00 2024-04-02T14:48:10.795 INFO:teuthology.orchestra.run.smithi138.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 615 kB/s | 51 kB 00:00 2024-04-02T14:48:10.797 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:10.797 INFO:teuthology.orchestra.run.smithi138.stdout:Total 8.8 MB/s | 6.8 MB 00:00 2024-04-02T14:48:10.811 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-02T14:48:10.821 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-02T14:48:10.821 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-02T14:48:10.910 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-02T14:48:10.911 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-02T14:48:10.922 INFO:teuthology.orchestra.run.smithi016.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 467 kB/s | 203 kB 00:00 2024-04-02T14:48:10.973 INFO:teuthology.orchestra.run.smithi016.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 272 kB/s | 59 kB 00:00 2024-04-02T14:48:11.209 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-02T14:48:11.239 INFO:teuthology.orchestra.run.smithi016.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 283 kB/s | 90 kB 00:00 2024-04-02T14:48:11.348 INFO:teuthology.orchestra.run.smithi016.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.7 MB/s | 1.0 MB 00:00 2024-04-02T14:48:11.353 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:11.353 INFO:teuthology.orchestra.run.smithi016.stdout:Total 1.2 MB/s | 2.0 MB 00:01 2024-04-02T14:48:11.354 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction check 2024-04-02T14:48:11.370 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction check succeeded. 2024-04-02T14:48:11.370 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction test 2024-04-02T14:48:11.377 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-02T14:48:11.430 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-02T14:48:11.472 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction test succeeded. 2024-04-02T14:48:11.474 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction 2024-04-02T14:48:11.954 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-02T14:48:12.010 INFO:teuthology.orchestra.run.smithi016.stdout: Preparing : 1/1 2024-04-02T14:48:12.041 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-02T14:48:12.112 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-02T14:48:12.135 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 6/6 2024-04-02T14:48:12.168 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-02T14:48:12.225 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-02T14:48:12.278 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 12/12 2024-04-02T14:48:12.278 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 1/12 2024-04-02T14:48:12.279 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-02T14:48:12.279 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-02T14:48:12.279 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-02T14:48:12.279 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-02T14:48:12.279 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-02T14:48:12.279 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-02T14:48:12.279 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-02T14:48:12.279 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-02T14:48:12.279 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-02T14:48:12.279 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-02T14:48:12.290 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-02T14:48:12.326 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-02T14:48:12.367 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-02T14:48:12.466 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-02T14:48:12.575 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-02T14:48:12.628 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-02T14:48:12.722 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-02T14:48:12.723 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:12.723 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-02T14:48:12.723 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:48:12.723 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-02T14:48:12.723 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-02T14:48:12.723 INFO:teuthology.orchestra.run.smithi133.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-02T14:48:12.723 INFO:teuthology.orchestra.run.smithi133.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-02T14:48:12.723 INFO:teuthology.orchestra.run.smithi133.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-02T14:48:12.723 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-02T14:48:12.723 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-02T14:48:12.723 INFO:teuthology.orchestra.run.smithi133.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-02T14:48:12.724 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-02T14:48:12.724 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-02T14:48:12.724 INFO:teuthology.orchestra.run.smithi133.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-02T14:48:12.724 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:12.724 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:48:12.965 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 6/6 2024-04-02T14:48:12.965 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/6 2024-04-02T14:48:12.965 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-02T14:48:12.965 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-02T14:48:12.966 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-02T14:48:12.966 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-02T14:48:13.177 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-rook 2024-04-02T14:48:13.245 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-02T14:48:13.246 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:13.246 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-02T14:48:13.246 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:48:13.246 INFO:teuthology.orchestra.run.smithi138.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-02T14:48:13.246 INFO:teuthology.orchestra.run.smithi138.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-02T14:48:13.246 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-02T14:48:13.246 INFO:teuthology.orchestra.run.smithi138.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-02T14:48:13.246 INFO:teuthology.orchestra.run.smithi138.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-02T14:48:13.246 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:13.246 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:48:13.379 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-02T14:48:13.432 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-02T14:48:13.466 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-02T14:48:13.495 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-fuse 2024-04-02T14:48:13.515 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-02T14:48:13.544 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 13/13 2024-04-02T14:48:13.748 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:19 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:48:13.900 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:48:13.901 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================== 2024-04-02T14:48:13.901 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-02T14:48:13.901 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================== 2024-04-02T14:48:13.901 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-02T14:48:13.901 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-rook noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 49 k 2024-04-02T14:48:13.901 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-02T14:48:13.901 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-02T14:48:13.901 INFO:teuthology.orchestra.run.smithi133.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-02T14:48:13.901 INFO:teuthology.orchestra.run.smithi133.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-02T14:48:13.901 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-02T14:48:13.901 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-02T14:48:13.902 INFO:teuthology.orchestra.run.smithi133.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-02T14:48:13.902 INFO:teuthology.orchestra.run.smithi133.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-02T14:48:13.902 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-02T14:48:13.902 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-02T14:48:13.902 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-02T14:48:13.902 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-02T14:48:13.902 INFO:teuthology.orchestra.run.smithi133.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-02T14:48:13.903 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:13.903 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-02T14:48:13.903 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================== 2024-04-02T14:48:13.903 INFO:teuthology.orchestra.run.smithi133.stdout:Install 13 Packages 2024-04-02T14:48:13.903 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:13.904 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 2.0 M 2024-04-02T14:48:13.904 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 26 M 2024-04-02T14:48:13.904 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-02T14:48:14.060 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:28 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:14.214 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:48:14.215 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:14.215 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-02T14:48:14.215 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:14.215 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-02T14:48:14.215 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-fuse x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 890 k 2024-04-02T14:48:14.215 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-02T14:48:14.215 INFO:teuthology.orchestra.run.smithi138.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-02T14:48:14.215 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:14.215 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-02T14:48:14.215 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:14.215 INFO:teuthology.orchestra.run.smithi138.stdout:Install 2 Packages 2024-04-02T14:48:14.215 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:14.216 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 969 k 2024-04-02T14:48:14.216 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 2.8 M 2024-04-02T14:48:14.216 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-02T14:48:14.358 INFO:teuthology.orchestra.run.smithi138.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 556 kB/s | 79 kB 00:00 2024-04-02T14:48:14.361 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 13/13 2024-04-02T14:48:14.361 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/13 2024-04-02T14:48:14.361 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-02T14:48:14.361 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-02T14:48:14.361 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-02T14:48:14.361 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-02T14:48:14.361 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-02T14:48:14.362 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-02T14:48:14.362 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-02T14:48:14.362 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-02T14:48:14.362 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-02T14:48:14.362 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-02T14:48:14.362 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-02T14:48:14.390 INFO:teuthology.orchestra.run.smithi133.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 190 kB/s | 24 kB 00:00 2024-04-02T14:48:14.415 INFO:teuthology.orchestra.run.smithi133.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 118 kB/s | 18 kB 00:00 2024-04-02T14:48:14.457 INFO:teuthology.orchestra.run.smithi133.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 174 kB 00:00 2024-04-02T14:48:14.482 INFO:teuthology.orchestra.run.smithi133.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 132 kB 00:00 2024-04-02T14:48:14.516 INFO:teuthology.orchestra.run.smithi133.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.5 MB/s | 211 kB 00:00 2024-04-02T14:48:14.542 INFO:teuthology.orchestra.run.smithi133.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 735 kB/s | 43 kB 00:00 2024-04-02T14:48:14.566 INFO:teuthology.orchestra.run.smithi133.stdout:(7/13): ceph-mgr-rook-19.0.0-2592.g3f3f3ed9.el9 162 kB/s | 49 kB 00:00 2024-04-02T14:48:14.683 INFO:teuthology.orchestra.run.smithi138.stdout:(2/2): ceph-fuse-19.0.0-2592.g3f3f3ed9.el9.x86_ 1.9 MB/s | 890 kB 00:00 2024-04-02T14:48:14.684 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:14.684 INFO:teuthology.orchestra.run.smithi138.stdout:Total 2.0 MB/s | 969 kB 00:00 2024-04-02T14:48:14.685 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-02T14:48:14.704 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-02T14:48:14.704 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-02T14:48:14.712 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-02T14:48:14.712 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:14.713 INFO:teuthology.orchestra.run.smithi016.stdout:Installed: 2024-04-02T14:48:14.713 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:48:14.713 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-02T14:48:14.713 INFO:teuthology.orchestra.run.smithi016.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-02T14:48:14.713 INFO:teuthology.orchestra.run.smithi016.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-02T14:48:14.713 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-02T14:48:14.713 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-02T14:48:14.713 INFO:teuthology.orchestra.run.smithi016.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-02T14:48:14.713 INFO:teuthology.orchestra.run.smithi016.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-02T14:48:14.713 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-02T14:48:14.713 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-02T14:48:14.713 INFO:teuthology.orchestra.run.smithi016.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-02T14:48:14.713 INFO:teuthology.orchestra.run.smithi016.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-02T14:48:14.713 INFO:teuthology.orchestra.run.smithi016.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-02T14:48:14.713 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:14.714 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:48:14.778 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-02T14:48:14.778 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-02T14:48:14.791 INFO:teuthology.orchestra.run.smithi133.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 60 kB/s | 15 kB 00:00 2024-04-02T14:48:14.817 INFO:teuthology.orchestra.run.smithi133.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 107 kB/s | 32 kB 00:00 2024-04-02T14:48:14.949 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install ceph-mgr-cephadm 2024-04-02T14:48:14.965 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-02T14:48:15.042 INFO:teuthology.orchestra.run.smithi133.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 262 kB/s | 59 kB 00:00 2024-04-02T14:48:15.067 INFO:teuthology.orchestra.run.smithi133.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 405 kB/s | 203 kB 00:00 2024-04-02T14:48:15.110 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-02T14:48:15.182 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/2 2024-04-02T14:48:15.218 INFO:teuthology.orchestra.run.smithi133.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 512 kB/s | 90 kB 00:00 2024-04-02T14:48:15.343 INFO:teuthology.orchestra.run.smithi133.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.9 MB/s | 1.0 MB 00:00 2024-04-02T14:48:15.344 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:15.345 INFO:teuthology.orchestra.run.smithi133.stdout:Total 1.4 MB/s | 2.0 MB 00:01 2024-04-02T14:48:15.345 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-02T14:48:15.358 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-02T14:48:15.358 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-02T14:48:15.448 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-02T14:48:15.448 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-02T14:48:15.525 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:29 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:15.687 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:48:15.687 INFO:teuthology.orchestra.run.smithi016.stdout:======================================================================================== 2024-04-02T14:48:15.687 INFO:teuthology.orchestra.run.smithi016.stdout: Package Arch Version Repository Size 2024-04-02T14:48:15.687 INFO:teuthology.orchestra.run.smithi016.stdout:======================================================================================== 2024-04-02T14:48:15.688 INFO:teuthology.orchestra.run.smithi016.stdout:Installing: 2024-04-02T14:48:15.688 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 141 k 2024-04-02T14:48:15.688 INFO:teuthology.orchestra.run.smithi016.stdout:Installing dependencies: 2024-04-02T14:48:15.688 INFO:teuthology.orchestra.run.smithi016.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-02T14:48:15.688 INFO:teuthology.orchestra.run.smithi016.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-02T14:48:15.688 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-02T14:48:15.688 INFO:teuthology.orchestra.run.smithi016.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-02T14:48:15.688 INFO:teuthology.orchestra.run.smithi016.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-02T14:48:15.688 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:15.688 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2024-04-02T14:48:15.688 INFO:teuthology.orchestra.run.smithi016.stdout:======================================================================================== 2024-04-02T14:48:15.688 INFO:teuthology.orchestra.run.smithi016.stdout:Install 6 Packages 2024-04-02T14:48:15.688 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:15.689 INFO:teuthology.orchestra.run.smithi016.stdout:Total download size: 6.8 M 2024-04-02T14:48:15.689 INFO:teuthology.orchestra.run.smithi016.stdout:Installed size: 33 M 2024-04-02T14:48:15.689 INFO:teuthology.orchestra.run.smithi016.stdout:Downloading Packages: 2024-04-02T14:48:15.924 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/2 2024-04-02T14:48:15.924 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/2 2024-04-02T14:48:15.970 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-02T14:48:16.141 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-02T14:48:16.202 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-02T14:48:16.213 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-02T14:48:16.213 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:16.214 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-02T14:48:16.214 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-02T14:48:16.214 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:16.214 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:48:16.258 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-02T14:48:16.284 INFO:teuthology.orchestra.run.smithi016.stdout:(1/6): python3-babel-2.9.1-2.el9.noarch.rpm 22 MB/s | 5.8 MB 00:00 2024-04-02T14:48:16.295 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-02T14:48:16.309 INFO:teuthology.orchestra.run.smithi016.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2592.g3f3f3ed9.e 497 kB/s | 141 kB 00:00 2024-04-02T14:48:16.334 INFO:teuthology.orchestra.run.smithi016.stdout:(3/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 802 kB/s | 248 kB 00:00 2024-04-02T14:48:16.336 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-02T14:48:16.429 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-02T14:48:16.495 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-volume 2024-04-02T14:48:16.530 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-02T14:48:16.588 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-02T14:48:16.626 INFO:teuthology.orchestra.run.smithi016.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 182 kB/s | 58 kB 00:00 2024-04-02T14:48:16.651 INFO:teuthology.orchestra.run.smithi016.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 161 kB/s | 51 kB 00:00 2024-04-02T14:48:16.785 INFO:teuthology.orchestra.run.smithi016.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-04-02T14:48:16.790 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:16.791 INFO:teuthology.orchestra.run.smithi016.stdout:Total 6.2 MB/s | 6.8 MB 00:01 2024-04-02T14:48:16.802 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction check 2024-04-02T14:48:16.813 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction check succeeded. 2024-04-02T14:48:16.813 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction test 2024-04-02T14:48:16.906 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction test succeeded. 2024-04-02T14:48:16.906 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction 2024-04-02T14:48:17.073 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:31 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:17.207 INFO:teuthology.orchestra.run.smithi016.stdout: Preparing : 1/1 2024-04-02T14:48:17.232 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:48:17.233 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:17.233 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-04-02T14:48:17.233 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:17.233 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-02T14:48:17.233 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-volume noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 273 k 2024-04-02T14:48:17.233 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-04-02T14:48:17.233 INFO:teuthology.orchestra.run.smithi138.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-02T14:48:17.234 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:17.234 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-02T14:48:17.234 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:17.234 INFO:teuthology.orchestra.run.smithi138.stdout:Install 2 Packages 2024-04-02T14:48:17.234 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:17.234 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 342 k 2024-04-02T14:48:17.234 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 1.5 M 2024-04-02T14:48:17.235 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-02T14:48:17.315 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-02T14:48:17.360 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-02T14:48:17.366 INFO:teuthology.orchestra.run.smithi138.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 523 kB/s | 69 kB 00:00 2024-04-02T14:48:17.384 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-02T14:48:17.393 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-02T14:48:17.438 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-02T14:48:17.441 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-02T14:48:17.463 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 13/13 2024-04-02T14:48:17.617 INFO:teuthology.orchestra.run.smithi138.stdout:(2/2): ceph-volume-19.0.0-2592.g3f3f3ed9.el9.no 715 kB/s | 273 kB 00:00 2024-04-02T14:48:17.618 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:17.618 INFO:teuthology.orchestra.run.smithi138.stdout:Total 890 kB/s | 342 kB 00:00 2024-04-02T14:48:17.618 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-02T14:48:17.626 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-02T14:48:17.627 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-02T14:48:17.666 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-02T14:48:17.666 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-02T14:48:17.818 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-02T14:48:18.000 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-02T14:48:18.014 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-02T14:48:18.083 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-02T14:48:18.095 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2/2 2024-04-02T14:48:18.112 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2/2 2024-04-02T14:48:18.112 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:48:18.112 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-02T14:48:18.112 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:18.146 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-02T14:48:18.174 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 6/6 2024-04-02T14:48:18.234 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 13/13 2024-04-02T14:48:18.234 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/13 2024-04-02T14:48:18.234 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-02T14:48:18.234 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-02T14:48:18.234 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-02T14:48:18.234 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-02T14:48:18.235 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-02T14:48:18.235 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-02T14:48:18.235 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-02T14:48:18.235 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-02T14:48:18.235 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-02T14:48:18.235 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-02T14:48:18.235 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-02T14:48:18.593 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-02T14:48:18.593 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:18.593 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-02T14:48:18.593 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:48:18.593 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-02T14:48:18.594 INFO:teuthology.orchestra.run.smithi133.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-02T14:48:18.594 INFO:teuthology.orchestra.run.smithi133.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-02T14:48:18.594 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-02T14:48:18.594 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-02T14:48:18.594 INFO:teuthology.orchestra.run.smithi133.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-02T14:48:18.594 INFO:teuthology.orchestra.run.smithi133.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-02T14:48:18.594 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-02T14:48:18.594 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-02T14:48:18.594 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-02T14:48:18.594 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-02T14:48:18.594 INFO:teuthology.orchestra.run.smithi133.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-02T14:48:18.594 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:18.594 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:48:18.845 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/2 2024-04-02T14:48:18.850 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-cephadm 2024-04-02T14:48:19.004 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 6/6 2024-04-02T14:48:19.005 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/6 2024-04-02T14:48:19.005 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-02T14:48:19.005 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-02T14:48:19.005 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-02T14:48:19.005 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-02T14:48:19.192 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-02T14:48:19.192 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:19.193 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-02T14:48:19.193 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:48:19.193 INFO:teuthology.orchestra.run.smithi138.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-02T14:48:19.193 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:19.193 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:48:19.310 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-02T14:48:19.310 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:19.310 INFO:teuthology.orchestra.run.smithi016.stdout:Installed: 2024-04-02T14:48:19.310 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:48:19.310 INFO:teuthology.orchestra.run.smithi016.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-02T14:48:19.310 INFO:teuthology.orchestra.run.smithi016.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-02T14:48:19.310 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-02T14:48:19.310 INFO:teuthology.orchestra.run.smithi016.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-02T14:48:19.310 INFO:teuthology.orchestra.run.smithi016.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-02T14:48:19.310 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:19.310 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:48:19.408 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:25 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:48:19.559 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install ceph-fuse 2024-04-02T14:48:19.561 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:48:19.562 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================== 2024-04-02T14:48:19.562 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-02T14:48:19.562 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================== 2024-04-02T14:48:19.562 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-02T14:48:19.562 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 141 k 2024-04-02T14:48:19.563 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-02T14:48:19.563 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-02T14:48:19.563 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-02T14:48:19.563 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-02T14:48:19.563 INFO:teuthology.orchestra.run.smithi133.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-02T14:48:19.563 INFO:teuthology.orchestra.run.smithi133.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-02T14:48:19.563 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:19.563 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-02T14:48:19.563 INFO:teuthology.orchestra.run.smithi133.stdout:======================================================================================== 2024-04-02T14:48:19.563 INFO:teuthology.orchestra.run.smithi133.stdout:Install 6 Packages 2024-04-02T14:48:19.563 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:19.564 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 6.8 M 2024-04-02T14:48:19.564 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 33 M 2024-04-02T14:48:19.564 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-02T14:48:19.570 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install librados-devel 2024-04-02T14:48:20.138 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:34 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:20.139 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:34 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:20.287 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:48:20.288 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:20.288 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2024-04-02T14:48:20.288 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:20.288 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-02T14:48:20.288 INFO:teuthology.orchestra.run.smithi138.stdout: librados-devel x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 127 k 2024-04-02T14:48:20.288 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:20.289 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-02T14:48:20.289 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:20.289 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-04-02T14:48:20.289 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:20.289 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 127 k 2024-04-02T14:48:20.289 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 456 k 2024-04-02T14:48:20.289 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-02T14:48:20.298 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:48:20.298 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:20.299 INFO:teuthology.orchestra.run.smithi016.stdout: Package Arch Version Repository Size 2024-04-02T14:48:20.299 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:20.299 INFO:teuthology.orchestra.run.smithi016.stdout:Installing: 2024-04-02T14:48:20.299 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-fuse x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 890 k 2024-04-02T14:48:20.299 INFO:teuthology.orchestra.run.smithi016.stdout:Installing dependencies: 2024-04-02T14:48:20.299 INFO:teuthology.orchestra.run.smithi016.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-02T14:48:20.299 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:20.299 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2024-04-02T14:48:20.299 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:20.299 INFO:teuthology.orchestra.run.smithi016.stdout:Install 2 Packages 2024-04-02T14:48:20.299 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:20.300 INFO:teuthology.orchestra.run.smithi016.stdout:Total download size: 969 k 2024-04-02T14:48:20.300 INFO:teuthology.orchestra.run.smithi016.stdout:Installed size: 2.8 M 2024-04-02T14:48:20.300 INFO:teuthology.orchestra.run.smithi016.stdout:Downloading Packages: 2024-04-02T14:48:20.344 INFO:teuthology.orchestra.run.smithi133.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 860 kB/s | 248 kB 00:00 2024-04-02T14:48:20.421 INFO:teuthology.orchestra.run.smithi016.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 653 kB/s | 79 kB 00:00 2024-04-02T14:48:20.586 INFO:teuthology.orchestra.run.smithi133.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 11 MB/s | 5.8 MB 00:00 2024-04-02T14:48:20.611 INFO:teuthology.orchestra.run.smithi133.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2592.g3f3f3ed9.e 254 kB/s | 141 kB 00:00 2024-04-02T14:48:20.635 INFO:teuthology.orchestra.run.smithi138.stdout:librados-devel-19.0.0-2592.g3f3f3ed9.el9.x86_64 367 kB/s | 127 kB 00:00 2024-04-02T14:48:20.635 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:20.636 INFO:teuthology.orchestra.run.smithi138.stdout:Total 365 kB/s | 127 kB 00:00 2024-04-02T14:48:20.636 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-02T14:48:20.641 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-02T14:48:20.641 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-02T14:48:20.697 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-02T14:48:20.698 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-02T14:48:20.846 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-02T14:48:20.896 INFO:teuthology.orchestra.run.smithi016.stdout:(2/2): ceph-fuse-19.0.0-2592.g3f3f3ed9.el9.x86_ 1.5 MB/s | 890 kB 00:00 2024-04-02T14:48:20.897 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:20.898 INFO:teuthology.orchestra.run.smithi016.stdout:Total 1.6 MB/s | 969 kB 00:00 2024-04-02T14:48:20.898 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction check 2024-04-02T14:48:20.912 INFO:teuthology.orchestra.run.smithi133.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 177 kB/s | 58 kB 00:00 2024-04-02T14:48:20.919 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction check succeeded. 2024-04-02T14:48:20.919 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction test 2024-04-02T14:48:20.937 INFO:teuthology.orchestra.run.smithi133.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 157 kB/s | 51 kB 00:00 2024-04-02T14:48:20.949 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:20.962 INFO:teuthology.orchestra.run.smithi133.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 888 kB/s | 548 kB 00:00 2024-04-02T14:48:20.963 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:20.963 INFO:teuthology.orchestra.run.smithi133.stdout:Total 4.9 MB/s | 6.8 MB 00:01 2024-04-02T14:48:20.976 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-02T14:48:20.986 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-02T14:48:20.986 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-02T14:48:20.994 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction test succeeded. 2024-04-02T14:48:20.995 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction 2024-04-02T14:48:21.074 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-02T14:48:21.075 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-02T14:48:21.184 INFO:teuthology.orchestra.run.smithi016.stdout: Preparing : 1/1 2024-04-02T14:48:21.310 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-02T14:48:21.374 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-02T14:48:21.382 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/2 2024-04-02T14:48:21.493 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:21.543 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-02T14:48:21.597 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-02T14:48:21.776 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:21.776 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:21.776 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-02T14:48:21.776 INFO:teuthology.orchestra.run.smithi138.stdout: librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:48:21.776 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:21.776 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:48:22.003 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/2 2024-04-02T14:48:22.003 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/2 2024-04-02T14:48:22.047 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install libcephfs2 2024-04-02T14:48:22.114 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-02T14:48:22.200 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-02T14:48:22.262 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-02T14:48:22.276 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-02T14:48:22.276 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:22.276 INFO:teuthology.orchestra.run.smithi016.stdout:Installed: 2024-04-02T14:48:22.276 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-02T14:48:22.276 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:22.277 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:48:22.292 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 6/6 2024-04-02T14:48:22.559 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install ceph-volume 2024-04-02T14:48:22.618 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:36 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:22.719 INFO:teuthology.orchestra.run.smithi138.stdout:Package libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:22.776 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:48:22.777 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-04-02T14:48:22.777 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:48:22.848 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install libcephfs-devel 2024-04-02T14:48:23.098 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 6/6 2024-04-02T14:48:23.098 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/6 2024-04-02T14:48:23.098 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-02T14:48:23.098 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-02T14:48:23.098 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-02T14:48:23.098 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-02T14:48:23.142 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:37 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:23.300 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:48:23.300 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:23.301 INFO:teuthology.orchestra.run.smithi016.stdout: Package Arch Version Repository Size 2024-04-02T14:48:23.301 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:23.301 INFO:teuthology.orchestra.run.smithi016.stdout:Installing: 2024-04-02T14:48:23.301 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-volume noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 273 k 2024-04-02T14:48:23.301 INFO:teuthology.orchestra.run.smithi016.stdout:Installing dependencies: 2024-04-02T14:48:23.301 INFO:teuthology.orchestra.run.smithi016.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-02T14:48:23.301 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:23.301 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2024-04-02T14:48:23.301 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:23.301 INFO:teuthology.orchestra.run.smithi016.stdout:Install 2 Packages 2024-04-02T14:48:23.301 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:23.302 INFO:teuthology.orchestra.run.smithi016.stdout:Total download size: 342 k 2024-04-02T14:48:23.302 INFO:teuthology.orchestra.run.smithi016.stdout:Installed size: 1.5 M 2024-04-02T14:48:23.302 INFO:teuthology.orchestra.run.smithi016.stdout:Downloading Packages: 2024-04-02T14:48:23.374 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-02T14:48:23.375 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:23.375 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-02T14:48:23.375 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:48:23.375 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-02T14:48:23.375 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-02T14:48:23.375 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-02T14:48:23.375 INFO:teuthology.orchestra.run.smithi133.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-02T14:48:23.375 INFO:teuthology.orchestra.run.smithi133.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-02T14:48:23.375 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:23.375 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:48:23.404 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:37 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:23.426 INFO:teuthology.orchestra.run.smithi016.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 556 kB/s | 69 kB 00:00 2024-04-02T14:48:23.555 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:48:23.556 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:23.556 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2024-04-02T14:48:23.556 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:23.556 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-02T14:48:23.556 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs-devel x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 32 k 2024-04-02T14:48:23.556 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:23.556 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-02T14:48:23.556 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:23.556 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-04-02T14:48:23.556 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:23.556 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 32 k 2024-04-02T14:48:23.556 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 142 k 2024-04-02T14:48:23.557 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-02T14:48:23.601 INFO:teuthology.orchestra.run.smithi016.stdout:(2/2): ceph-volume-19.0.0-2592.g3f3f3ed9.el9.no 914 kB/s | 273 kB 00:00 2024-04-02T14:48:23.602 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:23.603 INFO:teuthology.orchestra.run.smithi016.stdout:Total 1.1 MB/s | 342 kB 00:00 2024-04-02T14:48:23.603 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction check 2024-04-02T14:48:23.612 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction check succeeded. 2024-04-02T14:48:23.612 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction test 2024-04-02T14:48:23.631 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-fuse 2024-04-02T14:48:23.655 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction test succeeded. 2024-04-02T14:48:23.655 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction 2024-04-02T14:48:23.805 INFO:teuthology.orchestra.run.smithi016.stdout: Preparing : 1/1 2024-04-02T14:48:23.808 INFO:teuthology.orchestra.run.smithi138.stdout:libcephfs-devel-19.0.0-2592.g3f3f3ed9.el9.x86_6 126 kB/s | 32 kB 00:00 2024-04-02T14:48:23.809 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:23.809 INFO:teuthology.orchestra.run.smithi138.stdout:Total 125 kB/s | 32 kB 00:00 2024-04-02T14:48:23.809 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-02T14:48:23.813 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-02T14:48:23.813 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-02T14:48:23.851 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-02T14:48:23.852 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-02T14:48:23.972 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-02T14:48:23.998 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-02T14:48:24.029 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2/2 2024-04-02T14:48:24.045 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2/2 2024-04-02T14:48:24.045 INFO:teuthology.orchestra.run.smithi016.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:48:24.045 INFO:teuthology.orchestra.run.smithi016.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-02T14:48:24.045 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:24.081 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:24.199 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:30 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:48:24.353 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:48:24.354 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:24.354 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-02T14:48:24.354 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:24.354 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-02T14:48:24.354 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-fuse x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 890 k 2024-04-02T14:48:24.354 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-02T14:48:24.354 INFO:teuthology.orchestra.run.smithi133.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-02T14:48:24.354 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:24.354 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-02T14:48:24.354 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:24.354 INFO:teuthology.orchestra.run.smithi133.stdout:Install 2 Packages 2024-04-02T14:48:24.354 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:24.355 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 969 k 2024-04-02T14:48:24.355 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 2.8 M 2024-04-02T14:48:24.355 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-02T14:48:24.441 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:24.489 INFO:teuthology.orchestra.run.smithi133.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 590 kB/s | 79 kB 00:00 2024-04-02T14:48:24.663 INFO:teuthology.orchestra.run.smithi133.stdout:(2/2): ceph-fuse-19.0.0-2592.g3f3f3ed9.el9.x86_ 2.8 MB/s | 890 kB 00:00 2024-04-02T14:48:24.665 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:24.665 INFO:teuthology.orchestra.run.smithi133.stdout:Total 3.0 MB/s | 969 kB 00:00 2024-04-02T14:48:24.665 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-02T14:48:24.685 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-02T14:48:24.685 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-02T14:48:24.720 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:24.720 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:24.720 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-02T14:48:24.720 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:48:24.720 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:24.720 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:48:24.736 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/2 2024-04-02T14:48:24.758 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-02T14:48:24.758 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-02T14:48:24.890 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install librados2 2024-04-02T14:48:24.951 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-02T14:48:25.081 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-02T14:48:25.081 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:25.081 INFO:teuthology.orchestra.run.smithi016.stdout:Installed: 2024-04-02T14:48:25.081 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:48:25.081 INFO:teuthology.orchestra.run.smithi016.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-02T14:48:25.081 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:25.081 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:48:25.097 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-02T14:48:25.173 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/2 2024-04-02T14:48:25.397 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install librados-devel 2024-04-02T14:48:25.454 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:39 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:25.553 INFO:teuthology.orchestra.run.smithi138.stdout:Package librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:25.606 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:48:25.607 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-04-02T14:48:25.607 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:48:25.648 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install librbd1 2024-04-02T14:48:25.909 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/2 2024-04-02T14:48:25.909 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/2 2024-04-02T14:48:25.974 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:39 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:26.131 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:48:26.132 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:26.132 INFO:teuthology.orchestra.run.smithi016.stdout: Package Arch Version Repo Size 2024-04-02T14:48:26.132 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:26.132 INFO:teuthology.orchestra.run.smithi016.stdout:Installing: 2024-04-02T14:48:26.132 INFO:teuthology.orchestra.run.smithi016.stdout: librados-devel x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 127 k 2024-04-02T14:48:26.132 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:26.132 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2024-04-02T14:48:26.133 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:26.133 INFO:teuthology.orchestra.run.smithi016.stdout:Install 1 Package 2024-04-02T14:48:26.133 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:26.133 INFO:teuthology.orchestra.run.smithi016.stdout:Total download size: 127 k 2024-04-02T14:48:26.133 INFO:teuthology.orchestra.run.smithi016.stdout:Installed size: 456 k 2024-04-02T14:48:26.133 INFO:teuthology.orchestra.run.smithi016.stdout:Downloading Packages: 2024-04-02T14:48:26.210 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-02T14:48:26.210 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:26.210 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-02T14:48:26.210 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-02T14:48:26.210 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:26.210 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:48:26.215 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:40 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:26.315 INFO:teuthology.orchestra.run.smithi138.stdout:Package librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:26.367 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:48:26.368 INFO:teuthology.orchestra.run.smithi016.stdout:librados-devel-19.0.0-2592.g3f3f3ed9.el9.x86_64 540 kB/s | 127 kB 00:00 2024-04-02T14:48:26.368 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:26.368 INFO:teuthology.orchestra.run.smithi016.stdout:Total 537 kB/s | 127 kB 00:00 2024-04-02T14:48:26.369 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction check 2024-04-02T14:48:26.369 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-04-02T14:48:26.369 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:48:26.374 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction check succeeded. 2024-04-02T14:48:26.374 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction test 2024-04-02T14:48:26.419 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-rados 2024-04-02T14:48:26.433 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction test succeeded. 2024-04-02T14:48:26.433 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction 2024-04-02T14:48:26.499 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-volume 2024-04-02T14:48:26.594 INFO:teuthology.orchestra.run.smithi016.stdout: Preparing : 1/1 2024-04-02T14:48:26.694 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:26.987 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:40 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:27.083 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:33 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:48:27.087 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:27.123 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:27.138 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:48:27.139 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-04-02T14:48:27.139 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:48:27.181 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-rgw 2024-04-02T14:48:27.242 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:48:27.243 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:27.243 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-02T14:48:27.243 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:27.243 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-02T14:48:27.243 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-volume noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 273 k 2024-04-02T14:48:27.243 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-02T14:48:27.243 INFO:teuthology.orchestra.run.smithi133.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-02T14:48:27.243 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:27.243 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-02T14:48:27.243 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:27.243 INFO:teuthology.orchestra.run.smithi133.stdout:Install 2 Packages 2024-04-02T14:48:27.243 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:27.244 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 342 k 2024-04-02T14:48:27.244 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 1.5 M 2024-04-02T14:48:27.244 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-02T14:48:27.368 INFO:teuthology.orchestra.run.smithi133.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 556 kB/s | 69 kB 00:00 2024-04-02T14:48:27.392 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:27.392 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:27.392 INFO:teuthology.orchestra.run.smithi016.stdout:Installed: 2024-04-02T14:48:27.392 INFO:teuthology.orchestra.run.smithi016.stdout: librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:48:27.392 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:27.392 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:48:27.518 INFO:teuthology.orchestra.run.smithi133.stdout:(2/2): ceph-volume-19.0.0-2592.g3f3f3ed9.el9.no 997 kB/s | 273 kB 00:00 2024-04-02T14:48:27.520 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:27.520 INFO:teuthology.orchestra.run.smithi133.stdout:Total 1.2 MB/s | 342 kB 00:00 2024-04-02T14:48:27.520 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-02T14:48:27.529 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-02T14:48:27.529 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-02T14:48:27.570 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-02T14:48:27.570 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-02T14:48:27.636 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install libcephfs2 2024-04-02T14:48:27.717 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-02T14:48:27.746 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:41 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:27.845 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:27.896 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:48:27.897 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-02T14:48:27.898 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-04-02T14:48:27.898 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:48:27.937 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2/2 2024-04-02T14:48:27.939 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-cephfs 2024-04-02T14:48:27.953 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2/2 2024-04-02T14:48:27.953 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:48:27.953 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-02T14:48:27.953 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:28.220 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:42 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:28.322 INFO:teuthology.orchestra.run.smithi016.stdout:Package libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:28.380 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:48:28.381 INFO:teuthology.orchestra.run.smithi016.stdout:Nothing to do. 2024-04-02T14:48:28.381 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:48:28.441 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install libcephfs-devel 2024-04-02T14:48:28.503 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:42 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:28.604 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:28.655 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:48:28.656 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-04-02T14:48:28.656 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:48:28.700 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-rbd 2024-04-02T14:48:28.707 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/2 2024-04-02T14:48:29.013 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:43 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:29.031 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-02T14:48:29.031 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:29.031 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-02T14:48:29.031 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T14:48:29.031 INFO:teuthology.orchestra.run.smithi133.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-02T14:48:29.031 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:29.031 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:48:29.172 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:48:29.172 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:29.173 INFO:teuthology.orchestra.run.smithi016.stdout: Package Arch Version Repo Size 2024-04-02T14:48:29.173 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:29.173 INFO:teuthology.orchestra.run.smithi016.stdout:Installing: 2024-04-02T14:48:29.173 INFO:teuthology.orchestra.run.smithi016.stdout: libcephfs-devel x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 32 k 2024-04-02T14:48:29.173 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:29.173 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2024-04-02T14:48:29.173 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:29.173 INFO:teuthology.orchestra.run.smithi016.stdout:Install 1 Package 2024-04-02T14:48:29.173 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:29.173 INFO:teuthology.orchestra.run.smithi016.stdout:Total download size: 32 k 2024-04-02T14:48:29.173 INFO:teuthology.orchestra.run.smithi016.stdout:Installed size: 142 k 2024-04-02T14:48:29.173 INFO:teuthology.orchestra.run.smithi016.stdout:Downloading Packages: 2024-04-02T14:48:29.272 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:43 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:29.372 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:29.375 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librados-devel 2024-04-02T14:48:29.424 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:48:29.425 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-04-02T14:48:29.425 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:48:29.455 INFO:teuthology.orchestra.run.smithi016.stdout:libcephfs-devel-19.0.0-2592.g3f3f3ed9.el9.x86_6 113 kB/s | 32 kB 00:00 2024-04-02T14:48:29.455 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:29.455 INFO:teuthology.orchestra.run.smithi016.stdout:Total 112 kB/s | 32 kB 00:00 2024-04-02T14:48:29.455 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction check 2024-04-02T14:48:29.459 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction check succeeded. 2024-04-02T14:48:29.459 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction test 2024-04-02T14:48:29.468 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install rbd-fuse 2024-04-02T14:48:29.488 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction test succeeded. 2024-04-02T14:48:29.488 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction 2024-04-02T14:48:29.610 INFO:teuthology.orchestra.run.smithi016.stdout: Preparing : 1/1 2024-04-02T14:48:29.723 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:29.949 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:35 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:48:30.030 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:44 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:30.090 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:30.101 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:48:30.101 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:30.101 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-04-02T14:48:30.101 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:30.101 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-02T14:48:30.101 INFO:teuthology.orchestra.run.smithi133.stdout: librados-devel x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 127 k 2024-04-02T14:48:30.101 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:30.101 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-02T14:48:30.102 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:30.102 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-02T14:48:30.102 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:30.102 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 127 k 2024-04-02T14:48:30.102 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 456 k 2024-04-02T14:48:30.102 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-02T14:48:30.182 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:48:30.183 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:30.183 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2024-04-02T14:48:30.183 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:30.183 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-02T14:48:30.183 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-fuse x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 85 k 2024-04-02T14:48:30.183 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:30.184 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-02T14:48:30.184 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:30.184 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-04-02T14:48:30.184 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:30.184 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 85 k 2024-04-02T14:48:30.184 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 231 k 2024-04-02T14:48:30.184 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-02T14:48:30.350 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:30.351 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:30.351 INFO:teuthology.orchestra.run.smithi016.stdout:Installed: 2024-04-02T14:48:30.351 INFO:teuthology.orchestra.run.smithi016.stdout: libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:48:30.351 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:30.351 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:48:30.395 INFO:teuthology.orchestra.run.smithi138.stdout:rbd-fuse-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 404 kB/s | 85 kB 00:00 2024-04-02T14:48:30.395 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:30.396 INFO:teuthology.orchestra.run.smithi138.stdout:Total 402 kB/s | 85 kB 00:00 2024-04-02T14:48:30.396 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-02T14:48:30.403 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-02T14:48:30.403 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-02T14:48:30.407 INFO:teuthology.orchestra.run.smithi133.stdout:librados-devel-19.0.0-2592.g3f3f3ed9.el9.x86_64 417 kB/s | 127 kB 00:00 2024-04-02T14:48:30.407 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:30.408 INFO:teuthology.orchestra.run.smithi133.stdout:Total 415 kB/s | 127 kB 00:00 2024-04-02T14:48:30.408 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-02T14:48:30.413 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-02T14:48:30.413 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-02T14:48:30.458 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-02T14:48:30.458 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-02T14:48:30.469 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-02T14:48:30.470 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-02T14:48:30.498 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install librados2 2024-04-02T14:48:30.592 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-02T14:48:30.612 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-02T14:48:30.702 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:30.739 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:31.075 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:45 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:31.091 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:31.176 INFO:teuthology.orchestra.run.smithi016.stdout:Package librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:31.232 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:48:31.233 INFO:teuthology.orchestra.run.smithi016.stdout:Nothing to do. 2024-04-02T14:48:31.233 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:48:31.278 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:31.289 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install librbd1 2024-04-02T14:48:31.371 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:31.371 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:31.371 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-02T14:48:31.371 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:48:31.371 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:31.372 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:48:31.556 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:31.556 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:31.556 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-02T14:48:31.556 INFO:teuthology.orchestra.run.smithi133.stdout: librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:48:31.556 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:31.556 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:48:31.617 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install rbd-mirror 2024-04-02T14:48:31.799 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install libcephfs2 2024-04-02T14:48:31.871 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:45 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:31.973 INFO:teuthology.orchestra.run.smithi016.stdout:Package librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:32.030 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:48:32.031 INFO:teuthology.orchestra.run.smithi016.stdout:Nothing to do. 2024-04-02T14:48:32.031 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:48:32.078 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install python3-rados 2024-04-02T14:48:32.214 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:46 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:32.377 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:48:32.377 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:32.377 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2024-04-02T14:48:32.378 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:32.378 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-02T14:48:32.378 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-mirror x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.1 M 2024-04-02T14:48:32.378 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:32.378 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-02T14:48:32.378 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:32.378 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-04-02T14:48:32.378 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:32.378 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 3.1 M 2024-04-02T14:48:32.378 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 13 M 2024-04-02T14:48:32.378 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-02T14:48:32.382 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:38 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:48:32.484 INFO:teuthology.orchestra.run.smithi133.stdout:Package libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:32.540 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:48:32.541 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-02T14:48:32.541 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:48:32.618 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install libcephfs-devel 2024-04-02T14:48:32.659 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:46 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:32.761 INFO:teuthology.orchestra.run.smithi016.stdout:Package python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:32.817 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:48:32.818 INFO:teuthology.orchestra.run.smithi016.stdout:Nothing to do. 2024-04-02T14:48:32.818 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:48:32.860 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install python3-rgw 2024-04-02T14:48:33.178 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:39 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:48:33.331 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:48:33.332 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:33.332 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-04-02T14:48:33.332 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:33.332 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-02T14:48:33.332 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-devel x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 32 k 2024-04-02T14:48:33.332 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:33.332 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-02T14:48:33.332 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:33.332 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-02T14:48:33.332 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:33.333 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 32 k 2024-04-02T14:48:33.333 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 142 k 2024-04-02T14:48:33.333 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-02T14:48:33.394 INFO:teuthology.orchestra.run.smithi138.stdout:rbd-mirror-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 3.0 MB/s | 3.1 MB 00:01 2024-04-02T14:48:33.395 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:33.395 INFO:teuthology.orchestra.run.smithi138.stdout:Total 3.0 MB/s | 3.1 MB 00:01 2024-04-02T14:48:33.396 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-02T14:48:33.406 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-02T14:48:33.406 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-02T14:48:33.440 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:47 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:33.480 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-02T14:48:33.480 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-02T14:48:33.543 INFO:teuthology.orchestra.run.smithi016.stdout:Package python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:33.568 INFO:teuthology.orchestra.run.smithi133.stdout:libcephfs-devel-19.0.0-2592.g3f3f3ed9.el9.x86_6 135 kB/s | 32 kB 00:00 2024-04-02T14:48:33.569 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:33.569 INFO:teuthology.orchestra.run.smithi133.stdout:Total 134 kB/s | 32 kB 00:00 2024-04-02T14:48:33.569 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-02T14:48:33.573 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-02T14:48:33.573 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-02T14:48:33.598 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:48:33.599 INFO:teuthology.orchestra.run.smithi016.stdout:Nothing to do. 2024-04-02T14:48:33.599 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:48:33.612 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-02T14:48:33.612 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-02T14:48:33.647 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install python3-cephfs 2024-04-02T14:48:33.740 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-02T14:48:33.833 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:33.905 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-02T14:48:33.970 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:33.996 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:33.996 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:48:33.996 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-02T14:48:33.996 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-02T14:48:33.997 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-02T14:48:33.997 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:34.207 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:34.218 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:48 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:34.320 INFO:teuthology.orchestra.run.smithi016.stdout:Package python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:34.375 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:48:34.376 INFO:teuthology.orchestra.run.smithi016.stdout:Nothing to do. 2024-04-02T14:48:34.376 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:48:34.418 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install python3-rbd 2024-04-02T14:48:34.473 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:34.473 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:34.473 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-02T14:48:34.473 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:48:34.473 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:34.473 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:48:34.653 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librados2 2024-04-02T14:48:34.994 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:49 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:35.096 INFO:teuthology.orchestra.run.smithi016.stdout:Package python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:35.116 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:35.116 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:35.116 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-02T14:48:35.117 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:48:35.117 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:35.117 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:48:35.150 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:48:35.151 INFO:teuthology.orchestra.run.smithi016.stdout:Nothing to do. 2024-04-02T14:48:35.151 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:48:35.197 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install rbd-fuse 2024-04-02T14:48:35.217 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:41 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:48:35.317 INFO:teuthology.orchestra.run.smithi133.stdout:Package librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:35.348 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install rbd-nbd 2024-04-02T14:48:35.370 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:48:35.371 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-02T14:48:35.371 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:48:35.422 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install librbd1 2024-04-02T14:48:35.778 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:49 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:35.930 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:49 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:35.939 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:48:35.940 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:35.940 INFO:teuthology.orchestra.run.smithi016.stdout: Package Architecture Version Repository Size 2024-04-02T14:48:35.940 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:35.940 INFO:teuthology.orchestra.run.smithi016.stdout:Installing: 2024-04-02T14:48:35.940 INFO:teuthology.orchestra.run.smithi016.stdout: rbd-fuse x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 85 k 2024-04-02T14:48:35.941 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:35.941 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2024-04-02T14:48:35.941 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:35.941 INFO:teuthology.orchestra.run.smithi016.stdout:Install 1 Package 2024-04-02T14:48:35.941 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:35.941 INFO:teuthology.orchestra.run.smithi016.stdout:Total download size: 85 k 2024-04-02T14:48:35.941 INFO:teuthology.orchestra.run.smithi016.stdout:Installed size: 231 k 2024-04-02T14:48:35.941 INFO:teuthology.orchestra.run.smithi016.stdout:Downloading Packages: 2024-04-02T14:48:35.998 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:42 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:48:36.082 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-02T14:48:36.083 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:36.083 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2024-04-02T14:48:36.083 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:36.083 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-02T14:48:36.083 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-nbd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 170 k 2024-04-02T14:48:36.083 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:36.083 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-02T14:48:36.084 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-02T14:48:36.084 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-04-02T14:48:36.084 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:36.084 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 170 k 2024-04-02T14:48:36.084 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 494 k 2024-04-02T14:48:36.084 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-02T14:48:36.097 INFO:teuthology.orchestra.run.smithi133.stdout:Package librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:36.150 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:48:36.151 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-02T14:48:36.151 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:48:36.208 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rados 2024-04-02T14:48:36.309 INFO:teuthology.orchestra.run.smithi138.stdout:rbd-nbd-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 756 kB/s | 170 kB 00:00 2024-04-02T14:48:36.310 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:36.310 INFO:teuthology.orchestra.run.smithi138.stdout:Total 752 kB/s | 170 kB 00:00 2024-04-02T14:48:36.310 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-02T14:48:36.318 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-02T14:48:36.318 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-02T14:48:36.375 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-02T14:48:36.375 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-02T14:48:36.523 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-02T14:48:36.634 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:36.776 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:42 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:48:36.875 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:36.927 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:48:36.928 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-02T14:48:36.928 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:48:36.980 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rgw 2024-04-02T14:48:37.065 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:37.385 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:37.385 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:37.385 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-02T14:48:37.385 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:48:37.385 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-02T14:48:37.385 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-02T14:48:37.549 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:43 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:48:37.623 DEBUG:teuthology.parallel:result is None 2024-04-02T14:48:37.649 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:37.701 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:48:37.702 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-02T14:48:37.702 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:48:37.783 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-cephfs 2024-04-02T14:48:38.342 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:44 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:48:38.426 INFO:teuthology.orchestra.run.smithi016.stdout:rbd-fuse-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 34 kB/s | 85 kB 00:02 2024-04-02T14:48:38.427 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:38.427 INFO:teuthology.orchestra.run.smithi016.stdout:Total 34 kB/s | 85 kB 00:02 2024-04-02T14:48:38.427 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction check 2024-04-02T14:48:38.436 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction check succeeded. 2024-04-02T14:48:38.436 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction test 2024-04-02T14:48:38.440 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:38.491 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:48:38.492 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-02T14:48:38.492 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:48:38.500 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction test succeeded. 2024-04-02T14:48:38.501 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction 2024-04-02T14:48:38.545 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install python3-rbd 2024-04-02T14:48:38.645 INFO:teuthology.orchestra.run.smithi016.stdout: Preparing : 1/1 2024-04-02T14:48:38.744 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:39.119 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:45 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:48:39.173 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:39.218 INFO:teuthology.orchestra.run.smithi133.stdout:Package python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T14:48:39.270 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:48:39.271 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-02T14:48:39.271 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:48:39.323 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-fuse 2024-04-02T14:48:39.457 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:39.457 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:39.457 INFO:teuthology.orchestra.run.smithi016.stdout:Installed: 2024-04-02T14:48:39.457 INFO:teuthology.orchestra.run.smithi016.stdout: rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:48:39.457 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:39.457 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:48:39.695 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install rbd-mirror 2024-04-02T14:48:39.889 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:45 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:48:40.040 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:48:40.041 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:40.041 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-04-02T14:48:40.041 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:40.042 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-02T14:48:40.042 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-fuse x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 85 k 2024-04-02T14:48:40.042 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:40.042 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-02T14:48:40.042 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:40.042 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-02T14:48:40.042 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:40.042 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 85 k 2024-04-02T14:48:40.042 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 231 k 2024-04-02T14:48:40.042 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-02T14:48:40.273 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:54 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:40.354 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-fuse-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 274 kB/s | 85 kB 00:00 2024-04-02T14:48:40.357 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:40.357 INFO:teuthology.orchestra.run.smithi133.stdout:Total 273 kB/s | 85 kB 00:00 2024-04-02T14:48:40.357 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-02T14:48:40.362 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-02T14:48:40.362 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-02T14:48:40.418 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-02T14:48:40.418 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-02T14:48:40.429 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:48:40.430 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:40.430 INFO:teuthology.orchestra.run.smithi016.stdout: Package Arch Version Repo Size 2024-04-02T14:48:40.430 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:40.430 INFO:teuthology.orchestra.run.smithi016.stdout:Installing: 2024-04-02T14:48:40.430 INFO:teuthology.orchestra.run.smithi016.stdout: rbd-mirror x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.1 M 2024-04-02T14:48:40.430 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:40.430 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2024-04-02T14:48:40.430 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:40.431 INFO:teuthology.orchestra.run.smithi016.stdout:Install 1 Package 2024-04-02T14:48:40.431 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:40.431 INFO:teuthology.orchestra.run.smithi016.stdout:Total download size: 3.1 M 2024-04-02T14:48:40.431 INFO:teuthology.orchestra.run.smithi016.stdout:Installed size: 13 M 2024-04-02T14:48:40.431 INFO:teuthology.orchestra.run.smithi016.stdout:Downloading Packages: 2024-04-02T14:48:40.558 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-02T14:48:40.652 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:40.988 INFO:teuthology.orchestra.run.smithi016.stdout:rbd-mirror-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 5.5 MB/s | 3.1 MB 00:00 2024-04-02T14:48:40.988 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:40.989 INFO:teuthology.orchestra.run.smithi016.stdout:Total 5.5 MB/s | 3.1 MB 00:00 2024-04-02T14:48:40.989 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction check 2024-04-02T14:48:40.998 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction check succeeded. 2024-04-02T14:48:40.998 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction test 2024-04-02T14:48:41.039 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:41.074 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction test succeeded. 2024-04-02T14:48:41.074 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction 2024-04-02T14:48:41.331 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:41.331 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:41.331 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-02T14:48:41.331 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:48:41.331 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:41.332 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:48:41.521 INFO:teuthology.orchestra.run.smithi016.stdout: Preparing : 1/1 2024-04-02T14:48:41.573 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-mirror 2024-04-02T14:48:41.580 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:41.605 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:41.605 INFO:teuthology.orchestra.run.smithi016.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:48:41.605 INFO:teuthology.orchestra.run.smithi016.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-02T14:48:41.605 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-02T14:48:41.605 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-02T14:48:41.606 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:42.186 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:48 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:48:42.348 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:48:42.348 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:42.348 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-04-02T14:48:42.349 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:42.349 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-02T14:48:42.349 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-mirror x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.1 M 2024-04-02T14:48:42.349 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:42.349 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-02T14:48:42.349 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:42.349 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-02T14:48:42.349 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:42.349 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 3.1 M 2024-04-02T14:48:42.349 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 13 M 2024-04-02T14:48:42.349 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-02T14:48:42.690 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:42.690 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:42.690 INFO:teuthology.orchestra.run.smithi016.stdout:Installed: 2024-04-02T14:48:42.690 INFO:teuthology.orchestra.run.smithi016.stdout: rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:48:42.690 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:42.690 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:48:42.740 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-mirror-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 7.9 MB/s | 3.1 MB 00:00 2024-04-02T14:48:42.741 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:42.741 INFO:teuthology.orchestra.run.smithi133.stdout:Total 7.9 MB/s | 3.1 MB 00:00 2024-04-02T14:48:42.741 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-02T14:48:42.751 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-02T14:48:42.751 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-02T14:48:42.827 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-02T14:48:42.827 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-02T14:48:42.933 DEBUG:teuthology.orchestra.run.smithi016:> sudo yum -y install rbd-nbd 2024-04-02T14:48:43.242 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-02T14:48:43.301 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:43.327 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:43.327 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T14:48:43.327 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-02T14:48:43.327 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-02T14:48:43.327 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-02T14:48:43.327 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:43.517 INFO:teuthology.orchestra.run.smithi016.stdout:Last metadata expiration check: 0:01:57 ago on Tue 02 Apr 2024 02:46:46 PM UTC. 2024-04-02T14:48:43.676 INFO:teuthology.orchestra.run.smithi016.stdout:Dependencies resolved. 2024-04-02T14:48:43.677 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:43.677 INFO:teuthology.orchestra.run.smithi016.stdout: Package Architecture Version Repository Size 2024-04-02T14:48:43.678 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:43.678 INFO:teuthology.orchestra.run.smithi016.stdout:Installing: 2024-04-02T14:48:43.678 INFO:teuthology.orchestra.run.smithi016.stdout: rbd-nbd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 170 k 2024-04-02T14:48:43.678 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:43.678 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction Summary 2024-04-02T14:48:43.678 INFO:teuthology.orchestra.run.smithi016.stdout:================================================================================ 2024-04-02T14:48:43.678 INFO:teuthology.orchestra.run.smithi016.stdout:Install 1 Package 2024-04-02T14:48:43.678 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:43.678 INFO:teuthology.orchestra.run.smithi016.stdout:Total download size: 170 k 2024-04-02T14:48:43.678 INFO:teuthology.orchestra.run.smithi016.stdout:Installed size: 494 k 2024-04-02T14:48:43.678 INFO:teuthology.orchestra.run.smithi016.stdout:Downloading Packages: 2024-04-02T14:48:43.991 INFO:teuthology.orchestra.run.smithi016.stdout:rbd-nbd-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 545 kB/s | 170 kB 00:00 2024-04-02T14:48:43.992 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:43.992 INFO:teuthology.orchestra.run.smithi016.stdout:Total 542 kB/s | 170 kB 00:00 2024-04-02T14:48:43.992 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction check 2024-04-02T14:48:44.001 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction check succeeded. 2024-04-02T14:48:44.001 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction test 2024-04-02T14:48:44.060 INFO:teuthology.orchestra.run.smithi016.stdout:Transaction test succeeded. 2024-04-02T14:48:44.060 INFO:teuthology.orchestra.run.smithi016.stdout:Running transaction 2024-04-02T14:48:44.215 INFO:teuthology.orchestra.run.smithi016.stdout: Preparing : 1/1 2024-04-02T14:48:44.326 INFO:teuthology.orchestra.run.smithi016.stdout: Installing : rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:44.489 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:44.490 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:44.490 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-02T14:48:44.490 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:48:44.490 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:44.490 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:48:44.762 INFO:teuthology.orchestra.run.smithi016.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:44.768 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install rbd-nbd 2024-04-02T14:48:45.081 INFO:teuthology.orchestra.run.smithi016.stdout: Verifying : rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:45.081 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:45.081 INFO:teuthology.orchestra.run.smithi016.stdout:Installed: 2024-04-02T14:48:45.081 INFO:teuthology.orchestra.run.smithi016.stdout: rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:48:45.081 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:48:45.081 INFO:teuthology.orchestra.run.smithi016.stdout:Complete! 2024-04-02T14:48:45.303 DEBUG:teuthology.parallel:result is None 2024-04-02T14:48:45.348 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:51 ago on Tue 02 Apr 2024 02:46:54 PM UTC. 2024-04-02T14:48:45.505 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-02T14:48:45.505 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:45.506 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-04-02T14:48:45.506 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:45.506 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-02T14:48:45.506 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-nbd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 170 k 2024-04-02T14:48:45.506 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:45.506 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-02T14:48:45.506 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-02T14:48:45.506 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-02T14:48:45.506 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:45.506 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 170 k 2024-04-02T14:48:45.506 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 494 k 2024-04-02T14:48:45.506 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-02T14:48:45.854 INFO:teuthology.orchestra.run.smithi133.stdout:rbd-nbd-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 491 kB/s | 170 kB 00:00 2024-04-02T14:48:45.854 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:48:45.854 INFO:teuthology.orchestra.run.smithi133.stdout:Total 489 kB/s | 170 kB 00:00 2024-04-02T14:48:45.854 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-02T14:48:45.862 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-02T14:48:45.862 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-02T14:48:45.918 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-02T14:48:45.918 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-02T14:48:46.069 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-02T14:48:46.159 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:46.573 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:46.855 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T14:48:46.855 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:46.855 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-02T14:48:46.855 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T14:48:46.856 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-02T14:48:46.856 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-02T14:48:47.094 DEBUG:teuthology.parallel:result is None 2024-04-02T14:48:47.094 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:48:47.330 DEBUG:teuthology.orchestra.run.smithi016:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-02T14:48:47.354 INFO:teuthology.orchestra.run.smithi016.stdout:19.0.0-2592.g3f3f3ed9.el9 2024-04-02T14:48:47.355 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2592.g3f3f3ed9.el9 2024-04-02T14:48:47.355 INFO:teuthology.task.install:The correct ceph version 19.0.0-2592.g3f3f3ed9 is installed. 2024-04-02T14:48:47.356 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:48:47.492 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-02T14:48:47.514 INFO:teuthology.orchestra.run.smithi133.stdout:19.0.0-2592.g3f3f3ed9.el9 2024-04-02T14:48:47.514 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2592.g3f3f3ed9.el9 2024-04-02T14:48:47.514 INFO:teuthology.task.install:The correct ceph version 19.0.0-2592.g3f3f3ed9 is installed. 2024-04-02T14:48:47.516 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:48:47.655 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-02T14:48:47.680 INFO:teuthology.orchestra.run.smithi138.stdout:19.0.0-2592.g3f3f3ed9.el9 2024-04-02T14:48:47.680 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2592.g3f3f3ed9.el9 2024-04-02T14:48:47.680 INFO:teuthology.task.install:The correct ceph version 19.0.0-2592.g3f3f3ed9 is installed. 2024-04-02T14:48:47.682 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-02T14:48:47.682 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-04-02T14:48:47.682 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-02T14:48:47.715 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-02T14:48:47.715 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-02T14:48:47.774 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-02T14:48:47.774 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-02T14:48:47.806 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-02T14:48:47.807 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-04-02T14:48:47.807 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/daemon-helper 2024-04-02T14:48:47.838 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-02T14:48:47.908 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-02T14:48:47.909 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/daemon-helper 2024-04-02T14:48:47.938 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-02T14:48:48.008 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-02T14:48:48.008 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/daemon-helper 2024-04-02T14:48:48.039 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-02T14:48:48.110 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-02T14:48:48.110 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-04-02T14:48:48.110 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-02T14:48:48.140 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-02T14:48:48.210 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-02T14:48:48.210 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-02T14:48:48.240 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-02T14:48:48.309 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-02T14:48:48.309 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-02T14:48:48.340 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-02T14:48:48.410 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-02T14:48:48.411 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-04-02T14:48:48.411 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/stdin-killer 2024-04-02T14:48:48.441 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-02T14:48:48.511 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-02T14:48:48.511 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/stdin-killer 2024-04-02T14:48:48.542 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-02T14:48:48.612 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-02T14:48:48.613 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/stdin-killer 2024-04-02T14:48:48.643 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-02T14:48:48.713 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-02T14:48:48.818 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'], 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744'} 2024-04-02T14:48:48.818 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:48:48.819 INFO:tasks.cephadm:Cluster fsid is 1d418350-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:48:48.819 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-02T14:48:48.819 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.16', 'mon.b': '172.21.15.133', 'mon.c': '172.21.15.138'} 2024-04-02T14:48:48.819 INFO:tasks.cephadm:First mon is mon.a on smithi016 2024-04-02T14:48:48.819 INFO:tasks.cephadm:First mgr is a 2024-04-02T14:48:48.819 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-02T14:48:48.819 DEBUG:teuthology.orchestra.run.smithi016:> sudo hostname $(hostname -s) 2024-04-02T14:48:48.851 DEBUG:teuthology.orchestra.run.smithi133:> sudo hostname $(hostname -s) 2024-04-02T14:48:48.883 DEBUG:teuthology.orchestra.run.smithi138:> sudo hostname $(hostname -s) 2024-04-02T14:48:48.913 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-02T14:48:48.913 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:48:49.054 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744', '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/78169/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2592-g3f3f3ed9', 'node_name': '172.21.5.36+adami06', '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.0.0-2592.g3f3f3ed9'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-02 10:26:18.789181', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-2024-04-02-0703', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-02T14:48:49.194 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-guits-testing-2024-04-02-0703, sha1 3f3f3ed992429b85be729743ad3b39d52dd90744 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:48:49.195 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/x86_64/flavors/default/cephadm 2024-04-02T14:48:49.195 DEBUG:teuthology.orchestra.run.smithi016:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-02T14:48:49.792 INFO:teuthology.orchestra.run.smithi016.stdout:-rw-r--r--. 1 ubuntu ubuntu 781500 Apr 2 14:48 /home/ubuntu/cephtest/cephadm 2024-04-02T14:48:49.792 DEBUG:teuthology.orchestra.run.smithi133:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-02T14:48:50.393 INFO:teuthology.orchestra.run.smithi133.stdout:-rw-r--r--. 1 ubuntu ubuntu 781500 Apr 2 14:48 /home/ubuntu/cephtest/cephadm 2024-04-02T14:48:50.393 DEBUG:teuthology.orchestra.run.smithi138:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-02T14:48:51.004 INFO:teuthology.orchestra.run.smithi138.stdout:-rw-r--r--. 1 ubuntu ubuntu 781500 Apr 2 14:48 /home/ubuntu/cephtest/cephadm 2024-04-02T14:48:51.005 DEBUG:teuthology.orchestra.run.smithi016:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-02T14:48:51.023 DEBUG:teuthology.orchestra.run.smithi133:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-02T14:48:51.043 DEBUG:teuthology.orchestra.run.smithi138:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-02T14:48:51.073 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 on all hosts... 2024-04-02T14:48:51.073 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 pull 2024-04-02T14:48:51.076 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 pull 2024-04-02T14:48:51.086 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 pull 2024-04-02T14:48:51.963 INFO:teuthology.orchestra.run.smithi138.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T14:48:51.964 INFO:teuthology.orchestra.run.smithi133.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T14:48:52.036 INFO:teuthology.orchestra.run.smithi016.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T14:49:19.939 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2024-04-02T14:49:19.940 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph_version": "ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev)", 2024-04-02T14:49:19.940 INFO:teuthology.orchestra.run.smithi016.stdout: "image_id": "7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783", 2024-04-02T14:49:19.940 INFO:teuthology.orchestra.run.smithi016.stdout: "repo_digests": [ 2024-04-02T14:49:19.940 INFO:teuthology.orchestra.run.smithi016.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac" 2024-04-02T14:49:19.940 INFO:teuthology.orchestra.run.smithi016.stdout: ] 2024-04-02T14:49:19.941 INFO:teuthology.orchestra.run.smithi016.stdout:} 2024-04-02T14:49:23.950 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-04-02T14:49:23.951 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph_version": "ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev)", 2024-04-02T14:49:23.951 INFO:teuthology.orchestra.run.smithi133.stdout: "image_id": "7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783", 2024-04-02T14:49:23.951 INFO:teuthology.orchestra.run.smithi133.stdout: "repo_digests": [ 2024-04-02T14:49:23.951 INFO:teuthology.orchestra.run.smithi133.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac" 2024-04-02T14:49:23.951 INFO:teuthology.orchestra.run.smithi133.stdout: ] 2024-04-02T14:49:23.951 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-04-02T14:49:28.306 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-04-02T14:49:28.307 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph_version": "ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev)", 2024-04-02T14:49:28.307 INFO:teuthology.orchestra.run.smithi138.stdout: "image_id": "7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783", 2024-04-02T14:49:28.307 INFO:teuthology.orchestra.run.smithi138.stdout: "repo_digests": [ 2024-04-02T14:49:28.307 INFO:teuthology.orchestra.run.smithi138.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac" 2024-04-02T14:49:28.307 INFO:teuthology.orchestra.run.smithi138.stdout: ] 2024-04-02T14:49:28.307 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-04-02T14:49:28.330 DEBUG:teuthology.orchestra.run.smithi016:> sudo mkdir -p /etc/ceph 2024-04-02T14:49:28.365 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /etc/ceph 2024-04-02T14:49:28.400 DEBUG:teuthology.orchestra.run.smithi138:> sudo mkdir -p /etc/ceph 2024-04-02T14:49:28.429 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 777 /etc/ceph 2024-04-02T14:49:28.458 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 777 /etc/ceph 2024-04-02T14:49:28.488 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 777 /etc/ceph 2024-04-02T14:49:28.514 INFO:tasks.cephadm:Writing seed config... 2024-04-02T14:49:28.515 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-02T14:49:28.515 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-02T14:49:28.515 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-02T14:49:28.515 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-02T14:49:28.515 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-02T14:49:28.516 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-02T14:49:28.516 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-02T14:49:28.516 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-02T14:49:28.516 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-02T14:49:28.516 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-04-02T14:49:28.516 DEBUG:teuthology.orchestra.run.smithi016:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-02T14:49:28.533 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 = 1d418350-f100-11ee-b647-cb9ed24678a4 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-04-02T14:49:28.533 DEBUG:teuthology.orchestra.run.smithi016:mon.a> sudo journalctl -f -n 0 -u ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mon.a.service 2024-04-02T14:49:28.575 DEBUG:teuthology.orchestra.run.smithi016:mgr.a> sudo journalctl -f -n 0 -u ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mgr.a.service 2024-04-02T14:49:28.618 INFO:tasks.cephadm:Bootstrapping... 2024-04-02T14:49:28.618 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid 1d418350-f100-11ee-b647-cb9ed24678a4 --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.16 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-02T14:49:28.817 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:49:28.818 INFO:teuthology.orchestra.run.smithi016.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744', '-v', 'bootstrap', '--fsid', '1d418350-f100-11ee-b647-cb9ed24678a4', '--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.16', '--skip-admin-label'] 2024-04-02T14:49:28.818 INFO:teuthology.orchestra.run.smithi016.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-02T14:49:28.818 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying podman|docker is present... 2024-04-02T14:49:28.843 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-02T14:49:28.843 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying lvm2 is present... 2024-04-02T14:49:28.844 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying time synchronization is in place... 2024-04-02T14:49:28.851 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-02T14:49:28.851 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-02T14:49:28.856 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-02T14:49:28.857 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-04-02T14:49:28.863 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout enabled 2024-04-02T14:49:28.868 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout active 2024-04-02T14:49:28.869 INFO:teuthology.orchestra.run.smithi016.stdout:Unit chronyd.service is enabled and running 2024-04-02T14:49:28.869 INFO:teuthology.orchestra.run.smithi016.stdout:Repeating the final host check... 2024-04-02T14:49:28.891 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-02T14:49:28.891 INFO:teuthology.orchestra.run.smithi016.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-02T14:49:28.891 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl is present 2024-04-02T14:49:28.891 INFO:teuthology.orchestra.run.smithi016.stdout:lvcreate is present 2024-04-02T14:49:28.897 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-02T14:49:28.897 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-02T14:49:28.903 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-02T14:49:28.903 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-04-02T14:49:28.909 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout enabled 2024-04-02T14:49:28.915 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout active 2024-04-02T14:49:28.915 INFO:teuthology.orchestra.run.smithi016.stdout:Unit chronyd.service is enabled and running 2024-04-02T14:49:28.915 INFO:teuthology.orchestra.run.smithi016.stdout:Host looks OK 2024-04-02T14:49:28.915 INFO:teuthology.orchestra.run.smithi016.stdout:Cluster fsid: 1d418350-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:49:28.915 INFO:teuthology.orchestra.run.smithi016.stdout:Acquiring lock 139885420577456 on /run/cephadm/1d418350-f100-11ee-b647-cb9ed24678a4.lock 2024-04-02T14:49:28.915 INFO:teuthology.orchestra.run.smithi016.stdout:Lock 139885420577456 acquired on /run/cephadm/1d418350-f100-11ee-b647-cb9ed24678a4.lock 2024-04-02T14:49:28.916 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying IP 172.21.15.16 port 3300 ... 2024-04-02T14:49:28.916 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying IP 172.21.15.16 port 6789 ... 2024-04-02T14:49:28.916 INFO:teuthology.orchestra.run.smithi016.stdout:Base mon IP(s) is [172.21.15.16:3300, 172.21.15.16:6789], mon addrv is [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2024-04-02T14:49:28.919 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.16 metric 100 2024-04-02T14:49:28.919 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.16 metric 100 2024-04-02T14:49:28.922 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-02T14:49:28.922 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-04-02T14:49:28.922 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-04-02T14:49:28.924 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-02T14:49:28.924 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-02T14:49:28.924 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-02T14:49:28.924 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-02T14:49:28.924 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1564/64 scope link noprefixroute 2024-04-02T14:49:28.924 INFO:teuthology.orchestra.run.smithi016.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-02T14:49:28.925 INFO:teuthology.orchestra.run.smithi016.stdout:Mon IP `172.21.15.16` is in CIDR network `172.21.0.0/20` 2024-04-02T14:49:28.925 INFO:teuthology.orchestra.run.smithi016.stdout:Mon IP `172.21.15.16` is in CIDR network `172.21.0.0/20` 2024-04-02T14:49:28.925 INFO:teuthology.orchestra.run.smithi016.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-02T14:49:28.925 INFO:teuthology.orchestra.run.smithi016.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-02T14:49:28.926 INFO:teuthology.orchestra.run.smithi016.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T14:49:29.390 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stdout 7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783 2024-04-02T14:49:29.390 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T14:49:29.390 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stderr Getting image source signatures 2024-04-02T14:49:29.390 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stderr Copying blob sha256:11da15500eca1f826c328eb3265caa30b0a3730510e2a32023084d6fe9cee20c 2024-04-02T14:49:29.390 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stderr Copying blob sha256:36e7de5559a67de38a300df73ea37ddf7f245c894fc986bb6224667f46e1b766 2024-04-02T14:49:29.390 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stderr Copying config sha256:7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783 2024-04-02T14:49:29.390 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-02T14:49:30.295 INFO:teuthology.orchestra.run.smithi016.stdout:ceph: stdout ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev) 2024-04-02T14:49:30.295 INFO:teuthology.orchestra.run.smithi016.stdout:Ceph version: ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev) 2024-04-02T14:49:30.295 INFO:teuthology.orchestra.run.smithi016.stdout:Extracting ceph user uid/gid from container image... 2024-04-02T14:49:31.242 INFO:teuthology.orchestra.run.smithi016.stdout:stat: stdout 167 167 2024-04-02T14:49:31.242 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial keys... 2024-04-02T14:49:32.256 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQD7GgxmmbRWIRAA8CApAizXy0S/0gXdU33ftA== 2024-04-02T14:49:36.512 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQD8GgxmyJciIxAAW9MgRu1ykN0i4zFOtfwNAw== 2024-04-02T14:49:46.410 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQADGwxmnDmFERAArHtYYyt/Gai8P2hyZaiKTw== 2024-04-02T14:49:46.411 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial monmap... 2024-04-02T14:49:48.028 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-02T14:49:48.028 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-02T14:49:48.028 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 1d418350-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:49:48.028 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-02T14:49:48.028 INFO:teuthology.orchestra.run.smithi016.stdout:monmaptool for a [v2:172.21.15.16:3300,v1:172.21.15.16:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-02T14:49:48.028 INFO:teuthology.orchestra.run.smithi016.stdout:setting min_mon_release = quincy 2024-04-02T14:49:48.028 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: set fsid to 1d418350-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:49:48.028 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-02T14:49:48.028 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:49:48.029 INFO:teuthology.orchestra.run.smithi016.stdout:Creating mon... 2024-04-02T14:49:49.333 INFO:teuthology.orchestra.run.smithi016.stdout:create mon.a on 2024-04-02T14:49:49.628 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-02T14:49:49.779 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-02T14:49:49.949 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-1d418350-f100-11ee-b647-cb9ed24678a4.target → /etc/systemd/system/ceph-1d418350-f100-11ee-b647-cb9ed24678a4.target. 2024-04-02T14:49:49.949 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-1d418350-f100-11ee-b647-cb9ed24678a4.target → /etc/systemd/system/ceph-1d418350-f100-11ee-b647-cb9ed24678a4.target. 2024-04-02T14:49:50.205 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mon.a 2024-04-02T14:49:50.205 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mon.a.service: Unit ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mon.a.service not loaded. 2024-04-02T14:49:50.369 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-1d418350-f100-11ee-b647-cb9ed24678a4.target.wants/ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mon.a.service → /etc/systemd/system/ceph-1d418350-f100-11ee-b647-cb9ed24678a4@.service. 2024-04-02T14:49:50.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:50 smithi016 ceph-mon[29277]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-02T14:49:50.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:50 smithi016 bash[29257]: 04f455407fb28a3a13a2b17d74e1ded09f6245d23558db0d3b58fe8dab9d399f 2024-04-02T14:49:50.907 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-02T14:49:50.907 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout disabled 2024-04-02T14:49:50.914 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-02T14:49:50.914 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-04-02T14:49:50.914 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld.service is not enabled 2024-04-02T14:49:50.915 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to enable service . firewalld.service is not available 2024-04-02T14:49:50.915 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mon to start... 2024-04-02T14:49:50.915 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mon... 2024-04-02T14:49:51.159 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:50 smithi016 systemd[1]: Started Ceph mon.a for 1d418350-f100-11ee-b647-cb9ed24678a4. 2024-04-02T14:49:51.946 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout cluster: 2024-04-02T14:49:51.946 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout id: 1d418350-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:49:51.946 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-02T14:49:51.946 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-04-02T14:49:51.946 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout services: 2024-04-02T14:49:51.946 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.589749s) 2024-04-02T14:49:51.946 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-02T14:49:51.946 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-02T14:49:51.946 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-04-02T14:49:51.946 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout data: 2024-04-02T14:49:51.947 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-02T14:49:51.947 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-02T14:49:51.947 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-02T14:49:51.947 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout pgs: 2024-04-02T14:49:51.947 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-04-02T14:49:51.947 INFO:teuthology.orchestra.run.smithi016.stdout:mon is available 2024-04-02T14:49:51.947 INFO:teuthology.orchestra.run.smithi016.stdout:Assimilating anything we can from ceph.conf... 2024-04-02T14:49:52.141 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:51 smithi016 ceph-mon[29277]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-02T14:49:52.141 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:51 smithi016 ceph-mon[29277]: monmap epoch 1 2024-04-02T14:49:52.141 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:51 smithi016 ceph-mon[29277]: fsid 1d418350-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:49:52.141 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:51 smithi016 ceph-mon[29277]: last_changed 2024-04-02T14:49:47.477789+0000 2024-04-02T14:49:52.141 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:51 smithi016 ceph-mon[29277]: created 2024-04-02T14:49:47.477789+0000 2024-04-02T14:49:52.141 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:51 smithi016 ceph-mon[29277]: min_mon_release 19 (squid) 2024-04-02T14:49:52.141 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:51 smithi016 ceph-mon[29277]: election_strategy: 1 2024-04-02T14:49:52.141 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:51 smithi016 ceph-mon[29277]: 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-04-02T14:49:52.141 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:51 smithi016 ceph-mon[29277]: fsmap 2024-04-02T14:49:52.142 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:51 smithi016 ceph-mon[29277]: osdmap e1: 0 total, 0 up, 0 in 2024-04-02T14:49:52.142 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:51 smithi016 ceph-mon[29277]: mgrmap e1: no daemons active 2024-04-02T14:49:52.142 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:51 smithi016 ceph-mon[29277]: from='client.? 172.21.15.16:0/4251658477' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-02T14:49:53.093 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:52 smithi016 ceph-mon[29277]: from='client.? 172.21.15.16:0/4216669691' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-02T14:49:53.093 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:52 smithi016 ceph-mon[29277]: from='client.? 172.21.15.16:0/4216669691' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-02T14:49:53.340 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-04-02T14:49:53.340 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [global] 2024-04-02T14:49:53.340 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout fsid = 1d418350-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:49:53.340 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2024-04-02T14:49:53.340 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-02T14:49:53.340 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-02T14:49:53.340 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-02T14:49:53.340 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-02T14:49:53.340 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-04-02T14:49:53.340 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-02T14:49:53.340 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-02T14:49:53.341 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-02T14:49:53.341 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-04-02T14:49:53.341 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [osd] 2024-04-02T14:49:53.341 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-02T14:49:53.341 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-02T14:49:53.341 INFO:teuthology.orchestra.run.smithi016.stdout:Generating new minimal ceph.conf... 2024-04-02T14:49:54.069 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:53 smithi016 ceph-mon[29277]: from='client.? 172.21.15.16:0/2682790292' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-02T14:49:54.410 INFO:teuthology.orchestra.run.smithi016.stdout:Restarting the monitor... 2024-04-02T14:49:54.661 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:54 smithi016 systemd[1]: Stopping Ceph mon.a for 1d418350-f100-11ee-b647-cb9ed24678a4... 2024-04-02T14:49:54.994 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:54 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mon-a[29273]: 2024-04-02T14:49:54.667+0000 7f9922561700 -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-04-02T14:49:54.994 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:54 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mon-a[29273]: 2024-04-02T14:49:54.667+0000 7f9922561700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-02T14:49:54.994 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:54 smithi016 podman[29524]: 2024-04-02 14:49:54.729887563 +0000 UTC m=+0.145913020 container died 04f455407fb28a3a13a2b17d74e1ded09f6245d23558db0d3b58fe8dab9d399f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mon-a, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240326, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-04-02T14:49:55.319 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 podman[29524]: 2024-04-02 14:49:55.101352492 +0000 UTC m=+0.517377979 container cleanup 04f455407fb28a3a13a2b17d74e1ded09f6245d23558db0d3b58fe8dab9d399f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mon-a, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240326, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-02T14:49:55.319 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 bash[29524]: ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mon-a 2024-04-02T14:49:55.645 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 podman[29539]: 2024-04-02 14:49:55.335448093 +0000 UTC m=+0.598266601 container remove 04f455407fb28a3a13a2b17d74e1ded09f6245d23558db0d3b58fe8dab9d399f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mon-a, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240326, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-04-02T14:49:55.645 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 systemd[1]: ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-02T14:49:55.645 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 systemd[1]: Stopped Ceph mon.a for 1d418350-f100-11ee-b647-cb9ed24678a4. 2024-04-02T14:49:55.645 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 systemd[1]: Starting Ceph mon.a for 1d418350-f100-11ee-b647-cb9ed24678a4... 2024-04-02T14:49:55.923 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 podman[29633]: 2024-04-02 14:49:55.652852955 +0000 UTC m=+0.093364429 container create 28ac4295082aef9c19f505031f9b9dd7b2d595fb2f86a8c6866235f1ab6f8592 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mon-a, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.build-date=20240326, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-02T14:49:55.923 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 podman[29633]: 2024-04-02 14:49:55.577119042 +0000 UTC m=+0.017630536 image pull 7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:49:55.923 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 podman[29633]: 2024-04-02 14:49:55.847125662 +0000 UTC m=+0.287637136 container init 28ac4295082aef9c19f505031f9b9dd7b2d595fb2f86a8c6866235f1ab6f8592 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mon-a, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.build-date=20240326, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.33.5, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0) 2024-04-02T14:49:55.923 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 podman[29633]: 2024-04-02 14:49:55.850046609 +0000 UTC m=+0.290558095 container start 28ac4295082aef9c19f505031f9b9dd7b2d595fb2f86a8c6866235f1ab6f8592 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mon-a, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.build-date=20240326, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-04-02T14:49:55.923 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: set uid:gid to 167:167 (ceph:ceph) 2024-04-02T14:49:55.923 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev), process ceph-mon, pid 2 2024-04-02T14:49:55.923 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: pidfile_write: ignore empty --pid-file 2024-04-02T14:49:55.923 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: load: jerasure load: lrc 2024-04-02T14:49:55.923 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: RocksDB version: 7.9.2 2024-04-02T14:49:55.924 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Git sha 0 2024-04-02T14:49:55.924 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Compile date 2024-04-02 09:40:07 2024-04-02T14:49:55.924 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: DB SUMMARY 2024-04-02T14:49:55.924 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: DB Session ID: U3HG3TX6JXGO097FQVJD 2024-04-02T14:49:55.924 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: CURRENT file: CURRENT 2024-04-02T14:49:55.924 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: IDENTITY file: IDENTITY 2024-04-02T14:49:55.924 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-02T14:49:55.924 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-02T14:49:55.924 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89107 ; 2024-04-02T14:49:55.926 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.error_if_exists: 0 2024-04-02T14:49:55.926 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.create_if_missing: 0 2024-04-02T14:49:55.926 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.paranoid_checks: 1 2024-04-02T14:49:55.926 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-02T14:49:55.926 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-02T14:49:55.926 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-02T14:49:55.926 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.env: 0x55893e256c60 2024-04-02T14:49:55.926 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.fs: PosixFileSystem 2024-04-02T14:49:55.926 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.info_log: 0x558940605ae0 2024-04-02T14:49:55.927 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_file_opening_threads: 16 2024-04-02T14:49:55.927 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.statistics: (nil) 2024-04-02T14:49:55.927 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.use_fsync: 0 2024-04-02T14:49:55.927 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_log_file_size: 0 2024-04-02T14:49:55.927 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-02T14:49:55.927 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-02T14:49:55.927 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.keep_log_file_num: 1000 2024-04-02T14:49:55.927 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.recycle_log_file_num: 0 2024-04-02T14:49:55.927 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.allow_fallocate: 1 2024-04-02T14:49:55.927 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.allow_mmap_reads: 0 2024-04-02T14:49:55.927 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.allow_mmap_writes: 0 2024-04-02T14:49:55.927 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.use_direct_reads: 0 2024-04-02T14:49:55.928 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-02T14:49:55.928 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.create_missing_column_families: 0 2024-04-02T14:49:55.928 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.db_log_dir: 2024-04-02T14:49:55.928 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.wal_dir: 2024-04-02T14:49:55.928 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-02T14:49:55.928 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-02T14:49:55.928 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-02T14:49:55.928 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-02T14:49:55.928 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-02T14:49:55.928 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-02T14:49:55.928 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.advise_random_on_open: 1 2024-04-02T14:49:55.928 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.db_write_buffer_size: 0 2024-04-02T14:49:55.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.write_buffer_manager: 0x5589405d61e0 2024-04-02T14:49:55.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-02T14:49:55.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-02T14:49:55.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-02T14:49:55.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.rate_limiter: (nil) 2024-04-02T14:49:55.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-02T14:49:55.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.wal_recovery_mode: 2 2024-04-02T14:49:55.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.enable_thread_tracking: 0 2024-04-02T14:49:55.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.enable_pipelined_write: 0 2024-04-02T14:49:55.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.unordered_write: 0 2024-04-02T14:49:55.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-02T14:49:55.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-02T14:49:55.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-02T14:49:55.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-02T14:49:55.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.row_cache: None 2024-04-02T14:49:55.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.wal_filter: None 2024-04-02T14:49:55.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-02T14:49:55.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.allow_ingest_behind: 0 2024-04-02T14:49:55.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.two_write_queues: 0 2024-04-02T14:49:55.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.manual_wal_flush: 0 2024-04-02T14:49:55.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.wal_compression: 0 2024-04-02T14:49:55.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.atomic_flush: 0 2024-04-02T14:49:55.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-02T14:49:55.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-02T14:49:55.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-02T14:49:55.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.log_readahead_size: 0 2024-04-02T14:49:55.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-02T14:49:55.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.best_efforts_recovery: 0 2024-04-02T14:49:55.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-02T14:49:55.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-02T14:49:55.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.allow_data_in_errors: 0 2024-04-02T14:49:55.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.db_host_id: __hostname__ 2024-04-02T14:49:55.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-02T14:49:55.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_background_jobs: 2 2024-04-02T14:49:55.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_background_compactions: -1 2024-04-02T14:49:55.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_subcompactions: 1 2024-04-02T14:49:55.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-02T14:49:55.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-02T14:49:55.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-02T14:49:55.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_total_wal_size: 0 2024-04-02T14:49:55.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-02T14:49:55.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-02T14:49:55.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-02T14:49:55.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-02T14:49:55.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_open_files: -1 2024-04-02T14:49:55.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.bytes_per_sync: 0 2024-04-02T14:49:55.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-02T14:49:55.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-02T14:49:55.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compaction_readahead_size: 0 2024-04-02T14:49:55.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_background_flushes: -1 2024-04-02T14:49:55.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Compression algorithms supported: 2024-04-02T14:49:55.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-02T14:49:55.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: kZSTD supported: 0 2024-04-02T14:49:55.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: kXpressCompression supported: 0 2024-04-02T14:49:55.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: kLZ4HCCompression supported: 1 2024-04-02T14:49:55.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: kZlibCompression supported: 1 2024-04-02T14:49:55.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: kSnappyCompression supported: 1 2024-04-02T14:49:55.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: kLZ4Compression supported: 1 2024-04-02T14:49:55.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: kBZip2Compression supported: 0 2024-04-02T14:49:55.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-02T14:49:55.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-02T14:49:55.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-02T14:49:55.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-02T14:49:55.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-02T14:49:55.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.merge_operator: 2024-04-02T14:49:55.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compaction_filter: None 2024-04-02T14:49:55.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compaction_filter_factory: None 2024-04-02T14:49:55.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.sst_partitioner_factory: None 2024-04-02T14:49:55.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-02T14:49:55.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-02T14:49:55.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558940605cc0) 2024-04-02T14:49:55.934 INFO:journalctl@ceph.mon.a.smithi016.stdout: cache_index_and_filter_blocks: 1 2024-04-02T14:49:55.934 INFO:journalctl@ceph.mon.a.smithi016.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-02T14:49:55.934 INFO:journalctl@ceph.mon.a.smithi016.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-02T14:49:55.935 INFO:journalctl@ceph.mon.a.smithi016.stdout: pin_top_level_index_and_filter: 1 2024-04-02T14:49:55.935 INFO:journalctl@ceph.mon.a.smithi016.stdout: index_type: 0 2024-04-02T14:49:55.935 INFO:journalctl@ceph.mon.a.smithi016.stdout: data_block_index_type: 0 2024-04-02T14:49:55.935 INFO:journalctl@ceph.mon.a.smithi016.stdout: index_shortening: 1 2024-04-02T14:49:55.935 INFO:journalctl@ceph.mon.a.smithi016.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-02T14:49:55.935 INFO:journalctl@ceph.mon.a.smithi016.stdout: checksum: 4 2024-04-02T14:49:55.935 INFO:journalctl@ceph.mon.a.smithi016.stdout: no_block_cache: 0 2024-04-02T14:49:55.935 INFO:journalctl@ceph.mon.a.smithi016.stdout: block_cache: 0x558940609090 2024-04-02T14:49:55.935 INFO:journalctl@ceph.mon.a.smithi016.stdout: block_cache_name: BinnedLRUCache 2024-04-02T14:49:55.935 INFO:journalctl@ceph.mon.a.smithi016.stdout: block_cache_options: 2024-04-02T14:49:55.935 INFO:journalctl@ceph.mon.a.smithi016.stdout: capacity : 536870912 2024-04-02T14:49:55.935 INFO:journalctl@ceph.mon.a.smithi016.stdout: num_shard_bits : 4 2024-04-02T14:49:55.935 INFO:journalctl@ceph.mon.a.smithi016.stdout: strict_capacity_limit : 0 2024-04-02T14:49:55.936 INFO:journalctl@ceph.mon.a.smithi016.stdout: high_pri_pool_ratio: 0.000 2024-04-02T14:49:55.936 INFO:journalctl@ceph.mon.a.smithi016.stdout: block_cache_compressed: (nil) 2024-04-02T14:49:55.936 INFO:journalctl@ceph.mon.a.smithi016.stdout: persistent_cache: (nil) 2024-04-02T14:49:55.936 INFO:journalctl@ceph.mon.a.smithi016.stdout: block_size: 4096 2024-04-02T14:49:55.936 INFO:journalctl@ceph.mon.a.smithi016.stdout: block_size_deviation: 10 2024-04-02T14:49:55.936 INFO:journalctl@ceph.mon.a.smithi016.stdout: block_restart_interval: 16 2024-04-02T14:49:55.936 INFO:journalctl@ceph.mon.a.smithi016.stdout: index_block_restart_interval: 1 2024-04-02T14:49:55.936 INFO:journalctl@ceph.mon.a.smithi016.stdout: metadata_block_size: 4096 2024-04-02T14:49:55.936 INFO:journalctl@ceph.mon.a.smithi016.stdout: partition_filters: 0 2024-04-02T14:49:55.936 INFO:journalctl@ceph.mon.a.smithi016.stdout: use_delta_encoding: 1 2024-04-02T14:49:55.936 INFO:journalctl@ceph.mon.a.smithi016.stdout: filter_policy: bloomfilter 2024-04-02T14:49:55.936 INFO:journalctl@ceph.mon.a.smithi016.stdout: whole_key_filtering: 1 2024-04-02T14:49:55.937 INFO:journalctl@ceph.mon.a.smithi016.stdout: verify_compression: 0 2024-04-02T14:49:55.937 INFO:journalctl@ceph.mon.a.smithi016.stdout: read_amp_bytes_per_bit: 0 2024-04-02T14:49:55.937 INFO:journalctl@ceph.mon.a.smithi016.stdout: format_version: 5 2024-04-02T14:49:55.937 INFO:journalctl@ceph.mon.a.smithi016.stdout: enable_index_compression: 1 2024-04-02T14:49:55.937 INFO:journalctl@ceph.mon.a.smithi016.stdout: block_align: 0 2024-04-02T14:49:55.937 INFO:journalctl@ceph.mon.a.smithi016.stdout: max_auto_readahead_size: 262144 2024-04-02T14:49:55.937 INFO:journalctl@ceph.mon.a.smithi016.stdout: prepopulate_block_cache: 0 2024-04-02T14:49:55.937 INFO:journalctl@ceph.mon.a.smithi016.stdout: initial_auto_readahead_size: 8192 2024-04-02T14:49:55.937 INFO:journalctl@ceph.mon.a.smithi016.stdout: num_file_reads_for_auto_readahead: 2 2024-04-02T14:49:55.937 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.write_buffer_size: 33554432 2024-04-02T14:49:55.937 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_write_buffer_number: 2 2024-04-02T14:49:55.937 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compression: NoCompression 2024-04-02T14:49:55.938 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.bottommost_compression: Disabled 2024-04-02T14:49:55.938 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.prefix_extractor: nullptr 2024-04-02T14:49:55.938 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-02T14:49:55.938 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.num_levels: 7 2024-04-02T14:49:55.938 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-02T14:49:55.938 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-02T14:49:55.938 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-02T14:49:55.938 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-02T14:49:55.938 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-02T14:49:55.939 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-02T14:49:55.939 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-02T14:49:55.939 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-02T14:49:55.939 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-02T14:49:55.939 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-02T14:49:55.939 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-02T14:49:55.939 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-02T14:49:55.939 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-02T14:49:55.939 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compression_opts.level: 32767 2024-04-02T14:49:55.939 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compression_opts.strategy: 0 2024-04-02T14:49:55.939 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-02T14:49:55.940 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-02T14:49:55.940 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-02T14:49:55.940 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-02T14:49:55.940 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compression_opts.enabled: false 2024-04-02T14:49:55.940 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-02T14:49:55.940 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-02T14:49:55.940 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-02T14:49:55.940 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-02T14:49:55.940 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.target_file_size_base: 67108864 2024-04-02T14:49:55.940 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-02T14:49:55.940 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-02T14:49:55.940 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-02T14:49:55.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-02T14:49:55.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-02T14:49:55.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-02T14:49:55.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-02T14:49:55.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-02T14:49:55.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-02T14:49:55.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-02T14:49:55.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-02T14:49:55.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-02T14:49:55.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-02T14:49:55.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-02T14:49:55.942 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.arena_block_size: 1048576 2024-04-02T14:49:55.942 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-02T14:49:55.942 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-02T14:49:55.942 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.disable_auto_compactions: 0 2024-04-02T14:49:55.942 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-02T14:49:55.942 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-02T14:49:55.942 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-02T14:49:55.942 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-02T14:49:55.942 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-02T14:49:55.942 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-02T14:49:55.943 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-02T14:49:55.943 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-02T14:49:55.943 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-02T14:49:55.943 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-02T14:49:55.943 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-02T14:49:55.943 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.inplace_update_support: 0 2024-04-02T14:49:55.943 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-02T14:49:55.943 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-02T14:49:55.943 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-02T14:49:55.943 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-02T14:49:55.943 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.bloom_locality: 0 2024-04-02T14:49:55.943 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.max_successive_merges: 0 2024-04-02T14:49:55.943 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-02T14:49:55.944 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.paranoid_file_checks: 0 2024-04-02T14:49:55.944 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.force_consistency_checks: 1 2024-04-02T14:49:55.944 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.report_bg_io_stats: 0 2024-04-02T14:49:55.944 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.ttl: 2592000 2024-04-02T14:49:55.944 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-02T14:49:55.944 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-02T14:49:55.944 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-02T14:49:55.944 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.enable_blob_files: false 2024-04-02T14:49:55.944 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.min_blob_size: 0 2024-04-02T14:49:55.944 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.blob_file_size: 268435456 2024-04-02T14:49:55.944 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-02T14:49:55.944 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-02T14:49:55.945 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-02T14:49:55.945 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-02T14:49:55.945 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-02T14:49:55.945 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.blob_file_starting_level: 0 2024-04-02T14:49:55.945 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-02T14:49:55.945 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: 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-04-02T14:49:55.945 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-02T14:49:55.945 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: bf5dbbeb-a26d-4474-91f6-71be0cc9da6b 2024-04-02T14:49:55.945 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712069395878737, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-02T14:49:55.945 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-02T14:49:55.945 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712069395879622, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85724, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83871, "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": 10201, "raw_average_key_size": 47, "raw_value_size": 78078, "raw_average_value_size": 359, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "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": 1712069395, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "bf5dbbeb-a26d-4474-91f6-71be0cc9da6b", "db_session_id": "U3HG3TX6JXGO097FQVJD", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-02T14:49:55.945 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712069395879705, "job": 1, "event": "recovery_finished"} 2024-04-02T14:49:55.946 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-02T14:49:55.946 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: 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-04-02T14:49:55.946 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5589406f8000 2024-04-02T14:49:55.946 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: DB pointer 0x5589406e2000 2024-04-02T14:49:55.946 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-02T14:49:55.946 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-02T14:49:55.946 INFO:journalctl@ceph.mon.a.smithi016.stdout: ** DB Stats ** 2024-04-02T14:49:55.946 INFO:journalctl@ceph.mon.a.smithi016.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T14:49:55.946 INFO:journalctl@ceph.mon.a.smithi016.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-04-02T14:49:55.946 INFO:journalctl@ceph.mon.a.smithi016.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-02T14:49:55.946 INFO:journalctl@ceph.mon.a.smithi016.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T14:49:55.946 INFO:journalctl@ceph.mon.a.smithi016.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-04-02T14:49:55.947 INFO:journalctl@ceph.mon.a.smithi016.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-02T14:49:55.947 INFO:journalctl@ceph.mon.a.smithi016.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T14:49:55.947 INFO:journalctl@ceph.mon.a.smithi016.stdout: 2024-04-02T14:49:55.947 INFO:journalctl@ceph.mon.a.smithi016.stdout: ** Compaction Stats [default] ** 2024-04-02T14:49:55.947 INFO:journalctl@ceph.mon.a.smithi016.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-04-02T14:49:55.947 INFO:journalctl@ceph.mon.a.smithi016.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-02T14:49:55.947 INFO:journalctl@ceph.mon.a.smithi016.stdout: L0 2/0 85.58 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T14:49:55.947 INFO:journalctl@ceph.mon.a.smithi016.stdout: Sum 2/0 85.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T14:49:55.947 INFO:journalctl@ceph.mon.a.smithi016.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 141.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T14:49:55.947 INFO:journalctl@ceph.mon.a.smithi016.stdout: 2024-04-02T14:49:55.947 INFO:journalctl@ceph.mon.a.smithi016.stdout: ** Compaction Stats [default] ** 2024-04-02T14:49:55.947 INFO:journalctl@ceph.mon.a.smithi016.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-04-02T14:49:55.947 INFO:journalctl@ceph.mon.a.smithi016.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-02T14:49:55.948 INFO:journalctl@ceph.mon.a.smithi016.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 141.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T14:49:55.948 INFO:journalctl@ceph.mon.a.smithi016.stdout: 2024-04-02T14:49:55.948 INFO:journalctl@ceph.mon.a.smithi016.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-02T14:49:55.948 INFO:journalctl@ceph.mon.a.smithi016.stdout: 2024-04-02T14:49:55.948 INFO:journalctl@ceph.mon.a.smithi016.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T14:49:55.948 INFO:journalctl@ceph.mon.a.smithi016.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-02T14:49:55.948 INFO:journalctl@ceph.mon.a.smithi016.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-02T14:49:55.948 INFO:journalctl@ceph.mon.a.smithi016.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-02T14:49:55.948 INFO:journalctl@ceph.mon.a.smithi016.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-02T14:49:55.948 INFO:journalctl@ceph.mon.a.smithi016.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-02T14:49:55.948 INFO:journalctl@ceph.mon.a.smithi016.stdout: Cumulative compaction: 0.00 GB write, 28.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-02T14:49:55.948 INFO:journalctl@ceph.mon.a.smithi016.stdout: Interval compaction: 0.00 GB write, 28.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-02T14:49:55.948 INFO:journalctl@ceph.mon.a.smithi016.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-04-02T14:49:55.949 INFO:journalctl@ceph.mon.a.smithi016.stdout: Block cache BinnedLRUCache@0x558940609090#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-04-02T14:49:55.949 INFO:journalctl@ceph.mon.a.smithi016.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-04-02T14:49:55.949 INFO:journalctl@ceph.mon.a.smithi016.stdout: 2024-04-02T14:49:55.949 INFO:journalctl@ceph.mon.a.smithi016.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-02T14:49:55.949 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: starting mon.a rank 0 at public addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] at bind addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 1d418350-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:49:55.949 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: mon.a@-1(???) e1 preinit fsid 1d418350-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:49:55.949 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: mon.a@-1(???).mds e1 new map 2024-04-02T14:49:55.949 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: mon.a@-1(???).mds e1 print_map 2024-04-02T14:49:55.949 INFO:journalctl@ceph.mon.a.smithi016.stdout: e1 2024-04-02T14:49:55.949 INFO:journalctl@ceph.mon.a.smithi016.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-02T14:49:55.949 INFO:journalctl@ceph.mon.a.smithi016.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-04-02T14:49:55.949 INFO:journalctl@ceph.mon.a.smithi016.stdout: legacy client fscid: -1 2024-04-02T14:49:55.950 INFO:journalctl@ceph.mon.a.smithi016.stdout: 2024-04-02T14:49:55.950 INFO:journalctl@ceph.mon.a.smithi016.stdout: No filesystems configured 2024-04-02T14:49:55.950 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-02T14:49:55.950 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T14:49:55.950 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T14:49:55.950 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T14:49:55.950 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-02T14:49:55.950 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 bash[29633]: 28ac4295082aef9c19f505031f9b9dd7b2d595fb2f86a8c6866235f1ab6f8592 2024-04-02T14:49:55.950 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 systemd[1]: Started Ceph mon.a for 1d418350-f100-11ee-b647-cb9ed24678a4. 2024-04-02T14:49:55.951 INFO:teuthology.orchestra.run.smithi016.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-02T14:49:56.217 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-02T14:49:56.217 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: monmap epoch 1 2024-04-02T14:49:56.217 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: fsid 1d418350-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:49:56.217 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: last_changed 2024-04-02T14:49:47.477789+0000 2024-04-02T14:49:56.218 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: created 2024-04-02T14:49:47.477789+0000 2024-04-02T14:49:56.218 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: min_mon_release 19 (squid) 2024-04-02T14:49:56.218 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: election_strategy: 1 2024-04-02T14:49:56.218 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-04-02T14:49:56.218 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: fsmap 2024-04-02T14:49:56.218 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: osdmap e1: 0 total, 0 up, 0 in 2024-04-02T14:49:56.218 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:55 smithi016 ceph-mon[29653]: mgrmap e1: no daemons active 2024-04-02T14:49:56.974 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-02T14:49:56.995 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-02T14:49:56.995 INFO:teuthology.orchestra.run.smithi016.stdout:Creating mgr... 2024-04-02T14:49:56.995 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-02T14:49:56.996 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-02T14:49:57.245 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mgr.a 2024-04-02T14:49:57.246 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mgr.a.service: Unit ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mgr.a.service not loaded. 2024-04-02T14:49:57.393 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-1d418350-f100-11ee-b647-cb9ed24678a4.target.wants/ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mgr.a.service → /etc/systemd/system/ceph-1d418350-f100-11ee-b647-cb9ed24678a4@.service. 2024-04-02T14:49:57.719 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:57 smithi016 ceph-mon[29653]: from='client.? 172.21.15.16:0/263150584' entity='client.admin' 2024-04-02T14:49:58.086 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.077+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'iostat': (22) Invalid argument 2024-04-02T14:49:58.086 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.092+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.106 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-02T14:49:58.106 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout disabled 2024-04-02T14:49:58.113 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-02T14:49:58.114 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-04-02T14:49:58.114 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld.service is not enabled 2024-04-02T14:49:58.114 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to enable service . firewalld.service is not available 2024-04-02T14:49:58.122 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-02T14:49:58.122 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout disabled 2024-04-02T14:49:58.129 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-02T14:49:58.130 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-04-02T14:49:58.130 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld.service is not enabled 2024-04-02T14:49:58.130 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-02T14:49:58.130 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr to start... 2024-04-02T14:49:58.130 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr... 2024-04-02T14:49:58.340 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.092+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.340 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.340 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.096+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'rgw' 2024-04-02T14:49:58.340 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.096+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'rgw': (22) Invalid argument 2024-04-02T14:49:58.340 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 bash[29868]: 2bb016d959bce9adc80448e26bdc2ff028ba4e181a5d3539be9755d3356b3f1b 2024-04-02T14:49:58.340 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 systemd[1]: Started Ceph mgr.a for 1d418350-f100-11ee-b647-cb9ed24678a4. 2024-04-02T14:49:58.340 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.111+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.340 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.111+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.340 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.340 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.116+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'rbd_support' 2024-04-02T14:49:58.341 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.116+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'rbd_support': (22) Invalid argument 2024-04-02T14:49:58.341 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.131+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.341 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.131+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.341 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.341 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.135+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'progress' 2024-04-02T14:49:58.341 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.135+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'progress': (22) Invalid argument 2024-04-02T14:49:58.341 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.151+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.341 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.151+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.341 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.341 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.155+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'pg_autoscaler' 2024-04-02T14:49:58.341 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.155+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'pg_autoscaler': (22) Invalid argument 2024-04-02T14:49:58.341 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.172+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.341 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.172+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.341 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.342 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.176+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'devicehealth' 2024-04-02T14:49:58.342 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.176+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'devicehealth': (22) Invalid argument 2024-04-02T14:49:58.342 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.191+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.342 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.191+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.342 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.342 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.195+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'k8sevents' 2024-04-02T14:49:58.342 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.195+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'k8sevents': (22) Invalid argument 2024-04-02T14:49:58.342 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.210+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.342 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.210+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.342 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.342 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.214+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'rook' 2024-04-02T14:49:58.342 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.214+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'rook': (22) Invalid argument 2024-04-02T14:49:58.342 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.228+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.343 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.228+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.343 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.343 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.232+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'diskprediction_local' 2024-04-02T14:49:58.343 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.232+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'diskprediction_local': (22) Invalid argument 2024-04-02T14:49:58.343 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.270+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.343 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.270+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.343 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.343 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.274+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'mirroring' 2024-04-02T14:49:58.343 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.274+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'mirroring': (22) Invalid argument 2024-04-02T14:49:58.343 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.289+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.343 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.289+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.343 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.343 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.293+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'selftest' 2024-04-02T14:49:58.343 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.293+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'selftest': (22) Invalid argument 2024-04-02T14:49:58.344 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.308+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.344 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.308+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.344 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.344 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.312+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'telegraf' 2024-04-02T14:49:58.344 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.312+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'telegraf': (22) Invalid argument 2024-04-02T14:49:58.344 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.327+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.344 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.327+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.344 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.344 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.331+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'test_orchestrator' 2024-04-02T14:49:58.344 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.331+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'test_orchestrator': (22) Invalid argument 2024-04-02T14:49:58.344 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.345+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.593 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.345+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.593 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.593 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.349+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'localpool' 2024-04-02T14:49:58.593 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.349+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'localpool': (22) Invalid argument 2024-04-02T14:49:58.593 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.364+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.593 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.364+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.593 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.593 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.369+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'crash' 2024-04-02T14:49:58.593 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.369+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'crash': (22) Invalid argument 2024-04-02T14:49:58.594 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.384+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.594 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.384+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.594 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.594 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.388+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'insights' 2024-04-02T14:49:58.594 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.388+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'insights': (22) Invalid argument 2024-04-02T14:49:58.594 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.404+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.594 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.404+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.594 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.594 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.408+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'orchestrator' 2024-04-02T14:49:58.594 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.408+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'orchestrator': (22) Invalid argument 2024-04-02T14:49:58.594 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.423+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.594 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.423+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.594 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.594 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.428+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'osd_support' 2024-04-02T14:49:58.595 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.428+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'osd_support': (22) Invalid argument 2024-04-02T14:49:58.595 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.442+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.595 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.442+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.595 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.595 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.446+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'volumes' 2024-04-02T14:49:58.595 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.446+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'volumes': (22) Invalid argument 2024-04-02T14:49:58.595 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.497+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.596 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.497+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.596 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.596 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.501+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'stats' 2024-04-02T14:49:58.596 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.501+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'stats': (22) Invalid argument 2024-04-02T14:49:58.596 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.516+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.596 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.516+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.596 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.596 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.520+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'cephadm' 2024-04-02T14:49:58.596 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.520+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'cephadm': (22) Invalid argument 2024-04-02T14:49:58.596 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.535+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.596 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.535+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.596 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.596 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.540+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'telemetry' 2024-04-02T14:49:58.596 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.540+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'telemetry': (22) Invalid argument 2024-04-02T14:49:58.597 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.555+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.597 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.555+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.597 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.597 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.559+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'prometheus' 2024-04-02T14:49:58.597 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.559+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'prometheus': (22) Invalid argument 2024-04-02T14:49:58.597 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.574+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.597 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.574+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.597 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.597 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.579+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'status' 2024-04-02T14:49:58.597 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.579+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'status': (22) Invalid argument 2024-04-02T14:49:58.597 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.594+0000 7f3f1cc88200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T14:49:58.597 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.594+0000 7f3f1cc88200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T14:49:58.597 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.597 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.598+0000 7f3f1cc88200 -1 mgr[py] Class not found in module 'nfs' 2024-04-02T14:49:58.597 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.598+0000 7f3f1cc88200 -1 mgr[py] Error loading module 'nfs': (22) Invalid argument 2024-04-02T14:49:58.598 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:49:58.598+0000 7f3f1cc88200 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: restful, mds_autoscaler, osd_perf_query, snap_schedule, dashboard, zabbix, balancer, influx, alerts, iostat, rgw, rbd_support, progress, pg_autoscaler, devicehealth, k8sevents, rook, diskprediction_local, mirroring, selftest, telegraf, test_orchestrator, localpool, crash, insights, orchestrator, osd_support, volumes, stats, cephadm, telemetry, prometheus, status, nfs 2024-04-02T14:49:58.989 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-mon[29653]: Activating manager daemon a 2024-04-02T14:49:58.989 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-mon[29653]: mgrmap e2: a(active, starting, since 0.00186664s) 2024-04-02T14:49:58.989 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-mon[29653]: from='mgr.14100 172.21.15.16:0/1116058020' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-02T14:49:58.989 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-mon[29653]: from='mgr.14100 172.21.15.16:0/1116058020' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-02T14:49:58.990 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-mon[29653]: from='mgr.14100 172.21.15.16:0/1116058020' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-02T14:49:58.990 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-mon[29653]: from='mgr.14100 172.21.15.16:0/1116058020' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-02T14:49:58.990 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-mon[29653]: from='mgr.14100 172.21.15.16:0/1116058020' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-02T14:49:58.990 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:58 smithi016 ceph-mon[29653]: Manager daemon a is now available 2024-04-02T14:49:59.296 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-04-02T14:49:59.296 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-04-02T14:49:59.296 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "1d418350-f100-11ee-b647-cb9ed24678a4", 2024-04-02T14:49:59.296 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-04-02T14:49:59.296 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-02T14:49:59.296 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-02T14:49:59.296 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-02T14:49:59.296 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:49:59.296 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-02T14:49:59.296 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-02T14:49:59.296 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-04-02T14:49:59.296 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-04-02T14:49:59.296 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-02T14:49:59.297 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-04-02T14:49:59.297 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-04-02T14:49:59.297 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-02T14:49:59.297 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-02T14:49:59.297 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T14:49:59.297 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-02T14:49:59.297 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-02T14:49:59.297 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:49:59.297 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-02T14:49:59.297 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T14:49:59.297 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-02T14:49:59.297 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-02T14:49:59.297 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-02T14:49:59.300 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-02T14:49:59.301 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-02T14:49:59.301 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-02T14:49:59.301 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:49:59.301 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-02T14:49:59.301 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-02T14:49:59.301 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-02T14:49:59.301 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-02T14:49:59.301 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-02T14:49:59.301 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-02T14:49:59.301 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-02T14:49:59.301 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-02T14:49:59.301 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-02T14:49:59.301 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:49:59.301 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-02T14:49:59.302 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T14:49:59.302 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-02T14:49:59.302 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-02T14:49:59.302 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:49:59.302 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-02T14:49:59.302 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-02T14:49:59.302 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-02T14:49:59.302 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-02T14:49:59.302 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-02T14:49:59.302 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-02T14:49:59.302 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-04-02T14:49:59.302 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-04-02T14:49:59.302 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T14:49:59.302 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:49:59.302 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-02T14:49:59.302 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T14:49:59.303 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-04-02T14:49:50.860807+0000", 2024-04-02T14:49:59.303 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T14:49:59.303 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:49:59.303 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-02T14:49:59.303 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-04-02T14:49:59.303 INFO:teuthology.orchestra.run.smithi016.stdout:mgr not available, waiting (1/15)... 2024-04-02T14:50:00.069 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:59 smithi016 ceph-mon[29653]: from='client.? 172.21.15.16:0/3047685211' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-02T14:50:00.069 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:49:59 smithi016 ceph-mon[29653]: mgrmap e3: a(active, since 1.00337s) 2024-04-02T14:50:02.068 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:50:01 smithi016 ceph-mon[29653]: from='client.? 172.21.15.16:0/3562726538' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-02T14:50:02.351 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-04-02T14:50:02.351 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-04-02T14:50:02.351 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "1d418350-f100-11ee-b647-cb9ed24678a4", 2024-04-02T14:50:02.351 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-04-02T14:50:02.351 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-02T14:50:02.351 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-02T14:50:02.351 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-02T14:50:02.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:50:02.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-02T14:50:02.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-02T14:50:02.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-04-02T14:50:02.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-04-02T14:50:02.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-02T14:50:02.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-04-02T14:50:02.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-04-02T14:50:02.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-04-02T14:50:02.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-02T14:50:02.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T14:50:02.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-02T14:50:02.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-02T14:50:02.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:50:02.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-02T14:50:02.352 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T14:50:02.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-02T14:50:02.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-02T14:50:02.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-02T14:50:02.353 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-02T14:50:02.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-02T14:50:02.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-02T14:50:02.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:50:02.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-02T14:50:02.356 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-02T14:50:02.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-02T14:50:02.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-02T14:50:02.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-02T14:50:02.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-02T14:50:02.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-02T14:50:02.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-02T14:50:02.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-02T14:50:02.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:50:02.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-02T14:50:02.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T14:50:02.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-02T14:50:02.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-02T14:50:02.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:50:02.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-02T14:50:02.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-02T14:50:02.357 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-02T14:50:02.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-02T14:50:02.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-02T14:50:02.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-02T14:50:02.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-04-02T14:50:02.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-04-02T14:50:02.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T14:50:02.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:50:02.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-02T14:50:02.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T14:50:02.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-04-02T14:49:50.860807+0000", 2024-04-02T14:50:02.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T14:50:02.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:50:02.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-02T14:50:02.358 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-04-02T14:50:02.358 INFO:teuthology.orchestra.run.smithi016.stdout:mgr is available 2024-04-02T14:50:03.243 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:50:02 smithi016 ceph-mon[29653]: from='client.? 172.21.15.16:0/175056043' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-02T14:50:03.482 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-04-02T14:50:03.482 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [global] 2024-04-02T14:50:03.482 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout fsid = 1d418350-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:50:03.482 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-02T14:50:03.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-02T14:50:03.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-02T14:50:03.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-02T14:50:03.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-04-02T14:50:03.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-02T14:50:03.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-02T14:50:03.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-02T14:50:03.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-04-02T14:50:03.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [osd] 2024-04-02T14:50:03.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-02T14:50:03.483 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-02T14:50:03.483 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling cephadm module... 2024-04-02T14:50:04.319 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:50:04 smithi016 ceph-mon[29653]: from='client.? 172.21.15.16:0/4289509053' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-02T14:50:04.479 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 2 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:3f3f3ed992429b85be729743ad3b39d52dd90744 -e NODE_NAME=smithi016 -v /var/log/ceph/1d418350-f100-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpxi6h64jj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpozp5hvfw:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 mgr module enable cephadm 2024-04-02T14:50:04.479 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stderr Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-04-02T14:50:04.480 INFO:teuthology.orchestra.run.smithi016.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:3f3f3ed992429b85be729743ad3b39d52dd90744 -e NODE_NAME=smithi016 -v /var/log/ceph/1d418350-f100-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpxi6h64jj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpozp5hvfw:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-04-02T14:50:04.480 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-04-02T14:50:04.480 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:50:04.480 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:50:04.480 INFO:teuthology.orchestra.run.smithi016.stdout: *************** 2024-04-02T14:50:04.480 INFO:teuthology.orchestra.run.smithi016.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2024-04-02T14:50:04.480 INFO:teuthology.orchestra.run.smithi016.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2024-04-02T14:50:04.481 INFO:teuthology.orchestra.run.smithi016.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2024-04-02T14:50:04.481 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:50:04.481 INFO:teuthology.orchestra.run.smithi016.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2024-04-02T14:50:04.481 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:50:04.481 INFO:teuthology.orchestra.run.smithi016.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2024-04-02T14:50:04.481 INFO:teuthology.orchestra.run.smithi016.stdout: *************** 2024-04-02T14:50:04.481 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:50:04.481 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-04-02T14:50:04.481 INFO:teuthology.orchestra.run.smithi016.stdout:Deleting cluster with fsid: 1d418350-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:50:04.508 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stdout 28ac4295082a,21.26MB / 33.27GB 2024-04-02T14:50:04.508 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stdout 2bb016d959bc,99.89MB / 33.27GB 2024-04-02T14:50:04.535 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stdout 28ac4295082a,1.20% 2024-04-02T14:50:04.535 INFO:teuthology.orchestra.run.smithi016.stdout:/bin/podman: stdout 2bb016d959bc,11.72% 2024-04-02T14:50:04.804 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:50:04 smithi016 systemd[1]: Stopping Ceph mon.a for 1d418350-f100-11ee-b647-cb9ed24678a4... 2024-04-02T14:50:05.069 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:50:04 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mon-a[29649]: 2024-04-02T14:50:04.810+0000 7f25c89cc700 -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-04-02T14:50:05.069 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:50:04 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mon-a[29649]: 2024-04-02T14:50:04.810+0000 7f25c89cc700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-02T14:50:05.069 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:50:05 smithi016 podman[30221]: 2024-04-02 14:50:05.036621287 +0000 UTC m=+0.333371623 container died 28ac4295082aef9c19f505031f9b9dd7b2d595fb2f86a8c6866235f1ab6f8592 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mon-a, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240326, ceph=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-04-02T14:50:05.569 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:50:05 smithi016 podman[30221]: 2024-04-02 14:50:05.327441307 +0000 UTC m=+0.624191632 container cleanup 28ac4295082aef9c19f505031f9b9dd7b2d595fb2f86a8c6866235f1ab6f8592 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mon-a, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240326, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=) 2024-04-02T14:50:05.569 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:50:05 smithi016 bash[30221]: ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mon-a 2024-04-02T14:50:05.901 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-1d418350-f100-11ee-b647-cb9ed24678a4.target.wants/ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mon.a.service". 2024-04-02T14:50:05.907 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 5 from systemctl stop ceph-1d418350-f100-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T14:50:05.907 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to stop ceph-1d418350-f100-11ee-b647-cb9ed24678a4-init@mon.a.service: Unit ceph-1d418350-f100-11ee-b647-cb9ed24678a4-init@mon.a.service not loaded. 2024-04-02T14:50:05.913 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1d418350-f100-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T14:50:05.913 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1d418350-f100-11ee-b647-cb9ed24678a4-init@mon.a.service: Unit ceph-1d418350-f100-11ee-b647-cb9ed24678a4-init@mon.a.service not loaded. 2024-04-02T14:50:05.919 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl disable ceph-1d418350-f100-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T14:50:05.919 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-1d418350-f100-11ee-b647-cb9ed24678a4-init@mon.a.service does not exist. 2024-04-02T14:50:05.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:50:05 smithi016 podman[30235]: 2024-04-02 14:50:05.595047841 +0000 UTC m=+0.557209622 container remove 28ac4295082aef9c19f505031f9b9dd7b2d595fb2f86a8c6866235f1ab6f8592 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mon-a, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240326, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True) 2024-04-02T14:50:05.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:50:05 smithi016 systemd[1]: ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-02T14:50:05.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:Apr 02 14:50:05 smithi016 systemd[1]: Stopped Ceph mon.a for 1d418350-f100-11ee-b647-cb9ed24678a4. 2024-04-02T14:50:06.318 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:50:05 smithi016 systemd[1]: Stopping Ceph mgr.a for 1d418350-f100-11ee-b647-cb9ed24678a4... 2024-04-02T14:50:06.319 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:50:06 smithi016 ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a[29883]: 2024-04-02T14:50:06.163+0000 7f3f11276700 -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-04-02T14:50:06.319 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:50:06 smithi016 podman[30350]: 2024-04-02 14:50:06.1748274 +0000 UTC m=+0.095775863 container died 2bb016d959bce9adc80448e26bdc2ff028ba4e181a5d3539be9755d3356b3f1b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a, org.label-schema.build-date=20240326, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-04-02T14:50:06.799 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:50:06 smithi016 podman[30350]: 2024-04-02 14:50:06.531109002 +0000 UTC m=+0.452057466 container cleanup 2bb016d959bce9adc80448e26bdc2ff028ba4e181a5d3539be9755d3356b3f1b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240326) 2024-04-02T14:50:06.799 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:50:06 smithi016 bash[30350]: ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a 2024-04-02T14:50:07.069 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:50:06 smithi016 podman[30364]: 2024-04-02 14:50:06.807029824 +0000 UTC m=+0.629198191 container remove 2bb016d959bce9adc80448e26bdc2ff028ba4e181a5d3539be9755d3356b3f1b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-1d418350-f100-11ee-b647-cb9ed24678a4-mgr-a, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240326, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.license=GPLv2, ceph=True) 2024-04-02T14:50:07.069 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:50:06 smithi016 systemd[1]: ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mgr.a.service: Deactivated successfully. 2024-04-02T14:50:07.069 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:50:06 smithi016 systemd[1]: Stopped Ceph mgr.a for 1d418350-f100-11ee-b647-cb9ed24678a4. 2024-04-02T14:50:07.069 INFO:journalctl@ceph.mgr.a.smithi016.stdout:Apr 02 14:50:06 smithi016 systemd[1]: ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mgr.a.service: Consumed 1.519s CPU time. 2024-04-02T14:50:07.097 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-1d418350-f100-11ee-b647-cb9ed24678a4.target.wants/ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mgr.a.service". 2024-04-02T14:50:07.104 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 5 from systemctl stop ceph-1d418350-f100-11ee-b647-cb9ed24678a4-init@mgr.a.service 2024-04-02T14:50:07.104 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to stop ceph-1d418350-f100-11ee-b647-cb9ed24678a4-init@mgr.a.service: Unit ceph-1d418350-f100-11ee-b647-cb9ed24678a4-init@mgr.a.service not loaded. 2024-04-02T14:50:07.109 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1d418350-f100-11ee-b647-cb9ed24678a4-init@mgr.a.service 2024-04-02T14:50:07.110 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1d418350-f100-11ee-b647-cb9ed24678a4-init@mgr.a.service: Unit ceph-1d418350-f100-11ee-b647-cb9ed24678a4-init@mgr.a.service not loaded. 2024-04-02T14:50:07.115 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl disable ceph-1d418350-f100-11ee-b647-cb9ed24678a4-init@mgr.a.service 2024-04-02T14:50:07.115 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-1d418350-f100-11ee-b647-cb9ed24678a4-init@mgr.a.service does not exist. 2024-04-02T14:50:07.349 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph-1d418350-f100-11ee-b647-cb9ed24678a4.target". 2024-04-02T14:50:07.349 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph.target.wants/ceph-1d418350-f100-11ee-b647-cb9ed24678a4.target". 2024-04-02T14:50:07.516 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-02T14:50:07.518 INFO:teuthology.orchestra.run.smithi016.stderr:Traceback (most recent call last): 2024-04-02T14:50:07.518 INFO:teuthology.orchestra.run.smithi016.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-04-02T14:50:07.524 INFO:teuthology.orchestra.run.smithi016.stderr: return _run_code(code, main_globals, None, 2024-04-02T14:50:07.524 INFO:teuthology.orchestra.run.smithi016.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-04-02T14:50:07.525 INFO:teuthology.orchestra.run.smithi016.stderr: exec(code, run_globals) 2024-04-02T14:50:07.525 INFO:teuthology.orchestra.run.smithi016.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 5608, in 2024-04-02T14:50:07.525 INFO:teuthology.orchestra.run.smithi016.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 5596, in main 2024-04-02T14:50:07.525 INFO:teuthology.orchestra.run.smithi016.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 2693, in _rollback 2024-04-02T14:50:07.525 INFO:teuthology.orchestra.run.smithi016.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 445, in _default_image 2024-04-02T14:50:07.525 INFO:teuthology.orchestra.run.smithi016.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 2925, in command_bootstrap 2024-04-02T14:50:07.525 INFO:teuthology.orchestra.run.smithi016.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 2387, in enable_cephadm_mgr_module 2024-04-02T14:50:07.525 INFO:teuthology.orchestra.run.smithi016.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 2854, in cli 2024-04-02T14:50:07.525 INFO:teuthology.orchestra.run.smithi016.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-04-02T14:50:07.525 INFO:teuthology.orchestra.run.smithi016.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-02T14:50:07.525 INFO:teuthology.orchestra.run.smithi016.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:3f3f3ed992429b85be729743ad3b39d52dd90744 -e NODE_NAME=smithi016 -v /var/log/ceph/1d418350-f100-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpxi6h64jj:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpozp5hvfw:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-04-02T14:50:07.525 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-04-02T14:50:07.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:50:07.548 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-02T14:50:07.549 DEBUG:teuthology.orchestra.run.smithi016:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-02T14:50:07.564 DEBUG:teuthology.orchestra.run.smithi133:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-02T14:50:07.582 DEBUG:teuthology.orchestra.run.smithi138:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-02T14:50:07.601 INFO:tasks.cephadm:Stopping all daemons... 2024-04-02T14:50:07.601 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-02T14:50:07.602 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mon.a 2024-04-02T14:50:07.637 INFO:teuthology.orchestra.run.smithi016.stderr:Failed to stop ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mon.a.service: Unit ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mon.a.service not loaded. 2024-04-02T14:50:07.638 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-04-02T14:50:07.639 ERROR:tasks.cephadm:Failed to stop "ceph.mon.a" Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi016 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid 1d418350-f100-11ee-b647-cb9ed24678a4 --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.16 --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_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi016 with status 5: 'sudo systemctl stop ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T14:50:07.641 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi016 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid 1d418350-f100-11ee-b647-cb9ed24678a4 --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.16 --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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi016 with status 5: 'sudo systemctl stop ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T14:50:07.642 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-02T14:50:07.644 DEBUG:teuthology.misc:Transferring archived files from smithi016:/var/lib/ceph/1d418350-f100-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636008/remote/smithi016/crash 2024-04-02T14:50:07.645 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /var/lib/ceph/1d418350-f100-11ee-b647-cb9ed24678a4/crash -- . 2024-04-02T14:50:07.713 INFO:teuthology.orchestra.run.smithi016.stderr:tar: /var/lib/ceph/1d418350-f100-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-02T14:50:07.714 INFO:teuthology.orchestra.run.smithi016.stderr:tar: Error is not recoverable: exiting now 2024-04-02T14:50:07.716 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/lib/ceph/1d418350-f100-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636008/remote/smithi133/crash 2024-04-02T14:50:07.717 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/lib/ceph/1d418350-f100-11ee-b647-cb9ed24678a4/crash -- . 2024-04-02T14:50:07.764 INFO:teuthology.orchestra.run.smithi133.stderr:tar: /var/lib/ceph/1d418350-f100-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-02T14:50:07.765 INFO:teuthology.orchestra.run.smithi133.stderr:tar: Error is not recoverable: exiting now 2024-04-02T14:50:07.767 DEBUG:teuthology.misc:Transferring archived files from smithi138:/var/lib/ceph/1d418350-f100-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636008/remote/smithi138/crash 2024-04-02T14:50:07.767 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /var/lib/ceph/1d418350-f100-11ee-b647-cb9ed24678a4/crash -- . 2024-04-02T14:50:07.809 INFO:teuthology.orchestra.run.smithi138.stderr:tar: /var/lib/ceph/1d418350-f100-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-02T14:50:07.810 INFO:teuthology.orchestra.run.smithi138.stderr:tar: Error is not recoverable: exiting now 2024-04-02T14:50:07.811 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-02T14:50:07.811 DEBUG:teuthology.orchestra.run.smithi016:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/1d418350-f100-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-02T14:50:07.837 INFO:teuthology.orchestra.run.smithi016.stderr:grep: /var/log/ceph/1d418350-f100-11ee-b647-cb9ed24678a4/ceph.log: No such file or directory 2024-04-02T14:50:07.839 INFO:tasks.cephadm:Compressing logs... 2024-04-02T14:50:07.839 DEBUG:teuthology.orchestra.run.smithi016:> 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-04-02T14:50:07.881 DEBUG:teuthology.orchestra.run.smithi133:> 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-04-02T14:50:07.884 DEBUG:teuthology.orchestra.run.smithi138:> 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-04-02T14:50:07.904 INFO:teuthology.orchestra.run.smithi016.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-02T14:50:07.906 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-04-02T14:50:07.906 INFO:teuthology.orchestra.run.smithi016.stderr:real 0m0.014s 2024-04-02T14:50:07.907 INFO:teuthology.orchestra.run.smithi016.stderr:user 0m0.017s 2024-04-02T14:50:07.907 INFO:teuthology.orchestra.run.smithi016.stderr:sys 0m0.009s 2024-04-02T14:50:07.911 INFO:teuthology.orchestra.run.smithi138.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-02T14:50:07.911 INFO:teuthology.orchestra.run.smithi138.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-02T14:50:07.912 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/cephadm.log: 55.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-02T14:50:07.912 INFO:teuthology.orchestra.run.smithi133.stderr:find: ‘/var/log/rbd-target-api’gzip -5: No such file or directory 2024-04-02T14:50:07.912 INFO:teuthology.orchestra.run.smithi133.stderr: --verbose -- /var/log/ceph/cephadm.log 2024-04-02T14:50:07.913 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cephadm.log: 56.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-02T14:50:07.913 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-02T14:50:07.914 INFO:teuthology.orchestra.run.smithi138.stderr:real 0m0.015s 2024-04-02T14:50:07.914 INFO:teuthology.orchestra.run.smithi138.stderr:user 0m0.010s 2024-04-02T14:50:07.914 INFO:teuthology.orchestra.run.smithi138.stderr:sys 0m0.019s 2024-04-02T14:50:07.915 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-02T14:50:07.915 INFO:teuthology.orchestra.run.smithi133.stderr:real 0m0.017s 2024-04-02T14:50:07.915 INFO:teuthology.orchestra.run.smithi133.stderr:user 0m0.012s 2024-04-02T14:50:07.915 INFO:teuthology.orchestra.run.smithi133.stderr:sys 0m0.018s 2024-04-02T14:50:07.915 INFO:tasks.cephadm:Archiving logs... 2024-04-02T14:50:07.915 DEBUG:teuthology.misc:Transferring archived files from smithi016:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636008/remote/smithi016/log 2024-04-02T14:50:07.916 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-02T14:50:07.973 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636008/remote/smithi133/log 2024-04-02T14:50:07.973 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-02T14:50:08.005 DEBUG:teuthology.misc:Transferring archived files from smithi138:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636008/remote/smithi138/log 2024-04-02T14:50:08.006 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-02T14:50:08.035 INFO:tasks.cephadm:Removing cluster... 2024-04-02T14:50:08.035 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1d418350-f100-11ee-b647-cb9ed24678a4 --force 2024-04-02T14:50:08.220 INFO:teuthology.orchestra.run.smithi016.stdout:Deleting cluster with fsid: 1d418350-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:50:08.469 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1d418350-f100-11ee-b647-cb9ed24678a4 --force 2024-04-02T14:50:08.653 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: 1d418350-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:50:08.916 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1d418350-f100-11ee-b647-cb9ed24678a4 --force 2024-04-02T14:50:09.096 INFO:teuthology.orchestra.run.smithi138.stdout:Deleting cluster with fsid: 1d418350-f100-11ee-b647-cb9ed24678a4 2024-04-02T14:50:09.350 INFO:tasks.cephadm:Removing cephadm ... 2024-04-02T14:50:09.350 DEBUG:teuthology.orchestra.run.smithi016:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-02T14:50:09.368 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-02T14:50:09.384 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-02T14:50:09.398 INFO:tasks.cephadm:Teardown complete 2024-04-02T14:50:09.399 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi016 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid 1d418350-f100-11ee-b647-cb9ed24678a4 --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.16 --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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 2194, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 1823, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi016 with status 5: 'sudo systemctl stop ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T14:50:09.623 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c5386615aa8d4980afbcbdd6707ceae8 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi016 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid 1d418350-f100-11ee-b647-cb9ed24678a4 --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.16 --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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 2194, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 1823, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi016 with status 5: 'sudo systemctl stop ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T14:50:09.628 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-02T14:50:09.638 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-02T14:50:09.646 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-04-02T14:50:09.647 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-02T14:50:09.662 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-02T14:50:09.666 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-02T14:50:09.760 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-02T14:50:09.769 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-02T14:50:09.769 DEBUG:teuthology.orchestra.run.smithi016:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T14:50:09.772 DEBUG:teuthology.orchestra.run.smithi133:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T14:50:09.774 DEBUG:teuthology.orchestra.run.smithi138:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T14:50:09.785 INFO:teuthology.orchestra.run.smithi016.stderr:bash: line 1: ntpq: command not found 2024-04-02T14:50:09.786 INFO:teuthology.orchestra.run.smithi133.stderr:bash: line 1: ntpq: command not found 2024-04-02T14:50:09.787 INFO:teuthology.orchestra.run.smithi138.stderr:bash: line 1: ntpq: command not found 2024-04-02T14:50:09.789 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T14:50:09.789 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2024-04-02T14:50:09.789 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv01.front.sepia.ceph.com 2 6 177 23 -695us[ -770us] +/- 86ms 2024-04-02T14:50:09.790 INFO:teuthology.orchestra.run.smithi133.stdout:^* hv02.front.sepia.ceph.com 3 6 177 23 -1416us[-1492us] +/- 74ms 2024-04-02T14:50:09.790 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 22 +1723us[+1723us] +/- 64ms 2024-04-02T14:50:09.790 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:50:09.791 INFO:teuthology.orchestra.run.smithi016.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T14:50:09.791 INFO:teuthology.orchestra.run.smithi016.stdout:=============================================================================== 2024-04-02T14:50:09.792 INFO:teuthology.orchestra.run.smithi016.stdout:^+ hv01.front.sepia.ceph.com 2 6 177 22 -707us[ -707us] +/- 86ms 2024-04-02T14:50:09.792 INFO:teuthology.orchestra.run.smithi016.stdout:^* hv02.front.sepia.ceph.com 3 6 177 23 -1413us[-1457us] +/- 74ms 2024-04-02T14:50:09.792 INFO:teuthology.orchestra.run.smithi016.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 22 +1732us[+1732us] +/- 64ms 2024-04-02T14:50:09.792 INFO:teuthology.orchestra.run.smithi016.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:50:09.793 INFO:teuthology.orchestra.run.smithi138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T14:50:09.793 INFO:teuthology.orchestra.run.smithi138.stdout:=============================================================================== 2024-04-02T14:50:09.793 INFO:teuthology.orchestra.run.smithi138.stdout:^+ hv01.front.sepia.ceph.com 2 6 177 23 -669us[ -697us] +/- 86ms 2024-04-02T14:50:09.793 INFO:teuthology.orchestra.run.smithi138.stdout:^* hv02.front.sepia.ceph.com 3 6 177 22 -1406us[-1434us] +/- 74ms 2024-04-02T14:50:09.793 INFO:teuthology.orchestra.run.smithi138.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 23 +1731us[+1702us] +/- 64ms 2024-04-02T14:50:09.794 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:50:09.794 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-02T14:50:09.803 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-02T14:50:09.803 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-02T14:50:09.812 DEBUG:teuthology.orchestra.run.smithi016:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-02T14:50:09.902 DEBUG:teuthology.orchestra.run.smithi133:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-02T14:50:09.964 DEBUG:teuthology.orchestra.run.smithi138:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-02T14:50:10.027 DEBUG:teuthology.orchestra.run.smithi016:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-02T14:50:10.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:50:10.058 DEBUG:teuthology.orchestra.run.smithi133:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-02T14:50:10.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:50:10.088 DEBUG:teuthology.orchestra.run.smithi138:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-02T14:50:10.116 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:50:10.117 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-02T14:50:10.126 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-02T14:50:10.134 INFO:teuthology.task.internal:Duration was 488.522547 seconds 2024-04-02T14:50:10.134 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-02T14:50:10.143 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-02T14:50:10.143 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-02T14:50:10.146 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-02T14:50:10.148 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-02T14:50:10.188 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T14:50:10.191 INFO:teuthology.orchestra.run.smithi016.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T14:50:10.200 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T14:50:10.360 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-02T14:50:10.361 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi016.front.sepia.ceph.com 2024-04-02T14:50:10.361 DEBUG:teuthology.orchestra.run.smithi016:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-02T14:50:10.381 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi133.front.sepia.ceph.com 2024-04-02T14:50:10.381 DEBUG:teuthology.orchestra.run.smithi133:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-02T14:50:10.404 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi138.front.sepia.ceph.com 2024-04-02T14:50:10.404 DEBUG:teuthology.orchestra.run.smithi138:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-02T14:50:10.426 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-02T14:50:10.426 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-02T14:50:10.429 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-02T14:50:10.446 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-02T14:50:10.495 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-02T14:50:10.496 DEBUG:teuthology.orchestra.run.smithi016:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-02T14:50:10.499 DEBUG:teuthology.orchestra.run.smithi133:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-02T14:50:10.514 DEBUG:teuthology.orchestra.run.smithi138:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-02T14:50:10.629 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-02T14:50:10.640 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-02T14:50:10.640 DEBUG:teuthology.orchestra.run.smithi016:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-02T14:50:10.667 DEBUG:teuthology.orchestra.run.smithi133:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-02T14:50:10.694 DEBUG:teuthology.orchestra.run.smithi138:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-02T14:50:10.721 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-02T14:50:10.731 DEBUG:teuthology.orchestra.run.smithi016:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-02T14:50:10.733 DEBUG:teuthology.orchestra.run.smithi133:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-02T14:50:10.736 DEBUG:teuthology.orchestra.run.smithi138:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-02T14:50:10.756 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = core 2024-04-02T14:50:10.758 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = core 2024-04-02T14:50:10.785 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = core 2024-04-02T14:50:10.815 DEBUG:teuthology.orchestra.run.smithi016:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-02T14:50:10.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:50:10.849 DEBUG:teuthology.orchestra.run.smithi133:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-02T14:50:10.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:50:10.863 DEBUG:teuthology.orchestra.run.smithi138:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-02T14:50:10.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:50:10.877 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-02T14:50:10.888 INFO:teuthology.task.internal:Transferring archived files... 2024-04-02T14:50:10.888 DEBUG:teuthology.misc:Transferring archived files from smithi016:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636008/remote/smithi016 2024-04-02T14:50:10.889 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-02T14:50:10.926 DEBUG:teuthology.misc:Transferring archived files from smithi133:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636008/remote/smithi133 2024-04-02T14:50:10.926 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-02T14:50:10.961 DEBUG:teuthology.misc:Transferring archived files from smithi138:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636008/remote/smithi138 2024-04-02T14:50:10.961 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-02T14:50:10.996 INFO:teuthology.task.internal:Removing archive directory... 2024-04-02T14:50:10.997 DEBUG:teuthology.orchestra.run.smithi016:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-02T14:50:10.999 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-02T14:50:11.001 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-02T14:50:11.046 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-02T14:50:11.058 INFO:teuthology.task.internal:Not uploading archives. 2024-04-02T14:50:11.058 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-02T14:50:11.067 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-02T14:50:11.068 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-02T14:50:11.070 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-02T14:50:11.072 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-02T14:50:11.081 INFO:teuthology.orchestra.run.smithi016.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 2 14:50 /home/ubuntu/cephtest 2024-04-02T14:50:11.084 INFO:teuthology.orchestra.run.smithi133.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 2 14:50 /home/ubuntu/cephtest 2024-04-02T14:50:11.100 INFO:teuthology.orchestra.run.smithi138.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 2 14:50 /home/ubuntu/cephtest 2024-04-02T14:50:11.101 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-02T14:50:11.112 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-02T14:50:11.132 INFO:teuthology.nuke:Checking targets against current locks 2024-04-02T14:50:11.157 DEBUG:teuthology.nuke:shortname: smithi016 2024-04-02T14:50:11.157 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T14:50:11.181 DEBUG:teuthology.nuke:shortname: smithi133 2024-04-02T14:50:11.182 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T14:50:11.187 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi016.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636008', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-02 14:33:19.139565', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF4fMbjhMDsseJBAVH4rzPdJya3xjr1hqpmoui0bS10qEmoPsAZycAqXk4CBsUhiJXHzcoHQdHVlbD0sd7xCGZc='} 2024-04-02T14:50:11.204 DEBUG:teuthology.nuke:shortname: smithi138 2024-04-02T14:50:11.205 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T14:50:11.210 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636008', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-02 14:33:19.142052', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGtUeXnvsn+IicAHXZ4uLSL4VLOXIo9dZ/9afelpm1Mc6QsuNsU7vj2vL4fYFFSDQABUZSiAmxwrxtrXWoE3BIA='} 2024-04-02T14:50:11.236 INFO:teuthology.orchestra.console.smithi016:Power off 2024-04-02T14:50:11.236 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-02T14:50:11.248 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636008', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-02 14:33:19.140938', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMa4T9jblVBqNlDMNqR2P4rsQhpajK8sWL5yOIQwjtuUHHHRhqXMpkYCvZ2dcAC2HEXYIObMlnHRu5fptSCkXS0='} 2024-04-02T14:50:11.262 DEBUG:teuthology.orchestra.console.smithi016:power off output: Chassis Power Control: Down/Off 2024-04-02T14:50:11.262 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:50:11.284 INFO:teuthology.orchestra.console.smithi133:Power off 2024-04-02T14:50:11.284 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-02T14:50:11.298 DEBUG:teuthology.orchestra.console.smithi016:check power output: Chassis Power is on 2024-04-02T14:50:11.308 DEBUG:teuthology.orchestra.console.smithi133:power off output: Chassis Power Control: Down/Off 2024-04-02T14:50:11.308 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:50:11.326 INFO:teuthology.orchestra.console.smithi138:Power off 2024-04-02T14:50:11.326 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-02T14:50:11.336 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-04-02T14:50:11.351 DEBUG:teuthology.orchestra.console.smithi138:power off output: Chassis Power Control: Down/Off 2024-04-02T14:50:11.351 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:50:11.376 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is on 2024-04-02T14:50:15.299 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:50:15.337 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:50:15.377 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:50:15.410 DEBUG:teuthology.orchestra.console.smithi016:check power output: Chassis Power is on 2024-04-02T14:50:15.447 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-04-02T14:50:15.489 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is on 2024-04-02T14:50:19.415 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:50:19.448 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:50:19.490 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:50:19.527 DEBUG:teuthology.orchestra.console.smithi016:check power output: Chassis Power is off 2024-04-02T14:50:19.558 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-04-02T14:50:19.600 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is off 2024-04-02T14:50:19.629 INFO:teuthology.orchestra.console.smithi016:Power off completed 2024-04-02T14:50:19.701 INFO:teuthology.orchestra.console.smithi138:Power off completed 2024-04-02T14:50:23.560 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:50:23.670 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is off 2024-04-02T14:50:23.771 INFO:teuthology.orchestra.console.smithi133:Power off completed 2024-04-02T14:50:23.876 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} duration: 488.5225465297699 failure_reason: 'Command failed on smithi016 with status 5: ''sudo systemctl stop ceph-1d418350-f100-11ee-b647-cb9ed24678a4@mon.a''' flavor: default owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=c5386615aa8d4980afbcbdd6707ceae8 status: fail success: false 2024-04-02T14:50:23.876 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-02T14:50:23.962 INFO:teuthology.run:FAIL