2024-04-22T22:13:53.123 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T22:13:53.124 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668861 --owner scheduled_teuthology@teuthology --verbose --name teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi --description orch/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_host_drain} -- /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668861/orig.config.yaml 2024-04-22T22:13:53.154 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T22:13:53.235 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668861 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_host_drain} email: ceph-qa@ceph.com first_in_suite: false job_id: '7668861' 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: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN 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: smithi122.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG4lMYw3rvXjkonnLiJaNMFe8wu4i8fg5qCIea73kPtqFm83QgOIcfGomZic/3CnsqhCn24MIO+Z2/T/zBHcyqQ= smithi134.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGXI1OiGRxI7KsDw7he4GMIgBH+Kz2EwJUuptVFcDICinqxgYjqkoj5a1kPjQ6lw2CiO1M4brRcFQABQ3pfQh3Q= smithi155.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE2taMD93GalhPhelob/eQjSv4tudt41tT//lCXn5MVtrxhDyPMNvRzeWn3zIAImJMOraKZjcn9iqWSSmHEp+ho= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 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-22T22:13:53.236 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa; will attempt to use it 2024-04-22T22:13:53.236 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks 2024-04-22T22:13:53.236 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T22:13:53.238 INFO:teuthology.task.internal:Checking packages... 2024-04-22T22:13:53.261 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '430e09df97c8fc7dc2b2ae424f68ed11366c540f' 2024-04-22T22:13:53.262 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T22:13:53.262 INFO:teuthology.packaging:ref: None 2024-04-22T22:13:53.262 INFO:teuthology.packaging:tag: None 2024-04-22T22:13:53.262 INFO:teuthology.packaging:branch: squid 2024-04-22T22:13:53.262 INFO:teuthology.packaging:sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:13:53.262 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-22T22:13:53.478 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2420.g246d7127 2024-04-22T22:13:53.480 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T22:13:53.486 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T22:13:53.486 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T22:13:53.509 INFO:teuthology.task.internal:Saving configuration 2024-04-22T22:13:53.522 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T22:13:53.528 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:13:53.554 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi122.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668861', '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 22:05:56.410391', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG4lMYw3rvXjkonnLiJaNMFe8wu4i8fg5qCIea73kPtqFm83QgOIcfGomZic/3CnsqhCn24MIO+Z2/T/zBHcyqQ='} 2024-04-22T22:13:53.576 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668861', '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 22:05:56.413170', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGXI1OiGRxI7KsDw7he4GMIgBH+Kz2EwJUuptVFcDICinqxgYjqkoj5a1kPjQ6lw2CiO1M4brRcFQABQ3pfQh3Q='} 2024-04-22T22:13:53.598 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668861', '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 22:05:56.411895', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE2taMD93GalhPhelob/eQjSv4tudt41tT//lCXn5MVtrxhDyPMNvRzeWn3zIAImJMOraKZjcn9iqWSSmHEp+ho='} 2024-04-22T22:13:53.598 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T22:13:53.604 INFO:teuthology.task.internal:roles: ubuntu@smithi122.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-04-22T22:13:53.604 INFO:teuthology.task.internal:roles: ubuntu@smithi134.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-04-22T22:13:53.604 INFO:teuthology.task.internal:roles: ubuntu@smithi155.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-04-22T22:13:53.604 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T22:13:53.708 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe49d899e50>, signals=[15]) 2024-04-22T22:13:53.709 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T22:13:53.716 INFO:teuthology.task.internal:Opening connections... 2024-04-22T22:13:53.716 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi122.front.sepia.ceph.com 2024-04-22T22:13:53.718 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:13:53.797 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi134.front.sepia.ceph.com 2024-04-22T22:13:53.798 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:13:53.872 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi155.front.sepia.ceph.com 2024-04-22T22:13:53.873 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:13:53.955 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T22:13:53.962 DEBUG:teuthology.orchestra.run.smithi122:> uname -m 2024-04-22T22:13:53.980 INFO:teuthology.orchestra.run.smithi122.stdout:x86_64 2024-04-22T22:13:53.981 DEBUG:teuthology.orchestra.run.smithi122:> cat /etc/os-release 2024-04-22T22:13:54.038 INFO:teuthology.orchestra.run.smithi122.stdout:NAME="CentOS Stream" 2024-04-22T22:13:54.039 INFO:teuthology.orchestra.run.smithi122.stdout:VERSION="9" 2024-04-22T22:13:54.039 INFO:teuthology.orchestra.run.smithi122.stdout:ID="centos" 2024-04-22T22:13:54.039 INFO:teuthology.orchestra.run.smithi122.stdout:ID_LIKE="rhel fedora" 2024-04-22T22:13:54.039 INFO:teuthology.orchestra.run.smithi122.stdout:VERSION_ID="9" 2024-04-22T22:13:54.039 INFO:teuthology.orchestra.run.smithi122.stdout:PLATFORM_ID="platform:el9" 2024-04-22T22:13:54.039 INFO:teuthology.orchestra.run.smithi122.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T22:13:54.039 INFO:teuthology.orchestra.run.smithi122.stdout:ANSI_COLOR="0;31" 2024-04-22T22:13:54.039 INFO:teuthology.orchestra.run.smithi122.stdout:LOGO="fedora-logo-icon" 2024-04-22T22:13:54.039 INFO:teuthology.orchestra.run.smithi122.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T22:13:54.039 INFO:teuthology.orchestra.run.smithi122.stdout:HOME_URL="https://centos.org/" 2024-04-22T22:13:54.040 INFO:teuthology.orchestra.run.smithi122.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T22:13:54.040 INFO:teuthology.orchestra.run.smithi122.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T22:13:54.040 INFO:teuthology.orchestra.run.smithi122.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T22:13:54.040 INFO:teuthology.lock.ops:Updating smithi122.front.sepia.ceph.com on lock server 2024-04-22T22:13:54.070 DEBUG:teuthology.orchestra.run.smithi134:> uname -m 2024-04-22T22:13:54.088 INFO:teuthology.orchestra.run.smithi134.stdout:x86_64 2024-04-22T22:13:54.089 DEBUG:teuthology.orchestra.run.smithi134:> cat /etc/os-release 2024-04-22T22:13:54.145 INFO:teuthology.orchestra.run.smithi134.stdout:NAME="CentOS Stream" 2024-04-22T22:13:54.145 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION="9" 2024-04-22T22:13:54.145 INFO:teuthology.orchestra.run.smithi134.stdout:ID="centos" 2024-04-22T22:13:54.146 INFO:teuthology.orchestra.run.smithi134.stdout:ID_LIKE="rhel fedora" 2024-04-22T22:13:54.146 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_ID="9" 2024-04-22T22:13:54.146 INFO:teuthology.orchestra.run.smithi134.stdout:PLATFORM_ID="platform:el9" 2024-04-22T22:13:54.146 INFO:teuthology.orchestra.run.smithi134.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T22:13:54.146 INFO:teuthology.orchestra.run.smithi134.stdout:ANSI_COLOR="0;31" 2024-04-22T22:13:54.146 INFO:teuthology.orchestra.run.smithi134.stdout:LOGO="fedora-logo-icon" 2024-04-22T22:13:54.146 INFO:teuthology.orchestra.run.smithi134.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T22:13:54.146 INFO:teuthology.orchestra.run.smithi134.stdout:HOME_URL="https://centos.org/" 2024-04-22T22:13:54.146 INFO:teuthology.orchestra.run.smithi134.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T22:13:54.146 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T22:13:54.146 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T22:13:54.146 INFO:teuthology.lock.ops:Updating smithi134.front.sepia.ceph.com on lock server 2024-04-22T22:13:54.170 DEBUG:teuthology.orchestra.run.smithi155:> uname -m 2024-04-22T22:13:54.188 INFO:teuthology.orchestra.run.smithi155.stdout:x86_64 2024-04-22T22:13:54.189 DEBUG:teuthology.orchestra.run.smithi155:> cat /etc/os-release 2024-04-22T22:13:54.246 INFO:teuthology.orchestra.run.smithi155.stdout:NAME="CentOS Stream" 2024-04-22T22:13:54.246 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION="9" 2024-04-22T22:13:54.246 INFO:teuthology.orchestra.run.smithi155.stdout:ID="centos" 2024-04-22T22:13:54.246 INFO:teuthology.orchestra.run.smithi155.stdout:ID_LIKE="rhel fedora" 2024-04-22T22:13:54.246 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION_ID="9" 2024-04-22T22:13:54.246 INFO:teuthology.orchestra.run.smithi155.stdout:PLATFORM_ID="platform:el9" 2024-04-22T22:13:54.246 INFO:teuthology.orchestra.run.smithi155.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T22:13:54.246 INFO:teuthology.orchestra.run.smithi155.stdout:ANSI_COLOR="0;31" 2024-04-22T22:13:54.246 INFO:teuthology.orchestra.run.smithi155.stdout:LOGO="fedora-logo-icon" 2024-04-22T22:13:54.246 INFO:teuthology.orchestra.run.smithi155.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T22:13:54.246 INFO:teuthology.orchestra.run.smithi155.stdout:HOME_URL="https://centos.org/" 2024-04-22T22:13:54.247 INFO:teuthology.orchestra.run.smithi155.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T22:13:54.247 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T22:13:54.247 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T22:13:54.247 INFO:teuthology.lock.ops:Updating smithi155.front.sepia.ceph.com on lock server 2024-04-22T22:13:54.271 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T22:13:54.280 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T22:13:54.286 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T22:13:54.287 DEBUG:teuthology.orchestra.run.smithi122:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:13:54.289 DEBUG:teuthology.orchestra.run.smithi134:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:13:54.291 DEBUG:teuthology.orchestra.run.smithi155:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:13:54.307 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T22:13:54.317 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T22:13:54.317 DEBUG:teuthology.orchestra.run.smithi122:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:13:54.347 DEBUG:teuthology.orchestra.run.smithi134:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:13:54.350 DEBUG:teuthology.orchestra.run.smithi155:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:13:54.447 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T22:13:54.526 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T22:13:54.542 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T22:13:54.543 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-22T22:13:54.543 DEBUG:teuthology.orchestra.run.smithi122:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:13:54.543 DEBUG:teuthology.orchestra.run.smithi134:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:13:54.544 DEBUG:teuthology.orchestra.run.smithi155:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:13:54.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:13:54.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:13:54.565 DEBUG:teuthology.orchestra.run.smithi122:> uname -r 2024-04-22T22:13:54.566 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-04-22T22:13:54.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:13:54.567 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2024-04-22T22:13:54.622 INFO:teuthology.orchestra.run.smithi122.stdout:5.14.0-437.el9.x86_64 2024-04-22T22:13:54.622 INFO:teuthology.task.kernel:Running kernel on smithi122: 5.14.0-437.el9.x86_64 2024-04-22T22:13:54.622 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum install -y kernel 2024-04-22T22:13:54.623 INFO:teuthology.orchestra.run.smithi155.stdout:5.14.0-437.el9.x86_64 2024-04-22T22:13:54.624 INFO:teuthology.task.kernel:Running kernel on smithi155: 5.14.0-437.el9.x86_64 2024-04-22T22:13:54.624 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum install -y kernel 2024-04-22T22:13:54.625 INFO:teuthology.orchestra.run.smithi134.stdout:5.14.0-437.el9.x86_64 2024-04-22T22:13:54.625 INFO:teuthology.task.kernel:Running kernel on smithi134: 5.14.0-437.el9.x86_64 2024-04-22T22:13:54.625 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum install -y kernel 2024-04-22T22:13:57.193 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - BaseOS 9.0 MB/s | 8.0 MB 00:00 2024-04-22T22:13:57.470 INFO:teuthology.orchestra.run.smithi122.stdout:CentOS Stream 9 - BaseOS 6.5 MB/s | 8.0 MB 00:01 2024-04-22T22:13:59.061 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - AppStream 24 MB/s | 19 MB 00:00 2024-04-22T22:14:00.626 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - BaseOS 1.9 MB/s | 8.0 MB 00:04 2024-04-22T22:14:01.346 INFO:teuthology.orchestra.run.smithi122.stdout:CentOS Stream 9 - AppStream 6.7 MB/s | 19 MB 00:02 2024-04-22T22:14:04.937 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - CRB 2.7 MB/s | 6.2 MB 00:02 2024-04-22T22:14:06.580 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - Extras packages 34 kB/s | 16 kB 00:00 2024-04-22T22:14:07.472 INFO:teuthology.orchestra.run.smithi122.stdout:CentOS Stream 9 - CRB 2.5 MB/s | 6.2 MB 00:02 2024-04-22T22:14:09.364 INFO:teuthology.orchestra.run.smithi122.stdout:CentOS Stream 9 - Extras packages 28 kB/s | 16 kB 00:00 2024-04-22T22:14:10.469 INFO:teuthology.orchestra.run.smithi122.stdout:Extra Packages for Enterprise Linux 21 MB/s | 21 MB 00:00 2024-04-22T22:14:11.555 INFO:teuthology.orchestra.run.smithi155.stdout:Extra Packages for Enterprise Linux 4.3 MB/s | 21 MB 00:04 2024-04-22T22:14:15.566 INFO:teuthology.orchestra.run.smithi122.stdout:lab-extras 9.9 kB/s | 1.7 kB 00:00 2024-04-22T22:14:16.679 INFO:teuthology.orchestra.run.smithi155.stdout:lab-extras 16 kB/s | 1.7 kB 00:00 2024-04-22T22:14:17.456 INFO:teuthology.orchestra.run.smithi122.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T22:14:17.456 INFO:teuthology.orchestra.run.smithi122.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T22:14:17.542 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:14:17.543 INFO:teuthology.orchestra.run.smithi122.stdout:Nothing to do. 2024-04-22T22:14:17.543 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:14:17.665 DEBUG:teuthology.orchestra.run.smithi122:> echo no | sudo yum reinstall kernel || true 2024-04-22T22:14:18.158 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:14:15 PM UTC. 2024-04-22T22:14:18.281 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:14:18.302 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:14:18.302 INFO:teuthology.orchestra.run.smithi122.stdout: Package Architecture Version Repository Size 2024-04-22T22:14:18.302 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:14:18.302 INFO:teuthology.orchestra.run.smithi122.stdout:Reinstalling: 2024-04-22T22:14:18.302 INFO:teuthology.orchestra.run.smithi122.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:14:18.302 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:14:18.303 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-04-22T22:14:18.303 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:14:18.303 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:14:18.303 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 255 k 2024-04-22T22:14:18.303 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 0 2024-04-22T22:14:18.303 INFO:teuthology.orchestra.run.smithi122.stderr:Operation aborted. 2024-04-22T22:14:18.362 INFO:teuthology.orchestra.run.smithi122.stdout:Is this ok [y/N]: 2024-04-22T22:14:18.363 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum reinstall -y kernel || true 2024-04-22T22:14:18.508 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 19 MB 00:16 2024-04-22T22:14:18.552 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T22:14:18.552 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T22:14:18.646 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:14:18.647 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-22T22:14:18.647 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:14:18.754 DEBUG:teuthology.orchestra.run.smithi155:> echo no | sudo yum reinstall kernel || true 2024-04-22T22:14:18.856 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:14:15 PM UTC. 2024-04-22T22:14:18.971 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:14:18.972 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:14:18.972 INFO:teuthology.orchestra.run.smithi122.stdout: Package Architecture Version Repository Size 2024-04-22T22:14:18.972 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:14:18.972 INFO:teuthology.orchestra.run.smithi122.stdout:Reinstalling: 2024-04-22T22:14:18.972 INFO:teuthology.orchestra.run.smithi122.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:14:18.973 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:14:18.973 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-04-22T22:14:18.973 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:14:18.973 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:14:18.973 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 255 k 2024-04-22T22:14:18.973 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 0 2024-04-22T22:14:18.973 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2024-04-22T22:14:19.272 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:14:16 PM UTC. 2024-04-22T22:14:19.403 INFO:teuthology.orchestra.run.smithi122.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.5 MB/s | 255 kB 00:00 2024-04-22T22:14:19.403 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:14:19.403 INFO:teuthology.orchestra.run.smithi122.stdout:Total 593 kB/s | 255 kB 00:00 2024-04-22T22:14:19.407 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:14:19.415 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:14:19.415 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-04-22T22:14:19.415 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:14:19.415 INFO:teuthology.orchestra.run.smithi155.stdout:Reinstalling: 2024-04-22T22:14:19.415 INFO:teuthology.orchestra.run.smithi155.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:14:19.416 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:14:19.416 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T22:14:19.416 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:14:19.416 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:14:19.416 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 255 k 2024-04-22T22:14:19.416 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 0 2024-04-22T22:14:19.416 INFO:teuthology.orchestra.run.smithi155.stderr:Operation aborted. 2024-04-22T22:14:19.418 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2024-04-22T22:14:19.476 INFO:teuthology.orchestra.run.smithi155.stdout:Is this ok [y/N]: 2024-04-22T22:14:19.477 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum reinstall -y kernel || true 2024-04-22T22:14:19.588 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2024-04-22T22:14:19.589 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2024-04-22T22:14:19.593 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2024-04-22T22:14:19.594 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2024-04-22T22:14:19.718 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2024-04-22T22:14:19.803 INFO:teuthology.orchestra.run.smithi122.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:14:19.803 INFO:teuthology.orchestra.run.smithi122.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:14:19.968 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:14:16 PM UTC. 2024-04-22T22:14:20.084 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:14:20.084 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:14:20.084 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-04-22T22:14:20.085 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:14:20.085 INFO:teuthology.orchestra.run.smithi155.stdout:Reinstalling: 2024-04-22T22:14:20.085 INFO:teuthology.orchestra.run.smithi155.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:14:20.085 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:14:20.085 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T22:14:20.085 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:14:20.085 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:14:20.085 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 255 k 2024-04-22T22:14:20.085 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 0 2024-04-22T22:14:20.085 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T22:14:20.365 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.6 MB/s | 255 kB 00:00 2024-04-22T22:14:20.365 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:14:20.365 INFO:teuthology.orchestra.run.smithi155.stdout:Total 911 kB/s | 255 kB 00:00 2024-04-22T22:14:20.386 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T22:14:20.509 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:14:20.510 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:14:20.554 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T22:14:20.554 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T22:14:20.559 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T22:14:20.559 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T22:14:20.692 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T22:14:20.757 INFO:teuthology.orchestra.run.smithi155.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:14:20.757 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:14:21.254 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:14:21.254 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:14:21.254 INFO:teuthology.orchestra.run.smithi122.stdout:Reinstalled: 2024-04-22T22:14:21.254 INFO:teuthology.orchestra.run.smithi122.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T22:14:21.254 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:14:21.254 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:14:21.393 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:14:21.393 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:14:21.423 DEBUG:teuthology.orchestra.run.smithi122:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T22:14:21.469 INFO:teuthology.orchestra.run.smithi122.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T22:14:21.470 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T22:14:21.470 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T22:14:21.470 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T22:14:21.470 DEBUG:teuthology.orchestra.run.smithi122:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:14:21.498 INFO:teuthology.orchestra.run.smithi122.stdout:ttyS1 2024-04-22T22:14:21.523 DEBUG:teuthology.parallel:result is None 2024-04-22T22:14:22.091 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:14:22.091 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:14:22.092 INFO:teuthology.orchestra.run.smithi155.stdout:Reinstalled: 2024-04-22T22:14:22.092 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T22:14:22.092 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:14:22.092 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:14:22.262 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T22:14:22.309 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T22:14:22.309 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T22:14:22.309 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T22:14:22.309 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-22T22:14:22.310 DEBUG:teuthology.orchestra.run.smithi155:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:14:22.386 INFO:teuthology.orchestra.run.smithi155.stdout:ttyS1 2024-04-22T22:14:22.407 DEBUG:teuthology.parallel:result is None 2024-04-22T22:14:22.736 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - CRB 9.1 MB/s | 6.2 MB 00:00 2024-04-22T22:14:24.742 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 16 kB 00:00 2024-04-22T22:14:27.893 INFO:teuthology.orchestra.run.smithi134.stdout:Extra Packages for Enterprise Linux 6.9 MB/s | 21 MB 00:03 2024-04-22T22:14:33.002 INFO:teuthology.orchestra.run.smithi134.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-22T22:14:34.866 INFO:teuthology.orchestra.run.smithi134.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T22:14:34.866 INFO:teuthology.orchestra.run.smithi134.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T22:14:34.957 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:14:34.957 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-04-22T22:14:34.957 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:14:35.091 DEBUG:teuthology.orchestra.run.smithi134:> echo no | sudo yum reinstall kernel || true 2024-04-22T22:14:35.589 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:02 ago on Mon 22 Apr 2024 10:14:33 PM UTC. 2024-04-22T22:14:35.708 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:14:35.735 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:14:35.735 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2024-04-22T22:14:35.735 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:14:35.735 INFO:teuthology.orchestra.run.smithi134.stdout:Reinstalling: 2024-04-22T22:14:35.735 INFO:teuthology.orchestra.run.smithi134.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:14:35.735 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:14:35.735 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-04-22T22:14:35.735 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:14:35.735 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:14:35.735 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 255 k 2024-04-22T22:14:35.735 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 0 2024-04-22T22:14:35.736 INFO:teuthology.orchestra.run.smithi134.stderr:Operation aborted. 2024-04-22T22:14:35.793 INFO:teuthology.orchestra.run.smithi134.stdout:Is this ok [y/N]: 2024-04-22T22:14:35.794 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum reinstall -y kernel || true 2024-04-22T22:14:36.291 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:14:33 PM UTC. 2024-04-22T22:14:36.407 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:14:36.408 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:14:36.408 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2024-04-22T22:14:36.408 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:14:36.408 INFO:teuthology.orchestra.run.smithi134.stdout:Reinstalling: 2024-04-22T22:14:36.408 INFO:teuthology.orchestra.run.smithi134.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:14:36.408 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:14:36.408 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-04-22T22:14:36.408 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:14:36.409 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:14:36.409 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 255 k 2024-04-22T22:14:36.409 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 0 2024-04-22T22:14:36.409 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-04-22T22:14:37.612 INFO:teuthology.orchestra.run.smithi134.stdout:kernel-5.14.0-437.el9.x86_64.rpm 241 kB/s | 255 kB 00:01 2024-04-22T22:14:37.612 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:14:37.613 INFO:teuthology.orchestra.run.smithi134.stdout:Total 212 kB/s | 255 kB 00:01 2024-04-22T22:14:37.632 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-04-22T22:14:37.831 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-04-22T22:14:37.831 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-04-22T22:14:37.836 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-04-22T22:14:37.837 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-04-22T22:14:37.969 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-04-22T22:14:38.063 INFO:teuthology.orchestra.run.smithi134.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:14:38.063 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:14:38.714 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:14:38.714 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:14:39.419 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:14:39.419 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:14:39.420 INFO:teuthology.orchestra.run.smithi134.stdout:Reinstalled: 2024-04-22T22:14:39.420 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T22:14:39.420 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:14:39.420 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:14:39.600 DEBUG:teuthology.orchestra.run.smithi134:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T22:14:39.648 INFO:teuthology.orchestra.run.smithi134.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T22:14:39.648 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T22:14:39.649 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T22:14:39.649 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T22:14:39.649 DEBUG:teuthology.orchestra.run.smithi134:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:14:39.687 INFO:teuthology.orchestra.run.smithi134.stdout:ttyS1 2024-04-22T22:14:39.714 DEBUG:teuthology.parallel:result is None 2024-04-22T22:14:39.714 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T22:14:39.723 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T22:14:39.723 DEBUG:teuthology.orchestra.run.smithi122:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:14:39.726 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:14:39.757 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:14:39.779 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T22:14:39.789 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T22:14:39.795 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T22:14:39.795 DEBUG:teuthology.orchestra.run.smithi122:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:14:39.798 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:14:39.811 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:14:39.940 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T22:14:39.946 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T22:14:39.947 DEBUG:teuthology.orchestra.run.smithi122:> 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-22T22:14:39.949 DEBUG:teuthology.orchestra.run.smithi134:> 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-22T22:14:39.952 DEBUG:teuthology.orchestra.run.smithi155:> 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-22T22:14:39.979 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:14:39.985 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:14:39.985 INFO:teuthology.orchestra.run.smithi122.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:14:39.988 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:14:39.995 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:14:39.997 INFO:teuthology.orchestra.run.smithi122.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:14:39.998 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T22:14:40.006 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T22:14:40.007 DEBUG:teuthology.orchestra.run.smithi122:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T22:14:40.041 DEBUG:teuthology.orchestra.run.smithi134:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T22:14:40.043 DEBUG:teuthology.orchestra.run.smithi155:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T22:14:40.070 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T22:14:40.080 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T22:14:40.080 DEBUG:teuthology.orchestra.run.smithi122:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:14:40.109 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:14:40.111 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:14:40.127 DEBUG:teuthology.orchestra.run.smithi122:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:14:40.209 DEBUG:teuthology.orchestra.run.smithi122:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:14:40.255 DEBUG:teuthology.orchestra.run.smithi122:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:14:40.338 DEBUG:teuthology.orchestra.run.smithi122:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:14:40.379 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-04-22T22:14:40.379 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:14:40.444 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:14:40.486 DEBUG:teuthology.orchestra.run.smithi134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:14:40.538 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:14:40.619 DEBUG:teuthology.orchestra.run.smithi134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:14:40.657 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-04-22T22:14:40.658 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:14:40.720 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:14:40.766 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:14:40.818 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:14:40.902 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:14:40.944 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-22T22:14:40.944 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:14:41.010 DEBUG:teuthology.orchestra.run.smithi122:> sudo service rsyslog restart 2024-04-22T22:14:41.012 DEBUG:teuthology.orchestra.run.smithi134:> sudo service rsyslog restart 2024-04-22T22:14:41.015 DEBUG:teuthology.orchestra.run.smithi155:> sudo service rsyslog restart 2024-04-22T22:14:41.042 INFO:teuthology.orchestra.run.smithi134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:14:41.051 INFO:teuthology.orchestra.run.smithi122.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:14:41.088 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:14:41.540 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T22:14:41.549 INFO:teuthology.task.internal:Starting timer... 2024-04-22T22:14:41.549 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T22:14:41.626 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T22:14:41.636 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-22T22:14:41.637 DEBUG:teuthology.orchestra.run.smithi122:> sudo service auditd rotate 2024-04-22T22:14:41.700 INFO:teuthology.orchestra.run.smithi122.stdout:Rotating logs: 2024-04-22T22:14:41.702 DEBUG:teuthology.orchestra.run.smithi134:> sudo service auditd rotate 2024-04-22T22:14:41.777 INFO:teuthology.orchestra.run.smithi134.stdout:Rotating logs: 2024-04-22T22:14:41.779 DEBUG:teuthology.orchestra.run.smithi155:> sudo service auditd rotate 2024-04-22T22:14:41.843 INFO:teuthology.orchestra.run.smithi155.stdout:Rotating logs: 2024-04-22T22:14:41.844 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T22:14:41.845 DEBUG:teuthology.orchestra.run.smithi122:> /usr/sbin/getenforce 2024-04-22T22:14:41.877 INFO:teuthology.orchestra.run.smithi122.stdout:Permissive 2024-04-22T22:14:41.877 DEBUG:teuthology.orchestra.run.smithi134:> /usr/sbin/getenforce 2024-04-22T22:14:41.904 INFO:teuthology.orchestra.run.smithi134.stdout:Permissive 2024-04-22T22:14:41.904 DEBUG:teuthology.orchestra.run.smithi155:> /usr/sbin/getenforce 2024-04-22T22:14:41.960 INFO:teuthology.orchestra.run.smithi155.stdout:Permissive 2024-04-22T22:14:41.960 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi122.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi134.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi155.front.sepia.ceph.com': 'permissive'} 2024-04-22T22:14:41.960 DEBUG:teuthology.orchestra.run.smithi122:> 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-22T22:14:41.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:14:41.985 DEBUG:teuthology.orchestra.run.smithi134:> 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-22T22:14:42.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:14:42.010 DEBUG:teuthology.orchestra.run.smithi155:> 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-22T22:14:42.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:14:42.035 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T22:14:42.035 DEBUG:teuthology.orchestra.run.smithi122:> sudo /usr/sbin/setenforce permissive 2024-04-22T22:14:42.060 DEBUG:teuthology.orchestra.run.smithi134:> sudo /usr/sbin/setenforce permissive 2024-04-22T22:14:42.090 DEBUG:teuthology.orchestra.run.smithi155:> sudo /usr/sbin/setenforce permissive 2024-04-22T22:14:42.115 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T22:14:42.125 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-22T22:14:42.141 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-22T22:14:42.303 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T22:14:42.319 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-22T22:14:42.320 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi122.front.sepia.ceph.com,smithi134.front.sepia.ceph.com,smithi155.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T22:18:23.547 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi122.front.sepia.ceph.com'), Remote(name='ubuntu@smithi134.front.sepia.ceph.com'), Remote(name='ubuntu@smithi155.front.sepia.ceph.com')] 2024-04-22T22:18:23.548 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-04-22T22:18:23.549 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:18:23.623 DEBUG:teuthology.orchestra.run.smithi122:> true 2024-04-22T22:18:23.662 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-04-22T22:18:23.662 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-04-22T22:18:23.663 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:18:23.739 DEBUG:teuthology.orchestra.run.smithi134:> true 2024-04-22T22:18:23.774 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-04-22T22:18:23.775 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-04-22T22:18:23.775 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:18:23.850 DEBUG:teuthology.orchestra.run.smithi155:> true 2024-04-22T22:18:23.938 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-04-22T22:18:23.938 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T22:18:23.949 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T22:18:23.949 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:18:23.950 DEBUG:teuthology.orchestra.run.smithi122:> 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-22T22:18:23.952 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:18:23.952 DEBUG:teuthology.orchestra.run.smithi134:> 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-22T22:18:23.954 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:18:23.954 DEBUG:teuthology.orchestra.run.smithi155:> 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-22T22:18:23.975 INFO:teuthology.orchestra.run.smithi122.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T22:18:23.981 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T22:18:23.989 INFO:teuthology.orchestra.run.smithi122.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T22:18:23.994 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T22:18:24.006 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T22:18:24.010 INFO:teuthology.orchestra.run.smithi122.stderr:sudo: ntpd: command not found 2024-04-22T22:18:24.016 INFO:teuthology.orchestra.run.smithi134.stderr:sudo: ntpd: command not found 2024-04-22T22:18:24.020 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T22:18:24.020 INFO:teuthology.orchestra.run.smithi122.stdout:506 Cannot talk to daemon 2024-04-22T22:18:24.026 INFO:teuthology.orchestra.run.smithi134.stdout:506 Cannot talk to daemon 2024-04-22T22:18:24.033 INFO:teuthology.orchestra.run.smithi122.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T22:18:24.040 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T22:18:24.044 INFO:teuthology.orchestra.run.smithi155.stderr:sudo: ntpd: command not found 2024-04-22T22:18:24.046 INFO:teuthology.orchestra.run.smithi122.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T22:18:24.052 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T22:18:24.054 INFO:teuthology.orchestra.run.smithi155.stdout:506 Cannot talk to daemon 2024-04-22T22:18:24.067 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T22:18:24.080 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T22:18:24.096 INFO:teuthology.orchestra.run.smithi122.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:18:24.100 INFO:teuthology.orchestra.run.smithi122.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:18:24.100 INFO:teuthology.orchestra.run.smithi122.stdout:=============================================================================== 2024-04-22T22:18:24.100 INFO:teuthology.orchestra.run.smithi122.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:18:24.100 INFO:teuthology.orchestra.run.smithi122.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:18:24.100 INFO:teuthology.orchestra.run.smithi122.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:18:24.100 INFO:teuthology.orchestra.run.smithi122.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:18:24.104 INFO:teuthology.orchestra.run.smithi134.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:18:24.108 INFO:teuthology.orchestra.run.smithi134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:18:24.108 INFO:teuthology.orchestra.run.smithi134.stdout:=============================================================================== 2024-04-22T22:18:24.108 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:18:24.108 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:18:24.108 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:18:24.108 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:18:24.139 INFO:teuthology.orchestra.run.smithi155.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:18:24.142 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:18:24.142 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2024-04-22T22:18:24.143 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:18:24.143 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:18:24.143 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:18:24.143 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:18:24.144 INFO:teuthology.run_tasks:Running task install... 2024-04-22T22:18:24.152 DEBUG:teuthology.task.install:project ceph 2024-04-22T22:18:24.152 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'}} 2024-04-22T22:18:24.153 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T22:18:24.153 INFO:teuthology.task.install:Using flavor: default 2024-04-22T22:18:24.160 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-22T22:18:24.160 INFO:teuthology.task.install:extra packages: [] 2024-04-22T22:18:24.160 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-22T22:18:24.161 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-22T22:18:24.163 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-22T22:18:24.164 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-22T22:18:24.165 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-22T22:18:24.165 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-22T22:18:24.313 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/ 2024-04-22T22:18:24.313 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2407.g430e09df 2024-04-22T22:18:24.318 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/ 2024-04-22T22:18:24.318 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2407.g430e09df 2024-04-22T22:18:24.379 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/ 2024-04-22T22:18:24.379 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2407.g430e09df 2024-04-22T22:18:24.423 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-22T22:18:24.423 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-22T22:18:24.423 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T22:18:24.449 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-22T22:18:24.449 DEBUG:teuthology.orchestra.run.smithi155:> 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-22T22:18:24.479 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-22T22:18:24.479 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-04-22T22:18:24.479 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T22:18:24.505 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-22T22:18:24.505 DEBUG:teuthology.orchestra.run.smithi134:> 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-22T22:18:24.514 DEBUG:teuthology.orchestra.run.smithi155:> 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-22T22:18:24.571 DEBUG:teuthology.orchestra.run.smithi134:> 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-22T22:18:24.587 DEBUG:teuthology.orchestra.run.smithi155:> 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-22T22:18:24.645 DEBUG:teuthology.orchestra.run.smithi134:> 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-22T22:18:24.649 INFO:teuthology.orchestra.run.smithi155.stdout:check_obsoletes = 1 2024-04-22T22:18:24.651 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum clean all 2024-04-22T22:18:24.708 INFO:teuthology.orchestra.run.smithi134.stdout:check_obsoletes = 1 2024-04-22T22:18:24.710 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum clean all 2024-04-22T22:18:24.874 INFO:teuthology.orchestra.run.smithi155.stdout:48 files removed 2024-04-22T22:18:24.901 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-radosgw 2024-04-22T22:18:24.935 INFO:teuthology.orchestra.run.smithi134.stdout:48 files removed 2024-04-22T22:18:24.962 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-radosgw 2024-04-22T22:18:25.594 INFO:teuthology.orchestra.run.smithi134.stdout:ceph packages for x86_64 222 kB/s | 83 kB 00:00 2024-04-22T22:18:25.659 INFO:teuthology.orchestra.run.smithi155.stdout:ceph packages for x86_64 167 kB/s | 83 kB 00:00 2024-04-22T22:18:26.270 INFO:teuthology.orchestra.run.smithi134.stdout:ceph noarch packages 18 kB/s | 11 kB 00:00 2024-04-22T22:18:26.326 INFO:teuthology.orchestra.run.smithi155.stdout:ceph noarch packages 18 kB/s | 11 kB 00:00 2024-04-22T22:18:26.662 INFO:teuthology.orchestra.run.smithi134.stdout:ceph source packages 5.3 kB/s | 1.9 kB 00:00 2024-04-22T22:18:26.752 INFO:teuthology.orchestra.run.smithi155.stdout:ceph source packages 4.8 kB/s | 1.9 kB 00:00 2024-04-22T22:18:27.204 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-04-22T22:18:27.594 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-04-22T22:18:27.656 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-22T22:18:27.656 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-04-22T22:18:27.656 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T22:18:27.685 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-22T22:18:27.686 DEBUG:teuthology.orchestra.run.smithi122:> 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-22T22:18:27.754 DEBUG:teuthology.orchestra.run.smithi122:> 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-22T22:18:27.832 DEBUG:teuthology.orchestra.run.smithi122:> 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-22T22:18:27.897 INFO:teuthology.orchestra.run.smithi122.stdout:check_obsoletes = 1 2024-04-22T22:18:27.899 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum clean all 2024-04-22T22:18:28.128 INFO:teuthology.orchestra.run.smithi122.stdout:48 files removed 2024-04-22T22:18:28.155 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install ceph-radosgw 2024-04-22T22:18:29.180 INFO:teuthology.orchestra.run.smithi122.stdout:ceph packages for x86_64 108 kB/s | 83 kB 00:00 2024-04-22T22:18:29.622 INFO:teuthology.orchestra.run.smithi122.stdout:ceph noarch packages 29 kB/s | 11 kB 00:00 2024-04-22T22:18:30.214 INFO:teuthology.orchestra.run.smithi122.stdout:ceph source packages 3.4 kB/s | 1.9 kB 00:00 2024-04-22T22:18:30.363 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - AppStream 9.0 MB/s | 19 MB 00:02 2024-04-22T22:18:30.689 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - AppStream 9.4 MB/s | 19 MB 00:02 2024-04-22T22:18:33.656 INFO:teuthology.orchestra.run.smithi122.stdout:CentOS Stream 9 - BaseOS 2.4 MB/s | 8.0 MB 00:03 2024-04-22T22:18:34.531 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.2 MB 00:00 2024-04-22T22:18:35.254 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - CRB 6.2 MB/s | 6.2 MB 00:00 2024-04-22T22:18:36.115 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - Extras packages 37 kB/s | 16 kB 00:00 2024-04-22T22:18:36.680 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - Extras packages 54 kB/s | 16 kB 00:00 2024-04-22T22:18:37.174 INFO:teuthology.orchestra.run.smithi122.stdout:CentOS Stream 9 - AppStream 7.8 MB/s | 19 MB 00:02 2024-04-22T22:18:37.833 INFO:teuthology.orchestra.run.smithi134.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-22T22:18:41.484 INFO:teuthology.orchestra.run.smithi122.stdout:CentOS Stream 9 - CRB 8.6 MB/s | 6.2 MB 00:00 2024-04-22T22:18:41.689 INFO:teuthology.orchestra.run.smithi155.stdout:Extra Packages for Enterprise Linux 4.3 MB/s | 21 MB 00:04 2024-04-22T22:18:42.883 INFO:teuthology.orchestra.run.smithi134.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-04-22T22:18:43.076 INFO:teuthology.orchestra.run.smithi122.stdout:CentOS Stream 9 - Extras packages 37 kB/s | 16 kB 00:00 2024-04-22T22:18:43.953 INFO:teuthology.orchestra.run.smithi122.stdout:Extra Packages for Enterprise Linux 28 MB/s | 21 MB 00:00 2024-04-22T22:18:45.050 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:18:45.052 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:18:45.052 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-04-22T22:18:45.052 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:18:45.052 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-04-22T22:18:45.052 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-radosgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 10 M 2024-04-22T22:18:45.052 INFO:teuthology.orchestra.run.smithi134.stdout:Upgrading: 2024-04-22T22:18:45.053 INFO:teuthology.orchestra.run.smithi134.stdout: librados2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.4 M 2024-04-22T22:18:45.053 INFO:teuthology.orchestra.run.smithi134.stdout: librbd1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:18:45.053 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-04-22T22:18:45.053 INFO:teuthology.orchestra.run.smithi134.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T22:18:45.053 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-base x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.4 M 2024-04-22T22:18:45.053 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 21 M 2024-04-22T22:18:45.053 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-selinux x86_64 2:19.0.0-2407.g430e09df.el9 ceph 25 k 2024-04-22T22:18:45.053 INFO:teuthology.orchestra.run.smithi134.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T22:18:45.053 INFO:teuthology.orchestra.run.smithi134.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T22:18:45.053 INFO:teuthology.orchestra.run.smithi134.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T22:18:45.053 INFO:teuthology.orchestra.run.smithi134.stdout: libcephfs2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 745 k 2024-04-22T22:18:45.053 INFO:teuthology.orchestra.run.smithi134.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T22:18:45.054 INFO:teuthology.orchestra.run.smithi134.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T22:18:45.054 INFO:teuthology.orchestra.run.smithi134.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T22:18:45.054 INFO:teuthology.orchestra.run.smithi134.stdout: libradosstriper1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 501 k 2024-04-22T22:18:45.054 INFO:teuthology.orchestra.run.smithi134.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T22:18:45.054 INFO:teuthology.orchestra.run.smithi134.stdout: librgw2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.3 M 2024-04-22T22:18:45.054 INFO:teuthology.orchestra.run.smithi134.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T22:18:45.054 INFO:teuthology.orchestra.run.smithi134.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T22:18:45.054 INFO:teuthology.orchestra.run.smithi134.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T22:18:45.054 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ceph-argparse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 45 k 2024-04-22T22:18:45.054 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 133 k 2024-04-22T22:18:45.057 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cephfs x86_64 2:19.0.0-2407.g430e09df.el9 ceph 162 k 2024-04-22T22:18:45.057 INFO:teuthology.orchestra.run.smithi134.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T22:18:45.057 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rados x86_64 2:19.0.0-2407.g430e09df.el9 ceph 321 k 2024-04-22T22:18:45.057 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 299 k 2024-04-22T22:18:45.058 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 99 k 2024-04-22T22:18:45.058 INFO:teuthology.orchestra.run.smithi134.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T22:18:45.058 INFO:teuthology.orchestra.run.smithi134.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T22:18:45.058 INFO:teuthology.orchestra.run.smithi134.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T22:18:45.058 INFO:teuthology.orchestra.run.smithi134.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T22:18:45.058 INFO:teuthology.orchestra.run.smithi134.stdout:Installing weak dependencies: 2024-04-22T22:18:45.058 INFO:teuthology.orchestra.run.smithi134.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T22:18:45.058 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:18:45.058 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-04-22T22:18:45.058 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:18:45.058 INFO:teuthology.orchestra.run.smithi134.stdout:Install 30 Packages 2024-04-22T22:18:45.058 INFO:teuthology.orchestra.run.smithi134.stdout:Upgrade 2 Packages 2024-04-22T22:18:45.058 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:18:45.059 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 60 M 2024-04-22T22:18:45.059 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-04-22T22:18:46.840 INFO:teuthology.orchestra.run.smithi155.stdout:lab-extras 17 kB/s | 1.7 kB 00:00 2024-04-22T22:18:46.976 INFO:teuthology.orchestra.run.smithi134.stdout:(1/32): ceph-base-19.0.0-2407.g430e09df.el9.x86 4.2 MB/s | 5.4 MB 00:01 2024-04-22T22:18:47.051 INFO:teuthology.orchestra.run.smithi134.stdout:(2/32): ceph-selinux-19.0.0-2407.g430e09df.el9. 336 kB/s | 25 kB 00:00 2024-04-22T22:18:47.251 INFO:teuthology.orchestra.run.smithi134.stdout:(3/32): libcephfs2-19.0.0-2407.g430e09df.el9.x8 3.6 MB/s | 745 kB 00:00 2024-04-22T22:18:47.418 INFO:teuthology.orchestra.run.smithi134.stdout:(4/32): libradosstriper1-19.0.0-2407.g430e09df. 2.9 MB/s | 501 kB 00:00 2024-04-22T22:18:47.877 INFO:teuthology.orchestra.run.smithi134.stdout:(5/32): librgw2-19.0.0-2407.g430e09df.el9.x86_6 12 MB/s | 5.3 MB 00:00 2024-04-22T22:18:47.927 INFO:teuthology.orchestra.run.smithi134.stdout:(6/32): python3-ceph-argparse-19.0.0-2407.g430e 908 kB/s | 45 kB 00:00 2024-04-22T22:18:48.002 INFO:teuthology.orchestra.run.smithi134.stdout:(7/32): python3-ceph-common-19.0.0-2407.g430e09 1.7 MB/s | 133 kB 00:00 2024-04-22T22:18:48.052 INFO:teuthology.orchestra.run.smithi134.stdout:(8/32): python3-cephfs-19.0.0-2407.g430e09df.el 3.2 MB/s | 162 kB 00:00 2024-04-22T22:18:48.111 INFO:teuthology.orchestra.run.smithi134.stdout:(9/32): python3-rados-19.0.0-2407.g430e09df.el9 5.4 MB/s | 321 kB 00:00 2024-04-22T22:18:48.170 INFO:teuthology.orchestra.run.smithi134.stdout:(10/32): python3-rbd-19.0.0-2407.g430e09df.el9. 5.0 MB/s | 299 kB 00:00 2024-04-22T22:18:48.220 INFO:teuthology.orchestra.run.smithi134.stdout:(11/32): python3-rgw-19.0.0-2407.g430e09df.el9. 1.9 MB/s | 99 kB 00:00 2024-04-22T22:18:48.462 INFO:teuthology.orchestra.run.smithi134.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 442 kB/s | 107 kB 00:00 2024-04-22T22:18:48.720 INFO:teuthology.orchestra.run.smithi134.stdout:(13/32): ceph-common-19.0.0-2407.g430e09df.el9. 7.0 MB/s | 21 MB 00:03 2024-04-22T22:18:48.746 INFO:teuthology.orchestra.run.smithi134.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 565 kB/s | 160 kB 00:00 2024-04-22T22:18:48.879 INFO:teuthology.orchestra.run.smithi134.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 286 kB/s | 45 kB 00:00 2024-04-22T22:18:48.964 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:18:48.966 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:18:48.967 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-22T22:18:48.967 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:18:48.967 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T22:18:48.967 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-radosgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 10 M 2024-04-22T22:18:48.967 INFO:teuthology.orchestra.run.smithi155.stdout:Upgrading: 2024-04-22T22:18:48.967 INFO:teuthology.orchestra.run.smithi155.stdout: librados2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.4 M 2024-04-22T22:18:48.967 INFO:teuthology.orchestra.run.smithi155.stdout: librbd1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:18:48.967 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-22T22:18:48.967 INFO:teuthology.orchestra.run.smithi155.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T22:18:48.967 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-base x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.4 M 2024-04-22T22:18:48.967 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 21 M 2024-04-22T22:18:48.967 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-selinux x86_64 2:19.0.0-2407.g430e09df.el9 ceph 25 k 2024-04-22T22:18:48.967 INFO:teuthology.orchestra.run.smithi155.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T22:18:48.968 INFO:teuthology.orchestra.run.smithi155.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T22:18:48.968 INFO:teuthology.orchestra.run.smithi155.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T22:18:48.968 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 745 k 2024-04-22T22:18:48.968 INFO:teuthology.orchestra.run.smithi155.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T22:18:48.968 INFO:teuthology.orchestra.run.smithi155.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T22:18:48.968 INFO:teuthology.orchestra.run.smithi155.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T22:18:48.968 INFO:teuthology.orchestra.run.smithi155.stdout: libradosstriper1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 501 k 2024-04-22T22:18:48.968 INFO:teuthology.orchestra.run.smithi155.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T22:18:48.968 INFO:teuthology.orchestra.run.smithi155.stdout: librgw2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.3 M 2024-04-22T22:18:48.968 INFO:teuthology.orchestra.run.smithi155.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T22:18:48.968 INFO:teuthology.orchestra.run.smithi155.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T22:18:48.968 INFO:teuthology.orchestra.run.smithi155.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T22:18:48.968 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-argparse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 45 k 2024-04-22T22:18:48.969 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 133 k 2024-04-22T22:18:48.969 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cephfs x86_64 2:19.0.0-2407.g430e09df.el9 ceph 162 k 2024-04-22T22:18:48.969 INFO:teuthology.orchestra.run.smithi155.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T22:18:48.969 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rados x86_64 2:19.0.0-2407.g430e09df.el9 ceph 321 k 2024-04-22T22:18:48.969 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 299 k 2024-04-22T22:18:48.969 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 99 k 2024-04-22T22:18:48.969 INFO:teuthology.orchestra.run.smithi155.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T22:18:48.969 INFO:teuthology.orchestra.run.smithi155.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T22:18:48.969 INFO:teuthology.orchestra.run.smithi155.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T22:18:48.969 INFO:teuthology.orchestra.run.smithi155.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T22:18:48.969 INFO:teuthology.orchestra.run.smithi155.stdout:Installing weak dependencies: 2024-04-22T22:18:48.969 INFO:teuthology.orchestra.run.smithi155.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T22:18:48.969 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:18:48.969 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T22:18:48.970 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:18:48.970 INFO:teuthology.orchestra.run.smithi155.stdout:Install 30 Packages 2024-04-22T22:18:48.970 INFO:teuthology.orchestra.run.smithi155.stdout:Upgrade 2 Packages 2024-04-22T22:18:48.970 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:18:48.970 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 60 M 2024-04-22T22:18:48.970 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T22:18:48.978 INFO:teuthology.orchestra.run.smithi122.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-22T22:18:49.031 INFO:teuthology.orchestra.run.smithi134.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.9 MB/s | 292 kB 00:00 2024-04-22T22:18:49.090 INFO:teuthology.orchestra.run.smithi134.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 723 kB/s | 42 kB 00:00 2024-04-22T22:18:49.115 INFO:teuthology.orchestra.run.smithi134.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.8 MB/s | 662 kB 00:00 2024-04-22T22:18:49.149 INFO:teuthology.orchestra.run.smithi134.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.7 MB/s | 221 kB 00:00 2024-04-22T22:18:49.174 INFO:teuthology.orchestra.run.smithi134.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 611 kB/s | 36 kB 00:00 2024-04-22T22:18:49.208 INFO:teuthology.orchestra.run.smithi134.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 808 kB/s | 47 kB 00:00 2024-04-22T22:18:49.333 INFO:teuthology.orchestra.run.smithi134.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.9 MB/s | 309 kB 00:00 2024-04-22T22:18:49.375 INFO:teuthology.orchestra.run.smithi134.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 628 kB/s | 26 kB 00:00 2024-04-22T22:18:49.417 INFO:teuthology.orchestra.run.smithi134.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.1 MB/s | 49 kB 00:00 2024-04-22T22:18:49.492 INFO:teuthology.orchestra.run.smithi134.stdout:(25/32): libarrow-9.0.0-10.el9.x86_64.rpm 16 MB/s | 4.4 MB 00:00 2024-04-22T22:18:49.517 INFO:teuthology.orchestra.run.smithi134.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 673 kB/s | 67 kB 00:00 2024-04-22T22:18:49.560 INFO:teuthology.orchestra.run.smithi134.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 12 MB/s | 838 kB 00:00 2024-04-22T22:18:49.585 INFO:teuthology.orchestra.run.smithi134.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-04-22T22:18:49.627 INFO:teuthology.orchestra.run.smithi134.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 24 MB/s | 1.6 MB 00:00 2024-04-22T22:18:50.185 INFO:teuthology.orchestra.run.smithi134.stdout:(30/32): librados2-19.0.0-2407.g430e09df.el9.x8 5.6 MB/s | 3.4 MB 00:00 2024-04-22T22:18:50.260 INFO:teuthology.orchestra.run.smithi134.stdout:(31/32): librbd1-19.0.0-2407.g430e09df.el9.x86_ 5.0 MB/s | 3.1 MB 00:00 2024-04-22T22:18:50.558 INFO:teuthology.orchestra.run.smithi155.stdout:(1/32): ceph-base-19.0.0-2407.g430e09df.el9.x86 3.7 MB/s | 5.4 MB 00:01 2024-04-22T22:18:50.607 INFO:teuthology.orchestra.run.smithi155.stdout:(2/32): ceph-selinux-19.0.0-2407.g430e09df.el9. 507 kB/s | 25 kB 00:00 2024-04-22T22:18:50.741 INFO:teuthology.orchestra.run.smithi155.stdout:(3/32): libcephfs2-19.0.0-2407.g430e09df.el9.x8 5.5 MB/s | 745 kB 00:00 2024-04-22T22:18:50.841 INFO:teuthology.orchestra.run.smithi155.stdout:(4/32): libradosstriper1-19.0.0-2407.g430e09df. 4.9 MB/s | 501 kB 00:00 2024-04-22T22:18:50.975 INFO:teuthology.orchestra.run.smithi155.stdout:(5/32): ceph-radosgw-19.0.0-2407.g430e09df.el9. 5.5 MB/s | 10 MB 00:01 2024-04-22T22:18:51.025 INFO:teuthology.orchestra.run.smithi155.stdout:(6/32): python3-ceph-argparse-19.0.0-2407.g430e 911 kB/s | 45 kB 00:00 2024-04-22T22:18:51.092 INFO:teuthology.orchestra.run.smithi155.stdout:(7/32): python3-ceph-common-19.0.0-2407.g430e09 2.0 MB/s | 133 kB 00:00 2024-04-22T22:18:51.114 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:18:51.116 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:18:51.117 INFO:teuthology.orchestra.run.smithi122.stdout: Package Arch Version Repository Size 2024-04-22T22:18:51.117 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:18:51.117 INFO:teuthology.orchestra.run.smithi122.stdout:Installing: 2024-04-22T22:18:51.117 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-radosgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 10 M 2024-04-22T22:18:51.117 INFO:teuthology.orchestra.run.smithi122.stdout:Upgrading: 2024-04-22T22:18:51.117 INFO:teuthology.orchestra.run.smithi122.stdout: librados2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.4 M 2024-04-22T22:18:51.117 INFO:teuthology.orchestra.run.smithi122.stdout: librbd1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:18:51.117 INFO:teuthology.orchestra.run.smithi122.stdout:Installing dependencies: 2024-04-22T22:18:51.117 INFO:teuthology.orchestra.run.smithi122.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T22:18:51.117 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-base x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.4 M 2024-04-22T22:18:51.117 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 21 M 2024-04-22T22:18:51.117 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-selinux x86_64 2:19.0.0-2407.g430e09df.el9 ceph 25 k 2024-04-22T22:18:51.118 INFO:teuthology.orchestra.run.smithi122.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T22:18:51.118 INFO:teuthology.orchestra.run.smithi122.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T22:18:51.118 INFO:teuthology.orchestra.run.smithi122.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T22:18:51.118 INFO:teuthology.orchestra.run.smithi122.stdout: libcephfs2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 745 k 2024-04-22T22:18:51.118 INFO:teuthology.orchestra.run.smithi122.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T22:18:51.118 INFO:teuthology.orchestra.run.smithi122.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T22:18:51.118 INFO:teuthology.orchestra.run.smithi122.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T22:18:51.118 INFO:teuthology.orchestra.run.smithi122.stdout: libradosstriper1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 501 k 2024-04-22T22:18:51.119 INFO:teuthology.orchestra.run.smithi122.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T22:18:51.119 INFO:teuthology.orchestra.run.smithi122.stdout: librgw2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.3 M 2024-04-22T22:18:51.119 INFO:teuthology.orchestra.run.smithi122.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T22:18:51.119 INFO:teuthology.orchestra.run.smithi122.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T22:18:51.119 INFO:teuthology.orchestra.run.smithi122.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T22:18:51.119 INFO:teuthology.orchestra.run.smithi122.stdout: python3-ceph-argparse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 45 k 2024-04-22T22:18:51.119 INFO:teuthology.orchestra.run.smithi122.stdout: python3-ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 133 k 2024-04-22T22:18:51.119 INFO:teuthology.orchestra.run.smithi122.stdout: python3-cephfs x86_64 2:19.0.0-2407.g430e09df.el9 ceph 162 k 2024-04-22T22:18:51.119 INFO:teuthology.orchestra.run.smithi122.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T22:18:51.119 INFO:teuthology.orchestra.run.smithi122.stdout: python3-rados x86_64 2:19.0.0-2407.g430e09df.el9 ceph 321 k 2024-04-22T22:18:51.119 INFO:teuthology.orchestra.run.smithi122.stdout: python3-rbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 299 k 2024-04-22T22:18:51.119 INFO:teuthology.orchestra.run.smithi122.stdout: python3-rgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 99 k 2024-04-22T22:18:51.120 INFO:teuthology.orchestra.run.smithi122.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T22:18:51.120 INFO:teuthology.orchestra.run.smithi122.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T22:18:51.120 INFO:teuthology.orchestra.run.smithi122.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T22:18:51.120 INFO:teuthology.orchestra.run.smithi122.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T22:18:51.120 INFO:teuthology.orchestra.run.smithi122.stdout:Installing weak dependencies: 2024-04-22T22:18:51.120 INFO:teuthology.orchestra.run.smithi122.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T22:18:51.120 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:18:51.120 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-04-22T22:18:51.120 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:18:51.120 INFO:teuthology.orchestra.run.smithi122.stdout:Install 30 Packages 2024-04-22T22:18:51.120 INFO:teuthology.orchestra.run.smithi122.stdout:Upgrade 2 Packages 2024-04-22T22:18:51.121 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:18:51.121 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 60 M 2024-04-22T22:18:51.121 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2024-04-22T22:18:51.127 INFO:teuthology.orchestra.run.smithi134.stdout:(32/32): ceph-radosgw-19.0.0-2407.g430e09df.el9 1.9 MB/s | 10 MB 00:05 2024-04-22T22:18:51.131 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:18:51.131 INFO:teuthology.orchestra.run.smithi134.stdout:Total 9.8 MB/s | 60 MB 00:06 2024-04-22T22:18:51.150 INFO:teuthology.orchestra.run.smithi155.stdout:(8/32): python3-cephfs-19.0.0-2407.g430e09df.el 2.7 MB/s | 162 kB 00:00 2024-04-22T22:18:51.217 INFO:teuthology.orchestra.run.smithi155.stdout:(9/32): python3-rados-19.0.0-2407.g430e09df.el9 4.7 MB/s | 321 kB 00:00 2024-04-22T22:18:51.238 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-04-22T22:18:51.275 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-04-22T22:18:51.275 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-04-22T22:18:51.284 INFO:teuthology.orchestra.run.smithi155.stdout:(10/32): python3-rbd-19.0.0-2407.g430e09df.el9. 4.4 MB/s | 299 kB 00:00 2024-04-22T22:18:51.351 INFO:teuthology.orchestra.run.smithi155.stdout:(11/32): librgw2-19.0.0-2407.g430e09df.el9.x86_ 10 MB/s | 5.3 MB 00:00 2024-04-22T22:18:51.376 INFO:teuthology.orchestra.run.smithi155.stdout:(12/32): python3-rgw-19.0.0-2407.g430e09df.el9. 1.1 MB/s | 99 kB 00:00 2024-04-22T22:18:51.743 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-04-22T22:18:51.744 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-04-22T22:18:51.768 INFO:teuthology.orchestra.run.smithi155.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 256 kB/s | 107 kB 00:00 2024-04-22T22:18:51.869 INFO:teuthology.orchestra.run.smithi155.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 453 kB/s | 45 kB 00:00 2024-04-22T22:18:51.894 INFO:teuthology.orchestra.run.smithi155.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 310 kB/s | 160 kB 00:00 2024-04-22T22:18:52.152 INFO:teuthology.orchestra.run.smithi155.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.1 MB/s | 292 kB 00:00 2024-04-22T22:18:52.253 INFO:teuthology.orchestra.run.smithi155.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 421 kB/s | 42 kB 00:00 2024-04-22T22:18:52.495 INFO:teuthology.orchestra.run.smithi155.stdout:(18/32): ceph-common-19.0.0-2407.g430e09df.el9. 6.2 MB/s | 21 MB 00:03 2024-04-22T22:18:52.521 INFO:teuthology.orchestra.run.smithi155.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.0 MB/s | 662 kB 00:00 2024-04-22T22:18:52.546 INFO:teuthology.orchestra.run.smithi155.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 754 kB/s | 221 kB 00:00 2024-04-22T22:18:52.613 INFO:teuthology.orchestra.run.smithi122.stdout:(1/32): ceph-base-19.0.0-2407.g430e09df.el9.x86 4.3 MB/s | 5.4 MB 00:01 2024-04-22T22:18:52.638 INFO:teuthology.orchestra.run.smithi155.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 406 kB/s | 47 kB 00:00 2024-04-22T22:18:52.664 INFO:teuthology.orchestra.run.smithi122.stdout:(2/32): ceph-selinux-19.0.0-2407.g430e09df.el9. 505 kB/s | 25 kB 00:00 2024-04-22T22:18:52.763 INFO:teuthology.orchestra.run.smithi155.stdout:(22/32): qatlib-service-24.02.0-1.el9.x86_64.rp 134 kB/s | 36 kB 00:00 2024-04-22T22:18:52.789 INFO:teuthology.orchestra.run.smithi122.stdout:(3/32): libcephfs2-19.0.0-2407.g430e09df.el9.x8 5.8 MB/s | 745 kB 00:00 2024-04-22T22:18:52.881 INFO:teuthology.orchestra.run.smithi122.stdout:(4/32): libradosstriper1-19.0.0-2407.g430e09df. 5.3 MB/s | 501 kB 00:00 2024-04-22T22:18:52.947 INFO:teuthology.orchestra.run.smithi155.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 772 kB/s | 309 kB 00:00 2024-04-22T22:18:52.972 INFO:teuthology.orchestra.run.smithi155.stdout:(24/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 125 kB/s | 26 kB 00:00 2024-04-22T22:18:53.006 INFO:teuthology.orchestra.run.smithi155.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 830 kB/s | 49 kB 00:00 2024-04-22T22:18:53.064 INFO:teuthology.orchestra.run.smithi155.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 733 kB/s | 67 kB 00:00 2024-04-22T22:18:53.198 INFO:teuthology.orchestra.run.smithi155.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.4 MB/s | 192 kB 00:00 2024-04-22T22:18:53.205 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-04-22T22:18:53.273 INFO:teuthology.orchestra.run.smithi155.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 7.0 MB/s | 4.4 MB 00:00 2024-04-22T22:18:53.287 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T22:18:53.324 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T22:18:53.350 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T22:18:53.373 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:18:53.398 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:18:53.465 INFO:teuthology.orchestra.run.smithi122.stdout:(5/32): librgw2-19.0.0-2407.g430e09df.el9.x86_6 9.1 MB/s | 5.3 MB 00:00 2024-04-22T22:18:53.473 INFO:teuthology.orchestra.run.smithi155.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.8 MB/s | 838 kB 00:00 2024-04-22T22:18:53.523 INFO:teuthology.orchestra.run.smithi122.stdout:(6/32): python3-ceph-argparse-19.0.0-2407.g430e 778 kB/s | 45 kB 00:00 2024-04-22T22:18:53.590 INFO:teuthology.orchestra.run.smithi122.stdout:(7/32): python3-ceph-common-19.0.0-2407.g430e09 1.9 MB/s | 133 kB 00:00 2024-04-22T22:18:53.598 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:18:53.653 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:18:53.657 INFO:teuthology.orchestra.run.smithi122.stdout:(8/32): python3-cephfs-19.0.0-2407.g430e09df.el 2.4 MB/s | 162 kB 00:00 2024-04-22T22:18:53.673 INFO:teuthology.orchestra.run.smithi155.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 3.3 MB/s | 1.6 MB 00:00 2024-04-22T22:18:53.774 INFO:teuthology.orchestra.run.smithi122.stdout:(9/32): ceph-radosgw-19.0.0-2407.g430e09df.el9. 4.2 MB/s | 10 MB 00:02 2024-04-22T22:18:53.799 INFO:teuthology.orchestra.run.smithi122.stdout:(10/32): python3-rados-19.0.0-2407.g430e09df.el 2.2 MB/s | 321 kB 00:00 2024-04-22T22:18:53.858 INFO:teuthology.orchestra.run.smithi122.stdout:(11/32): python3-rbd-19.0.0-2407.g430e09df.el9. 3.5 MB/s | 299 kB 00:00 2024-04-22T22:18:53.900 INFO:teuthology.orchestra.run.smithi122.stdout:(12/32): python3-rgw-19.0.0-2407.g430e09df.el9. 990 kB/s | 99 kB 00:00 2024-04-22T22:18:53.967 INFO:teuthology.orchestra.run.smithi122.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 985 kB/s | 107 kB 00:00 2024-04-22T22:18:53.981 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T22:18:53.992 INFO:teuthology.orchestra.run.smithi122.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.7 MB/s | 160 kB 00:00 2024-04-22T22:18:54.043 INFO:teuthology.orchestra.run.smithi122.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 600 kB/s | 45 kB 00:00 2024-04-22T22:18:54.048 INFO:teuthology.orchestra.run.smithi155.stdout:(31/32): librados2-19.0.0-2407.g430e09df.el9.x8 4.4 MB/s | 3.4 MB 00:00 2024-04-22T22:18:54.101 INFO:teuthology.orchestra.run.smithi122.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 6.0 MB/s | 662 kB 00:00 2024-04-22T22:18:54.102 INFO:teuthology.orchestra.run.smithi134.stdout: Upgrading : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:18:54.194 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:18:54.283 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 8/34 2024-04-22T22:18:54.311 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:18:54.349 INFO:teuthology.orchestra.run.smithi155.stdout:(32/32): librbd1-19.0.0-2407.g430e09df.el9.x86_ 3.6 MB/s | 3.1 MB 00:00 2024-04-22T22:18:54.354 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:18:54.354 INFO:teuthology.orchestra.run.smithi155.stdout:Total 11 MB/s | 60 MB 00:05 2024-04-22T22:18:54.365 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:18:54.385 INFO:teuthology.orchestra.run.smithi122.stdout:(17/32): ceph-common-19.0.0-2407.g430e09df.el9. 6.9 MB/s | 21 MB 00:03 2024-04-22T22:18:54.394 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T22:18:54.410 INFO:teuthology.orchestra.run.smithi122.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 796 kB/s | 292 kB 00:00 2024-04-22T22:18:54.436 INFO:teuthology.orchestra.run.smithi122.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 126 kB/s | 42 kB 00:00 2024-04-22T22:18:54.438 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 11/34 2024-04-22T22:18:54.458 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T22:18:54.477 INFO:teuthology.orchestra.run.smithi122.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 536 kB/s | 36 kB 00:00 2024-04-22T22:18:54.498 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T22:18:54.498 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T22:18:54.503 INFO:teuthology.orchestra.run.smithi122.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 709 kB/s | 47 kB 00:00 2024-04-22T22:18:54.516 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:18:54.528 INFO:teuthology.orchestra.run.smithi122.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.5 MB/s | 221 kB 00:00 2024-04-22T22:18:54.538 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:18:54.603 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:18:54.603 INFO:teuthology.orchestra.run.smithi122.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 346 kB/s | 26 kB 00:00 2024-04-22T22:18:54.629 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T22:18:54.645 INFO:teuthology.orchestra.run.smithi122.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.8 MB/s | 309 kB 00:00 2024-04-22T22:18:54.671 INFO:teuthology.orchestra.run.smithi122.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 725 kB/s | 49 kB 00:00 2024-04-22T22:18:54.696 INFO:teuthology.orchestra.run.smithi122.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-04-22T22:18:54.731 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T22:18:54.755 INFO:teuthology.orchestra.run.smithi122.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 3.2 MB/s | 192 kB 00:00 2024-04-22T22:18:54.771 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T22:18:54.811 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T22:18:54.822 INFO:teuthology.orchestra.run.smithi122.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 5.4 MB/s | 838 kB 00:00 2024-04-22T22:18:54.837 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T22:18:54.865 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T22:18:54.898 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T22:18:54.956 INFO:teuthology.orchestra.run.smithi122.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 7.9 MB/s | 1.6 MB 00:00 2024-04-22T22:18:54.959 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T22:18:54.959 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T22:18:55.056 INFO:teuthology.orchestra.run.smithi122.stdout:(30/32): libarrow-9.0.0-10.el9.x86_64.rpm 8.0 MB/s | 4.4 MB 00:00 2024-04-22T22:18:55.210 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T22:18:55.253 INFO:teuthology.orchestra.run.smithi134.stdout: Upgrading : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:18:55.343 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:18:55.374 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 23/34 2024-04-22T22:18:55.409 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T22:18:55.581 INFO:teuthology.orchestra.run.smithi122.stdout:(31/32): librbd1-19.0.0-2407.g430e09df.el9.x86_ 5.0 MB/s | 3.1 MB 00:00 2024-04-22T22:18:55.879 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T22:18:55.914 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:18:55.985 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:18:56.048 INFO:teuthology.orchestra.run.smithi122.stdout:(32/32): librados2-19.0.0-2407.g430e09df.el9.x8 2.8 MB/s | 3.4 MB 00:01 2024-04-22T22:18:56.051 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:18:56.051 INFO:teuthology.orchestra.run.smithi122.stdout:Total 12 MB/s | 60 MB 00:04 2024-04-22T22:18:56.061 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 27/34 2024-04-22T22:18:56.091 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 28/34 2024-04-22T22:18:56.149 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2024-04-22T22:18:56.185 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2024-04-22T22:18:56.185 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2024-04-22T22:18:56.423 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T22:18:56.525 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T22:18:56.553 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T22:18:56.579 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T22:18:56.602 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:18:56.627 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:18:56.651 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2024-04-22T22:18:56.651 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2024-04-22T22:18:56.810 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:18:56.864 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:18:57.195 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T22:18:57.298 INFO:teuthology.orchestra.run.smithi155.stdout: Upgrading : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:18:57.382 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:18:57.471 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 8/34 2024-04-22T22:18:57.491 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:18:57.553 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:18:57.583 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T22:18:57.627 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 11/34 2024-04-22T22:18:57.696 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:18:57.718 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:18:57.782 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:18:57.816 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T22:18:57.928 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T22:18:57.960 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T22:18:58.001 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T22:18:58.026 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T22:18:58.055 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T22:18:58.087 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T22:18:58.132 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2024-04-22T22:18:58.218 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T22:18:58.255 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T22:18:58.297 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T22:18:58.302 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:18:58.320 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:18:58.345 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:18:58.345 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:18:58.402 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T22:18:58.442 INFO:teuthology.orchestra.run.smithi155.stdout: Upgrading : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:18:58.512 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:18:58.531 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:18:58.563 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 23/34 2024-04-22T22:18:58.566 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:18:58.598 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T22:18:58.885 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:18:58.924 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:18:58.942 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T22:18:59.000 INFO:teuthology.orchestra.run.smithi122.stdout: Upgrading : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:18:59.016 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:18:59.016 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T22:18:59.016 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T22:18:59.016 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:18:59.051 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:18:59.068 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T22:18:59.092 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:18:59.102 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:18:59.173 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:18:59.181 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 8/34 2024-04-22T22:18:59.210 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:18:59.242 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 27/34 2024-04-22T22:18:59.279 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 28/34 2024-04-22T22:18:59.281 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:18:59.311 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T22:18:59.354 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 11/34 2024-04-22T22:18:59.432 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:18:59.455 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:18:59.519 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:18:59.553 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T22:18:59.664 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T22:18:59.695 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T22:18:59.736 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T22:18:59.761 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T22:18:59.790 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T22:18:59.823 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T22:19:00.150 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T22:19:00.195 INFO:teuthology.orchestra.run.smithi122.stdout: Upgrading : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:19:00.285 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:19:00.316 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 23/34 2024-04-22T22:19:00.352 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T22:19:00.823 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T22:19:00.856 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:19:00.927 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:19:01.004 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 27/34 2024-04-22T22:19:01.033 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 28/34 2024-04-22T22:19:01.557 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:19:01.592 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:19:02.130 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:19:02.162 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:19:02.258 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:19:02.259 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T22:19:02.259 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T22:19:02.259 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:02.289 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:19:03.315 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:19:03.355 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:19:03.898 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:19:03.946 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:19:04.041 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:19:04.041 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T22:19:04.041 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T22:19:04.041 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:04.069 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:19:08.568 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:19:08.569 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /sys 2024-04-22T22:19:08.569 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /proc 2024-04-22T22:19:08.569 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /mnt 2024-04-22T22:19:08.569 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /var/tmp 2024-04-22T22:19:08.569 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /home 2024-04-22T22:19:08.569 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /root 2024-04-22T22:19:08.569 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /tmp 2024-04-22T22:19:08.569 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:09.517 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:19:09.541 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:19:09.542 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:19:09.542 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T22:19:09.542 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:19:09.542 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:19:09.542 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:09.543 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:19:09.619 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:19:09.620 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:19:10.978 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:19:10.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 1/34 2024-04-22T22:19:10.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2/34 2024-04-22T22:19:10.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 3/34 2024-04-22T22:19:10.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 4/34 2024-04-22T22:19:10.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 5/34 2024-04-22T22:19:10.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 6/34 2024-04-22T22:19:10.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:19:10.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 8/34 2024-04-22T22:19:10.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 9/34 2024-04-22T22:19:10.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 10/34 2024-04-22T22:19:10.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 11/34 2024-04-22T22:19:10.980 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:19:10.980 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 13/34 2024-04-22T22:19:10.980 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T22:19:10.980 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T22:19:10.980 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T22:19:10.980 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T22:19:10.980 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T22:19:10.980 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T22:19:10.980 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T22:19:10.980 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T22:19:10.980 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T22:19:10.980 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T22:19:10.980 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T22:19:10.980 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T22:19:10.981 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T22:19:10.981 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T22:19:10.981 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T22:19:10.981 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T22:19:10.981 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T22:19:10.981 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:19:10.981 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T22:19:10.982 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 33/34 2024-04-22T22:19:11.642 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:19:11.642 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /sys 2024-04-22T22:19:11.642 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /proc 2024-04-22T22:19:11.642 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /mnt 2024-04-22T22:19:11.642 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /var/tmp 2024-04-22T22:19:11.642 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /home 2024-04-22T22:19:11.642 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /root 2024-04-22T22:19:11.642 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /tmp 2024-04-22T22:19:11.642 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:11.732 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:19:11.732 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:11.733 INFO:teuthology.orchestra.run.smithi134.stdout:Upgraded: 2024-04-22T22:19:11.733 INFO:teuthology.orchestra.run.smithi134.stdout: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:11.733 INFO:teuthology.orchestra.run.smithi134.stdout: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:11.733 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-04-22T22:19:11.733 INFO:teuthology.orchestra.run.smithi134.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T22:19:11.733 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:11.733 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:11.733 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:11.733 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:11.733 INFO:teuthology.orchestra.run.smithi134.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T22:19:11.733 INFO:teuthology.orchestra.run.smithi134.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T22:19:11.733 INFO:teuthology.orchestra.run.smithi134.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T22:19:11.733 INFO:teuthology.orchestra.run.smithi134.stdout: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:11.734 INFO:teuthology.orchestra.run.smithi134.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T22:19:11.734 INFO:teuthology.orchestra.run.smithi134.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T22:19:11.734 INFO:teuthology.orchestra.run.smithi134.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T22:19:11.734 INFO:teuthology.orchestra.run.smithi134.stdout: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:11.734 INFO:teuthology.orchestra.run.smithi134.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T22:19:11.734 INFO:teuthology.orchestra.run.smithi134.stdout: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:11.734 INFO:teuthology.orchestra.run.smithi134.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T22:19:11.734 INFO:teuthology.orchestra.run.smithi134.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T22:19:11.734 INFO:teuthology.orchestra.run.smithi134.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T22:19:11.734 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:11.734 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:11.734 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:11.734 INFO:teuthology.orchestra.run.smithi134.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T22:19:11.735 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:11.735 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:11.735 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:11.735 INFO:teuthology.orchestra.run.smithi134.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T22:19:11.735 INFO:teuthology.orchestra.run.smithi134.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T22:19:11.735 INFO:teuthology.orchestra.run.smithi134.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T22:19:11.735 INFO:teuthology.orchestra.run.smithi134.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T22:19:11.735 INFO:teuthology.orchestra.run.smithi134.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T22:19:11.735 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:11.735 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:19:12.042 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-test 2024-04-22T22:19:12.596 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:19:12.620 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:19:12.620 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:19:12.620 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T22:19:12.621 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:19:12.621 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:19:12.621 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:12.622 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:19:12.659 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:30 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:19:12.707 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:19:12.707 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:19:12.782 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:19:12.783 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:19:12.783 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-04-22T22:19:12.783 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:19:12.783 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-04-22T22:19:12.783 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-test x86_64 2:19.0.0-2407.g430e09df.el9 ceph 48 M 2024-04-22T22:19:12.784 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-04-22T22:19:12.784 INFO:teuthology.orchestra.run.smithi134.stdout: libcephsqlite x86_64 2:19.0.0-2407.g430e09df.el9 ceph 164 k 2024-04-22T22:19:12.784 INFO:teuthology.orchestra.run.smithi134.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T22:19:12.784 INFO:teuthology.orchestra.run.smithi134.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T22:19:12.784 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:12.784 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-04-22T22:19:12.784 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:19:12.784 INFO:teuthology.orchestra.run.smithi134.stdout:Install 4 Packages 2024-04-22T22:19:12.784 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:12.785 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 49 M 2024-04-22T22:19:12.785 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 207 M 2024-04-22T22:19:12.785 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-04-22T22:19:13.144 INFO:teuthology.orchestra.run.smithi134.stdout:(1/4): libcephsqlite-19.0.0-2407.g430e09df.el9. 683 kB/s | 164 kB 00:00 2024-04-22T22:19:13.497 INFO:teuthology.orchestra.run.smithi134.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 514 kB/s | 305 kB 00:00 2024-04-22T22:19:13.539 INFO:teuthology.orchestra.run.smithi134.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 161 kB/s | 64 kB 00:00 2024-04-22T22:19:13.814 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:19:13.814 INFO:teuthology.orchestra.run.smithi122.stdout:skipping the directory /sys 2024-04-22T22:19:13.814 INFO:teuthology.orchestra.run.smithi122.stdout:skipping the directory /proc 2024-04-22T22:19:13.814 INFO:teuthology.orchestra.run.smithi122.stdout:skipping the directory /mnt 2024-04-22T22:19:13.814 INFO:teuthology.orchestra.run.smithi122.stdout:skipping the directory /var/tmp 2024-04-22T22:19:13.814 INFO:teuthology.orchestra.run.smithi122.stdout:skipping the directory /home 2024-04-22T22:19:13.814 INFO:teuthology.orchestra.run.smithi122.stdout:skipping the directory /root 2024-04-22T22:19:13.814 INFO:teuthology.orchestra.run.smithi122.stdout:skipping the directory /tmp 2024-04-22T22:19:13.815 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:13.908 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:19:13.908 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 1/34 2024-04-22T22:19:13.908 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2/34 2024-04-22T22:19:13.908 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 3/34 2024-04-22T22:19:13.908 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 4/34 2024-04-22T22:19:13.908 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 5/34 2024-04-22T22:19:13.908 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 6/34 2024-04-22T22:19:13.908 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:19:13.908 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 8/34 2024-04-22T22:19:13.909 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 9/34 2024-04-22T22:19:13.909 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 10/34 2024-04-22T22:19:13.909 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 11/34 2024-04-22T22:19:13.909 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:19:13.909 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 13/34 2024-04-22T22:19:13.909 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T22:19:13.909 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T22:19:13.909 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T22:19:13.909 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T22:19:13.909 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T22:19:13.909 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T22:19:13.909 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T22:19:13.909 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T22:19:13.909 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T22:19:13.910 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T22:19:13.910 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T22:19:13.910 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T22:19:13.910 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T22:19:13.910 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T22:19:13.910 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T22:19:13.910 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T22:19:13.910 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T22:19:13.911 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:19:13.911 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T22:19:13.911 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 33/34 2024-04-22T22:19:14.660 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:19:14.660 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:14.660 INFO:teuthology.orchestra.run.smithi155.stdout:Upgraded: 2024-04-22T22:19:14.661 INFO:teuthology.orchestra.run.smithi155.stdout: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:14.661 INFO:teuthology.orchestra.run.smithi155.stdout: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:14.661 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T22:19:14.661 INFO:teuthology.orchestra.run.smithi155.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T22:19:14.661 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:14.662 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:14.662 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:14.662 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:14.662 INFO:teuthology.orchestra.run.smithi155.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T22:19:14.662 INFO:teuthology.orchestra.run.smithi155.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T22:19:14.662 INFO:teuthology.orchestra.run.smithi155.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T22:19:14.663 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:14.663 INFO:teuthology.orchestra.run.smithi155.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T22:19:14.663 INFO:teuthology.orchestra.run.smithi155.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T22:19:14.663 INFO:teuthology.orchestra.run.smithi155.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T22:19:14.663 INFO:teuthology.orchestra.run.smithi155.stdout: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:14.664 INFO:teuthology.orchestra.run.smithi155.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T22:19:14.664 INFO:teuthology.orchestra.run.smithi155.stdout: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:14.664 INFO:teuthology.orchestra.run.smithi155.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T22:19:14.664 INFO:teuthology.orchestra.run.smithi155.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T22:19:14.664 INFO:teuthology.orchestra.run.smithi155.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T22:19:14.664 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:14.664 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:14.665 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:14.665 INFO:teuthology.orchestra.run.smithi155.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T22:19:14.665 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:14.665 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:14.665 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:14.666 INFO:teuthology.orchestra.run.smithi155.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T22:19:14.666 INFO:teuthology.orchestra.run.smithi155.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T22:19:14.666 INFO:teuthology.orchestra.run.smithi155.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T22:19:14.666 INFO:teuthology.orchestra.run.smithi155.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T22:19:14.666 INFO:teuthology.orchestra.run.smithi155.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T22:19:14.666 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:14.667 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:19:14.782 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:19:14.805 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:19:14.806 INFO:teuthology.orchestra.run.smithi122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:19:14.806 INFO:teuthology.orchestra.run.smithi122.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T22:19:14.806 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:19:14.806 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:19:14.806 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:14.807 INFO:teuthology.orchestra.run.smithi122.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:19:14.893 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:19:14.893 INFO:teuthology.orchestra.run.smithi122.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:19:14.969 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-test 2024-04-22T22:19:15.256 INFO:teuthology.orchestra.run.smithi134.stdout:(4/4): ceph-test-19.0.0-2407.g430e09df.el9.x86_ 21 MB/s | 48 MB 00:02 2024-04-22T22:19:15.258 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:19:15.258 INFO:teuthology.orchestra.run.smithi134.stdout:Total 20 MB/s | 49 MB 00:02 2024-04-22T22:19:15.285 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-04-22T22:19:15.305 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-04-22T22:19:15.305 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-04-22T22:19:15.501 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:29 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:19:15.625 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:19:15.625 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:19:15.625 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-22T22:19:15.625 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:19:15.625 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T22:19:15.626 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-test x86_64 2:19.0.0-2407.g430e09df.el9 ceph 48 M 2024-04-22T22:19:15.626 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-22T22:19:15.626 INFO:teuthology.orchestra.run.smithi155.stdout: libcephsqlite x86_64 2:19.0.0-2407.g430e09df.el9 ceph 164 k 2024-04-22T22:19:15.626 INFO:teuthology.orchestra.run.smithi155.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T22:19:15.626 INFO:teuthology.orchestra.run.smithi155.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T22:19:15.626 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:15.626 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T22:19:15.626 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:19:15.626 INFO:teuthology.orchestra.run.smithi155.stdout:Install 4 Packages 2024-04-22T22:19:15.626 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:15.627 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 49 M 2024-04-22T22:19:15.627 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 207 M 2024-04-22T22:19:15.627 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T22:19:15.669 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-04-22T22:19:15.669 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-04-22T22:19:15.998 INFO:teuthology.orchestra.run.smithi155.stdout:(1/4): libcephsqlite-19.0.0-2407.g430e09df.el9. 639 kB/s | 164 kB 00:00 2024-04-22T22:19:16.048 INFO:teuthology.orchestra.run.smithi155.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 995 kB/s | 305 kB 00:00 2024-04-22T22:19:16.098 INFO:teuthology.orchestra.run.smithi155.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 634 kB/s | 64 kB 00:00 2024-04-22T22:19:16.180 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-04-22T22:19:16.244 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:19:16.245 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 1/34 2024-04-22T22:19:16.245 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2/34 2024-04-22T22:19:16.245 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 3/34 2024-04-22T22:19:16.245 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 4/34 2024-04-22T22:19:16.245 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 5/34 2024-04-22T22:19:16.245 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 6/34 2024-04-22T22:19:16.245 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:19:16.245 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 8/34 2024-04-22T22:19:16.245 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 9/34 2024-04-22T22:19:16.245 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 10/34 2024-04-22T22:19:16.245 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 11/34 2024-04-22T22:19:16.246 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:19:16.246 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 13/34 2024-04-22T22:19:16.246 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T22:19:16.246 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T22:19:16.246 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T22:19:16.246 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T22:19:16.246 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T22:19:16.246 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T22:19:16.246 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T22:19:16.246 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T22:19:16.246 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T22:19:16.246 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T22:19:16.246 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T22:19:16.247 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T22:19:16.247 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T22:19:16.247 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T22:19:16.247 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T22:19:16.247 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T22:19:16.247 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T22:19:16.247 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:19:16.247 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T22:19:16.247 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 33/34 2024-04-22T22:19:16.256 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T22:19:16.297 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T22:19:16.325 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:19:16.995 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:19:16.995 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:16.995 INFO:teuthology.orchestra.run.smithi122.stdout:Upgraded: 2024-04-22T22:19:16.995 INFO:teuthology.orchestra.run.smithi122.stdout: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:16.995 INFO:teuthology.orchestra.run.smithi122.stdout: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:16.995 INFO:teuthology.orchestra.run.smithi122.stdout:Installed: 2024-04-22T22:19:16.995 INFO:teuthology.orchestra.run.smithi122.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T22:19:16.995 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:16.996 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:16.996 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:16.996 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:16.996 INFO:teuthology.orchestra.run.smithi122.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T22:19:16.996 INFO:teuthology.orchestra.run.smithi122.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T22:19:16.996 INFO:teuthology.orchestra.run.smithi122.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T22:19:16.996 INFO:teuthology.orchestra.run.smithi122.stdout: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:16.996 INFO:teuthology.orchestra.run.smithi122.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T22:19:16.996 INFO:teuthology.orchestra.run.smithi122.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T22:19:16.996 INFO:teuthology.orchestra.run.smithi122.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T22:19:16.996 INFO:teuthology.orchestra.run.smithi122.stdout: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:16.996 INFO:teuthology.orchestra.run.smithi122.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T22:19:16.996 INFO:teuthology.orchestra.run.smithi122.stdout: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:16.997 INFO:teuthology.orchestra.run.smithi122.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T22:19:16.997 INFO:teuthology.orchestra.run.smithi122.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T22:19:16.997 INFO:teuthology.orchestra.run.smithi122.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T22:19:16.997 INFO:teuthology.orchestra.run.smithi122.stdout: python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:16.997 INFO:teuthology.orchestra.run.smithi122.stdout: python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:16.997 INFO:teuthology.orchestra.run.smithi122.stdout: python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:16.997 INFO:teuthology.orchestra.run.smithi122.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T22:19:16.997 INFO:teuthology.orchestra.run.smithi122.stdout: python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:16.997 INFO:teuthology.orchestra.run.smithi122.stdout: python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:16.997 INFO:teuthology.orchestra.run.smithi122.stdout: python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:16.997 INFO:teuthology.orchestra.run.smithi122.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T22:19:16.997 INFO:teuthology.orchestra.run.smithi122.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T22:19:16.997 INFO:teuthology.orchestra.run.smithi122.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T22:19:16.997 INFO:teuthology.orchestra.run.smithi122.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T22:19:16.998 INFO:teuthology.orchestra.run.smithi122.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T22:19:16.998 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:16.998 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:19:17.287 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install ceph-test 2024-04-22T22:19:17.824 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:00:29 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:19:17.942 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:19:17.943 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:19:17.943 INFO:teuthology.orchestra.run.smithi122.stdout: Package Arch Version Repository Size 2024-04-22T22:19:17.944 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:19:17.944 INFO:teuthology.orchestra.run.smithi122.stdout:Installing: 2024-04-22T22:19:17.944 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-test x86_64 2:19.0.0-2407.g430e09df.el9 ceph 48 M 2024-04-22T22:19:17.944 INFO:teuthology.orchestra.run.smithi122.stdout:Installing dependencies: 2024-04-22T22:19:17.944 INFO:teuthology.orchestra.run.smithi122.stdout: libcephsqlite x86_64 2:19.0.0-2407.g430e09df.el9 ceph 164 k 2024-04-22T22:19:17.944 INFO:teuthology.orchestra.run.smithi122.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T22:19:17.945 INFO:teuthology.orchestra.run.smithi122.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T22:19:17.945 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:17.945 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-04-22T22:19:17.945 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:19:17.945 INFO:teuthology.orchestra.run.smithi122.stdout:Install 4 Packages 2024-04-22T22:19:17.945 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:17.947 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 49 M 2024-04-22T22:19:17.947 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 207 M 2024-04-22T22:19:17.947 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2024-04-22T22:19:18.455 INFO:teuthology.orchestra.run.smithi122.stdout:(1/4): libcephsqlite-19.0.0-2407.g430e09df.el9. 666 kB/s | 164 kB 00:00 2024-04-22T22:19:18.506 INFO:teuthology.orchestra.run.smithi122.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.0 MB/s | 305 kB 00:00 2024-04-22T22:19:18.583 INFO:teuthology.orchestra.run.smithi155.stdout:(4/4): ceph-test-19.0.0-2407.g430e09df.el9.x86_ 17 MB/s | 48 MB 00:02 2024-04-22T22:19:18.587 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:19:18.587 INFO:teuthology.orchestra.run.smithi155.stdout:Total 16 MB/s | 49 MB 00:02 2024-04-22T22:19:18.614 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T22:19:18.635 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T22:19:18.635 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T22:19:18.657 INFO:teuthology.orchestra.run.smithi122.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 316 kB/s | 64 kB 00:00 2024-04-22T22:19:19.002 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T22:19:19.002 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T22:19:19.521 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T22:19:19.601 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T22:19:19.640 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T22:19:19.668 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:19:20.835 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:19:20.905 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:19:21.676 INFO:teuthology.orchestra.run.smithi122.stdout:(4/4): ceph-test-19.0.0-2407.g430e09df.el9.x86_ 14 MB/s | 48 MB 00:03 2024-04-22T22:19:21.678 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:19:21.678 INFO:teuthology.orchestra.run.smithi122.stdout:Total 13 MB/s | 49 MB 00:03 2024-04-22T22:19:21.704 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2024-04-22T22:19:21.724 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2024-04-22T22:19:21.724 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2024-04-22T22:19:22.092 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2024-04-22T22:19:22.092 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2024-04-22T22:19:22.617 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2024-04-22T22:19:22.701 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T22:19:22.751 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T22:19:22.778 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:19:23.373 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:19:23.373 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 1/4 2024-04-22T22:19:23.374 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2/4 2024-04-22T22:19:23.374 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T22:19:23.641 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T22:19:23.641 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:23.641 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-04-22T22:19:23.641 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:23.641 INFO:teuthology.orchestra.run.smithi134.stdout: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:23.641 INFO:teuthology.orchestra.run.smithi134.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T22:19:23.642 INFO:teuthology.orchestra.run.smithi134.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T22:19:23.642 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:23.642 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:19:23.944 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph 2024-04-22T22:19:24.224 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:19:24.298 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:19:24.463 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:42 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:19:24.589 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:19:24.592 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:19:24.592 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-04-22T22:19:24.592 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:19:24.592 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-04-22T22:19:24.592 INFO:teuthology.orchestra.run.smithi134.stdout: ceph x86_64 2:19.0.0-2407.g430e09df.el9 ceph 6.6 k 2024-04-22T22:19:24.592 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-04-22T22:19:24.592 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mds x86_64 2:19.0.0-2407.g430e09df.el9 ceph 2.4 M 2024-04-22T22:19:24.592 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr x86_64 2:19.0.0-2407.g430e09df.el9 ceph 1.5 M 2024-04-22T22:19:24.592 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 249 k 2024-04-22T22:19:24.593 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mon x86_64 2:19.0.0-2407.g430e09df.el9 ceph 4.7 M 2024-04-22T22:19:24.593 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-osd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 17 M 2024-04-22T22:19:24.593 INFO:teuthology.orchestra.run.smithi134.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T22:19:24.593 INFO:teuthology.orchestra.run.smithi134.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T22:19:24.593 INFO:teuthology.orchestra.run.smithi134.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T22:19:24.593 INFO:teuthology.orchestra.run.smithi134.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T22:19:24.593 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T22:19:24.593 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T22:19:24.593 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T22:19:24.593 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T22:19:24.593 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T22:19:24.593 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T22:19:24.593 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-collections 2024-04-22T22:19:24.594 INFO:teuthology.orchestra.run.smithi134.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T22:19:24.594 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T22:19:24.594 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T22:19:24.594 INFO:teuthology.orchestra.run.smithi134.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T22:19:24.594 INFO:teuthology.orchestra.run.smithi134.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T22:19:24.594 INFO:teuthology.orchestra.run.smithi134.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T22:19:24.594 INFO:teuthology.orchestra.run.smithi134.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T22:19:24.594 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T22:19:24.594 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T22:19:24.594 INFO:teuthology.orchestra.run.smithi134.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T22:19:24.594 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T22:19:24.594 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T22:19:24.594 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T22:19:24.595 INFO:teuthology.orchestra.run.smithi134.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T22:19:24.595 INFO:teuthology.orchestra.run.smithi134.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T22:19:24.595 INFO:teuthology.orchestra.run.smithi134.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T22:19:24.595 INFO:teuthology.orchestra.run.smithi134.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T22:19:24.595 INFO:teuthology.orchestra.run.smithi134.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T22:19:24.595 INFO:teuthology.orchestra.run.smithi134.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T22:19:24.595 INFO:teuthology.orchestra.run.smithi134.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T22:19:24.595 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:24.595 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-04-22T22:19:24.595 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:19:24.595 INFO:teuthology.orchestra.run.smithi134.stdout:Install 36 Packages 2024-04-22T22:19:24.595 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:24.596 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 30 M 2024-04-22T22:19:24.596 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 107 M 2024-04-22T22:19:24.596 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-04-22T22:19:25.891 INFO:teuthology.orchestra.run.smithi134.stdout:(1/36): ceph-19.0.0-2407.g430e09df.el9.x86_64.r 39 kB/s | 6.6 kB 00:00 2024-04-22T22:19:26.189 INFO:teuthology.orchestra.run.smithi134.stdout:(2/36): ceph-mgr-19.0.0-2407.g430e09df.el9.x86_ 3.2 MB/s | 1.5 MB 00:00 2024-04-22T22:19:26.341 INFO:teuthology.orchestra.run.smithi134.stdout:(3/36): ceph-mon-19.0.0-2407.g430e09df.el9.x86_ 10 MB/s | 4.7 MB 00:00 2024-04-22T22:19:26.408 INFO:teuthology.orchestra.run.smithi134.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2407.g430e 3.7 MB/s | 249 kB 00:00 2024-04-22T22:19:26.567 INFO:teuthology.orchestra.run.smithi134.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.6 MB/s | 253 kB 00:00 2024-04-22T22:19:26.676 INFO:teuthology.orchestra.run.smithi134.stdout:(6/36): ceph-mds-19.0.0-2407.g430e09df.el9.x86_ 2.5 MB/s | 2.4 MB 00:00 2024-04-22T22:19:26.682 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:19:26.682 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 1/4 2024-04-22T22:19:26.682 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2/4 2024-04-22T22:19:26.682 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T22:19:26.709 INFO:teuthology.orchestra.run.smithi134.stdout:(7/36): python3-cryptography-36.0.1-4.el9.x86_6 8.6 MB/s | 1.2 MB 00:00 2024-04-22T22:19:26.759 INFO:teuthology.orchestra.run.smithi134.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.6 MB/s | 135 kB 00:00 2024-04-22T22:19:26.810 INFO:teuthology.orchestra.run.smithi134.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-04-22T22:19:26.835 INFO:teuthology.orchestra.run.smithi134.stdout:(10/36): python3-ply-3.11-14.el9.noarch.rpm 670 kB/s | 106 kB 00:00 2024-04-22T22:19:26.860 INFO:teuthology.orchestra.run.smithi134.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-04-22T22:19:26.931 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T22:19:26.932 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:26.932 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T22:19:26.932 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:26.932 INFO:teuthology.orchestra.run.smithi155.stdout: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:26.932 INFO:teuthology.orchestra.run.smithi155.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T22:19:26.932 INFO:teuthology.orchestra.run.smithi155.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T22:19:26.932 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:26.932 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:19:27.094 INFO:teuthology.orchestra.run.smithi134.stdout:(12/36): ceph-osd-19.0.0-2407.g430e09df.el9.x86 19 MB/s | 17 MB 00:00 2024-04-22T22:19:27.119 INFO:teuthology.orchestra.run.smithi134.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 664 kB/s | 188 kB 00:00 2024-04-22T22:19:27.152 INFO:teuthology.orchestra.run.smithi134.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 589 kB/s | 172 kB 00:00 2024-04-22T22:19:27.178 INFO:teuthology.orchestra.run.smithi134.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 871 kB/s | 51 kB 00:00 2024-04-22T22:19:27.203 INFO:teuthology.orchestra.run.smithi134.stdout:(16/36): python3-markupsafe-1.1.1-12.el9.x86_64 319 kB/s | 35 kB 00:00 2024-04-22T22:19:27.214 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph 2024-04-22T22:19:27.228 INFO:teuthology.orchestra.run.smithi134.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 552 kB/s | 42 kB 00:00 2024-04-22T22:19:27.253 INFO:teuthology.orchestra.run.smithi134.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 295 kB/s | 22 kB 00:00 2024-04-22T22:19:27.313 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:19:27.384 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:19:27.612 INFO:teuthology.orchestra.run.smithi134.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 121 kB/s | 43 kB 00:00 2024-04-22T22:19:27.736 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:41 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:19:27.796 INFO:teuthology.orchestra.run.smithi134.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 255 kB/s | 151 kB 00:00 2024-04-22T22:19:27.813 INFO:teuthology.orchestra.run.smithi134.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 307 kB/s | 172 kB 00:00 2024-04-22T22:19:27.870 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:19:27.873 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:19:27.873 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-22T22:19:27.873 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:19:27.873 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T22:19:27.873 INFO:teuthology.orchestra.run.smithi155.stdout: ceph x86_64 2:19.0.0-2407.g430e09df.el9 ceph 6.6 k 2024-04-22T22:19:27.873 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-22T22:19:27.873 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mds x86_64 2:19.0.0-2407.g430e09df.el9 ceph 2.4 M 2024-04-22T22:19:27.873 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr x86_64 2:19.0.0-2407.g430e09df.el9 ceph 1.5 M 2024-04-22T22:19:27.873 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 249 k 2024-04-22T22:19:27.873 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mon x86_64 2:19.0.0-2407.g430e09df.el9 ceph 4.7 M 2024-04-22T22:19:27.873 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-osd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 17 M 2024-04-22T22:19:27.873 INFO:teuthology.orchestra.run.smithi155.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T22:19:27.873 INFO:teuthology.orchestra.run.smithi155.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T22:19:27.874 INFO:teuthology.orchestra.run.smithi155.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T22:19:27.874 INFO:teuthology.orchestra.run.smithi155.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T22:19:27.874 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T22:19:27.874 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T22:19:27.874 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T22:19:27.874 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T22:19:27.874 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T22:19:27.874 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T22:19:27.874 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-collections 2024-04-22T22:19:27.874 INFO:teuthology.orchestra.run.smithi155.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T22:19:27.874 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T22:19:27.875 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T22:19:27.875 INFO:teuthology.orchestra.run.smithi155.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T22:19:27.875 INFO:teuthology.orchestra.run.smithi155.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T22:19:27.875 INFO:teuthology.orchestra.run.smithi155.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T22:19:27.875 INFO:teuthology.orchestra.run.smithi155.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T22:19:27.875 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T22:19:27.875 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T22:19:27.875 INFO:teuthology.orchestra.run.smithi155.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T22:19:27.875 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T22:19:27.875 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T22:19:27.876 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T22:19:27.876 INFO:teuthology.orchestra.run.smithi155.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T22:19:27.876 INFO:teuthology.orchestra.run.smithi155.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T22:19:27.876 INFO:teuthology.orchestra.run.smithi155.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T22:19:27.876 INFO:teuthology.orchestra.run.smithi155.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T22:19:27.876 INFO:teuthology.orchestra.run.smithi155.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T22:19:27.876 INFO:teuthology.orchestra.run.smithi155.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T22:19:27.876 INFO:teuthology.orchestra.run.smithi155.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T22:19:27.876 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:27.876 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T22:19:27.876 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:19:27.876 INFO:teuthology.orchestra.run.smithi155.stdout:Install 36 Packages 2024-04-22T22:19:27.876 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:27.877 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 30 M 2024-04-22T22:19:27.877 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 107 M 2024-04-22T22:19:27.877 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T22:19:27.914 INFO:teuthology.orchestra.run.smithi134.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 91 kB/s | 11 kB 00:00 2024-04-22T22:19:27.938 INFO:teuthology.orchestra.run.smithi134.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 141 kB/s | 18 kB 00:00 2024-04-22T22:19:28.013 INFO:teuthology.orchestra.run.smithi134.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 894 kB/s | 358 kB 00:00 2024-04-22T22:19:28.039 INFO:teuthology.orchestra.run.smithi134.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 185 kB/s | 23 kB 00:00 2024-04-22T22:19:28.064 INFO:teuthology.orchestra.run.smithi134.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 154 kB/s | 19 kB 00:00 2024-04-22T22:19:28.123 INFO:teuthology.orchestra.run.smithi134.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 180 kB/s | 20 kB 00:00 2024-04-22T22:19:28.165 INFO:teuthology.orchestra.run.smithi134.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 368 kB/s | 46 kB 00:00 2024-04-22T22:19:28.198 INFO:teuthology.orchestra.run.smithi134.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 588 kB/s | 79 kB 00:00 2024-04-22T22:19:28.273 INFO:teuthology.orchestra.run.smithi134.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-04-22T22:19:28.299 INFO:teuthology.orchestra.run.smithi134.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 123 kB/s | 16 kB 00:00 2024-04-22T22:19:28.341 INFO:teuthology.orchestra.run.smithi134.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 633 kB/s | 90 kB 00:00 2024-04-22T22:19:28.382 INFO:teuthology.orchestra.run.smithi134.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 329 kB/s | 36 kB 00:00 2024-04-22T22:19:28.499 INFO:teuthology.orchestra.run.smithi134.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 171 kB/s | 20 kB 00:00 2024-04-22T22:19:28.525 INFO:teuthology.orchestra.run.smithi134.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.0 MB/s | 230 kB 00:00 2024-04-22T22:19:28.609 INFO:teuthology.orchestra.run.smithi155.stdout:(1/36): ceph-19.0.0-2407.g430e09df.el9.x86_64.r 40 kB/s | 6.6 kB 00:00 2024-04-22T22:19:28.633 INFO:teuthology.orchestra.run.smithi134.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.4 MB/s | 427 kB 00:00 2024-04-22T22:19:28.635 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:19:28.635 INFO:teuthology.orchestra.run.smithi134.stdout:Total 7.5 MB/s | 30 MB 00:04 2024-04-22T22:19:28.770 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-04-22T22:19:28.810 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-04-22T22:19:28.810 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-04-22T22:19:28.826 INFO:teuthology.orchestra.run.smithi155.stdout:(2/36): ceph-mgr-19.0.0-2407.g430e09df.el9.x86_ 3.9 MB/s | 1.5 MB 00:00 2024-04-22T22:19:29.103 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-04-22T22:19:29.105 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-04-22T22:19:29.176 INFO:teuthology.orchestra.run.smithi155.stdout:(3/36): ceph-mon-19.0.0-2407.g430e09df.el9.x86_ 8.3 MB/s | 4.7 MB 00:00 2024-04-22T22:19:29.218 INFO:teuthology.orchestra.run.smithi155.stdout:(4/36): ceph-mds-19.0.0-2407.g430e09df.el9.x86_ 3.1 MB/s | 2.4 MB 00:00 2024-04-22T22:19:29.252 INFO:teuthology.orchestra.run.smithi155.stdout:(5/36): ceph-mgr-modules-core-19.0.0-2407.g430e 3.2 MB/s | 249 kB 00:00 2024-04-22T22:19:29.385 INFO:teuthology.orchestra.run.smithi155.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.5 MB/s | 253 kB 00:00 2024-04-22T22:19:29.435 INFO:teuthology.orchestra.run.smithi155.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-04-22T22:19:29.486 INFO:teuthology.orchestra.run.smithi155.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.6 MB/s | 135 kB 00:00 2024-04-22T22:19:29.519 INFO:teuthology.orchestra.run.smithi155.stdout:(9/36): python3-cryptography-36.0.1-4.el9.x86_6 4.6 MB/s | 1.2 MB 00:00 2024-04-22T22:19:29.544 INFO:teuthology.orchestra.run.smithi155.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 2.1 MB/s | 125 kB 00:00 2024-04-22T22:19:29.570 INFO:teuthology.orchestra.run.smithi155.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-04-22T22:19:29.760 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:19:29.760 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 1/4 2024-04-22T22:19:29.761 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2/4 2024-04-22T22:19:29.761 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T22:19:29.837 INFO:teuthology.orchestra.run.smithi155.stdout:(12/36): ceph-osd-19.0.0-2407.g430e09df.el9.x86 17 MB/s | 17 MB 00:01 2024-04-22T22:19:29.937 INFO:teuthology.orchestra.run.smithi155.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 469 kB/s | 172 kB 00:00 2024-04-22T22:19:29.962 INFO:teuthology.orchestra.run.smithi155.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 451 kB/s | 188 kB 00:00 2024-04-22T22:19:29.987 INFO:teuthology.orchestra.run.smithi155.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 231 kB/s | 35 kB 00:00 2024-04-22T22:19:30.004 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T22:19:30.005 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:30.005 INFO:teuthology.orchestra.run.smithi122.stdout:Installed: 2024-04-22T22:19:30.005 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:30.005 INFO:teuthology.orchestra.run.smithi122.stdout: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:30.005 INFO:teuthology.orchestra.run.smithi122.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T22:19:30.005 INFO:teuthology.orchestra.run.smithi122.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T22:19:30.005 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:30.005 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:19:30.013 INFO:teuthology.orchestra.run.smithi155.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 674 kB/s | 51 kB 00:00 2024-04-22T22:19:30.038 INFO:teuthology.orchestra.run.smithi155.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 551 kB/s | 42 kB 00:00 2024-04-22T22:19:30.280 INFO:teuthology.orchestra.run.smithi155.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 76 kB/s | 22 kB 00:00 2024-04-22T22:19:30.303 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install ceph 2024-04-22T22:19:30.384 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-04-22T22:19:30.405 INFO:teuthology.orchestra.run.smithi155.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 118 kB/s | 43 kB 00:00 2024-04-22T22:19:30.436 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T22:19:30.464 INFO:teuthology.orchestra.run.smithi155.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 335 kB/s | 151 kB 00:00 2024-04-22T22:19:30.469 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T22:19:30.496 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T22:19:30.567 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T22:19:30.589 INFO:teuthology.orchestra.run.smithi155.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 86 kB/s | 11 kB 00:00 2024-04-22T22:19:30.629 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T22:19:30.662 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T22:19:30.706 INFO:teuthology.orchestra.run.smithi155.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 151 kB/s | 18 kB 00:00 2024-04-22T22:19:30.752 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T22:19:30.756 INFO:teuthology.orchestra.run.smithi155.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.0 MB/s | 358 kB 00:00 2024-04-22T22:19:30.798 INFO:teuthology.orchestra.run.smithi155.stdout:(24/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 332 kB/s | 172 kB 00:00 2024-04-22T22:19:30.823 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T22:19:30.823 INFO:teuthology.orchestra.run.smithi155.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 198 kB/s | 23 kB 00:00 2024-04-22T22:19:30.833 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:00:42 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:19:30.864 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T22:19:30.874 INFO:teuthology.orchestra.run.smithi155.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 166 kB/s | 19 kB 00:00 2024-04-22T22:19:30.899 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T22:19:30.907 INFO:teuthology.orchestra.run.smithi155.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 181 kB/s | 20 kB 00:00 2024-04-22T22:19:30.929 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T22:19:30.955 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T22:19:30.957 INFO:teuthology.orchestra.run.smithi155.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 346 kB/s | 46 kB 00:00 2024-04-22T22:19:30.968 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:19:30.970 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:19:30.971 INFO:teuthology.orchestra.run.smithi122.stdout: Package Arch Version Repository Size 2024-04-22T22:19:30.971 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:19:30.971 INFO:teuthology.orchestra.run.smithi122.stdout:Installing: 2024-04-22T22:19:30.971 INFO:teuthology.orchestra.run.smithi122.stdout: ceph x86_64 2:19.0.0-2407.g430e09df.el9 ceph 6.6 k 2024-04-22T22:19:30.971 INFO:teuthology.orchestra.run.smithi122.stdout:Installing dependencies: 2024-04-22T22:19:30.971 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-mds x86_64 2:19.0.0-2407.g430e09df.el9 ceph 2.4 M 2024-04-22T22:19:30.971 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-mgr x86_64 2:19.0.0-2407.g430e09df.el9 ceph 1.5 M 2024-04-22T22:19:30.971 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 249 k 2024-04-22T22:19:30.971 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-mon x86_64 2:19.0.0-2407.g430e09df.el9 ceph 4.7 M 2024-04-22T22:19:30.971 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-osd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 17 M 2024-04-22T22:19:30.971 INFO:teuthology.orchestra.run.smithi122.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T22:19:30.971 INFO:teuthology.orchestra.run.smithi122.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T22:19:30.971 INFO:teuthology.orchestra.run.smithi122.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T22:19:30.971 INFO:teuthology.orchestra.run.smithi122.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T22:19:30.972 INFO:teuthology.orchestra.run.smithi122.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T22:19:30.972 INFO:teuthology.orchestra.run.smithi122.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T22:19:30.972 INFO:teuthology.orchestra.run.smithi122.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T22:19:30.972 INFO:teuthology.orchestra.run.smithi122.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T22:19:30.972 INFO:teuthology.orchestra.run.smithi122.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T22:19:30.972 INFO:teuthology.orchestra.run.smithi122.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T22:19:30.972 INFO:teuthology.orchestra.run.smithi122.stdout: python3-jaraco-collections 2024-04-22T22:19:30.972 INFO:teuthology.orchestra.run.smithi122.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T22:19:30.972 INFO:teuthology.orchestra.run.smithi122.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T22:19:30.972 INFO:teuthology.orchestra.run.smithi122.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T22:19:30.972 INFO:teuthology.orchestra.run.smithi122.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T22:19:30.972 INFO:teuthology.orchestra.run.smithi122.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T22:19:30.972 INFO:teuthology.orchestra.run.smithi122.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T22:19:30.972 INFO:teuthology.orchestra.run.smithi122.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T22:19:30.973 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T22:19:30.973 INFO:teuthology.orchestra.run.smithi122.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T22:19:30.973 INFO:teuthology.orchestra.run.smithi122.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T22:19:30.973 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T22:19:30.973 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T22:19:30.973 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T22:19:30.973 INFO:teuthology.orchestra.run.smithi122.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T22:19:30.973 INFO:teuthology.orchestra.run.smithi122.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T22:19:30.973 INFO:teuthology.orchestra.run.smithi122.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T22:19:30.973 INFO:teuthology.orchestra.run.smithi122.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T22:19:30.973 INFO:teuthology.orchestra.run.smithi122.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T22:19:30.973 INFO:teuthology.orchestra.run.smithi122.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T22:19:30.973 INFO:teuthology.orchestra.run.smithi122.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T22:19:30.973 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:30.974 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-04-22T22:19:30.974 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:19:30.974 INFO:teuthology.orchestra.run.smithi122.stdout:Install 36 Packages 2024-04-22T22:19:30.974 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:30.974 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 30 M 2024-04-22T22:19:30.974 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 107 M 2024-04-22T22:19:30.975 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2024-04-22T22:19:30.981 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T22:19:30.991 INFO:teuthology.orchestra.run.smithi155.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 674 kB/s | 79 kB 00:00 2024-04-22T22:19:31.012 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T22:19:31.047 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T22:19:31.081 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T22:19:31.083 INFO:teuthology.orchestra.run.smithi155.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 131 kB/s | 16 kB 00:00 2024-04-22T22:19:31.117 INFO:teuthology.orchestra.run.smithi155.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.3 MB/s | 272 kB 00:00 2024-04-22T22:19:31.119 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T22:19:31.142 INFO:teuthology.orchestra.run.smithi155.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 597 kB/s | 90 kB 00:00 2024-04-22T22:19:31.192 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T22:19:31.200 INFO:teuthology.orchestra.run.smithi155.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 305 kB/s | 36 kB 00:00 2024-04-22T22:19:31.234 INFO:teuthology.orchestra.run.smithi155.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.9 MB/s | 230 kB 00:00 2024-04-22T22:19:31.318 INFO:teuthology.orchestra.run.smithi155.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 171 kB/s | 20 kB 00:00 2024-04-22T22:19:31.331 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T22:19:31.343 INFO:teuthology.orchestra.run.smithi155.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.1 MB/s | 427 kB 00:00 2024-04-22T22:19:31.344 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:19:31.345 INFO:teuthology.orchestra.run.smithi155.stdout:Total 8.7 MB/s | 30 MB 00:03 2024-04-22T22:19:31.410 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T22:19:31.464 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T22:19:31.483 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T22:19:31.502 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T22:19:31.523 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T22:19:31.523 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T22:19:31.551 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T22:19:31.606 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T22:19:31.791 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T22:19:31.814 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T22:19:31.816 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T22:19:31.839 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T22:19:31.909 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T22:19:31.996 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T22:19:31.996 INFO:teuthology.orchestra.run.smithi122.stdout:(1/36): ceph-19.0.0-2407.g430e09df.el9.x86_64.r 38 kB/s | 6.6 kB 00:00 2024-04-22T22:19:32.038 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T22:19:32.153 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T22:19:32.311 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 31/36 2024-04-22T22:19:32.332 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:19:32.357 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:19:32.357 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:19:32.357 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T22:19:32.357 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:19:32.358 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:19:32.358 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:32.414 INFO:teuthology.orchestra.run.smithi122.stdout:(2/36): ceph-mon-19.0.0-2407.g430e09df.el9.x86_ 11 MB/s | 4.7 MB 00:00 2024-04-22T22:19:32.489 INFO:teuthology.orchestra.run.smithi122.stdout:(3/36): ceph-mgr-19.0.0-2407.g430e09df.el9.x86_ 2.2 MB/s | 1.5 MB 00:00 2024-04-22T22:19:32.572 INFO:teuthology.orchestra.run.smithi122.stdout:(4/36): ceph-mds-19.0.0-2407.g430e09df.el9.x86_ 3.2 MB/s | 2.4 MB 00:00 2024-04-22T22:19:32.614 INFO:teuthology.orchestra.run.smithi122.stdout:(5/36): ceph-mgr-modules-core-19.0.0-2407.g430e 1.9 MB/s | 249 kB 00:00 2024-04-22T22:19:32.698 INFO:teuthology.orchestra.run.smithi122.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.0 MB/s | 253 kB 00:00 2024-04-22T22:19:32.773 INFO:teuthology.orchestra.run.smithi122.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.4 MB/s | 106 kB 00:00 2024-04-22T22:19:32.890 INFO:teuthology.orchestra.run.smithi122.stdout:(8/36): python3-cryptography-36.0.1-4.el9.x86_6 4.4 MB/s | 1.2 MB 00:00 2024-04-22T22:19:32.924 INFO:teuthology.orchestra.run.smithi122.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 899 kB/s | 135 kB 00:00 2024-04-22T22:19:32.999 INFO:teuthology.orchestra.run.smithi122.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 1.1 MB/s | 125 kB 00:00 2024-04-22T22:19:33.033 INFO:teuthology.orchestra.run.smithi122.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-04-22T22:19:33.140 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T22:19:33.230 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T22:19:33.262 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T22:19:33.289 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T22:19:33.316 INFO:teuthology.orchestra.run.smithi122.stdout:(12/36): ceph-osd-19.0.0-2407.g430e09df.el9.x86 19 MB/s | 17 MB 00:00 2024-04-22T22:19:33.361 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T22:19:33.408 INFO:teuthology.orchestra.run.smithi122.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 461 kB/s | 188 kB 00:00 2024-04-22T22:19:33.413 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T22:19:33.434 INFO:teuthology.orchestra.run.smithi122.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 430 kB/s | 172 kB 00:00 2024-04-22T22:19:33.446 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T22:19:33.467 INFO:teuthology.orchestra.run.smithi122.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 232 kB/s | 35 kB 00:00 2024-04-22T22:19:33.492 INFO:teuthology.orchestra.run.smithi122.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 613 kB/s | 51 kB 00:00 2024-04-22T22:19:33.518 INFO:teuthology.orchestra.run.smithi122.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 496 kB/s | 42 kB 00:00 2024-04-22T22:19:33.536 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T22:19:33.585 INFO:teuthology.orchestra.run.smithi122.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 190 kB/s | 22 kB 00:00 2024-04-22T22:19:33.608 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T22:19:33.649 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T22:19:33.683 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T22:19:33.722 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T22:19:33.756 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T22:19:33.789 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T22:19:33.800 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:19:33.826 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:19:33.827 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:19:33.827 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T22:19:33.827 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:19:33.827 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:19:33.827 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:33.830 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T22:19:33.865 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T22:19:33.899 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T22:19:33.902 INFO:teuthology.orchestra.run.smithi122.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 113 kB/s | 43 kB 00:00 2024-04-22T22:19:33.937 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T22:19:34.012 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T22:19:34.149 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T22:19:34.186 INFO:teuthology.orchestra.run.smithi122.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 218 kB/s | 151 kB 00:00 2024-04-22T22:19:34.237 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T22:19:34.244 INFO:teuthology.orchestra.run.smithi122.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 260 kB/s | 172 kB 00:00 2024-04-22T22:19:34.276 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:19:34.290 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T22:19:34.298 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:19:34.298 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:19:34.298 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T22:19:34.298 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:19:34.298 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:19:34.298 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:34.303 INFO:teuthology.orchestra.run.smithi122.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 91 kB/s | 11 kB 00:00 2024-04-22T22:19:34.328 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T22:19:34.362 INFO:teuthology.orchestra.run.smithi122.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 151 kB/s | 18 kB 00:00 2024-04-22T22:19:34.376 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T22:19:34.420 INFO:teuthology.orchestra.run.smithi122.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 198 kB/s | 23 kB 00:00 2024-04-22T22:19:34.432 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T22:19:34.479 INFO:teuthology.orchestra.run.smithi122.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 166 kB/s | 19 kB 00:00 2024-04-22T22:19:34.535 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:19:34.537 INFO:teuthology.orchestra.run.smithi122.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 168 kB/s | 20 kB 00:00 2024-04-22T22:19:34.558 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:19:34.558 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:19:34.558 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T22:19:34.559 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:19:34.559 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:19:34.559 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:34.621 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:19:34.629 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T22:19:34.673 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T22:19:34.729 INFO:teuthology.orchestra.run.smithi122.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 185 kB/s | 46 kB 00:00 2024-04-22T22:19:34.750 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T22:19:34.763 INFO:teuthology.orchestra.run.smithi122.stdout:(28/36): python3-cherrypy-18.6.1-2.el9.noarch.r 416 kB/s | 358 kB 00:00 2024-04-22T22:19:34.788 INFO:teuthology.orchestra.run.smithi122.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 315 kB/s | 79 kB 00:00 2024-04-22T22:19:34.840 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T22:19:34.881 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T22:19:34.905 INFO:teuthology.orchestra.run.smithi122.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 141 kB/s | 16 kB 00:00 2024-04-22T22:19:34.989 INFO:teuthology.orchestra.run.smithi122.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 449 kB/s | 90 kB 00:00 2024-04-22T22:19:34.998 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T22:19:35.022 INFO:teuthology.orchestra.run.smithi122.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 306 kB/s | 36 kB 00:00 2024-04-22T22:19:35.162 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 31/36 2024-04-22T22:19:35.191 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:19:35.217 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:19:35.217 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:19:35.217 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T22:19:35.217 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:19:35.218 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:19:35.218 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:35.498 INFO:teuthology.orchestra.run.smithi122.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 354 kB/s | 272 kB 00:00 2024-04-22T22:19:35.606 INFO:teuthology.orchestra.run.smithi122.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 185 kB/s | 20 kB 00:00 2024-04-22T22:19:35.673 INFO:teuthology.orchestra.run.smithi122.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 336 kB/s | 230 kB 00:00 2024-04-22T22:19:35.907 INFO:teuthology.orchestra.run.smithi122.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 483 kB/s | 427 kB 00:00 2024-04-22T22:19:35.912 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:19:35.912 INFO:teuthology.orchestra.run.smithi122.stdout:Total 6.1 MB/s | 30 MB 00:04 2024-04-22T22:19:36.046 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2024-04-22T22:19:36.086 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2024-04-22T22:19:36.086 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2024-04-22T22:19:36.173 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:19:36.173 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 1/36 2024-04-22T22:19:36.173 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2/36 2024-04-22T22:19:36.173 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 3/36 2024-04-22T22:19:36.173 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 4/36 2024-04-22T22:19:36.173 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 5/36 2024-04-22T22:19:36.173 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 6/36 2024-04-22T22:19:36.173 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T22:19:36.173 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T22:19:36.173 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T22:19:36.173 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T22:19:36.174 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T22:19:36.174 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T22:19:36.174 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T22:19:36.174 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T22:19:36.174 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T22:19:36.174 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T22:19:36.174 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T22:19:36.174 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T22:19:36.174 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T22:19:36.174 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T22:19:36.174 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T22:19:36.174 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T22:19:36.174 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T22:19:36.175 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T22:19:36.175 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T22:19:36.176 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T22:19:36.176 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T22:19:36.176 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T22:19:36.176 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T22:19:36.176 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T22:19:36.176 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T22:19:36.176 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T22:19:36.176 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T22:19:36.177 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T22:19:36.177 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T22:19:36.379 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2024-04-22T22:19:36.381 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2024-04-22T22:19:36.659 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:19:36.685 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:19:36.686 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:19:36.686 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T22:19:36.686 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:19:36.686 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:19:36.686 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:37.059 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T22:19:37.060 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:37.060 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-04-22T22:19:37.060 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:37.060 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:37.060 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:37.060 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:19:37.060 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:37.060 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:37.060 INFO:teuthology.orchestra.run.smithi134.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T22:19:37.060 INFO:teuthology.orchestra.run.smithi134.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T22:19:37.060 INFO:teuthology.orchestra.run.smithi134.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T22:19:37.060 INFO:teuthology.orchestra.run.smithi134.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T22:19:37.060 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T22:19:37.061 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T22:19:37.061 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T22:19:37.061 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T22:19:37.061 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T22:19:37.061 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T22:19:37.061 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T22:19:37.061 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T22:19:37.061 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T22:19:37.061 INFO:teuthology.orchestra.run.smithi134.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T22:19:37.061 INFO:teuthology.orchestra.run.smithi134.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T22:19:37.061 INFO:teuthology.orchestra.run.smithi134.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T22:19:37.061 INFO:teuthology.orchestra.run.smithi134.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T22:19:37.062 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T22:19:37.062 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T22:19:37.062 INFO:teuthology.orchestra.run.smithi134.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T22:19:37.062 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T22:19:37.062 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T22:19:37.062 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T22:19:37.062 INFO:teuthology.orchestra.run.smithi134.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T22:19:37.062 INFO:teuthology.orchestra.run.smithi134.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T22:19:37.062 INFO:teuthology.orchestra.run.smithi134.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T22:19:37.062 INFO:teuthology.orchestra.run.smithi134.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T22:19:37.062 INFO:teuthology.orchestra.run.smithi134.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T22:19:37.062 INFO:teuthology.orchestra.run.smithi134.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T22:19:37.062 INFO:teuthology.orchestra.run.smithi134.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T22:19:37.062 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:37.063 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:19:37.143 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:19:37.166 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:19:37.166 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:19:37.166 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T22:19:37.166 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:19:37.166 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:19:37.167 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:37.393 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:19:37.416 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:19:37.417 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:19:37.417 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T22:19:37.417 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:19:37.417 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:19:37.417 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:37.438 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-base 2024-04-22T22:19:37.480 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:19:37.648 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2024-04-22T22:19:37.718 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T22:19:37.751 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T22:19:37.779 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T22:19:37.851 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T22:19:37.904 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T22:19:37.936 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T22:19:37.955 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:55 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:19:38.029 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T22:19:38.034 INFO:teuthology.orchestra.run.smithi134.stdout:Package ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:19:38.076 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:19:38.077 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-04-22T22:19:38.077 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:19:38.099 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T22:19:38.148 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T22:19:38.156 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install cephadm 2024-04-22T22:19:38.182 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T22:19:38.212 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T22:19:38.247 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T22:19:38.280 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T22:19:38.321 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T22:19:38.364 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T22:19:38.399 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T22:19:38.437 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T22:19:38.519 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T22:19:38.657 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T22:19:38.665 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:56 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:19:38.738 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T22:19:38.787 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:19:38.787 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:19:38.787 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-04-22T22:19:38.788 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:19:38.788 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-04-22T22:19:38.788 INFO:teuthology.orchestra.run.smithi134.stdout: cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 762 k 2024-04-22T22:19:38.788 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:38.788 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-04-22T22:19:38.788 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:19:38.788 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-04-22T22:19:38.788 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:38.788 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 762 k 2024-04-22T22:19:38.788 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 768 k 2024-04-22T22:19:38.788 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-04-22T22:19:38.790 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T22:19:38.829 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T22:19:38.878 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T22:19:38.934 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T22:19:39.121 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T22:19:39.175 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T22:19:39.212 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:19:39.212 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 1/36 2024-04-22T22:19:39.212 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2/36 2024-04-22T22:19:39.212 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 3/36 2024-04-22T22:19:39.212 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 4/36 2024-04-22T22:19:39.212 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 5/36 2024-04-22T22:19:39.212 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 6/36 2024-04-22T22:19:39.212 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T22:19:39.212 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T22:19:39.212 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T22:19:39.212 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T22:19:39.213 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T22:19:39.213 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T22:19:39.213 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T22:19:39.213 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T22:19:39.213 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T22:19:39.213 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T22:19:39.213 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T22:19:39.213 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T22:19:39.213 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T22:19:39.213 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T22:19:39.213 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T22:19:39.213 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T22:19:39.213 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T22:19:39.214 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T22:19:39.214 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T22:19:39.214 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T22:19:39.214 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T22:19:39.214 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T22:19:39.214 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T22:19:39.214 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T22:19:39.215 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T22:19:39.215 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T22:19:39.215 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T22:19:39.215 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T22:19:39.215 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T22:19:39.254 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T22:19:39.351 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T22:19:39.391 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T22:19:39.468 INFO:teuthology.orchestra.run.smithi134.stdout:cephadm-19.0.0-2407.g430e09df.el9.noarch.rpm 1.1 MB/s | 762 kB 00:00 2024-04-22T22:19:39.468 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:19:39.469 INFO:teuthology.orchestra.run.smithi134.stdout:Total 1.1 MB/s | 762 kB 00:00 2024-04-22T22:19:39.469 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-04-22T22:19:39.474 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-04-22T22:19:39.475 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-04-22T22:19:39.480 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-04-22T22:19:39.481 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-04-22T22:19:39.508 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T22:19:39.552 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-04-22T22:19:39.666 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 31/36 2024-04-22T22:19:39.693 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:19:39.718 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:19:39.718 INFO:teuthology.orchestra.run.smithi122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:19:39.718 INFO:teuthology.orchestra.run.smithi122.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T22:19:39.718 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:19:39.718 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:19:39.719 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:39.999 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:19:40.079 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:19:40.111 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T22:19:40.111 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:40.111 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T22:19:40.111 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:40.111 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:40.111 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:40.111 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:19:40.111 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:40.111 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:40.111 INFO:teuthology.orchestra.run.smithi155.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T22:19:40.112 INFO:teuthology.orchestra.run.smithi155.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T22:19:40.112 INFO:teuthology.orchestra.run.smithi155.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T22:19:40.112 INFO:teuthology.orchestra.run.smithi155.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T22:19:40.112 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T22:19:40.112 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T22:19:40.112 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T22:19:40.112 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T22:19:40.112 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T22:19:40.112 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T22:19:40.112 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T22:19:40.112 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T22:19:40.112 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T22:19:40.112 INFO:teuthology.orchestra.run.smithi155.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T22:19:40.112 INFO:teuthology.orchestra.run.smithi155.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T22:19:40.112 INFO:teuthology.orchestra.run.smithi155.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T22:19:40.113 INFO:teuthology.orchestra.run.smithi155.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T22:19:40.113 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T22:19:40.113 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T22:19:40.113 INFO:teuthology.orchestra.run.smithi155.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T22:19:40.113 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T22:19:40.113 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T22:19:40.113 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T22:19:40.113 INFO:teuthology.orchestra.run.smithi155.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T22:19:40.113 INFO:teuthology.orchestra.run.smithi155.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T22:19:40.113 INFO:teuthology.orchestra.run.smithi155.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T22:19:40.113 INFO:teuthology.orchestra.run.smithi155.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T22:19:40.113 INFO:teuthology.orchestra.run.smithi155.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T22:19:40.113 INFO:teuthology.orchestra.run.smithi155.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T22:19:40.114 INFO:teuthology.orchestra.run.smithi155.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T22:19:40.114 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:40.114 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:19:40.429 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:19:40.438 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-base 2024-04-22T22:19:40.663 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:19:40.664 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:40.664 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-04-22T22:19:40.664 INFO:teuthology.orchestra.run.smithi134.stdout: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:19:40.664 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:40.664 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:19:40.879 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T22:19:40.955 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:54 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:19:41.034 INFO:teuthology.orchestra.run.smithi155.stdout:Package ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:19:41.075 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:19:41.076 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-22T22:19:41.076 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:19:41.143 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install cephadm 2024-04-22T22:19:41.161 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:19:41.187 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:19:41.188 INFO:teuthology.orchestra.run.smithi122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:19:41.188 INFO:teuthology.orchestra.run.smithi122.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T22:19:41.188 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:19:41.188 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:19:41.188 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:41.391 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:59 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:19:41.511 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:19:41.512 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:19:41.512 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repo Size 2024-04-22T22:19:41.512 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:19:41.512 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-04-22T22:19:41.512 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2407.g430e09df.el9 ceph 145 k 2024-04-22T22:19:41.513 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:41.513 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-04-22T22:19:41.513 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:19:41.513 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-04-22T22:19:41.513 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:41.513 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 145 k 2024-04-22T22:19:41.513 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 435 k 2024-04-22T22:19:41.513 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-04-22T22:19:41.629 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:19:41.654 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:55 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:19:41.655 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:19:41.655 INFO:teuthology.orchestra.run.smithi122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:19:41.655 INFO:teuthology.orchestra.run.smithi122.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T22:19:41.655 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:19:41.655 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:19:41.655 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:41.773 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:19:41.774 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:19:41.774 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-22T22:19:41.774 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:19:41.775 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T22:19:41.775 INFO:teuthology.orchestra.run.smithi155.stdout: cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 762 k 2024-04-22T22:19:41.775 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:41.775 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T22:19:41.775 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:19:41.775 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-22T22:19:41.775 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:41.775 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 762 k 2024-04-22T22:19:41.775 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 768 k 2024-04-22T22:19:41.775 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T22:19:41.816 INFO:teuthology.orchestra.run.smithi134.stdout:ceph-immutable-object-cache-19.0.0-2407.g430e09 479 kB/s | 145 kB 00:00 2024-04-22T22:19:41.817 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:19:41.817 INFO:teuthology.orchestra.run.smithi134.stdout:Total 476 kB/s | 145 kB 00:00 2024-04-22T22:19:41.817 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-04-22T22:19:41.824 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-04-22T22:19:41.825 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-04-22T22:19:41.880 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-04-22T22:19:41.881 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-04-22T22:19:41.888 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:19:41.911 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:19:41.911 INFO:teuthology.orchestra.run.smithi122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:19:41.911 INFO:teuthology.orchestra.run.smithi122.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T22:19:41.911 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:19:41.911 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:19:41.911 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:41.975 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:19:42.037 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-04-22T22:19:42.151 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:19:42.175 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:19:42.175 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:19:42.175 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T22:19:42.175 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:42.283 INFO:teuthology.orchestra.run.smithi155.stdout:cephadm-19.0.0-2407.g430e09df.el9.noarch.rpm 1.5 MB/s | 762 kB 00:00 2024-04-22T22:19:42.284 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:19:42.284 INFO:teuthology.orchestra.run.smithi155.stdout:Total 1.5 MB/s | 762 kB 00:00 2024-04-22T22:19:42.284 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T22:19:42.289 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T22:19:42.290 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T22:19:42.295 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T22:19:42.296 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T22:19:42.367 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T22:19:42.822 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:19:42.910 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:19:43.038 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:19:43.038 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:43.038 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-04-22T22:19:43.038 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:43.038 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:43.038 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:19:43.237 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:19:43.247 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-mgr 2024-04-22T22:19:43.474 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:19:43.475 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:43.475 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T22:19:43.475 INFO:teuthology.orchestra.run.smithi155.stdout: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:19:43.475 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:43.475 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:19:43.545 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:19:43.545 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 1/36 2024-04-22T22:19:43.545 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2/36 2024-04-22T22:19:43.545 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 3/36 2024-04-22T22:19:43.545 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 4/36 2024-04-22T22:19:43.545 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 5/36 2024-04-22T22:19:43.545 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 6/36 2024-04-22T22:19:43.545 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T22:19:43.545 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T22:19:43.545 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T22:19:43.545 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T22:19:43.546 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T22:19:43.546 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T22:19:43.546 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T22:19:43.546 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T22:19:43.546 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T22:19:43.546 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T22:19:43.546 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T22:19:43.546 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T22:19:43.546 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T22:19:43.546 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T22:19:43.546 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T22:19:43.546 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T22:19:43.546 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T22:19:43.546 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T22:19:43.547 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T22:19:43.548 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T22:19:43.548 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T22:19:43.548 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T22:19:43.548 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T22:19:43.548 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T22:19:43.548 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T22:19:43.548 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T22:19:43.548 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T22:19:43.548 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T22:19:43.548 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T22:19:43.695 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T22:19:43.765 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:01 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:19:43.846 INFO:teuthology.orchestra.run.smithi134.stdout:Package ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:19:43.889 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:19:43.890 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-04-22T22:19:43.890 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:19:43.963 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T22:19:44.206 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:58 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:19:44.329 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:19:44.329 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:19:44.330 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repo Size 2024-04-22T22:19:44.330 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:19:44.330 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T22:19:44.330 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2407.g430e09df.el9 ceph 145 k 2024-04-22T22:19:44.330 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:44.330 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T22:19:44.330 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:19:44.330 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-22T22:19:44.330 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:44.330 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 145 k 2024-04-22T22:19:44.330 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 435 k 2024-04-22T22:19:44.330 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T22:19:44.416 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T22:19:44.416 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:44.416 INFO:teuthology.orchestra.run.smithi122.stdout:Installed: 2024-04-22T22:19:44.416 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:44.416 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:44.416 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:44.416 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:19:44.416 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:44.416 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:44.417 INFO:teuthology.orchestra.run.smithi122.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T22:19:44.417 INFO:teuthology.orchestra.run.smithi122.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T22:19:44.417 INFO:teuthology.orchestra.run.smithi122.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T22:19:44.417 INFO:teuthology.orchestra.run.smithi122.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T22:19:44.417 INFO:teuthology.orchestra.run.smithi122.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T22:19:44.417 INFO:teuthology.orchestra.run.smithi122.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T22:19:44.417 INFO:teuthology.orchestra.run.smithi122.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T22:19:44.417 INFO:teuthology.orchestra.run.smithi122.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T22:19:44.417 INFO:teuthology.orchestra.run.smithi122.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T22:19:44.417 INFO:teuthology.orchestra.run.smithi122.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T22:19:44.417 INFO:teuthology.orchestra.run.smithi122.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T22:19:44.417 INFO:teuthology.orchestra.run.smithi122.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T22:19:44.417 INFO:teuthology.orchestra.run.smithi122.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T22:19:44.417 INFO:teuthology.orchestra.run.smithi122.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T22:19:44.418 INFO:teuthology.orchestra.run.smithi122.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T22:19:44.418 INFO:teuthology.orchestra.run.smithi122.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T22:19:44.418 INFO:teuthology.orchestra.run.smithi122.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T22:19:44.418 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T22:19:44.418 INFO:teuthology.orchestra.run.smithi122.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T22:19:44.418 INFO:teuthology.orchestra.run.smithi122.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T22:19:44.418 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T22:19:44.418 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T22:19:44.418 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T22:19:44.418 INFO:teuthology.orchestra.run.smithi122.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T22:19:44.418 INFO:teuthology.orchestra.run.smithi122.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T22:19:44.419 INFO:teuthology.orchestra.run.smithi122.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T22:19:44.419 INFO:teuthology.orchestra.run.smithi122.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T22:19:44.419 INFO:teuthology.orchestra.run.smithi122.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T22:19:44.419 INFO:teuthology.orchestra.run.smithi122.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T22:19:44.419 INFO:teuthology.orchestra.run.smithi122.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T22:19:44.419 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:44.419 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:19:44.467 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:02 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:19:44.556 INFO:teuthology.orchestra.run.smithi155.stdout:ceph-immutable-object-cache-19.0.0-2407.g430e09 643 kB/s | 145 kB 00:00 2024-04-22T22:19:44.557 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:19:44.557 INFO:teuthology.orchestra.run.smithi155.stdout:Total 639 kB/s | 145 kB 00:00 2024-04-22T22:19:44.557 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T22:19:44.564 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T22:19:44.564 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T22:19:44.586 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:19:44.587 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:19:44.587 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-04-22T22:19:44.588 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:19:44.588 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-04-22T22:19:44.588 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 3.5 M 2024-04-22T22:19:44.588 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-04-22T22:19:44.588 INFO:teuthology.orchestra.run.smithi134.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T22:19:44.588 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 32 k 2024-04-22T22:19:44.588 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 15 k 2024-04-22T22:19:44.588 INFO:teuthology.orchestra.run.smithi134.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T22:19:44.588 INFO:teuthology.orchestra.run.smithi134.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T22:19:44.588 INFO:teuthology.orchestra.run.smithi134.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T22:19:44.588 INFO:teuthology.orchestra.run.smithi134.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T22:19:44.589 INFO:teuthology.orchestra.run.smithi134.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T22:19:44.589 INFO:teuthology.orchestra.run.smithi134.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T22:19:44.589 INFO:teuthology.orchestra.run.smithi134.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T22:19:44.589 INFO:teuthology.orchestra.run.smithi134.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T22:19:44.589 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:44.589 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-04-22T22:19:44.589 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:19:44.589 INFO:teuthology.orchestra.run.smithi134.stdout:Install 12 Packages 2024-04-22T22:19:44.589 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:44.590 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 8.6 M 2024-04-22T22:19:44.590 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 103 M 2024-04-22T22:19:44.590 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-04-22T22:19:44.620 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T22:19:44.621 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T22:19:44.761 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T22:19:44.815 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:19:44.816 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install ceph-base 2024-04-22T22:19:44.839 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:19:44.839 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:19:44.839 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T22:19:44.839 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:45.327 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:00:57 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:19:45.370 INFO:teuthology.orchestra.run.smithi134.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2407.g43 120 kB/s | 32 kB 00:00 2024-04-22T22:19:45.395 INFO:teuthology.orchestra.run.smithi134.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2407.g430 53 kB/s | 15 kB 00:00 2024-04-22T22:19:45.404 INFO:teuthology.orchestra.run.smithi122.stdout:Package ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:19:45.445 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:19:45.446 INFO:teuthology.orchestra.run.smithi122.stdout:Nothing to do. 2024-04-22T22:19:45.446 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:19:45.516 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install cephadm 2024-04-22T22:19:45.570 INFO:teuthology.orchestra.run.smithi134.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2407.g430e09d 7.5 MB/s | 3.5 MB 00:00 2024-04-22T22:19:45.646 INFO:teuthology.orchestra.run.smithi134.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.1 MB/s | 269 kB 00:00 2024-04-22T22:19:45.686 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:19:45.686 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:45.686 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T22:19:45.686 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:45.686 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:45.686 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:19:45.911 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr 2024-04-22T22:19:45.979 INFO:teuthology.orchestra.run.smithi134.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.7 MB/s | 1.0 MB 00:00 2024-04-22T22:19:46.026 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:00:58 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:19:46.146 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:19:46.147 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:19:46.147 INFO:teuthology.orchestra.run.smithi122.stdout: Package Arch Version Repository Size 2024-04-22T22:19:46.147 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:19:46.147 INFO:teuthology.orchestra.run.smithi122.stdout:Installing: 2024-04-22T22:19:46.147 INFO:teuthology.orchestra.run.smithi122.stdout: cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 762 k 2024-04-22T22:19:46.147 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:46.147 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-04-22T22:19:46.147 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:19:46.147 INFO:teuthology.orchestra.run.smithi122.stdout:Install 1 Package 2024-04-22T22:19:46.147 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:46.147 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 762 k 2024-04-22T22:19:46.148 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 768 k 2024-04-22T22:19:46.148 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2024-04-22T22:19:46.431 INFO:teuthology.orchestra.run.smithi122.stdout:cephadm-19.0.0-2407.g430e09df.el9.noarch.rpm 2.6 MB/s | 762 kB 00:00 2024-04-22T22:19:46.432 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:19:46.432 INFO:teuthology.orchestra.run.smithi122.stdout:Total 2.6 MB/s | 762 kB 00:00 2024-04-22T22:19:46.432 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2024-04-22T22:19:46.434 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:00 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:19:46.438 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2024-04-22T22:19:46.438 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2024-04-22T22:19:46.444 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2024-04-22T22:19:46.444 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2024-04-22T22:19:46.513 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2024-04-22T22:19:46.515 INFO:teuthology.orchestra.run.smithi155.stdout:Package ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:19:46.538 INFO:teuthology.orchestra.run.smithi134.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 35 kB/s | 19 kB 00:00 2024-04-22T22:19:46.557 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:19:46.558 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-22T22:19:46.558 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:19:46.563 INFO:teuthology.orchestra.run.smithi134.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 870 kB/s | 863 kB 00:00 2024-04-22T22:19:46.629 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T22:19:46.987 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:19:47.076 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:19:47.097 INFO:teuthology.orchestra.run.smithi134.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 378 kB/s | 548 kB 00:01 2024-04-22T22:19:47.142 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:01 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:19:47.205 INFO:teuthology.orchestra.run.smithi134.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 284 kB/s | 31 kB 00:00 2024-04-22T22:19:47.263 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:19:47.264 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:19:47.264 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-22T22:19:47.264 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:19:47.264 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T22:19:47.264 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 3.5 M 2024-04-22T22:19:47.264 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-22T22:19:47.264 INFO:teuthology.orchestra.run.smithi155.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T22:19:47.264 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 32 k 2024-04-22T22:19:47.265 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 15 k 2024-04-22T22:19:47.265 INFO:teuthology.orchestra.run.smithi155.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T22:19:47.265 INFO:teuthology.orchestra.run.smithi155.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T22:19:47.265 INFO:teuthology.orchestra.run.smithi155.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T22:19:47.265 INFO:teuthology.orchestra.run.smithi155.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T22:19:47.265 INFO:teuthology.orchestra.run.smithi155.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T22:19:47.265 INFO:teuthology.orchestra.run.smithi155.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T22:19:47.265 INFO:teuthology.orchestra.run.smithi155.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T22:19:47.265 INFO:teuthology.orchestra.run.smithi155.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T22:19:47.265 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:47.265 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T22:19:47.265 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:19:47.266 INFO:teuthology.orchestra.run.smithi155.stdout:Install 12 Packages 2024-04-22T22:19:47.266 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:47.266 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 8.6 M 2024-04-22T22:19:47.267 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 103 M 2024-04-22T22:19:47.267 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T22:19:47.355 INFO:teuthology.orchestra.run.smithi134.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 182 kB/s | 144 kB 00:00 2024-04-22T22:19:47.397 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:19:47.522 INFO:teuthology.orchestra.run.smithi134.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 594 kB/s | 188 kB 00:00 2024-04-22T22:19:47.628 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:19:47.629 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:47.629 INFO:teuthology.orchestra.run.smithi122.stdout:Installed: 2024-04-22T22:19:47.629 INFO:teuthology.orchestra.run.smithi122.stdout: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:19:47.629 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:47.629 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:19:47.818 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T22:19:47.983 INFO:teuthology.orchestra.run.smithi155.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2407.g43 167 kB/s | 32 kB 00:00 2024-04-22T22:19:48.142 INFO:teuthology.orchestra.run.smithi155.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2407.g430 44 kB/s | 15 kB 00:00 2024-04-22T22:19:48.251 INFO:teuthology.orchestra.run.smithi155.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2407.g430e09d 7.7 MB/s | 3.5 MB 00:00 2024-04-22T22:19:48.332 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:00 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:19:48.454 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:19:48.455 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:19:48.455 INFO:teuthology.orchestra.run.smithi122.stdout: Package Arch Version Repo Size 2024-04-22T22:19:48.455 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:19:48.455 INFO:teuthology.orchestra.run.smithi122.stdout:Installing: 2024-04-22T22:19:48.456 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2407.g430e09df.el9 ceph 145 k 2024-04-22T22:19:48.456 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:48.456 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-04-22T22:19:48.456 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:19:48.456 INFO:teuthology.orchestra.run.smithi122.stdout:Install 1 Package 2024-04-22T22:19:48.456 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:48.456 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 145 k 2024-04-22T22:19:48.456 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 435 k 2024-04-22T22:19:48.456 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2024-04-22T22:19:48.526 INFO:teuthology.orchestra.run.smithi155.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.9 MB/s | 1.0 MB 00:00 2024-04-22T22:19:48.551 INFO:teuthology.orchestra.run.smithi155.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 659 kB/s | 269 kB 00:00 2024-04-22T22:19:48.651 INFO:teuthology.orchestra.run.smithi155.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 194 kB/s | 19 kB 00:00 2024-04-22T22:19:48.768 INFO:teuthology.orchestra.run.smithi155.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.2 MB/s | 548 kB 00:00 2024-04-22T22:19:48.818 INFO:teuthology.orchestra.run.smithi155.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.8 MB/s | 144 kB 00:00 2024-04-22T22:19:48.869 INFO:teuthology.orchestra.run.smithi155.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 613 kB/s | 31 kB 00:00 2024-04-22T22:19:48.881 INFO:teuthology.orchestra.run.smithi122.stdout:ceph-immutable-object-cache-19.0.0-2407.g430e09 341 kB/s | 145 kB 00:00 2024-04-22T22:19:48.882 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:19:48.882 INFO:teuthology.orchestra.run.smithi122.stdout:Total 340 kB/s | 145 kB 00:00 2024-04-22T22:19:48.882 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2024-04-22T22:19:48.890 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2024-04-22T22:19:48.890 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2024-04-22T22:19:48.910 INFO:teuthology.orchestra.run.smithi155.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 7.9 MB/s | 2.0 MB 00:00 2024-04-22T22:19:48.936 INFO:teuthology.orchestra.run.smithi155.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.8 MB/s | 188 kB 00:00 2024-04-22T22:19:48.947 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2024-04-22T22:19:48.948 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2024-04-22T22:19:49.100 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2024-04-22T22:19:49.169 INFO:teuthology.orchestra.run.smithi155.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 966 kB/s | 863 kB 00:00 2024-04-22T22:19:49.172 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:19:49.173 INFO:teuthology.orchestra.run.smithi155.stdout:Total 4.5 MB/s | 8.6 MB 00:01 2024-04-22T22:19:49.174 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:19:49.199 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:19:49.199 INFO:teuthology.orchestra.run.smithi122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:19:49.199 INFO:teuthology.orchestra.run.smithi122.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T22:19:49.199 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:49.222 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T22:19:49.239 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T22:19:49.240 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T22:19:49.396 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T22:19:49.398 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T22:19:49.481 INFO:teuthology.orchestra.run.smithi134.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 709 kB/s | 2.0 MB 00:02 2024-04-22T22:19:49.486 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:19:49.486 INFO:teuthology.orchestra.run.smithi134.stdout:Total 1.8 MB/s | 8.6 MB 00:04 2024-04-22T22:19:49.537 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-04-22T22:19:49.554 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-04-22T22:19:49.554 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-04-22T22:19:49.709 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-04-22T22:19:49.709 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-04-22T22:19:49.919 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T22:19:49.987 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T22:19:50.022 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T22:19:50.041 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:19:50.041 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:50.041 INFO:teuthology.orchestra.run.smithi122.stdout:Installed: 2024-04-22T22:19:50.041 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:19:50.042 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:50.042 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:19:50.068 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T22:19:50.099 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T22:19:50.176 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T22:19:50.228 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-04-22T22:19:50.242 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install ceph-mgr 2024-04-22T22:19:50.306 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T22:19:50.309 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T22:19:50.342 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T22:19:50.387 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T22:19:50.393 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T22:19:50.419 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T22:19:50.445 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T22:19:50.473 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:19:50.494 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T22:19:50.504 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 10/12 2024-04-22T22:19:50.619 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T22:19:50.721 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T22:19:50.759 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:02 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:19:50.765 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T22:19:50.793 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:19:50.825 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 10/12 2024-04-22T22:19:50.839 INFO:teuthology.orchestra.run.smithi122.stdout:Package ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:19:50.881 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:19:50.883 INFO:teuthology.orchestra.run.smithi122.stdout:Nothing to do. 2024-04-22T22:19:50.883 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:19:50.962 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T22:19:51.464 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:03 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:19:51.560 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 11/12 2024-04-22T22:19:51.584 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:19:51.585 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:19:51.586 INFO:teuthology.orchestra.run.smithi122.stdout: Package Arch Version Repository Size 2024-04-22T22:19:51.586 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:19:51.586 INFO:teuthology.orchestra.run.smithi122.stdout:Installing: 2024-04-22T22:19:51.586 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 3.5 M 2024-04-22T22:19:51.586 INFO:teuthology.orchestra.run.smithi122.stdout:Installing dependencies: 2024-04-22T22:19:51.586 INFO:teuthology.orchestra.run.smithi122.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T22:19:51.586 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 32 k 2024-04-22T22:19:51.586 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 15 k 2024-04-22T22:19:51.586 INFO:teuthology.orchestra.run.smithi122.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T22:19:51.586 INFO:teuthology.orchestra.run.smithi122.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T22:19:51.586 INFO:teuthology.orchestra.run.smithi122.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T22:19:51.586 INFO:teuthology.orchestra.run.smithi122.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T22:19:51.587 INFO:teuthology.orchestra.run.smithi122.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T22:19:51.587 INFO:teuthology.orchestra.run.smithi122.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T22:19:51.587 INFO:teuthology.orchestra.run.smithi122.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T22:19:51.587 INFO:teuthology.orchestra.run.smithi122.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T22:19:51.587 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:51.587 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-04-22T22:19:51.587 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:19:51.587 INFO:teuthology.orchestra.run.smithi122.stdout:Install 12 Packages 2024-04-22T22:19:51.587 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:51.588 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 8.6 M 2024-04-22T22:19:51.588 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 103 M 2024-04-22T22:19:51.588 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2024-04-22T22:19:51.622 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:19:51.861 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 11/12 2024-04-22T22:19:51.892 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:19:52.062 INFO:teuthology.orchestra.run.smithi122.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2407.g430 81 kB/s | 15 kB 00:00 2024-04-22T22:19:52.121 INFO:teuthology.orchestra.run.smithi122.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2407.g43 129 kB/s | 32 kB 00:00 2024-04-22T22:19:52.546 INFO:teuthology.orchestra.run.smithi122.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 633 kB/s | 269 kB 00:00 2024-04-22T22:19:52.888 INFO:teuthology.orchestra.run.smithi122.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.2 MB/s | 1.0 MB 00:00 2024-04-22T22:19:52.955 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:19:52.955 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 1/12 2024-04-22T22:19:52.955 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 2/12 2024-04-22T22:19:52.955 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 3/12 2024-04-22T22:19:52.955 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T22:19:52.956 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T22:19:52.956 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T22:19:52.956 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T22:19:52.956 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T22:19:52.956 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:19:52.956 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T22:19:52.956 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T22:19:53.072 INFO:teuthology.orchestra.run.smithi122.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.9 MB/s | 548 kB 00:00 2024-04-22T22:19:53.114 INFO:teuthology.orchestra.run.smithi122.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.5 MB/s | 863 kB 00:00 2024-04-22T22:19:53.139 INFO:teuthology.orchestra.run.smithi122.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 290 kB/s | 19 kB 00:00 2024-04-22T22:19:53.181 INFO:teuthology.orchestra.run.smithi122.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 3.4 MB/s | 144 kB 00:00 2024-04-22T22:19:53.217 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:19:53.217 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 1/12 2024-04-22T22:19:53.218 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 2/12 2024-04-22T22:19:53.218 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 3/12 2024-04-22T22:19:53.218 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T22:19:53.218 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T22:19:53.218 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T22:19:53.218 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T22:19:53.218 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T22:19:53.218 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:19:53.218 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T22:19:53.218 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T22:19:53.223 INFO:teuthology.orchestra.run.smithi122.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 737 kB/s | 31 kB 00:00 2024-04-22T22:19:53.257 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T22:19:53.257 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:53.257 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T22:19:53.257 INFO:teuthology.orchestra.run.smithi155.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T22:19:53.257 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:19:53.257 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:19:53.257 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:19:53.257 INFO:teuthology.orchestra.run.smithi155.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T22:19:53.257 INFO:teuthology.orchestra.run.smithi155.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T22:19:53.257 INFO:teuthology.orchestra.run.smithi155.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T22:19:53.257 INFO:teuthology.orchestra.run.smithi155.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T22:19:53.257 INFO:teuthology.orchestra.run.smithi155.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T22:19:53.257 INFO:teuthology.orchestra.run.smithi155.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T22:19:53.257 INFO:teuthology.orchestra.run.smithi155.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T22:19:53.258 INFO:teuthology.orchestra.run.smithi155.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T22:19:53.258 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:53.258 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:19:53.265 INFO:teuthology.orchestra.run.smithi122.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 4.4 MB/s | 188 kB 00:00 2024-04-22T22:19:53.398 INFO:teuthology.orchestra.run.smithi122.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 7.2 MB/s | 2.0 MB 00:00 2024-04-22T22:19:53.505 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T22:19:53.512 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T22:19:53.512 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:53.512 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-04-22T22:19:53.512 INFO:teuthology.orchestra.run.smithi134.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T22:19:53.512 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:19:53.512 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:19:53.512 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:19:53.512 INFO:teuthology.orchestra.run.smithi134.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T22:19:53.513 INFO:teuthology.orchestra.run.smithi134.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T22:19:53.513 INFO:teuthology.orchestra.run.smithi134.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T22:19:53.513 INFO:teuthology.orchestra.run.smithi134.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T22:19:53.513 INFO:teuthology.orchestra.run.smithi134.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T22:19:53.513 INFO:teuthology.orchestra.run.smithi134.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T22:19:53.513 INFO:teuthology.orchestra.run.smithi134.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T22:19:53.513 INFO:teuthology.orchestra.run.smithi134.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T22:19:53.513 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:53.513 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:19:53.767 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T22:19:53.865 INFO:teuthology.orchestra.run.smithi122.stdout:(12/12): ceph-mgr-dashboard-19.0.0-2407.g430e09 1.8 MB/s | 3.5 MB 00:01 2024-04-22T22:19:53.867 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:19:53.868 INFO:teuthology.orchestra.run.smithi122.stdout:Total 3.8 MB/s | 8.6 MB 00:02 2024-04-22T22:19:53.914 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2024-04-22T22:19:53.931 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2024-04-22T22:19:53.932 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2024-04-22T22:19:54.015 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:08 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:19:54.084 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2024-04-22T22:19:54.085 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2024-04-22T22:19:54.137 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:19:54.138 INFO:teuthology.orchestra.run.smithi155.stdout:======================================================================================= 2024-04-22T22:19:54.138 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-22T22:19:54.138 INFO:teuthology.orchestra.run.smithi155.stdout:======================================================================================= 2024-04-22T22:19:54.138 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T22:19:54.138 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 7.4 M 2024-04-22T22:19:54.138 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-22T22:19:54.138 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T22:19:54.138 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T22:19:54.138 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T22:19:54.138 INFO:teuthology.orchestra.run.smithi155.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T22:19:54.139 INFO:teuthology.orchestra.run.smithi155.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T22:19:54.139 INFO:teuthology.orchestra.run.smithi155.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T22:19:54.139 INFO:teuthology.orchestra.run.smithi155.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T22:19:54.139 INFO:teuthology.orchestra.run.smithi155.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T22:19:54.139 INFO:teuthology.orchestra.run.smithi155.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T22:19:54.139 INFO:teuthology.orchestra.run.smithi155.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T22:19:54.139 INFO:teuthology.orchestra.run.smithi155.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T22:19:54.139 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:54.139 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T22:19:54.139 INFO:teuthology.orchestra.run.smithi155.stdout:======================================================================================= 2024-04-22T22:19:54.139 INFO:teuthology.orchestra.run.smithi155.stdout:Install 12 Packages 2024-04-22T22:19:54.139 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:19:54.140 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 38 M 2024-04-22T22:19:54.140 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 209 M 2024-04-22T22:19:54.140 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T22:19:54.291 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:12 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:19:54.423 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:19:54.424 INFO:teuthology.orchestra.run.smithi134.stdout:======================================================================================= 2024-04-22T22:19:54.424 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-04-22T22:19:54.424 INFO:teuthology.orchestra.run.smithi134.stdout:======================================================================================= 2024-04-22T22:19:54.424 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-04-22T22:19:54.424 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 7.4 M 2024-04-22T22:19:54.424 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-04-22T22:19:54.424 INFO:teuthology.orchestra.run.smithi134.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T22:19:54.424 INFO:teuthology.orchestra.run.smithi134.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T22:19:54.424 INFO:teuthology.orchestra.run.smithi134.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T22:19:54.424 INFO:teuthology.orchestra.run.smithi134.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T22:19:54.425 INFO:teuthology.orchestra.run.smithi134.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T22:19:54.425 INFO:teuthology.orchestra.run.smithi134.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T22:19:54.425 INFO:teuthology.orchestra.run.smithi134.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T22:19:54.425 INFO:teuthology.orchestra.run.smithi134.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T22:19:54.425 INFO:teuthology.orchestra.run.smithi134.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T22:19:54.425 INFO:teuthology.orchestra.run.smithi134.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T22:19:54.425 INFO:teuthology.orchestra.run.smithi134.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T22:19:54.425 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:54.425 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-04-22T22:19:54.425 INFO:teuthology.orchestra.run.smithi134.stdout:======================================================================================= 2024-04-22T22:19:54.425 INFO:teuthology.orchestra.run.smithi134.stdout:Install 12 Packages 2024-04-22T22:19:54.425 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:19:54.426 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 38 M 2024-04-22T22:19:54.426 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 209 M 2024-04-22T22:19:54.426 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-04-22T22:19:54.621 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2024-04-22T22:19:54.664 INFO:teuthology.orchestra.run.smithi134.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 2.0 MB/s | 195 kB 00:00 2024-04-22T22:19:54.691 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T22:19:54.714 INFO:teuthology.orchestra.run.smithi134.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 672 kB/s | 33 kB 00:00 2024-04-22T22:19:54.726 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T22:19:54.773 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T22:19:54.812 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T22:19:54.823 INFO:teuthology.orchestra.run.smithi134.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.1 MB/s | 803 kB 00:00 2024-04-22T22:19:54.873 INFO:teuthology.orchestra.run.smithi134.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 365 kB/s | 18 kB 00:00 2024-04-22T22:19:54.889 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T22:19:54.923 INFO:teuthology.orchestra.run.smithi134.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 705 kB/s | 35 kB 00:00 2024-04-22T22:19:55.031 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T22:19:55.042 INFO:teuthology.orchestra.run.smithi134.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.2 MB/s | 3.0 MB 00:00 2024-04-22T22:19:55.115 INFO:teuthology.orchestra.run.smithi134.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 3.2 MB/s | 244 kB 00:00 2024-04-22T22:19:55.116 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T22:19:55.192 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T22:19:55.229 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:19:55.261 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 10/12 2024-04-22T22:19:55.368 INFO:teuthology.orchestra.run.smithi155.stdout:(1/12): ceph-mgr-diskprediction-local-19.0.0-24 7.7 MB/s | 7.4 MB 00:00 2024-04-22T22:19:55.383 INFO:teuthology.orchestra.run.smithi134.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 10 MB/s | 4.7 MB 00:00 2024-04-22T22:19:55.393 INFO:teuthology.orchestra.run.smithi155.stdout:(2/12): libquadmath-11.4.1-3.el9.x86_64.rpm 197 kB/s | 195 kB 00:00 2024-04-22T22:19:55.460 INFO:teuthology.orchestra.run.smithi155.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 357 kB/s | 33 kB 00:00 2024-04-22T22:19:55.500 INFO:teuthology.orchestra.run.smithi134.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 13 MB/s | 5.1 MB 00:00 2024-04-22T22:19:55.502 INFO:teuthology.orchestra.run.smithi155.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 437 kB/s | 18 kB 00:00 2024-04-22T22:19:55.524 INFO:teuthology.orchestra.run.smithi134.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.7 MB/s | 250 kB 00:00 2024-04-22T22:19:55.560 INFO:teuthology.orchestra.run.smithi155.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 603 kB/s | 35 kB 00:00 2024-04-22T22:19:55.619 INFO:teuthology.orchestra.run.smithi155.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2024-04-22T22:19:55.642 INFO:teuthology.orchestra.run.smithi134.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-2 6.9 MB/s | 7.4 MB 00:01 2024-04-22T22:19:55.661 INFO:teuthology.orchestra.run.smithi155.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 5.7 MB/s | 244 kB 00:00 2024-04-22T22:19:55.761 INFO:teuthology.orchestra.run.smithi155.stdout:(8/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 51 MB/s | 5.1 MB 00:00 2024-04-22T22:19:55.828 INFO:teuthology.orchestra.run.smithi155.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 18 MB/s | 4.7 MB 00:00 2024-04-22T22:19:55.853 INFO:teuthology.orchestra.run.smithi155.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.7 MB/s | 250 kB 00:00 2024-04-22T22:19:56.079 INFO:teuthology.orchestra.run.smithi155.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 65 MB/s | 16 MB 00:00 2024-04-22T22:19:56.145 INFO:teuthology.orchestra.run.smithi155.stdout:(12/12): libgfortran-11.4.1-3.el9.x86_64.rpm 461 kB/s | 803 kB 00:01 2024-04-22T22:19:56.147 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:19:56.147 INFO:teuthology.orchestra.run.smithi155.stdout:Total 19 MB/s | 38 MB 00:02 2024-04-22T22:19:56.301 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 11/12 2024-04-22T22:19:56.338 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:19:56.375 INFO:teuthology.orchestra.run.smithi134.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 19 MB/s | 16 MB 00:00 2024-04-22T22:19:56.376 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:19:56.376 INFO:teuthology.orchestra.run.smithi134.stdout:Total 19 MB/s | 38 MB 00:01 2024-04-22T22:19:56.498 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T22:19:56.524 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T22:19:56.525 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T22:19:56.724 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-04-22T22:19:56.751 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-04-22T22:19:56.751 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-04-22T22:19:56.930 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T22:19:56.930 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T22:19:57.161 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-04-22T22:19:57.161 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-04-22T22:19:57.707 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:19:57.707 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 1/12 2024-04-22T22:19:57.707 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 2/12 2024-04-22T22:19:57.707 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 3/12 2024-04-22T22:19:57.707 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T22:19:57.707 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T22:19:57.707 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T22:19:57.707 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T22:19:57.707 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T22:19:57.707 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:19:57.708 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T22:19:57.708 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T22:19:57.757 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T22:19:57.809 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T22:19:57.860 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:19:57.960 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:19:57.986 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T22:19:57.986 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:57.986 INFO:teuthology.orchestra.run.smithi122.stdout:Installed: 2024-04-22T22:19:57.986 INFO:teuthology.orchestra.run.smithi122.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T22:19:57.986 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:19:57.986 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:19:57.986 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:19:57.987 INFO:teuthology.orchestra.run.smithi122.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T22:19:57.987 INFO:teuthology.orchestra.run.smithi122.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T22:19:57.987 INFO:teuthology.orchestra.run.smithi122.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T22:19:57.987 INFO:teuthology.orchestra.run.smithi122.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T22:19:57.987 INFO:teuthology.orchestra.run.smithi122.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T22:19:57.987 INFO:teuthology.orchestra.run.smithi122.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T22:19:57.987 INFO:teuthology.orchestra.run.smithi122.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T22:19:57.987 INFO:teuthology.orchestra.run.smithi122.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T22:19:57.987 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:57.987 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:19:58.000 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-04-22T22:19:58.003 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T22:19:58.055 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T22:19:58.098 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:19:58.174 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T22:19:58.197 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:19:58.202 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T22:19:58.233 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T22:19:58.242 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T22:19:58.279 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T22:19:58.419 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T22:19:58.448 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T22:19:58.524 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T22:19:58.739 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:10 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:19:58.859 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:19:58.860 INFO:teuthology.orchestra.run.smithi122.stdout:======================================================================================= 2024-04-22T22:19:58.861 INFO:teuthology.orchestra.run.smithi122.stdout: Package Arch Version Repository Size 2024-04-22T22:19:58.861 INFO:teuthology.orchestra.run.smithi122.stdout:======================================================================================= 2024-04-22T22:19:58.861 INFO:teuthology.orchestra.run.smithi122.stdout:Installing: 2024-04-22T22:19:58.861 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 7.4 M 2024-04-22T22:19:58.861 INFO:teuthology.orchestra.run.smithi122.stdout:Installing dependencies: 2024-04-22T22:19:58.861 INFO:teuthology.orchestra.run.smithi122.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T22:19:58.861 INFO:teuthology.orchestra.run.smithi122.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T22:19:58.861 INFO:teuthology.orchestra.run.smithi122.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T22:19:58.861 INFO:teuthology.orchestra.run.smithi122.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T22:19:58.861 INFO:teuthology.orchestra.run.smithi122.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T22:19:58.861 INFO:teuthology.orchestra.run.smithi122.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T22:19:58.862 INFO:teuthology.orchestra.run.smithi122.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T22:19:58.862 INFO:teuthology.orchestra.run.smithi122.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T22:19:58.862 INFO:teuthology.orchestra.run.smithi122.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T22:19:58.862 INFO:teuthology.orchestra.run.smithi122.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T22:19:58.862 INFO:teuthology.orchestra.run.smithi122.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T22:19:58.862 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:58.862 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-04-22T22:19:58.862 INFO:teuthology.orchestra.run.smithi122.stdout:======================================================================================= 2024-04-22T22:19:58.862 INFO:teuthology.orchestra.run.smithi122.stdout:Install 12 Packages 2024-04-22T22:19:58.862 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:19:58.863 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 38 M 2024-04-22T22:19:58.863 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 209 M 2024-04-22T22:19:58.863 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2024-04-22T22:19:58.927 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T22:19:59.049 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T22:19:59.184 INFO:teuthology.orchestra.run.smithi122.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 195 kB 00:00 2024-04-22T22:19:59.190 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T22:19:59.276 INFO:teuthology.orchestra.run.smithi122.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 357 kB/s | 33 kB 00:00 2024-04-22T22:19:59.311 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T22:19:59.343 INFO:teuthology.orchestra.run.smithi122.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.3 MB/s | 803 kB 00:00 2024-04-22T22:19:59.418 INFO:teuthology.orchestra.run.smithi122.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 242 kB/s | 18 kB 00:00 2024-04-22T22:19:59.477 INFO:teuthology.orchestra.run.smithi122.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 603 kB/s | 35 kB 00:00 2024-04-22T22:19:59.536 INFO:teuthology.orchestra.run.smithi122.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-04-22T22:19:59.578 INFO:teuthology.orchestra.run.smithi122.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 5.7 MB/s | 244 kB 00:00 2024-04-22T22:19:59.695 INFO:teuthology.orchestra.run.smithi122.stdout:(8/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 44 MB/s | 5.1 MB 00:00 2024-04-22T22:19:59.779 INFO:teuthology.orchestra.run.smithi122.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 16 MB/s | 4.7 MB 00:00 2024-04-22T22:19:59.804 INFO:teuthology.orchestra.run.smithi122.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.2 MB/s | 250 kB 00:00 2024-04-22T22:20:00.054 INFO:teuthology.orchestra.run.smithi122.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 59 MB/s | 16 MB 00:00 2024-04-22T22:20:00.238 INFO:teuthology.orchestra.run.smithi122.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 6.0 MB/s | 7.4 MB 00:01 2024-04-22T22:20:00.239 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:00.239 INFO:teuthology.orchestra.run.smithi122.stdout:Total 28 MB/s | 38 MB 00:01 2024-04-22T22:20:00.278 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:20:00.526 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:20:00.588 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2024-04-22T22:20:00.614 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2024-04-22T22:20:00.614 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2024-04-22T22:20:01.017 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2024-04-22T22:20:01.017 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2024-04-22T22:20:01.310 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T22:20:01.334 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:20:01.559 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T22:20:01.590 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:20:01.847 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2024-04-22T22:20:01.909 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T22:20:01.945 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:20:02.045 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:20:02.096 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T22:20:02.282 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T22:20:02.321 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T22:20:02.402 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T22:20:03.060 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T22:20:03.178 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T22:20:04.071 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:20:04.072 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 1/12 2024-04-22T22:20:04.072 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:20:04.072 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:20:04.072 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T22:20:04.072 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T22:20:04.072 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T22:20:04.072 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T22:20:04.072 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T22:20:04.072 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T22:20:04.072 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:20:04.072 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T22:20:04.090 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:20:04.090 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 1/12 2024-04-22T22:20:04.090 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:20:04.090 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:20:04.090 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T22:20:04.090 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T22:20:04.090 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T22:20:04.091 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T22:20:04.091 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T22:20:04.091 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T22:20:04.091 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:20:04.091 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T22:20:04.401 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:20:04.467 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T22:20:04.467 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:04.467 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T22:20:04.467 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:20:04.467 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T22:20:04.467 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T22:20:04.467 INFO:teuthology.orchestra.run.smithi155.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T22:20:04.467 INFO:teuthology.orchestra.run.smithi155.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T22:20:04.467 INFO:teuthology.orchestra.run.smithi155.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T22:20:04.467 INFO:teuthology.orchestra.run.smithi155.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T22:20:04.468 INFO:teuthology.orchestra.run.smithi155.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T22:20:04.468 INFO:teuthology.orchestra.run.smithi155.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T22:20:04.468 INFO:teuthology.orchestra.run.smithi155.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T22:20:04.468 INFO:teuthology.orchestra.run.smithi155.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T22:20:04.468 INFO:teuthology.orchestra.run.smithi155.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T22:20:04.468 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:04.468 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:20:04.505 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T22:20:04.505 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:04.506 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-04-22T22:20:04.506 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:20:04.506 INFO:teuthology.orchestra.run.smithi134.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T22:20:04.506 INFO:teuthology.orchestra.run.smithi134.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T22:20:04.506 INFO:teuthology.orchestra.run.smithi134.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T22:20:04.506 INFO:teuthology.orchestra.run.smithi134.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T22:20:04.506 INFO:teuthology.orchestra.run.smithi134.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T22:20:04.506 INFO:teuthology.orchestra.run.smithi134.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T22:20:04.506 INFO:teuthology.orchestra.run.smithi134.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T22:20:04.506 INFO:teuthology.orchestra.run.smithi134.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T22:20:04.506 INFO:teuthology.orchestra.run.smithi134.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T22:20:04.506 INFO:teuthology.orchestra.run.smithi134.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T22:20:04.506 INFO:teuthology.orchestra.run.smithi134.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T22:20:04.507 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:04.507 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:20:04.828 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr-rook 2024-04-22T22:20:04.896 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-mgr-rook 2024-04-22T22:20:05.343 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:19 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:20:05.420 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:23 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:20:05.445 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T22:20:05.464 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:20:05.465 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:05.465 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-22T22:20:05.465 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:05.465 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T22:20:05.465 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-rook noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 49 k 2024-04-22T22:20:05.465 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-22T22:20:05.466 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T22:20:05.466 INFO:teuthology.orchestra.run.smithi155.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T22:20:05.466 INFO:teuthology.orchestra.run.smithi155.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T22:20:05.466 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T22:20:05.466 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T22:20:05.466 INFO:teuthology.orchestra.run.smithi155.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T22:20:05.466 INFO:teuthology.orchestra.run.smithi155.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T22:20:05.466 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T22:20:05.466 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T22:20:05.466 INFO:teuthology.orchestra.run.smithi155.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T22:20:05.466 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T22:20:05.466 INFO:teuthology.orchestra.run.smithi155.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T22:20:05.466 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:05.466 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T22:20:05.467 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:05.467 INFO:teuthology.orchestra.run.smithi155.stdout:Install 13 Packages 2024-04-22T22:20:05.467 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:05.467 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 2.2 M 2024-04-22T22:20:05.467 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 26 M 2024-04-22T22:20:05.467 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T22:20:05.473 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:20:05.542 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:20:05.543 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:05.543 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-04-22T22:20:05.543 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:05.543 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-04-22T22:20:05.543 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-rook noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 49 k 2024-04-22T22:20:05.543 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-04-22T22:20:05.543 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T22:20:05.543 INFO:teuthology.orchestra.run.smithi134.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T22:20:05.543 INFO:teuthology.orchestra.run.smithi134.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T22:20:05.543 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T22:20:05.543 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T22:20:05.543 INFO:teuthology.orchestra.run.smithi134.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T22:20:05.544 INFO:teuthology.orchestra.run.smithi134.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T22:20:05.544 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T22:20:05.544 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T22:20:05.544 INFO:teuthology.orchestra.run.smithi134.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T22:20:05.544 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T22:20:05.544 INFO:teuthology.orchestra.run.smithi134.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T22:20:05.544 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:05.544 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-04-22T22:20:05.544 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:05.544 INFO:teuthology.orchestra.run.smithi134.stdout:Install 13 Packages 2024-04-22T22:20:05.544 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:05.545 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 2.2 M 2024-04-22T22:20:05.545 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 26 M 2024-04-22T22:20:05.545 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-04-22T22:20:05.768 INFO:teuthology.orchestra.run.smithi155.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 247 kB/s | 26 kB 00:00 2024-04-22T22:20:05.810 INFO:teuthology.orchestra.run.smithi155.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 132 kB/s | 19 kB 00:00 2024-04-22T22:20:05.851 INFO:teuthology.orchestra.run.smithi155.stdout:(3/13): ceph-mgr-rook-19.0.0-2407.g430e09df.el9 263 kB/s | 49 kB 00:00 2024-04-22T22:20:05.910 INFO:teuthology.orchestra.run.smithi155.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.5 MB/s | 222 kB 00:00 2024-04-22T22:20:06.052 INFO:teuthology.orchestra.run.smithi155.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.4 MB/s | 279 kB 00:00 2024-04-22T22:20:06.077 INFO:teuthology.orchestra.run.smithi155.stdout:(6/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 593 kB/s | 159 kB 00:00 2024-04-22T22:20:06.092 INFO:teuthology.orchestra.run.smithi134.stdout:(1/13): ceph-mgr-rook-19.0.0-2407.g430e09df.el9 270 kB/s | 49 kB 00:00 2024-04-22T22:20:06.102 INFO:teuthology.orchestra.run.smithi155.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 279 kB/s | 54 kB 00:00 2024-04-22T22:20:06.434 INFO:teuthology.orchestra.run.smithi134.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 36 kB/s | 19 kB 00:00 2024-04-22T22:20:06.478 INFO:teuthology.orchestra.run.smithi155.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 37 kB/s | 15 kB 00:00 2024-04-22T22:20:06.503 INFO:teuthology.orchestra.run.smithi155.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 71 kB/s | 32 kB 00:00 2024-04-22T22:20:06.526 INFO:teuthology.orchestra.run.smithi134.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 42 kB/s | 26 kB 00:00 2024-04-22T22:20:06.695 INFO:teuthology.orchestra.run.smithi155.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 308 kB/s | 59 kB 00:00 2024-04-22T22:20:06.737 INFO:teuthology.orchestra.run.smithi155.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 320 kB/s | 203 kB 00:00 2024-04-22T22:20:06.846 INFO:teuthology.orchestra.run.smithi155.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 596 kB/s | 90 kB 00:00 2024-04-22T22:20:07.043 INFO:teuthology.orchestra.run.smithi134.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 234 kB/s | 222 kB 00:00 2024-04-22T22:20:07.046 INFO:teuthology.orchestra.run.smithi155.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.8 MB/s | 1.0 MB 00:00 2024-04-22T22:20:07.050 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:07.050 INFO:teuthology.orchestra.run.smithi155.stdout:Total 1.4 MB/s | 2.2 MB 00:01 2024-04-22T22:20:07.111 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T22:20:07.126 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T22:20:07.127 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T22:20:07.213 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T22:20:07.214 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T22:20:07.318 INFO:teuthology.orchestra.run.smithi134.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 180 kB/s | 159 kB 00:00 2024-04-22T22:20:07.493 INFO:teuthology.orchestra.run.smithi134.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 288 kB/s | 279 kB 00:00 2024-04-22T22:20:07.594 INFO:teuthology.orchestra.run.smithi134.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 117 kB/s | 32 kB 00:00 2024-04-22T22:20:07.685 INFO:teuthology.orchestra.run.smithi134.stdout:(8/13): python3-requests-oauthlib-1.3.0-12.el9. 83 kB/s | 54 kB 00:00 2024-04-22T22:20:07.713 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T22:20:07.727 INFO:teuthology.orchestra.run.smithi134.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 64 kB/s | 15 kB 00:00 2024-04-22T22:20:07.794 INFO:teuthology.orchestra.run.smithi134.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 1.0 MB/s | 203 kB 00:00 2024-04-22T22:20:07.886 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T22:20:07.936 INFO:teuthology.orchestra.run.smithi134.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 283 kB/s | 59 kB 00:00 2024-04-22T22:20:07.947 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T22:20:07.962 INFO:teuthology.orchestra.run.smithi134.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 538 kB/s | 90 kB 00:00 2024-04-22T22:20:08.020 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T22:20:08.056 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T22:20:08.098 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T22:20:08.126 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:20:08.126 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 1/12 2024-04-22T22:20:08.126 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:20:08.126 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:20:08.126 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T22:20:08.126 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T22:20:08.126 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T22:20:08.126 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T22:20:08.126 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T22:20:08.126 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T22:20:08.127 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:20:08.127 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T22:20:08.193 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T22:20:08.245 INFO:teuthology.orchestra.run.smithi134.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.8 MB/s | 1.0 MB 00:00 2024-04-22T22:20:08.249 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:08.249 INFO:teuthology.orchestra.run.smithi134.stdout:Total 832 kB/s | 2.2 MB 00:02 2024-04-22T22:20:08.302 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T22:20:08.319 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-04-22T22:20:08.335 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-04-22T22:20:08.335 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-04-22T22:20:08.358 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T22:20:08.421 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-04-22T22:20:08.423 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-04-22T22:20:08.563 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T22:20:08.563 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:08.563 INFO:teuthology.orchestra.run.smithi122.stdout:Installed: 2024-04-22T22:20:08.563 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:20:08.563 INFO:teuthology.orchestra.run.smithi122.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T22:20:08.563 INFO:teuthology.orchestra.run.smithi122.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T22:20:08.563 INFO:teuthology.orchestra.run.smithi122.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T22:20:08.563 INFO:teuthology.orchestra.run.smithi122.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T22:20:08.563 INFO:teuthology.orchestra.run.smithi122.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T22:20:08.563 INFO:teuthology.orchestra.run.smithi122.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T22:20:08.564 INFO:teuthology.orchestra.run.smithi122.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T22:20:08.564 INFO:teuthology.orchestra.run.smithi122.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T22:20:08.564 INFO:teuthology.orchestra.run.smithi122.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T22:20:08.564 INFO:teuthology.orchestra.run.smithi122.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T22:20:08.564 INFO:teuthology.orchestra.run.smithi122.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T22:20:08.564 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:08.564 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:20:08.923 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-04-22T22:20:08.978 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install ceph-mgr-rook 2024-04-22T22:20:09.082 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T22:20:09.084 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T22:20:09.138 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T22:20:09.146 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T22:20:09.172 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T22:20:09.202 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T22:20:09.220 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T22:20:09.240 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T22:20:09.241 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:20:09.281 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T22:20:09.375 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T22:20:09.476 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T22:20:09.497 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:21 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:20:09.533 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T22:20:09.618 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:20:09.619 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:09.619 INFO:teuthology.orchestra.run.smithi122.stdout: Package Arch Version Repository Size 2024-04-22T22:20:09.619 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:09.619 INFO:teuthology.orchestra.run.smithi122.stdout:Installing: 2024-04-22T22:20:09.619 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-mgr-rook noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 49 k 2024-04-22T22:20:09.619 INFO:teuthology.orchestra.run.smithi122.stdout:Installing dependencies: 2024-04-22T22:20:09.619 INFO:teuthology.orchestra.run.smithi122.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T22:20:09.619 INFO:teuthology.orchestra.run.smithi122.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T22:20:09.619 INFO:teuthology.orchestra.run.smithi122.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T22:20:09.620 INFO:teuthology.orchestra.run.smithi122.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T22:20:09.620 INFO:teuthology.orchestra.run.smithi122.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T22:20:09.620 INFO:teuthology.orchestra.run.smithi122.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T22:20:09.620 INFO:teuthology.orchestra.run.smithi122.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T22:20:09.620 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T22:20:09.620 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T22:20:09.620 INFO:teuthology.orchestra.run.smithi122.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T22:20:09.620 INFO:teuthology.orchestra.run.smithi122.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T22:20:09.620 INFO:teuthology.orchestra.run.smithi122.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T22:20:09.620 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:09.620 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-04-22T22:20:09.620 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:09.620 INFO:teuthology.orchestra.run.smithi122.stdout:Install 13 Packages 2024-04-22T22:20:09.621 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:09.621 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 2.2 M 2024-04-22T22:20:09.621 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 26 M 2024-04-22T22:20:09.621 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2024-04-22T22:20:10.034 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:20:10.034 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 1/13 2024-04-22T22:20:10.034 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T22:20:10.035 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T22:20:10.035 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T22:20:10.035 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T22:20:10.035 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T22:20:10.035 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T22:20:10.035 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T22:20:10.035 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T22:20:10.035 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T22:20:10.035 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T22:20:10.035 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T22:20:10.127 INFO:teuthology.orchestra.run.smithi122.stdout:(1/13): ceph-mgr-rook-19.0.0-2407.g430e09df.el9 260 kB/s | 49 kB 00:00 2024-04-22T22:20:10.247 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T22:20:10.297 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T22:20:10.330 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T22:20:10.348 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T22:20:10.348 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:10.349 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T22:20:10.349 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:20:10.349 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T22:20:10.349 INFO:teuthology.orchestra.run.smithi155.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T22:20:10.349 INFO:teuthology.orchestra.run.smithi155.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T22:20:10.349 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T22:20:10.349 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T22:20:10.349 INFO:teuthology.orchestra.run.smithi155.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T22:20:10.349 INFO:teuthology.orchestra.run.smithi155.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T22:20:10.349 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T22:20:10.349 INFO:teuthology.orchestra.run.smithi155.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T22:20:10.349 INFO:teuthology.orchestra.run.smithi155.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T22:20:10.349 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T22:20:10.349 INFO:teuthology.orchestra.run.smithi155.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T22:20:10.349 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:10.350 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:20:10.379 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T22:20:10.400 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:20:10.468 INFO:teuthology.orchestra.run.smithi122.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 36 kB/s | 19 kB 00:00 2024-04-22T22:20:10.560 INFO:teuthology.orchestra.run.smithi122.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 41 kB/s | 26 kB 00:00 2024-04-22T22:20:10.568 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T22:20:11.027 INFO:teuthology.orchestra.run.smithi122.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 247 kB/s | 222 kB 00:00 2024-04-22T22:20:11.073 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:25 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:20:11.075 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:20:11.075 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 1/13 2024-04-22T22:20:11.075 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T22:20:11.075 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T22:20:11.075 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T22:20:11.075 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T22:20:11.075 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T22:20:11.075 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T22:20:11.076 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T22:20:11.076 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T22:20:11.076 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T22:20:11.076 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T22:20:11.076 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T22:20:11.193 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:20:11.194 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:11.194 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-22T22:20:11.194 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:11.194 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T22:20:11.194 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 141 k 2024-04-22T22:20:11.195 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-22T22:20:11.195 INFO:teuthology.orchestra.run.smithi155.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T22:20:11.195 INFO:teuthology.orchestra.run.smithi155.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T22:20:11.195 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T22:20:11.195 INFO:teuthology.orchestra.run.smithi155.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T22:20:11.195 INFO:teuthology.orchestra.run.smithi155.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T22:20:11.195 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:11.195 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T22:20:11.195 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:11.195 INFO:teuthology.orchestra.run.smithi155.stdout:Install 6 Packages 2024-04-22T22:20:11.196 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:11.196 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 7.0 M 2024-04-22T22:20:11.196 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 33 M 2024-04-22T22:20:11.196 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T22:20:11.336 INFO:teuthology.orchestra.run.smithi122.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 183 kB/s | 159 kB 00:00 2024-04-22T22:20:11.379 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T22:20:11.379 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:11.379 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-04-22T22:20:11.379 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:20:11.380 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T22:20:11.380 INFO:teuthology.orchestra.run.smithi134.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T22:20:11.380 INFO:teuthology.orchestra.run.smithi134.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T22:20:11.380 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T22:20:11.380 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T22:20:11.380 INFO:teuthology.orchestra.run.smithi134.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T22:20:11.380 INFO:teuthology.orchestra.run.smithi134.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T22:20:11.380 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T22:20:11.380 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T22:20:11.380 INFO:teuthology.orchestra.run.smithi134.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T22:20:11.380 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T22:20:11.380 INFO:teuthology.orchestra.run.smithi134.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T22:20:11.380 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:11.380 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:20:11.536 INFO:teuthology.orchestra.run.smithi122.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 286 kB/s | 279 kB 00:00 2024-04-22T22:20:11.578 INFO:teuthology.orchestra.run.smithi122.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 133 kB/s | 32 kB 00:00 2024-04-22T22:20:11.606 INFO:teuthology.orchestra.run.smithi155.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.3 MB/s | 248 kB 00:00 2024-04-22T22:20:11.650 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T22:20:11.672 INFO:teuthology.orchestra.run.smithi155.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2407.g430e09df.e 552 kB/s | 141 kB 00:00 2024-04-22T22:20:11.686 INFO:teuthology.orchestra.run.smithi122.stdout:(8/13): python3-requests-oauthlib-1.3.0-12.el9. 81 kB/s | 54 kB 00:00 2024-04-22T22:20:11.772 INFO:teuthology.orchestra.run.smithi122.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 63 kB/s | 15 kB 00:00 2024-04-22T22:20:11.815 INFO:teuthology.orchestra.run.smithi155.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 15 MB/s | 6.0 MB 00:00 2024-04-22T22:20:11.840 INFO:teuthology.orchestra.run.smithi155.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 346 kB/s | 58 kB 00:00 2024-04-22T22:20:11.890 INFO:teuthology.orchestra.run.smithi155.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.9 MB/s | 548 kB 00:00 2024-04-22T22:20:11.914 INFO:teuthology.orchestra.run.smithi122.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 603 kB/s | 203 kB 00:00 2024-04-22T22:20:11.915 INFO:teuthology.orchestra.run.smithi155.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 509 kB/s | 51 kB 00:00 2024-04-22T22:20:11.916 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:11.916 INFO:teuthology.orchestra.run.smithi155.stdout:Total 9.7 MB/s | 7.0 MB 00:00 2024-04-22T22:20:11.948 INFO:teuthology.orchestra.run.smithi122.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 337 kB/s | 59 kB 00:00 2024-04-22T22:20:11.985 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T22:20:11.996 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T22:20:11.997 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T22:20:12.090 INFO:teuthology.orchestra.run.smithi122.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 511 kB/s | 90 kB 00:00 2024-04-22T22:20:12.091 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T22:20:12.091 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T22:20:12.159 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:30 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:20:12.280 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:20:12.280 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:12.280 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-04-22T22:20:12.281 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:12.281 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-04-22T22:20:12.281 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 141 k 2024-04-22T22:20:12.281 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-04-22T22:20:12.281 INFO:teuthology.orchestra.run.smithi134.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T22:20:12.281 INFO:teuthology.orchestra.run.smithi134.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T22:20:12.281 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T22:20:12.281 INFO:teuthology.orchestra.run.smithi134.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T22:20:12.281 INFO:teuthology.orchestra.run.smithi134.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T22:20:12.281 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:12.281 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-04-22T22:20:12.281 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:12.281 INFO:teuthology.orchestra.run.smithi134.stdout:Install 6 Packages 2024-04-22T22:20:12.281 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:12.282 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 7.0 M 2024-04-22T22:20:12.282 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 33 M 2024-04-22T22:20:12.282 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-04-22T22:20:12.391 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T22:20:12.457 INFO:teuthology.orchestra.run.smithi122.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.3 MB/s | 1.0 MB 00:00 2024-04-22T22:20:12.458 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:12.458 INFO:teuthology.orchestra.run.smithi122.stdout:Total 793 kB/s | 2.2 MB 00:02 2024-04-22T22:20:12.527 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2024-04-22T22:20:12.543 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2024-04-22T22:20:12.543 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2024-04-22T22:20:12.569 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T22:20:12.625 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T22:20:12.627 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2024-04-22T22:20:12.627 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2024-04-22T22:20:12.956 INFO:teuthology.orchestra.run.smithi134.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.2 MB/s | 248 kB 00:00 2024-04-22T22:20:12.981 INFO:teuthology.orchestra.run.smithi134.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2407.g430e09df.e 624 kB/s | 141 kB 00:00 2024-04-22T22:20:13.126 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2024-04-22T22:20:13.141 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T22:20:13.148 INFO:teuthology.orchestra.run.smithi134.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 15 MB/s | 6.0 MB 00:00 2024-04-22T22:20:13.228 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T22:20:13.290 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T22:20:13.305 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T22:20:13.315 INFO:teuthology.orchestra.run.smithi134.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 173 kB/s | 58 kB 00:00 2024-04-22T22:20:13.320 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:20:13.367 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T22:20:13.421 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T22:20:13.459 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T22:20:13.465 INFO:teuthology.orchestra.run.smithi134.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 161 kB/s | 51 kB 00:00 2024-04-22T22:20:13.500 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T22:20:13.557 INFO:teuthology.orchestra.run.smithi134.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 912 kB/s | 548 kB 00:00 2024-04-22T22:20:13.558 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:13.558 INFO:teuthology.orchestra.run.smithi134.stdout:Total 5.5 MB/s | 7.0 MB 00:01 2024-04-22T22:20:13.594 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T22:20:13.628 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-04-22T22:20:13.639 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-04-22T22:20:13.639 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-04-22T22:20:13.711 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T22:20:13.734 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-04-22T22:20:13.735 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-04-22T22:20:13.760 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T22:20:14.035 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-04-22T22:20:14.050 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:20:14.050 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/6 2024-04-22T22:20:14.051 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T22:20:14.051 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T22:20:14.051 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T22:20:14.051 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T22:20:14.213 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T22:20:14.259 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T22:20:14.297 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T22:20:14.297 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:14.297 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T22:20:14.297 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:20:14.297 INFO:teuthology.orchestra.run.smithi155.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T22:20:14.297 INFO:teuthology.orchestra.run.smithi155.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T22:20:14.297 INFO:teuthology.orchestra.run.smithi155.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T22:20:14.297 INFO:teuthology.orchestra.run.smithi155.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T22:20:14.297 INFO:teuthology.orchestra.run.smithi155.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T22:20:14.297 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:14.298 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:20:14.483 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T22:20:14.532 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T22:20:14.566 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T22:20:14.584 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-fuse 2024-04-22T22:20:14.614 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T22:20:14.636 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:20:14.763 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T22:20:14.844 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T22:20:14.908 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T22:20:14.938 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:20:15.099 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:29 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:20:15.219 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:20:15.219 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:15.219 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-22T22:20:15.219 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:15.219 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T22:20:15.219 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 889 k 2024-04-22T22:20:15.219 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-22T22:20:15.220 INFO:teuthology.orchestra.run.smithi155.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T22:20:15.220 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:15.220 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T22:20:15.220 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:15.220 INFO:teuthology.orchestra.run.smithi155.stdout:Install 2 Packages 2024-04-22T22:20:15.220 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:15.220 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 969 k 2024-04-22T22:20:15.220 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 2.8 M 2024-04-22T22:20:15.220 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T22:20:15.384 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:20:15.384 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 1/13 2024-04-22T22:20:15.384 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T22:20:15.384 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T22:20:15.384 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T22:20:15.384 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T22:20:15.384 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T22:20:15.384 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T22:20:15.384 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T22:20:15.384 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T22:20:15.385 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T22:20:15.385 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T22:20:15.385 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T22:20:15.452 INFO:teuthology.orchestra.run.smithi155.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 740 kB/s | 80 kB 00:00 2024-04-22T22:20:15.629 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:20:15.630 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/6 2024-04-22T22:20:15.630 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T22:20:15.630 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T22:20:15.630 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T22:20:15.630 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T22:20:15.644 INFO:teuthology.orchestra.run.smithi155.stdout:(2/2): ceph-fuse-19.0.0-2407.g430e09df.el9.x86_ 2.9 MB/s | 889 kB 00:00 2024-04-22T22:20:15.644 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:15.644 INFO:teuthology.orchestra.run.smithi155.stdout:Total 2.2 MB/s | 969 kB 00:00 2024-04-22T22:20:15.656 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T22:20:15.678 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T22:20:15.678 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T22:20:15.693 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T22:20:15.693 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:15.693 INFO:teuthology.orchestra.run.smithi122.stdout:Installed: 2024-04-22T22:20:15.693 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:20:15.693 INFO:teuthology.orchestra.run.smithi122.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T22:20:15.693 INFO:teuthology.orchestra.run.smithi122.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T22:20:15.693 INFO:teuthology.orchestra.run.smithi122.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T22:20:15.693 INFO:teuthology.orchestra.run.smithi122.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T22:20:15.693 INFO:teuthology.orchestra.run.smithi122.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T22:20:15.693 INFO:teuthology.orchestra.run.smithi122.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T22:20:15.693 INFO:teuthology.orchestra.run.smithi122.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T22:20:15.693 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T22:20:15.693 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T22:20:15.694 INFO:teuthology.orchestra.run.smithi122.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T22:20:15.694 INFO:teuthology.orchestra.run.smithi122.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T22:20:15.694 INFO:teuthology.orchestra.run.smithi122.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T22:20:15.694 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:15.694 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:20:15.756 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T22:20:15.756 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T22:20:15.894 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T22:20:15.894 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:15.894 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-04-22T22:20:15.894 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:20:15.894 INFO:teuthology.orchestra.run.smithi134.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T22:20:15.894 INFO:teuthology.orchestra.run.smithi134.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T22:20:15.894 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T22:20:15.894 INFO:teuthology.orchestra.run.smithi134.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T22:20:15.894 INFO:teuthology.orchestra.run.smithi134.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T22:20:15.894 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:15.894 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:20:15.944 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T22:20:15.954 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T22:20:16.089 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T22:20:16.151 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:20:16.156 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-fuse 2024-04-22T22:20:16.464 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:28 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:20:16.584 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:20:16.585 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:16.585 INFO:teuthology.orchestra.run.smithi122.stdout: Package Arch Version Repository Size 2024-04-22T22:20:16.585 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:16.585 INFO:teuthology.orchestra.run.smithi122.stdout:Installing: 2024-04-22T22:20:16.586 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 141 k 2024-04-22T22:20:16.586 INFO:teuthology.orchestra.run.smithi122.stdout:Installing dependencies: 2024-04-22T22:20:16.586 INFO:teuthology.orchestra.run.smithi122.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T22:20:16.586 INFO:teuthology.orchestra.run.smithi122.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T22:20:16.586 INFO:teuthology.orchestra.run.smithi122.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T22:20:16.586 INFO:teuthology.orchestra.run.smithi122.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T22:20:16.587 INFO:teuthology.orchestra.run.smithi122.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T22:20:16.587 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:16.587 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-04-22T22:20:16.587 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:16.587 INFO:teuthology.orchestra.run.smithi122.stdout:Install 6 Packages 2024-04-22T22:20:16.587 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:16.588 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 7.0 M 2024-04-22T22:20:16.589 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 33 M 2024-04-22T22:20:16.589 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2024-04-22T22:20:16.667 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:34 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:20:16.774 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:20:16.774 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/2 2024-04-22T22:20:16.787 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:20:16.787 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:16.788 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-04-22T22:20:16.788 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:16.788 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-04-22T22:20:16.788 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 889 k 2024-04-22T22:20:16.788 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-04-22T22:20:16.788 INFO:teuthology.orchestra.run.smithi134.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T22:20:16.788 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:16.788 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-04-22T22:20:16.788 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:16.788 INFO:teuthology.orchestra.run.smithi134.stdout:Install 2 Packages 2024-04-22T22:20:16.788 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:16.789 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 969 k 2024-04-22T22:20:16.789 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 2.8 M 2024-04-22T22:20:16.789 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-04-22T22:20:17.009 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T22:20:17.010 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:17.010 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T22:20:17.010 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T22:20:17.010 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:17.010 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:20:17.248 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-volume 2024-04-22T22:20:17.268 INFO:teuthology.orchestra.run.smithi134.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 397 kB/s | 80 kB 00:00 2024-04-22T22:20:17.317 INFO:teuthology.orchestra.run.smithi122.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 2.3 MB/s | 248 kB 00:00 2024-04-22T22:20:17.402 INFO:teuthology.orchestra.run.smithi134.stdout:(2/2): ceph-fuse-19.0.0-2407.g430e09df.el9.x86_ 2.6 MB/s | 889 kB 00:00 2024-04-22T22:20:17.403 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:17.403 INFO:teuthology.orchestra.run.smithi134.stdout:Total 1.5 MB/s | 969 kB 00:00 2024-04-22T22:20:17.414 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-04-22T22:20:17.436 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-04-22T22:20:17.436 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-04-22T22:20:17.513 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-04-22T22:20:17.513 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-04-22T22:20:17.533 INFO:teuthology.orchestra.run.smithi122.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.5 MB/s | 548 kB 00:00 2024-04-22T22:20:17.567 INFO:teuthology.orchestra.run.smithi122.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2407.g430e09df.e 395 kB/s | 141 kB 00:00 2024-04-22T22:20:17.592 INFO:teuthology.orchestra.run.smithi122.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 989 kB/s | 58 kB 00:00 2024-04-22T22:20:17.617 INFO:teuthology.orchestra.run.smithi122.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 1.0 MB/s | 51 kB 00:00 2024-04-22T22:20:17.705 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-04-22T22:20:17.726 INFO:teuthology.orchestra.run.smithi122.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 12 MB/s | 6.0 MB 00:00 2024-04-22T22:20:17.728 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:17.728 INFO:teuthology.orchestra.run.smithi122.stdout:Total 6.1 MB/s | 7.0 MB 00:01 2024-04-22T22:20:17.771 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:31 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:20:17.798 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2024-04-22T22:20:17.809 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2024-04-22T22:20:17.809 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2024-04-22T22:20:17.845 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T22:20:17.895 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:20:17.896 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:17.896 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2024-04-22T22:20:17.896 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:17.896 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T22:20:17.896 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-volume noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 264 k 2024-04-22T22:20:17.896 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-04-22T22:20:17.896 INFO:teuthology.orchestra.run.smithi155.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T22:20:17.896 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:17.896 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T22:20:17.896 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:17.896 INFO:teuthology.orchestra.run.smithi155.stdout:Install 2 Packages 2024-04-22T22:20:17.896 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:17.897 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 341 k 2024-04-22T22:20:17.897 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 1.5 M 2024-04-22T22:20:17.897 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T22:20:17.903 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2024-04-22T22:20:17.904 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2024-04-22T22:20:17.916 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:20:18.215 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2024-04-22T22:20:18.257 INFO:teuthology.orchestra.run.smithi155.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 270 kB/s | 77 kB 00:00 2024-04-22T22:20:18.315 INFO:teuthology.orchestra.run.smithi155.stdout:(2/2): ceph-volume-19.0.0-2407.g430e09df.el9.no 765 kB/s | 264 kB 00:00 2024-04-22T22:20:18.316 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:18.316 INFO:teuthology.orchestra.run.smithi155.stdout:Total 811 kB/s | 341 kB 00:00 2024-04-22T22:20:18.327 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T22:20:18.337 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T22:20:18.337 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T22:20:18.363 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T22:20:18.363 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T22:20:18.383 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T22:20:18.436 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T22:20:18.505 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T22:20:18.583 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:20:18.584 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/2 2024-04-22T22:20:18.702 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T22:20:18.743 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:20:18.758 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:20:18.758 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:20:18.758 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T22:20:18.758 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:18.853 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T22:20:18.853 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:18.853 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-04-22T22:20:18.853 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T22:20:18.854 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:18.854 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:20:18.954 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T22:20:19.039 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T22:20:19.109 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-volume 2024-04-22T22:20:19.118 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T22:20:19.149 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:20:19.520 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 1/2 2024-04-22T22:20:19.631 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:37 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:20:19.755 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:20:19.755 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:19.756 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-04-22T22:20:19.756 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:19.756 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-04-22T22:20:19.756 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-volume noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 264 k 2024-04-22T22:20:19.756 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-04-22T22:20:19.756 INFO:teuthology.orchestra.run.smithi134.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T22:20:19.756 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:19.756 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-04-22T22:20:19.756 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:19.756 INFO:teuthology.orchestra.run.smithi134.stdout:Install 2 Packages 2024-04-22T22:20:19.756 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:19.757 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 341 k 2024-04-22T22:20:19.757 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 1.5 M 2024-04-22T22:20:19.757 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-04-22T22:20:19.789 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T22:20:19.789 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:19.789 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T22:20:19.789 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:20:19.789 INFO:teuthology.orchestra.run.smithi155.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T22:20:19.790 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:19.790 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:20:19.906 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:20:19.906 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/6 2024-04-22T22:20:19.906 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T22:20:19.907 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T22:20:19.907 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T22:20:19.907 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T22:20:19.908 INFO:teuthology.orchestra.run.smithi134.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 952 kB/s | 77 kB 00:00 2024-04-22T22:20:20.082 INFO:teuthology.orchestra.run.smithi134.stdout:(2/2): ceph-volume-19.0.0-2407.g430e09df.el9.no 1.0 MB/s | 264 kB 00:00 2024-04-22T22:20:20.083 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:20.083 INFO:teuthology.orchestra.run.smithi134.stdout:Total 1.0 MB/s | 341 kB 00:00 2024-04-22T22:20:20.095 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-04-22T22:20:20.101 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install librados-devel 2024-04-22T22:20:20.104 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-04-22T22:20:20.104 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-04-22T22:20:20.129 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-04-22T22:20:20.129 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-04-22T22:20:20.153 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T22:20:20.153 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:20.153 INFO:teuthology.orchestra.run.smithi122.stdout:Installed: 2024-04-22T22:20:20.153 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:20:20.153 INFO:teuthology.orchestra.run.smithi122.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T22:20:20.153 INFO:teuthology.orchestra.run.smithi122.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T22:20:20.153 INFO:teuthology.orchestra.run.smithi122.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T22:20:20.153 INFO:teuthology.orchestra.run.smithi122.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T22:20:20.154 INFO:teuthology.orchestra.run.smithi122.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T22:20:20.154 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:20.154 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:20:20.299 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-04-22T22:20:20.397 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install ceph-fuse 2024-04-22T22:20:20.475 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T22:20:20.510 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:20:20.525 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:20:20.525 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:20:20.525 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T22:20:20.525 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:20.632 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:34 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:20:20.754 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:20:20.754 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:20.754 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repo Size 2024-04-22T22:20:20.755 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:20.755 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T22:20:20.755 INFO:teuthology.orchestra.run.smithi155.stdout: librados-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 127 k 2024-04-22T22:20:20.755 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:20.755 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T22:20:20.755 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:20.755 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-22T22:20:20.755 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:20.755 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 127 k 2024-04-22T22:20:20.755 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 456 k 2024-04-22T22:20:20.755 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T22:20:20.905 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:32 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:20:20.962 INFO:teuthology.orchestra.run.smithi155.stdout:librados-devel-19.0.0-2407.g430e09df.el9.x86_64 612 kB/s | 127 kB 00:00 2024-04-22T22:20:20.963 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:20.963 INFO:teuthology.orchestra.run.smithi155.stdout:Total 608 kB/s | 127 kB 00:00 2024-04-22T22:20:20.963 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T22:20:20.969 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T22:20:20.969 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T22:20:21.026 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:20:21.027 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:21.028 INFO:teuthology.orchestra.run.smithi122.stdout: Package Arch Version Repository Size 2024-04-22T22:20:21.028 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:21.028 INFO:teuthology.orchestra.run.smithi122.stdout:Installing: 2024-04-22T22:20:21.028 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 889 k 2024-04-22T22:20:21.028 INFO:teuthology.orchestra.run.smithi122.stdout:Installing dependencies: 2024-04-22T22:20:21.028 INFO:teuthology.orchestra.run.smithi122.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T22:20:21.028 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:21.028 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-04-22T22:20:21.028 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:21.028 INFO:teuthology.orchestra.run.smithi122.stdout:Install 2 Packages 2024-04-22T22:20:21.028 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:21.028 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 969 k 2024-04-22T22:20:21.028 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 2.8 M 2024-04-22T22:20:21.028 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2024-04-22T22:20:21.031 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T22:20:21.032 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T22:20:21.179 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T22:20:21.234 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 1/2 2024-04-22T22:20:21.253 INFO:teuthology.orchestra.run.smithi122.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 506 kB/s | 80 kB 00:00 2024-04-22T22:20:21.291 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:21.379 INFO:teuthology.orchestra.run.smithi122.stdout:(2/2): ceph-fuse-19.0.0-2407.g430e09df.el9.x86_ 3.1 MB/s | 889 kB 00:00 2024-04-22T22:20:21.379 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:21.379 INFO:teuthology.orchestra.run.smithi122.stdout:Total 2.7 MB/s | 969 kB 00:00 2024-04-22T22:20:21.391 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2024-04-22T22:20:21.413 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2024-04-22T22:20:21.413 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2024-04-22T22:20:21.492 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2024-04-22T22:20:21.492 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2024-04-22T22:20:21.511 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T22:20:21.511 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:21.512 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-04-22T22:20:21.512 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:20:21.512 INFO:teuthology.orchestra.run.smithi134.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T22:20:21.512 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:21.512 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:20:21.662 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:21.682 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2024-04-22T22:20:21.822 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T22:20:21.832 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install librados-devel 2024-04-22T22:20:21.884 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:20:21.909 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:21.909 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:21.910 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T22:20:21.910 INFO:teuthology.orchestra.run.smithi155.stdout: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:20:21.910 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:21.910 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:20:22.163 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install libcephfs2 2024-04-22T22:20:22.354 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:40 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:20:22.474 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:20:22.475 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/2 2024-04-22T22:20:22.478 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:20:22.479 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:22.479 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repo Size 2024-04-22T22:20:22.479 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:22.479 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-04-22T22:20:22.479 INFO:teuthology.orchestra.run.smithi134.stdout: librados-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 127 k 2024-04-22T22:20:22.479 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:22.479 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-04-22T22:20:22.479 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:22.479 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-04-22T22:20:22.480 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:22.480 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 127 k 2024-04-22T22:20:22.480 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 456 k 2024-04-22T22:20:22.480 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-04-22T22:20:22.685 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:36 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:20:22.699 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T22:20:22.699 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:22.699 INFO:teuthology.orchestra.run.smithi122.stdout:Installed: 2024-04-22T22:20:22.699 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T22:20:22.699 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:22.699 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:20:22.765 INFO:teuthology.orchestra.run.smithi155.stdout:Package libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:22.798 INFO:teuthology.orchestra.run.smithi134.stdout:librados-devel-19.0.0-2407.g430e09df.el9.x86_64 399 kB/s | 127 kB 00:00 2024-04-22T22:20:22.798 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:22.799 INFO:teuthology.orchestra.run.smithi134.stdout:Total 397 kB/s | 127 kB 00:00 2024-04-22T22:20:22.799 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-04-22T22:20:22.805 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-04-22T22:20:22.805 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-04-22T22:20:22.807 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:20:22.808 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-22T22:20:22.808 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:20:22.868 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-04-22T22:20:22.868 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-04-22T22:20:22.900 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install libcephfs-devel 2024-04-22T22:20:22.999 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install ceph-volume 2024-04-22T22:20:23.013 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-04-22T22:20:23.111 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:23.417 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:37 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:20:23.518 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:35 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:20:23.531 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:23.536 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:20:23.537 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:23.537 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repo Size 2024-04-22T22:20:23.537 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:23.537 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T22:20:23.537 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 32 k 2024-04-22T22:20:23.537 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:23.537 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T22:20:23.538 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:23.538 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-22T22:20:23.538 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:23.538 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 32 k 2024-04-22T22:20:23.538 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 142 k 2024-04-22T22:20:23.538 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T22:20:23.640 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:20:23.641 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:23.641 INFO:teuthology.orchestra.run.smithi122.stdout: Package Arch Version Repository Size 2024-04-22T22:20:23.641 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:23.641 INFO:teuthology.orchestra.run.smithi122.stdout:Installing: 2024-04-22T22:20:23.641 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-volume noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 264 k 2024-04-22T22:20:23.641 INFO:teuthology.orchestra.run.smithi122.stdout:Installing dependencies: 2024-04-22T22:20:23.641 INFO:teuthology.orchestra.run.smithi122.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T22:20:23.641 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:23.642 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-04-22T22:20:23.642 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:23.642 INFO:teuthology.orchestra.run.smithi122.stdout:Install 2 Packages 2024-04-22T22:20:23.642 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:23.642 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 341 k 2024-04-22T22:20:23.642 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 1.5 M 2024-04-22T22:20:23.642 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2024-04-22T22:20:23.775 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:23.775 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:23.776 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-04-22T22:20:23.776 INFO:teuthology.orchestra.run.smithi134.stdout: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:20:23.776 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:23.776 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:20:23.783 INFO:teuthology.orchestra.run.smithi155.stdout:libcephfs-devel-19.0.0-2407.g430e09df.el9.x86_6 130 kB/s | 32 kB 00:00 2024-04-22T22:20:23.783 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:23.784 INFO:teuthology.orchestra.run.smithi155.stdout:Total 129 kB/s | 32 kB 00:00 2024-04-22T22:20:23.784 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T22:20:23.787 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T22:20:23.788 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T22:20:23.790 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T22:20:23.790 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T22:20:23.902 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T22:20:24.019 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:24.021 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install libcephfs2 2024-04-22T22:20:24.108 INFO:teuthology.orchestra.run.smithi122.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 407 kB/s | 77 kB 00:00 2024-04-22T22:20:24.292 INFO:teuthology.orchestra.run.smithi122.stdout:(2/2): ceph-volume-19.0.0-2407.g430e09df.el9.no 707 kB/s | 264 kB 00:00 2024-04-22T22:20:24.292 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:24.292 INFO:teuthology.orchestra.run.smithi122.stdout:Total 524 kB/s | 341 kB 00:00 2024-04-22T22:20:24.304 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2024-04-22T22:20:24.313 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2024-04-22T22:20:24.314 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2024-04-22T22:20:24.339 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2024-04-22T22:20:24.340 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2024-04-22T22:20:24.372 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:24.495 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2024-04-22T22:20:24.542 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:20:24.578 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:24.578 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:24.578 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T22:20:24.579 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:20:24.579 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:24.579 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:20:24.627 INFO:teuthology.orchestra.run.smithi134.stdout:Package libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:24.670 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:20:24.671 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-04-22T22:20:24.671 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:20:24.675 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T22:20:24.711 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:20:24.727 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:20:24.727 INFO:teuthology.orchestra.run.smithi122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:20:24.727 INFO:teuthology.orchestra.run.smithi122.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T22:20:24.727 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:24.776 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install libcephfs-devel 2024-04-22T22:20:24.821 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install librados2 2024-04-22T22:20:25.333 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:39 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:20:25.411 INFO:teuthology.orchestra.run.smithi155.stdout:Package librados2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:25.412 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:20:25.453 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:20:25.453 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-22T22:20:25.453 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:20:25.483 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 1/2 2024-04-22T22:20:25.512 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install librbd1 2024-04-22T22:20:25.549 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:20:25.550 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:25.550 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repo Size 2024-04-22T22:20:25.550 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:25.550 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-04-22T22:20:25.550 INFO:teuthology.orchestra.run.smithi134.stdout: libcephfs-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 32 k 2024-04-22T22:20:25.550 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:25.550 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-04-22T22:20:25.550 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:25.550 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-04-22T22:20:25.550 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:25.551 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 32 k 2024-04-22T22:20:25.551 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 142 k 2024-04-22T22:20:25.551 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-04-22T22:20:25.778 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T22:20:25.778 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:25.779 INFO:teuthology.orchestra.run.smithi122.stdout:Installed: 2024-04-22T22:20:25.779 INFO:teuthology.orchestra.run.smithi122.stdout: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:20:25.779 INFO:teuthology.orchestra.run.smithi122.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T22:20:25.779 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:25.779 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:20:25.811 INFO:teuthology.orchestra.run.smithi134.stdout:libcephfs-devel-19.0.0-2407.g430e09df.el9.x86_6 122 kB/s | 32 kB 00:00 2024-04-22T22:20:25.812 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:25.813 INFO:teuthology.orchestra.run.smithi134.stdout:Total 121 kB/s | 32 kB 00:00 2024-04-22T22:20:25.813 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-04-22T22:20:25.817 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-04-22T22:20:25.817 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-04-22T22:20:25.819 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-04-22T22:20:25.820 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-04-22T22:20:25.903 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-04-22T22:20:26.015 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:26.023 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:40 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:20:26.097 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install librados-devel 2024-04-22T22:20:26.102 INFO:teuthology.orchestra.run.smithi155.stdout:Package librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:26.142 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:20:26.143 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-22T22:20:26.143 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:20:26.212 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install python3-rados 2024-04-22T22:20:26.377 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:26.583 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:26.584 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:26.584 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-04-22T22:20:26.584 INFO:teuthology.orchestra.run.smithi134.stdout: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:20:26.584 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:26.584 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:20:26.611 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:38 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:20:26.720 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:40 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:20:26.735 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:20:26.735 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:26.735 INFO:teuthology.orchestra.run.smithi122.stdout: Package Arch Version Repo Size 2024-04-22T22:20:26.735 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:26.736 INFO:teuthology.orchestra.run.smithi122.stdout:Installing: 2024-04-22T22:20:26.736 INFO:teuthology.orchestra.run.smithi122.stdout: librados-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 127 k 2024-04-22T22:20:26.736 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:26.736 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-04-22T22:20:26.736 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:26.736 INFO:teuthology.orchestra.run.smithi122.stdout:Install 1 Package 2024-04-22T22:20:26.736 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:26.736 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 127 k 2024-04-22T22:20:26.736 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 456 k 2024-04-22T22:20:26.736 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2024-04-22T22:20:26.775 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install librados2 2024-04-22T22:20:26.799 INFO:teuthology.orchestra.run.smithi155.stdout:Package python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:26.840 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:20:26.841 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-22T22:20:26.841 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:20:26.916 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install python3-rgw 2024-04-22T22:20:27.055 INFO:teuthology.orchestra.run.smithi122.stdout:librados-devel-19.0.0-2407.g430e09df.el9.x86_64 397 kB/s | 127 kB 00:00 2024-04-22T22:20:27.056 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:27.056 INFO:teuthology.orchestra.run.smithi122.stdout:Total 396 kB/s | 127 kB 00:00 2024-04-22T22:20:27.056 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2024-04-22T22:20:27.061 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2024-04-22T22:20:27.062 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2024-04-22T22:20:27.126 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2024-04-22T22:20:27.126 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2024-04-22T22:20:27.285 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:20:27.302 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2024-04-22T22:20:27.363 INFO:teuthology.orchestra.run.smithi134.stdout:Package librados2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:27.402 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:27.403 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:20:27.405 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-04-22T22:20:27.405 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:20:27.435 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:41 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:20:27.498 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install librbd1 2024-04-22T22:20:27.515 INFO:teuthology.orchestra.run.smithi155.stdout:Package python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:27.557 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:20:27.558 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-22T22:20:27.558 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:20:27.633 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install python3-cephfs 2024-04-22T22:20:27.788 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:28.004 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:20:28.033 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:28.033 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:28.033 INFO:teuthology.orchestra.run.smithi122.stdout:Installed: 2024-04-22T22:20:28.033 INFO:teuthology.orchestra.run.smithi122.stdout: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:20:28.033 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:28.033 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:20:28.083 INFO:teuthology.orchestra.run.smithi134.stdout:Package librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:28.124 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:20:28.125 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-04-22T22:20:28.125 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:20:28.149 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:20:28.200 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install python3-rados 2024-04-22T22:20:28.227 INFO:teuthology.orchestra.run.smithi155.stdout:Package python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:28.269 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:20:28.270 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-22T22:20:28.270 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:20:28.281 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install libcephfs2 2024-04-22T22:20:28.328 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install python3-rbd 2024-04-22T22:20:28.713 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:20:28.792 INFO:teuthology.orchestra.run.smithi134.stdout:Package python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:28.802 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:40 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:20:28.833 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:20:28.834 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-04-22T22:20:28.834 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:20:28.846 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:20:28.885 INFO:teuthology.orchestra.run.smithi122.stdout:Package libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:28.908 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install python3-rgw 2024-04-22T22:20:28.927 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:20:28.929 INFO:teuthology.orchestra.run.smithi155.stdout:Package python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:28.930 INFO:teuthology.orchestra.run.smithi122.stdout:Nothing to do. 2024-04-22T22:20:28.930 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:20:28.968 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:20:28.969 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-04-22T22:20:28.969 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:20:29.001 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install libcephfs-devel 2024-04-22T22:20:29.037 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install rbd-fuse 2024-04-22T22:20:29.414 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:20:29.492 INFO:teuthology.orchestra.run.smithi134.stdout:Package python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:29.506 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:41 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:20:29.534 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:20:29.535 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-04-22T22:20:29.535 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:20:29.544 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:20:29.613 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install python3-cephfs 2024-04-22T22:20:29.626 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:20:29.627 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:29.627 INFO:teuthology.orchestra.run.smithi122.stdout: Package Arch Version Repo Size 2024-04-22T22:20:29.627 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:29.627 INFO:teuthology.orchestra.run.smithi122.stdout:Installing: 2024-04-22T22:20:29.627 INFO:teuthology.orchestra.run.smithi122.stdout: libcephfs-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 32 k 2024-04-22T22:20:29.627 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:29.627 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-04-22T22:20:29.627 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:29.627 INFO:teuthology.orchestra.run.smithi122.stdout:Install 1 Package 2024-04-22T22:20:29.628 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:29.628 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 32 k 2024-04-22T22:20:29.628 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 142 k 2024-04-22T22:20:29.628 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2024-04-22T22:20:29.662 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:20:29.663 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:29.663 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-04-22T22:20:29.663 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:29.663 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T22:20:29.663 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 85 k 2024-04-22T22:20:29.663 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:29.663 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T22:20:29.664 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:29.664 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-22T22:20:29.664 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:29.664 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 85 k 2024-04-22T22:20:29.664 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 231 k 2024-04-22T22:20:29.664 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T22:20:29.801 INFO:teuthology.orchestra.run.smithi122.stdout:libcephfs-devel-19.0.0-2407.g430e09df.el9.x86_6 183 kB/s | 32 kB 00:00 2024-04-22T22:20:29.802 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:29.802 INFO:teuthology.orchestra.run.smithi122.stdout:Total 182 kB/s | 32 kB 00:00 2024-04-22T22:20:29.802 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2024-04-22T22:20:29.805 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2024-04-22T22:20:29.805 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2024-04-22T22:20:29.808 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2024-04-22T22:20:29.808 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2024-04-22T22:20:29.892 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2024-04-22T22:20:29.986 INFO:teuthology.orchestra.run.smithi155.stdout:rbd-fuse-19.0.0-2407.g430e09df.el9.x86_64.rpm 265 kB/s | 85 kB 00:00 2024-04-22T22:20:29.987 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:29.987 INFO:teuthology.orchestra.run.smithi155.stdout:Total 264 kB/s | 85 kB 00:00 2024-04-22T22:20:29.987 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T22:20:29.994 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T22:20:29.994 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T22:20:29.997 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:30.058 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T22:20:30.058 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T22:20:30.128 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:20:30.199 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T22:20:30.207 INFO:teuthology.orchestra.run.smithi134.stdout:Package python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:30.249 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:20:30.250 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-04-22T22:20:30.251 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:20:30.298 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:30.325 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install python3-rbd 2024-04-22T22:20:30.331 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:30.574 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:30.575 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:30.575 INFO:teuthology.orchestra.run.smithi122.stdout:Installed: 2024-04-22T22:20:30.575 INFO:teuthology.orchestra.run.smithi122.stdout: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:20:30.575 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:30.575 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:20:30.652 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:30.775 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install librados2 2024-04-22T22:20:30.842 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:20:30.885 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:30.885 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:30.885 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T22:20:30.885 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:20:30.886 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:30.886 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:20:30.921 INFO:teuthology.orchestra.run.smithi134.stdout:Package python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:30.963 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:20:30.964 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-04-22T22:20:30.964 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:20:31.041 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install rbd-fuse 2024-04-22T22:20:31.138 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install rbd-mirror 2024-04-22T22:20:31.275 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:20:31.351 INFO:teuthology.orchestra.run.smithi122.stdout:Package librados2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:31.392 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:20:31.393 INFO:teuthology.orchestra.run.smithi122.stdout:Nothing to do. 2024-04-22T22:20:31.394 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:20:31.457 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install librbd1 2024-04-22T22:20:31.550 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:20:31.670 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:20:31.671 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:31.671 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2024-04-22T22:20:31.671 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:31.671 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-04-22T22:20:31.671 INFO:teuthology.orchestra.run.smithi134.stdout: rbd-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 85 k 2024-04-22T22:20:31.671 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:31.671 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-04-22T22:20:31.671 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:31.671 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-04-22T22:20:31.671 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:31.672 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 85 k 2024-04-22T22:20:31.672 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 231 k 2024-04-22T22:20:31.672 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-04-22T22:20:31.677 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:20:31.807 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:20:31.807 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:31.808 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repo Size 2024-04-22T22:20:31.808 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:31.808 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T22:20:31.808 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-mirror x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:20:31.808 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:31.808 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T22:20:31.808 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:31.808 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-22T22:20:31.808 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:31.809 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 3.1 M 2024-04-22T22:20:31.809 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 13 M 2024-04-22T22:20:31.809 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T22:20:31.882 INFO:teuthology.orchestra.run.smithi134.stdout:rbd-fuse-19.0.0-2407.g430e09df.el9.x86_64.rpm 406 kB/s | 85 kB 00:00 2024-04-22T22:20:31.882 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:31.883 INFO:teuthology.orchestra.run.smithi134.stdout:Total 403 kB/s | 85 kB 00:00 2024-04-22T22:20:31.883 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-04-22T22:20:31.889 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-04-22T22:20:31.889 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-04-22T22:20:31.952 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-04-22T22:20:31.952 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-04-22T22:20:31.967 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:20:32.046 INFO:teuthology.orchestra.run.smithi122.stdout:Package librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:32.086 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:20:32.088 INFO:teuthology.orchestra.run.smithi122.stdout:Nothing to do. 2024-04-22T22:20:32.088 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:20:32.097 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-04-22T22:20:32.148 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install python3-rados 2024-04-22T22:20:32.193 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:32.473 INFO:teuthology.orchestra.run.smithi155.stdout:rbd-mirror-19.0.0-2407.g430e09df.el9.x86_64.rpm 4.7 MB/s | 3.1 MB 00:00 2024-04-22T22:20:32.474 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:32.474 INFO:teuthology.orchestra.run.smithi155.stdout:Total 4.6 MB/s | 3.1 MB 00:00 2024-04-22T22:20:32.474 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T22:20:32.483 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T22:20:32.483 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T22:20:32.520 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:32.564 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T22:20:32.565 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T22:20:32.660 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:20:32.741 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:32.742 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:32.742 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-04-22T22:20:32.742 INFO:teuthology.orchestra.run.smithi134.stdout: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:20:32.742 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:32.742 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:20:32.743 INFO:teuthology.orchestra.run.smithi122.stdout:Package python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:32.786 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:20:32.787 INFO:teuthology.orchestra.run.smithi122.stdout:Nothing to do. 2024-04-22T22:20:32.787 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:20:32.853 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install python3-rgw 2024-04-22T22:20:33.002 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T22:20:33.015 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install rbd-mirror 2024-04-22T22:20:33.082 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:33.108 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:33.108 INFO:teuthology.orchestra.run.smithi155.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:20:33.108 INFO:teuthology.orchestra.run.smithi155.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T22:20:33.108 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:20:33.108 INFO:teuthology.orchestra.run.smithi155.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:20:33.108 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:33.395 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:20:33.477 INFO:teuthology.orchestra.run.smithi122.stdout:Package python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:33.520 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:20:33.521 INFO:teuthology.orchestra.run.smithi122.stdout:Nothing to do. 2024-04-22T22:20:33.521 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:20:33.535 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:51 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:20:33.590 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install python3-cephfs 2024-04-22T22:20:33.658 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:20:33.658 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:33.659 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repo Size 2024-04-22T22:20:33.659 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:33.659 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-04-22T22:20:33.659 INFO:teuthology.orchestra.run.smithi134.stdout: rbd-mirror x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:20:33.659 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:33.659 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-04-22T22:20:33.659 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:33.659 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-04-22T22:20:33.659 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:33.660 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 3.1 M 2024-04-22T22:20:33.660 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 13 M 2024-04-22T22:20:33.660 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-04-22T22:20:34.114 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:20:34.160 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:34.161 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:34.161 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T22:20:34.161 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:20:34.161 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:34.161 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:20:34.192 INFO:teuthology.orchestra.run.smithi122.stdout:Package python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:34.233 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:20:34.235 INFO:teuthology.orchestra.run.smithi122.stdout:Nothing to do. 2024-04-22T22:20:34.235 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:20:34.277 INFO:teuthology.orchestra.run.smithi134.stdout:rbd-mirror-19.0.0-2407.g430e09df.el9.x86_64.rpm 5.0 MB/s | 3.1 MB 00:00 2024-04-22T22:20:34.278 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:34.278 INFO:teuthology.orchestra.run.smithi134.stdout:Total 5.0 MB/s | 3.1 MB 00:00 2024-04-22T22:20:34.279 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-04-22T22:20:34.287 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-04-22T22:20:34.287 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-04-22T22:20:34.295 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install python3-rbd 2024-04-22T22:20:34.367 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-04-22T22:20:34.367 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-04-22T22:20:34.390 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install rbd-nbd 2024-04-22T22:20:34.788 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-04-22T22:20:34.803 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:20:34.853 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:34.878 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:34.878 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:20:34.878 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T22:20:34.878 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:20:34.878 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:20:34.878 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:34.882 INFO:teuthology.orchestra.run.smithi122.stdout:Package python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:20:34.912 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 10:18:46 PM UTC. 2024-04-22T22:20:34.923 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:20:34.924 INFO:teuthology.orchestra.run.smithi122.stdout:Nothing to do. 2024-04-22T22:20:34.924 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:20:34.984 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install rbd-fuse 2024-04-22T22:20:35.036 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-04-22T22:20:35.037 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:35.037 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-04-22T22:20:35.037 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:35.037 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-04-22T22:20:35.038 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-nbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 171 k 2024-04-22T22:20:35.038 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:35.038 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-04-22T22:20:35.038 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-04-22T22:20:35.038 INFO:teuthology.orchestra.run.smithi155.stdout:Install 1 Package 2024-04-22T22:20:35.038 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:35.038 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 171 k 2024-04-22T22:20:35.038 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 494 k 2024-04-22T22:20:35.038 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-04-22T22:20:35.259 INFO:teuthology.orchestra.run.smithi155.stdout:rbd-nbd-19.0.0-2407.g430e09df.el9.x86_64.rpm 775 kB/s | 171 kB 00:00 2024-04-22T22:20:35.260 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:35.260 INFO:teuthology.orchestra.run.smithi155.stdout:Total 770 kB/s | 171 kB 00:00 2024-04-22T22:20:35.260 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-04-22T22:20:35.268 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-04-22T22:20:35.268 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-04-22T22:20:35.335 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-04-22T22:20:35.335 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-04-22T22:20:35.490 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-04-22T22:20:35.490 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:20:35.588 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:35.610 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:20:35.610 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:35.611 INFO:teuthology.orchestra.run.smithi122.stdout: Package Architecture Version Repository Size 2024-04-22T22:20:35.611 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:35.611 INFO:teuthology.orchestra.run.smithi122.stdout:Installing: 2024-04-22T22:20:35.611 INFO:teuthology.orchestra.run.smithi122.stdout: rbd-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 85 k 2024-04-22T22:20:35.611 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:35.611 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-04-22T22:20:35.611 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:35.611 INFO:teuthology.orchestra.run.smithi122.stdout:Install 1 Package 2024-04-22T22:20:35.611 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:35.612 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 85 k 2024-04-22T22:20:35.612 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 231 k 2024-04-22T22:20:35.612 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2024-04-22T22:20:35.821 INFO:teuthology.orchestra.run.smithi122.stdout:rbd-fuse-19.0.0-2407.g430e09df.el9.x86_64.rpm 407 kB/s | 85 kB 00:00 2024-04-22T22:20:35.822 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:35.822 INFO:teuthology.orchestra.run.smithi122.stdout:Total 404 kB/s | 85 kB 00:00 2024-04-22T22:20:35.822 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2024-04-22T22:20:35.829 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2024-04-22T22:20:35.829 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2024-04-22T22:20:35.891 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2024-04-22T22:20:35.891 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2024-04-22T22:20:35.950 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:35.950 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:35.950 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-04-22T22:20:35.950 INFO:teuthology.orchestra.run.smithi134.stdout: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:20:35.950 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:35.950 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:20:36.002 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:36.036 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2024-04-22T22:20:36.133 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:36.187 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install rbd-nbd 2024-04-22T22:20:36.217 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:36.218 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:36.218 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-04-22T22:20:36.218 INFO:teuthology.orchestra.run.smithi155.stdout: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:20:36.218 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-04-22T22:20:36.218 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-04-22T22:20:36.447 DEBUG:teuthology.parallel:result is None 2024-04-22T22:20:36.504 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:36.709 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:54 ago on Mon 22 Apr 2024 10:18:42 PM UTC. 2024-04-22T22:20:36.744 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:36.744 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:36.744 INFO:teuthology.orchestra.run.smithi122.stdout:Installed: 2024-04-22T22:20:36.744 INFO:teuthology.orchestra.run.smithi122.stdout: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:20:36.744 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:36.744 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:20:36.834 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-04-22T22:20:36.835 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:36.835 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2024-04-22T22:20:36.835 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:36.835 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-04-22T22:20:36.835 INFO:teuthology.orchestra.run.smithi134.stdout: rbd-nbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 171 k 2024-04-22T22:20:36.835 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:36.835 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-04-22T22:20:36.835 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-04-22T22:20:36.835 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-04-22T22:20:36.835 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:36.836 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 171 k 2024-04-22T22:20:36.836 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 494 k 2024-04-22T22:20:36.836 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-04-22T22:20:37.007 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install rbd-mirror 2024-04-22T22:20:37.065 INFO:teuthology.orchestra.run.smithi134.stdout:rbd-nbd-19.0.0-2407.g430e09df.el9.x86_64.rpm 748 kB/s | 171 kB 00:00 2024-04-22T22:20:37.066 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:37.066 INFO:teuthology.orchestra.run.smithi134.stdout:Total 743 kB/s | 171 kB 00:00 2024-04-22T22:20:37.066 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-04-22T22:20:37.074 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-04-22T22:20:37.074 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-04-22T22:20:37.137 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-04-22T22:20:37.137 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-04-22T22:20:37.292 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-04-22T22:20:37.394 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:37.515 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:20:37.635 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:20:37.636 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:37.636 INFO:teuthology.orchestra.run.smithi122.stdout: Package Arch Version Repo Size 2024-04-22T22:20:37.636 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:37.637 INFO:teuthology.orchestra.run.smithi122.stdout:Installing: 2024-04-22T22:20:37.637 INFO:teuthology.orchestra.run.smithi122.stdout: rbd-mirror x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:20:37.637 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:37.637 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-04-22T22:20:37.637 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:37.637 INFO:teuthology.orchestra.run.smithi122.stdout:Install 1 Package 2024-04-22T22:20:37.637 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:37.637 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 3.1 M 2024-04-22T22:20:37.637 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 13 M 2024-04-22T22:20:37.637 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2024-04-22T22:20:37.763 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:38.015 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:38.015 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:38.015 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-04-22T22:20:38.015 INFO:teuthology.orchestra.run.smithi134.stdout: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:20:38.015 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-04-22T22:20:38.016 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-04-22T22:20:38.050 INFO:teuthology.orchestra.run.smithi122.stdout:rbd-mirror-19.0.0-2407.g430e09df.el9.x86_64.rpm 7.5 MB/s | 3.1 MB 00:00 2024-04-22T22:20:38.051 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:38.052 INFO:teuthology.orchestra.run.smithi122.stdout:Total 7.5 MB/s | 3.1 MB 00:00 2024-04-22T22:20:38.052 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2024-04-22T22:20:38.060 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2024-04-22T22:20:38.060 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2024-04-22T22:20:38.142 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2024-04-22T22:20:38.142 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2024-04-22T22:20:38.298 DEBUG:teuthology.parallel:result is None 2024-04-22T22:20:38.570 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2024-04-22T22:20:38.634 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:38.658 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:38.658 INFO:teuthology.orchestra.run.smithi122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:20:38.659 INFO:teuthology.orchestra.run.smithi122.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T22:20:38.659 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:20:38.659 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:20:38.659 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:39.707 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:39.707 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:39.707 INFO:teuthology.orchestra.run.smithi122.stdout:Installed: 2024-04-22T22:20:39.707 INFO:teuthology.orchestra.run.smithi122.stdout: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:20:39.707 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:39.707 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:20:39.935 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum -y install rbd-nbd 2024-04-22T22:20:40.457 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:52 ago on Mon 22 Apr 2024 10:18:48 PM UTC. 2024-04-22T22:20:40.582 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2024-04-22T22:20:40.582 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:40.583 INFO:teuthology.orchestra.run.smithi122.stdout: Package Architecture Version Repository Size 2024-04-22T22:20:40.583 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:40.583 INFO:teuthology.orchestra.run.smithi122.stdout:Installing: 2024-04-22T22:20:40.583 INFO:teuthology.orchestra.run.smithi122.stdout: rbd-nbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 171 k 2024-04-22T22:20:40.583 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:40.583 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2024-04-22T22:20:40.583 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2024-04-22T22:20:40.583 INFO:teuthology.orchestra.run.smithi122.stdout:Install 1 Package 2024-04-22T22:20:40.583 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:40.584 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 171 k 2024-04-22T22:20:40.584 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 494 k 2024-04-22T22:20:40.584 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2024-04-22T22:20:40.904 INFO:teuthology.orchestra.run.smithi122.stdout:rbd-nbd-19.0.0-2407.g430e09df.el9.x86_64.rpm 535 kB/s | 171 kB 00:00 2024-04-22T22:20:40.904 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:20:40.904 INFO:teuthology.orchestra.run.smithi122.stdout:Total 533 kB/s | 171 kB 00:00 2024-04-22T22:20:40.905 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2024-04-22T22:20:40.912 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2024-04-22T22:20:40.912 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2024-04-22T22:20:40.976 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2024-04-22T22:20:40.977 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2024-04-22T22:20:41.130 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2024-04-22T22:20:41.233 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:41.618 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:41.884 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:20:41.884 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:41.884 INFO:teuthology.orchestra.run.smithi122.stdout:Installed: 2024-04-22T22:20:41.884 INFO:teuthology.orchestra.run.smithi122.stdout: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:20:41.884 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-04-22T22:20:41.884 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2024-04-22T22:20:42.129 DEBUG:teuthology.parallel:result is None 2024-04-22T22:20:42.130 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-22T22:20:42.281 DEBUG:teuthology.orchestra.run.smithi122:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T22:20:42.302 INFO:teuthology.orchestra.run.smithi122.stdout:19.0.0-2407.g430e09df.el9 2024-04-22T22:20:42.302 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2407.g430e09df.el9 2024-04-22T22:20:42.302 INFO:teuthology.task.install:The correct ceph version 19.0.0-2407.g430e09df is installed. 2024-04-22T22:20:42.304 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-22T22:20:42.521 DEBUG:teuthology.orchestra.run.smithi134:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T22:20:42.545 INFO:teuthology.orchestra.run.smithi134.stdout:19.0.0-2407.g430e09df.el9 2024-04-22T22:20:42.545 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2407.g430e09df.el9 2024-04-22T22:20:42.545 INFO:teuthology.task.install:The correct ceph version 19.0.0-2407.g430e09df is installed. 2024-04-22T22:20:42.547 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-22T22:20:42.686 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T22:20:42.710 INFO:teuthology.orchestra.run.smithi155.stdout:19.0.0-2407.g430e09df.el9 2024-04-22T22:20:42.711 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2407.g430e09df.el9 2024-04-22T22:20:42.711 INFO:teuthology.task.install:The correct ceph version 19.0.0-2407.g430e09df is installed. 2024-04-22T22:20:42.713 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-22T22:20:42.713 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-04-22T22:20:42.713 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T22:20:42.738 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-04-22T22:20:42.738 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T22:20:42.767 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-22T22:20:42.767 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T22:20:42.792 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-22T22:20:42.793 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-04-22T22:20:42.793 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T22:20:42.816 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T22:20:42.879 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-04-22T22:20:42.879 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T22:20:42.907 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T22:20:42.974 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-22T22:20:42.974 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T22:20:42.999 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T22:20:43.064 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-22T22:20:43.064 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-04-22T22:20:43.065 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T22:20:43.088 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T22:20:43.151 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-04-22T22:20:43.152 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T22:20:43.185 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T22:20:43.254 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-22T22:20:43.254 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T22:20:43.280 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T22:20:43.345 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-22T22:20:43.345 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-04-22T22:20:43.345 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T22:20:43.369 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T22:20:43.432 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-04-22T22:20:43.432 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T22:20:43.459 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T22:20:43.526 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-04-22T22:20:43.527 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T22:20:43.552 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T22:20:43.619 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T22:20:43.715 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN'], 'log-only-match': ['CEPHADM_'], 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T22:20:43.716 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:20:43.716 INFO:tasks.cephadm:Cluster fsid is 8f418e22-00f6-11ef-bc93-c7b262605968 2024-04-22T22:20:43.716 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T22:20:43.717 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.122', 'mon.b': '172.21.15.134', 'mon.c': '172.21.15.155'} 2024-04-22T22:20:43.717 INFO:tasks.cephadm:First mon is mon.a on smithi122 2024-04-22T22:20:43.717 INFO:tasks.cephadm:First mgr is a 2024-04-22T22:20:43.717 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T22:20:43.717 DEBUG:teuthology.orchestra.run.smithi122:> sudo hostname $(hostname -s) 2024-04-22T22:20:43.741 DEBUG:teuthology.orchestra.run.smithi134:> sudo hostname $(hostname -s) 2024-04-22T22:20:43.769 DEBUG:teuthology.orchestra.run.smithi155:> sudo hostname $(hostname -s) 2024-04-22T22:20:43.796 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T22:20:43.796 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-22T22:20:43.937 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-22T22:20:44.152 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-22T22:20:44.153 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm 2024-04-22T22:20:44.154 DEBUG:teuthology.orchestra.run.smithi122:> 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-22T22:20:44.721 INFO:teuthology.orchestra.run.smithi122.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 22:20 /home/ubuntu/cephtest/cephadm 2024-04-22T22:20:44.722 DEBUG:teuthology.orchestra.run.smithi134:> 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-22T22:20:45.122 INFO:teuthology.orchestra.run.smithi134.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 22:20 /home/ubuntu/cephtest/cephadm 2024-04-22T22:20:45.123 DEBUG:teuthology.orchestra.run.smithi155:> 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-22T22:20:45.703 INFO:teuthology.orchestra.run.smithi155.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 22:20 /home/ubuntu/cephtest/cephadm 2024-04-22T22:20:45.703 DEBUG:teuthology.orchestra.run.smithi122:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:20:45.722 DEBUG:teuthology.orchestra.run.smithi134:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:20:45.741 DEBUG:teuthology.orchestra.run.smithi155:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:20:45.771 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f on all hosts... 2024-04-22T22:20:45.772 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:20:45.774 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:20:45.784 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:20:47.327 INFO:teuthology.orchestra.run.smithi134.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:20:47.387 INFO:teuthology.orchestra.run.smithi155.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:20:47.425 INFO:teuthology.orchestra.run.smithi122.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:20:47.494 INFO:teuthology.orchestra.run.smithi134.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:20:47.494 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:20:47.494 INFO:teuthology.orchestra.run.smithi134.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-22T22:20:47.494 INFO:teuthology.orchestra.run.smithi134.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:20:47.567 INFO:teuthology.orchestra.run.smithi155.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:20:47.567 INFO:teuthology.orchestra.run.smithi155.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:20:47.567 INFO:teuthology.orchestra.run.smithi155.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-22T22:20:47.567 INFO:teuthology.orchestra.run.smithi155.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:20:47.615 INFO:teuthology.orchestra.run.smithi122.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:20:47.615 INFO:teuthology.orchestra.run.smithi122.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:20:47.615 INFO:teuthology.orchestra.run.smithi122.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-22T22:20:47.615 INFO:teuthology.orchestra.run.smithi122.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:20:47.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:20:47.639 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 smithi122 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:20:47.640 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T22:20:47.642 DEBUG:teuthology.misc:Transferring archived files from smithi122:/var/lib/ceph/8f418e22-00f6-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668861/remote/smithi122/crash 2024-04-22T22:20:47.643 DEBUG:teuthology.orchestra.run.smithi122:> sudo tar c -f - -C /var/lib/ceph/8f418e22-00f6-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:20:47.680 INFO:teuthology.orchestra.run.smithi122.stderr:tar: /var/lib/ceph/8f418e22-00f6-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:20:47.680 INFO:teuthology.orchestra.run.smithi122.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:20:47.682 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/lib/ceph/8f418e22-00f6-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668861/remote/smithi134/crash 2024-04-22T22:20:47.683 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/lib/ceph/8f418e22-00f6-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:20:47.722 INFO:teuthology.orchestra.run.smithi134.stderr:tar: /var/lib/ceph/8f418e22-00f6-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:20:47.723 INFO:teuthology.orchestra.run.smithi134.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:20:47.724 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/lib/ceph/8f418e22-00f6-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668861/remote/smithi155/crash 2024-04-22T22:20:47.725 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/lib/ceph/8f418e22-00f6-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:20:47.761 INFO:teuthology.orchestra.run.smithi155.stderr:tar: /var/lib/ceph/8f418e22-00f6-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:20:47.762 INFO:teuthology.orchestra.run.smithi155.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:20:47.763 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T22:20:47.763 DEBUG:teuthology.orchestra.run.smithi122:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/8f418e22-00f6-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-22T22:20:47.786 INFO:teuthology.orchestra.run.smithi122.stderr:grep: /var/log/ceph/8f418e22-00f6-11ef-bc93-c7b262605968/ceph.log: No such file or directory 2024-04-22T22:20:47.788 INFO:tasks.cephadm:Compressing logs... 2024-04-22T22:20:47.788 DEBUG:teuthology.orchestra.run.smithi122:> 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-22T22:20:47.831 DEBUG:teuthology.orchestra.run.smithi134:> 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-22T22:20:47.833 DEBUG:teuthology.orchestra.run.smithi155:> 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-22T22:20:47.851 INFO:teuthology.orchestra.run.smithi122.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:20:47.851 INFO:teuthology.orchestra.run.smithi122.stderr:: No such file or directory 2024-04-22T22:20:47.851 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:20:47.853 INFO:teuthology.orchestra.run.smithi122.stderr: 2024-04-22T22:20:47.853 INFO:teuthology.orchestra.run.smithi122.stderr:real 0m0.011s 2024-04-22T22:20:47.853 INFO:teuthology.orchestra.run.smithi122.stderr:user 0m0.010s 2024-04-22T22:20:47.853 INFO:teuthology.orchestra.run.smithi122.stderr:sys 0m0.009s 2024-04-22T22:20:47.854 INFO:teuthology.orchestra.run.smithi134.stderr:find: ‘/var/log/rbd-target-api’gzip -5: No such file or directory --verbose 2024-04-22T22:20:47.854 INFO:teuthology.orchestra.run.smithi134.stderr: -- /var/log/ceph/cephadm.log 2024-04-22T22:20:47.854 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:20:47.856 INFO:teuthology.orchestra.run.smithi155.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:20:47.857 INFO:teuthology.orchestra.run.smithi155.stderr:: No such file or directory 2024-04-22T22:20:47.857 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:20:47.857 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-04-22T22:20:47.857 INFO:teuthology.orchestra.run.smithi134.stderr:real 0m0.011s 2024-04-22T22:20:47.857 INFO:teuthology.orchestra.run.smithi134.stderr:user 0m0.007s 2024-04-22T22:20:47.857 INFO:teuthology.orchestra.run.smithi134.stderr:sys 0m0.013s 2024-04-22T22:20:47.858 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-04-22T22:20:47.858 INFO:teuthology.orchestra.run.smithi155.stderr:real 0m0.011s 2024-04-22T22:20:47.858 INFO:teuthology.orchestra.run.smithi155.stderr:user 0m0.009s 2024-04-22T22:20:47.858 INFO:teuthology.orchestra.run.smithi155.stderr:sys 0m0.011s 2024-04-22T22:20:47.859 INFO:tasks.cephadm:Archiving logs... 2024-04-22T22:20:47.859 DEBUG:teuthology.misc:Transferring archived files from smithi122:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668861/remote/smithi122/log 2024-04-22T22:20:47.860 DEBUG:teuthology.orchestra.run.smithi122:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:20:47.918 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668861/remote/smithi134/log 2024-04-22T22:20:47.919 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:20:47.943 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668861/remote/smithi155/log 2024-04-22T22:20:47.944 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:20:47.968 INFO:tasks.cephadm:Removing cluster... 2024-04-22T22:20:47.969 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8f418e22-00f6-11ef-bc93-c7b262605968 --force 2024-04-22T22:20:48.150 INFO:teuthology.orchestra.run.smithi122.stdout:Deleting cluster with fsid: 8f418e22-00f6-11ef-bc93-c7b262605968 2024-04-22T22:20:48.411 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8f418e22-00f6-11ef-bc93-c7b262605968 --force 2024-04-22T22:20:48.584 INFO:teuthology.orchestra.run.smithi134.stdout:Deleting cluster with fsid: 8f418e22-00f6-11ef-bc93-c7b262605968 2024-04-22T22:20:48.838 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8f418e22-00f6-11ef-bc93-c7b262605968 --force 2024-04-22T22:20:49.013 INFO:teuthology.orchestra.run.smithi155.stdout:Deleting cluster with fsid: 8f418e22-00f6-11ef-bc93-c7b262605968 2024-04-22T22:20:49.268 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T22:20:49.268 DEBUG:teuthology.orchestra.run.smithi122:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:20:49.284 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:20:49.301 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:20:49.317 INFO:tasks.cephadm:Teardown complete 2024-04-22T22:20:49.317 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 smithi122 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:20:49.529 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ad2f5f48e8374e10bc030b8a2a954dcf 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 smithi122 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:20:49.532 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T22:20:49.541 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-22T22:20:49.555 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-22T22:20:49.555 DEBUG:teuthology.orchestra.run.smithi122:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T22:20:49.567 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T22:20:49.570 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T22:20:49.663 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T22:20:49.671 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T22:20:49.671 DEBUG:teuthology.orchestra.run.smithi122:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:20:49.674 DEBUG:teuthology.orchestra.run.smithi134:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:20:49.676 DEBUG:teuthology.orchestra.run.smithi155:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:20:49.686 INFO:teuthology.orchestra.run.smithi122.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:20:49.690 INFO:teuthology.orchestra.run.smithi155.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:20:49.690 INFO:teuthology.orchestra.run.smithi134.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:20:49.691 INFO:teuthology.orchestra.run.smithi122.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:20:49.691 INFO:teuthology.orchestra.run.smithi122.stdout:=============================================================================== 2024-04-22T22:20:49.691 INFO:teuthology.orchestra.run.smithi122.stdout:^- hv01.front.sepia.ceph.com 2 6 77 10 +955us[ +955us] +/- 589ms 2024-04-22T22:20:49.692 INFO:teuthology.orchestra.run.smithi122.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 8 -101us[ -101us] +/- 71ms 2024-04-22T22:20:49.692 INFO:teuthology.orchestra.run.smithi122.stdout:^* hv03.front.sepia.ceph.com 3 6 77 9 +76us[ +75us] +/- 66ms 2024-04-22T22:20:49.692 INFO:teuthology.orchestra.run.smithi122.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:20:49.693 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:20:49.693 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2024-04-22T22:20:49.694 INFO:teuthology.orchestra.run.smithi155.stdout:^- hv01.front.sepia.ceph.com 2 6 77 9 +971us[ +971us] +/- 589ms 2024-04-22T22:20:49.694 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 10 -80us[ -80us] +/- 71ms 2024-04-22T22:20:49.694 INFO:teuthology.orchestra.run.smithi155.stdout:^* hv03.front.sepia.ceph.com 3 6 77 10 +91us[-3179ns] +/- 66ms 2024-04-22T22:20:49.694 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:20:49.695 INFO:teuthology.orchestra.run.smithi134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:20:49.696 INFO:teuthology.orchestra.run.smithi134.stdout:=============================================================================== 2024-04-22T22:20:49.696 INFO:teuthology.orchestra.run.smithi134.stdout:^- hv01.front.sepia.ceph.com 2 6 77 10 +959us[ +937us] +/- 589ms 2024-04-22T22:20:49.696 INFO:teuthology.orchestra.run.smithi134.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 10 -88us[ -110us] +/- 71ms 2024-04-22T22:20:49.696 INFO:teuthology.orchestra.run.smithi134.stdout:^* hv03.front.sepia.ceph.com 3 6 77 9 +82us[ +60us] +/- 66ms 2024-04-22T22:20:49.696 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:20:49.697 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T22:20:49.705 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T22:20:49.705 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T22:20:49.714 DEBUG:teuthology.orchestra.run.smithi122:> 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-22T22:20:49.787 DEBUG:teuthology.orchestra.run.smithi134:> 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-22T22:20:49.849 DEBUG:teuthology.orchestra.run.smithi155:> 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-22T22:20:49.903 DEBUG:teuthology.orchestra.run.smithi122:> 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-22T22:20:49.929 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:20:49.929 DEBUG:teuthology.orchestra.run.smithi134:> 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-22T22:20:49.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:20:49.958 DEBUG:teuthology.orchestra.run.smithi155:> 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-22T22:20:49.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:20:49.983 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T22:20:49.992 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T22:20:50.003 INFO:teuthology.task.internal:Duration was 368.453660 seconds 2024-04-22T22:20:50.003 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T22:20:50.011 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T22:20:50.012 DEBUG:teuthology.orchestra.run.smithi122:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:20:50.014 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:20:50.016 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:20:50.047 INFO:teuthology.orchestra.run.smithi122.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:20:50.053 INFO:teuthology.orchestra.run.smithi134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:20:50.060 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:20:50.384 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T22:20:50.384 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi122.front.sepia.ceph.com 2024-04-22T22:20:50.385 DEBUG:teuthology.orchestra.run.smithi122:> 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-22T22:20:50.444 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi134.front.sepia.ceph.com 2024-04-22T22:20:50.444 DEBUG:teuthology.orchestra.run.smithi134:> 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-22T22:20:50.472 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi155.front.sepia.ceph.com 2024-04-22T22:20:50.473 DEBUG:teuthology.orchestra.run.smithi155:> 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-22T22:20:50.499 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T22:20:50.500 DEBUG:teuthology.orchestra.run.smithi122:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:20:50.502 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:20:50.514 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:20:50.565 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T22:20:50.566 DEBUG:teuthology.orchestra.run.smithi122:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:20:50.568 DEBUG:teuthology.orchestra.run.smithi134:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:20:50.580 DEBUG:teuthology.orchestra.run.smithi155:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:20:50.695 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T22:20:50.706 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T22:20:50.706 DEBUG:teuthology.orchestra.run.smithi122:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:20:50.730 DEBUG:teuthology.orchestra.run.smithi134:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:20:50.755 DEBUG:teuthology.orchestra.run.smithi155:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:20:50.779 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T22:20:50.799 DEBUG:teuthology.orchestra.run.smithi122:> 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-22T22:20:50.802 DEBUG:teuthology.orchestra.run.smithi134:> 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-22T22:20:50.805 DEBUG:teuthology.orchestra.run.smithi155:> 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-22T22:20:50.821 INFO:teuthology.orchestra.run.smithi122.stdout:kernel.core_pattern = core 2024-04-22T22:20:50.824 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = core 2024-04-22T22:20:50.841 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = core 2024-04-22T22:20:50.864 DEBUG:teuthology.orchestra.run.smithi122:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:20:50.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:20:50.901 DEBUG:teuthology.orchestra.run.smithi134:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:20:50.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:20:50.915 DEBUG:teuthology.orchestra.run.smithi155:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:20:50.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:20:50.931 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T22:20:50.949 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T22:20:50.950 DEBUG:teuthology.misc:Transferring archived files from smithi122:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668861/remote/smithi122 2024-04-22T22:20:50.950 DEBUG:teuthology.orchestra.run.smithi122:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:20:50.983 DEBUG:teuthology.misc:Transferring archived files from smithi134:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668861/remote/smithi134 2024-04-22T22:20:50.983 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:20:51.015 DEBUG:teuthology.misc:Transferring archived files from smithi155:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668861/remote/smithi155 2024-04-22T22:20:51.015 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:20:51.047 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T22:20:51.047 DEBUG:teuthology.orchestra.run.smithi122:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:20:51.049 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:20:51.053 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:20:51.097 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T22:20:51.110 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T22:20:51.110 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T22:20:51.120 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T22:20:51.121 DEBUG:teuthology.orchestra.run.smithi122:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:20:51.123 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:20:51.125 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:20:51.135 INFO:teuthology.orchestra.run.smithi122.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:20 /home/ubuntu/cephtest 2024-04-22T22:20:51.137 INFO:teuthology.orchestra.run.smithi134.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:20 /home/ubuntu/cephtest 2024-04-22T22:20:51.151 INFO:teuthology.orchestra.run.smithi155.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:20 /home/ubuntu/cephtest 2024-04-22T22:20:51.152 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T22:20:51.162 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T22:20:51.181 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T22:20:51.205 DEBUG:teuthology.nuke:shortname: smithi122 2024-04-22T22:20:51.206 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:20:51.229 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi122.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668861', '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 22:05:56.410391', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG4lMYw3rvXjkonnLiJaNMFe8wu4i8fg5qCIea73kPtqFm83QgOIcfGomZic/3CnsqhCn24MIO+Z2/T/zBHcyqQ='} 2024-04-22T22:20:51.233 DEBUG:teuthology.nuke:shortname: smithi134 2024-04-22T22:20:51.233 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:20:51.256 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668861', '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 22:05:56.413170', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGXI1OiGRxI7KsDw7he4GMIgBH+Kz2EwJUuptVFcDICinqxgYjqkoj5a1kPjQ6lw2CiO1M4brRcFQABQ3pfQh3Q='} 2024-04-22T22:20:51.261 DEBUG:teuthology.nuke:shortname: smithi155 2024-04-22T22:20:51.261 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:20:51.290 INFO:teuthology.orchestra.console.smithi122:Power off 2024-04-22T22:20:51.290 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:20:51.302 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668861', '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 22:05:56.411895', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE2taMD93GalhPhelob/eQjSv4tudt41tT//lCXn5MVtrxhDyPMNvRzeWn3zIAImJMOraKZjcn9iqWSSmHEp+ho='} 2024-04-22T22:20:51.313 DEBUG:teuthology.orchestra.console.smithi122:power off output: Chassis Power Control: Down/Off 2024-04-22T22:20:51.313 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:20:51.335 INFO:teuthology.orchestra.console.smithi134:Power off 2024-04-22T22:20:51.335 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:20:51.344 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is on 2024-04-22T22:20:51.357 DEBUG:teuthology.orchestra.console.smithi134:power off output: Chassis Power Control: Down/Off 2024-04-22T22:20:51.357 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:20:51.371 INFO:teuthology.orchestra.console.smithi155:Power off 2024-04-22T22:20:51.372 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:20:51.382 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2024-04-22T22:20:51.395 DEBUG:teuthology.orchestra.console.smithi155:power off output: Chassis Power Control: Down/Off 2024-04-22T22:20:51.395 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:20:51.420 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2024-04-22T22:20:55.345 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:20:55.383 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:20:55.421 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:20:55.459 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is on 2024-04-22T22:20:55.493 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2024-04-22T22:20:55.530 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2024-04-22T22:20:59.466 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:20:59.494 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:20:59.531 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:20:59.576 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is off 2024-04-22T22:20:59.603 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2024-04-22T22:20:59.641 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is off 2024-04-22T22:20:59.677 INFO:teuthology.orchestra.console.smithi122:Power off completed 2024-04-22T22:20:59.742 INFO:teuthology.orchestra.console.smithi155:Power off completed 2024-04-22T22:21:03.608 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:21:03.717 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is off 2024-04-22T22:21:03.818 INFO:teuthology.orchestra.console.smithi134:Power off completed 2024-04-22T22:21:03.923 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_host_drain} duration: 368.4536602497101 failure_reason: 'Command failed on smithi122 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=ad2f5f48e8374e10bc030b8a2a954dcf status: fail success: false 2024-04-22T22:21:03.923 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T22:21:04.016 INFO:teuthology.run:FAIL