2024-04-22T21:41:58.266 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T21:41:58.267 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668790 --name teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi --description orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} --owner scheduled_teuthology@teuthology --verbose -- /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668790/orig.config.yaml 2024-04-22T21:41:58.300 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T21:41:58.386 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668790 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} email: ceph-qa@ceph.com first_in_suite: false job_id: '7668790' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid 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 log-only-match: - CEPHADM_ sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.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: 207 sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f sleep_before_teardown: 0 subset: 24/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 targets: smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCNCrnP/KAS+bbcxNkWXBNT4tCmPM3axuTPwsiJ2ZebsjxMrvG0spGpgRDikTEK7q9pqCu466UXGwKNKyqbZa6Q= smithi096.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGWrtiaR+2d0CJwcbh7v24hOZq2YULDbhhxi531LCZjJXDmaWPjsekPjeA3Vg4egN6oR70uBZWttzIFF5JnSY8U= smithi192.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOlg9S+7/anCSKEEbMX7VOuBCyIlSXNdOFBIBJn9xjSCz9gU1CK/KxnvHqghowWTWZB/66YLEOJGspIUPmaq8LA= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-22_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T21:41:58.386 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa; will attempt to use it 2024-04-22T21:41:58.387 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks 2024-04-22T21:41:58.387 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T21:41:58.388 INFO:teuthology.task.internal:Checking packages... 2024-04-22T21:41:58.412 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '430e09df97c8fc7dc2b2ae424f68ed11366c540f' 2024-04-22T21:41:58.412 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T21:41:58.412 INFO:teuthology.packaging:ref: None 2024-04-22T21:41:58.412 INFO:teuthology.packaging:tag: None 2024-04-22T21:41:58.413 INFO:teuthology.packaging:branch: squid 2024-04-22T21:41:58.413 INFO:teuthology.packaging:sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:41:58.413 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-04-22T21:41:58.696 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2420.g246d7127 2024-04-22T21:41:58.698 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T21:41:58.704 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T21:41:58.704 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T21:41:58.711 INFO:teuthology.task.internal:Saving configuration 2024-04-22T21:41:58.725 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T21:41:58.731 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T21:41:58.751 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668790', '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-22 21:34:46.025976', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCNCrnP/KAS+bbcxNkWXBNT4tCmPM3axuTPwsiJ2ZebsjxMrvG0spGpgRDikTEK7q9pqCu466UXGwKNKyqbZa6Q='} 2024-04-22T21:41:58.773 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi096.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668790', '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-22 21:34:46.027639', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGWrtiaR+2d0CJwcbh7v24hOZq2YULDbhhxi531LCZjJXDmaWPjsekPjeA3Vg4egN6oR70uBZWttzIFF5JnSY8U='} 2024-04-22T21:41:58.795 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668790', '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-22 21:34:46.024087', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOlg9S+7/anCSKEEbMX7VOuBCyIlSXNdOFBIBJn9xjSCz9gU1CK/KxnvHqghowWTWZB/66YLEOJGspIUPmaq8LA='} 2024-04-22T21:41:58.795 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T21:41:58.800 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-04-22T21:41:58.800 INFO:teuthology.task.internal:roles: ubuntu@smithi096.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-04-22T21:41:58.800 INFO:teuthology.task.internal:roles: ubuntu@smithi192.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-04-22T21:41:58.800 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T21:41:58.907 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f165f375f70>, signals=[15]) 2024-04-22T21:41:58.908 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T21:41:58.915 INFO:teuthology.task.internal:Opening connections... 2024-04-22T21:41:58.915 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2024-04-22T21:41:58.917 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:41:58.999 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi096.front.sepia.ceph.com 2024-04-22T21:41:59.000 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:41:59.083 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi192.front.sepia.ceph.com 2024-04-22T21:41:59.084 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:41:59.174 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T21:41:59.184 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2024-04-22T21:41:59.202 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2024-04-22T21:41:59.203 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2024-04-22T21:41:59.259 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="CentOS Stream" 2024-04-22T21:41:59.259 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="9" 2024-04-22T21:41:59.259 INFO:teuthology.orchestra.run.smithi071.stdout:ID="centos" 2024-04-22T21:41:59.259 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="rhel fedora" 2024-04-22T21:41:59.260 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="9" 2024-04-22T21:41:59.260 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el9" 2024-04-22T21:41:59.260 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T21:41:59.260 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2024-04-22T21:41:59.260 INFO:teuthology.orchestra.run.smithi071.stdout:LOGO="fedora-logo-icon" 2024-04-22T21:41:59.260 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T21:41:59.260 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://centos.org/" 2024-04-22T21:41:59.260 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T21:41:59.260 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T21:41:59.260 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T21:41:59.261 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2024-04-22T21:41:59.280 DEBUG:teuthology.orchestra.run.smithi096:> uname -m 2024-04-22T21:41:59.298 INFO:teuthology.orchestra.run.smithi096.stdout:x86_64 2024-04-22T21:41:59.298 DEBUG:teuthology.orchestra.run.smithi096:> cat /etc/os-release 2024-04-22T21:41:59.354 INFO:teuthology.orchestra.run.smithi096.stdout:NAME="CentOS Stream" 2024-04-22T21:41:59.354 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION="9" 2024-04-22T21:41:59.354 INFO:teuthology.orchestra.run.smithi096.stdout:ID="centos" 2024-04-22T21:41:59.355 INFO:teuthology.orchestra.run.smithi096.stdout:ID_LIKE="rhel fedora" 2024-04-22T21:41:59.355 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION_ID="9" 2024-04-22T21:41:59.355 INFO:teuthology.orchestra.run.smithi096.stdout:PLATFORM_ID="platform:el9" 2024-04-22T21:41:59.355 INFO:teuthology.orchestra.run.smithi096.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T21:41:59.355 INFO:teuthology.orchestra.run.smithi096.stdout:ANSI_COLOR="0;31" 2024-04-22T21:41:59.355 INFO:teuthology.orchestra.run.smithi096.stdout:LOGO="fedora-logo-icon" 2024-04-22T21:41:59.355 INFO:teuthology.orchestra.run.smithi096.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T21:41:59.355 INFO:teuthology.orchestra.run.smithi096.stdout:HOME_URL="https://centos.org/" 2024-04-22T21:41:59.355 INFO:teuthology.orchestra.run.smithi096.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T21:41:59.356 INFO:teuthology.orchestra.run.smithi096.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T21:41:59.356 INFO:teuthology.orchestra.run.smithi096.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T21:41:59.356 INFO:teuthology.lock.ops:Updating smithi096.front.sepia.ceph.com on lock server 2024-04-22T21:41:59.383 DEBUG:teuthology.orchestra.run.smithi192:> uname -m 2024-04-22T21:41:59.401 INFO:teuthology.orchestra.run.smithi192.stdout:x86_64 2024-04-22T21:41:59.402 DEBUG:teuthology.orchestra.run.smithi192:> cat /etc/os-release 2024-04-22T21:41:59.458 INFO:teuthology.orchestra.run.smithi192.stdout:NAME="CentOS Stream" 2024-04-22T21:41:59.458 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION="9" 2024-04-22T21:41:59.458 INFO:teuthology.orchestra.run.smithi192.stdout:ID="centos" 2024-04-22T21:41:59.458 INFO:teuthology.orchestra.run.smithi192.stdout:ID_LIKE="rhel fedora" 2024-04-22T21:41:59.458 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION_ID="9" 2024-04-22T21:41:59.459 INFO:teuthology.orchestra.run.smithi192.stdout:PLATFORM_ID="platform:el9" 2024-04-22T21:41:59.459 INFO:teuthology.orchestra.run.smithi192.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T21:41:59.459 INFO:teuthology.orchestra.run.smithi192.stdout:ANSI_COLOR="0;31" 2024-04-22T21:41:59.459 INFO:teuthology.orchestra.run.smithi192.stdout:LOGO="fedora-logo-icon" 2024-04-22T21:41:59.459 INFO:teuthology.orchestra.run.smithi192.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T21:41:59.459 INFO:teuthology.orchestra.run.smithi192.stdout:HOME_URL="https://centos.org/" 2024-04-22T21:41:59.459 INFO:teuthology.orchestra.run.smithi192.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T21:41:59.459 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T21:41:59.459 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T21:41:59.459 INFO:teuthology.lock.ops:Updating smithi192.front.sepia.ceph.com on lock server 2024-04-22T21:41:59.480 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T21:41:59.488 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T21:41:59.611 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T21:41:59.611 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:41:59.614 DEBUG:teuthology.orchestra.run.smithi096:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:41:59.617 DEBUG:teuthology.orchestra.run.smithi192:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:41:59.633 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T21:41:59.639 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T21:41:59.640 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:41:59.670 DEBUG:teuthology.orchestra.run.smithi096:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:41:59.672 DEBUG:teuthology.orchestra.run.smithi192:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:41:59.761 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T21:41:59.847 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T21:41:59.869 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T21:41:59.869 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T21:41:59.869 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:41:59.870 DEBUG:teuthology.orchestra.run.smithi096:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:41:59.871 DEBUG:teuthology.orchestra.run.smithi192:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:41:59.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:41:59.888 DEBUG:teuthology.orchestra.run.smithi096:> uname -r 2024-04-22T21:41:59.889 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:41:59.889 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:41:59.889 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2024-04-22T21:41:59.890 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-04-22T21:41:59.944 INFO:teuthology.orchestra.run.smithi096.stdout:5.14.0-437.el9.x86_64 2024-04-22T21:41:59.945 INFO:teuthology.task.kernel:Running kernel on smithi096: 5.14.0-437.el9.x86_64 2024-04-22T21:41:59.945 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum install -y kernel 2024-04-22T21:41:59.946 INFO:teuthology.orchestra.run.smithi192.stdout:5.14.0-437.el9.x86_64 2024-04-22T21:41:59.946 INFO:teuthology.task.kernel:Running kernel on smithi192: 5.14.0-437.el9.x86_64 2024-04-22T21:41:59.946 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum install -y kernel 2024-04-22T21:41:59.947 INFO:teuthology.orchestra.run.smithi071.stdout:5.14.0-437.el9.x86_64 2024-04-22T21:41:59.947 INFO:teuthology.task.kernel:Running kernel on smithi071: 5.14.0-437.el9.x86_64 2024-04-22T21:41:59.948 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum install -y kernel 2024-04-22T21:42:02.236 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-04-22T21:42:02.495 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - BaseOS 9.7 MB/s | 8.0 MB 00:00 2024-04-22T21:42:04.518 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - BaseOS 2.6 MB/s | 8.0 MB 00:03 2024-04-22T21:42:04.798 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - AppStream 15 MB/s | 19 MB 00:01 2024-04-22T21:42:06.530 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - AppStream 20 MB/s | 19 MB 00:00 2024-04-22T21:42:08.904 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.2 MB 00:00 2024-04-22T21:42:10.645 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.2 MB 00:00 2024-04-22T21:42:10.788 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - Extras packages 29 kB/s | 16 kB 00:00 2024-04-22T21:42:11.685 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - AppStream 2.3 MB/s | 19 MB 00:08 2024-04-22T21:42:12.522 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - Extras packages 29 kB/s | 16 kB 00:00 2024-04-22T21:42:14.099 INFO:teuthology.orchestra.run.smithi192.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-04-22T21:42:15.919 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - CRB 8.6 MB/s | 6.2 MB 00:00 2024-04-22T21:42:17.270 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - Extras packages 75 kB/s | 16 kB 00:00 2024-04-22T21:42:19.238 INFO:teuthology.orchestra.run.smithi192.stdout:lab-extras 11 kB/s | 1.7 kB 00:00 2024-04-22T21:42:19.321 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-22T21:42:21.111 INFO:teuthology.orchestra.run.smithi192.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T21:42:21.111 INFO:teuthology.orchestra.run.smithi192.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T21:42:21.210 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:42:21.211 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-22T21:42:21.211 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:42:21.340 DEBUG:teuthology.orchestra.run.smithi192:> echo no | sudo yum reinstall kernel || true 2024-04-22T21:42:21.840 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:02 ago on Mon 22 Apr 2024 09:42:19 PM UTC. 2024-04-22T21:42:21.981 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:42:21.988 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:42:21.988 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-04-22T21:42:21.988 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:42:21.988 INFO:teuthology.orchestra.run.smithi192.stdout:Reinstalling: 2024-04-22T21:42:21.988 INFO:teuthology.orchestra.run.smithi192.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:42:21.988 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:42:21.988 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T21:42:21.988 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:42:21.988 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:42:21.988 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 255 k 2024-04-22T21:42:21.988 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 0 2024-04-22T21:42:21.989 INFO:teuthology.orchestra.run.smithi192.stderr:Operation aborted. 2024-04-22T21:42:22.052 INFO:teuthology.orchestra.run.smithi192.stdout:Is this ok [y/N]: 2024-04-22T21:42:22.052 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum reinstall -y kernel || true 2024-04-22T21:42:22.546 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:42:19 PM UTC. 2024-04-22T21:42:22.662 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:42:22.663 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:42:22.663 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-04-22T21:42:22.663 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:42:22.663 INFO:teuthology.orchestra.run.smithi192.stdout:Reinstalling: 2024-04-22T21:42:22.663 INFO:teuthology.orchestra.run.smithi192.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:42:22.663 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:42:22.663 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T21:42:22.663 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:42:22.663 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:42:22.664 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 255 k 2024-04-22T21:42:22.664 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 0 2024-04-22T21:42:22.664 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T21:42:23.399 INFO:teuthology.orchestra.run.smithi192.stdout:kernel-5.14.0-437.el9.x86_64.rpm 553 kB/s | 255 kB 00:00 2024-04-22T21:42:23.399 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:42:23.399 INFO:teuthology.orchestra.run.smithi192.stdout:Total 347 kB/s | 255 kB 00:00 2024-04-22T21:42:23.415 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T21:42:23.573 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T21:42:23.573 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T21:42:23.578 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T21:42:23.578 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T21:42:23.703 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T21:42:23.791 INFO:teuthology.orchestra.run.smithi192.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:42:23.791 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:42:24.488 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 18 kB/s | 1.7 kB 00:00 2024-04-22T21:42:24.521 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:42:24.521 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:42:25.240 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:42:25.241 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:42:25.241 INFO:teuthology.orchestra.run.smithi192.stdout:Reinstalled: 2024-04-22T21:42:25.241 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T21:42:25.241 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:42:25.241 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:42:25.418 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T21:42:25.471 INFO:teuthology.orchestra.run.smithi192.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T21:42:25.472 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T21:42:25.472 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T21:42:25.472 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-22T21:42:25.472 DEBUG:teuthology.orchestra.run.smithi192:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T21:42:25.509 INFO:teuthology.orchestra.run.smithi192.stdout:ttyS1 2024-04-22T21:42:25.530 DEBUG:teuthology.parallel:result is None 2024-04-22T21:42:26.352 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T21:42:26.353 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T21:42:26.443 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:42:26.444 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-22T21:42:26.444 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:42:26.575 DEBUG:teuthology.orchestra.run.smithi071:> echo no | sudo yum reinstall kernel || true 2024-04-22T21:42:27.112 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:42:24 PM UTC. 2024-04-22T21:42:27.246 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:42:27.253 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:42:27.254 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-22T21:42:27.254 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:42:27.254 INFO:teuthology.orchestra.run.smithi071.stdout:Reinstalling: 2024-04-22T21:42:27.254 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:42:27.254 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:42:27.254 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T21:42:27.254 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:42:27.254 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:42:27.254 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 255 k 2024-04-22T21:42:27.254 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 0 2024-04-22T21:42:27.254 INFO:teuthology.orchestra.run.smithi071.stderr:Operation aborted. 2024-04-22T21:42:27.316 INFO:teuthology.orchestra.run.smithi071.stdout:Is this ok [y/N]: 2024-04-22T21:42:27.316 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum reinstall -y kernel || true 2024-04-22T21:42:27.808 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:42:24 PM UTC. 2024-04-22T21:42:27.923 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:42:27.924 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:42:27.924 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-22T21:42:27.924 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:42:27.924 INFO:teuthology.orchestra.run.smithi071.stdout:Reinstalling: 2024-04-22T21:42:27.925 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:42:27.925 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:42:27.925 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T21:42:27.925 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:42:27.925 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:42:27.925 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 255 k 2024-04-22T21:42:27.925 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 0 2024-04-22T21:42:27.925 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T21:42:28.673 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-5.14.0-437.el9.x86_64.rpm 527 kB/s | 255 kB 00:00 2024-04-22T21:42:28.673 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:42:28.673 INFO:teuthology.orchestra.run.smithi071.stdout:Total 340 kB/s | 255 kB 00:00 2024-04-22T21:42:28.691 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T21:42:28.882 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T21:42:28.882 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T21:42:28.887 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T21:42:28.887 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T21:42:29.015 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T21:42:29.091 INFO:teuthology.orchestra.run.smithi071.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:42:29.091 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:42:29.784 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:42:29.784 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:42:30.164 INFO:teuthology.orchestra.run.smithi096.stdout:Extra Packages for Enterprise Linux 1.1 MB/s | 21 MB 00:19 2024-04-22T21:42:30.480 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:42:30.480 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:42:30.480 INFO:teuthology.orchestra.run.smithi071.stdout:Reinstalled: 2024-04-22T21:42:30.481 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T21:42:30.481 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:42:30.481 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:42:30.652 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T21:42:30.700 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T21:42:30.700 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T21:42:30.700 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T21:42:30.700 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T21:42:30.701 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T21:42:30.734 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2024-04-22T21:42:30.755 DEBUG:teuthology.parallel:result is None 2024-04-22T21:42:35.327 INFO:teuthology.orchestra.run.smithi096.stdout:lab-extras 10 kB/s | 1.7 kB 00:00 2024-04-22T21:42:37.192 INFO:teuthology.orchestra.run.smithi096.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T21:42:37.192 INFO:teuthology.orchestra.run.smithi096.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T21:42:37.285 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:42:37.286 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-04-22T21:42:37.287 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:42:37.399 DEBUG:teuthology.orchestra.run.smithi096:> echo no | sudo yum reinstall kernel || true 2024-04-22T21:42:37.894 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:02 ago on Mon 22 Apr 2024 09:42:35 PM UTC. 2024-04-22T21:42:38.022 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:42:38.035 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:42:38.035 INFO:teuthology.orchestra.run.smithi096.stdout: Package Architecture Version Repository Size 2024-04-22T21:42:38.035 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:42:38.035 INFO:teuthology.orchestra.run.smithi096.stdout:Reinstalling: 2024-04-22T21:42:38.035 INFO:teuthology.orchestra.run.smithi096.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:42:38.035 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:42:38.035 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-04-22T21:42:38.035 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:42:38.036 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:42:38.036 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 255 k 2024-04-22T21:42:38.036 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 0 2024-04-22T21:42:38.036 INFO:teuthology.orchestra.run.smithi096.stderr:Operation aborted. 2024-04-22T21:42:38.091 INFO:teuthology.orchestra.run.smithi096.stdout:Is this ok [y/N]: 2024-04-22T21:42:38.092 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum reinstall -y kernel || true 2024-04-22T21:42:38.583 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:42:35 PM UTC. 2024-04-22T21:42:38.700 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:42:38.700 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:42:38.701 INFO:teuthology.orchestra.run.smithi096.stdout: Package Architecture Version Repository Size 2024-04-22T21:42:38.701 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:42:38.701 INFO:teuthology.orchestra.run.smithi096.stdout:Reinstalling: 2024-04-22T21:42:38.701 INFO:teuthology.orchestra.run.smithi096.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:42:38.701 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:42:38.701 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-04-22T21:42:38.701 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:42:38.701 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:42:38.701 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 255 k 2024-04-22T21:42:38.701 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 0 2024-04-22T21:42:38.701 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-04-22T21:42:39.054 INFO:teuthology.orchestra.run.smithi096.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.2 MB/s | 255 kB 00:00 2024-04-22T21:42:39.054 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:42:39.054 INFO:teuthology.orchestra.run.smithi096.stdout:Total 722 kB/s | 255 kB 00:00 2024-04-22T21:42:39.070 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-04-22T21:42:39.250 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-04-22T21:42:39.250 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-04-22T21:42:39.254 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-04-22T21:42:39.255 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-04-22T21:42:39.393 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-04-22T21:42:39.463 INFO:teuthology.orchestra.run.smithi096.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:42:39.463 INFO:teuthology.orchestra.run.smithi096.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:42:40.114 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:42:40.114 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:42:40.817 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:42:40.817 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:42:40.817 INFO:teuthology.orchestra.run.smithi096.stdout:Reinstalled: 2024-04-22T21:42:40.818 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T21:42:40.818 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:42:40.818 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:42:40.990 DEBUG:teuthology.orchestra.run.smithi096:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T21:42:41.037 INFO:teuthology.orchestra.run.smithi096.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T21:42:41.037 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T21:42:41.037 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T21:42:41.037 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T21:42:41.037 DEBUG:teuthology.orchestra.run.smithi096:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T21:42:41.068 INFO:teuthology.orchestra.run.smithi096.stdout:ttyS1 2024-04-22T21:42:41.092 DEBUG:teuthology.parallel:result is None 2024-04-22T21:42:41.092 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T21:42:41.099 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T21:42:41.100 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T21:42:41.104 DEBUG:teuthology.orchestra.run.smithi096:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T21:42:41.135 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T21:42:41.153 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T21:42:41.229 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T21:42:41.237 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T21:42:41.237 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T21:42:41.240 DEBUG:teuthology.orchestra.run.smithi096:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T21:42:41.242 DEBUG:teuthology.orchestra.run.smithi192:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T21:42:41.339 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T21:42:41.346 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T21:42:41.347 DEBUG:teuthology.orchestra.run.smithi071:> 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-22T21:42:41.349 DEBUG:teuthology.orchestra.run.smithi096:> 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-22T21:42:41.352 DEBUG:teuthology.orchestra.run.smithi192:> 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-22T21:42:41.385 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:42:41.386 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:42:41.391 INFO:teuthology.orchestra.run.smithi096.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:42:41.395 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:42:41.397 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:42:41.401 INFO:teuthology.orchestra.run.smithi096.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:42:41.402 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T21:42:41.471 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T21:42:41.472 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T21:42:41.480 DEBUG:teuthology.orchestra.run.smithi096:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T21:42:41.482 DEBUG:teuthology.orchestra.run.smithi192:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T21:42:41.509 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T21:42:41.519 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T21:42:41.519 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T21:42:41.548 DEBUG:teuthology.orchestra.run.smithi096:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T21:42:41.550 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T21:42:41.566 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:42:41.648 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:42:41.700 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:42:41.781 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:42:41.830 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-22T21:42:41.830 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T21:42:41.897 DEBUG:teuthology.orchestra.run.smithi096:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:42:41.940 DEBUG:teuthology.orchestra.run.smithi096:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:42:41.987 DEBUG:teuthology.orchestra.run.smithi096:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:42:42.068 DEBUG:teuthology.orchestra.run.smithi096:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:42:42.107 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-04-22T21:42:42.107 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T21:42:42.170 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:42:42.217 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:42:42.275 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:42:42.359 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:42:42.401 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-22T21:42:42.401 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T21:42:42.467 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2024-04-22T21:42:42.469 DEBUG:teuthology.orchestra.run.smithi096:> sudo service rsyslog restart 2024-04-22T21:42:42.471 DEBUG:teuthology.orchestra.run.smithi192:> sudo service rsyslog restart 2024-04-22T21:42:42.507 INFO:teuthology.orchestra.run.smithi096.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:42:42.509 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:42:42.552 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:42:42.991 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T21:42:42.998 INFO:teuthology.task.internal:Starting timer... 2024-04-22T21:42:42.998 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T21:42:43.009 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T21:42:43.022 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-22T21:42:43.022 DEBUG:teuthology.orchestra.run.smithi071:> sudo service auditd rotate 2024-04-22T21:42:43.110 INFO:teuthology.orchestra.run.smithi071.stdout:Rotating logs: 2024-04-22T21:42:43.112 DEBUG:teuthology.orchestra.run.smithi096:> sudo service auditd rotate 2024-04-22T21:42:43.154 INFO:teuthology.orchestra.run.smithi096.stdout:Rotating logs: 2024-04-22T21:42:43.156 DEBUG:teuthology.orchestra.run.smithi192:> sudo service auditd rotate 2024-04-22T21:42:43.217 INFO:teuthology.orchestra.run.smithi192.stdout:Rotating logs: 2024-04-22T21:42:43.219 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T21:42:43.219 DEBUG:teuthology.orchestra.run.smithi071:> /usr/sbin/getenforce 2024-04-22T21:42:43.252 INFO:teuthology.orchestra.run.smithi071.stdout:Permissive 2024-04-22T21:42:43.252 DEBUG:teuthology.orchestra.run.smithi096:> /usr/sbin/getenforce 2024-04-22T21:42:43.272 INFO:teuthology.orchestra.run.smithi096.stdout:Permissive 2024-04-22T21:42:43.272 DEBUG:teuthology.orchestra.run.smithi192:> /usr/sbin/getenforce 2024-04-22T21:42:43.295 INFO:teuthology.orchestra.run.smithi192.stdout:Permissive 2024-04-22T21:42:43.295 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi071.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi096.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi192.front.sepia.ceph.com': 'permissive'} 2024-04-22T21:42:43.296 DEBUG:teuthology.orchestra.run.smithi071:> 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-22T21:42:43.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:42:43.322 DEBUG:teuthology.orchestra.run.smithi096:> 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-22T21:42:43.346 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:42:43.347 DEBUG:teuthology.orchestra.run.smithi192:> 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-22T21:42:43.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:42:43.372 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T21:42:43.372 DEBUG:teuthology.orchestra.run.smithi071:> sudo /usr/sbin/setenforce permissive 2024-04-22T21:42:43.399 DEBUG:teuthology.orchestra.run.smithi096:> sudo /usr/sbin/setenforce permissive 2024-04-22T21:42:43.424 DEBUG:teuthology.orchestra.run.smithi192:> sudo /usr/sbin/setenforce permissive 2024-04-22T21:42:43.449 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T21:42:43.458 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T21:42:43.477 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-22T21:42:43.479 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi071.front.sepia.ceph.com,smithi096.front.sepia.ceph.com,smithi192.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T21:46:28.298 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi096.front.sepia.ceph.com'), Remote(name='ubuntu@smithi192.front.sepia.ceph.com')] 2024-04-22T21:46:28.299 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-04-22T21:46:28.300 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:46:28.379 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-04-22T21:46:28.469 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-04-22T21:46:28.470 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-04-22T21:46:28.470 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:46:28.548 DEBUG:teuthology.orchestra.run.smithi096:> true 2024-04-22T21:46:28.630 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-04-22T21:46:28.630 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-22T21:46:28.631 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:46:28.709 DEBUG:teuthology.orchestra.run.smithi192:> true 2024-04-22T21:46:28.795 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-22T21:46:28.795 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T21:46:28.806 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T21:46:28.806 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T21:46:28.806 DEBUG:teuthology.orchestra.run.smithi071:> 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-22T21:46:28.809 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T21:46:28.809 DEBUG:teuthology.orchestra.run.smithi096:> 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-22T21:46:28.811 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T21:46:28.812 DEBUG:teuthology.orchestra.run.smithi192:> 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-22T21:46:28.835 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T21:46:28.838 INFO:teuthology.orchestra.run.smithi096.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T21:46:28.850 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T21:46:28.851 INFO:teuthology.orchestra.run.smithi096.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T21:46:28.868 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T21:46:28.872 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: ntpd: command not found 2024-04-22T21:46:28.874 INFO:teuthology.orchestra.run.smithi096.stderr:sudo: ntpd: command not found 2024-04-22T21:46:28.882 INFO:teuthology.orchestra.run.smithi071.stdout:506 Cannot talk to daemon 2024-04-22T21:46:28.883 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T21:46:28.885 INFO:teuthology.orchestra.run.smithi096.stdout:506 Cannot talk to daemon 2024-04-22T21:46:28.895 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T21:46:28.898 INFO:teuthology.orchestra.run.smithi096.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T21:46:28.908 INFO:teuthology.orchestra.run.smithi192.stderr:sudo: ntpd: command not found 2024-04-22T21:46:28.908 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T21:46:28.911 INFO:teuthology.orchestra.run.smithi096.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T21:46:28.919 INFO:teuthology.orchestra.run.smithi192.stdout:506 Cannot talk to daemon 2024-04-22T21:46:28.932 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T21:46:28.946 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T21:46:28.969 INFO:teuthology.orchestra.run.smithi071.stderr:bash: line 1: ntpq: command not found 2024-04-22T21:46:28.970 INFO:teuthology.orchestra.run.smithi096.stderr:bash: line 1: ntpq: command not found 2024-04-22T21:46:28.974 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T21:46:28.974 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-04-22T21:46:28.974 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:46:28.974 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:46:28.974 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:46:28.974 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:46:28.975 INFO:teuthology.orchestra.run.smithi096.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T21:46:28.975 INFO:teuthology.orchestra.run.smithi096.stdout:=============================================================================== 2024-04-22T21:46:28.975 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:46:28.975 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:46:28.975 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:46:28.975 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:46:29.000 INFO:teuthology.orchestra.run.smithi192.stderr:bash: line 1: ntpq: command not found 2024-04-22T21:46:29.003 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T21:46:29.003 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2024-04-22T21:46:29.004 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:46:29.004 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:46:29.004 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:46:29.004 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:46:29.004 INFO:teuthology.run_tasks:Running task pexec... 2024-04-22T21:46:29.014 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-22T21:46:29.015 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi071.front.sepia.ceph.com 2024-04-22T21:46:29.015 DEBUG:teuthology.orchestra.run.smithi071:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T21:46:29.015 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi096.front.sepia.ceph.com 2024-04-22T21:46:29.016 DEBUG:teuthology.orchestra.run.smithi096:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T21:46:29.016 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi192.front.sepia.ceph.com 2024-04-22T21:46:29.016 DEBUG:teuthology.orchestra.run.smithi192:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T21:46:29.538 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:41 ago on Mon 22 Apr 2024 09:45:48 PM UTC. 2024-04-22T21:46:29.541 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:51 ago on Mon 22 Apr 2024 09:45:38 PM UTC. 2024-04-22T21:46:29.567 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:41 ago on Mon 22 Apr 2024 09:45:48 PM UTC. 2024-04-22T21:46:29.654 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:46:29.655 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:46:29.655 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-22T21:46:29.655 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:46:29.655 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T21:46:29.655 INFO:teuthology.orchestra.run.smithi071.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T21:46:29.656 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:46:29.656 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T21:46:29.656 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:46:29.656 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-22T21:46:29.656 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:46:29.656 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 3.1 M 2024-04-22T21:46:29.656 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 9.8 M 2024-04-22T21:46:29.656 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T21:46:29.657 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:46:29.658 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:46:29.658 INFO:teuthology.orchestra.run.smithi096.stdout: Package Architecture Version Repository Size 2024-04-22T21:46:29.658 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:46:29.658 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-04-22T21:46:29.658 INFO:teuthology.orchestra.run.smithi096.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T21:46:29.658 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:46:29.658 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-04-22T21:46:29.658 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:46:29.658 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-04-22T21:46:29.658 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:46:29.659 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 3.1 M 2024-04-22T21:46:29.659 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 9.8 M 2024-04-22T21:46:29.659 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-04-22T21:46:29.684 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:46:29.684 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:46:29.685 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-04-22T21:46:29.685 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:46:29.685 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T21:46:29.685 INFO:teuthology.orchestra.run.smithi192.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T21:46:29.685 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:46:29.685 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T21:46:29.685 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:46:29.685 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-22T21:46:29.685 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:46:29.685 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 3.1 M 2024-04-22T21:46:29.685 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 9.8 M 2024-04-22T21:46:29.685 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T21:46:30.069 INFO:teuthology.orchestra.run.smithi192.stdout:runc-1.1.12-2.el9.x86_64.rpm 13 MB/s | 3.1 MB 00:00 2024-04-22T21:46:30.070 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:46:30.070 INFO:teuthology.orchestra.run.smithi192.stdout:Total 8.1 MB/s | 3.1 MB 00:00 2024-04-22T21:46:30.105 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T21:46:30.111 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T21:46:30.111 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T21:46:30.193 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T21:46:30.193 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T21:46:30.406 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T21:46:30.499 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T21:46:30.593 INFO:teuthology.orchestra.run.smithi096.stdout:runc-1.1.12-2.el9.x86_64.rpm 3.8 MB/s | 3.1 MB 00:00 2024-04-22T21:46:30.594 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:46:30.594 INFO:teuthology.orchestra.run.smithi096.stdout:Total 3.3 MB/s | 3.1 MB 00:00 2024-04-22T21:46:30.629 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-04-22T21:46:30.635 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-04-22T21:46:30.635 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-04-22T21:46:30.720 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-04-22T21:46:30.721 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-04-22T21:46:30.937 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-04-22T21:46:30.991 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T21:46:31.010 INFO:teuthology.orchestra.run.smithi071.stdout:runc-1.1.12-2.el9.x86_64.rpm 2.4 MB/s | 3.1 MB 00:01 2024-04-22T21:46:31.010 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:46:31.010 INFO:teuthology.orchestra.run.smithi071.stdout:Total 2.3 MB/s | 3.1 MB 00:01 2024-04-22T21:46:31.037 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T21:46:31.048 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T21:46:31.054 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T21:46:31.054 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T21:46:31.137 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T21:46:31.137 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T21:46:31.320 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T21:46:31.320 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:46:31.320 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T21:46:31.320 INFO:teuthology.orchestra.run.smithi192.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T21:46:31.320 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:46:31.320 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:46:31.354 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T21:46:31.460 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T21:46:31.511 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T21:46:31.573 DEBUG:teuthology.parallel:result is None 2024-04-22T21:46:31.776 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T21:46:31.776 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:46:31.776 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-04-22T21:46:31.776 INFO:teuthology.orchestra.run.smithi096.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T21:46:31.776 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:46:31.776 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:46:32.006 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T21:46:32.013 DEBUG:teuthology.parallel:result is None 2024-04-22T21:46:32.308 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T21:46:32.308 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:46:32.308 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T21:46:32.308 INFO:teuthology.orchestra.run.smithi071.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T21:46:32.308 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:46:32.308 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:46:32.545 DEBUG:teuthology.parallel:result is None 2024-04-22T21:46:32.546 INFO:teuthology.run_tasks:Running task install... 2024-04-22T21:46:32.554 DEBUG:teuthology.task.install:project ceph 2024-04-22T21:46:32.555 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'}} 2024-04-22T21:46:32.555 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T21:46:32.555 INFO:teuthology.task.install:Using flavor: default 2024-04-22T21:46:32.561 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-22T21:46:32.561 INFO:teuthology.task.install:extra packages: [] 2024-04-22T21:46:32.561 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': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'tag': None, 'wait_for_package': False} 2024-04-22T21:46:32.562 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:46:32.564 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': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'tag': None, 'wait_for_package': False} 2024-04-22T21:46:32.564 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:46:32.565 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': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'tag': None, 'wait_for_package': False} 2024-04-22T21:46:32.565 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:46:32.713 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/ 2024-04-22T21:46:32.713 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2407.g430e09df 2024-04-22T21:46:32.718 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/ 2024-04-22T21:46:32.718 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2407.g430e09df 2024-04-22T21:46:32.834 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/ 2024-04-22T21:46:32.834 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2407.g430e09df 2024-04-22T21:46:32.992 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T21:46:32.992 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-22T21:46:32.992 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T21:46:33.016 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-22T21:46:33.017 DEBUG:teuthology.orchestra.run.smithi192:> 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/430e09df97c8fc7dc2b2ae424f68ed11366c540f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T21:46:33.065 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T21:46:33.065 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-22T21:46:33.065 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T21:46:33.081 DEBUG:teuthology.orchestra.run.smithi192:> 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-22T21:46:33.088 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-22T21:46:33.089 DEBUG:teuthology.orchestra.run.smithi071:> 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/430e09df97c8fc7dc2b2ae424f68ed11366c540f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T21:46:33.154 DEBUG:teuthology.orchestra.run.smithi071:> 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-22T21:46:33.155 DEBUG:teuthology.orchestra.run.smithi192:> 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-22T21:46:33.186 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T21:46:33.186 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-04-22T21:46:33.186 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T21:46:33.209 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-22T21:46:33.210 DEBUG:teuthology.orchestra.run.smithi096:> 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/430e09df97c8fc7dc2b2ae424f68ed11366c540f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T21:46:33.218 INFO:teuthology.orchestra.run.smithi192.stdout:check_obsoletes = 1 2024-04-22T21:46:33.219 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum clean all 2024-04-22T21:46:33.227 DEBUG:teuthology.orchestra.run.smithi071:> 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-22T21:46:33.274 DEBUG:teuthology.orchestra.run.smithi096:> 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-22T21:46:33.289 INFO:teuthology.orchestra.run.smithi071.stdout:check_obsoletes = 1 2024-04-22T21:46:33.291 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum clean all 2024-04-22T21:46:33.348 DEBUG:teuthology.orchestra.run.smithi096:> 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-22T21:46:33.411 INFO:teuthology.orchestra.run.smithi096.stdout:check_obsoletes = 1 2024-04-22T21:46:33.412 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum clean all 2024-04-22T21:46:33.451 INFO:teuthology.orchestra.run.smithi192.stdout:48 files removed 2024-04-22T21:46:33.480 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-radosgw 2024-04-22T21:46:33.520 INFO:teuthology.orchestra.run.smithi071.stdout:48 files removed 2024-04-22T21:46:33.549 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-radosgw 2024-04-22T21:46:33.639 INFO:teuthology.orchestra.run.smithi096.stdout:48 files removed 2024-04-22T21:46:33.667 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-radosgw 2024-04-22T21:46:34.244 INFO:teuthology.orchestra.run.smithi192.stdout:ceph packages for x86_64 166 kB/s | 83 kB 00:00 2024-04-22T21:46:34.327 INFO:teuthology.orchestra.run.smithi071.stdout:ceph packages for x86_64 161 kB/s | 83 kB 00:00 2024-04-22T21:46:34.480 INFO:teuthology.orchestra.run.smithi096.stdout:ceph packages for x86_64 151 kB/s | 83 kB 00:00 2024-04-22T21:46:34.669 INFO:teuthology.orchestra.run.smithi192.stdout:ceph noarch packages 30 kB/s | 11 kB 00:00 2024-04-22T21:46:34.729 INFO:teuthology.orchestra.run.smithi071.stdout:ceph noarch packages 32 kB/s | 11 kB 00:00 2024-04-22T21:46:34.858 INFO:teuthology.orchestra.run.smithi096.stdout:ceph noarch packages 35 kB/s | 11 kB 00:00 2024-04-22T21:46:35.111 INFO:teuthology.orchestra.run.smithi192.stdout:ceph source packages 4.6 kB/s | 1.9 kB 00:00 2024-04-22T21:46:35.176 INFO:teuthology.orchestra.run.smithi071.stdout:ceph source packages 4.6 kB/s | 1.9 kB 00:00 2024-04-22T21:46:35.258 INFO:teuthology.orchestra.run.smithi096.stdout:ceph source packages 5.2 kB/s | 1.9 kB 00:00 2024-04-22T21:46:35.728 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-04-22T21:46:35.972 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - BaseOS 9.7 MB/s | 8.0 MB 00:00 2024-04-22T21:46:36.850 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - BaseOS 5.2 MB/s | 8.0 MB 00:01 2024-04-22T21:46:38.726 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - AppStream 23 MB/s | 19 MB 00:00 2024-04-22T21:46:42.893 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - CRB 9.8 MB/s | 6.2 MB 00:00 2024-04-22T21:46:45.493 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - Extras packages 12 kB/s | 16 kB 00:01 2024-04-22T21:46:47.405 INFO:teuthology.orchestra.run.smithi096.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-22T21:46:52.486 INFO:teuthology.orchestra.run.smithi096.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-22T21:46:53.368 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 19 MB 00:16 2024-04-22T21:46:54.661 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:46:54.664 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:46:54.664 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-04-22T21:46:54.664 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:46:54.664 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-04-22T21:46:54.664 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-radosgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 10 M 2024-04-22T21:46:54.664 INFO:teuthology.orchestra.run.smithi096.stdout:Upgrading: 2024-04-22T21:46:54.664 INFO:teuthology.orchestra.run.smithi096.stdout: librados2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.4 M 2024-04-22T21:46:54.664 INFO:teuthology.orchestra.run.smithi096.stdout: librbd1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T21:46:54.664 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-04-22T21:46:54.664 INFO:teuthology.orchestra.run.smithi096.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T21:46:54.664 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-base x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.4 M 2024-04-22T21:46:54.665 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 21 M 2024-04-22T21:46:54.665 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-selinux x86_64 2:19.0.0-2407.g430e09df.el9 ceph 25 k 2024-04-22T21:46:54.665 INFO:teuthology.orchestra.run.smithi096.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T21:46:54.665 INFO:teuthology.orchestra.run.smithi096.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T21:46:54.665 INFO:teuthology.orchestra.run.smithi096.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T21:46:54.665 INFO:teuthology.orchestra.run.smithi096.stdout: libcephfs2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 745 k 2024-04-22T21:46:54.665 INFO:teuthology.orchestra.run.smithi096.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T21:46:54.665 INFO:teuthology.orchestra.run.smithi096.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T21:46:54.665 INFO:teuthology.orchestra.run.smithi096.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T21:46:54.665 INFO:teuthology.orchestra.run.smithi096.stdout: libradosstriper1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 501 k 2024-04-22T21:46:54.665 INFO:teuthology.orchestra.run.smithi096.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T21:46:54.665 INFO:teuthology.orchestra.run.smithi096.stdout: librgw2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.3 M 2024-04-22T21:46:54.665 INFO:teuthology.orchestra.run.smithi096.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T21:46:54.665 INFO:teuthology.orchestra.run.smithi096.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T21:46:54.666 INFO:teuthology.orchestra.run.smithi096.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T21:46:54.666 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ceph-argparse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 45 k 2024-04-22T21:46:54.666 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 133 k 2024-04-22T21:46:54.666 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cephfs x86_64 2:19.0.0-2407.g430e09df.el9 ceph 162 k 2024-04-22T21:46:54.666 INFO:teuthology.orchestra.run.smithi096.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T21:46:54.666 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rados x86_64 2:19.0.0-2407.g430e09df.el9 ceph 321 k 2024-04-22T21:46:54.666 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 299 k 2024-04-22T21:46:54.666 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 99 k 2024-04-22T21:46:54.666 INFO:teuthology.orchestra.run.smithi096.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T21:46:54.667 INFO:teuthology.orchestra.run.smithi096.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T21:46:54.667 INFO:teuthology.orchestra.run.smithi096.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T21:46:54.667 INFO:teuthology.orchestra.run.smithi096.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T21:46:54.667 INFO:teuthology.orchestra.run.smithi096.stdout:Installing weak dependencies: 2024-04-22T21:46:54.667 INFO:teuthology.orchestra.run.smithi096.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T21:46:54.667 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:46:54.667 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-04-22T21:46:54.667 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:46:54.667 INFO:teuthology.orchestra.run.smithi096.stdout:Install 30 Packages 2024-04-22T21:46:54.667 INFO:teuthology.orchestra.run.smithi096.stdout:Upgrade 2 Packages 2024-04-22T21:46:54.667 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:46:54.668 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 60 M 2024-04-22T21:46:54.668 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-04-22T21:46:56.870 INFO:teuthology.orchestra.run.smithi096.stdout:(1/32): ceph-base-19.0.0-2407.g430e09df.el9.x86 2.7 MB/s | 5.4 MB 00:02 2024-04-22T21:46:56.970 INFO:teuthology.orchestra.run.smithi096.stdout:(2/32): ceph-selinux-19.0.0-2407.g430e09df.el9. 252 kB/s | 25 kB 00:00 2024-04-22T21:46:57.304 INFO:teuthology.orchestra.run.smithi096.stdout:(3/32): ceph-common-19.0.0-2407.g430e09df.el9.x 8.6 MB/s | 21 MB 00:02 2024-04-22T21:46:57.337 INFO:teuthology.orchestra.run.smithi096.stdout:(4/32): libcephfs2-19.0.0-2407.g430e09df.el9.x8 2.0 MB/s | 745 kB 00:00 2024-04-22T21:46:57.463 INFO:teuthology.orchestra.run.smithi096.stdout:(5/32): libradosstriper1-19.0.0-2407.g430e09df. 3.1 MB/s | 501 kB 00:00 2024-04-22T21:46:57.560 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.2 MB 00:00 2024-04-22T21:46:57.563 INFO:teuthology.orchestra.run.smithi096.stdout:(6/32): python3-ceph-argparse-19.0.0-2407.g430e 451 kB/s | 45 kB 00:00 2024-04-22T21:46:57.671 INFO:teuthology.orchestra.run.smithi096.stdout:(7/32): python3-ceph-common-19.0.0-2407.g430e09 1.2 MB/s | 133 kB 00:00 2024-04-22T21:46:57.763 INFO:teuthology.orchestra.run.smithi096.stdout:(8/32): python3-cephfs-19.0.0-2407.g430e09df.el 1.7 MB/s | 162 kB 00:00 2024-04-22T21:46:57.872 INFO:teuthology.orchestra.run.smithi096.stdout:(9/32): python3-rados-19.0.0-2407.g430e09df.el9 2.9 MB/s | 321 kB 00:00 2024-04-22T21:46:57.997 INFO:teuthology.orchestra.run.smithi096.stdout:(10/32): python3-rbd-19.0.0-2407.g430e09df.el9. 2.3 MB/s | 299 kB 00:00 2024-04-22T21:46:58.094 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - AppStream 925 kB/s | 19 MB 00:21 2024-04-22T21:46:58.106 INFO:teuthology.orchestra.run.smithi096.stdout:(11/32): python3-rgw-19.0.0-2407.g430e09df.el9. 918 kB/s | 99 kB 00:00 2024-04-22T21:46:58.335 INFO:teuthology.orchestra.run.smithi096.stdout:(12/32): librgw2-19.0.0-2407.g430e09df.el9.x86_ 5.3 MB/s | 5.3 MB 00:00 2024-04-22T21:46:58.365 INFO:teuthology.orchestra.run.smithi096.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 413 kB/s | 107 kB 00:00 2024-04-22T21:46:58.432 INFO:teuthology.orchestra.run.smithi096.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 678 kB/s | 45 kB 00:00 2024-04-22T21:46:58.557 INFO:teuthology.orchestra.run.smithi096.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 722 kB/s | 160 kB 00:00 2024-04-22T21:46:58.657 INFO:teuthology.orchestra.run.smithi096.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.9 MB/s | 292 kB 00:00 2024-04-22T21:46:58.683 INFO:teuthology.orchestra.run.smithi096.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.6 MB/s | 662 kB 00:00 2024-04-22T21:46:58.716 INFO:teuthology.orchestra.run.smithi096.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 724 kB/s | 42 kB 00:00 2024-04-22T21:46:58.775 INFO:teuthology.orchestra.run.smithi096.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 614 kB/s | 36 kB 00:00 2024-04-22T21:46:58.800 INFO:teuthology.orchestra.run.smithi096.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.8 MB/s | 221 kB 00:00 2024-04-22T21:46:58.842 INFO:teuthology.orchestra.run.smithi096.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 710 kB/s | 47 kB 00:00 2024-04-22T21:46:59.003 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - Extras packages 56 kB/s | 16 kB 00:00 2024-04-22T21:46:59.184 INFO:teuthology.orchestra.run.smithi096.stdout:(22/32): ceph-radosgw-19.0.0-2407.g430e09df.el9 2.4 MB/s | 10 MB 00:04 2024-04-22T21:46:59.409 INFO:teuthology.orchestra.run.smithi096.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 507 kB/s | 309 kB 00:00 2024-04-22T21:46:59.443 INFO:teuthology.orchestra.run.smithi096.stdout:(24/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 100 kB/s | 26 kB 00:00 2024-04-22T21:46:59.526 INFO:teuthology.orchestra.run.smithi096.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 415 kB/s | 49 kB 00:00 2024-04-22T21:46:59.652 INFO:teuthology.orchestra.run.smithi096.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 323 kB/s | 67 kB 00:00 2024-04-22T21:46:59.760 INFO:teuthology.orchestra.run.smithi096.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.8 MB/s | 4.4 MB 00:00 2024-04-22T21:46:59.802 INFO:teuthology.orchestra.run.smithi096.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.0 MB/s | 838 kB 00:00 2024-04-22T21:46:59.894 INFO:teuthology.orchestra.run.smithi096.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 791 kB/s | 192 kB 00:00 2024-04-22T21:46:59.936 INFO:teuthology.orchestra.run.smithi096.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 9.0 MB/s | 1.6 MB 00:00 2024-04-22T21:47:00.136 INFO:teuthology.orchestra.run.smithi096.stdout:(31/32): librados2-19.0.0-2407.g430e09df.el9.x8 10 MB/s | 3.4 MB 00:00 2024-04-22T21:47:00.245 INFO:teuthology.orchestra.run.smithi096.stdout:(32/32): librbd1-19.0.0-2407.g430e09df.el9.x86_ 9.0 MB/s | 3.1 MB 00:00 2024-04-22T21:47:00.248 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:47:00.248 INFO:teuthology.orchestra.run.smithi096.stdout:Total 11 MB/s | 60 MB 00:05 2024-04-22T21:47:00.354 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-04-22T21:47:00.391 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-04-22T21:47:00.391 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-04-22T21:47:00.854 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-04-22T21:47:00.856 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-04-22T21:47:02.340 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-04-22T21:47:02.420 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T21:47:02.458 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T21:47:02.483 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T21:47:02.506 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T21:47:02.531 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T21:47:02.734 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T21:47:02.797 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T21:47:03.142 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T21:47:03.251 INFO:teuthology.orchestra.run.smithi096.stdout: Upgrading : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T21:47:03.344 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T21:47:03.431 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 8/34 2024-04-22T21:47:03.461 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T21:47:03.515 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T21:47:03.544 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T21:47:03.588 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 11/34 2024-04-22T21:47:03.656 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T21:47:03.680 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T21:47:03.744 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T21:47:03.778 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T21:47:03.886 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T21:47:03.921 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T21:47:03.962 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T21:47:03.986 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T21:47:04.015 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T21:47:04.048 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T21:47:04.359 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T21:47:04.394 INFO:teuthology.orchestra.run.smithi096.stdout: Upgrading : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T21:47:04.484 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T21:47:04.515 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 23/34 2024-04-22T21:47:04.551 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T21:47:04.737 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 3.7 MB/s | 21 MB 00:05 2024-04-22T21:47:05.023 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T21:47:05.047 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T21:47:05.118 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T21:47:05.195 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 27/34 2024-04-22T21:47:05.232 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 28/34 2024-04-22T21:47:07.497 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T21:47:07.537 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T21:47:08.073 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T21:47:08.198 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T21:47:08.288 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T21:47:08.288 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T21:47:08.289 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T21:47:08.289 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:08.316 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T21:47:09.855 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-22T21:47:10.202 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - CRB 745 kB/s | 6.2 MB 00:08 2024-04-22T21:47:11.836 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 16 kB 00:00 2024-04-22T21:47:12.029 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:47:12.032 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:47:12.032 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-22T21:47:12.032 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:47:12.032 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T21:47:12.032 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-radosgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 10 M 2024-04-22T21:47:12.032 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrading: 2024-04-22T21:47:12.032 INFO:teuthology.orchestra.run.smithi071.stdout: librados2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.4 M 2024-04-22T21:47:12.032 INFO:teuthology.orchestra.run.smithi071.stdout: librbd1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T21:47:12.032 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-22T21:47:12.032 INFO:teuthology.orchestra.run.smithi071.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T21:47:12.032 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.4 M 2024-04-22T21:47:12.033 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 21 M 2024-04-22T21:47:12.033 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-selinux x86_64 2:19.0.0-2407.g430e09df.el9 ceph 25 k 2024-04-22T21:47:12.033 INFO:teuthology.orchestra.run.smithi071.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T21:47:12.033 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T21:47:12.033 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T21:47:12.033 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 745 k 2024-04-22T21:47:12.033 INFO:teuthology.orchestra.run.smithi071.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T21:47:12.033 INFO:teuthology.orchestra.run.smithi071.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T21:47:12.033 INFO:teuthology.orchestra.run.smithi071.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T21:47:12.033 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 501 k 2024-04-22T21:47:12.033 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T21:47:12.033 INFO:teuthology.orchestra.run.smithi071.stdout: librgw2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.3 M 2024-04-22T21:47:12.033 INFO:teuthology.orchestra.run.smithi071.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T21:47:12.033 INFO:teuthology.orchestra.run.smithi071.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T21:47:12.034 INFO:teuthology.orchestra.run.smithi071.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T21:47:12.034 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 45 k 2024-04-22T21:47:12.034 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 133 k 2024-04-22T21:47:12.034 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cephfs x86_64 2:19.0.0-2407.g430e09df.el9 ceph 162 k 2024-04-22T21:47:12.034 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T21:47:12.034 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rados x86_64 2:19.0.0-2407.g430e09df.el9 ceph 321 k 2024-04-22T21:47:12.034 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 299 k 2024-04-22T21:47:12.034 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 99 k 2024-04-22T21:47:12.034 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T21:47:12.034 INFO:teuthology.orchestra.run.smithi071.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T21:47:12.034 INFO:teuthology.orchestra.run.smithi071.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T21:47:12.034 INFO:teuthology.orchestra.run.smithi071.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T21:47:12.034 INFO:teuthology.orchestra.run.smithi071.stdout:Installing weak dependencies: 2024-04-22T21:47:12.034 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T21:47:12.035 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:47:12.035 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T21:47:12.035 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:47:12.035 INFO:teuthology.orchestra.run.smithi071.stdout:Install 30 Packages 2024-04-22T21:47:12.035 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrade 2 Packages 2024-04-22T21:47:12.035 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:47:12.035 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 60 M 2024-04-22T21:47:12.035 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T21:47:13.098 INFO:teuthology.orchestra.run.smithi192.stdout:Extra Packages for Enterprise Linux 18 MB/s | 21 MB 00:01 2024-04-22T21:47:13.457 INFO:teuthology.orchestra.run.smithi071.stdout:(1/32): ceph-base-19.0.0-2407.g430e09df.el9.x86 4.5 MB/s | 5.4 MB 00:01 2024-04-22T21:47:13.523 INFO:teuthology.orchestra.run.smithi071.stdout:(2/32): ceph-selinux-19.0.0-2407.g430e09df.el9. 380 kB/s | 25 kB 00:00 2024-04-22T21:47:13.849 INFO:teuthology.orchestra.run.smithi071.stdout:(3/32): libcephfs2-19.0.0-2407.g430e09df.el9.x8 2.2 MB/s | 745 kB 00:00 2024-04-22T21:47:14.091 INFO:teuthology.orchestra.run.smithi071.stdout:(4/32): libradosstriper1-19.0.0-2407.g430e09df. 2.0 MB/s | 501 kB 00:00 2024-04-22T21:47:14.199 INFO:teuthology.orchestra.run.smithi071.stdout:(5/32): ceph-radosgw-19.0.0-2407.g430e09df.el9. 5.3 MB/s | 10 MB 00:01 2024-04-22T21:47:14.266 INFO:teuthology.orchestra.run.smithi071.stdout:(6/32): python3-ceph-argparse-19.0.0-2407.g430e 680 kB/s | 45 kB 00:00 2024-04-22T21:47:14.366 INFO:teuthology.orchestra.run.smithi071.stdout:(7/32): python3-ceph-common-19.0.0-2407.g430e09 1.3 MB/s | 133 kB 00:00 2024-04-22T21:47:14.450 INFO:teuthology.orchestra.run.smithi071.stdout:(8/32): python3-cephfs-19.0.0-2407.g430e09df.el 1.9 MB/s | 162 kB 00:00 2024-04-22T21:47:14.550 INFO:teuthology.orchestra.run.smithi071.stdout:(9/32): python3-rados-19.0.0-2407.g430e09df.el9 3.1 MB/s | 321 kB 00:00 2024-04-22T21:47:14.659 INFO:teuthology.orchestra.run.smithi071.stdout:(10/32): python3-rbd-19.0.0-2407.g430e09df.el9. 2.7 MB/s | 299 kB 00:00 2024-04-22T21:47:14.742 INFO:teuthology.orchestra.run.smithi071.stdout:(11/32): python3-rgw-19.0.0-2407.g430e09df.el9. 1.2 MB/s | 99 kB 00:00 2024-04-22T21:47:14.810 INFO:teuthology.orchestra.run.smithi071.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 1.6 MB/s | 107 kB 00:00 2024-04-22T21:47:14.885 INFO:teuthology.orchestra.run.smithi071.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.1 MB/s | 160 kB 00:00 2024-04-22T21:47:14.943 INFO:teuthology.orchestra.run.smithi071.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 777 kB/s | 45 kB 00:00 2024-04-22T21:47:15.035 INFO:teuthology.orchestra.run.smithi071.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 7.1 MB/s | 662 kB 00:00 2024-04-22T21:47:15.111 INFO:teuthology.orchestra.run.smithi071.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.8 MB/s | 292 kB 00:00 2024-04-22T21:47:15.169 INFO:teuthology.orchestra.run.smithi071.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 726 kB/s | 42 kB 00:00 2024-04-22T21:47:15.245 INFO:teuthology.orchestra.run.smithi071.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.9 MB/s | 221 kB 00:00 2024-04-22T21:47:15.295 INFO:teuthology.orchestra.run.smithi071.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 721 kB/s | 36 kB 00:00 2024-04-22T21:47:15.353 INFO:teuthology.orchestra.run.smithi071.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 813 kB/s | 47 kB 00:00 2024-04-22T21:47:15.538 INFO:teuthology.orchestra.run.smithi071.stdout:(21/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.6 MB/s | 309 kB 00:00 2024-04-22T21:47:15.755 INFO:teuthology.orchestra.run.smithi071.stdout:(22/32): librgw2-19.0.0-2407.g430e09df.el9.x86_ 3.2 MB/s | 5.3 MB 00:01 2024-04-22T21:47:15.855 INFO:teuthology.orchestra.run.smithi071.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 260 kB/s | 26 kB 00:00 2024-04-22T21:47:15.980 INFO:teuthology.orchestra.run.smithi071.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 389 kB/s | 49 kB 00:00 2024-04-22T21:47:16.189 INFO:teuthology.orchestra.run.smithi071.stdout:(25/32): ceph-common-19.0.0-2407.g430e09df.el9. 5.3 MB/s | 21 MB 00:03 2024-04-22T21:47:16.281 INFO:teuthology.orchestra.run.smithi071.stdout:(26/32): libarrow-9.0.0-10.el9.x86_64.rpm 5.9 MB/s | 4.4 MB 00:00 2024-04-22T21:47:16.364 INFO:teuthology.orchestra.run.smithi071.stdout:(27/32): libunwind-1.6.2-1.el9.x86_64.rpm 175 kB/s | 67 kB 00:00 2024-04-22T21:47:16.473 INFO:teuthology.orchestra.run.smithi071.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.1 MB/s | 192 kB 00:00 2024-04-22T21:47:16.548 INFO:teuthology.orchestra.run.smithi071.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.4 MB/s | 838 kB 00:00 2024-04-22T21:47:16.615 INFO:teuthology.orchestra.run.smithi071.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 6.3 MB/s | 1.6 MB 00:00 2024-04-22T21:47:16.949 INFO:teuthology.orchestra.run.smithi071.stdout:(31/32): librbd1-19.0.0-2407.g430e09df.el9.x86_ 7.8 MB/s | 3.1 MB 00:00 2024-04-22T21:47:17.024 INFO:teuthology.orchestra.run.smithi071.stdout:(32/32): librados2-19.0.0-2407.g430e09df.el9.x8 6.1 MB/s | 3.4 MB 00:00 2024-04-22T21:47:17.026 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:47:17.026 INFO:teuthology.orchestra.run.smithi071.stdout:Total 12 MB/s | 60 MB 00:04 2024-04-22T21:47:17.117 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T21:47:17.152 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T21:47:17.153 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T21:47:17.618 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T21:47:17.618 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T21:47:17.721 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T21:47:17.721 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /sys 2024-04-22T21:47:17.721 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /proc 2024-04-22T21:47:17.722 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /mnt 2024-04-22T21:47:17.722 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /var/tmp 2024-04-22T21:47:17.722 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /home 2024-04-22T21:47:17.722 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /root 2024-04-22T21:47:17.722 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /tmp 2024-04-22T21:47:17.722 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:18.079 INFO:teuthology.orchestra.run.smithi192.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2024-04-22T21:47:18.656 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T21:47:18.680 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T21:47:18.680 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:47:18.680 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T21:47:18.680 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T21:47:18.680 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T21:47:18.681 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:18.682 INFO:teuthology.orchestra.run.smithi096.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T21:47:18.758 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T21:47:18.759 INFO:teuthology.orchestra.run.smithi096.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T21:47:19.074 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T21:47:19.141 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T21:47:19.179 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T21:47:19.204 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T21:47:19.227 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T21:47:19.250 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T21:47:19.453 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T21:47:19.507 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T21:47:19.826 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T21:47:19.922 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T21:47:19.922 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 1/34 2024-04-22T21:47:19.923 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2/34 2024-04-22T21:47:19.923 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 3/34 2024-04-22T21:47:19.923 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 4/34 2024-04-22T21:47:19.923 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 5/34 2024-04-22T21:47:19.923 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 6/34 2024-04-22T21:47:19.923 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T21:47:19.923 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 8/34 2024-04-22T21:47:19.923 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 9/34 2024-04-22T21:47:19.923 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 10/34 2024-04-22T21:47:19.923 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 11/34 2024-04-22T21:47:19.923 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T21:47:19.923 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 13/34 2024-04-22T21:47:19.924 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T21:47:19.924 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T21:47:19.924 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T21:47:19.924 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T21:47:19.924 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T21:47:19.924 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T21:47:19.924 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T21:47:19.924 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T21:47:19.924 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T21:47:19.924 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T21:47:19.924 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T21:47:19.924 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T21:47:19.925 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T21:47:19.925 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T21:47:19.925 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T21:47:19.925 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T21:47:19.925 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T21:47:19.925 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T21:47:19.925 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T21:47:19.925 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 33/34 2024-04-22T21:47:19.931 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T21:47:20.005 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T21:47:20.093 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 8/34 2024-04-22T21:47:20.125 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T21:47:20.187 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T21:47:20.216 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T21:47:20.223 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:47:20.226 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:47:20.226 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-22T21:47:20.226 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:47:20.226 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T21:47:20.226 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-radosgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 10 M 2024-04-22T21:47:20.226 INFO:teuthology.orchestra.run.smithi192.stdout:Upgrading: 2024-04-22T21:47:20.226 INFO:teuthology.orchestra.run.smithi192.stdout: librados2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.4 M 2024-04-22T21:47:20.226 INFO:teuthology.orchestra.run.smithi192.stdout: librbd1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T21:47:20.226 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-22T21:47:20.227 INFO:teuthology.orchestra.run.smithi192.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T21:47:20.227 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-base x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.4 M 2024-04-22T21:47:20.227 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 21 M 2024-04-22T21:47:20.227 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-selinux x86_64 2:19.0.0-2407.g430e09df.el9 ceph 25 k 2024-04-22T21:47:20.227 INFO:teuthology.orchestra.run.smithi192.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T21:47:20.227 INFO:teuthology.orchestra.run.smithi192.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T21:47:20.227 INFO:teuthology.orchestra.run.smithi192.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T21:47:20.227 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 745 k 2024-04-22T21:47:20.227 INFO:teuthology.orchestra.run.smithi192.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T21:47:20.227 INFO:teuthology.orchestra.run.smithi192.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T21:47:20.227 INFO:teuthology.orchestra.run.smithi192.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T21:47:20.227 INFO:teuthology.orchestra.run.smithi192.stdout: libradosstriper1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 501 k 2024-04-22T21:47:20.227 INFO:teuthology.orchestra.run.smithi192.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T21:47:20.228 INFO:teuthology.orchestra.run.smithi192.stdout: librgw2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.3 M 2024-04-22T21:47:20.228 INFO:teuthology.orchestra.run.smithi192.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T21:47:20.228 INFO:teuthology.orchestra.run.smithi192.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T21:47:20.228 INFO:teuthology.orchestra.run.smithi192.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T21:47:20.228 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-argparse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 45 k 2024-04-22T21:47:20.228 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 133 k 2024-04-22T21:47:20.228 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cephfs x86_64 2:19.0.0-2407.g430e09df.el9 ceph 162 k 2024-04-22T21:47:20.228 INFO:teuthology.orchestra.run.smithi192.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T21:47:20.228 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rados x86_64 2:19.0.0-2407.g430e09df.el9 ceph 321 k 2024-04-22T21:47:20.228 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 299 k 2024-04-22T21:47:20.228 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 99 k 2024-04-22T21:47:20.228 INFO:teuthology.orchestra.run.smithi192.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T21:47:20.228 INFO:teuthology.orchestra.run.smithi192.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T21:47:20.229 INFO:teuthology.orchestra.run.smithi192.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T21:47:20.229 INFO:teuthology.orchestra.run.smithi192.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T21:47:20.229 INFO:teuthology.orchestra.run.smithi192.stdout:Installing weak dependencies: 2024-04-22T21:47:20.229 INFO:teuthology.orchestra.run.smithi192.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T21:47:20.229 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:47:20.229 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T21:47:20.229 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:47:20.229 INFO:teuthology.orchestra.run.smithi192.stdout:Install 30 Packages 2024-04-22T21:47:20.229 INFO:teuthology.orchestra.run.smithi192.stdout:Upgrade 2 Packages 2024-04-22T21:47:20.229 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:47:20.230 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 60 M 2024-04-22T21:47:20.230 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T21:47:20.259 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 11/34 2024-04-22T21:47:20.327 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T21:47:20.361 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T21:47:20.416 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T21:47:20.451 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T21:47:20.558 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T21:47:20.593 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T21:47:20.633 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T21:47:20.659 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T21:47:20.688 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T21:47:20.721 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T21:47:20.805 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T21:47:20.805 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:20.805 INFO:teuthology.orchestra.run.smithi096.stdout:Upgraded: 2024-04-22T21:47:20.806 INFO:teuthology.orchestra.run.smithi096.stdout: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:20.806 INFO:teuthology.orchestra.run.smithi096.stdout: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:20.806 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-04-22T21:47:20.806 INFO:teuthology.orchestra.run.smithi096.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T21:47:20.806 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:20.806 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:20.806 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:20.807 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:20.807 INFO:teuthology.orchestra.run.smithi096.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T21:47:20.807 INFO:teuthology.orchestra.run.smithi096.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T21:47:20.807 INFO:teuthology.orchestra.run.smithi096.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T21:47:20.807 INFO:teuthology.orchestra.run.smithi096.stdout: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:20.807 INFO:teuthology.orchestra.run.smithi096.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T21:47:20.807 INFO:teuthology.orchestra.run.smithi096.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T21:47:20.807 INFO:teuthology.orchestra.run.smithi096.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T21:47:20.807 INFO:teuthology.orchestra.run.smithi096.stdout: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:20.807 INFO:teuthology.orchestra.run.smithi096.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T21:47:20.807 INFO:teuthology.orchestra.run.smithi096.stdout: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:20.807 INFO:teuthology.orchestra.run.smithi096.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T21:47:20.807 INFO:teuthology.orchestra.run.smithi096.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T21:47:20.807 INFO:teuthology.orchestra.run.smithi096.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T21:47:20.808 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:20.808 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:20.808 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:20.808 INFO:teuthology.orchestra.run.smithi096.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T21:47:20.808 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:20.808 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:20.808 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:20.808 INFO:teuthology.orchestra.run.smithi096.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T21:47:20.808 INFO:teuthology.orchestra.run.smithi096.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T21:47:20.809 INFO:teuthology.orchestra.run.smithi096.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T21:47:20.809 INFO:teuthology.orchestra.run.smithi096.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T21:47:20.809 INFO:teuthology.orchestra.run.smithi096.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T21:47:20.809 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:20.809 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:47:21.035 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T21:47:21.075 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T21:47:21.138 INFO:teuthology.orchestra.run.smithi192.stdout:(1/32): ceph-base-19.0.0-2407.g430e09df.el9.x86 7.8 MB/s | 5.4 MB 00:00 2024-04-22T21:47:21.142 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-test 2024-04-22T21:47:21.166 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T21:47:21.197 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 23/34 2024-04-22T21:47:21.197 INFO:teuthology.orchestra.run.smithi192.stdout:(2/32): ceph-selinux-19.0.0-2407.g430e09df.el9. 431 kB/s | 25 kB 00:00 2024-04-22T21:47:21.233 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T21:47:21.289 INFO:teuthology.orchestra.run.smithi192.stdout:(3/32): libcephfs2-19.0.0-2407.g430e09df.el9.x8 8.0 MB/s | 745 kB 00:00 2024-04-22T21:47:21.381 INFO:teuthology.orchestra.run.smithi192.stdout:(4/32): libradosstriper1-19.0.0-2407.g430e09df. 5.3 MB/s | 501 kB 00:00 2024-04-22T21:47:21.658 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:29 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:47:21.705 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T21:47:21.737 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T21:47:21.778 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:47:21.778 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:47:21.778 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-04-22T21:47:21.778 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:47:21.778 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-04-22T21:47:21.778 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-test x86_64 2:19.0.0-2407.g430e09df.el9 ceph 48 M 2024-04-22T21:47:21.778 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-04-22T21:47:21.778 INFO:teuthology.orchestra.run.smithi096.stdout: libcephsqlite x86_64 2:19.0.0-2407.g430e09df.el9 ceph 164 k 2024-04-22T21:47:21.778 INFO:teuthology.orchestra.run.smithi096.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T21:47:21.779 INFO:teuthology.orchestra.run.smithi096.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T21:47:21.779 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:21.779 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-04-22T21:47:21.779 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:47:21.779 INFO:teuthology.orchestra.run.smithi096.stdout:Install 4 Packages 2024-04-22T21:47:21.779 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:21.779 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 49 M 2024-04-22T21:47:21.779 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 207 M 2024-04-22T21:47:21.780 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-04-22T21:47:21.808 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T21:47:21.873 INFO:teuthology.orchestra.run.smithi192.stdout:(5/32): librgw2-19.0.0-2407.g430e09df.el9.x86_6 11 MB/s | 5.3 MB 00:00 2024-04-22T21:47:21.876 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 27/34 2024-04-22T21:47:21.906 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 28/34 2024-04-22T21:47:21.931 INFO:teuthology.orchestra.run.smithi192.stdout:(6/32): python3-ceph-argparse-19.0.0-2407.g430e 778 kB/s | 45 kB 00:00 2024-04-22T21:47:21.998 INFO:teuthology.orchestra.run.smithi192.stdout:(7/32): python3-ceph-common-19.0.0-2407.g430e09 1.9 MB/s | 133 kB 00:00 2024-04-22T21:47:22.065 INFO:teuthology.orchestra.run.smithi192.stdout:(8/32): python3-cephfs-19.0.0-2407.g430e09df.el 2.4 MB/s | 162 kB 00:00 2024-04-22T21:47:22.139 INFO:teuthology.orchestra.run.smithi096.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.3 MB/s | 305 kB 00:00 2024-04-22T21:47:22.140 INFO:teuthology.orchestra.run.smithi192.stdout:(9/32): python3-rados-19.0.0-2407.g430e09df.el9 4.2 MB/s | 321 kB 00:00 2024-04-22T21:47:22.189 INFO:teuthology.orchestra.run.smithi096.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-04-22T21:47:22.333 INFO:teuthology.orchestra.run.smithi192.stdout:(10/32): ceph-common-19.0.0-2407.g430e09df.el9. 11 MB/s | 21 MB 00:01 2024-04-22T21:47:22.358 INFO:teuthology.orchestra.run.smithi192.stdout:(11/32): python3-rbd-19.0.0-2407.g430e09df.el9. 1.3 MB/s | 299 kB 00:00 2024-04-22T21:47:22.392 INFO:teuthology.orchestra.run.smithi192.stdout:(12/32): python3-rgw-19.0.0-2407.g430e09df.el9. 1.7 MB/s | 99 kB 00:00 2024-04-22T21:47:22.397 INFO:teuthology.orchestra.run.smithi096.stdout:(3/4): libcephsqlite-19.0.0-2407.g430e09df.el9. 332 kB/s | 164 kB 00:00 2024-04-22T21:47:22.575 INFO:teuthology.orchestra.run.smithi192.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 493 kB/s | 107 kB 00:00 2024-04-22T21:47:22.617 INFO:teuthology.orchestra.run.smithi192.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 711 kB/s | 160 kB 00:00 2024-04-22T21:47:22.642 INFO:teuthology.orchestra.run.smithi192.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 678 kB/s | 45 kB 00:00 2024-04-22T21:47:22.726 INFO:teuthology.orchestra.run.smithi192.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 6.0 MB/s | 662 kB 00:00 2024-04-22T21:47:22.751 INFO:teuthology.orchestra.run.smithi192.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.6 MB/s | 292 kB 00:00 2024-04-22T21:47:22.793 INFO:teuthology.orchestra.run.smithi192.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 631 kB/s | 42 kB 00:00 2024-04-22T21:47:22.835 INFO:teuthology.orchestra.run.smithi192.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.6 MB/s | 221 kB 00:00 2024-04-22T21:47:22.860 INFO:teuthology.orchestra.run.smithi192.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 537 kB/s | 36 kB 00:00 2024-04-22T21:47:22.902 INFO:teuthology.orchestra.run.smithi192.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 709 kB/s | 47 kB 00:00 2024-04-22T21:47:23.386 INFO:teuthology.orchestra.run.smithi192.stdout:(22/32): ceph-radosgw-19.0.0-2407.g430e09df.el9 3.5 MB/s | 10 MB 00:02 2024-04-22T21:47:23.486 INFO:teuthology.orchestra.run.smithi192.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 494 kB/s | 309 kB 00:00 2024-04-22T21:47:23.628 INFO:teuthology.orchestra.run.smithi192.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 415 kB/s | 49 kB 00:00 2024-04-22T21:47:23.745 INFO:teuthology.orchestra.run.smithi192.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 578 kB/s | 67 kB 00:00 2024-04-22T21:47:23.770 INFO:teuthology.orchestra.run.smithi192.stdout:(26/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 68 kB/s | 26 kB 00:00 2024-04-22T21:47:23.912 INFO:teuthology.orchestra.run.smithi192.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.4 MB/s | 4.4 MB 00:01 2024-04-22T21:47:24.004 INFO:teuthology.orchestra.run.smithi192.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.2 MB/s | 838 kB 00:00 2024-04-22T21:47:24.046 INFO:teuthology.orchestra.run.smithi192.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 12 MB/s | 1.6 MB 00:00 2024-04-22T21:47:24.088 INFO:teuthology.orchestra.run.smithi192.stdout:(30/32): re2-20211101-3.el9.x86_64.rpm 603 kB/s | 192 kB 00:00 2024-04-22T21:47:24.173 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T21:47:24.203 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T21:47:24.730 INFO:teuthology.orchestra.run.smithi192.stdout:(31/32): librbd1-19.0.0-2407.g430e09df.el9.x86_ 4.6 MB/s | 3.1 MB 00:00 2024-04-22T21:47:24.741 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T21:47:24.790 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T21:47:24.883 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T21:47:24.883 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T21:47:24.883 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T21:47:24.883 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:47:24.905 INFO:teuthology.orchestra.run.smithi192.stdout:(32/32): librados2-19.0.0-2407.g430e09df.el9.x8 3.8 MB/s | 3.4 MB 00:00 2024-04-22T21:47:24.912 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:47:24.912 INFO:teuthology.orchestra.run.smithi192.stdout:Total 13 MB/s | 60 MB 00:04 2024-04-22T21:47:24.916 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T21:47:25.001 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T21:47:25.037 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T21:47:25.037 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T21:47:25.506 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T21:47:25.507 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T21:47:26.986 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T21:47:27.056 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T21:47:27.093 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T21:47:27.119 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T21:47:27.142 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T21:47:27.160 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T21:47:27.358 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T21:47:27.412 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T21:47:27.755 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T21:47:27.879 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T21:47:27.963 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T21:47:28.005 INFO:teuthology.orchestra.run.smithi096.stdout:(4/4): ceph-test-19.0.0-2407.g430e09df.el9.x86_ 7.9 MB/s | 48 MB 00:06 2024-04-22T21:47:28.007 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:47:28.007 INFO:teuthology.orchestra.run.smithi096.stdout:Total 7.8 MB/s | 49 MB 00:06 2024-04-22T21:47:28.032 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-04-22T21:47:28.050 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-04-22T21:47:28.051 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-04-22T21:47:28.053 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 8/34 2024-04-22T21:47:28.081 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T21:47:28.127 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T21:47:28.156 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T21:47:28.200 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 11/34 2024-04-22T21:47:28.269 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T21:47:28.291 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T21:47:28.356 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T21:47:28.389 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T21:47:28.415 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-04-22T21:47:28.416 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-04-22T21:47:28.500 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T21:47:28.532 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T21:47:28.572 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T21:47:28.597 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T21:47:28.627 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T21:47:28.659 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T21:47:28.932 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-04-22T21:47:28.969 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T21:47:29.006 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T21:47:29.022 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T21:47:29.046 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T21:47:29.074 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T21:47:29.096 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T21:47:29.127 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 23/34 2024-04-22T21:47:29.163 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T21:47:29.643 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T21:47:29.667 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T21:47:29.738 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T21:47:29.807 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 27/34 2024-04-22T21:47:29.836 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 28/34 2024-04-22T21:47:32.093 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T21:47:32.224 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T21:47:32.769 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T21:47:32.802 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T21:47:32.886 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T21:47:32.886 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T21:47:32.886 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T21:47:32.886 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:47:32.912 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T21:47:33.608 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T21:47:33.687 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T21:47:34.578 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T21:47:34.578 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /sys 2024-04-22T21:47:34.579 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /proc 2024-04-22T21:47:34.579 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /mnt 2024-04-22T21:47:34.579 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /var/tmp 2024-04-22T21:47:34.579 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /home 2024-04-22T21:47:34.579 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /root 2024-04-22T21:47:34.579 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /tmp 2024-04-22T21:47:34.579 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:47:35.535 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T21:47:35.560 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T21:47:35.560 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:47:35.560 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T21:47:35.560 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T21:47:35.560 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T21:47:35.560 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:47:35.562 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T21:47:35.639 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T21:47:35.639 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T21:47:36.024 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T21:47:36.025 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 1/4 2024-04-22T21:47:36.025 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2/4 2024-04-22T21:47:36.025 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T21:47:36.288 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T21:47:36.288 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:36.288 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-04-22T21:47:36.288 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:36.288 INFO:teuthology.orchestra.run.smithi096.stdout: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:36.288 INFO:teuthology.orchestra.run.smithi096.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T21:47:36.288 INFO:teuthology.orchestra.run.smithi096.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T21:47:36.288 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:36.288 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:47:36.553 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph 2024-04-22T21:47:36.754 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T21:47:36.754 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 1/34 2024-04-22T21:47:36.754 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2/34 2024-04-22T21:47:36.754 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 3/34 2024-04-22T21:47:36.755 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 4/34 2024-04-22T21:47:36.755 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 5/34 2024-04-22T21:47:36.755 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 6/34 2024-04-22T21:47:36.755 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T21:47:36.755 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 8/34 2024-04-22T21:47:36.755 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 9/34 2024-04-22T21:47:36.755 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 10/34 2024-04-22T21:47:36.755 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 11/34 2024-04-22T21:47:36.755 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T21:47:36.755 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 13/34 2024-04-22T21:47:36.755 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T21:47:36.755 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T21:47:36.755 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T21:47:36.756 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T21:47:36.756 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T21:47:36.756 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T21:47:36.756 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T21:47:36.756 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T21:47:36.756 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T21:47:36.756 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T21:47:36.756 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T21:47:36.756 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T21:47:36.756 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T21:47:36.756 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T21:47:36.756 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T21:47:36.756 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T21:47:36.756 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T21:47:36.757 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T21:47:36.757 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T21:47:36.757 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 33/34 2024-04-22T21:47:37.058 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:45 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:47:37.181 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:47:37.183 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:47:37.183 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-04-22T21:47:37.184 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:47:37.184 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-04-22T21:47:37.184 INFO:teuthology.orchestra.run.smithi096.stdout: ceph x86_64 2:19.0.0-2407.g430e09df.el9 ceph 6.6 k 2024-04-22T21:47:37.184 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-04-22T21:47:37.184 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mds x86_64 2:19.0.0-2407.g430e09df.el9 ceph 2.4 M 2024-04-22T21:47:37.184 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr x86_64 2:19.0.0-2407.g430e09df.el9 ceph 1.5 M 2024-04-22T21:47:37.184 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 249 k 2024-04-22T21:47:37.184 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mon x86_64 2:19.0.0-2407.g430e09df.el9 ceph 4.7 M 2024-04-22T21:47:37.184 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-osd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 17 M 2024-04-22T21:47:37.184 INFO:teuthology.orchestra.run.smithi096.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T21:47:37.184 INFO:teuthology.orchestra.run.smithi096.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T21:47:37.184 INFO:teuthology.orchestra.run.smithi096.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T21:47:37.184 INFO:teuthology.orchestra.run.smithi096.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T21:47:37.184 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T21:47:37.185 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T21:47:37.185 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T21:47:37.185 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T21:47:37.185 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T21:47:37.185 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T21:47:37.185 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-collections 2024-04-22T21:47:37.185 INFO:teuthology.orchestra.run.smithi096.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T21:47:37.185 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T21:47:37.185 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T21:47:37.185 INFO:teuthology.orchestra.run.smithi096.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T21:47:37.185 INFO:teuthology.orchestra.run.smithi096.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T21:47:37.185 INFO:teuthology.orchestra.run.smithi096.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T21:47:37.185 INFO:teuthology.orchestra.run.smithi096.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T21:47:37.185 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T21:47:37.186 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T21:47:37.186 INFO:teuthology.orchestra.run.smithi096.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T21:47:37.186 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T21:47:37.186 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T21:47:37.186 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T21:47:37.186 INFO:teuthology.orchestra.run.smithi096.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T21:47:37.186 INFO:teuthology.orchestra.run.smithi096.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T21:47:37.186 INFO:teuthology.orchestra.run.smithi096.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T21:47:37.186 INFO:teuthology.orchestra.run.smithi096.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T21:47:37.186 INFO:teuthology.orchestra.run.smithi096.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T21:47:37.186 INFO:teuthology.orchestra.run.smithi096.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T21:47:37.186 INFO:teuthology.orchestra.run.smithi096.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T21:47:37.186 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:37.186 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-04-22T21:47:37.187 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:47:37.187 INFO:teuthology.orchestra.run.smithi096.stdout:Install 36 Packages 2024-04-22T21:47:37.187 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:37.187 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 30 M 2024-04-22T21:47:37.187 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 107 M 2024-04-22T21:47:37.187 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-04-22T21:47:37.550 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T21:47:37.550 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:47:37.550 INFO:teuthology.orchestra.run.smithi071.stdout:Upgraded: 2024-04-22T21:47:37.550 INFO:teuthology.orchestra.run.smithi071.stdout: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:37.550 INFO:teuthology.orchestra.run.smithi071.stdout: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:37.550 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T21:47:37.550 INFO:teuthology.orchestra.run.smithi071.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T21:47:37.550 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:37.550 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:37.553 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:37.553 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:37.553 INFO:teuthology.orchestra.run.smithi071.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T21:47:37.553 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T21:47:37.553 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T21:47:37.553 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:37.553 INFO:teuthology.orchestra.run.smithi071.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T21:47:37.553 INFO:teuthology.orchestra.run.smithi071.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T21:47:37.553 INFO:teuthology.orchestra.run.smithi071.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T21:47:37.554 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:37.554 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T21:47:37.554 INFO:teuthology.orchestra.run.smithi071.stdout: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:37.554 INFO:teuthology.orchestra.run.smithi071.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T21:47:37.554 INFO:teuthology.orchestra.run.smithi071.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T21:47:37.554 INFO:teuthology.orchestra.run.smithi071.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T21:47:37.554 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:37.554 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:37.554 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:37.554 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T21:47:37.554 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:37.554 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:37.554 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:37.554 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T21:47:37.555 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T21:47:37.555 INFO:teuthology.orchestra.run.smithi071.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T21:47:37.555 INFO:teuthology.orchestra.run.smithi071.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T21:47:37.555 INFO:teuthology.orchestra.run.smithi071.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T21:47:37.555 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:47:37.555 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:47:37.929 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-test 2024-04-22T21:47:38.322 INFO:teuthology.orchestra.run.smithi096.stdout:(1/36): ceph-19.0.0-2407.g430e09df.el9.x86_64.r 15 kB/s | 6.6 kB 00:00 2024-04-22T21:47:38.445 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:29 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:47:38.563 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:47:38.563 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:47:38.564 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-22T21:47:38.564 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:47:38.564 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T21:47:38.564 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-test x86_64 2:19.0.0-2407.g430e09df.el9 ceph 48 M 2024-04-22T21:47:38.564 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-22T21:47:38.564 INFO:teuthology.orchestra.run.smithi071.stdout: libcephsqlite x86_64 2:19.0.0-2407.g430e09df.el9 ceph 164 k 2024-04-22T21:47:38.564 INFO:teuthology.orchestra.run.smithi071.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T21:47:38.564 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T21:47:38.564 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:47:38.564 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T21:47:38.564 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:47:38.564 INFO:teuthology.orchestra.run.smithi071.stdout:Install 4 Packages 2024-04-22T21:47:38.564 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:47:38.565 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 49 M 2024-04-22T21:47:38.565 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 207 M 2024-04-22T21:47:38.565 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T21:47:38.989 INFO:teuthology.orchestra.run.smithi096.stdout:(2/36): ceph-mgr-19.0.0-2407.g430e09df.el9.x86_ 1.4 MB/s | 1.5 MB 00:01 2024-04-22T21:47:39.531 INFO:teuthology.orchestra.run.smithi096.stdout:(3/36): ceph-mds-19.0.0-2407.g430e09df.el9.x86_ 1.4 MB/s | 2.4 MB 00:01 2024-04-22T21:47:39.570 INFO:teuthology.orchestra.run.smithi071.stdout:(1/4): libcephsqlite-19.0.0-2407.g430e09df.el9. 225 kB/s | 164 kB 00:00 2024-04-22T21:47:39.698 INFO:teuthology.orchestra.run.smithi096.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2407.g430e 1.5 MB/s | 249 kB 00:00 2024-04-22T21:47:39.781 INFO:teuthology.orchestra.run.smithi096.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 3.0 MB/s | 253 kB 00:00 2024-04-22T21:47:39.845 INFO:teuthology.orchestra.run.smithi071.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 305 kB/s | 305 kB 00:01 2024-04-22T21:47:39.898 INFO:teuthology.orchestra.run.smithi096.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 11 MB/s | 1.2 MB 00:00 2024-04-22T21:47:39.965 INFO:teuthology.orchestra.run.smithi096.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.6 MB/s | 106 kB 00:00 2024-04-22T21:47:40.032 INFO:teuthology.orchestra.run.smithi096.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.0 MB/s | 135 kB 00:00 2024-04-22T21:47:40.107 INFO:teuthology.orchestra.run.smithi096.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.6 MB/s | 125 kB 00:00 2024-04-22T21:47:40.182 INFO:teuthology.orchestra.run.smithi096.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.8 MB/s | 215 kB 00:00 2024-04-22T21:47:40.245 INFO:teuthology.orchestra.run.smithi071.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 94 kB/s | 64 kB 00:00 2024-04-22T21:47:40.399 INFO:teuthology.orchestra.run.smithi096.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 870 kB/s | 188 kB 00:00 2024-04-22T21:47:40.458 INFO:teuthology.orchestra.run.smithi096.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.9 MB/s | 172 kB 00:00 2024-04-22T21:47:40.516 INFO:teuthology.orchestra.run.smithi096.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 596 kB/s | 35 kB 00:00 2024-04-22T21:47:40.575 INFO:teuthology.orchestra.run.smithi096.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 874 kB/s | 51 kB 00:00 2024-04-22T21:47:40.642 INFO:teuthology.orchestra.run.smithi096.stdout:(15/36): python3-toml-0.10.2-6.el9.noarch.rpm 627 kB/s | 42 kB 00:00 2024-04-22T21:47:40.717 INFO:teuthology.orchestra.run.smithi096.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 297 kB/s | 22 kB 00:00 2024-04-22T21:47:41.101 INFO:teuthology.orchestra.run.smithi096.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 394 kB/s | 151 kB 00:00 2024-04-22T21:47:41.193 INFO:teuthology.orchestra.run.smithi096.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 474 kB/s | 43 kB 00:00 2024-04-22T21:47:41.360 INFO:teuthology.orchestra.run.smithi096.stdout:(19/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.0 MB/s | 172 kB 00:00 2024-04-22T21:47:41.543 INFO:teuthology.orchestra.run.smithi096.stdout:(20/36): ceph-osd-19.0.0-2407.g430e09df.el9.x86 6.6 MB/s | 17 MB 00:02 2024-04-22T21:47:41.568 INFO:teuthology.orchestra.run.smithi096.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.7 MB/s | 358 kB 00:00 2024-04-22T21:47:41.669 INFO:teuthology.orchestra.run.smithi096.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 177 kB/s | 18 kB 00:00 2024-04-22T21:47:41.711 INFO:teuthology.orchestra.run.smithi096.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 64 kB/s | 11 kB 00:00 2024-04-22T21:47:41.761 INFO:teuthology.orchestra.run.smithi096.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 252 kB/s | 23 kB 00:00 2024-04-22T21:47:41.803 INFO:teuthology.orchestra.run.smithi096.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 211 kB/s | 19 kB 00:00 2024-04-22T21:47:41.853 INFO:teuthology.orchestra.run.smithi096.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 214 kB/s | 20 kB 00:00 2024-04-22T21:47:41.954 INFO:teuthology.orchestra.run.smithi096.stdout:(27/36): python3-more-itertools-8.12.0-2.el9.no 788 kB/s | 79 kB 00:00 2024-04-22T21:47:41.979 INFO:teuthology.orchestra.run.smithi096.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 263 kB/s | 46 kB 00:00 2024-04-22T21:47:42.054 INFO:teuthology.orchestra.run.smithi096.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.7 MB/s | 272 kB 00:00 2024-04-22T21:47:42.080 INFO:teuthology.orchestra.run.smithi096.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 164 kB/s | 16 kB 00:00 2024-04-22T21:47:42.148 INFO:teuthology.orchestra.run.smithi096.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 964 kB/s | 90 kB 00:00 2024-04-22T21:47:42.180 INFO:teuthology.orchestra.run.smithi096.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 356 kB/s | 36 kB 00:00 2024-04-22T21:47:42.247 INFO:teuthology.orchestra.run.smithi096.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.3 MB/s | 230 kB 00:00 2024-04-22T21:47:42.339 INFO:teuthology.orchestra.run.smithi096.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 218 kB/s | 20 kB 00:00 2024-04-22T21:47:42.376 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T21:47:42.376 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /sys 2024-04-22T21:47:42.376 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /proc 2024-04-22T21:47:42.376 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /mnt 2024-04-22T21:47:42.376 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /var/tmp 2024-04-22T21:47:42.376 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /home 2024-04-22T21:47:42.376 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /root 2024-04-22T21:47:42.376 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /tmp 2024-04-22T21:47:42.377 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:47:42.439 INFO:teuthology.orchestra.run.smithi096.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.6 MB/s | 427 kB 00:00 2024-04-22T21:47:42.848 INFO:teuthology.orchestra.run.smithi096.stdout:(36/36): ceph-mon-19.0.0-2407.g430e09df.el9.x86 1.0 MB/s | 4.7 MB 00:04 2024-04-22T21:47:42.851 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:47:42.851 INFO:teuthology.orchestra.run.smithi096.stdout:Total 5.3 MB/s | 30 MB 00:05 2024-04-22T21:47:42.987 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-04-22T21:47:43.026 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-04-22T21:47:43.026 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-04-22T21:47:43.317 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-04-22T21:47:43.317 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-04-22T21:47:43.336 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T21:47:43.360 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T21:47:43.360 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:47:43.360 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T21:47:43.360 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T21:47:43.361 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T21:47:43.361 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:47:43.362 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T21:47:43.456 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T21:47:43.456 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T21:47:44.570 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-04-22T21:47:44.573 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T21:47:44.573 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 1/34 2024-04-22T21:47:44.573 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2/34 2024-04-22T21:47:44.573 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 3/34 2024-04-22T21:47:44.573 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 4/34 2024-04-22T21:47:44.573 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 5/34 2024-04-22T21:47:44.573 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 6/34 2024-04-22T21:47:44.573 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T21:47:44.573 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 8/34 2024-04-22T21:47:44.574 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 9/34 2024-04-22T21:47:44.574 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 10/34 2024-04-22T21:47:44.574 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 11/34 2024-04-22T21:47:44.574 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T21:47:44.574 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 13/34 2024-04-22T21:47:44.574 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T21:47:44.574 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T21:47:44.574 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T21:47:44.574 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T21:47:44.574 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T21:47:44.574 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T21:47:44.574 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T21:47:44.574 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T21:47:44.574 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T21:47:44.575 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T21:47:44.575 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T21:47:44.575 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T21:47:44.575 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T21:47:44.575 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T21:47:44.576 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T21:47:44.576 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T21:47:44.576 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T21:47:44.576 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T21:47:44.576 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T21:47:44.576 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 33/34 2024-04-22T21:47:44.617 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T21:47:44.657 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T21:47:44.694 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T21:47:44.761 INFO:teuthology.orchestra.run.smithi071.stdout:(4/4): ceph-test-19.0.0-2407.g430e09df.el9.x86_ 8.2 MB/s | 48 MB 00:05 2024-04-22T21:47:44.763 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:47:44.763 INFO:teuthology.orchestra.run.smithi071.stdout:Total 7.9 MB/s | 49 MB 00:06 2024-04-22T21:47:44.764 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T21:47:44.788 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T21:47:44.806 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T21:47:44.807 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T21:47:44.809 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T21:47:44.842 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T21:47:44.934 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T21:47:45.003 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T21:47:45.053 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T21:47:45.088 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T21:47:45.118 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T21:47:45.153 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T21:47:45.176 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T21:47:45.177 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T21:47:45.211 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T21:47:45.252 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T21:47:45.286 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T21:47:45.321 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T21:47:45.359 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T21:47:45.372 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T21:47:45.372 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:47:45.372 INFO:teuthology.orchestra.run.smithi192.stdout:Upgraded: 2024-04-22T21:47:45.373 INFO:teuthology.orchestra.run.smithi192.stdout: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:45.373 INFO:teuthology.orchestra.run.smithi192.stdout: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:45.373 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T21:47:45.373 INFO:teuthology.orchestra.run.smithi192.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T21:47:45.373 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:45.373 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:45.373 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:45.373 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:45.373 INFO:teuthology.orchestra.run.smithi192.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T21:47:45.373 INFO:teuthology.orchestra.run.smithi192.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T21:47:45.373 INFO:teuthology.orchestra.run.smithi192.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T21:47:45.373 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:45.373 INFO:teuthology.orchestra.run.smithi192.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T21:47:45.374 INFO:teuthology.orchestra.run.smithi192.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T21:47:45.374 INFO:teuthology.orchestra.run.smithi192.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T21:47:45.374 INFO:teuthology.orchestra.run.smithi192.stdout: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:45.374 INFO:teuthology.orchestra.run.smithi192.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T21:47:45.374 INFO:teuthology.orchestra.run.smithi192.stdout: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:45.374 INFO:teuthology.orchestra.run.smithi192.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T21:47:45.374 INFO:teuthology.orchestra.run.smithi192.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T21:47:45.374 INFO:teuthology.orchestra.run.smithi192.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T21:47:45.374 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:45.374 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:45.374 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:45.374 INFO:teuthology.orchestra.run.smithi192.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T21:47:45.374 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:45.375 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:45.375 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:45.375 INFO:teuthology.orchestra.run.smithi192.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T21:47:45.375 INFO:teuthology.orchestra.run.smithi192.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T21:47:45.375 INFO:teuthology.orchestra.run.smithi192.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T21:47:45.375 INFO:teuthology.orchestra.run.smithi192.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T21:47:45.375 INFO:teuthology.orchestra.run.smithi192.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T21:47:45.375 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:47:45.375 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:47:45.432 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T21:47:45.577 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T21:47:45.666 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T21:47:45.682 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-test 2024-04-22T21:47:45.702 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T21:47:45.719 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T21:47:45.759 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T21:47:45.778 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T21:47:45.815 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T21:47:45.826 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T21:47:45.855 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T21:47:45.870 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T21:47:46.057 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T21:47:46.104 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T21:47:46.181 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T21:47:46.193 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:28 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:47:46.277 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T21:47:46.310 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:47:46.311 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:47:46.311 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-22T21:47:46.311 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:47:46.311 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T21:47:46.311 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-test x86_64 2:19.0.0-2407.g430e09df.el9 ceph 48 M 2024-04-22T21:47:46.311 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-22T21:47:46.312 INFO:teuthology.orchestra.run.smithi192.stdout: libcephsqlite x86_64 2:19.0.0-2407.g430e09df.el9 ceph 164 k 2024-04-22T21:47:46.312 INFO:teuthology.orchestra.run.smithi192.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T21:47:46.312 INFO:teuthology.orchestra.run.smithi192.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T21:47:46.312 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:47:46.312 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T21:47:46.312 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:47:46.312 INFO:teuthology.orchestra.run.smithi192.stdout:Install 4 Packages 2024-04-22T21:47:46.312 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:47:46.313 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 49 M 2024-04-22T21:47:46.313 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 207 M 2024-04-22T21:47:46.313 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T21:47:46.320 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T21:47:46.437 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T21:47:46.600 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 31/36 2024-04-22T21:47:46.630 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T21:47:46.654 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T21:47:46.655 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:47:46.655 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T21:47:46.655 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T21:47:46.655 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T21:47:46.655 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:46.687 INFO:teuthology.orchestra.run.smithi192.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.7 MB/s | 305 kB 00:00 2024-04-22T21:47:46.737 INFO:teuthology.orchestra.run.smithi192.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.3 MB/s | 64 kB 00:00 2024-04-22T21:47:47.146 INFO:teuthology.orchestra.run.smithi192.stdout:(3/4): libcephsqlite-19.0.0-2407.g430e09df.el9. 257 kB/s | 164 kB 00:00 2024-04-22T21:47:48.081 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T21:47:48.107 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T21:47:48.107 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:47:48.107 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T21:47:48.107 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T21:47:48.107 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T21:47:48.107 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:48.549 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T21:47:48.572 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T21:47:48.572 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:47:48.572 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T21:47:48.573 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T21:47:48.573 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T21:47:48.573 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:48.799 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T21:47:48.822 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T21:47:48.822 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:47:48.822 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T21:47:48.822 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T21:47:48.822 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T21:47:48.822 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:48.877 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T21:47:50.353 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T21:47:50.426 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T21:47:50.513 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T21:47:50.513 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 1/36 2024-04-22T21:47:50.514 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2/36 2024-04-22T21:47:50.514 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 3/36 2024-04-22T21:47:50.514 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 4/36 2024-04-22T21:47:50.514 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 5/36 2024-04-22T21:47:50.514 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 6/36 2024-04-22T21:47:50.514 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T21:47:50.514 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T21:47:50.514 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T21:47:50.514 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T21:47:50.514 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T21:47:50.514 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T21:47:50.514 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T21:47:50.515 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T21:47:50.515 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T21:47:50.515 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T21:47:50.515 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T21:47:50.515 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T21:47:50.515 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T21:47:50.515 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T21:47:50.515 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T21:47:50.515 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T21:47:50.515 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T21:47:50.515 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T21:47:50.515 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T21:47:50.515 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T21:47:50.515 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T21:47:50.516 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T21:47:50.516 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T21:47:50.517 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T21:47:50.517 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T21:47:50.517 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T21:47:50.517 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T21:47:50.517 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T21:47:50.517 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T21:47:51.457 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T21:47:51.457 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:51.457 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-04-22T21:47:51.457 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:51.457 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:51.458 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:51.458 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:47:51.458 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:51.458 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:51.458 INFO:teuthology.orchestra.run.smithi096.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T21:47:51.458 INFO:teuthology.orchestra.run.smithi096.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T21:47:51.458 INFO:teuthology.orchestra.run.smithi096.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T21:47:51.458 INFO:teuthology.orchestra.run.smithi096.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T21:47:51.458 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T21:47:51.458 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T21:47:51.458 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T21:47:51.458 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T21:47:51.458 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T21:47:51.458 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T21:47:51.459 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T21:47:51.459 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T21:47:51.459 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T21:47:51.459 INFO:teuthology.orchestra.run.smithi096.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T21:47:51.459 INFO:teuthology.orchestra.run.smithi096.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T21:47:51.459 INFO:teuthology.orchestra.run.smithi096.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T21:47:51.459 INFO:teuthology.orchestra.run.smithi096.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T21:47:51.459 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T21:47:51.459 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T21:47:51.459 INFO:teuthology.orchestra.run.smithi096.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T21:47:51.459 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T21:47:51.459 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T21:47:51.459 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T21:47:51.459 INFO:teuthology.orchestra.run.smithi096.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T21:47:51.460 INFO:teuthology.orchestra.run.smithi096.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T21:47:51.460 INFO:teuthology.orchestra.run.smithi096.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T21:47:51.460 INFO:teuthology.orchestra.run.smithi096.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T21:47:51.460 INFO:teuthology.orchestra.run.smithi096.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T21:47:51.460 INFO:teuthology.orchestra.run.smithi096.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T21:47:51.460 INFO:teuthology.orchestra.run.smithi096.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T21:47:51.460 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:51.460 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:47:51.794 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-base 2024-04-22T21:47:52.312 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:00 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:47:52.398 INFO:teuthology.orchestra.run.smithi096.stdout:Package ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:47:52.441 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:47:52.442 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-04-22T21:47:52.442 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:47:52.523 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install cephadm 2024-04-22T21:47:52.662 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T21:47:52.662 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 1/4 2024-04-22T21:47:52.662 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2/4 2024-04-22T21:47:52.662 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T21:47:52.924 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T21:47:52.924 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:47:52.924 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T21:47:52.924 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:52.924 INFO:teuthology.orchestra.run.smithi071.stdout: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:52.924 INFO:teuthology.orchestra.run.smithi071.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T21:47:52.924 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T21:47:52.924 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:47:52.924 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:47:53.059 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:01 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:47:53.180 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:47:53.181 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:47:53.181 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-04-22T21:47:53.181 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:47:53.181 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-04-22T21:47:53.181 INFO:teuthology.orchestra.run.smithi096.stdout: cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 762 k 2024-04-22T21:47:53.181 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:53.181 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-04-22T21:47:53.182 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:47:53.182 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-04-22T21:47:53.182 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:53.182 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 762 k 2024-04-22T21:47:53.182 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 768 k 2024-04-22T21:47:53.182 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-04-22T21:47:53.210 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph 2024-04-22T21:47:53.717 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:44 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:47:53.763 INFO:teuthology.orchestra.run.smithi192.stdout:(4/4): ceph-test-19.0.0-2407.g430e09df.el9.x86_ 6.7 MB/s | 48 MB 00:07 2024-04-22T21:47:53.820 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:47:53.821 INFO:teuthology.orchestra.run.smithi192.stdout:Total 6.6 MB/s | 49 MB 00:07 2024-04-22T21:47:53.821 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T21:47:53.821 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T21:47:53.821 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T21:47:53.842 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:47:53.845 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:47:53.845 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-22T21:47:53.845 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:47:53.845 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T21:47:53.845 INFO:teuthology.orchestra.run.smithi071.stdout: ceph x86_64 2:19.0.0-2407.g430e09df.el9 ceph 6.6 k 2024-04-22T21:47:53.845 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-22T21:47:53.845 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mds x86_64 2:19.0.0-2407.g430e09df.el9 ceph 2.4 M 2024-04-22T21:47:53.845 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr x86_64 2:19.0.0-2407.g430e09df.el9 ceph 1.5 M 2024-04-22T21:47:53.846 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 249 k 2024-04-22T21:47:53.846 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mon x86_64 2:19.0.0-2407.g430e09df.el9 ceph 4.7 M 2024-04-22T21:47:53.846 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-osd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 17 M 2024-04-22T21:47:53.846 INFO:teuthology.orchestra.run.smithi071.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T21:47:53.846 INFO:teuthology.orchestra.run.smithi071.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T21:47:53.846 INFO:teuthology.orchestra.run.smithi071.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T21:47:53.846 INFO:teuthology.orchestra.run.smithi071.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T21:47:53.846 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T21:47:53.846 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T21:47:53.846 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T21:47:53.846 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T21:47:53.846 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T21:47:53.847 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T21:47:53.847 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-collections 2024-04-22T21:47:53.847 INFO:teuthology.orchestra.run.smithi071.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T21:47:53.847 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T21:47:53.847 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T21:47:53.847 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T21:47:53.847 INFO:teuthology.orchestra.run.smithi071.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T21:47:53.847 INFO:teuthology.orchestra.run.smithi071.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T21:47:53.847 INFO:teuthology.orchestra.run.smithi071.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T21:47:53.847 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T21:47:53.847 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T21:47:53.848 INFO:teuthology.orchestra.run.smithi071.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T21:47:53.848 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T21:47:53.848 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T21:47:53.848 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T21:47:53.848 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T21:47:53.848 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T21:47:53.848 INFO:teuthology.orchestra.run.smithi071.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T21:47:53.848 INFO:teuthology.orchestra.run.smithi071.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T21:47:53.848 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T21:47:53.848 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T21:47:53.848 INFO:teuthology.orchestra.run.smithi071.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T21:47:53.849 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:47:53.849 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T21:47:53.849 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:47:53.849 INFO:teuthology.orchestra.run.smithi071.stdout:Install 36 Packages 2024-04-22T21:47:53.849 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:47:53.849 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 30 M 2024-04-22T21:47:53.850 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 107 M 2024-04-22T21:47:53.850 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T21:47:54.166 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T21:47:54.167 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T21:47:54.364 INFO:teuthology.orchestra.run.smithi096.stdout:cephadm-19.0.0-2407.g430e09df.el9.noarch.rpm 645 kB/s | 762 kB 00:01 2024-04-22T21:47:54.365 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:47:54.365 INFO:teuthology.orchestra.run.smithi096.stdout:Total 643 kB/s | 762 kB 00:01 2024-04-22T21:47:54.365 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-04-22T21:47:54.371 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-04-22T21:47:54.371 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-04-22T21:47:54.377 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-04-22T21:47:54.377 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-04-22T21:47:54.454 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-04-22T21:47:54.680 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T21:47:54.755 INFO:teuthology.orchestra.run.smithi071.stdout:(1/36): ceph-19.0.0-2407.g430e09df.el9.x86_64.r 15 kB/s | 6.6 kB 00:00 2024-04-22T21:47:54.762 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T21:47:54.811 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T21:47:54.839 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T21:47:54.912 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:47:54.999 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:47:55.297 INFO:teuthology.orchestra.run.smithi071.stdout:(2/36): ceph-mgr-19.0.0-2407.g430e09df.el9.x86_ 1.5 MB/s | 1.5 MB 00:00 2024-04-22T21:47:55.364 INFO:teuthology.orchestra.run.smithi071.stdout:(3/36): ceph-mds-19.0.0-2407.g430e09df.el9.x86_ 2.2 MB/s | 2.4 MB 00:01 2024-04-22T21:47:55.406 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:47:55.498 INFO:teuthology.orchestra.run.smithi071.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2407.g430e 1.8 MB/s | 249 kB 00:00 2024-04-22T21:47:55.632 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:47:55.633 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:55.633 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-04-22T21:47:55.633 INFO:teuthology.orchestra.run.smithi096.stdout: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:47:55.633 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:55.633 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:47:55.715 INFO:teuthology.orchestra.run.smithi071.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-04-22T21:47:55.823 INFO:teuthology.orchestra.run.smithi071.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 11 MB/s | 1.2 MB 00:00 2024-04-22T21:47:55.849 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T21:47:55.882 INFO:teuthology.orchestra.run.smithi071.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2024-04-22T21:47:55.941 INFO:teuthology.orchestra.run.smithi071.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.3 MB/s | 135 kB 00:00 2024-04-22T21:47:55.999 INFO:teuthology.orchestra.run.smithi071.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.1 MB/s | 125 kB 00:00 2024-04-22T21:47:56.058 INFO:teuthology.orchestra.run.smithi071.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-04-22T21:47:56.125 INFO:teuthology.orchestra.run.smithi071.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 2.8 MB/s | 188 kB 00:00 2024-04-22T21:47:56.192 INFO:teuthology.orchestra.run.smithi071.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.5 MB/s | 172 kB 00:00 2024-04-22T21:47:56.250 INFO:teuthology.orchestra.run.smithi071.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 598 kB/s | 35 kB 00:00 2024-04-22T21:47:56.309 INFO:teuthology.orchestra.run.smithi071.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 875 kB/s | 51 kB 00:00 2024-04-22T21:47:56.358 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:04 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:47:56.367 INFO:teuthology.orchestra.run.smithi071.stdout:(15/36): python3-toml-0.10.2-6.el9.noarch.rpm 716 kB/s | 42 kB 00:00 2024-04-22T21:47:56.479 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:47:56.480 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:47:56.480 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repo Size 2024-04-22T21:47:56.480 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:47:56.480 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-04-22T21:47:56.480 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2407.g430e09df.el9 ceph 145 k 2024-04-22T21:47:56.481 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:56.481 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-04-22T21:47:56.481 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:47:56.481 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-04-22T21:47:56.481 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:56.481 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 145 k 2024-04-22T21:47:56.481 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 435 k 2024-04-22T21:47:56.481 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-04-22T21:47:56.551 INFO:teuthology.orchestra.run.smithi071.stdout:(16/36): ceph-osd-19.0.0-2407.g430e09df.el9.x86 13 MB/s | 17 MB 00:01 2024-04-22T21:47:56.635 INFO:teuthology.orchestra.run.smithi071.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 83 kB/s | 22 kB 00:00 2024-04-22T21:47:56.685 INFO:teuthology.orchestra.run.smithi071.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 1.1 MB/s | 151 kB 00:00 2024-04-22T21:47:56.727 INFO:teuthology.orchestra.run.smithi071.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 473 kB/s | 43 kB 00:00 2024-04-22T21:47:56.744 INFO:teuthology.orchestra.run.smithi071.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.9 MB/s | 172 kB 00:00 2024-04-22T21:47:56.803 INFO:teuthology.orchestra.run.smithi071.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 183 kB/s | 11 kB 00:00 2024-04-22T21:47:56.845 INFO:teuthology.orchestra.run.smithi071.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 425 kB/s | 18 kB 00:00 2024-04-22T21:47:56.887 INFO:teuthology.orchestra.run.smithi071.stdout:(23/36): python3-jaraco-collections-3.0.0-8.el9 555 kB/s | 23 kB 00:00 2024-04-22T21:47:56.912 INFO:teuthology.orchestra.run.smithi071.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.9 MB/s | 358 kB 00:00 2024-04-22T21:47:56.937 INFO:teuthology.orchestra.run.smithi071.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 388 kB/s | 19 kB 00:00 2024-04-22T21:47:56.963 INFO:teuthology.orchestra.run.smithi071.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-04-22T21:47:56.990 INFO:teuthology.orchestra.run.smithi071.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 921 kB/s | 46 kB 00:00 2024-04-22T21:47:57.013 INFO:teuthology.orchestra.run.smithi071.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-04-22T21:47:57.055 INFO:teuthology.orchestra.run.smithi071.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 395 kB/s | 16 kB 00:00 2024-04-22T21:47:57.080 INFO:teuthology.orchestra.run.smithi071.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.9 MB/s | 272 kB 00:00 2024-04-22T21:47:57.122 INFO:teuthology.orchestra.run.smithi071.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.3 MB/s | 90 kB 00:00 2024-04-22T21:47:57.148 INFO:teuthology.orchestra.run.smithi071.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 533 kB/s | 36 kB 00:00 2024-04-22T21:47:57.170 INFO:teuthology.orchestra.run.smithi096.stdout:ceph-immutable-object-cache-19.0.0-2407.g430e09 210 kB/s | 145 kB 00:00 2024-04-22T21:47:57.170 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:47:57.171 INFO:teuthology.orchestra.run.smithi096.stdout:Total 210 kB/s | 145 kB 00:00 2024-04-22T21:47:57.171 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-04-22T21:47:57.179 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-04-22T21:47:57.179 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-04-22T21:47:57.206 INFO:teuthology.orchestra.run.smithi071.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-04-22T21:47:57.236 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-04-22T21:47:57.236 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-04-22T21:47:57.282 INFO:teuthology.orchestra.run.smithi071.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 266 kB/s | 20 kB 00:00 2024-04-22T21:47:57.324 INFO:teuthology.orchestra.run.smithi071.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.4 MB/s | 427 kB 00:00 2024-04-22T21:47:57.389 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-04-22T21:47:57.479 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T21:47:57.503 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T21:47:57.503 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:47:57.503 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T21:47:57.503 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:57.882 INFO:teuthology.orchestra.run.smithi071.stdout:(36/36): ceph-mon-19.0.0-2407.g430e09df.el9.x86 1.5 MB/s | 4.7 MB 00:03 2024-04-22T21:47:57.886 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:47:57.886 INFO:teuthology.orchestra.run.smithi071.stdout:Total 7.5 MB/s | 30 MB 00:04 2024-04-22T21:47:58.026 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T21:47:58.066 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T21:47:58.066 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T21:47:58.351 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T21:47:58.351 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:58.351 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-04-22T21:47:58.351 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:47:58.351 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:58.351 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:47:58.357 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T21:47:58.359 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T21:47:58.565 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-mgr 2024-04-22T21:47:59.082 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:07 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:47:59.162 INFO:teuthology.orchestra.run.smithi096.stdout:Package ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:47:59.203 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:47:59.204 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-04-22T21:47:59.204 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:47:59.277 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T21:47:59.336 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T21:47:59.410 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T21:47:59.615 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T21:47:59.694 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T21:47:59.726 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T21:47:59.754 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T21:47:59.781 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:07 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:47:59.826 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T21:47:59.862 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T21:47:59.894 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T21:47:59.901 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:47:59.902 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:47:59.903 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-04-22T21:47:59.903 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:47:59.903 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-04-22T21:47:59.903 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 3.5 M 2024-04-22T21:47:59.903 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-04-22T21:47:59.903 INFO:teuthology.orchestra.run.smithi096.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T21:47:59.903 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 32 k 2024-04-22T21:47:59.903 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 15 k 2024-04-22T21:47:59.903 INFO:teuthology.orchestra.run.smithi096.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T21:47:59.903 INFO:teuthology.orchestra.run.smithi096.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T21:47:59.904 INFO:teuthology.orchestra.run.smithi096.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T21:47:59.904 INFO:teuthology.orchestra.run.smithi096.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T21:47:59.904 INFO:teuthology.orchestra.run.smithi096.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T21:47:59.904 INFO:teuthology.orchestra.run.smithi096.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T21:47:59.904 INFO:teuthology.orchestra.run.smithi096.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T21:47:59.904 INFO:teuthology.orchestra.run.smithi096.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T21:47:59.904 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:59.904 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-04-22T21:47:59.904 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:47:59.904 INFO:teuthology.orchestra.run.smithi096.stdout:Install 12 Packages 2024-04-22T21:47:59.904 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:47:59.905 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 8.6 M 2024-04-22T21:47:59.905 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 103 M 2024-04-22T21:47:59.905 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-04-22T21:47:59.987 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T21:48:00.066 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T21:48:00.106 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T21:48:00.141 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T21:48:00.171 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T21:48:00.205 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T21:48:00.239 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T21:48:00.279 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T21:48:00.314 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T21:48:00.349 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T21:48:00.387 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T21:48:00.461 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T21:48:00.498 INFO:teuthology.orchestra.run.smithi096.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2407.g430 60 kB/s | 15 kB 00:00 2024-04-22T21:48:00.523 INFO:teuthology.orchestra.run.smithi096.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2407.g43 113 kB/s | 32 kB 00:00 2024-04-22T21:48:00.599 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T21:48:00.679 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T21:48:00.741 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T21:48:00.779 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T21:48:00.816 INFO:teuthology.orchestra.run.smithi096.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2407.g430e09d 6.1 MB/s | 3.5 MB 00:00 2024-04-22T21:48:00.828 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T21:48:00.848 INFO:teuthology.orchestra.run.smithi096.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 828 kB/s | 269 kB 00:00 2024-04-22T21:48:00.882 INFO:teuthology.orchestra.run.smithi096.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.6 MB/s | 1.0 MB 00:00 2024-04-22T21:48:00.884 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T21:48:00.949 INFO:teuthology.orchestra.run.smithi096.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 291 kB/s | 19 kB 00:00 2024-04-22T21:48:00.974 INFO:teuthology.orchestra.run.smithi096.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 5.3 MB/s | 863 kB 00:00 2024-04-22T21:48:01.071 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T21:48:01.091 INFO:teuthology.orchestra.run.smithi096.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.2 MB/s | 548 kB 00:00 2024-04-22T21:48:01.117 INFO:teuthology.orchestra.run.smithi096.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.0 MB/s | 144 kB 00:00 2024-04-22T21:48:01.117 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T21:48:01.141 INFO:teuthology.orchestra.run.smithi096.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 613 kB/s | 31 kB 00:00 2024-04-22T21:48:01.192 INFO:teuthology.orchestra.run.smithi096.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.5 MB/s | 188 kB 00:00 2024-04-22T21:48:01.195 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T21:48:01.293 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T21:48:01.333 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T21:48:01.342 INFO:teuthology.orchestra.run.smithi096.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.2 MB/s | 2.0 MB 00:00 2024-04-22T21:48:01.345 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:01.345 INFO:teuthology.orchestra.run.smithi096.stdout:Total 6.0 MB/s | 8.6 MB 00:01 2024-04-22T21:48:01.392 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-04-22T21:48:01.409 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-04-22T21:48:01.410 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-04-22T21:48:01.450 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T21:48:01.563 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-04-22T21:48:01.564 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-04-22T21:48:01.614 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 31/36 2024-04-22T21:48:01.629 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T21:48:01.629 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 1/4 2024-04-22T21:48:01.629 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2/4 2024-04-22T21:48:01.629 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T21:48:01.644 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T21:48:01.667 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T21:48:01.667 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:48:01.667 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T21:48:01.667 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T21:48:01.668 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T21:48:01.668 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:01.880 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T21:48:01.880 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:01.880 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T21:48:01.880 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:48:01.880 INFO:teuthology.orchestra.run.smithi192.stdout: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:48:01.880 INFO:teuthology.orchestra.run.smithi192.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T21:48:01.880 INFO:teuthology.orchestra.run.smithi192.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T21:48:01.880 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:01.880 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:48:02.087 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-04-22T21:48:02.162 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph 2024-04-22T21:48:02.184 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T21:48:02.219 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T21:48:02.266 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T21:48:02.296 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T21:48:02.372 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T21:48:02.497 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T21:48:02.591 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T21:48:02.643 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T21:48:02.671 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T21:48:02.677 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:44 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:48:02.703 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 10/12 2024-04-22T21:48:02.801 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:48:02.804 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:02.804 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-22T21:48:02.804 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:02.804 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T21:48:02.804 INFO:teuthology.orchestra.run.smithi192.stdout: ceph x86_64 2:19.0.0-2407.g430e09df.el9 ceph 6.6 k 2024-04-22T21:48:02.805 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-22T21:48:02.805 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mds x86_64 2:19.0.0-2407.g430e09df.el9 ceph 2.4 M 2024-04-22T21:48:02.805 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr x86_64 2:19.0.0-2407.g430e09df.el9 ceph 1.5 M 2024-04-22T21:48:02.805 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 249 k 2024-04-22T21:48:02.805 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mon x86_64 2:19.0.0-2407.g430e09df.el9 ceph 4.7 M 2024-04-22T21:48:02.805 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-osd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 17 M 2024-04-22T21:48:02.805 INFO:teuthology.orchestra.run.smithi192.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T21:48:02.805 INFO:teuthology.orchestra.run.smithi192.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T21:48:02.805 INFO:teuthology.orchestra.run.smithi192.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T21:48:02.805 INFO:teuthology.orchestra.run.smithi192.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T21:48:02.805 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T21:48:02.805 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T21:48:02.805 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T21:48:02.805 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T21:48:02.806 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T21:48:02.806 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T21:48:02.806 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-collections 2024-04-22T21:48:02.806 INFO:teuthology.orchestra.run.smithi192.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T21:48:02.806 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T21:48:02.806 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T21:48:02.806 INFO:teuthology.orchestra.run.smithi192.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T21:48:02.806 INFO:teuthology.orchestra.run.smithi192.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T21:48:02.806 INFO:teuthology.orchestra.run.smithi192.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T21:48:02.806 INFO:teuthology.orchestra.run.smithi192.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T21:48:02.806 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T21:48:02.806 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T21:48:02.806 INFO:teuthology.orchestra.run.smithi192.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T21:48:02.807 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T21:48:02.807 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T21:48:02.807 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T21:48:02.807 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T21:48:02.807 INFO:teuthology.orchestra.run.smithi192.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T21:48:02.807 INFO:teuthology.orchestra.run.smithi192.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T21:48:02.807 INFO:teuthology.orchestra.run.smithi192.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T21:48:02.807 INFO:teuthology.orchestra.run.smithi192.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T21:48:02.807 INFO:teuthology.orchestra.run.smithi192.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T21:48:02.807 INFO:teuthology.orchestra.run.smithi192.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T21:48:02.807 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:02.807 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T21:48:02.807 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:02.807 INFO:teuthology.orchestra.run.smithi192.stdout:Install 36 Packages 2024-04-22T21:48:02.808 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:02.808 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 30 M 2024-04-22T21:48:02.809 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 107 M 2024-04-22T21:48:02.809 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T21:48:03.103 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T21:48:03.129 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T21:48:03.129 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:48:03.129 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T21:48:03.129 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T21:48:03.129 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T21:48:03.129 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:03.571 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T21:48:03.593 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T21:48:03.593 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:48:03.593 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T21:48:03.593 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T21:48:03.593 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T21:48:03.593 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:03.737 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 11/12 2024-04-22T21:48:03.771 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T21:48:03.789 INFO:teuthology.orchestra.run.smithi192.stdout:(1/36): ceph-19.0.0-2407.g430e09df.el9.x86_64.r 30 kB/s | 6.6 kB 00:00 2024-04-22T21:48:03.813 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T21:48:03.835 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T21:48:03.836 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:48:03.836 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T21:48:03.836 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T21:48:03.836 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T21:48:03.836 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:03.899 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T21:48:04.114 INFO:teuthology.orchestra.run.smithi192.stdout:(2/36): ceph-mgr-19.0.0-2407.g430e09df.el9.x86_ 2.7 MB/s | 1.5 MB 00:00 2024-04-22T21:48:04.156 INFO:teuthology.orchestra.run.smithi192.stdout:(3/36): ceph-mds-19.0.0-2407.g430e09df.el9.x86_ 4.0 MB/s | 2.4 MB 00:00 2024-04-22T21:48:04.240 INFO:teuthology.orchestra.run.smithi192.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2407.g430e 2.9 MB/s | 249 kB 00:00 2024-04-22T21:48:04.582 INFO:teuthology.orchestra.run.smithi192.stdout:(5/36): ceph-mon-19.0.0-2407.g430e09df.el9.x86_ 5.9 MB/s | 4.7 MB 00:00 2024-04-22T21:48:05.107 INFO:teuthology.orchestra.run.smithi192.stdout:(6/36): ceph-osd-19.0.0-2407.g430e09df.el9.x86_ 17 MB/s | 17 MB 00:00 2024-04-22T21:48:05.180 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T21:48:05.180 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 1/12 2024-04-22T21:48:05.180 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 2/12 2024-04-22T21:48:05.180 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 3/12 2024-04-22T21:48:05.180 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T21:48:05.180 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T21:48:05.180 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T21:48:05.180 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T21:48:05.181 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T21:48:05.181 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T21:48:05.181 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T21:48:05.181 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T21:48:05.215 INFO:teuthology.orchestra.run.smithi192.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 260 kB/s | 253 kB 00:00 2024-04-22T21:48:05.473 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T21:48:05.474 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:05.474 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-04-22T21:48:05.474 INFO:teuthology.orchestra.run.smithi096.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T21:48:05.474 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:05.474 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:05.474 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:05.474 INFO:teuthology.orchestra.run.smithi096.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T21:48:05.474 INFO:teuthology.orchestra.run.smithi096.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T21:48:05.474 INFO:teuthology.orchestra.run.smithi096.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T21:48:05.474 INFO:teuthology.orchestra.run.smithi096.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T21:48:05.474 INFO:teuthology.orchestra.run.smithi096.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T21:48:05.475 INFO:teuthology.orchestra.run.smithi096.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T21:48:05.475 INFO:teuthology.orchestra.run.smithi096.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T21:48:05.475 INFO:teuthology.orchestra.run.smithi096.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T21:48:05.475 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:05.475 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:48:05.556 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T21:48:05.556 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 1/36 2024-04-22T21:48:05.556 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2/36 2024-04-22T21:48:05.556 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 3/36 2024-04-22T21:48:05.556 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 4/36 2024-04-22T21:48:05.556 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 5/36 2024-04-22T21:48:05.556 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 6/36 2024-04-22T21:48:05.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T21:48:05.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T21:48:05.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T21:48:05.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T21:48:05.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T21:48:05.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T21:48:05.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T21:48:05.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T21:48:05.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T21:48:05.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T21:48:05.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T21:48:05.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T21:48:05.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T21:48:05.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T21:48:05.558 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T21:48:05.558 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T21:48:05.558 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T21:48:05.558 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T21:48:05.558 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T21:48:05.559 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T21:48:05.559 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T21:48:05.559 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T21:48:05.559 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T21:48:05.559 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T21:48:05.559 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T21:48:05.559 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T21:48:05.560 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T21:48:05.560 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T21:48:05.560 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T21:48:05.728 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T21:48:05.849 INFO:teuthology.orchestra.run.smithi192.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 144 kB/s | 106 kB 00:00 2024-04-22T21:48:05.974 INFO:teuthology.orchestra.run.smithi192.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 178 kB/s | 135 kB 00:00 2024-04-22T21:48:06.238 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:14 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:48:06.360 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:48:06.361 INFO:teuthology.orchestra.run.smithi096.stdout:======================================================================================= 2024-04-22T21:48:06.362 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-04-22T21:48:06.362 INFO:teuthology.orchestra.run.smithi096.stdout:======================================================================================= 2024-04-22T21:48:06.362 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-04-22T21:48:06.362 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 7.4 M 2024-04-22T21:48:06.362 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-04-22T21:48:06.362 INFO:teuthology.orchestra.run.smithi096.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T21:48:06.362 INFO:teuthology.orchestra.run.smithi096.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T21:48:06.362 INFO:teuthology.orchestra.run.smithi096.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T21:48:06.362 INFO:teuthology.orchestra.run.smithi096.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T21:48:06.362 INFO:teuthology.orchestra.run.smithi096.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T21:48:06.362 INFO:teuthology.orchestra.run.smithi096.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T21:48:06.362 INFO:teuthology.orchestra.run.smithi096.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T21:48:06.363 INFO:teuthology.orchestra.run.smithi096.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T21:48:06.363 INFO:teuthology.orchestra.run.smithi096.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T21:48:06.363 INFO:teuthology.orchestra.run.smithi096.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T21:48:06.363 INFO:teuthology.orchestra.run.smithi096.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T21:48:06.363 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:06.363 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-04-22T21:48:06.363 INFO:teuthology.orchestra.run.smithi096.stdout:======================================================================================= 2024-04-22T21:48:06.363 INFO:teuthology.orchestra.run.smithi096.stdout:Install 12 Packages 2024-04-22T21:48:06.363 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:06.364 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 38 M 2024-04-22T21:48:06.364 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 209 M 2024-04-22T21:48:06.364 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-04-22T21:48:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T21:48:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:06.448 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T21:48:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:48:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:48:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:48:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:48:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:48:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T21:48:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T21:48:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T21:48:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T21:48:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T21:48:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T21:48:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T21:48:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T21:48:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T21:48:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T21:48:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T21:48:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T21:48:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T21:48:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T21:48:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T21:48:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T21:48:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T21:48:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T21:48:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T21:48:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T21:48:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T21:48:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T21:48:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T21:48:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T21:48:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T21:48:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T21:48:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T21:48:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T21:48:06.451 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T21:48:06.451 INFO:teuthology.orchestra.run.smithi071.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T21:48:06.451 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:06.451 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:06.608 INFO:teuthology.orchestra.run.smithi192.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 165 kB/s | 125 kB 00:00 2024-04-22T21:48:06.741 INFO:teuthology.orchestra.run.smithi192.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 1.4 MB/s | 188 kB 00:00 2024-04-22T21:48:06.775 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-base 2024-04-22T21:48:06.816 INFO:teuthology.orchestra.run.smithi192.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.2 MB/s | 172 kB 00:00 2024-04-22T21:48:06.859 INFO:teuthology.orchestra.run.smithi192.stdout:(13/36): python3-cryptography-36.0.1-4.el9.x86_ 552 kB/s | 1.2 MB 00:02 2024-04-22T21:48:06.884 INFO:teuthology.orchestra.run.smithi192.stdout:(14/36): python3-urllib3-1.26.5-5.el9.noarch.rp 236 kB/s | 215 kB 00:00 2024-04-22T21:48:06.909 INFO:teuthology.orchestra.run.smithi192.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 377 kB/s | 35 kB 00:00 2024-04-22T21:48:06.934 INFO:teuthology.orchestra.run.smithi192.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 829 kB/s | 42 kB 00:00 2024-04-22T21:48:06.968 INFO:teuthology.orchestra.run.smithi192.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 468 kB/s | 51 kB 00:00 2024-04-22T21:48:06.993 INFO:teuthology.orchestra.run.smithi192.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 266 kB/s | 22 kB 00:00 2024-04-22T21:48:07.077 INFO:teuthology.orchestra.run.smithi192.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 1.0 MB/s | 151 kB 00:00 2024-04-22T21:48:07.102 INFO:teuthology.orchestra.run.smithi192.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 324 kB/s | 43 kB 00:00 2024-04-22T21:48:07.128 INFO:teuthology.orchestra.run.smithi192.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-04-22T21:48:07.153 INFO:teuthology.orchestra.run.smithi192.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 213 kB/s | 11 kB 00:00 2024-04-22T21:48:07.178 INFO:teuthology.orchestra.run.smithi192.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 352 kB/s | 18 kB 00:00 2024-04-22T21:48:07.203 INFO:teuthology.orchestra.run.smithi192.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 462 kB/s | 23 kB 00:00 2024-04-22T21:48:07.229 INFO:teuthology.orchestra.run.smithi192.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-04-22T21:48:07.254 INFO:teuthology.orchestra.run.smithi192.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-04-22T21:48:07.279 INFO:teuthology.orchestra.run.smithi192.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 926 kB/s | 46 kB 00:00 2024-04-22T21:48:07.291 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:58 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:07.313 INFO:teuthology.orchestra.run.smithi192.stdout:(28/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2024-04-22T21:48:07.338 INFO:teuthology.orchestra.run.smithi192.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 940 kB/s | 79 kB 00:00 2024-04-22T21:48:07.364 INFO:teuthology.orchestra.run.smithi192.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-04-22T21:48:07.370 INFO:teuthology.orchestra.run.smithi071.stdout:Package ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:48:07.388 INFO:teuthology.orchestra.run.smithi192.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-04-22T21:48:07.405 INFO:teuthology.orchestra.run.smithi192.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 859 kB/s | 36 kB 00:00 2024-04-22T21:48:07.411 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:07.412 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-22T21:48:07.412 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:07.431 INFO:teuthology.orchestra.run.smithi192.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-04-22T21:48:07.450 INFO:teuthology.orchestra.run.smithi096.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 229 kB/s | 195 kB 00:00 2024-04-22T21:48:07.456 INFO:teuthology.orchestra.run.smithi192.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.3 MB/s | 230 kB 00:00 2024-04-22T21:48:07.478 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install cephadm 2024-04-22T21:48:07.481 INFO:teuthology.orchestra.run.smithi192.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 398 kB/s | 20 kB 00:00 2024-04-22T21:48:07.507 INFO:teuthology.orchestra.run.smithi192.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.1 MB/s | 427 kB 00:00 2024-04-22T21:48:07.510 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:07.510 INFO:teuthology.orchestra.run.smithi192.stdout:Total 6.4 MB/s | 30 MB 00:04 2024-04-22T21:48:07.649 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T21:48:07.689 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T21:48:07.689 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T21:48:07.733 INFO:teuthology.orchestra.run.smithi096.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 116 kB/s | 33 kB 00:00 2024-04-22T21:48:07.983 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T21:48:07.983 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T21:48:07.984 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:59 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:08.084 INFO:teuthology.orchestra.run.smithi096.stdout:(3/12): ceph-mgr-diskprediction-local-19.0.0-24 5.0 MB/s | 7.4 MB 00:01 2024-04-22T21:48:08.103 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:08.104 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:08.104 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-22T21:48:08.104 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:08.104 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T21:48:08.104 INFO:teuthology.orchestra.run.smithi071.stdout: cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 762 k 2024-04-22T21:48:08.104 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:08.104 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T21:48:08.104 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:08.104 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-22T21:48:08.104 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:08.105 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 762 k 2024-04-22T21:48:08.105 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 768 k 2024-04-22T21:48:08.105 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T21:48:08.293 INFO:teuthology.orchestra.run.smithi096.stdout:(4/12): libgfortran-11.4.1-3.el9.x86_64.rpm 474 kB/s | 803 kB 00:01 2024-04-22T21:48:08.342 INFO:teuthology.orchestra.run.smithi096.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 70 kB/s | 18 kB 00:00 2024-04-22T21:48:08.526 INFO:teuthology.orchestra.run.smithi096.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.8 MB/s | 3.0 MB 00:00 2024-04-22T21:48:08.551 INFO:teuthology.orchestra.run.smithi096.stdout:(7/12): openblas-0.3.21-2.el9.x86_64.rpm 136 kB/s | 35 kB 00:00 2024-04-22T21:48:08.651 INFO:teuthology.orchestra.run.smithi096.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.9 MB/s | 244 kB 00:00 2024-04-22T21:48:08.680 INFO:teuthology.orchestra.run.smithi071.stdout:cephadm-19.0.0-2407.g430e09df.el9.noarch.rpm 1.3 MB/s | 762 kB 00:00 2024-04-22T21:48:08.680 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:08.681 INFO:teuthology.orchestra.run.smithi071.stdout:Total 1.3 MB/s | 762 kB 00:00 2024-04-22T21:48:08.681 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T21:48:08.686 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T21:48:08.686 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T21:48:08.692 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T21:48:08.692 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T21:48:08.760 INFO:teuthology.orchestra.run.smithi096.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.3 MB/s | 250 kB 00:00 2024-04-22T21:48:08.763 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T21:48:09.203 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:48:09.224 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T21:48:09.284 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T21:48:09.308 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:48:09.317 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T21:48:09.345 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T21:48:09.418 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T21:48:09.477 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T21:48:09.510 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T21:48:09.611 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T21:48:09.633 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:48:09.689 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T21:48:09.730 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T21:48:09.765 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T21:48:09.768 INFO:teuthology.orchestra.run.smithi096.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.2 MB/s | 5.1 MB 00:01 2024-04-22T21:48:09.794 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T21:48:09.829 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T21:48:09.856 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:48:09.856 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:09.856 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T21:48:09.856 INFO:teuthology.orchestra.run.smithi071.stdout: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:09.856 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:09.856 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:09.862 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T21:48:09.903 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T21:48:09.938 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T21:48:09.972 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T21:48:10.010 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T21:48:10.093 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T21:48:10.112 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T21:48:10.232 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T21:48:10.310 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T21:48:10.372 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T21:48:10.410 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T21:48:10.468 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T21:48:10.523 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T21:48:10.623 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:01 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:10.713 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T21:48:10.744 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:10.745 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:10.745 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-04-22T21:48:10.745 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:10.745 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T21:48:10.745 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2407.g430e09df.el9 ceph 145 k 2024-04-22T21:48:10.745 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:10.745 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T21:48:10.745 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:10.745 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-22T21:48:10.745 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:10.745 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 145 k 2024-04-22T21:48:10.745 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 435 k 2024-04-22T21:48:10.746 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T21:48:10.764 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T21:48:10.835 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T21:48:10.923 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T21:48:10.963 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T21:48:11.080 INFO:teuthology.orchestra.run.smithi071.stdout:ceph-immutable-object-cache-19.0.0-2407.g430e09 434 kB/s | 145 kB 00:00 2024-04-22T21:48:11.080 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:11.081 INFO:teuthology.orchestra.run.smithi071.stdout:Total 432 kB/s | 145 kB 00:00 2024-04-22T21:48:11.081 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T21:48:11.081 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T21:48:11.089 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T21:48:11.089 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T21:48:11.146 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T21:48:11.147 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T21:48:11.252 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 31/36 2024-04-22T21:48:11.274 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T21:48:11.299 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T21:48:11.299 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T21:48:11.299 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:48:11.299 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T21:48:11.299 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T21:48:11.300 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T21:48:11.300 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:11.381 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T21:48:11.405 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T21:48:11.406 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:48:11.406 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T21:48:11.406 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:11.410 INFO:teuthology.orchestra.run.smithi096.stdout:(11/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 1.5 MB/s | 4.7 MB 00:03 2024-04-22T21:48:12.255 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T21:48:12.255 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:12.255 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T21:48:12.255 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:48:12.255 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:12.255 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:12.475 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr 2024-04-22T21:48:12.742 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T21:48:12.768 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T21:48:12.768 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:48:12.768 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T21:48:12.768 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T21:48:12.768 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T21:48:12.768 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:12.994 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:04 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:13.074 INFO:teuthology.orchestra.run.smithi071.stdout:Package ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:48:13.117 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:13.119 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-22T21:48:13.119 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:13.183 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T21:48:13.209 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T21:48:13.232 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T21:48:13.232 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:48:13.232 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T21:48:13.232 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T21:48:13.232 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T21:48:13.232 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:13.460 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T21:48:13.482 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T21:48:13.482 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:48:13.482 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T21:48:13.482 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T21:48:13.482 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T21:48:13.482 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:13.546 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T21:48:13.694 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:04 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:13.814 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:13.816 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:13.816 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-22T21:48:13.816 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:13.816 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T21:48:13.816 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 3.5 M 2024-04-22T21:48:13.816 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-22T21:48:13.816 INFO:teuthology.orchestra.run.smithi071.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T21:48:13.816 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 32 k 2024-04-22T21:48:13.816 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 15 k 2024-04-22T21:48:13.817 INFO:teuthology.orchestra.run.smithi071.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T21:48:13.817 INFO:teuthology.orchestra.run.smithi071.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T21:48:13.817 INFO:teuthology.orchestra.run.smithi071.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T21:48:13.817 INFO:teuthology.orchestra.run.smithi071.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T21:48:13.817 INFO:teuthology.orchestra.run.smithi071.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T21:48:13.817 INFO:teuthology.orchestra.run.smithi071.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T21:48:13.817 INFO:teuthology.orchestra.run.smithi071.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T21:48:13.817 INFO:teuthology.orchestra.run.smithi071.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T21:48:13.817 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:13.817 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T21:48:13.817 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:13.817 INFO:teuthology.orchestra.run.smithi071.stdout:Install 12 Packages 2024-04-22T21:48:13.817 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:13.818 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 8.6 M 2024-04-22T21:48:13.818 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 103 M 2024-04-22T21:48:13.818 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T21:48:14.610 INFO:teuthology.orchestra.run.smithi071.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2407.g430 61 kB/s | 15 kB 00:00 2024-04-22T21:48:14.668 INFO:teuthology.orchestra.run.smithi071.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2407.g43 102 kB/s | 32 kB 00:00 2024-04-22T21:48:14.777 INFO:teuthology.orchestra.run.smithi071.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 6.0 MB/s | 1.0 MB 00:00 2024-04-22T21:48:14.802 INFO:teuthology.orchestra.run.smithi071.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.0 MB/s | 269 kB 00:00 2024-04-22T21:48:15.053 INFO:teuthology.orchestra.run.smithi071.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.1 MB/s | 548 kB 00:00 2024-04-22T21:48:15.103 INFO:teuthology.orchestra.run.smithi071.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 388 kB/s | 19 kB 00:00 2024-04-22T21:48:15.268 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T21:48:15.268 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 1/36 2024-04-22T21:48:15.268 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2/36 2024-04-22T21:48:15.268 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 3/36 2024-04-22T21:48:15.268 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 4/36 2024-04-22T21:48:15.268 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 5/36 2024-04-22T21:48:15.268 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 6/36 2024-04-22T21:48:15.268 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T21:48:15.268 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T21:48:15.269 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T21:48:15.269 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T21:48:15.269 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T21:48:15.269 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T21:48:15.269 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T21:48:15.269 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T21:48:15.269 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T21:48:15.269 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T21:48:15.269 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T21:48:15.269 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T21:48:15.270 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T21:48:15.270 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T21:48:15.270 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T21:48:15.270 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T21:48:15.270 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T21:48:15.270 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T21:48:15.270 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T21:48:15.270 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T21:48:15.271 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T21:48:15.272 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T21:48:15.272 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T21:48:15.272 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T21:48:15.272 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T21:48:15.272 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T21:48:15.272 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T21:48:15.272 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T21:48:15.272 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T21:48:15.337 INFO:teuthology.orchestra.run.smithi071.stdout:(7/12): ceph-mgr-dashboard-19.0.0-2407.g430e09d 3.6 MB/s | 3.5 MB 00:00 2024-04-22T21:48:15.487 INFO:teuthology.orchestra.run.smithi071.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 963 kB/s | 144 kB 00:00 2024-04-22T21:48:15.529 INFO:teuthology.orchestra.run.smithi071.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 4.8 MB/s | 2.0 MB 00:00 2024-04-22T21:48:15.546 INFO:teuthology.orchestra.run.smithi071.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 525 kB/s | 31 kB 00:00 2024-04-22T21:48:15.580 INFO:teuthology.orchestra.run.smithi071.stdout:(11/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.1 MB/s | 863 kB 00:00 2024-04-22T21:48:15.621 INFO:teuthology.orchestra.run.smithi071.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-04-22T21:48:15.623 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:15.623 INFO:teuthology.orchestra.run.smithi071.stdout:Total 4.8 MB/s | 8.6 MB 00:01 2024-04-22T21:48:15.671 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T21:48:15.687 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T21:48:15.688 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T21:48:15.841 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T21:48:15.842 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T21:48:16.161 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T21:48:16.161 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:16.161 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T21:48:16.161 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:48:16.161 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:48:16.161 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:48:16.161 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:16.161 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:48:16.161 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:48:16.161 INFO:teuthology.orchestra.run.smithi192.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T21:48:16.161 INFO:teuthology.orchestra.run.smithi192.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T21:48:16.161 INFO:teuthology.orchestra.run.smithi192.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T21:48:16.162 INFO:teuthology.orchestra.run.smithi192.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T21:48:16.162 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T21:48:16.162 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T21:48:16.162 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T21:48:16.162 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T21:48:16.162 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T21:48:16.162 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T21:48:16.162 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T21:48:16.162 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T21:48:16.162 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T21:48:16.162 INFO:teuthology.orchestra.run.smithi192.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T21:48:16.162 INFO:teuthology.orchestra.run.smithi192.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T21:48:16.163 INFO:teuthology.orchestra.run.smithi192.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T21:48:16.163 INFO:teuthology.orchestra.run.smithi192.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T21:48:16.163 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T21:48:16.163 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T21:48:16.163 INFO:teuthology.orchestra.run.smithi192.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T21:48:16.163 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T21:48:16.163 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T21:48:16.163 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T21:48:16.163 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T21:48:16.163 INFO:teuthology.orchestra.run.smithi192.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T21:48:16.163 INFO:teuthology.orchestra.run.smithi192.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T21:48:16.163 INFO:teuthology.orchestra.run.smithi192.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T21:48:16.163 INFO:teuthology.orchestra.run.smithi192.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T21:48:16.164 INFO:teuthology.orchestra.run.smithi192.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T21:48:16.164 INFO:teuthology.orchestra.run.smithi192.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T21:48:16.164 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:16.164 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:48:16.373 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T21:48:16.455 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T21:48:16.499 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T21:48:16.503 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-base 2024-04-22T21:48:16.546 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T21:48:16.585 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T21:48:16.661 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T21:48:16.785 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T21:48:16.871 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T21:48:16.923 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T21:48:16.952 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T21:48:16.984 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 10/12 2024-04-22T21:48:17.021 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:59 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:48:17.101 INFO:teuthology.orchestra.run.smithi192.stdout:Package ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:48:17.142 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:48:17.142 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-22T21:48:17.142 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:48:17.204 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install cephadm 2024-04-22T21:48:17.711 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:59 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:48:17.831 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:48:17.832 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:17.832 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-22T21:48:17.832 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:17.832 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T21:48:17.832 INFO:teuthology.orchestra.run.smithi192.stdout: cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 762 k 2024-04-22T21:48:17.833 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:17.833 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T21:48:17.833 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:17.833 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-22T21:48:17.833 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:17.833 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 762 k 2024-04-22T21:48:17.833 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 768 k 2024-04-22T21:48:17.833 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T21:48:18.022 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 11/12 2024-04-22T21:48:18.052 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T21:48:18.435 INFO:teuthology.orchestra.run.smithi192.stdout:cephadm-19.0.0-2407.g430e09df.el9.noarch.rpm 1.2 MB/s | 762 kB 00:00 2024-04-22T21:48:18.435 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:18.435 INFO:teuthology.orchestra.run.smithi192.stdout:Total 1.2 MB/s | 762 kB 00:00 2024-04-22T21:48:18.435 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T21:48:18.440 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T21:48:18.440 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T21:48:18.446 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T21:48:18.447 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T21:48:18.520 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T21:48:18.958 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:48:19.045 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:48:19.225 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T21:48:19.225 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 1/12 2024-04-22T21:48:19.225 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 2/12 2024-04-22T21:48:19.226 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 3/12 2024-04-22T21:48:19.226 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T21:48:19.226 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T21:48:19.226 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T21:48:19.226 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T21:48:19.226 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T21:48:19.226 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T21:48:19.226 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T21:48:19.226 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T21:48:19.355 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:48:19.547 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T21:48:19.547 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:19.548 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T21:48:19.548 INFO:teuthology.orchestra.run.smithi071.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T21:48:19.548 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:19.548 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:19.548 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:19.548 INFO:teuthology.orchestra.run.smithi071.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T21:48:19.548 INFO:teuthology.orchestra.run.smithi071.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T21:48:19.548 INFO:teuthology.orchestra.run.smithi071.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T21:48:19.549 INFO:teuthology.orchestra.run.smithi071.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T21:48:19.549 INFO:teuthology.orchestra.run.smithi071.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T21:48:19.549 INFO:teuthology.orchestra.run.smithi071.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T21:48:19.549 INFO:teuthology.orchestra.run.smithi071.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T21:48:19.549 INFO:teuthology.orchestra.run.smithi071.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T21:48:19.549 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:19.549 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:19.576 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:48:19.576 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:19.576 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T21:48:19.576 INFO:teuthology.orchestra.run.smithi192.stdout: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:19.576 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:19.576 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:48:19.801 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T21:48:19.817 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T21:48:20.337 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:02 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:48:20.384 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:11 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:20.459 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:48:20.459 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:20.460 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2024-04-22T21:48:20.460 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:20.460 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T21:48:20.460 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2407.g430e09df.el9 ceph 145 k 2024-04-22T21:48:20.460 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:20.460 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T21:48:20.460 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:20.460 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-22T21:48:20.460 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:20.461 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 145 k 2024-04-22T21:48:20.461 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 435 k 2024-04-22T21:48:20.461 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T21:48:20.509 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:20.511 INFO:teuthology.orchestra.run.smithi071.stdout:======================================================================================= 2024-04-22T21:48:20.511 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-22T21:48:20.511 INFO:teuthology.orchestra.run.smithi071.stdout:======================================================================================= 2024-04-22T21:48:20.511 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T21:48:20.511 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 7.4 M 2024-04-22T21:48:20.511 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-22T21:48:20.511 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T21:48:20.511 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T21:48:20.511 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T21:48:20.511 INFO:teuthology.orchestra.run.smithi071.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T21:48:20.511 INFO:teuthology.orchestra.run.smithi071.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T21:48:20.512 INFO:teuthology.orchestra.run.smithi071.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T21:48:20.512 INFO:teuthology.orchestra.run.smithi071.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T21:48:20.512 INFO:teuthology.orchestra.run.smithi071.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T21:48:20.512 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T21:48:20.512 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T21:48:20.512 INFO:teuthology.orchestra.run.smithi071.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T21:48:20.512 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:20.512 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T21:48:20.512 INFO:teuthology.orchestra.run.smithi071.stdout:======================================================================================= 2024-04-22T21:48:20.512 INFO:teuthology.orchestra.run.smithi071.stdout:Install 12 Packages 2024-04-22T21:48:20.512 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:20.513 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 38 M 2024-04-22T21:48:20.513 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 209 M 2024-04-22T21:48:20.513 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T21:48:20.907 INFO:teuthology.orchestra.run.smithi071.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.4 MB/s | 195 kB 00:00 2024-04-22T21:48:20.924 INFO:teuthology.orchestra.run.smithi192.stdout:ceph-immutable-object-cache-19.0.0-2407.g430e09 313 kB/s | 145 kB 00:00 2024-04-22T21:48:20.925 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:20.925 INFO:teuthology.orchestra.run.smithi192.stdout:Total 312 kB/s | 145 kB 00:00 2024-04-22T21:48:20.925 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T21:48:20.933 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T21:48:20.933 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T21:48:20.949 INFO:teuthology.orchestra.run.smithi071.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 786 kB/s | 33 kB 00:00 2024-04-22T21:48:20.983 INFO:teuthology.orchestra.run.smithi071.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.7 MB/s | 803 kB 00:00 2024-04-22T21:48:20.993 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T21:48:20.993 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T21:48:21.017 INFO:teuthology.orchestra.run.smithi071.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 546 kB/s | 18 kB 00:00 2024-04-22T21:48:21.050 INFO:teuthology.orchestra.run.smithi071.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 1.0 MB/s | 35 kB 00:00 2024-04-22T21:48:21.117 INFO:teuthology.orchestra.run.smithi071.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 18 MB/s | 3.0 MB 00:00 2024-04-22T21:48:21.148 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T21:48:21.159 INFO:teuthology.orchestra.run.smithi071.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 5.7 MB/s | 244 kB 00:00 2024-04-22T21:48:21.217 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T21:48:21.241 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T21:48:21.241 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:48:21.241 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T21:48:21.242 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:21.243 INFO:teuthology.orchestra.run.smithi071.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 25 MB/s | 4.7 MB 00:00 2024-04-22T21:48:21.293 INFO:teuthology.orchestra.run.smithi071.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.9 MB/s | 250 kB 00:00 2024-04-22T21:48:21.360 INFO:teuthology.orchestra.run.smithi071.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 25 MB/s | 5.1 MB 00:00 2024-04-22T21:48:21.586 INFO:teuthology.orchestra.run.smithi071.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 56 MB/s | 16 MB 00:00 2024-04-22T21:48:22.086 INFO:teuthology.orchestra.run.smithi071.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 5.6 MB/s | 7.4 MB 00:01 2024-04-22T21:48:22.086 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:22.087 INFO:teuthology.orchestra.run.smithi071.stdout:Total 24 MB/s | 38 MB 00:01 2024-04-22T21:48:22.121 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T21:48:22.121 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:22.121 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T21:48:22.121 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:48:22.121 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:22.121 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:48:22.314 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr 2024-04-22T21:48:22.431 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T21:48:22.458 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T21:48:22.458 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T21:48:22.827 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:04 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:48:22.862 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T21:48:22.863 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T21:48:22.909 INFO:teuthology.orchestra.run.smithi192.stdout:Package ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:48:22.952 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:48:22.953 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-22T21:48:22.953 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:48:23.012 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T21:48:23.522 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:05 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:48:23.642 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:48:23.643 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:23.643 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-22T21:48:23.643 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:23.643 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T21:48:23.643 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 3.5 M 2024-04-22T21:48:23.643 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-22T21:48:23.643 INFO:teuthology.orchestra.run.smithi192.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T21:48:23.643 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 32 k 2024-04-22T21:48:23.643 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 15 k 2024-04-22T21:48:23.643 INFO:teuthology.orchestra.run.smithi192.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T21:48:23.643 INFO:teuthology.orchestra.run.smithi192.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T21:48:23.644 INFO:teuthology.orchestra.run.smithi192.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T21:48:23.644 INFO:teuthology.orchestra.run.smithi192.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T21:48:23.644 INFO:teuthology.orchestra.run.smithi192.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T21:48:23.644 INFO:teuthology.orchestra.run.smithi192.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T21:48:23.644 INFO:teuthology.orchestra.run.smithi192.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T21:48:23.644 INFO:teuthology.orchestra.run.smithi192.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T21:48:23.644 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:23.644 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T21:48:23.644 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:23.644 INFO:teuthology.orchestra.run.smithi192.stdout:Install 12 Packages 2024-04-22T21:48:23.644 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:23.645 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 8.6 M 2024-04-22T21:48:23.645 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 103 M 2024-04-22T21:48:23.645 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T21:48:23.663 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T21:48:23.749 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T21:48:23.801 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T21:48:23.901 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T21:48:23.944 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T21:48:24.121 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T21:48:24.151 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T21:48:24.219 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T21:48:24.395 INFO:teuthology.orchestra.run.smithi192.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2407.g43 112 kB/s | 32 kB 00:00 2024-04-22T21:48:24.420 INFO:teuthology.orchestra.run.smithi192.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2407.g430 50 kB/s | 15 kB 00:00 2024-04-22T21:48:24.612 INFO:teuthology.orchestra.run.smithi192.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.4 MB/s | 269 kB 00:00 2024-04-22T21:48:24.753 INFO:teuthology.orchestra.run.smithi192.stdout:(4/12): ceph-mgr-dashboard-19.0.0-2407.g430e09d 5.5 MB/s | 3.5 MB 00:00 2024-04-22T21:48:24.854 INFO:teuthology.orchestra.run.smithi192.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.2 MB/s | 1.0 MB 00:00 2024-04-22T21:48:24.870 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T21:48:24.990 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T21:48:25.104 INFO:teuthology.orchestra.run.smithi192.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 78 kB/s | 19 kB 00:00 2024-04-22T21:48:25.129 INFO:teuthology.orchestra.run.smithi192.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.6 MB/s | 863 kB 00:00 2024-04-22T21:48:25.246 INFO:teuthology.orchestra.run.smithi192.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-04-22T21:48:25.322 INFO:teuthology.orchestra.run.smithi192.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 410 kB/s | 31 kB 00:00 2024-04-22T21:48:25.413 INFO:teuthology.orchestra.run.smithi192.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-04-22T21:48:25.505 INFO:teuthology.orchestra.run.smithi192.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.1 MB/s | 2.0 MB 00:00 2024-04-22T21:48:25.530 INFO:teuthology.orchestra.run.smithi192.stdout:(12/12): python3-grpcio-tools-1.46.7-10.el9.x86 361 kB/s | 144 kB 00:00 2024-04-22T21:48:25.534 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:25.534 INFO:teuthology.orchestra.run.smithi192.stdout:Total 4.6 MB/s | 8.6 MB 00:01 2024-04-22T21:48:25.581 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T21:48:25.597 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T21:48:25.597 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T21:48:25.751 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T21:48:25.751 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T21:48:26.218 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T21:48:26.274 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T21:48:26.340 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T21:48:26.383 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T21:48:26.429 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T21:48:26.460 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T21:48:26.535 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T21:48:26.661 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T21:48:26.746 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T21:48:26.951 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T21:48:26.985 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T21:48:27.016 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 10/12 2024-04-22T21:48:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T21:48:27.269 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T21:48:28.062 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 11/12 2024-04-22T21:48:28.092 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T21:48:29.309 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T21:48:29.309 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 1/12 2024-04-22T21:48:29.310 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 2/12 2024-04-22T21:48:29.310 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 3/12 2024-04-22T21:48:29.310 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T21:48:29.310 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T21:48:29.310 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T21:48:29.310 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T21:48:29.310 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T21:48:29.310 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T21:48:29.310 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T21:48:29.310 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T21:48:29.586 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T21:48:29.587 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:29.587 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T21:48:29.587 INFO:teuthology.orchestra.run.smithi192.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T21:48:29.587 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:29.587 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:29.587 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:29.587 INFO:teuthology.orchestra.run.smithi192.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T21:48:29.587 INFO:teuthology.orchestra.run.smithi192.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T21:48:29.587 INFO:teuthology.orchestra.run.smithi192.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T21:48:29.587 INFO:teuthology.orchestra.run.smithi192.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T21:48:29.587 INFO:teuthology.orchestra.run.smithi192.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T21:48:29.587 INFO:teuthology.orchestra.run.smithi192.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T21:48:29.587 INFO:teuthology.orchestra.run.smithi192.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T21:48:29.587 INFO:teuthology.orchestra.run.smithi192.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T21:48:29.588 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:29.588 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:48:29.789 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T21:48:29.789 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 1/12 2024-04-22T21:48:29.789 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T21:48:29.790 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T21:48:29.790 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T21:48:29.790 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T21:48:29.790 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T21:48:29.790 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T21:48:29.790 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T21:48:29.790 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T21:48:29.790 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T21:48:29.790 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T21:48:29.844 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T21:48:30.173 INFO:teuthology.orchestra.run.smithi096.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 777 kB/s | 16 MB 00:21 2024-04-22T21:48:30.175 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:30.175 INFO:teuthology.orchestra.run.smithi096.stdout:Total 1.6 MB/s | 38 MB 00:23 2024-04-22T21:48:30.179 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T21:48:30.179 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:30.179 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T21:48:30.179 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:30.180 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T21:48:30.180 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T21:48:30.180 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T21:48:30.180 INFO:teuthology.orchestra.run.smithi071.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T21:48:30.180 INFO:teuthology.orchestra.run.smithi071.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T21:48:30.180 INFO:teuthology.orchestra.run.smithi071.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T21:48:30.180 INFO:teuthology.orchestra.run.smithi071.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T21:48:30.181 INFO:teuthology.orchestra.run.smithi071.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T21:48:30.181 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T21:48:30.181 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T21:48:30.181 INFO:teuthology.orchestra.run.smithi071.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T21:48:30.181 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:30.181 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:30.369 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:12 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:48:30.496 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:48:30.498 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================= 2024-04-22T21:48:30.498 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-22T21:48:30.498 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================= 2024-04-22T21:48:30.498 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T21:48:30.498 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 7.4 M 2024-04-22T21:48:30.498 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-22T21:48:30.498 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T21:48:30.498 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T21:48:30.498 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T21:48:30.498 INFO:teuthology.orchestra.run.smithi192.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T21:48:30.498 INFO:teuthology.orchestra.run.smithi192.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T21:48:30.498 INFO:teuthology.orchestra.run.smithi192.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T21:48:30.498 INFO:teuthology.orchestra.run.smithi192.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T21:48:30.499 INFO:teuthology.orchestra.run.smithi192.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T21:48:30.499 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T21:48:30.499 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T21:48:30.499 INFO:teuthology.orchestra.run.smithi192.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T21:48:30.499 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:30.499 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T21:48:30.499 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================= 2024-04-22T21:48:30.499 INFO:teuthology.orchestra.run.smithi192.stdout:Install 12 Packages 2024-04-22T21:48:30.499 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:30.500 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 38 M 2024-04-22T21:48:30.500 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 209 M 2024-04-22T21:48:30.500 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T21:48:30.525 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-04-22T21:48:30.552 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-04-22T21:48:30.552 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-04-22T21:48:30.565 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-rook 2024-04-22T21:48:30.856 INFO:teuthology.orchestra.run.smithi192.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.4 MB/s | 195 kB 00:00 2024-04-22T21:48:30.923 INFO:teuthology.orchestra.run.smithi192.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.8 MB/s | 803 kB 00:00 2024-04-22T21:48:30.957 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-04-22T21:48:30.957 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-04-22T21:48:31.087 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:22 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:31.123 INFO:teuthology.orchestra.run.smithi192.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 122 kB/s | 33 kB 00:00 2024-04-22T21:48:31.207 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:31.208 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:31.208 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-22T21:48:31.208 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:31.208 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T21:48:31.208 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-rook noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 49 k 2024-04-22T21:48:31.208 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-22T21:48:31.208 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T21:48:31.208 INFO:teuthology.orchestra.run.smithi071.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T21:48:31.209 INFO:teuthology.orchestra.run.smithi071.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T21:48:31.209 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T21:48:31.209 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T21:48:31.209 INFO:teuthology.orchestra.run.smithi071.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T21:48:31.209 INFO:teuthology.orchestra.run.smithi071.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T21:48:31.209 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T21:48:31.209 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T21:48:31.209 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T21:48:31.209 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T21:48:31.209 INFO:teuthology.orchestra.run.smithi071.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T21:48:31.209 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:31.209 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T21:48:31.209 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:31.209 INFO:teuthology.orchestra.run.smithi071.stdout:Install 13 Packages 2024-04-22T21:48:31.210 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:31.210 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 2.2 M 2024-04-22T21:48:31.210 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 26 M 2024-04-22T21:48:31.210 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T21:48:31.223 INFO:teuthology.orchestra.run.smithi192.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 182 kB/s | 18 kB 00:00 2024-04-22T21:48:31.324 INFO:teuthology.orchestra.run.smithi192.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 352 kB/s | 35 kB 00:00 2024-04-22T21:48:31.616 INFO:teuthology.orchestra.run.smithi192.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-24 8.2 MB/s | 7.4 MB 00:00 2024-04-22T21:48:31.713 INFO:teuthology.orchestra.run.smithi071.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 142 kB/s | 26 kB 00:00 2024-04-22T21:48:31.763 INFO:teuthology.orchestra.run.smithi071.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 83 kB/s | 19 kB 00:00 2024-04-22T21:48:31.785 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-04-22T21:48:31.788 INFO:teuthology.orchestra.run.smithi071.stdout:(3/13): ceph-mgr-rook-19.0.0-2407.g430e09df.el9 192 kB/s | 49 kB 00:00 2024-04-22T21:48:31.814 INFO:teuthology.orchestra.run.smithi071.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.2 MB/s | 222 kB 00:00 2024-04-22T21:48:31.853 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T21:48:31.857 INFO:teuthology.orchestra.run.smithi192.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.2 MB/s | 3.0 MB 00:00 2024-04-22T21:48:31.896 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T21:48:31.906 INFO:teuthology.orchestra.run.smithi071.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.3 MB/s | 279 kB 00:00 2024-04-22T21:48:31.931 INFO:teuthology.orchestra.run.smithi071.stdout:(6/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 948 kB/s | 159 kB 00:00 2024-04-22T21:48:31.998 INFO:teuthology.orchestra.run.smithi071.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 291 kB/s | 54 kB 00:00 2024-04-22T21:48:32.000 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T21:48:32.023 INFO:teuthology.orchestra.run.smithi071.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 163 kB/s | 15 kB 00:00 2024-04-22T21:48:32.039 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T21:48:32.048 INFO:teuthology.orchestra.run.smithi071.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 227 kB/s | 32 kB 00:00 2024-04-22T21:48:32.107 INFO:teuthology.orchestra.run.smithi071.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 1.8 MB/s | 203 kB 00:00 2024-04-22T21:48:32.133 INFO:teuthology.orchestra.run.smithi071.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 707 kB/s | 59 kB 00:00 2024-04-22T21:48:32.158 INFO:teuthology.orchestra.run.smithi071.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-04-22T21:48:32.191 INFO:teuthology.orchestra.run.smithi192.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 424 kB/s | 244 kB 00:00 2024-04-22T21:48:32.200 INFO:teuthology.orchestra.run.smithi071.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 5.8 MB/s | 1.0 MB 00:00 2024-04-22T21:48:32.202 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:32.203 INFO:teuthology.orchestra.run.smithi071.stdout:Total 2.2 MB/s | 2.2 MB 00:00 2024-04-22T21:48:32.207 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T21:48:32.238 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T21:48:32.264 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T21:48:32.280 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T21:48:32.280 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T21:48:32.314 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T21:48:32.364 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T21:48:32.365 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T21:48:32.375 INFO:teuthology.orchestra.run.smithi192.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.3 MB/s | 250 kB 00:00 2024-04-22T21:48:32.864 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T21:48:32.963 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T21:48:33.045 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T21:48:33.076 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T21:48:33.101 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T21:48:33.156 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T21:48:33.196 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T21:48:33.237 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T21:48:33.331 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T21:48:33.441 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T21:48:33.497 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T21:48:34.214 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T21:48:34.263 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T21:48:34.295 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T21:48:34.295 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T21:48:34.344 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T21:48:34.365 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T21:48:34.966 INFO:teuthology.orchestra.run.smithi192.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 1.3 MB/s | 4.7 MB 00:03 2024-04-22T21:48:35.154 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T21:48:35.154 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 1/13 2024-04-22T21:48:35.154 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T21:48:35.154 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T21:48:35.154 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T21:48:35.154 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T21:48:35.154 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T21:48:35.154 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T21:48:35.155 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T21:48:35.155 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T21:48:35.155 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T21:48:35.155 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T21:48:35.155 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T21:48:35.339 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T21:48:35.370 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T21:48:35.458 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T21:48:35.459 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:35.459 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T21:48:35.459 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:35.459 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T21:48:35.459 INFO:teuthology.orchestra.run.smithi071.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T21:48:35.459 INFO:teuthology.orchestra.run.smithi071.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T21:48:35.459 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T21:48:35.459 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T21:48:35.459 INFO:teuthology.orchestra.run.smithi071.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T21:48:35.459 INFO:teuthology.orchestra.run.smithi071.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T21:48:35.459 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T21:48:35.459 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T21:48:35.459 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T21:48:35.459 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T21:48:35.460 INFO:teuthology.orchestra.run.smithi071.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T21:48:35.460 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:35.460 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:35.725 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T21:48:36.237 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:27 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:36.291 INFO:teuthology.orchestra.run.smithi192.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 1.1 MB/s | 5.1 MB 00:04 2024-04-22T21:48:36.359 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:36.360 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:36.360 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-22T21:48:36.360 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:36.360 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T21:48:36.360 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 141 k 2024-04-22T21:48:36.360 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-22T21:48:36.360 INFO:teuthology.orchestra.run.smithi071.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T21:48:36.360 INFO:teuthology.orchestra.run.smithi071.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T21:48:36.360 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T21:48:36.360 INFO:teuthology.orchestra.run.smithi071.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T21:48:36.360 INFO:teuthology.orchestra.run.smithi071.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T21:48:36.361 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:36.361 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T21:48:36.361 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:36.361 INFO:teuthology.orchestra.run.smithi071.stdout:Install 6 Packages 2024-04-22T21:48:36.361 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:36.361 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 7.0 M 2024-04-22T21:48:36.362 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 33 M 2024-04-22T21:48:36.362 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T21:48:36.812 INFO:teuthology.orchestra.run.smithi071.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2407.g430e09df.e 620 kB/s | 141 kB 00:00 2024-04-22T21:48:36.838 INFO:teuthology.orchestra.run.smithi071.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 980 kB/s | 248 kB 00:00 2024-04-22T21:48:37.213 INFO:teuthology.orchestra.run.smithi071.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 9.5 MB/s | 6.0 MB 00:00 2024-04-22T21:48:37.238 INFO:teuthology.orchestra.run.smithi071.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 144 kB/s | 58 kB 00:00 2024-04-22T21:48:37.322 INFO:teuthology.orchestra.run.smithi071.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 469 kB/s | 51 kB 00:00 2024-04-22T21:48:37.372 INFO:teuthology.orchestra.run.smithi071.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 979 kB/s | 548 kB 00:00 2024-04-22T21:48:37.374 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:37.374 INFO:teuthology.orchestra.run.smithi071.stdout:Total 6.9 MB/s | 7.0 MB 00:01 2024-04-22T21:48:37.445 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T21:48:37.456 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T21:48:37.456 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T21:48:37.552 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T21:48:37.552 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T21:48:37.820 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T21:48:37.820 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 1/12 2024-04-22T21:48:37.820 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T21:48:37.820 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T21:48:37.820 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T21:48:37.820 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T21:48:37.820 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T21:48:37.820 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T21:48:37.820 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T21:48:37.820 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T21:48:37.820 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T21:48:37.820 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T21:48:37.852 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T21:48:38.021 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T21:48:38.074 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T21:48:38.228 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T21:48:38.228 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:38.228 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-04-22T21:48:38.228 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:38.229 INFO:teuthology.orchestra.run.smithi096.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T21:48:38.229 INFO:teuthology.orchestra.run.smithi096.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T21:48:38.229 INFO:teuthology.orchestra.run.smithi096.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T21:48:38.229 INFO:teuthology.orchestra.run.smithi096.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T21:48:38.229 INFO:teuthology.orchestra.run.smithi096.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T21:48:38.229 INFO:teuthology.orchestra.run.smithi096.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T21:48:38.229 INFO:teuthology.orchestra.run.smithi096.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T21:48:38.229 INFO:teuthology.orchestra.run.smithi096.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T21:48:38.229 INFO:teuthology.orchestra.run.smithi096.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T21:48:38.229 INFO:teuthology.orchestra.run.smithi096.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T21:48:38.229 INFO:teuthology.orchestra.run.smithi096.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T21:48:38.230 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:38.230 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:48:38.585 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-mgr-rook 2024-04-22T21:48:38.589 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T21:48:38.677 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T21:48:38.749 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T21:48:38.777 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T21:48:39.101 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:48:39.222 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:48:39.224 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:48:39.224 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-04-22T21:48:39.224 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:48:39.224 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-04-22T21:48:39.224 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-rook noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 49 k 2024-04-22T21:48:39.224 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-04-22T21:48:39.224 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T21:48:39.224 INFO:teuthology.orchestra.run.smithi096.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T21:48:39.224 INFO:teuthology.orchestra.run.smithi096.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T21:48:39.225 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T21:48:39.225 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T21:48:39.225 INFO:teuthology.orchestra.run.smithi096.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T21:48:39.225 INFO:teuthology.orchestra.run.smithi096.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T21:48:39.225 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T21:48:39.225 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T21:48:39.225 INFO:teuthology.orchestra.run.smithi096.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T21:48:39.225 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T21:48:39.225 INFO:teuthology.orchestra.run.smithi096.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T21:48:39.225 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:39.225 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-04-22T21:48:39.226 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:48:39.226 INFO:teuthology.orchestra.run.smithi096.stdout:Install 13 Packages 2024-04-22T21:48:39.226 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:39.226 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 2.2 M 2024-04-22T21:48:39.226 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 26 M 2024-04-22T21:48:39.227 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-04-22T21:48:39.291 INFO:teuthology.orchestra.run.smithi192.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 2.3 MB/s | 16 MB 00:06 2024-04-22T21:48:39.292 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:39.293 INFO:teuthology.orchestra.run.smithi192.stdout:Total 4.3 MB/s | 38 MB 00:08 2024-04-22T21:48:39.530 INFO:teuthology.orchestra.run.smithi096.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 206 kB/s | 19 kB 00:00 2024-04-22T21:48:39.564 INFO:teuthology.orchestra.run.smithi096.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 202 kB/s | 26 kB 00:00 2024-04-22T21:48:39.569 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T21:48:39.569 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/6 2024-04-22T21:48:39.569 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T21:48:39.569 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T21:48:39.569 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T21:48:39.569 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T21:48:39.614 INFO:teuthology.orchestra.run.smithi096.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 222 kB 00:00 2024-04-22T21:48:39.643 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T21:48:39.647 INFO:teuthology.orchestra.run.smithi096.stdout:(4/13): ceph-mgr-rook-19.0.0-2407.g430e09df.el9 234 kB/s | 49 kB 00:00 2024-04-22T21:48:39.670 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T21:48:39.670 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T21:48:39.673 INFO:teuthology.orchestra.run.smithi096.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 159 kB 00:00 2024-04-22T21:48:39.698 INFO:teuthology.orchestra.run.smithi096.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.2 MB/s | 279 kB 00:00 2024-04-22T21:48:39.757 INFO:teuthology.orchestra.run.smithi096.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 492 kB/s | 54 kB 00:00 2024-04-22T21:48:39.825 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T21:48:39.825 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:39.825 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T21:48:39.825 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:39.825 INFO:teuthology.orchestra.run.smithi071.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T21:48:39.825 INFO:teuthology.orchestra.run.smithi071.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T21:48:39.825 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T21:48:39.825 INFO:teuthology.orchestra.run.smithi071.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T21:48:39.826 INFO:teuthology.orchestra.run.smithi071.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T21:48:39.826 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:39.826 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:39.940 INFO:teuthology.orchestra.run.smithi096.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 120 kB/s | 32 kB 00:00 2024-04-22T21:48:39.965 INFO:teuthology.orchestra.run.smithi096.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 56 kB/s | 15 kB 00:00 2024-04-22T21:48:40.072 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-fuse 2024-04-22T21:48:40.077 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T21:48:40.077 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T21:48:40.149 INFO:teuthology.orchestra.run.smithi096.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 322 kB/s | 59 kB 00:00 2024-04-22T21:48:40.241 INFO:teuthology.orchestra.run.smithi096.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 419 kB/s | 203 kB 00:00 2024-04-22T21:48:40.316 INFO:teuthology.orchestra.run.smithi096.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 538 kB/s | 90 kB 00:00 2024-04-22T21:48:40.585 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:31 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:40.700 INFO:teuthology.orchestra.run.smithi096.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.3 MB/s | 1.0 MB 00:00 2024-04-22T21:48:40.700 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:40.700 INFO:teuthology.orchestra.run.smithi096.stdout:Total 1.5 MB/s | 2.2 MB 00:01 2024-04-22T21:48:40.704 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:40.705 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:40.705 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-22T21:48:40.705 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:40.705 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T21:48:40.705 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 889 k 2024-04-22T21:48:40.705 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-22T21:48:40.705 INFO:teuthology.orchestra.run.smithi071.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T21:48:40.705 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:40.705 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T21:48:40.705 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:40.706 INFO:teuthology.orchestra.run.smithi071.stdout:Install 2 Packages 2024-04-22T21:48:40.706 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:40.706 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 969 k 2024-04-22T21:48:40.706 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 2.8 M 2024-04-22T21:48:40.706 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T21:48:40.763 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-04-22T21:48:40.778 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-04-22T21:48:40.778 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-04-22T21:48:40.861 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-04-22T21:48:40.862 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-04-22T21:48:40.915 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T21:48:40.988 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T21:48:41.023 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T21:48:41.115 INFO:teuthology.orchestra.run.smithi071.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 572 kB/s | 80 kB 00:00 2024-04-22T21:48:41.123 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T21:48:41.158 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T21:48:41.335 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T21:48:41.366 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-04-22T21:48:41.375 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T21:48:41.399 INFO:teuthology.orchestra.run.smithi071.stdout:(2/2): ceph-fuse-19.0.0-2407.g430e09df.el9.x86_ 2.0 MB/s | 889 kB 00:00 2024-04-22T21:48:41.400 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:41.400 INFO:teuthology.orchestra.run.smithi071.stdout:Total 1.4 MB/s | 969 kB 00:00 2024-04-22T21:48:41.411 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T21:48:41.435 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T21:48:41.435 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T21:48:41.459 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T21:48:41.514 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T21:48:41.514 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T21:48:41.538 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T21:48:41.592 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T21:48:41.648 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T21:48:41.685 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T21:48:41.697 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T21:48:41.726 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T21:48:41.821 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T21:48:41.843 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T21:48:41.913 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T21:48:41.940 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T21:48:41.994 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T21:48:42.093 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T21:48:42.205 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T21:48:42.553 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T21:48:42.553 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/2 2024-04-22T21:48:42.712 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T21:48:42.775 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T21:48:42.809 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T21:48:42.841 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T21:48:42.841 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:42.841 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T21:48:42.841 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T21:48:42.841 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:42.841 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:42.857 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T21:48:42.878 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T21:48:43.127 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-volume 2024-04-22T21:48:43.418 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T21:48:43.587 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T21:48:43.587 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 1/13 2024-04-22T21:48:43.587 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T21:48:43.587 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T21:48:43.587 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T21:48:43.587 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T21:48:43.587 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T21:48:43.587 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T21:48:43.587 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T21:48:43.587 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T21:48:43.588 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T21:48:43.588 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T21:48:43.588 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T21:48:43.646 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:34 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:43.770 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:43.771 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:43.771 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-22T21:48:43.771 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:43.771 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T21:48:43.771 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-volume noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 264 k 2024-04-22T21:48:43.772 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-22T21:48:43.772 INFO:teuthology.orchestra.run.smithi071.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T21:48:43.772 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:43.772 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T21:48:43.772 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:43.772 INFO:teuthology.orchestra.run.smithi071.stdout:Install 2 Packages 2024-04-22T21:48:43.772 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:43.772 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 341 k 2024-04-22T21:48:43.772 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 1.5 M 2024-04-22T21:48:43.772 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T21:48:43.892 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T21:48:43.892 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:43.892 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-04-22T21:48:43.892 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:43.892 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T21:48:43.892 INFO:teuthology.orchestra.run.smithi096.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T21:48:43.892 INFO:teuthology.orchestra.run.smithi096.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T21:48:43.892 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T21:48:43.892 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T21:48:43.892 INFO:teuthology.orchestra.run.smithi096.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T21:48:43.893 INFO:teuthology.orchestra.run.smithi096.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T21:48:43.893 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T21:48:43.893 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T21:48:43.893 INFO:teuthology.orchestra.run.smithi096.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T21:48:43.893 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T21:48:43.893 INFO:teuthology.orchestra.run.smithi096.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T21:48:43.893 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:43.893 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:48:44.131 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T21:48:44.254 INFO:teuthology.orchestra.run.smithi071.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 379 kB/s | 77 kB 00:00 2024-04-22T21:48:44.429 INFO:teuthology.orchestra.run.smithi071.stdout:(2/2): ceph-volume-19.0.0-2407.g430e09df.el9.no 697 kB/s | 264 kB 00:00 2024-04-22T21:48:44.430 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:44.430 INFO:teuthology.orchestra.run.smithi071.stdout:Total 517 kB/s | 341 kB 00:00 2024-04-22T21:48:44.441 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T21:48:44.451 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T21:48:44.451 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T21:48:44.452 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T21:48:44.477 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T21:48:44.477 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T21:48:44.484 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T21:48:44.617 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T21:48:44.640 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:52 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:48:44.760 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:48:44.761 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:48:44.761 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-04-22T21:48:44.761 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:48:44.761 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-04-22T21:48:44.761 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 141 k 2024-04-22T21:48:44.761 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-04-22T21:48:44.761 INFO:teuthology.orchestra.run.smithi096.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T21:48:44.761 INFO:teuthology.orchestra.run.smithi096.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T21:48:44.761 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T21:48:44.761 INFO:teuthology.orchestra.run.smithi096.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T21:48:44.762 INFO:teuthology.orchestra.run.smithi096.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T21:48:44.762 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:44.762 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-04-22T21:48:44.762 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:48:44.762 INFO:teuthology.orchestra.run.smithi096.stdout:Install 6 Packages 2024-04-22T21:48:44.762 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:44.763 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 7.0 M 2024-04-22T21:48:44.763 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 33 M 2024-04-22T21:48:44.763 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-04-22T21:48:44.795 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T21:48:44.831 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T21:48:44.847 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T21:48:44.847 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:48:44.847 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T21:48:44.847 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:45.351 INFO:teuthology.orchestra.run.smithi096.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.5 MB/s | 248 kB 00:00 2024-04-22T21:48:45.510 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 1/2 2024-04-22T21:48:45.576 INFO:teuthology.orchestra.run.smithi096.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 15 MB/s | 6.0 MB 00:00 2024-04-22T21:48:45.601 INFO:teuthology.orchestra.run.smithi096.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2407.g430e09df.e 344 kB/s | 141 kB 00:00 2024-04-22T21:48:45.735 INFO:teuthology.orchestra.run.smithi096.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.4 MB/s | 548 kB 00:00 2024-04-22T21:48:45.793 INFO:teuthology.orchestra.run.smithi096.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 266 kB/s | 58 kB 00:00 2024-04-22T21:48:45.798 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T21:48:45.798 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:45.798 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T21:48:45.798 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:45.798 INFO:teuthology.orchestra.run.smithi071.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T21:48:45.798 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:45.798 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:45.818 INFO:teuthology.orchestra.run.smithi096.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 235 kB/s | 51 kB 00:00 2024-04-22T21:48:45.821 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:45.821 INFO:teuthology.orchestra.run.smithi096.stdout:Total 6.6 MB/s | 7.0 MB 00:01 2024-04-22T21:48:45.890 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-04-22T21:48:45.901 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-04-22T21:48:45.901 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-04-22T21:48:45.997 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-04-22T21:48:45.997 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-04-22T21:48:46.107 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install librados-devel 2024-04-22T21:48:46.303 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-04-22T21:48:46.465 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T21:48:46.519 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T21:48:46.628 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:37 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:46.752 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:46.752 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:46.753 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-04-22T21:48:46.753 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:46.753 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T21:48:46.753 INFO:teuthology.orchestra.run.smithi071.stdout: librados-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 127 k 2024-04-22T21:48:46.753 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:46.753 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T21:48:46.753 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:46.753 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-22T21:48:46.753 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:46.754 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 127 k 2024-04-22T21:48:46.754 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 456 k 2024-04-22T21:48:46.754 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T21:48:46.970 INFO:teuthology.orchestra.run.smithi071.stdout:librados-devel-19.0.0-2407.g430e09df.el9.x86_64 588 kB/s | 127 kB 00:00 2024-04-22T21:48:46.971 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:46.971 INFO:teuthology.orchestra.run.smithi071.stdout:Total 584 kB/s | 127 kB 00:00 2024-04-22T21:48:46.971 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T21:48:46.976 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T21:48:46.976 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T21:48:47.008 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T21:48:47.008 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 1/12 2024-04-22T21:48:47.008 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T21:48:47.008 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T21:48:47.008 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T21:48:47.009 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T21:48:47.009 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T21:48:47.009 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T21:48:47.009 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T21:48:47.009 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T21:48:47.009 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T21:48:47.009 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T21:48:47.038 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T21:48:47.038 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T21:48:47.061 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T21:48:47.148 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T21:48:47.189 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T21:48:47.211 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T21:48:47.240 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T21:48:47.288 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:48:47.378 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T21:48:47.378 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:47.378 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T21:48:47.378 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:47.378 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T21:48:47.378 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T21:48:47.378 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T21:48:47.378 INFO:teuthology.orchestra.run.smithi192.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T21:48:47.378 INFO:teuthology.orchestra.run.smithi192.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T21:48:47.378 INFO:teuthology.orchestra.run.smithi192.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T21:48:47.378 INFO:teuthology.orchestra.run.smithi192.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T21:48:47.378 INFO:teuthology.orchestra.run.smithi192.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T21:48:47.378 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T21:48:47.379 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T21:48:47.379 INFO:teuthology.orchestra.run.smithi192.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T21:48:47.379 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:47.379 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:48:47.700 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:48:47.714 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr-rook 2024-04-22T21:48:47.966 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:48:47.966 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:47.966 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T21:48:47.966 INFO:teuthology.orchestra.run.smithi071.stdout: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:48:47.966 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:47.966 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:47.987 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T21:48:47.987 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/6 2024-04-22T21:48:47.988 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T21:48:47.988 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T21:48:47.988 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T21:48:47.988 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T21:48:48.202 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install libcephfs2 2024-04-22T21:48:48.239 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:30 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:48:48.248 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T21:48:48.248 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:48.248 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-04-22T21:48:48.248 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:48.248 INFO:teuthology.orchestra.run.smithi096.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T21:48:48.249 INFO:teuthology.orchestra.run.smithi096.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T21:48:48.249 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T21:48:48.249 INFO:teuthology.orchestra.run.smithi096.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T21:48:48.249 INFO:teuthology.orchestra.run.smithi096.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T21:48:48.249 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:48.249 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:48:48.361 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:48:48.362 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:48.362 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-22T21:48:48.362 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:48.362 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T21:48:48.362 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-rook noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 49 k 2024-04-22T21:48:48.362 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-22T21:48:48.363 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T21:48:48.363 INFO:teuthology.orchestra.run.smithi192.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T21:48:48.363 INFO:teuthology.orchestra.run.smithi192.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T21:48:48.363 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T21:48:48.363 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T21:48:48.363 INFO:teuthology.orchestra.run.smithi192.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T21:48:48.363 INFO:teuthology.orchestra.run.smithi192.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T21:48:48.363 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T21:48:48.363 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T21:48:48.363 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T21:48:48.363 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T21:48:48.363 INFO:teuthology.orchestra.run.smithi192.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T21:48:48.363 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:48.364 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T21:48:48.364 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:48.364 INFO:teuthology.orchestra.run.smithi192.stdout:Install 13 Packages 2024-04-22T21:48:48.364 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:48.364 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 2.2 M 2024-04-22T21:48:48.364 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 26 M 2024-04-22T21:48:48.364 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T21:48:48.501 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-fuse 2024-04-22T21:48:48.653 INFO:teuthology.orchestra.run.smithi192.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 276 kB/s | 26 kB 00:00 2024-04-22T21:48:48.678 INFO:teuthology.orchestra.run.smithi192.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 162 kB/s | 19 kB 00:00 2024-04-22T21:48:48.727 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:39 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:48.761 INFO:teuthology.orchestra.run.smithi192.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 159 kB 00:00 2024-04-22T21:48:48.787 INFO:teuthology.orchestra.run.smithi192.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.0 MB/s | 222 kB 00:00 2024-04-22T21:48:48.811 INFO:teuthology.orchestra.run.smithi071.stdout:Package libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:48:48.829 INFO:teuthology.orchestra.run.smithi192.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 279 kB 00:00 2024-04-22T21:48:48.854 INFO:teuthology.orchestra.run.smithi192.stdout:(6/13): ceph-mgr-rook-19.0.0-2407.g430e09df.el9 167 kB/s | 49 kB 00:00 2024-04-22T21:48:48.855 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:48.856 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-22T21:48:48.856 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:48.879 INFO:teuthology.orchestra.run.smithi192.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 583 kB/s | 54 kB 00:00 2024-04-22T21:48:48.932 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install libcephfs-devel 2024-04-22T21:48:49.010 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:57 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:48:49.131 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:48:49.131 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:48:49.132 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-04-22T21:48:49.132 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:48:49.132 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-04-22T21:48:49.132 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 889 k 2024-04-22T21:48:49.132 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-04-22T21:48:49.132 INFO:teuthology.orchestra.run.smithi096.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T21:48:49.132 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:49.132 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-04-22T21:48:49.132 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:48:49.132 INFO:teuthology.orchestra.run.smithi096.stdout:Install 2 Packages 2024-04-22T21:48:49.132 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:49.133 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 969 k 2024-04-22T21:48:49.133 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 2.8 M 2024-04-22T21:48:49.133 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-04-22T21:48:49.254 INFO:teuthology.orchestra.run.smithi192.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 76 kB/s | 32 kB 00:00 2024-04-22T21:48:49.321 INFO:teuthology.orchestra.run.smithi192.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 34 kB/s | 15 kB 00:00 2024-04-22T21:48:49.353 INFO:teuthology.orchestra.run.smithi096.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 516 kB/s | 80 kB 00:00 2024-04-22T21:48:49.462 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:40 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:49.471 INFO:teuthology.orchestra.run.smithi192.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 342 kB/s | 203 kB 00:00 2024-04-22T21:48:49.581 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:49.582 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:49.582 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-04-22T21:48:49.582 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:49.582 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T21:48:49.582 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 32 k 2024-04-22T21:48:49.582 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:49.582 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T21:48:49.582 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:49.582 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-22T21:48:49.583 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:49.583 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 32 k 2024-04-22T21:48:49.583 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 142 k 2024-04-22T21:48:49.583 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T21:48:49.598 INFO:teuthology.orchestra.run.smithi192.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 717 kB/s | 90 kB 00:00 2024-04-22T21:48:49.636 INFO:teuthology.orchestra.run.smithi096.stdout:(2/2): ceph-fuse-19.0.0-2407.g430e09df.el9.x86_ 2.0 MB/s | 889 kB 00:00 2024-04-22T21:48:49.637 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:49.637 INFO:teuthology.orchestra.run.smithi096.stdout:Total 1.9 MB/s | 969 kB 00:00 2024-04-22T21:48:49.648 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-04-22T21:48:49.664 INFO:teuthology.orchestra.run.smithi192.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 173 kB/s | 59 kB 00:00 2024-04-22T21:48:49.669 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-04-22T21:48:49.669 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-04-22T21:48:49.739 INFO:teuthology.orchestra.run.smithi192.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.1 MB/s | 1.0 MB 00:00 2024-04-22T21:48:49.742 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:49.743 INFO:teuthology.orchestra.run.smithi192.stdout:Total 1.6 MB/s | 2.2 MB 00:01 2024-04-22T21:48:49.747 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-04-22T21:48:49.747 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-04-22T21:48:49.805 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T21:48:49.820 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T21:48:49.820 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T21:48:49.822 INFO:teuthology.orchestra.run.smithi071.stdout:libcephfs-devel-19.0.0-2407.g430e09df.el9.x86_6 133 kB/s | 32 kB 00:00 2024-04-22T21:48:49.823 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:49.823 INFO:teuthology.orchestra.run.smithi071.stdout:Total 132 kB/s | 32 kB 00:00 2024-04-22T21:48:49.823 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T21:48:49.827 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T21:48:49.827 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T21:48:49.829 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T21:48:49.829 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T21:48:49.906 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T21:48:49.906 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T21:48:49.911 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T21:48:49.939 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-04-22T21:48:50.008 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:48:50.071 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T21:48:50.134 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T21:48:50.367 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:48:50.419 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T21:48:50.570 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:48:50.570 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:50.570 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T21:48:50.570 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:48:50.570 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:50.570 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:50.598 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T21:48:50.649 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T21:48:50.705 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T21:48:50.742 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T21:48:50.751 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T21:48:50.751 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/2 2024-04-22T21:48:50.752 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install librados2 2024-04-22T21:48:50.783 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T21:48:50.878 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T21:48:50.988 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T21:48:50.998 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T21:48:50.999 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:50.999 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-04-22T21:48:50.999 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T21:48:50.999 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:50.999 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:48:51.035 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T21:48:51.266 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:51.290 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-volume 2024-04-22T21:48:51.344 INFO:teuthology.orchestra.run.smithi071.stdout:Package librados2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:48:51.385 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:51.386 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-22T21:48:51.386 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:51.449 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install librbd1 2024-04-22T21:48:51.769 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T21:48:51.805 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:59 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:48:51.815 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T21:48:51.850 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T21:48:51.898 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T21:48:51.926 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:48:51.928 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:48:51.928 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2024-04-22T21:48:51.928 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:48:51.928 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-04-22T21:48:51.928 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-volume noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 264 k 2024-04-22T21:48:51.928 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-04-22T21:48:51.928 INFO:teuthology.orchestra.run.smithi096.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T21:48:51.928 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:51.928 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-04-22T21:48:51.928 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:48:51.928 INFO:teuthology.orchestra.run.smithi096.stdout:Install 2 Packages 2024-04-22T21:48:51.928 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:51.928 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 341 k 2024-04-22T21:48:51.928 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 1.5 M 2024-04-22T21:48:51.929 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-04-22T21:48:51.929 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T21:48:51.953 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:52.030 INFO:teuthology.orchestra.run.smithi071.stdout:Package librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:48:52.071 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:52.072 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-22T21:48:52.072 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:52.132 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-rados 2024-04-22T21:48:52.233 INFO:teuthology.orchestra.run.smithi096.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 690 kB/s | 77 kB 00:00 2024-04-22T21:48:52.383 INFO:teuthology.orchestra.run.smithi096.stdout:(2/2): ceph-volume-19.0.0-2407.g430e09df.el9.no 1.0 MB/s | 264 kB 00:00 2024-04-22T21:48:52.384 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:52.384 INFO:teuthology.orchestra.run.smithi096.stdout:Total 747 kB/s | 341 kB 00:00 2024-04-22T21:48:52.395 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-04-22T21:48:52.405 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-04-22T21:48:52.405 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-04-22T21:48:52.430 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-04-22T21:48:52.431 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-04-22T21:48:52.574 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-04-22T21:48:52.635 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:52.699 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T21:48:52.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 1/13 2024-04-22T21:48:52.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T21:48:52.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T21:48:52.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T21:48:52.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T21:48:52.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T21:48:52.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T21:48:52.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T21:48:52.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T21:48:52.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T21:48:52.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T21:48:52.700 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T21:48:52.713 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:48:52.741 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T21:48:52.754 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:52.755 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-22T21:48:52.755 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:52.777 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T21:48:52.792 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T21:48:52.793 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:48:52.793 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T21:48:52.793 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:52.815 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-rgw 2024-04-22T21:48:52.998 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T21:48:52.999 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:52.999 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T21:48:52.999 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:52.999 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T21:48:52.999 INFO:teuthology.orchestra.run.smithi192.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T21:48:52.999 INFO:teuthology.orchestra.run.smithi192.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T21:48:52.999 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T21:48:52.999 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T21:48:52.999 INFO:teuthology.orchestra.run.smithi192.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T21:48:52.999 INFO:teuthology.orchestra.run.smithi192.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T21:48:52.999 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T21:48:52.999 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T21:48:53.000 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T21:48:53.000 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T21:48:53.000 INFO:teuthology.orchestra.run.smithi192.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T21:48:53.000 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:53.000 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:48:53.242 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T21:48:53.324 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:53.402 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:48:53.442 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:53.443 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-22T21:48:53.443 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:53.506 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-cephfs 2024-04-22T21:48:53.522 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 1/2 2024-04-22T21:48:53.749 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:35 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:48:53.815 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T21:48:53.815 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:53.815 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-04-22T21:48:53.815 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:53.815 INFO:teuthology.orchestra.run.smithi096.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T21:48:53.815 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:53.815 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:48:53.869 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:48:53.870 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:53.870 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-22T21:48:53.870 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:53.870 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T21:48:53.870 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 141 k 2024-04-22T21:48:53.871 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-22T21:48:53.871 INFO:teuthology.orchestra.run.smithi192.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T21:48:53.871 INFO:teuthology.orchestra.run.smithi192.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T21:48:53.871 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T21:48:53.871 INFO:teuthology.orchestra.run.smithi192.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T21:48:53.871 INFO:teuthology.orchestra.run.smithi192.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T21:48:53.871 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:53.871 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T21:48:53.871 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:53.871 INFO:teuthology.orchestra.run.smithi192.stdout:Install 6 Packages 2024-04-22T21:48:53.871 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:53.872 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 7.0 M 2024-04-22T21:48:53.872 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 33 M 2024-04-22T21:48:53.872 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T21:48:54.016 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:54.095 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:48:54.124 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install librados-devel 2024-04-22T21:48:54.137 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:54.138 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-22T21:48:54.139 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:54.199 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-rbd 2024-04-22T21:48:54.641 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:02:02 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:48:54.684 INFO:teuthology.orchestra.run.smithi192.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 550 kB/s | 248 kB 00:00 2024-04-22T21:48:54.700 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:54.763 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:48:54.763 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:48:54.763 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repo Size 2024-04-22T21:48:54.764 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:48:54.764 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-04-22T21:48:54.764 INFO:teuthology.orchestra.run.smithi096.stdout: librados-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 127 k 2024-04-22T21:48:54.764 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:54.764 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-04-22T21:48:54.764 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:48:54.764 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-04-22T21:48:54.764 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:54.764 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 127 k 2024-04-22T21:48:54.764 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 456 k 2024-04-22T21:48:54.764 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-04-22T21:48:54.778 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:48:54.819 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:54.820 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-22T21:48:54.820 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:54.867 INFO:teuthology.orchestra.run.smithi192.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2407.g430e09df.e 223 kB/s | 141 kB 00:00 2024-04-22T21:48:54.885 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install rbd-fuse 2024-04-22T21:48:55.009 INFO:teuthology.orchestra.run.smithi192.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.6 MB/s | 548 kB 00:00 2024-04-22T21:48:55.051 INFO:teuthology.orchestra.run.smithi192.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 1.2 MB/s | 51 kB 00:00 2024-04-22T21:48:55.093 INFO:teuthology.orchestra.run.smithi192.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 256 kB/s | 58 kB 00:00 2024-04-22T21:48:55.395 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:55.430 INFO:teuthology.orchestra.run.smithi096.stdout:librados-devel-19.0.0-2407.g430e09df.el9.x86_64 190 kB/s | 127 kB 00:00 2024-04-22T21:48:55.430 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:55.431 INFO:teuthology.orchestra.run.smithi096.stdout:Total 190 kB/s | 127 kB 00:00 2024-04-22T21:48:55.431 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-04-22T21:48:55.437 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-04-22T21:48:55.437 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-04-22T21:48:55.501 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-04-22T21:48:55.502 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-04-22T21:48:55.514 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:55.515 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:55.515 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-22T21:48:55.515 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:55.515 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T21:48:55.515 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 85 k 2024-04-22T21:48:55.515 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:55.515 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T21:48:55.515 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:55.516 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-22T21:48:55.516 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:55.516 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 85 k 2024-04-22T21:48:55.516 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 231 k 2024-04-22T21:48:55.516 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T21:48:55.518 INFO:teuthology.orchestra.run.smithi192.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.6 MB/s | 6.0 MB 00:01 2024-04-22T21:48:55.522 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:55.523 INFO:teuthology.orchestra.run.smithi192.stdout:Total 4.2 MB/s | 7.0 MB 00:01 2024-04-22T21:48:55.592 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T21:48:55.604 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T21:48:55.604 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T21:48:55.647 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-04-22T21:48:55.701 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T21:48:55.703 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T21:48:55.742 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:48:56.011 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T21:48:56.141 INFO:teuthology.orchestra.run.smithi071.stdout:rbd-fuse-19.0.0-2407.g430e09df.el9.x86_64.rpm 136 kB/s | 85 kB 00:00 2024-04-22T21:48:56.142 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:56.142 INFO:teuthology.orchestra.run.smithi071.stdout:Total 136 kB/s | 85 kB 00:00 2024-04-22T21:48:56.142 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T21:48:56.149 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T21:48:56.149 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T21:48:56.184 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T21:48:56.195 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:48:56.211 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T21:48:56.211 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T21:48:56.229 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T21:48:56.359 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T21:48:56.411 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:48:56.411 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:56.411 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-04-22T21:48:56.412 INFO:teuthology.orchestra.run.smithi096.stdout: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:48:56.412 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:56.412 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:48:56.453 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:48:56.683 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install libcephfs2 2024-04-22T21:48:56.750 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T21:48:56.819 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:48:56.840 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T21:48:56.903 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T21:48:56.934 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T21:48:57.069 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:48:57.070 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:57.070 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T21:48:57.070 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:48:57.070 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:57.070 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:48:57.199 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:02:05 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:48:57.278 INFO:teuthology.orchestra.run.smithi096.stdout:Package libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:48:57.318 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install rbd-mirror 2024-04-22T21:48:57.320 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:48:57.321 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-04-22T21:48:57.321 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:48:57.402 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install libcephfs-devel 2024-04-22T21:48:57.690 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T21:48:57.691 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/6 2024-04-22T21:48:57.691 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T21:48:57.691 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T21:48:57.691 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T21:48:57.691 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T21:48:57.835 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:48:57.925 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:02:05 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:48:57.940 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T21:48:57.940 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:57.940 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T21:48:57.940 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:48:57.940 INFO:teuthology.orchestra.run.smithi192.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T21:48:57.940 INFO:teuthology.orchestra.run.smithi192.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T21:48:57.940 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T21:48:57.940 INFO:teuthology.orchestra.run.smithi192.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T21:48:57.941 INFO:teuthology.orchestra.run.smithi192.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T21:48:57.941 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:57.941 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:48:57.955 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:48:57.956 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:57.956 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-04-22T21:48:57.956 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:57.956 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T21:48:57.957 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-mirror x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T21:48:57.957 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:57.957 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T21:48:57.957 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:48:57.957 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-22T21:48:57.957 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:57.957 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 3.1 M 2024-04-22T21:48:57.957 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 13 M 2024-04-22T21:48:57.957 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T21:48:58.043 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:48:58.044 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:48:58.044 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repo Size 2024-04-22T21:48:58.044 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:48:58.044 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-04-22T21:48:58.044 INFO:teuthology.orchestra.run.smithi096.stdout: libcephfs-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 32 k 2024-04-22T21:48:58.044 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:58.044 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-04-22T21:48:58.044 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:48:58.045 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-04-22T21:48:58.045 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:58.045 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 32 k 2024-04-22T21:48:58.045 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 142 k 2024-04-22T21:48:58.045 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-04-22T21:48:58.187 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-fuse 2024-04-22T21:48:58.308 INFO:teuthology.orchestra.run.smithi096.stdout:libcephfs-devel-19.0.0-2407.g430e09df.el9.x86_6 120 kB/s | 32 kB 00:00 2024-04-22T21:48:58.309 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:58.309 INFO:teuthology.orchestra.run.smithi096.stdout:Total 120 kB/s | 32 kB 00:00 2024-04-22T21:48:58.309 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-04-22T21:48:58.312 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-04-22T21:48:58.313 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-04-22T21:48:58.315 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-04-22T21:48:58.315 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-04-22T21:48:58.405 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-04-22T21:48:58.521 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:48:58.700 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:40 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:48:58.810 INFO:teuthology.orchestra.run.smithi071.stdout:rbd-mirror-19.0.0-2407.g430e09df.el9.x86_64.rpm 3.6 MB/s | 3.1 MB 00:00 2024-04-22T21:48:58.811 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:58.812 INFO:teuthology.orchestra.run.smithi071.stdout:Total 3.6 MB/s | 3.1 MB 00:00 2024-04-22T21:48:58.812 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T21:48:58.819 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:48:58.820 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:58.820 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-22T21:48:58.820 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:58.820 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T21:48:58.820 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 889 k 2024-04-22T21:48:58.820 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-22T21:48:58.820 INFO:teuthology.orchestra.run.smithi192.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T21:48:58.820 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:58.820 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T21:48:58.820 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:48:58.821 INFO:teuthology.orchestra.run.smithi192.stdout:Install 2 Packages 2024-04-22T21:48:58.821 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:48:58.821 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T21:48:58.822 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T21:48:58.822 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 969 k 2024-04-22T21:48:58.822 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 2.8 M 2024-04-22T21:48:58.822 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T21:48:58.865 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:48:58.901 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T21:48:58.901 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T21:48:59.013 INFO:teuthology.orchestra.run.smithi192.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 673 kB/s | 80 kB 00:00 2024-04-22T21:48:59.070 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:48:59.070 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:59.070 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-04-22T21:48:59.070 INFO:teuthology.orchestra.run.smithi096.stdout: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:48:59.070 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:48:59.070 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:48:59.213 INFO:teuthology.orchestra.run.smithi192.stdout:(2/2): ceph-fuse-19.0.0-2407.g430e09df.el9.x86_ 2.7 MB/s | 889 kB 00:00 2024-04-22T21:48:59.214 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:48:59.214 INFO:teuthology.orchestra.run.smithi192.stdout:Total 2.4 MB/s | 969 kB 00:00 2024-04-22T21:48:59.225 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T21:48:59.248 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T21:48:59.248 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T21:48:59.291 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install librados2 2024-04-22T21:48:59.324 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T21:48:59.325 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T21:48:59.325 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T21:48:59.386 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:48:59.411 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:48:59.412 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:48:59.412 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T21:48:59.412 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T21:48:59.412 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T21:48:59.412 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:48:59.505 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T21:48:59.648 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T21:48:59.711 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T21:48:59.799 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:02:07 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:48:59.878 INFO:teuthology.orchestra.run.smithi096.stdout:Package librados2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:48:59.918 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:48:59.919 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-04-22T21:48:59.919 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:48:59.999 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install librbd1 2024-04-22T21:49:00.327 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T21:49:00.327 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/2 2024-04-22T21:49:00.453 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:00.453 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:49:00.453 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T21:49:00.453 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:49:00.453 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:49:00.453 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:49:00.504 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:02:08 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:49:00.582 INFO:teuthology.orchestra.run.smithi096.stdout:Package librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:49:00.589 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T21:49:00.589 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:00.589 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T21:49:00.589 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T21:49:00.589 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:00.589 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:49:00.622 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:49:00.624 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-04-22T21:49:00.624 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:49:00.679 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install rbd-nbd 2024-04-22T21:49:00.694 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install python3-rados 2024-04-22T21:49:00.900 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-volume 2024-04-22T21:49:01.196 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:52 ago on Mon 22 Apr 2024 09:47:09 PM UTC. 2024-04-22T21:49:01.200 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:02:09 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:49:01.279 INFO:teuthology.orchestra.run.smithi096.stdout:Package python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:49:01.318 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-22T21:49:01.319 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:49:01.319 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-22T21:49:01.319 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:49:01.319 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-22T21:49:01.319 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-nbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 171 k 2024-04-22T21:49:01.320 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:49:01.320 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-22T21:49:01.320 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-22T21:49:01.320 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-22T21:49:01.320 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:49:01.320 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 171 k 2024-04-22T21:49:01.320 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 494 k 2024-04-22T21:49:01.320 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-22T21:49:01.321 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:49:01.321 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-04-22T21:49:01.321 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:49:01.395 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install python3-rgw 2024-04-22T21:49:01.424 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:49:01.539 INFO:teuthology.orchestra.run.smithi071.stdout:rbd-nbd-19.0.0-2407.g430e09df.el9.x86_64.rpm 782 kB/s | 171 kB 00:00 2024-04-22T21:49:01.540 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:49:01.540 INFO:teuthology.orchestra.run.smithi071.stdout:Total 778 kB/s | 171 kB 00:00 2024-04-22T21:49:01.540 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-22T21:49:01.546 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:49:01.547 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:49:01.547 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-22T21:49:01.547 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:49:01.547 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T21:49:01.547 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-volume noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 264 k 2024-04-22T21:49:01.547 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-22T21:49:01.548 INFO:teuthology.orchestra.run.smithi192.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T21:49:01.548 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:01.548 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T21:49:01.548 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:49:01.548 INFO:teuthology.orchestra.run.smithi192.stdout:Install 2 Packages 2024-04-22T21:49:01.548 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:01.549 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-22T21:49:01.549 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-22T21:49:01.549 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 341 k 2024-04-22T21:49:01.549 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 1.5 M 2024-04-22T21:49:01.549 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T21:49:01.610 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-22T21:49:01.610 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-22T21:49:01.766 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-22T21:49:01.893 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:01.905 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:02:09 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:49:01.937 INFO:teuthology.orchestra.run.smithi192.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 736 kB/s | 77 kB 00:00 2024-04-22T21:49:01.983 INFO:teuthology.orchestra.run.smithi096.stdout:Package python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:49:02.024 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:49:02.025 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-04-22T21:49:02.025 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:49:02.085 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install python3-cephfs 2024-04-22T21:49:02.104 INFO:teuthology.orchestra.run.smithi192.stdout:(2/2): ceph-volume-19.0.0-2407.g430e09df.el9.no 970 kB/s | 264 kB 00:00 2024-04-22T21:49:02.104 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:49:02.105 INFO:teuthology.orchestra.run.smithi192.stdout:Total 612 kB/s | 341 kB 00:00 2024-04-22T21:49:02.117 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T21:49:02.127 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T21:49:02.127 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T21:49:02.154 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T21:49:02.154 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T21:49:02.263 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:02.309 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T21:49:02.483 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T21:49:02.502 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:02.502 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:49:02.502 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-22T21:49:02.502 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:49:02.502 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-22T21:49:02.502 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-22T21:49:02.514 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T21:49:02.530 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T21:49:02.531 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:49:02.531 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T21:49:02.531 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:02.595 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:02:10 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:49:02.673 INFO:teuthology.orchestra.run.smithi096.stdout:Package python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:49:02.715 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:49:02.716 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-04-22T21:49:02.716 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:49:02.748 DEBUG:teuthology.parallel:result is None 2024-04-22T21:49:02.790 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install python3-rbd 2024-04-22T21:49:03.192 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 1/2 2024-04-22T21:49:03.297 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:02:11 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:49:03.374 INFO:teuthology.orchestra.run.smithi096.stdout:Package python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:49:03.415 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:49:03.416 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2024-04-22T21:49:03.416 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:49:03.473 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install rbd-fuse 2024-04-22T21:49:03.489 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T21:49:03.489 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:03.489 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T21:49:03.490 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:49:03.490 INFO:teuthology.orchestra.run.smithi192.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T21:49:03.490 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:03.490 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:49:03.783 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install librados-devel 2024-04-22T21:49:03.981 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:02:12 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:49:04.103 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:49:04.103 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:49:04.104 INFO:teuthology.orchestra.run.smithi096.stdout: Package Architecture Version Repository Size 2024-04-22T21:49:04.104 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:49:04.104 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-04-22T21:49:04.104 INFO:teuthology.orchestra.run.smithi096.stdout: rbd-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 85 k 2024-04-22T21:49:04.104 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:49:04.104 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-04-22T21:49:04.104 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:49:04.104 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-04-22T21:49:04.104 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:49:04.104 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 85 k 2024-04-22T21:49:04.104 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 231 k 2024-04-22T21:49:04.104 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-04-22T21:49:04.306 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:49:04.311 INFO:teuthology.orchestra.run.smithi096.stdout:rbd-fuse-19.0.0-2407.g430e09df.el9.x86_64.rpm 412 kB/s | 85 kB 00:00 2024-04-22T21:49:04.311 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:49:04.312 INFO:teuthology.orchestra.run.smithi096.stdout:Total 410 kB/s | 85 kB 00:00 2024-04-22T21:49:04.312 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-04-22T21:49:04.319 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-04-22T21:49:04.319 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-04-22T21:49:04.381 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-04-22T21:49:04.382 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-04-22T21:49:04.431 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:49:04.431 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:49:04.431 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2024-04-22T21:49:04.431 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:49:04.431 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T21:49:04.432 INFO:teuthology.orchestra.run.smithi192.stdout: librados-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 127 k 2024-04-22T21:49:04.432 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:04.432 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T21:49:04.432 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:49:04.432 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-22T21:49:04.432 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:04.432 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 127 k 2024-04-22T21:49:04.433 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 456 k 2024-04-22T21:49:04.433 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T21:49:04.524 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-04-22T21:49:04.632 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:04.736 INFO:teuthology.orchestra.run.smithi192.stdout:librados-devel-19.0.0-2407.g430e09df.el9.x86_64 418 kB/s | 127 kB 00:00 2024-04-22T21:49:04.737 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:49:04.737 INFO:teuthology.orchestra.run.smithi192.stdout:Total 417 kB/s | 127 kB 00:00 2024-04-22T21:49:04.737 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T21:49:04.742 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T21:49:04.742 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T21:49:04.806 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T21:49:04.806 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T21:49:04.955 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T21:49:04.959 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:05.048 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:05.221 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:05.221 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:49:05.221 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-04-22T21:49:05.221 INFO:teuthology.orchestra.run.smithi096.stdout: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:49:05.221 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:49:05.221 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:49:05.462 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:05.469 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install rbd-mirror 2024-04-22T21:49:05.687 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:05.688 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:05.688 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T21:49:05.688 INFO:teuthology.orchestra.run.smithi192.stdout: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:49:05.688 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:05.688 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:49:05.921 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install libcephfs2 2024-04-22T21:49:06.021 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:02:14 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:49:06.144 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:49:06.144 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:49:06.145 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repo Size 2024-04-22T21:49:06.145 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:49:06.145 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-04-22T21:49:06.145 INFO:teuthology.orchestra.run.smithi096.stdout: rbd-mirror x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T21:49:06.145 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:49:06.145 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-04-22T21:49:06.145 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:49:06.145 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-04-22T21:49:06.145 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:49:06.145 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 3.1 M 2024-04-22T21:49:06.145 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 13 M 2024-04-22T21:49:06.145 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-04-22T21:49:06.446 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:49:06.523 INFO:teuthology.orchestra.run.smithi096.stdout:rbd-mirror-19.0.0-2407.g430e09df.el9.x86_64.rpm 8.2 MB/s | 3.1 MB 00:00 2024-04-22T21:49:06.524 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:49:06.524 INFO:teuthology.orchestra.run.smithi096.stdout:Total 8.1 MB/s | 3.1 MB 00:00 2024-04-22T21:49:06.524 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-04-22T21:49:06.526 INFO:teuthology.orchestra.run.smithi192.stdout:Package libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:49:06.533 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-04-22T21:49:06.534 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-04-22T21:49:06.568 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:49:06.569 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-22T21:49:06.569 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:49:06.614 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-04-22T21:49:06.614 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-04-22T21:49:06.669 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install libcephfs-devel 2024-04-22T21:49:07.039 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-04-22T21:49:07.107 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:07.132 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:07.132 INFO:teuthology.orchestra.run.smithi096.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:49:07.132 INFO:teuthology.orchestra.run.smithi096.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T21:49:07.132 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T21:49:07.132 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T21:49:07.132 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:49:07.186 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:49:07.305 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:49:07.306 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:49:07.306 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2024-04-22T21:49:07.306 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:49:07.307 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T21:49:07.307 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 32 k 2024-04-22T21:49:07.307 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:07.307 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T21:49:07.307 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:49:07.307 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-22T21:49:07.307 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:07.307 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 32 k 2024-04-22T21:49:07.307 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 142 k 2024-04-22T21:49:07.307 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T21:49:07.557 INFO:teuthology.orchestra.run.smithi192.stdout:libcephfs-devel-19.0.0-2407.g430e09df.el9.x86_6 127 kB/s | 32 kB 00:00 2024-04-22T21:49:07.558 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:49:07.558 INFO:teuthology.orchestra.run.smithi192.stdout:Total 126 kB/s | 32 kB 00:00 2024-04-22T21:49:07.558 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T21:49:07.561 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T21:49:07.561 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T21:49:07.563 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T21:49:07.564 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T21:49:07.652 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T21:49:07.770 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:08.151 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:08.227 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:08.227 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:49:08.227 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-04-22T21:49:08.227 INFO:teuthology.orchestra.run.smithi096.stdout: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:49:08.227 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:49:08.227 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:49:08.371 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:08.371 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:08.371 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T21:49:08.371 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:49:08.372 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:08.372 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:49:08.495 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install rbd-nbd 2024-04-22T21:49:08.556 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install librados2 2024-04-22T21:49:09.016 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:02:17 ago on Mon 22 Apr 2024 09:46:52 PM UTC. 2024-04-22T21:49:09.068 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:51 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:49:09.143 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-04-22T21:49:09.144 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:49:09.144 INFO:teuthology.orchestra.run.smithi096.stdout: Package Architecture Version Repository Size 2024-04-22T21:49:09.144 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:49:09.145 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-04-22T21:49:09.145 INFO:teuthology.orchestra.run.smithi096.stdout: rbd-nbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 171 k 2024-04-22T21:49:09.145 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:49:09.145 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-04-22T21:49:09.145 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-04-22T21:49:09.145 INFO:teuthology.orchestra.run.smithi096.stdout:Install 1 Package 2024-04-22T21:49:09.145 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:49:09.145 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 171 k 2024-04-22T21:49:09.145 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 494 k 2024-04-22T21:49:09.145 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-04-22T21:49:09.146 INFO:teuthology.orchestra.run.smithi192.stdout:Package librados2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:49:09.187 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:49:09.188 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-22T21:49:09.188 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:49:09.262 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install librbd1 2024-04-22T21:49:09.377 INFO:teuthology.orchestra.run.smithi096.stdout:rbd-nbd-19.0.0-2407.g430e09df.el9.x86_64.rpm 741 kB/s | 171 kB 00:00 2024-04-22T21:49:09.377 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:49:09.378 INFO:teuthology.orchestra.run.smithi096.stdout:Total 735 kB/s | 171 kB 00:00 2024-04-22T21:49:09.378 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-04-22T21:49:09.385 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-04-22T21:49:09.386 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-04-22T21:49:09.448 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-04-22T21:49:09.449 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-04-22T21:49:09.600 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-04-22T21:49:09.714 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:09.772 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:51 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:49:09.851 INFO:teuthology.orchestra.run.smithi192.stdout:Package librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:49:09.892 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:49:09.893 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-22T21:49:09.893 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:49:09.965 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install python3-rados 2024-04-22T21:49:10.120 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:10.351 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:10.352 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:49:10.352 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-04-22T21:49:10.352 INFO:teuthology.orchestra.run.smithi096.stdout: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:49:10.352 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-22T21:49:10.352 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-04-22T21:49:10.478 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:52 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:49:10.557 INFO:teuthology.orchestra.run.smithi192.stdout:Package python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:49:10.589 DEBUG:teuthology.parallel:result is None 2024-04-22T21:49:10.598 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:49:10.599 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-22T21:49:10.599 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:49:10.672 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install python3-rgw 2024-04-22T21:49:11.182 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:53 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:49:11.262 INFO:teuthology.orchestra.run.smithi192.stdout:Package python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:49:11.302 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:49:11.303 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-22T21:49:11.303 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:49:11.372 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install python3-cephfs 2024-04-22T21:49:11.886 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:53 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:49:11.965 INFO:teuthology.orchestra.run.smithi192.stdout:Package python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:49:12.006 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:49:12.007 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-22T21:49:12.007 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:49:12.082 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install python3-rbd 2024-04-22T21:49:12.601 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:54 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:49:12.680 INFO:teuthology.orchestra.run.smithi192.stdout:Package python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:49:12.721 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:49:12.722 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-22T21:49:12.722 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:49:12.791 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install rbd-fuse 2024-04-22T21:49:13.310 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:55 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:49:13.430 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:49:13.430 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:49:13.430 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-04-22T21:49:13.431 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:49:13.431 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T21:49:13.431 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 85 k 2024-04-22T21:49:13.431 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:13.431 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T21:49:13.431 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:49:13.431 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-22T21:49:13.431 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:13.431 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 85 k 2024-04-22T21:49:13.431 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 231 k 2024-04-22T21:49:13.431 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T21:49:13.994 INFO:teuthology.orchestra.run.smithi192.stdout:rbd-fuse-19.0.0-2407.g430e09df.el9.x86_64.rpm 151 kB/s | 85 kB 00:00 2024-04-22T21:49:13.995 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:49:13.996 INFO:teuthology.orchestra.run.smithi192.stdout:Total 151 kB/s | 85 kB 00:00 2024-04-22T21:49:13.996 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T21:49:14.003 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T21:49:14.003 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T21:49:14.068 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T21:49:14.068 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T21:49:14.216 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T21:49:14.315 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:14.679 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:14.909 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:14.909 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:14.909 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T21:49:14.909 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:49:14.909 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:14.909 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:49:15.135 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install rbd-mirror 2024-04-22T21:49:15.659 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:57 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:49:15.780 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:49:15.781 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:49:15.781 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2024-04-22T21:49:15.781 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:49:15.781 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T21:49:15.781 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-mirror x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T21:49:15.781 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:15.781 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T21:49:15.782 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:49:15.782 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-22T21:49:15.782 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:15.782 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 3.1 M 2024-04-22T21:49:15.782 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 13 M 2024-04-22T21:49:15.782 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T21:49:16.432 INFO:teuthology.orchestra.run.smithi192.stdout:rbd-mirror-19.0.0-2407.g430e09df.el9.x86_64.rpm 4.8 MB/s | 3.1 MB 00:00 2024-04-22T21:49:16.432 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:49:16.433 INFO:teuthology.orchestra.run.smithi192.stdout:Total 4.7 MB/s | 3.1 MB 00:00 2024-04-22T21:49:16.433 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T21:49:16.442 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T21:49:16.443 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T21:49:16.523 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T21:49:16.524 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T21:49:16.946 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T21:49:17.007 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:17.031 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:17.032 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:49:17.032 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T21:49:17.032 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T21:49:17.032 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T21:49:17.032 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:18.046 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:18.046 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:18.046 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T21:49:18.046 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:49:18.046 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:18.046 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:49:18.273 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install rbd-nbd 2024-04-22T21:49:18.800 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:02:00 ago on Mon 22 Apr 2024 09:47:18 PM UTC. 2024-04-22T21:49:18.925 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-22T21:49:18.926 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:49:18.926 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-04-22T21:49:18.926 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:49:18.926 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-22T21:49:18.926 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-nbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 171 k 2024-04-22T21:49:18.926 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:18.926 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-22T21:49:18.926 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-22T21:49:18.926 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-22T21:49:18.926 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:18.926 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 171 k 2024-04-22T21:49:18.927 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 494 k 2024-04-22T21:49:18.927 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-22T21:49:19.303 INFO:teuthology.orchestra.run.smithi192.stdout:rbd-nbd-19.0.0-2407.g430e09df.el9.x86_64.rpm 455 kB/s | 171 kB 00:00 2024-04-22T21:49:19.304 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:49:19.304 INFO:teuthology.orchestra.run.smithi192.stdout:Total 453 kB/s | 171 kB 00:00 2024-04-22T21:49:19.304 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-22T21:49:19.312 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-22T21:49:19.312 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-22T21:49:19.375 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-22T21:49:19.375 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-22T21:49:19.524 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-22T21:49:19.633 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:19.997 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:20.255 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:49:20.255 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:20.255 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-22T21:49:20.255 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:49:20.255 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-22T21:49:20.255 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-22T21:49:20.511 DEBUG:teuthology.parallel:result is None 2024-04-22T21:49:20.512 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:49:20.740 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T21:49:20.764 INFO:teuthology.orchestra.run.smithi071.stdout:19.0.0-2407.g430e09df.el9 2024-04-22T21:49:20.765 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2407.g430e09df.el9 2024-04-22T21:49:20.765 INFO:teuthology.task.install:The correct ceph version 19.0.0-2407.g430e09df is installed. 2024-04-22T21:49:20.767 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:49:20.909 DEBUG:teuthology.orchestra.run.smithi096:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T21:49:20.934 INFO:teuthology.orchestra.run.smithi096.stdout:19.0.0-2407.g430e09df.el9 2024-04-22T21:49:20.934 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2407.g430e09df.el9 2024-04-22T21:49:20.934 INFO:teuthology.task.install:The correct ceph version 19.0.0-2407.g430e09df is installed. 2024-04-22T21:49:20.937 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:49:21.085 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T21:49:21.109 INFO:teuthology.orchestra.run.smithi192.stdout:19.0.0-2407.g430e09df.el9 2024-04-22T21:49:21.109 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2407.g430e09df.el9 2024-04-22T21:49:21.109 INFO:teuthology.task.install:The correct ceph version 19.0.0-2407.g430e09df is installed. 2024-04-22T21:49:21.111 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-22T21:49:21.111 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-22T21:49:21.111 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T21:49:21.140 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-04-22T21:49:21.140 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T21:49:21.169 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-22T21:49:21.169 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T21:49:21.196 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-22T21:49:21.196 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-22T21:49:21.196 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T21:49:21.224 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T21:49:21.291 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-04-22T21:49:21.291 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T21:49:21.319 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T21:49:21.386 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-22T21:49:21.386 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T21:49:21.414 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T21:49:21.481 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-22T21:49:21.481 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-22T21:49:21.481 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T21:49:21.509 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T21:49:21.574 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-04-22T21:49:21.574 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T21:49:21.600 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T21:49:21.666 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-22T21:49:21.666 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T21:49:21.693 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T21:49:21.759 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-22T21:49:21.761 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-22T21:49:21.761 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T21:49:21.784 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T21:49:21.847 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-04-22T21:49:21.848 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T21:49:21.874 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T21:49:21.939 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-22T21:49:21.940 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T21:49:21.967 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T21:49:22.034 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T21:49:22.127 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'], 'log-only-match': ['CEPHADM_'], 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T21:49:22.127 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:49:22.127 INFO:tasks.cephadm:Cluster fsid is 2dbdddf8-00f2-11ef-bc93-c7b262605968 2024-04-22T21:49:22.128 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T21:49:22.128 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.71', 'mon.b': '172.21.15.96', 'mon.c': '172.21.15.192'} 2024-04-22T21:49:22.128 INFO:tasks.cephadm:First mon is mon.a on smithi071 2024-04-22T21:49:22.128 INFO:tasks.cephadm:First mgr is a 2024-04-22T21:49:22.128 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T21:49:22.128 DEBUG:teuthology.orchestra.run.smithi071:> sudo hostname $(hostname -s) 2024-04-22T21:49:22.152 DEBUG:teuthology.orchestra.run.smithi096:> sudo hostname $(hostname -s) 2024-04-22T21:49:22.178 DEBUG:teuthology.orchestra.run.smithi192:> sudo hostname $(hostname -s) 2024-04-22T21:49:22.205 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T21:49:22.206 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:49:22.426 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54954/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2407-g430e09df', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2407.g430e09df'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-21 21:31:40.125798', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-22T21:49:22.642 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 430e09df97c8fc7dc2b2ae424f68ed11366c540f from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:49:22.643 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm 2024-04-22T21:49:22.643 DEBUG:teuthology.orchestra.run.smithi071:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T21:49:23.178 INFO:teuthology.orchestra.run.smithi071.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 21:49 /home/ubuntu/cephtest/cephadm 2024-04-22T21:49:23.178 DEBUG:teuthology.orchestra.run.smithi096:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T21:49:24.285 INFO:teuthology.orchestra.run.smithi096.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 21:49 /home/ubuntu/cephtest/cephadm 2024-04-22T21:49:24.286 DEBUG:teuthology.orchestra.run.smithi192:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T21:49:25.313 INFO:teuthology.orchestra.run.smithi192.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 21:49 /home/ubuntu/cephtest/cephadm 2024-04-22T21:49:25.313 DEBUG:teuthology.orchestra.run.smithi071:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T21:49:25.332 DEBUG:teuthology.orchestra.run.smithi096:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T21:49:25.351 DEBUG:teuthology.orchestra.run.smithi192:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T21:49:25.381 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f on all hosts... 2024-04-22T21:49:25.382 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T21:49:25.384 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T21:49:25.394 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T21:49:26.947 INFO:teuthology.orchestra.run.smithi071.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T21:49:26.958 INFO:teuthology.orchestra.run.smithi192.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T21:49:26.979 INFO:teuthology.orchestra.run.smithi096.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T21:49:27.144 INFO:teuthology.orchestra.run.smithi192.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:49:27.144 INFO:teuthology.orchestra.run.smithi192.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T21:49:27.145 INFO:teuthology.orchestra.run.smithi192.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T21:49:27.145 INFO:teuthology.orchestra.run.smithi192.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:49:27.158 INFO:teuthology.orchestra.run.smithi071.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:49:27.158 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T21:49:27.158 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T21:49:27.158 INFO:teuthology.orchestra.run.smithi071.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:49:27.170 INFO:teuthology.orchestra.run.smithi096.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:49:27.171 INFO:teuthology.orchestra.run.smithi096.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T21:49:27.171 INFO:teuthology.orchestra.run.smithi096.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T21:49:27.171 INFO:teuthology.orchestra.run.smithi096.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:49:27.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:49:27.180 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi071 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T21:49:27.182 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T21:49:27.183 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/lib/ceph/2dbdddf8-00f2-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668790/remote/smithi071/crash 2024-04-22T21:49:27.184 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/lib/ceph/2dbdddf8-00f2-11ef-bc93-c7b262605968/crash -- . 2024-04-22T21:49:27.218 INFO:teuthology.orchestra.run.smithi071.stderr:tar: /var/lib/ceph/2dbdddf8-00f2-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T21:49:27.218 INFO:teuthology.orchestra.run.smithi071.stderr:tar: Error is not recoverable: exiting now 2024-04-22T21:49:27.220 DEBUG:teuthology.misc:Transferring archived files from smithi096:/var/lib/ceph/2dbdddf8-00f2-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668790/remote/smithi096/crash 2024-04-22T21:49:27.221 DEBUG:teuthology.orchestra.run.smithi096:> sudo tar c -f - -C /var/lib/ceph/2dbdddf8-00f2-11ef-bc93-c7b262605968/crash -- . 2024-04-22T21:49:27.261 INFO:teuthology.orchestra.run.smithi096.stderr:tar: /var/lib/ceph/2dbdddf8-00f2-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T21:49:27.261 INFO:teuthology.orchestra.run.smithi096.stderr:tar: Error is not recoverable: exiting now 2024-04-22T21:49:27.263 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/lib/ceph/2dbdddf8-00f2-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668790/remote/smithi192/crash 2024-04-22T21:49:27.264 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/lib/ceph/2dbdddf8-00f2-11ef-bc93-c7b262605968/crash -- . 2024-04-22T21:49:27.300 INFO:teuthology.orchestra.run.smithi192.stderr:tar: /var/lib/ceph/2dbdddf8-00f2-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T21:49:27.300 INFO:teuthology.orchestra.run.smithi192.stderr:tar: Error is not recoverable: exiting now 2024-04-22T21:49:27.302 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T21:49:27.302 DEBUG:teuthology.orchestra.run.smithi071:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/2dbdddf8-00f2-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-22T21:49:27.325 INFO:teuthology.orchestra.run.smithi071.stderr:grep: /var/log/ceph/2dbdddf8-00f2-11ef-bc93-c7b262605968/ceph.log: No such file or directory 2024-04-22T21:49:27.328 INFO:tasks.cephadm:Compressing logs... 2024-04-22T21:49:27.328 DEBUG:teuthology.orchestra.run.smithi071:> 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-22T21:49:27.370 DEBUG:teuthology.orchestra.run.smithi096:> 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-22T21:49:27.372 DEBUG:teuthology.orchestra.run.smithi192:> 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-22T21:49:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-22T21:49:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T21:49:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/cephadm.log: 73.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T21:49:27.392 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-04-22T21:49:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:real 0m0.011s 2024-04-22T21:49:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:user 0m0.010s 2024-04-22T21:49:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:sys 0m0.009s 2024-04-22T21:49:27.393 INFO:teuthology.orchestra.run.smithi096.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T21:49:27.394 INFO:teuthology.orchestra.run.smithi096.stderr:: No such file or directory 2024-04-22T21:49:27.394 INFO:teuthology.orchestra.run.smithi096.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T21:49:27.395 INFO:teuthology.orchestra.run.smithi096.stderr: 2024-04-22T21:49:27.396 INFO:teuthology.orchestra.run.smithi096.stderr:real 0m0.011s 2024-04-22T21:49:27.396 INFO:teuthology.orchestra.run.smithi096.stderr:user 0m0.011s 2024-04-22T21:49:27.396 INFO:teuthology.orchestra.run.smithi096.stderr:sys 0m0.009s 2024-04-22T21:49:27.396 INFO:teuthology.orchestra.run.smithi192.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T21:49:27.397 INFO:teuthology.orchestra.run.smithi192.stderr:: No such file or directory 2024-04-22T21:49:27.397 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T21:49:27.399 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-22T21:49:27.399 INFO:teuthology.orchestra.run.smithi192.stderr:real 0m0.012s 2024-04-22T21:49:27.399 INFO:teuthology.orchestra.run.smithi192.stderr:user 0m0.011s 2024-04-22T21:49:27.399 INFO:teuthology.orchestra.run.smithi192.stderr:sys 0m0.010s 2024-04-22T21:49:27.399 INFO:tasks.cephadm:Archiving logs... 2024-04-22T21:49:27.400 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668790/remote/smithi071/log 2024-04-22T21:49:27.401 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T21:49:27.456 DEBUG:teuthology.misc:Transferring archived files from smithi096:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668790/remote/smithi096/log 2024-04-22T21:49:27.457 DEBUG:teuthology.orchestra.run.smithi096:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T21:49:27.481 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668790/remote/smithi192/log 2024-04-22T21:49:27.482 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T21:49:27.507 INFO:tasks.cephadm:Removing cluster... 2024-04-22T21:49:27.507 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2dbdddf8-00f2-11ef-bc93-c7b262605968 --force 2024-04-22T21:49:27.679 INFO:teuthology.orchestra.run.smithi071.stdout:Deleting cluster with fsid: 2dbdddf8-00f2-11ef-bc93-c7b262605968 2024-04-22T21:49:27.932 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2dbdddf8-00f2-11ef-bc93-c7b262605968 --force 2024-04-22T21:49:28.112 INFO:teuthology.orchestra.run.smithi096.stdout:Deleting cluster with fsid: 2dbdddf8-00f2-11ef-bc93-c7b262605968 2024-04-22T21:49:28.378 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2dbdddf8-00f2-11ef-bc93-c7b262605968 --force 2024-04-22T21:49:28.553 INFO:teuthology.orchestra.run.smithi192.stdout:Deleting cluster with fsid: 2dbdddf8-00f2-11ef-bc93-c7b262605968 2024-04-22T21:49:28.815 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T21:49:28.815 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T21:49:28.832 DEBUG:teuthology.orchestra.run.smithi096:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T21:49:28.847 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T21:49:28.862 INFO:tasks.cephadm:Teardown complete 2024-04-22T21:49:28.863 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, 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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi071 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T21:49:29.060 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c65524a3bc5343da9482864d55843be7 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, 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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi071 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T21:49:29.064 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T21:49:29.075 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-22T21:49:29.090 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-22T21:49:29.091 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T21:49:29.102 DEBUG:teuthology.orchestra.run.smithi096:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T21:49:29.105 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T21:49:29.197 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T21:49:29.206 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T21:49:29.207 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T21:49:29.209 DEBUG:teuthology.orchestra.run.smithi096:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T21:49:29.212 DEBUG:teuthology.orchestra.run.smithi192:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T21:49:29.223 INFO:teuthology.orchestra.run.smithi096.stderr:bash: line 1: ntpq: command not found 2024-04-22T21:49:29.223 INFO:teuthology.orchestra.run.smithi071.stderr:bash: line 1: ntpq: command not found 2024-04-22T21:49:29.225 INFO:teuthology.orchestra.run.smithi192.stderr:bash: line 1: ntpq: command not found 2024-04-22T21:49:29.227 INFO:teuthology.orchestra.run.smithi096.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T21:49:29.227 INFO:teuthology.orchestra.run.smithi096.stdout:=============================================================================== 2024-04-22T21:49:29.227 INFO:teuthology.orchestra.run.smithi096.stdout:^- hv01.front.sepia.ceph.com 2 6 77 44 +1557us[+1523us] +/- 592ms 2024-04-22T21:49:29.227 INFO:teuthology.orchestra.run.smithi096.stdout:^* hv02.front.sepia.ceph.com 3 6 77 44 -298us[ -331us] +/- 58ms 2024-04-22T21:49:29.228 INFO:teuthology.orchestra.run.smithi096.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 45 +350us[ +317us] +/- 68ms 2024-04-22T21:49:29.228 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:49:29.229 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T21:49:29.229 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-04-22T21:49:29.229 INFO:teuthology.orchestra.run.smithi071.stdout:^- hv01.front.sepia.ceph.com 2 6 77 44 +1537us[+1537us] +/- 592ms 2024-04-22T21:49:29.229 INFO:teuthology.orchestra.run.smithi071.stdout:^* hv02.front.sepia.ceph.com 3 6 77 46 -320us[ -304us] +/- 58ms 2024-04-22T21:49:29.229 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 44 +325us[ +325us] +/- 68ms 2024-04-22T21:49:29.229 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:49:29.230 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T21:49:29.230 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2024-04-22T21:49:29.230 INFO:teuthology.orchestra.run.smithi192.stdout:^- hv01.front.sepia.ceph.com 2 6 77 45 +1529us[+1431us] +/- 592ms 2024-04-22T21:49:29.231 INFO:teuthology.orchestra.run.smithi192.stdout:^* hv02.front.sepia.ceph.com 3 6 77 45 -292us[ -390us] +/- 58ms 2024-04-22T21:49:29.231 INFO:teuthology.orchestra.run.smithi192.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 43 +318us[ +318us] +/- 68ms 2024-04-22T21:49:29.231 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:49:29.231 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T21:49:29.242 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T21:49:29.243 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T21:49:29.257 DEBUG:teuthology.orchestra.run.smithi071:> 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-22T21:49:29.330 DEBUG:teuthology.orchestra.run.smithi096:> 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-22T21:49:29.385 DEBUG:teuthology.orchestra.run.smithi192:> 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-22T21:49:29.441 DEBUG:teuthology.orchestra.run.smithi071:> 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-22T21:49:29.469 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:49:29.469 DEBUG:teuthology.orchestra.run.smithi096:> 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-22T21:49:29.495 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:49:29.496 DEBUG:teuthology.orchestra.run.smithi192:> 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-22T21:49:29.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:49:29.522 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T21:49:29.533 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T21:49:29.622 INFO:teuthology.task.internal:Duration was 406.623739 seconds 2024-04-22T21:49:29.623 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T21:49:29.637 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T21:49:29.637 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T21:49:29.640 DEBUG:teuthology.orchestra.run.smithi096:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T21:49:29.642 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T21:49:29.676 INFO:teuthology.orchestra.run.smithi096.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:49:29.677 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:49:29.679 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:49:30.202 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T21:49:30.202 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2024-04-22T21:49:30.202 DEBUG:teuthology.orchestra.run.smithi071:> 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-22T21:49:30.224 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi096.front.sepia.ceph.com 2024-04-22T21:49:30.225 DEBUG:teuthology.orchestra.run.smithi096:> 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-22T21:49:30.253 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi192.front.sepia.ceph.com 2024-04-22T21:49:30.253 DEBUG:teuthology.orchestra.run.smithi192:> 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-22T21:49:30.275 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T21:49:30.275 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T21:49:30.278 DEBUG:teuthology.orchestra.run.smithi096:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T21:49:30.296 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T21:49:30.341 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T21:49:30.341 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T21:49:30.346 DEBUG:teuthology.orchestra.run.smithi096:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T21:49:30.362 DEBUG:teuthology.orchestra.run.smithi192:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T21:49:30.471 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T21:49:30.481 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T21:49:30.481 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T21:49:30.505 DEBUG:teuthology.orchestra.run.smithi096:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T21:49:30.529 DEBUG:teuthology.orchestra.run.smithi192:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T21:49:30.554 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T21:49:30.566 DEBUG:teuthology.orchestra.run.smithi071:> 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-22T21:49:30.568 DEBUG:teuthology.orchestra.run.smithi096:> 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-22T21:49:30.571 DEBUG:teuthology.orchestra.run.smithi192:> 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-22T21:49:30.588 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2024-04-22T21:49:30.591 INFO:teuthology.orchestra.run.smithi096.stdout:kernel.core_pattern = core 2024-04-22T21:49:30.616 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = core 2024-04-22T21:49:30.657 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T21:49:30.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:49:30.670 DEBUG:teuthology.orchestra.run.smithi096:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T21:49:30.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:49:30.684 DEBUG:teuthology.orchestra.run.smithi192:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T21:49:30.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:49:30.712 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T21:49:30.721 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T21:49:30.722 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668790/remote/smithi071 2024-04-22T21:49:30.722 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T21:49:30.755 DEBUG:teuthology.misc:Transferring archived files from smithi096:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668790/remote/smithi096 2024-04-22T21:49:30.757 DEBUG:teuthology.orchestra.run.smithi096:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T21:49:30.788 DEBUG:teuthology.misc:Transferring archived files from smithi192:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668790/remote/smithi192 2024-04-22T21:49:30.789 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T21:49:30.820 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T21:49:30.820 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T21:49:30.823 DEBUG:teuthology.orchestra.run.smithi096:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T21:49:30.825 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T21:49:30.870 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T21:49:30.883 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T21:49:30.883 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T21:49:30.898 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T21:49:30.898 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T21:49:30.901 DEBUG:teuthology.orchestra.run.smithi096:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T21:49:30.903 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T21:49:30.913 INFO:teuthology.orchestra.run.smithi071.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 21:49 /home/ubuntu/cephtest 2024-04-22T21:49:30.915 INFO:teuthology.orchestra.run.smithi096.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 21:49 /home/ubuntu/cephtest 2024-04-22T21:49:30.924 INFO:teuthology.orchestra.run.smithi192.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 21:49 /home/ubuntu/cephtest 2024-04-22T21:49:30.925 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T21:49:30.936 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T21:49:30.968 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T21:49:30.996 DEBUG:teuthology.nuke:shortname: smithi071 2024-04-22T21:49:30.997 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T21:49:31.022 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668790', '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-22 21:34:46.025976', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCNCrnP/KAS+bbcxNkWXBNT4tCmPM3axuTPwsiJ2ZebsjxMrvG0spGpgRDikTEK7q9pqCu466UXGwKNKyqbZa6Q='} 2024-04-22T21:49:31.024 DEBUG:teuthology.nuke:shortname: smithi096 2024-04-22T21:49:31.025 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T21:49:31.052 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi096.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668790', '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-22 21:34:46.027639', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGWrtiaR+2d0CJwcbh7v24hOZq2YULDbhhxi531LCZjJXDmaWPjsekPjeA3Vg4egN6oR70uBZWttzIFF5JnSY8U='} 2024-04-22T21:49:31.053 DEBUG:teuthology.nuke:shortname: smithi192 2024-04-22T21:49:31.053 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T21:49:31.079 INFO:teuthology.orchestra.console.smithi071:Power off 2024-04-22T21:49:31.079 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T21:49:31.091 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668790', '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-22 21:34:46.024087', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOlg9S+7/anCSKEEbMX7VOuBCyIlSXNdOFBIBJn9xjSCz9gU1CK/KxnvHqghowWTWZB/66YLEOJGspIUPmaq8LA='} 2024-04-22T21:49:31.103 DEBUG:teuthology.orchestra.console.smithi071:power off output: Chassis Power Control: Down/Off 2024-04-22T21:49:31.103 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:49:31.127 INFO:teuthology.orchestra.console.smithi096:Power off 2024-04-22T21:49:31.127 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T21:49:31.136 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-04-22T21:49:31.149 DEBUG:teuthology.orchestra.console.smithi096:power off output: Chassis Power Control: Down/Off 2024-04-22T21:49:31.150 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:49:31.166 INFO:teuthology.orchestra.console.smithi192:Power off 2024-04-22T21:49:31.166 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T21:49:31.176 DEBUG:teuthology.orchestra.console.smithi096:check power output: Chassis Power is on 2024-04-22T21:49:31.190 DEBUG:teuthology.orchestra.console.smithi192:power off output: Chassis Power Control: Down/Off 2024-04-22T21:49:31.190 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:49:31.216 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2024-04-22T21:49:35.137 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:49:35.178 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:49:35.218 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:49:35.248 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-04-22T21:49:35.288 DEBUG:teuthology.orchestra.console.smithi096:check power output: Chassis Power is on 2024-04-22T21:49:35.328 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2024-04-22T21:49:39.252 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:49:39.289 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:49:39.329 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:49:39.362 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is off 2024-04-22T21:49:39.399 DEBUG:teuthology.orchestra.console.smithi096:check power output: Chassis Power is off 2024-04-22T21:49:39.438 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is off 2024-04-22T21:49:39.463 INFO:teuthology.orchestra.console.smithi071:Power off completed 2024-04-22T21:49:39.500 INFO:teuthology.orchestra.console.smithi096:Power off completed 2024-04-22T21:49:39.539 INFO:teuthology.orchestra.console.smithi192:Power off completed 2024-04-22T21:49:39.643 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} duration: 406.6237394809723 failure_reason: 'Command failed on smithi071 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull''' flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=c65524a3bc5343da9482864d55843be7 status: fail success: false 2024-04-22T21:49:39.643 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T21:49:39.727 INFO:teuthology.run:FAIL