2024-04-30T00:58:44.105 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-30T00:58:44.106 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679538 --name yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi --verbose --owner scheduled_yuriw@teuthology --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} -- /home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679538/orig.config.yaml 2024-04-30T00:58:44.136 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-30T00:58:44.227 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679538 branch: wip-yuriw-testing-20240419.202307-squid description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} email: null first_in_suite: false job_id: '7679538' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuriw-testing-20240419.202307-squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN log-only-match: - CEPHADM_ sha1: 1e75c287b590db4c67b42cb1c95b9323fa8d03bc ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 1e75c287b590db4c67b42cb1c95b9323fa8d03bc selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuriw-testing-20240419.202307-squid sha1: 1e75c287b590db4c67b42cb1c95b9323fa8d03bc owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 1177 sha1: 1e75c287b590db4c67b42cb1c95b9323fa8d03bc sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuriw-testing-20240419.202307-squid suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_1e75c287b590db4c67b42cb1c95b9323fa8d03bc/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 1e75c287b590db4c67b42cb1c95b9323fa8d03bc targets: smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKUzy+a0/PJMleQbvLXCC2HQsEa50MWYPqZgZkTotO2qSWrQSLraqVn5iB20kn/EX+Uc0WAq6IrcPyQwk8ImrAQ= smithi154.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNlsSgGZDsIEuPvBH+5YZoepvMyRlMKonpjmbQdm2RnbTNjb5LIY0SNJnbAc8Ta0pLdXCt6s4Kef+BroZFdoi9Y= smithi193.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMVCcpC1ZwZFl7grt6emuhYsNLGAMlfXcstd1I/zWZ34NTqShIOhdmOKHeNSCLnlskKyFjK30Lm9aYbO2SHn6+4= 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-29_21:11:03 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-30T00:58:44.227 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_1e75c287b590db4c67b42cb1c95b9323fa8d03bc/qa; will attempt to use it 2024-04-30T00:58:44.228 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_1e75c287b590db4c67b42cb1c95b9323fa8d03bc/qa/tasks 2024-04-30T00:58:44.228 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-30T00:58:44.229 INFO:teuthology.task.internal:Checking packages... 2024-04-30T00:58:44.253 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '1e75c287b590db4c67b42cb1c95b9323fa8d03bc' 2024-04-30T00:58:44.253 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-30T00:58:44.253 INFO:teuthology.packaging:ref: None 2024-04-30T00:58:44.253 INFO:teuthology.packaging:tag: None 2024-04-30T00:58:44.253 INFO:teuthology.packaging:branch: wip-yuriw-testing-20240419.202307-squid 2024-04-30T00:58:44.253 INFO:teuthology.packaging:sha1: 1e75c287b590db4c67b42cb1c95b9323fa8d03bc 2024-04-30T00:58:44.254 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuriw-testing-20240419.202307-squid 2024-04-30T00:58:44.399 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2405.g1e75c287 2024-04-30T00:58:44.401 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-30T00:58:44.408 INFO:teuthology.task.internal:no buildpackages task found 2024-04-30T00:58:44.408 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-30T00:58:44.430 INFO:teuthology.task.internal:Saving configuration 2024-04-30T00:58:44.443 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-30T00:58:44.449 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-30T00:58:44.478 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679538', '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-30 00:52:52.325852', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKUzy+a0/PJMleQbvLXCC2HQsEa50MWYPqZgZkTotO2qSWrQSLraqVn5iB20kn/EX+Uc0WAq6IrcPyQwk8ImrAQ='} 2024-04-30T00:58:44.505 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679538', '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-30 00:52:52.327260', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNlsSgGZDsIEuPvBH+5YZoepvMyRlMKonpjmbQdm2RnbTNjb5LIY0SNJnbAc8Ta0pLdXCt6s4Kef+BroZFdoi9Y='} 2024-04-30T00:58:44.534 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi193.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679538', '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-30 00:52:52.328547', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMVCcpC1ZwZFl7grt6emuhYsNLGAMlfXcstd1I/zWZ34NTqShIOhdmOKHeNSCLnlskKyFjK30Lm9aYbO2SHn6+4='} 2024-04-30T00:58:44.534 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-30T00:58:44.541 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-04-30T00:58:44.541 INFO:teuthology.task.internal:roles: ubuntu@smithi154.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-04-30T00:58:44.541 INFO:teuthology.task.internal:roles: ubuntu@smithi193.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-04-30T00:58:44.541 INFO:teuthology.run_tasks:Running task console_log... 2024-04-30T00:58:44.708 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9c87d94f70>, signals=[15]) 2024-04-30T00:58:44.708 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-30T00:58:44.714 INFO:teuthology.task.internal:Opening connections... 2024-04-30T00:58:44.714 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2024-04-30T00:58:44.716 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T00:58:44.803 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi154.front.sepia.ceph.com 2024-04-30T00:58:44.804 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T00:58:44.889 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi193.front.sepia.ceph.com 2024-04-30T00:58:44.890 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T00:58:44.976 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-30T00:58:44.982 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2024-04-30T00:58:45.000 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2024-04-30T00:58:45.000 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2024-04-30T00:58:45.057 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="CentOS Stream" 2024-04-30T00:58:45.058 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="9" 2024-04-30T00:58:45.058 INFO:teuthology.orchestra.run.smithi071.stdout:ID="centos" 2024-04-30T00:58:45.058 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="rhel fedora" 2024-04-30T00:58:45.058 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="9" 2024-04-30T00:58:45.058 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el9" 2024-04-30T00:58:45.058 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-30T00:58:45.058 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2024-04-30T00:58:45.058 INFO:teuthology.orchestra.run.smithi071.stdout:LOGO="fedora-logo-icon" 2024-04-30T00:58:45.058 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-30T00:58:45.058 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://centos.org/" 2024-04-30T00:58:45.058 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-30T00:58:45.058 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-30T00:58:45.059 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-30T00:58:45.059 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2024-04-30T00:58:45.086 DEBUG:teuthology.orchestra.run.smithi154:> uname -m 2024-04-30T00:58:45.103 INFO:teuthology.orchestra.run.smithi154.stdout:x86_64 2024-04-30T00:58:45.104 DEBUG:teuthology.orchestra.run.smithi154:> cat /etc/os-release 2024-04-30T00:58:45.161 INFO:teuthology.orchestra.run.smithi154.stdout:NAME="CentOS Stream" 2024-04-30T00:58:45.161 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION="9" 2024-04-30T00:58:45.161 INFO:teuthology.orchestra.run.smithi154.stdout:ID="centos" 2024-04-30T00:58:45.161 INFO:teuthology.orchestra.run.smithi154.stdout:ID_LIKE="rhel fedora" 2024-04-30T00:58:45.161 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION_ID="9" 2024-04-30T00:58:45.161 INFO:teuthology.orchestra.run.smithi154.stdout:PLATFORM_ID="platform:el9" 2024-04-30T00:58:45.161 INFO:teuthology.orchestra.run.smithi154.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-30T00:58:45.161 INFO:teuthology.orchestra.run.smithi154.stdout:ANSI_COLOR="0;31" 2024-04-30T00:58:45.161 INFO:teuthology.orchestra.run.smithi154.stdout:LOGO="fedora-logo-icon" 2024-04-30T00:58:45.161 INFO:teuthology.orchestra.run.smithi154.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-30T00:58:45.162 INFO:teuthology.orchestra.run.smithi154.stdout:HOME_URL="https://centos.org/" 2024-04-30T00:58:45.162 INFO:teuthology.orchestra.run.smithi154.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-30T00:58:45.162 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-30T00:58:45.162 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-30T00:58:45.162 INFO:teuthology.lock.ops:Updating smithi154.front.sepia.ceph.com on lock server 2024-04-30T00:58:45.194 DEBUG:teuthology.orchestra.run.smithi193:> uname -m 2024-04-30T00:58:45.212 INFO:teuthology.orchestra.run.smithi193.stdout:x86_64 2024-04-30T00:58:45.212 DEBUG:teuthology.orchestra.run.smithi193:> cat /etc/os-release 2024-04-30T00:58:45.270 INFO:teuthology.orchestra.run.smithi193.stdout:NAME="CentOS Stream" 2024-04-30T00:58:45.270 INFO:teuthology.orchestra.run.smithi193.stdout:VERSION="9" 2024-04-30T00:58:45.270 INFO:teuthology.orchestra.run.smithi193.stdout:ID="centos" 2024-04-30T00:58:45.270 INFO:teuthology.orchestra.run.smithi193.stdout:ID_LIKE="rhel fedora" 2024-04-30T00:58:45.270 INFO:teuthology.orchestra.run.smithi193.stdout:VERSION_ID="9" 2024-04-30T00:58:45.270 INFO:teuthology.orchestra.run.smithi193.stdout:PLATFORM_ID="platform:el9" 2024-04-30T00:58:45.270 INFO:teuthology.orchestra.run.smithi193.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-30T00:58:45.271 INFO:teuthology.orchestra.run.smithi193.stdout:ANSI_COLOR="0;31" 2024-04-30T00:58:45.271 INFO:teuthology.orchestra.run.smithi193.stdout:LOGO="fedora-logo-icon" 2024-04-30T00:58:45.271 INFO:teuthology.orchestra.run.smithi193.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-30T00:58:45.271 INFO:teuthology.orchestra.run.smithi193.stdout:HOME_URL="https://centos.org/" 2024-04-30T00:58:45.271 INFO:teuthology.orchestra.run.smithi193.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-30T00:58:45.271 INFO:teuthology.orchestra.run.smithi193.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-30T00:58:45.271 INFO:teuthology.orchestra.run.smithi193.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-30T00:58:45.271 INFO:teuthology.lock.ops:Updating smithi193.front.sepia.ceph.com on lock server 2024-04-30T00:58:45.294 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-30T00:58:45.302 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-30T00:58:45.308 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-30T00:58:45.309 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2024-04-30T00:58:45.311 DEBUG:teuthology.orchestra.run.smithi154:> test '!' -e /home/ubuntu/cephtest 2024-04-30T00:58:45.313 DEBUG:teuthology.orchestra.run.smithi193:> test '!' -e /home/ubuntu/cephtest 2024-04-30T00:58:45.329 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-30T00:58:45.335 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-30T00:58:45.336 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2024-04-30T00:58:45.368 DEBUG:teuthology.orchestra.run.smithi154:> test -z $(ls -A /var/lib/ceph) 2024-04-30T00:58:45.370 DEBUG:teuthology.orchestra.run.smithi193:> test -z $(ls -A /var/lib/ceph) 2024-04-30T00:58:45.477 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-30T00:58:45.569 INFO:teuthology.run_tasks:Running task kernel... 2024-04-30T00:58:45.584 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-30T00:58:45.584 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-30T00:58:45.585 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-30T00:58:45.585 DEBUG:teuthology.orchestra.run.smithi154:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-30T00:58:45.586 DEBUG:teuthology.orchestra.run.smithi193:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-30T00:58:45.603 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T00:58:45.603 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T00:58:45.603 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2024-04-30T00:58:45.604 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-04-30T00:58:45.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T00:58:45.605 DEBUG:teuthology.orchestra.run.smithi193:> uname -r 2024-04-30T00:58:45.661 INFO:teuthology.orchestra.run.smithi154.stdout:5.14.0-437.el9.x86_64 2024-04-30T00:58:45.662 INFO:teuthology.orchestra.run.smithi071.stdout:5.14.0-437.el9.x86_64 2024-04-30T00:58:45.662 INFO:teuthology.task.kernel:Running kernel on smithi154: 5.14.0-437.el9.x86_64 2024-04-30T00:58:45.662 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum install -y kernel 2024-04-30T00:58:45.662 INFO:teuthology.task.kernel:Running kernel on smithi071: 5.14.0-437.el9.x86_64 2024-04-30T00:58:45.662 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum install -y kernel 2024-04-30T00:58:45.663 INFO:teuthology.orchestra.run.smithi193.stdout:5.14.0-437.el9.x86_64 2024-04-30T00:58:45.664 INFO:teuthology.task.kernel:Running kernel on smithi193: 5.14.0-437.el9.x86_64 2024-04-30T00:58:45.664 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum install -y kernel 2024-04-30T00:58:48.550 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - BaseOS 6.6 MB/s | 8.0 MB 00:01 2024-04-30T00:58:48.816 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - BaseOS 5.0 MB/s | 8.0 MB 00:01 2024-04-30T00:58:52.433 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - BaseOS 1.6 MB/s | 8.0 MB 00:05 2024-04-30T00:58:54.144 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - AppStream 4.2 MB/s | 19 MB 00:04 2024-04-30T00:58:54.912 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - AppStream 3.8 MB/s | 19 MB 00:05 2024-04-30T00:58:58.050 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - AppStream 4.2 MB/s | 19 MB 00:04 2024-04-30T00:59:00.662 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - CRB 2.9 MB/s | 6.2 MB 00:02 2024-04-30T00:59:01.586 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - CRB 1.6 MB/s | 6.2 MB 00:03 2024-04-30T00:59:02.500 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - Extras packages 24 kB/s | 16 kB 00:00 2024-04-30T00:59:03.018 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - Extras packages 59 kB/s | 16 kB 00:00 2024-04-30T00:59:03.542 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - CRB 3.3 MB/s | 6.2 MB 00:01 2024-04-30T00:59:03.938 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 26 MB/s | 21 MB 00:00 2024-04-30T00:59:05.098 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - Extras packages 79 kB/s | 16 kB 00:00 2024-04-30T00:59:07.551 INFO:teuthology.orchestra.run.smithi154.stdout:Extra Packages for Enterprise Linux 4.2 MB/s | 21 MB 00:04 2024-04-30T00:59:09.101 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 50 kB/s | 1.7 kB 00:00 2024-04-30T00:59:10.991 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-30T00:59:10.991 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-30T00:59:11.077 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-30T00:59:11.078 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-30T00:59:11.078 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-30T00:59:11.177 DEBUG:teuthology.orchestra.run.smithi071:> echo no | sudo yum reinstall kernel || true 2024-04-30T00:59:11.680 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:02 ago on Tue 30 Apr 2024 12:59:09 AM UTC. 2024-04-30T00:59:11.799 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-30T00:59:11.822 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T00:59:11.822 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-30T00:59:11.822 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T00:59:11.822 INFO:teuthology.orchestra.run.smithi071.stdout:Reinstalling: 2024-04-30T00:59:11.823 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T00:59:11.823 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T00:59:11.823 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-30T00:59:11.823 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T00:59:11.823 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T00:59:11.823 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 255 k 2024-04-30T00:59:11.823 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 0 2024-04-30T00:59:11.823 INFO:teuthology.orchestra.run.smithi071.stderr:Operation aborted. 2024-04-30T00:59:11.887 INFO:teuthology.orchestra.run.smithi071.stdout:Is this ok [y/N]: 2024-04-30T00:59:11.887 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum reinstall -y kernel || true 2024-04-30T00:59:12.378 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:03 ago on Tue 30 Apr 2024 12:59:09 AM UTC. 2024-04-30T00:59:12.493 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-30T00:59:12.494 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T00:59:12.494 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-30T00:59:12.494 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T00:59:12.494 INFO:teuthology.orchestra.run.smithi071.stdout:Reinstalling: 2024-04-30T00:59:12.494 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T00:59:12.494 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T00:59:12.494 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-30T00:59:12.494 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T00:59:12.495 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T00:59:12.495 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 255 k 2024-04-30T00:59:12.495 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 0 2024-04-30T00:59:12.495 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-30T00:59:12.642 INFO:teuthology.orchestra.run.smithi154.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-30T00:59:12.837 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.3 MB/s | 255 kB 00:00 2024-04-30T00:59:12.837 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-30T00:59:12.838 INFO:teuthology.orchestra.run.smithi071.stdout:Total 744 kB/s | 255 kB 00:00 2024-04-30T00:59:12.859 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-30T00:59:13.042 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-30T00:59:13.042 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-30T00:59:13.047 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-30T00:59:13.047 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-30T00:59:13.184 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-30T00:59:13.254 INFO:teuthology.orchestra.run.smithi071.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T00:59:13.255 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T00:59:13.964 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T00:59:13.964 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T00:59:14.507 INFO:teuthology.orchestra.run.smithi154.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-30T00:59:14.507 INFO:teuthology.orchestra.run.smithi154.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-30T00:59:14.596 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-30T00:59:14.597 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-30T00:59:14.597 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-30T00:59:14.665 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T00:59:14.665 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T00:59:14.665 INFO:teuthology.orchestra.run.smithi071.stdout:Reinstalled: 2024-04-30T00:59:14.665 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-30T00:59:14.665 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T00:59:14.665 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-30T00:59:14.697 DEBUG:teuthology.orchestra.run.smithi154:> echo no | sudo yum reinstall kernel || true 2024-04-30T00:59:14.836 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-04-30T00:59:14.922 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-30T00:59:14.922 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-30T00:59:14.923 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-30T00:59:14.923 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-30T00:59:14.923 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-30T00:59:14.961 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2024-04-30T00:59:14.980 DEBUG:teuthology.parallel:result is None 2024-04-30T00:59:15.210 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:00:03 ago on Tue 30 Apr 2024 12:59:12 AM UTC. 2024-04-30T00:59:15.329 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-30T00:59:15.370 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T00:59:15.370 INFO:teuthology.orchestra.run.smithi154.stdout: Package Architecture Version Repository Size 2024-04-30T00:59:15.370 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T00:59:15.370 INFO:teuthology.orchestra.run.smithi154.stdout:Reinstalling: 2024-04-30T00:59:15.370 INFO:teuthology.orchestra.run.smithi154.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T00:59:15.370 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T00:59:15.370 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-30T00:59:15.370 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T00:59:15.370 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T00:59:15.370 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 255 k 2024-04-30T00:59:15.370 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 0 2024-04-30T00:59:15.371 INFO:teuthology.orchestra.run.smithi154.stderr:Operation aborted. 2024-04-30T00:59:15.437 INFO:teuthology.orchestra.run.smithi154.stdout:Is this ok [y/N]: 2024-04-30T00:59:15.437 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum reinstall -y kernel || true 2024-04-30T00:59:15.936 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:00:03 ago on Tue 30 Apr 2024 12:59:12 AM UTC. 2024-04-30T00:59:16.052 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-30T00:59:16.053 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T00:59:16.053 INFO:teuthology.orchestra.run.smithi154.stdout: Package Architecture Version Repository Size 2024-04-30T00:59:16.053 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T00:59:16.053 INFO:teuthology.orchestra.run.smithi154.stdout:Reinstalling: 2024-04-30T00:59:16.053 INFO:teuthology.orchestra.run.smithi154.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T00:59:16.053 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T00:59:16.053 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-30T00:59:16.053 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T00:59:16.053 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T00:59:16.053 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 255 k 2024-04-30T00:59:16.053 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 0 2024-04-30T00:59:16.053 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-30T00:59:16.753 INFO:teuthology.orchestra.run.smithi154.stdout:kernel-5.14.0-437.el9.x86_64.rpm 435 kB/s | 255 kB 00:00 2024-04-30T00:59:16.754 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-30T00:59:16.754 INFO:teuthology.orchestra.run.smithi154.stdout:Total 364 kB/s | 255 kB 00:00 2024-04-30T00:59:16.774 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-30T00:59:16.952 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-30T00:59:16.953 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-30T00:59:16.957 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-30T00:59:16.958 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-30T00:59:17.089 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-30T00:59:17.154 INFO:teuthology.orchestra.run.smithi154.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T00:59:17.154 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T00:59:17.806 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T00:59:17.806 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T00:59:18.503 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T00:59:18.503 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T00:59:18.503 INFO:teuthology.orchestra.run.smithi154.stdout:Reinstalled: 2024-04-30T00:59:18.503 INFO:teuthology.orchestra.run.smithi154.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-30T00:59:18.503 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T00:59:18.503 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-30T00:59:18.676 DEBUG:teuthology.orchestra.run.smithi154:> rpm -q kernel | sort -rV | head -n 1 2024-04-30T00:59:18.723 INFO:teuthology.orchestra.run.smithi154.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-30T00:59:18.723 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-30T00:59:18.723 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-30T00:59:18.723 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-30T00:59:18.723 DEBUG:teuthology.orchestra.run.smithi154:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-30T00:59:18.757 INFO:teuthology.orchestra.run.smithi154.stdout:ttyS1 2024-04-30T00:59:18.777 DEBUG:teuthology.parallel:result is None 2024-04-30T00:59:21.974 INFO:teuthology.orchestra.run.smithi193.stdout:Extra Packages for Enterprise Linux 1.3 MB/s | 21 MB 00:16 2024-04-30T00:59:27.047 INFO:teuthology.orchestra.run.smithi193.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-30T00:59:28.953 INFO:teuthology.orchestra.run.smithi193.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-30T00:59:28.953 INFO:teuthology.orchestra.run.smithi193.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-30T00:59:29.050 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-30T00:59:29.050 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-30T00:59:29.050 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-30T00:59:29.154 DEBUG:teuthology.orchestra.run.smithi193:> echo no | sudo yum reinstall kernel || true 2024-04-30T00:59:29.659 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:00:02 ago on Tue 30 Apr 2024 12:59:27 AM UTC. 2024-04-30T00:59:29.785 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-30T00:59:29.801 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T00:59:29.801 INFO:teuthology.orchestra.run.smithi193.stdout: Package Architecture Version Repository Size 2024-04-30T00:59:29.801 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T00:59:29.801 INFO:teuthology.orchestra.run.smithi193.stdout:Reinstalling: 2024-04-30T00:59:29.802 INFO:teuthology.orchestra.run.smithi193.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T00:59:29.802 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T00:59:29.802 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-30T00:59:29.802 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T00:59:29.802 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T00:59:29.802 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 255 k 2024-04-30T00:59:29.802 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 0 2024-04-30T00:59:29.802 INFO:teuthology.orchestra.run.smithi193.stderr:Operation aborted. 2024-04-30T00:59:29.865 INFO:teuthology.orchestra.run.smithi193.stdout:Is this ok [y/N]: 2024-04-30T00:59:29.865 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum reinstall -y kernel || true 2024-04-30T00:59:30.356 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:00:03 ago on Tue 30 Apr 2024 12:59:27 AM UTC. 2024-04-30T00:59:30.471 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-30T00:59:30.472 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T00:59:30.473 INFO:teuthology.orchestra.run.smithi193.stdout: Package Architecture Version Repository Size 2024-04-30T00:59:30.473 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T00:59:30.473 INFO:teuthology.orchestra.run.smithi193.stdout:Reinstalling: 2024-04-30T00:59:30.473 INFO:teuthology.orchestra.run.smithi193.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T00:59:30.473 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T00:59:30.473 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-30T00:59:30.473 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T00:59:30.473 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T00:59:30.474 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 255 k 2024-04-30T00:59:30.474 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 0 2024-04-30T00:59:30.474 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-30T00:59:30.782 INFO:teuthology.orchestra.run.smithi193.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.0 MB/s | 255 kB 00:00 2024-04-30T00:59:30.782 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-30T00:59:30.783 INFO:teuthology.orchestra.run.smithi193.stdout:Total 821 kB/s | 255 kB 00:00 2024-04-30T00:59:30.800 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-30T00:59:30.993 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-30T00:59:30.994 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-30T00:59:30.998 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-30T00:59:30.999 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-30T00:59:31.129 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-30T00:59:31.200 INFO:teuthology.orchestra.run.smithi193.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T00:59:31.200 INFO:teuthology.orchestra.run.smithi193.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T00:59:31.810 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T00:59:31.810 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T00:59:32.538 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T00:59:32.538 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T00:59:32.538 INFO:teuthology.orchestra.run.smithi193.stdout:Reinstalled: 2024-04-30T00:59:32.538 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-30T00:59:32.538 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T00:59:32.538 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-30T00:59:32.738 DEBUG:teuthology.orchestra.run.smithi193:> rpm -q kernel | sort -rV | head -n 1 2024-04-30T00:59:32.785 INFO:teuthology.orchestra.run.smithi193.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-30T00:59:32.785 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-30T00:59:32.786 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-30T00:59:32.786 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-30T00:59:32.786 DEBUG:teuthology.orchestra.run.smithi193:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-30T00:59:32.813 INFO:teuthology.orchestra.run.smithi193.stdout:ttyS1 2024-04-30T00:59:32.837 DEBUG:teuthology.parallel:result is None 2024-04-30T00:59:32.837 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-30T00:59:32.845 INFO:teuthology.task.internal:Creating test directory... 2024-04-30T00:59:32.845 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-30T00:59:32.848 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-30T00:59:32.850 DEBUG:teuthology.orchestra.run.smithi193:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-30T00:59:32.892 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-30T00:59:32.900 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-30T00:59:32.934 INFO:teuthology.task.internal:Creating archive directory... 2024-04-30T00:59:32.935 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-30T00:59:32.937 DEBUG:teuthology.orchestra.run.smithi154:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-30T00:59:32.941 DEBUG:teuthology.orchestra.run.smithi193:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-30T00:59:33.044 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-30T00:59:33.051 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-30T00:59:33.052 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-30T00:59:33.055 DEBUG:teuthology.orchestra.run.smithi154:> 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-30T00:59:33.058 DEBUG:teuthology.orchestra.run.smithi193:> 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-30T00:59:33.085 INFO:teuthology.orchestra.run.smithi193.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T00:59:33.094 INFO:teuthology.orchestra.run.smithi193.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T00:59:33.104 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T00:59:33.105 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T00:59:33.115 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T00:59:33.116 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T00:59:33.118 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-30T00:59:33.125 INFO:teuthology.task.internal:Configuring sudo... 2024-04-30T00:59:33.125 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-30T00:59:33.127 DEBUG:teuthology.orchestra.run.smithi154:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-30T00:59:33.129 DEBUG:teuthology.orchestra.run.smithi193:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-30T00:59:33.158 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-30T00:59:33.233 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-30T00:59:33.233 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-30T00:59:33.236 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-30T00:59:33.238 DEBUG:teuthology.orchestra.run.smithi193:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-30T00:59:33.253 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T00:59:33.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T00:59:33.383 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T00:59:33.468 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T00:59:33.507 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-30T00:59:33.507 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-30T00:59:33.572 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T00:59:33.627 DEBUG:teuthology.orchestra.run.smithi154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T00:59:33.671 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T00:59:33.759 DEBUG:teuthology.orchestra.run.smithi154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T00:59:33.798 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-30T00:59:33.798 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-30T00:59:33.865 DEBUG:teuthology.orchestra.run.smithi193:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T00:59:33.916 DEBUG:teuthology.orchestra.run.smithi193:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T00:59:33.955 DEBUG:teuthology.orchestra.run.smithi193:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T00:59:34.051 DEBUG:teuthology.orchestra.run.smithi193:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T00:59:34.077 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-04-30T00:59:34.077 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-30T00:59:34.141 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2024-04-30T00:59:34.144 DEBUG:teuthology.orchestra.run.smithi154:> sudo service rsyslog restart 2024-04-30T00:59:34.146 DEBUG:teuthology.orchestra.run.smithi193:> sudo service rsyslog restart 2024-04-30T00:59:34.175 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T00:59:34.178 INFO:teuthology.orchestra.run.smithi154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T00:59:34.234 INFO:teuthology.orchestra.run.smithi193.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T00:59:34.684 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-30T00:59:34.691 INFO:teuthology.task.internal:Starting timer... 2024-04-30T00:59:34.692 INFO:teuthology.run_tasks:Running task pcp... 2024-04-30T00:59:34.707 INFO:teuthology.run_tasks:Running task selinux... 2024-04-30T00:59:34.716 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-30T00:59:34.717 DEBUG:teuthology.orchestra.run.smithi071:> sudo service auditd rotate 2024-04-30T00:59:34.785 INFO:teuthology.orchestra.run.smithi071.stdout:Rotating logs: 2024-04-30T00:59:34.787 DEBUG:teuthology.orchestra.run.smithi154:> sudo service auditd rotate 2024-04-30T00:59:34.867 INFO:teuthology.orchestra.run.smithi154.stdout:Rotating logs: 2024-04-30T00:59:34.869 DEBUG:teuthology.orchestra.run.smithi193:> sudo service auditd rotate 2024-04-30T00:59:34.923 INFO:teuthology.orchestra.run.smithi193.stdout:Rotating logs: 2024-04-30T00:59:34.925 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-30T00:59:34.925 DEBUG:teuthology.orchestra.run.smithi071:> /usr/sbin/getenforce 2024-04-30T00:59:34.951 INFO:teuthology.orchestra.run.smithi071.stdout:Permissive 2024-04-30T00:59:34.951 DEBUG:teuthology.orchestra.run.smithi154:> /usr/sbin/getenforce 2024-04-30T00:59:34.968 INFO:teuthology.orchestra.run.smithi154.stdout:Permissive 2024-04-30T00:59:34.968 DEBUG:teuthology.orchestra.run.smithi193:> /usr/sbin/getenforce 2024-04-30T00:59:34.997 INFO:teuthology.orchestra.run.smithi193.stdout:Permissive 2024-04-30T00:59:34.997 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi071.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi154.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi193.front.sepia.ceph.com': 'permissive'} 2024-04-30T00:59:34.997 DEBUG:teuthology.orchestra.run.smithi071:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-30T00:59:35.022 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T00:59:35.022 DEBUG:teuthology.orchestra.run.smithi154:> 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-30T00:59:35.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T00:59:35.048 DEBUG:teuthology.orchestra.run.smithi193:> 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-30T00:59:35.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T00:59:35.073 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-30T00:59:35.073 DEBUG:teuthology.orchestra.run.smithi071:> sudo /usr/sbin/setenforce permissive 2024-04-30T00:59:35.104 DEBUG:teuthology.orchestra.run.smithi154:> sudo /usr/sbin/setenforce permissive 2024-04-30T00:59:35.128 DEBUG:teuthology.orchestra.run.smithi193:> sudo /usr/sbin/setenforce permissive 2024-04-30T00:59:35.151 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-30T00:59:35.161 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-30T00:59:35.179 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-30T00:59:35.180 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi071.front.sepia.ceph.com,smithi154.front.sepia.ceph.com,smithi193.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-30T01:03:13.191 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi154.front.sepia.ceph.com'), Remote(name='ubuntu@smithi193.front.sepia.ceph.com')] 2024-04-30T01:03:13.192 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-04-30T01:03:13.193 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T01:03:13.278 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-04-30T01:03:13.365 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-04-30T01:03:13.366 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-30T01:03:13.366 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T01:03:13.472 DEBUG:teuthology.orchestra.run.smithi154:> true 2024-04-30T01:03:13.551 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-30T01:03:13.551 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-04-30T01:03:13.552 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T01:03:13.634 DEBUG:teuthology.orchestra.run.smithi193:> true 2024-04-30T01:03:13.713 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-04-30T01:03:13.713 INFO:teuthology.run_tasks:Running task clock... 2024-04-30T01:03:13.724 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-30T01:03:13.725 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-30T01:03:13.725 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-30T01:03:13.727 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-30T01:03:13.728 DEBUG:teuthology.orchestra.run.smithi154:> 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-30T01:03:13.730 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-30T01:03:13.730 DEBUG:teuthology.orchestra.run.smithi193:> 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-30T01:03:13.754 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-30T01:03:13.760 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-30T01:03:13.767 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-30T01:03:13.775 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-30T01:03:13.782 INFO:teuthology.orchestra.run.smithi193.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-30T01:03:13.789 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: ntpd: command not found 2024-04-30T01:03:13.795 INFO:teuthology.orchestra.run.smithi193.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-30T01:03:13.799 INFO:teuthology.orchestra.run.smithi154.stderr:sudo: ntpd: command not found 2024-04-30T01:03:13.799 INFO:teuthology.orchestra.run.smithi071.stdout:506 Cannot talk to daemon 2024-04-30T01:03:13.810 INFO:teuthology.orchestra.run.smithi154.stdout:506 Cannot talk to daemon 2024-04-30T01:03:13.812 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-30T01:03:13.817 INFO:teuthology.orchestra.run.smithi193.stderr:sudo: ntpd: command not found 2024-04-30T01:03:13.824 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-30T01:03:13.825 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-30T01:03:13.827 INFO:teuthology.orchestra.run.smithi193.stdout:506 Cannot talk to daemon 2024-04-30T01:03:13.838 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-30T01:03:13.840 INFO:teuthology.orchestra.run.smithi193.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-30T01:03:13.853 INFO:teuthology.orchestra.run.smithi193.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-30T01:03:13.881 INFO:teuthology.orchestra.run.smithi071.stderr:bash: line 1: ntpq: command not found 2024-04-30T01:03:13.885 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T01:03:13.885 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-04-30T01:03:13.885 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:03:13.885 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:03:13.885 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:03:13.885 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:03:13.894 INFO:teuthology.orchestra.run.smithi154.stderr:bash: line 1: ntpq: command not found 2024-04-30T01:03:13.897 INFO:teuthology.orchestra.run.smithi154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T01:03:13.897 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================== 2024-04-30T01:03:13.897 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:03:13.898 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:03:13.898 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:03:13.898 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:03:13.905 INFO:teuthology.orchestra.run.smithi193.stderr:bash: line 1: ntpq: command not found 2024-04-30T01:03:13.908 INFO:teuthology.orchestra.run.smithi193.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T01:03:13.908 INFO:teuthology.orchestra.run.smithi193.stdout:=============================================================================== 2024-04-30T01:03:13.908 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:03:13.908 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:03:13.908 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:03:13.909 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:03:13.910 INFO:teuthology.run_tasks:Running task install... 2024-04-30T01:03:13.918 DEBUG:teuthology.task.install:project ceph 2024-04-30T01:03:13.918 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '1e75c287b590db4c67b42cb1c95b9323fa8d03bc'}} 2024-04-30T01:03:13.918 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '1e75c287b590db4c67b42cb1c95b9323fa8d03bc'} 2024-04-30T01:03:13.918 INFO:teuthology.task.install:Using flavor: default 2024-04-30T01:03:13.924 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-30T01:03:13.924 INFO:teuthology.task.install:extra packages: [] 2024-04-30T01:03:13.925 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': '1e75c287b590db4c67b42cb1c95b9323fa8d03bc', 'tag': None, 'wait_for_package': False} 2024-04-30T01:03:13.925 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=1e75c287b590db4c67b42cb1c95b9323fa8d03bc 2024-04-30T01:03:13.927 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': '1e75c287b590db4c67b42cb1c95b9323fa8d03bc', 'tag': None, 'wait_for_package': False} 2024-04-30T01:03:13.927 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=1e75c287b590db4c67b42cb1c95b9323fa8d03bc 2024-04-30T01:03:13.928 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': '1e75c287b590db4c67b42cb1c95b9323fa8d03bc', 'tag': None, 'wait_for_package': False} 2024-04-30T01:03:13.928 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=1e75c287b590db4c67b42cb1c95b9323fa8d03bc 2024-04-30T01:03:14.080 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/ 2024-04-30T01:03:14.080 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2405.g1e75c287 2024-04-30T01:03:14.092 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/ 2024-04-30T01:03:14.092 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2405.g1e75c287 2024-04-30T01:03:14.157 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/ 2024-04-30T01:03:14.157 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2405.g1e75c287 2024-04-30T01:03:14.208 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-30T01:03:14.209 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-30T01:03:14.209 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-30T01:03:14.214 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-30T01:03:14.214 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-04-30T01:03:14.214 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-30T01:03:14.234 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-30T01:03:14.234 DEBUG:teuthology.orchestra.run.smithi071:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-30T01:03:14.237 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-30T01:03:14.238 DEBUG:teuthology.orchestra.run.smithi193:> 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/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-30T01:03:14.282 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-30T01:03:14.282 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-30T01:03:14.282 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-30T01:03:14.299 DEBUG:teuthology.orchestra.run.smithi071:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-30T01:03:14.302 DEBUG:teuthology.orchestra.run.smithi193:> 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-30T01:03:14.307 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-30T01:03:14.308 DEBUG:teuthology.orchestra.run.smithi154:> 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/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-30T01:03:14.372 DEBUG:teuthology.orchestra.run.smithi071:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-30T01:03:14.373 DEBUG:teuthology.orchestra.run.smithi154:> 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-30T01:03:14.374 DEBUG:teuthology.orchestra.run.smithi193:> 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-30T01:03:14.435 INFO:teuthology.orchestra.run.smithi071.stdout:check_obsoletes = 1 2024-04-30T01:03:14.437 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum clean all 2024-04-30T01:03:14.437 INFO:teuthology.orchestra.run.smithi193.stdout:check_obsoletes = 1 2024-04-30T01:03:14.438 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum clean all 2024-04-30T01:03:14.446 DEBUG:teuthology.orchestra.run.smithi154:> 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-30T01:03:14.508 INFO:teuthology.orchestra.run.smithi154.stdout:check_obsoletes = 1 2024-04-30T01:03:14.510 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum clean all 2024-04-30T01:03:14.662 INFO:teuthology.orchestra.run.smithi071.stdout:48 files removed 2024-04-30T01:03:14.662 INFO:teuthology.orchestra.run.smithi193.stdout:48 files removed 2024-04-30T01:03:14.689 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-radosgw 2024-04-30T01:03:14.690 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-radosgw 2024-04-30T01:03:14.738 INFO:teuthology.orchestra.run.smithi154.stdout:48 files removed 2024-04-30T01:03:14.765 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-radosgw 2024-04-30T01:03:15.434 INFO:teuthology.orchestra.run.smithi193.stdout:ceph packages for x86_64 171 kB/s | 83 kB 00:00 2024-04-30T01:03:15.578 INFO:teuthology.orchestra.run.smithi071.stdout:ceph packages for x86_64 132 kB/s | 83 kB 00:00 2024-04-30T01:03:15.643 INFO:teuthology.orchestra.run.smithi154.stdout:ceph packages for x86_64 134 kB/s | 83 kB 00:00 2024-04-30T01:03:15.926 INFO:teuthology.orchestra.run.smithi193.stdout:ceph noarch packages 37 kB/s | 17 kB 00:00 2024-04-30T01:03:15.971 INFO:teuthology.orchestra.run.smithi071.stdout:ceph noarch packages 48 kB/s | 17 kB 00:00 2024-04-30T01:03:16.052 INFO:teuthology.orchestra.run.smithi154.stdout:ceph noarch packages 46 kB/s | 17 kB 00:00 2024-04-30T01:03:16.271 INFO:teuthology.orchestra.run.smithi071.stdout:ceph source packages 8.9 kB/s | 2.4 kB 00:00 2024-04-30T01:03:16.335 INFO:teuthology.orchestra.run.smithi193.stdout:ceph source packages 6.3 kB/s | 2.4 kB 00:00 2024-04-30T01:03:16.511 INFO:teuthology.orchestra.run.smithi154.stdout:ceph source packages 5.6 kB/s | 2.4 kB 00:00 2024-04-30T01:03:17.204 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - BaseOS 9.6 MB/s | 8.0 MB 00:00 2024-04-30T01:03:17.875 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - BaseOS 5.1 MB/s | 8.0 MB 00:01 2024-04-30T01:03:20.034 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - AppStream 17 MB/s | 19 MB 00:01 2024-04-30T01:03:21.508 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - BaseOS 1.6 MB/s | 8.0 MB 00:04 2024-04-30T01:03:23.324 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - AppStream 3.8 MB/s | 19 MB 00:05 2024-04-30T01:03:26.595 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - CRB 2.1 MB/s | 6.2 MB 00:03 2024-04-30T01:03:27.934 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - Extras packages 76 kB/s | 16 kB 00:00 2024-04-30T01:03:28.494 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - AppStream 3.2 MB/s | 19 MB 00:05 2024-04-30T01:03:29.934 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - CRB 2.0 MB/s | 6.2 MB 00:03 2024-04-30T01:03:31.597 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - Extras packages 31 kB/s | 16 kB 00:00 2024-04-30T01:03:33.518 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - CRB 4.2 MB/s | 6.2 MB 00:01 2024-04-30T01:03:35.149 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - Extras packages 41 kB/s | 16 kB 00:00 2024-04-30T01:03:41.753 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 1.5 MB/s | 21 MB 00:13 2024-04-30T01:03:46.852 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-04-30T01:03:48.962 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-30T01:03:48.965 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:03:48.965 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-30T01:03:48.965 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:03:48.965 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-30T01:03:48.965 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-radosgw x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 10 M 2024-04-30T01:03:48.965 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrading: 2024-04-30T01:03:48.965 INFO:teuthology.orchestra.run.smithi071.stdout: librados2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 3.4 M 2024-04-30T01:03:48.965 INFO:teuthology.orchestra.run.smithi071.stdout: librbd1 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 3.1 M 2024-04-30T01:03:48.965 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-30T01:03:48.965 INFO:teuthology.orchestra.run.smithi071.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-30T01:03:48.966 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 5.4 M 2024-04-30T01:03:48.966 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-common x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 21 M 2024-04-30T01:03:48.966 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-selinux x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 25 k 2024-04-30T01:03:48.966 INFO:teuthology.orchestra.run.smithi071.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-30T01:03:48.966 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-30T01:03:48.966 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-30T01:03:48.966 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 746 k 2024-04-30T01:03:48.966 INFO:teuthology.orchestra.run.smithi071.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-30T01:03:48.966 INFO:teuthology.orchestra.run.smithi071.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-30T01:03:48.966 INFO:teuthology.orchestra.run.smithi071.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-30T01:03:48.966 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 501 k 2024-04-30T01:03:48.967 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-30T01:03:48.967 INFO:teuthology.orchestra.run.smithi071.stdout: librgw2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 5.3 M 2024-04-30T01:03:48.967 INFO:teuthology.orchestra.run.smithi071.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-30T01:03:48.967 INFO:teuthology.orchestra.run.smithi071.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-30T01:03:48.967 INFO:teuthology.orchestra.run.smithi071.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-30T01:03:48.967 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 45 k 2024-04-30T01:03:48.967 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 133 k 2024-04-30T01:03:48.967 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cephfs x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 161 k 2024-04-30T01:03:48.967 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-30T01:03:48.967 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rados x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 320 k 2024-04-30T01:03:48.967 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rbd x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 298 k 2024-04-30T01:03:48.967 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rgw x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 99 k 2024-04-30T01:03:48.967 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-30T01:03:48.967 INFO:teuthology.orchestra.run.smithi071.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-30T01:03:48.968 INFO:teuthology.orchestra.run.smithi071.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-30T01:03:48.968 INFO:teuthology.orchestra.run.smithi071.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-30T01:03:48.968 INFO:teuthology.orchestra.run.smithi071.stdout:Installing weak dependencies: 2024-04-30T01:03:48.968 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-30T01:03:48.968 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:03:48.968 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-30T01:03:48.968 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:03:48.968 INFO:teuthology.orchestra.run.smithi071.stdout:Install 30 Packages 2024-04-30T01:03:48.968 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrade 2 Packages 2024-04-30T01:03:48.968 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:03:48.969 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 60 M 2024-04-30T01:03:48.969 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-30T01:03:56.169 INFO:teuthology.orchestra.run.smithi071.stdout:(1/32): ceph-base-19.0.0-2405.g1e75c287.el7.x86 789 kB/s | 5.4 MB 00:06 2024-04-30T01:03:56.269 INFO:teuthology.orchestra.run.smithi071.stdout:(2/32): ceph-selinux-19.0.0-2405.g1e75c287.el7. 250 kB/s | 25 kB 00:00 2024-04-30T01:03:57.020 INFO:teuthology.orchestra.run.smithi071.stdout:(3/32): libcephfs2-19.0.0-2405.g1e75c287.el7.x8 995 kB/s | 746 kB 00:00 2024-04-30T01:03:57.536 INFO:teuthology.orchestra.run.smithi071.stdout:(4/32): libradosstriper1-19.0.0-2405.g1e75c287. 970 kB/s | 501 kB 00:00 2024-04-30T01:04:00.836 INFO:teuthology.orchestra.run.smithi071.stdout:(5/32): librgw2-19.0.0-2405.g1e75c287.el7.x86_6 1.6 MB/s | 5.3 MB 00:03 2024-04-30T01:04:00.920 INFO:teuthology.orchestra.run.smithi071.stdout:(6/32): python3-ceph-argparse-19.0.0-2405.g1e75 544 kB/s | 45 kB 00:00 2024-04-30T01:04:01.053 INFO:teuthology.orchestra.run.smithi071.stdout:(7/32): python3-ceph-common-19.0.0-2405.g1e75c2 998 kB/s | 133 kB 00:00 2024-04-30T01:04:01.229 INFO:teuthology.orchestra.run.smithi071.stdout:(8/32): python3-cephfs-19.0.0-2405.g1e75c287.el 922 kB/s | 161 kB 00:00 2024-04-30T01:04:01.404 INFO:teuthology.orchestra.run.smithi071.stdout:(9/32): python3-rados-19.0.0-2405.g1e75c287.el7 1.8 MB/s | 320 kB 00:00 2024-04-30T01:04:01.588 INFO:teuthology.orchestra.run.smithi071.stdout:(10/32): python3-rbd-19.0.0-2405.g1e75c287.el7. 1.6 MB/s | 298 kB 00:00 2024-04-30T01:04:01.671 INFO:teuthology.orchestra.run.smithi071.stdout:(11/32): python3-rgw-19.0.0-2405.g1e75c287.el7. 1.2 MB/s | 99 kB 00:00 2024-04-30T01:04:01.813 INFO:teuthology.orchestra.run.smithi071.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 755 kB/s | 107 kB 00:00 2024-04-30T01:04:01.880 INFO:teuthology.orchestra.run.smithi071.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.3 MB/s | 160 kB 00:00 2024-04-30T01:04:01.939 INFO:teuthology.orchestra.run.smithi071.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 778 kB/s | 45 kB 00:00 2024-04-30T01:04:02.022 INFO:teuthology.orchestra.run.smithi071.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 7.8 MB/s | 662 kB 00:00 2024-04-30T01:04:02.073 INFO:teuthology.orchestra.run.smithi071.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 5.7 MB/s | 292 kB 00:00 2024-04-30T01:04:02.123 INFO:teuthology.orchestra.run.smithi071.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 846 kB/s | 42 kB 00:00 2024-04-30T01:04:02.173 INFO:teuthology.orchestra.run.smithi071.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 221 kB 00:00 2024-04-30T01:04:02.224 INFO:teuthology.orchestra.run.smithi071.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 717 kB/s | 36 kB 00:00 2024-04-30T01:04:02.274 INFO:teuthology.orchestra.run.smithi071.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 948 kB/s | 47 kB 00:00 2024-04-30T01:04:02.616 INFO:teuthology.orchestra.run.smithi071.stdout:(21/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 904 kB/s | 309 kB 00:00 2024-04-30T01:04:02.733 INFO:teuthology.orchestra.run.smithi071.stdout:(22/32): ceph-radosgw-19.0.0-2405.g1e75c287.el7 776 kB/s | 10 MB 00:13 2024-04-30T01:04:02.892 INFO:teuthology.orchestra.run.smithi071.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 166 kB/s | 26 kB 00:00 2024-04-30T01:04:02.958 INFO:teuthology.orchestra.run.smithi071.stdout:(24/32): libarrow-9.0.0-11.el9.x86_64.rpm 13 MB/s | 4.4 MB 00:00 2024-04-30T01:04:02.984 INFO:teuthology.orchestra.run.smithi071.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 537 kB/s | 49 kB 00:00 2024-04-30T01:04:03.017 INFO:teuthology.orchestra.run.smithi071.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-04-30T01:04:03.059 INFO:teuthology.orchestra.run.smithi071.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 11 MB/s | 839 kB 00:00 2024-04-30T01:04:03.084 INFO:teuthology.orchestra.run.smithi071.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-04-30T01:04:03.160 INFO:teuthology.orchestra.run.smithi071.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-04-30T01:04:04.319 INFO:teuthology.orchestra.run.smithi071.stdout:(30/32): ceph-common-19.0.0-2405.g1e75c287.el7. 1.4 MB/s | 21 MB 00:15 2024-04-30T01:04:04.535 INFO:teuthology.orchestra.run.smithi071.stdout:(31/32): librados2-19.0.0-2405.g1e75c287.el7.x8 2.3 MB/s | 3.4 MB 00:01 2024-04-30T01:04:04.694 INFO:teuthology.orchestra.run.smithi071.stdout:(32/32): librbd1-19.0.0-2405.g1e75c287.el7.x86_ 2.0 MB/s | 3.1 MB 00:01 2024-04-30T01:04:04.698 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:04:04.698 INFO:teuthology.orchestra.run.smithi071.stdout:Total 3.8 MB/s | 60 MB 00:15 2024-04-30T01:04:04.800 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-30T01:04:04.836 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-30T01:04:04.837 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-30T01:04:05.301 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-30T01:04:05.301 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-30T01:04:06.768 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-30T01:04:06.845 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-30T01:04:06.874 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-30T01:04:06.908 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-30T01:04:06.931 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T01:04:06.952 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T01:04:07.155 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T01:04:07.210 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T01:04:07.589 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-30T01:04:07.643 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-30T01:04:07.726 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-30T01:04:07.838 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 8/34 2024-04-30T01:04:07.863 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 9/34 2024-04-30T01:04:07.926 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 9/34 2024-04-30T01:04:07.954 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-30T01:04:07.998 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7. 11/34 2024-04-30T01:04:08.074 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 12/34 2024-04-30T01:04:08.099 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 13/34 2024-04-30T01:04:08.163 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 13/34 2024-04-30T01:04:08.189 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-30T01:04:08.295 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-30T01:04:08.331 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-30T01:04:08.371 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-30T01:04:08.397 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-30T01:04:08.426 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-30T01:04:08.458 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-30T01:04:08.771 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-30T01:04:08.814 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 22/34 2024-04-30T01:04:08.903 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 22/34 2024-04-30T01:04:08.935 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 23/34 2024-04-30T01:04:08.970 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-30T01:04:09.442 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-30T01:04:09.474 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 26/34 2024-04-30T01:04:09.545 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 26/34 2024-04-30T01:04:09.614 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 27/34 2024-04-30T01:04:09.643 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x8 28/34 2024-04-30T01:04:11.941 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-30T01:04:11.982 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-30T01:04:12.522 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-30T01:04:12.561 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 30/34 2024-04-30T01:04:12.641 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 30/34 2024-04-30T01:04:12.641 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-30T01:04:12.641 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-30T01:04:12.642 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:04:12.670 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-30T01:04:22.033 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-30T01:04:22.034 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /sys 2024-04-30T01:04:22.034 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /proc 2024-04-30T01:04:22.034 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /mnt 2024-04-30T01:04:22.034 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /var/tmp 2024-04-30T01:04:22.034 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /home 2024-04-30T01:04:22.034 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /root 2024-04-30T01:04:22.034 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /tmp 2024-04-30T01:04:22.034 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:04:22.946 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 32/34 2024-04-30T01:04:22.970 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 32/34 2024-04-30T01:04:22.971 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:04:22.971 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-30T01:04:22.971 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T01:04:22.971 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T01:04:22.971 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:04:22.972 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T01:04:23.057 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T01:04:23.057 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T01:04:24.246 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T01:04:24.246 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 1/34 2024-04-30T01:04:24.246 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2/34 2024-04-30T01:04:24.246 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 3/34 2024-04-30T01:04:24.247 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 4/34 2024-04-30T01:04:24.247 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 5/34 2024-04-30T01:04:24.247 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 6/34 2024-04-30T01:04:24.247 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-30T01:04:24.247 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7. 8/34 2024-04-30T01:04:24.247 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x8 9/34 2024-04-30T01:04:24.247 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 10/34 2024-04-30T01:04:24.247 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 11/34 2024-04-30T01:04:24.247 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 12/34 2024-04-30T01:04:24.247 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 13/34 2024-04-30T01:04:24.247 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-30T01:04:24.247 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-30T01:04:24.247 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-30T01:04:24.247 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-30T01:04:24.248 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-30T01:04:24.248 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-30T01:04:24.248 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-30T01:04:24.248 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-30T01:04:24.248 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-30T01:04:24.248 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-30T01:04:24.248 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-30T01:04:24.248 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-30T01:04:24.248 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-30T01:04:24.248 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-30T01:04:24.248 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-30T01:04:24.248 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-30T01:04:24.248 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-30T01:04:24.249 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-30T01:04:24.249 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-30T01:04:24.249 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 33/34 2024-04-30T01:04:24.996 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T01:04:24.997 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:04:24.997 INFO:teuthology.orchestra.run.smithi071.stdout:Upgraded: 2024-04-30T01:04:24.997 INFO:teuthology.orchestra.run.smithi071.stdout: librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:04:24.997 INFO:teuthology.orchestra.run.smithi071.stdout: librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:04:24.997 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-30T01:04:24.997 INFO:teuthology.orchestra.run.smithi071.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-30T01:04:24.997 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:04:24.997 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:04:24.997 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:04:24.997 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:04:24.997 INFO:teuthology.orchestra.run.smithi071.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-30T01:04:24.998 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-30T01:04:24.998 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-30T01:04:24.998 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:04:24.998 INFO:teuthology.orchestra.run.smithi071.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-30T01:04:24.998 INFO:teuthology.orchestra.run.smithi071.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-30T01:04:24.998 INFO:teuthology.orchestra.run.smithi071.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-30T01:04:24.998 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:04:24.998 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-30T01:04:24.998 INFO:teuthology.orchestra.run.smithi071.stdout: librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:04:24.998 INFO:teuthology.orchestra.run.smithi071.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-30T01:04:24.998 INFO:teuthology.orchestra.run.smithi071.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-30T01:04:24.998 INFO:teuthology.orchestra.run.smithi071.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-30T01:04:24.998 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:04:24.999 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:04:24.999 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:04:24.999 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-30T01:04:24.999 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:04:24.999 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:04:24.999 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:04:24.999 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-30T01:04:24.999 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-30T01:04:24.999 INFO:teuthology.orchestra.run.smithi071.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-30T01:04:24.999 INFO:teuthology.orchestra.run.smithi071.stdout: re2-1:20211101-3.el9.x86_64 2024-04-30T01:04:24.999 INFO:teuthology.orchestra.run.smithi071.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-30T01:04:24.999 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:04:24.999 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-30T01:04:25.280 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-test 2024-04-30T01:04:25.814 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:39 ago on Tue 30 Apr 2024 01:03:46 AM UTC. 2024-04-30T01:04:25.936 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-30T01:04:25.937 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:04:25.937 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-30T01:04:25.937 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:04:25.937 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-30T01:04:25.937 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-test x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 48 M 2024-04-30T01:04:25.937 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-30T01:04:25.938 INFO:teuthology.orchestra.run.smithi071.stdout: libcephsqlite x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 163 k 2024-04-30T01:04:25.938 INFO:teuthology.orchestra.run.smithi071.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-30T01:04:25.938 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-30T01:04:25.938 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:04:25.938 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-30T01:04:25.938 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:04:25.938 INFO:teuthology.orchestra.run.smithi071.stdout:Install 4 Packages 2024-04-30T01:04:25.938 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:04:25.939 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 49 M 2024-04-30T01:04:25.939 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 207 M 2024-04-30T01:04:25.939 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-30T01:04:26.341 INFO:teuthology.orchestra.run.smithi071.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.2 MB/s | 305 kB 00:00 2024-04-30T01:04:26.417 INFO:teuthology.orchestra.run.smithi071.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 850 kB/s | 64 kB 00:00 2024-04-30T01:04:26.797 INFO:teuthology.orchestra.run.smithi071.stdout:(3/4): libcephsqlite-19.0.0-2405.g1e75c287.el7. 234 kB/s | 163 kB 00:00 2024-04-30T01:04:42.086 INFO:teuthology.orchestra.run.smithi154.stdout:Extra Packages for Enterprise Linux 321 kB/s | 21 MB 01:06 2024-04-30T01:04:46.426 INFO:teuthology.orchestra.run.smithi071.stdout:(4/4): ceph-test-19.0.0-2405.g1e75c287.el7.x86_ 2.4 MB/s | 48 MB 00:20 2024-04-30T01:04:46.428 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:04:46.429 INFO:teuthology.orchestra.run.smithi071.stdout:Total 2.4 MB/s | 49 MB 00:20 2024-04-30T01:04:46.455 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-30T01:04:46.475 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-30T01:04:46.475 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-30T01:04:46.840 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-30T01:04:46.840 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-30T01:04:47.101 INFO:teuthology.orchestra.run.smithi154.stdout:lab-extras 25 kB/s | 1.7 kB 00:00 2024-04-30T01:04:47.363 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-30T01:04:47.443 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-30T01:04:47.483 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-30T01:04:47.511 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 3/4 2024-04-30T01:04:49.245 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-30T01:04:49.247 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T01:04:49.247 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-30T01:04:49.247 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T01:04:49.247 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-30T01:04:49.248 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-radosgw x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 10 M 2024-04-30T01:04:49.248 INFO:teuthology.orchestra.run.smithi154.stdout:Upgrading: 2024-04-30T01:04:49.248 INFO:teuthology.orchestra.run.smithi154.stdout: librados2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 3.4 M 2024-04-30T01:04:49.248 INFO:teuthology.orchestra.run.smithi154.stdout: librbd1 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 3.1 M 2024-04-30T01:04:49.248 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-30T01:04:49.248 INFO:teuthology.orchestra.run.smithi154.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-30T01:04:49.248 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-base x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 5.4 M 2024-04-30T01:04:49.248 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-common x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 21 M 2024-04-30T01:04:49.248 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-selinux x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 25 k 2024-04-30T01:04:49.248 INFO:teuthology.orchestra.run.smithi154.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-30T01:04:49.248 INFO:teuthology.orchestra.run.smithi154.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-30T01:04:49.248 INFO:teuthology.orchestra.run.smithi154.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-30T01:04:49.249 INFO:teuthology.orchestra.run.smithi154.stdout: libcephfs2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 746 k 2024-04-30T01:04:49.249 INFO:teuthology.orchestra.run.smithi154.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-30T01:04:49.249 INFO:teuthology.orchestra.run.smithi154.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-30T01:04:49.249 INFO:teuthology.orchestra.run.smithi154.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-30T01:04:49.249 INFO:teuthology.orchestra.run.smithi154.stdout: libradosstriper1 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 501 k 2024-04-30T01:04:49.249 INFO:teuthology.orchestra.run.smithi154.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-30T01:04:49.249 INFO:teuthology.orchestra.run.smithi154.stdout: librgw2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 5.3 M 2024-04-30T01:04:49.249 INFO:teuthology.orchestra.run.smithi154.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-30T01:04:49.249 INFO:teuthology.orchestra.run.smithi154.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-30T01:04:49.249 INFO:teuthology.orchestra.run.smithi154.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-30T01:04:49.249 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-argparse x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 45 k 2024-04-30T01:04:49.249 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-common x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 133 k 2024-04-30T01:04:49.249 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cephfs x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 161 k 2024-04-30T01:04:49.249 INFO:teuthology.orchestra.run.smithi154.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-30T01:04:49.250 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rados x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 320 k 2024-04-30T01:04:49.250 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rbd x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 298 k 2024-04-30T01:04:49.250 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rgw x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 99 k 2024-04-30T01:04:49.250 INFO:teuthology.orchestra.run.smithi154.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-30T01:04:49.250 INFO:teuthology.orchestra.run.smithi154.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-30T01:04:49.250 INFO:teuthology.orchestra.run.smithi154.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-30T01:04:49.250 INFO:teuthology.orchestra.run.smithi154.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-30T01:04:49.250 INFO:teuthology.orchestra.run.smithi154.stdout:Installing weak dependencies: 2024-04-30T01:04:49.250 INFO:teuthology.orchestra.run.smithi154.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-30T01:04:49.250 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:04:49.250 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-30T01:04:49.250 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T01:04:49.251 INFO:teuthology.orchestra.run.smithi154.stdout:Install 30 Packages 2024-04-30T01:04:49.251 INFO:teuthology.orchestra.run.smithi154.stdout:Upgrade 2 Packages 2024-04-30T01:04:49.251 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:04:49.251 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 60 M 2024-04-30T01:04:49.251 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-30T01:04:49.509 INFO:teuthology.orchestra.run.smithi193.stdout:Extra Packages for Enterprise Linux 276 kB/s | 21 MB 01:17 2024-04-30T01:04:52.018 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 3/4 2024-04-30T01:04:52.091 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 4/4 2024-04-30T01:04:52.477 INFO:teuthology.orchestra.run.smithi154.stdout:(1/32): ceph-base-19.0.0-2405.g1e75c287.el7.x86 1.9 MB/s | 5.4 MB 00:02 2024-04-30T01:04:52.552 INFO:teuthology.orchestra.run.smithi154.stdout:(2/32): ceph-selinux-19.0.0-2405.g1e75c287.el7. 337 kB/s | 25 kB 00:00 2024-04-30T01:04:52.794 INFO:teuthology.orchestra.run.smithi154.stdout:(3/32): libcephfs2-19.0.0-2405.g1e75c287.el7.x8 3.0 MB/s | 746 kB 00:00 2024-04-30T01:04:52.952 INFO:teuthology.orchestra.run.smithi154.stdout:(4/32): libradosstriper1-19.0.0-2405.g1e75c287. 3.1 MB/s | 501 kB 00:00 2024-04-30T01:04:53.794 INFO:teuthology.orchestra.run.smithi154.stdout:(5/32): librgw2-19.0.0-2405.g1e75c287.el7.x86_6 6.3 MB/s | 5.3 MB 00:00 2024-04-30T01:04:53.869 INFO:teuthology.orchestra.run.smithi154.stdout:(6/32): python3-ceph-argparse-19.0.0-2405.g1e75 604 kB/s | 45 kB 00:00 2024-04-30T01:04:53.953 INFO:teuthology.orchestra.run.smithi154.stdout:(7/32): python3-ceph-common-19.0.0-2405.g1e75c2 1.6 MB/s | 133 kB 00:00 2024-04-30T01:04:54.038 INFO:teuthology.orchestra.run.smithi154.stdout:(8/32): python3-cephfs-19.0.0-2405.g1e75c287.el 1.9 MB/s | 161 kB 00:00 2024-04-30T01:04:54.129 INFO:teuthology.orchestra.run.smithi154.stdout:(9/32): python3-rados-19.0.0-2405.g1e75c287.el7 3.4 MB/s | 320 kB 00:00 2024-04-30T01:04:54.229 INFO:teuthology.orchestra.run.smithi154.stdout:(10/32): python3-rbd-19.0.0-2405.g1e75c287.el7. 2.9 MB/s | 298 kB 00:00 2024-04-30T01:04:54.321 INFO:teuthology.orchestra.run.smithi154.stdout:(11/32): python3-rgw-19.0.0-2405.g1e75c287.el7. 1.1 MB/s | 99 kB 00:00 2024-04-30T01:04:54.334 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 4/4 2024-04-30T01:04:54.334 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 1/4 2024-04-30T01:04:54.334 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 2/4 2024-04-30T01:04:54.334 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-30T01:04:54.523 INFO:teuthology.orchestra.run.smithi193.stdout:lab-extras 23 kB/s | 1.7 kB 00:00 2024-04-30T01:04:54.624 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-30T01:04:54.624 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:04:54.624 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-30T01:04:54.624 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:04:54.625 INFO:teuthology.orchestra.run.smithi071.stdout: libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:04:54.625 INFO:teuthology.orchestra.run.smithi071.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-30T01:04:54.625 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-30T01:04:54.625 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:04:54.625 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-30T01:04:54.788 INFO:teuthology.orchestra.run.smithi154.stdout:(12/32): ceph-radosgw-19.0.0-2405.g1e75c287.el7 2.0 MB/s | 10 MB 00:05 2024-04-30T01:04:54.909 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph 2024-04-30T01:04:55.313 INFO:teuthology.orchestra.run.smithi154.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 108 kB/s | 107 kB 00:00 2024-04-30T01:04:55.424 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:09 ago on Tue 30 Apr 2024 01:03:46 AM UTC. 2024-04-30T01:04:55.550 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-30T01:04:55.553 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:04:55.553 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-30T01:04:55.553 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:04:55.553 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-30T01:04:55.553 INFO:teuthology.orchestra.run.smithi071.stdout: ceph x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 6.6 k 2024-04-30T01:04:55.554 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-30T01:04:55.554 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mds x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 2.4 M 2024-04-30T01:04:55.554 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 1.5 M 2024-04-30T01:04:55.554 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2405.g1e75c287.el7 ceph-noarch 249 k 2024-04-30T01:04:55.554 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mon x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 4.7 M 2024-04-30T01:04:55.554 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-osd x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 17 M 2024-04-30T01:04:55.554 INFO:teuthology.orchestra.run.smithi071.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-30T01:04:55.554 INFO:teuthology.orchestra.run.smithi071.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-30T01:04:55.554 INFO:teuthology.orchestra.run.smithi071.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-30T01:04:55.554 INFO:teuthology.orchestra.run.smithi071.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-30T01:04:55.555 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-30T01:04:55.555 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-30T01:04:55.555 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-30T01:04:55.555 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-30T01:04:55.555 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-30T01:04:55.555 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-30T01:04:55.555 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-collections 2024-04-30T01:04:55.555 INFO:teuthology.orchestra.run.smithi071.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-30T01:04:55.555 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-30T01:04:55.555 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-30T01:04:55.555 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-30T01:04:55.555 INFO:teuthology.orchestra.run.smithi071.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-30T01:04:55.555 INFO:teuthology.orchestra.run.smithi071.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-30T01:04:55.556 INFO:teuthology.orchestra.run.smithi071.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-30T01:04:55.556 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-30T01:04:55.556 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-30T01:04:55.556 INFO:teuthology.orchestra.run.smithi071.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-30T01:04:55.556 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-30T01:04:55.556 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-30T01:04:55.556 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-30T01:04:55.556 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-30T01:04:55.556 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-30T01:04:55.556 INFO:teuthology.orchestra.run.smithi071.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-30T01:04:55.556 INFO:teuthology.orchestra.run.smithi071.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-30T01:04:55.556 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-30T01:04:55.557 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-30T01:04:55.557 INFO:teuthology.orchestra.run.smithi071.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-30T01:04:55.557 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:04:55.557 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-30T01:04:55.557 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:04:55.557 INFO:teuthology.orchestra.run.smithi071.stdout:Install 36 Packages 2024-04-30T01:04:55.557 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:04:55.558 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 30 M 2024-04-30T01:04:55.558 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 107 M 2024-04-30T01:04:55.558 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-30T01:04:55.830 INFO:teuthology.orchestra.run.smithi154.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 154 kB/s | 160 kB 00:01 2024-04-30T01:04:56.180 INFO:teuthology.orchestra.run.smithi154.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 52 kB/s | 45 kB 00:00 2024-04-30T01:04:56.432 INFO:teuthology.orchestra.run.smithi071.stdout:(1/36): ceph-19.0.0-2405.g1e75c287.el7.x86_64.r 16 kB/s | 6.6 kB 00:00 2024-04-30T01:04:56.669 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-30T01:04:56.671 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T01:04:56.671 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-30T01:04:56.671 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T01:04:56.671 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-30T01:04:56.672 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-radosgw x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 10 M 2024-04-30T01:04:56.672 INFO:teuthology.orchestra.run.smithi193.stdout:Upgrading: 2024-04-30T01:04:56.672 INFO:teuthology.orchestra.run.smithi193.stdout: librados2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 3.4 M 2024-04-30T01:04:56.672 INFO:teuthology.orchestra.run.smithi193.stdout: librbd1 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 3.1 M 2024-04-30T01:04:56.672 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-30T01:04:56.672 INFO:teuthology.orchestra.run.smithi193.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-30T01:04:56.672 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-base x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 5.4 M 2024-04-30T01:04:56.672 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-common x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 21 M 2024-04-30T01:04:56.672 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-selinux x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 25 k 2024-04-30T01:04:56.672 INFO:teuthology.orchestra.run.smithi193.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-30T01:04:56.672 INFO:teuthology.orchestra.run.smithi193.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-30T01:04:56.672 INFO:teuthology.orchestra.run.smithi193.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-30T01:04:56.673 INFO:teuthology.orchestra.run.smithi193.stdout: libcephfs2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 746 k 2024-04-30T01:04:56.673 INFO:teuthology.orchestra.run.smithi193.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-30T01:04:56.673 INFO:teuthology.orchestra.run.smithi193.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-30T01:04:56.673 INFO:teuthology.orchestra.run.smithi193.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-30T01:04:56.673 INFO:teuthology.orchestra.run.smithi193.stdout: libradosstriper1 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 501 k 2024-04-30T01:04:56.673 INFO:teuthology.orchestra.run.smithi193.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-30T01:04:56.673 INFO:teuthology.orchestra.run.smithi193.stdout: librgw2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 5.3 M 2024-04-30T01:04:56.673 INFO:teuthology.orchestra.run.smithi193.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-30T01:04:56.673 INFO:teuthology.orchestra.run.smithi193.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-30T01:04:56.673 INFO:teuthology.orchestra.run.smithi193.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-30T01:04:56.673 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ceph-argparse x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 45 k 2024-04-30T01:04:56.673 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ceph-common x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 133 k 2024-04-30T01:04:56.673 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cephfs x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 161 k 2024-04-30T01:04:56.673 INFO:teuthology.orchestra.run.smithi193.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-30T01:04:56.674 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rados x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 320 k 2024-04-30T01:04:56.674 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rbd x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 298 k 2024-04-30T01:04:56.674 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rgw x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 99 k 2024-04-30T01:04:56.674 INFO:teuthology.orchestra.run.smithi193.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-30T01:04:56.674 INFO:teuthology.orchestra.run.smithi193.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-30T01:04:56.674 INFO:teuthology.orchestra.run.smithi193.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-30T01:04:56.674 INFO:teuthology.orchestra.run.smithi193.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-30T01:04:56.674 INFO:teuthology.orchestra.run.smithi193.stdout:Installing weak dependencies: 2024-04-30T01:04:56.674 INFO:teuthology.orchestra.run.smithi193.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-30T01:04:56.674 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:04:56.674 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-30T01:04:56.674 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T01:04:56.674 INFO:teuthology.orchestra.run.smithi193.stdout:Install 30 Packages 2024-04-30T01:04:56.675 INFO:teuthology.orchestra.run.smithi193.stdout:Upgrade 2 Packages 2024-04-30T01:04:56.675 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:04:56.675 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 60 M 2024-04-30T01:04:56.675 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-30T01:04:57.498 INFO:teuthology.orchestra.run.smithi071.stdout:(2/36): ceph-mgr-19.0.0-2405.g1e75c287.el7.x86_ 1.0 MB/s | 1.5 MB 00:01 2024-04-30T01:04:57.530 INFO:teuthology.orchestra.run.smithi154.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 217 kB/s | 292 kB 00:01 2024-04-30T01:04:57.664 INFO:teuthology.orchestra.run.smithi154.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 361 kB/s | 662 kB 00:01 2024-04-30T01:04:58.231 INFO:teuthology.orchestra.run.smithi154.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 60 kB/s | 42 kB 00:00 2024-04-30T01:04:58.457 INFO:teuthology.orchestra.run.smithi071.stdout:(3/36): ceph-mds-19.0.0-2405.g1e75c287.el7.x86_ 996 kB/s | 2.4 MB 00:02 2024-04-30T01:04:58.656 INFO:teuthology.orchestra.run.smithi154.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 223 kB/s | 221 kB 00:00 2024-04-30T01:04:58.682 INFO:teuthology.orchestra.run.smithi071.stdout:(4/36): ceph-mon-19.0.0-2405.g1e75c287.el7.x86_ 2.1 MB/s | 4.7 MB 00:02 2024-04-30T01:04:58.716 INFO:teuthology.orchestra.run.smithi071.stdout:(5/36): ceph-mgr-modules-core-19.0.0-2405.g1e75 963 kB/s | 249 kB 00:00 2024-04-30T01:04:58.841 INFO:teuthology.orchestra.run.smithi071.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.6 MB/s | 253 kB 00:00 2024-04-30T01:04:58.916 INFO:teuthology.orchestra.run.smithi071.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.4 MB/s | 106 kB 00:00 2024-04-30T01:04:58.939 INFO:teuthology.orchestra.run.smithi154.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 51 kB/s | 36 kB 00:00 2024-04-30T01:04:59.017 INFO:teuthology.orchestra.run.smithi071.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.3 MB/s | 135 kB 00:00 2024-04-30T01:04:59.100 INFO:teuthology.orchestra.run.smithi071.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.5 MB/s | 125 kB 00:00 2024-04-30T01:04:59.123 INFO:teuthology.orchestra.run.smithi154.stdout:(21/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.6 MB/s | 309 kB 00:00 2024-04-30T01:04:59.201 INFO:teuthology.orchestra.run.smithi071.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.1 MB/s | 215 kB 00:00 2024-04-30T01:04:59.334 INFO:teuthology.orchestra.run.smithi071.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 1.4 MB/s | 188 kB 00:00 2024-04-30T01:04:59.384 INFO:teuthology.orchestra.run.smithi071.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 172 kB 00:00 2024-04-30T01:04:59.415 INFO:teuthology.orchestra.run.smithi154.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 62 kB/s | 47 kB 00:00 2024-04-30T01:04:59.418 INFO:teuthology.orchestra.run.smithi071.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 1.0 MB/s | 35 kB 00:00 2024-04-30T01:04:59.452 INFO:teuthology.orchestra.run.smithi071.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.5 MB/s | 51 kB 00:00 2024-04-30T01:04:59.485 INFO:teuthology.orchestra.run.smithi071.stdout:(15/36): python3-cryptography-36.0.1-4.el9.x86_ 1.6 MB/s | 1.2 MB 00:00 2024-04-30T01:04:59.500 INFO:teuthology.orchestra.run.smithi154.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 306 kB/s | 26 kB 00:00 2024-04-30T01:04:59.502 INFO:teuthology.orchestra.run.smithi071.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 830 kB/s | 42 kB 00:00 2024-04-30T01:04:59.552 INFO:teuthology.orchestra.run.smithi071.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 335 kB/s | 22 kB 00:00 2024-04-30T01:04:59.559 INFO:teuthology.orchestra.run.smithi154.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 834 kB/s | 49 kB 00:00 2024-04-30T01:04:59.634 INFO:teuthology.orchestra.run.smithi154.stdout:(25/32): libarrow-9.0.0-11.el9.x86_64.rpm 8.6 MB/s | 4.4 MB 00:00 2024-04-30T01:04:59.660 INFO:teuthology.orchestra.run.smithi154.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 672 kB/s | 67 kB 00:00 2024-04-30T01:04:59.735 INFO:teuthology.orchestra.run.smithi154.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.5 MB/s | 192 kB 00:00 2024-04-30T01:04:59.768 INFO:teuthology.orchestra.run.smithi154.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 6.1 MB/s | 839 kB 00:00 2024-04-30T01:04:59.994 INFO:teuthology.orchestra.run.smithi154.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 6.1 MB/s | 1.6 MB 00:00 2024-04-30T01:05:00.807 INFO:teuthology.orchestra.run.smithi193.stdout:(1/32): ceph-base-19.0.0-2405.g1e75c287.el7.x86 1.5 MB/s | 5.4 MB 00:03 2024-04-30T01:05:00.819 INFO:teuthology.orchestra.run.smithi154.stdout:(30/32): librados2-19.0.0-2405.g1e75c287.el7.x8 3.2 MB/s | 3.4 MB 00:01 2024-04-30T01:05:00.907 INFO:teuthology.orchestra.run.smithi193.stdout:(2/32): ceph-selinux-19.0.0-2405.g1e75c287.el7. 252 kB/s | 25 kB 00:00 2024-04-30T01:05:01.499 INFO:teuthology.orchestra.run.smithi193.stdout:(3/32): libcephfs2-19.0.0-2405.g1e75c287.el7.x8 1.2 MB/s | 746 kB 00:00 2024-04-30T01:05:01.916 INFO:teuthology.orchestra.run.smithi193.stdout:(4/32): libradosstriper1-19.0.0-2405.g1e75c287. 1.2 MB/s | 501 kB 00:00 2024-04-30T01:05:02.933 INFO:teuthology.orchestra.run.smithi193.stdout:(5/32): ceph-radosgw-19.0.0-2405.g1e75c287.el7. 1.8 MB/s | 10 MB 00:05 2024-04-30T01:05:03.025 INFO:teuthology.orchestra.run.smithi193.stdout:(6/32): python3-ceph-argparse-19.0.0-2405.g1e75 494 kB/s | 45 kB 00:00 2024-04-30T01:05:03.116 INFO:teuthology.orchestra.run.smithi193.stdout:(7/32): python3-ceph-common-19.0.0-2405.g1e75c2 1.4 MB/s | 133 kB 00:00 2024-04-30T01:05:03.283 INFO:teuthology.orchestra.run.smithi193.stdout:(8/32): python3-cephfs-19.0.0-2405.g1e75c287.el 970 kB/s | 161 kB 00:00 2024-04-30T01:05:03.410 INFO:teuthology.orchestra.run.smithi154.stdout:(31/32): librbd1-19.0.0-2405.g1e75c287.el7.x86_ 940 kB/s | 3.1 MB 00:03 2024-04-30T01:05:03.452 INFO:teuthology.orchestra.run.smithi071.stdout:(18/36): ceph-osd-19.0.0-2405.g1e75c287.el7.x86 2.8 MB/s | 17 MB 00:05 2024-04-30T01:05:03.500 INFO:teuthology.orchestra.run.smithi193.stdout:(9/32): python3-rados-19.0.0-2405.g1e75c287.el7 1.4 MB/s | 320 kB 00:00 2024-04-30T01:05:03.675 INFO:teuthology.orchestra.run.smithi193.stdout:(10/32): python3-rbd-19.0.0-2405.g1e75c287.el7. 1.7 MB/s | 298 kB 00:00 2024-04-30T01:05:03.776 INFO:teuthology.orchestra.run.smithi193.stdout:(11/32): python3-rgw-19.0.0-2405.g1e75c287.el7. 993 kB/s | 99 kB 00:00 2024-04-30T01:05:03.934 INFO:teuthology.orchestra.run.smithi193.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 676 kB/s | 107 kB 00:00 2024-04-30T01:05:04.034 INFO:teuthology.orchestra.run.smithi193.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.6 MB/s | 160 kB 00:00 2024-04-30T01:05:04.101 INFO:teuthology.orchestra.run.smithi193.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 679 kB/s | 45 kB 00:00 2024-04-30T01:05:04.210 INFO:teuthology.orchestra.run.smithi193.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 6.0 MB/s | 662 kB 00:00 2024-04-30T01:05:04.285 INFO:teuthology.orchestra.run.smithi193.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.8 MB/s | 292 kB 00:00 2024-04-30T01:05:04.361 INFO:teuthology.orchestra.run.smithi193.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 565 kB/s | 42 kB 00:00 2024-04-30T01:05:04.494 INFO:teuthology.orchestra.run.smithi193.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.6 MB/s | 221 kB 00:00 2024-04-30T01:05:04.580 INFO:teuthology.orchestra.run.smithi193.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 420 kB/s | 36 kB 00:00 2024-04-30T01:05:04.655 INFO:teuthology.orchestra.run.smithi193.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 631 kB/s | 47 kB 00:00 2024-04-30T01:05:05.014 INFO:teuthology.orchestra.run.smithi193.stdout:(21/32): librgw2-19.0.0-2405.g1e75c287.el7.x86_ 1.7 MB/s | 5.3 MB 00:03 2024-04-30T01:05:08.030 INFO:teuthology.orchestra.run.smithi193.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 91 kB/s | 309 kB 00:03 2024-04-30T01:05:08.347 INFO:teuthology.orchestra.run.smithi193.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 82 kB/s | 26 kB 00:00 2024-04-30T01:05:08.640 INFO:teuthology.orchestra.run.smithi193.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 166 kB/s | 49 kB 00:00 2024-04-30T01:05:08.964 INFO:teuthology.orchestra.run.smithi193.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 207 kB/s | 67 kB 00:00 2024-04-30T01:05:09.351 INFO:teuthology.orchestra.run.smithi071.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 4.4 kB/s | 43 kB 00:09 2024-04-30T01:05:10.356 INFO:teuthology.orchestra.run.smithi193.stdout:(26/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 603 kB/s | 839 kB 00:01 2024-04-30T01:05:10.866 INFO:teuthology.orchestra.run.smithi193.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 377 kB/s | 192 kB 00:00 2024-04-30T01:05:12.656 INFO:teuthology.orchestra.run.smithi193.stdout:(28/32): libarrow-9.0.0-11.el9.x86_64.rpm 591 kB/s | 4.4 MB 00:07 2024-04-30T01:05:12.706 INFO:teuthology.orchestra.run.smithi193.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 879 kB/s | 1.6 MB 00:01 2024-04-30T01:05:13.256 INFO:teuthology.orchestra.run.smithi193.stdout:(30/32): librbd1-19.0.0-2405.g1e75c287.el7.x86_ 5.7 MB/s | 3.1 MB 00:00 2024-04-30T01:05:13.415 INFO:teuthology.orchestra.run.smithi193.stdout:(31/32): librados2-19.0.0-2405.g1e75c287.el7.x8 4.5 MB/s | 3.4 MB 00:00 2024-04-30T01:05:14.059 INFO:teuthology.orchestra.run.smithi154.stdout:(32/32): ceph-common-19.0.0-2405.g1e75c287.el7. 879 kB/s | 21 MB 00:24 2024-04-30T01:05:14.062 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:05:14.063 INFO:teuthology.orchestra.run.smithi154.stdout:Total 2.4 MB/s | 60 MB 00:24 2024-04-30T01:05:14.158 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-30T01:05:14.196 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-30T01:05:14.196 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-30T01:05:14.507 INFO:teuthology.orchestra.run.smithi193.stdout:(32/32): ceph-common-19.0.0-2405.g1e75c287.el7. 1.2 MB/s | 21 MB 00:17 2024-04-30T01:05:14.510 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:05:14.510 INFO:teuthology.orchestra.run.smithi193.stdout:Total 3.3 MB/s | 60 MB 00:17 2024-04-30T01:05:14.608 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-30T01:05:14.645 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-30T01:05:14.645 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-30T01:05:14.662 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-30T01:05:14.663 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-30T01:05:15.111 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-30T01:05:15.112 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-30T01:05:16.131 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-30T01:05:16.218 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-30T01:05:16.248 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-30T01:05:16.273 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-30T01:05:16.297 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T01:05:16.321 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T01:05:16.479 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T01:05:16.533 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T01:05:16.595 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-30T01:05:16.674 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-30T01:05:16.711 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-30T01:05:16.736 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-30T01:05:16.759 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T01:05:16.779 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T01:05:16.924 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-30T01:05:16.983 INFO:teuthology.orchestra.run.smithi154.stdout: Upgrading : librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-30T01:05:16.985 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T01:05:17.039 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T01:05:17.075 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-30T01:05:17.162 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 8/34 2024-04-30T01:05:17.185 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 9/34 2024-04-30T01:05:17.248 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 9/34 2024-04-30T01:05:17.276 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-30T01:05:17.320 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7. 11/34 2024-04-30T01:05:17.396 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 12/34 2024-04-30T01:05:17.412 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-30T01:05:17.420 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 13/34 2024-04-30T01:05:17.480 INFO:teuthology.orchestra.run.smithi193.stdout: Upgrading : librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-30T01:05:17.484 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 13/34 2024-04-30T01:05:17.518 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-30T01:05:17.563 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-30T01:05:17.625 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-30T01:05:17.652 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-30T01:05:17.653 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 8/34 2024-04-30T01:05:17.681 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 9/34 2024-04-30T01:05:17.693 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-30T01:05:17.719 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-30T01:05:17.746 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 9/34 2024-04-30T01:05:17.747 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-30T01:05:17.780 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-30T01:05:17.781 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-30T01:05:17.825 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7. 11/34 2024-04-30T01:05:17.902 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 12/34 2024-04-30T01:05:17.925 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 13/34 2024-04-30T01:05:17.989 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 13/34 2024-04-30T01:05:18.027 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-30T01:05:18.108 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-30T01:05:18.148 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-30T01:05:18.151 INFO:teuthology.orchestra.run.smithi154.stdout: Upgrading : librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 22/34 2024-04-30T01:05:18.190 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-30T01:05:18.231 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-30T01:05:18.250 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 22/34 2024-04-30T01:05:18.256 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-30T01:05:18.281 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 23/34 2024-04-30T01:05:18.283 INFO:teuthology.orchestra.run.smithi071.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 8.0 kB/s | 151 kB 00:18 2024-04-30T01:05:18.285 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-30T01:05:18.317 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-30T01:05:18.318 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-30T01:05:18.635 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-30T01:05:18.673 INFO:teuthology.orchestra.run.smithi193.stdout: Upgrading : librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 22/34 2024-04-30T01:05:18.755 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 22/34 2024-04-30T01:05:18.786 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 23/34 2024-04-30T01:05:18.801 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-30T01:05:18.821 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-30T01:05:18.829 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 26/34 2024-04-30T01:05:18.900 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 26/34 2024-04-30T01:05:18.979 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 27/34 2024-04-30T01:05:19.023 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x8 28/34 2024-04-30T01:05:19.300 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-30T01:05:19.333 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 26/34 2024-04-30T01:05:19.404 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 26/34 2024-04-30T01:05:19.482 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 27/34 2024-04-30T01:05:19.519 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x8 28/34 2024-04-30T01:05:20.316 INFO:teuthology.orchestra.run.smithi071.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 33 kB/s | 358 kB 00:10 2024-04-30T01:05:21.308 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-30T01:05:21.420 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-30T01:05:21.741 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-30T01:05:21.773 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-30T01:05:21.960 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-30T01:05:21.998 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 30/34 2024-04-30T01:05:22.082 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 30/34 2024-04-30T01:05:22.083 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-30T01:05:22.083 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-30T01:05:22.083 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:05:22.109 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-30T01:05:22.312 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-30T01:05:22.352 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 30/34 2024-04-30T01:05:22.443 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 30/34 2024-04-30T01:05:22.443 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-30T01:05:22.443 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-30T01:05:22.443 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:05:22.470 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-30T01:05:22.791 INFO:teuthology.orchestra.run.smithi071.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 2.4 kB/s | 11 kB 00:04 2024-04-30T01:05:24.474 INFO:teuthology.orchestra.run.smithi071.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 4.2 kB/s | 18 kB 00:04 2024-04-30T01:05:24.491 INFO:teuthology.orchestra.run.smithi071.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 14 kB/s | 23 kB 00:01 2024-04-30T01:05:24.758 INFO:teuthology.orchestra.run.smithi071.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 68 kB/s | 19 kB 00:00 2024-04-30T01:05:24.776 INFO:teuthology.orchestra.run.smithi071.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 69 kB/s | 20 kB 00:00 2024-04-30T01:05:27.267 INFO:teuthology.orchestra.run.smithi071.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 18 kB/s | 46 kB 00:02 2024-04-30T01:05:27.576 INFO:teuthology.orchestra.run.smithi071.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 28 kB/s | 79 kB 00:02 2024-04-30T01:05:29.851 INFO:teuthology.orchestra.run.smithi071.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 7.2 kB/s | 16 kB 00:02 2024-04-30T01:05:29.876 INFO:teuthology.orchestra.run.smithi071.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 104 kB/s | 272 kB 00:02 2024-04-30T01:05:31.177 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-30T01:05:31.177 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /sys 2024-04-30T01:05:31.178 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /proc 2024-04-30T01:05:31.178 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /mnt 2024-04-30T01:05:31.178 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /var/tmp 2024-04-30T01:05:31.178 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /home 2024-04-30T01:05:31.178 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /root 2024-04-30T01:05:31.178 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /tmp 2024-04-30T01:05:31.178 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:05:31.590 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-30T01:05:31.590 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /sys 2024-04-30T01:05:31.590 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /proc 2024-04-30T01:05:31.590 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /mnt 2024-04-30T01:05:31.590 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /var/tmp 2024-04-30T01:05:31.591 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /home 2024-04-30T01:05:31.591 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /root 2024-04-30T01:05:31.591 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /tmp 2024-04-30T01:05:31.591 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:05:32.142 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 32/34 2024-04-30T01:05:32.165 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 32/34 2024-04-30T01:05:32.166 INFO:teuthology.orchestra.run.smithi154.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:05:32.166 INFO:teuthology.orchestra.run.smithi154.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-30T01:05:32.166 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T01:05:32.166 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T01:05:32.166 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:05:32.168 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T01:05:32.236 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T01:05:32.237 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T01:05:32.551 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 32/34 2024-04-30T01:05:32.576 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 32/34 2024-04-30T01:05:32.576 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:05:32.576 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-30T01:05:32.576 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T01:05:32.576 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T01:05:32.576 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:05:32.577 INFO:teuthology.orchestra.run.smithi193.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T01:05:32.679 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T01:05:32.679 INFO:teuthology.orchestra.run.smithi193.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T01:05:33.407 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T01:05:33.407 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 1/34 2024-04-30T01:05:33.407 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2/34 2024-04-30T01:05:33.407 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 3/34 2024-04-30T01:05:33.407 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 4/34 2024-04-30T01:05:33.407 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 5/34 2024-04-30T01:05:33.407 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 6/34 2024-04-30T01:05:33.407 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-30T01:05:33.407 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7. 8/34 2024-04-30T01:05:33.408 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x8 9/34 2024-04-30T01:05:33.408 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 10/34 2024-04-30T01:05:33.408 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 11/34 2024-04-30T01:05:33.408 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 12/34 2024-04-30T01:05:33.408 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 13/34 2024-04-30T01:05:33.408 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-30T01:05:33.408 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-30T01:05:33.408 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-30T01:05:33.408 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-30T01:05:33.408 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-30T01:05:33.408 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-30T01:05:33.408 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-30T01:05:33.408 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-30T01:05:33.409 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-30T01:05:33.409 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-30T01:05:33.409 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-30T01:05:33.409 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-30T01:05:33.409 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-30T01:05:33.409 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-30T01:05:33.409 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-30T01:05:33.409 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-30T01:05:33.409 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-30T01:05:33.410 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-30T01:05:33.410 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-30T01:05:33.410 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 33/34 2024-04-30T01:05:33.908 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T01:05:33.908 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 1/34 2024-04-30T01:05:33.908 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2/34 2024-04-30T01:05:33.908 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 3/34 2024-04-30T01:05:33.908 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 4/34 2024-04-30T01:05:33.908 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 5/34 2024-04-30T01:05:33.908 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 6/34 2024-04-30T01:05:33.908 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-30T01:05:33.908 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7. 8/34 2024-04-30T01:05:33.908 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x8 9/34 2024-04-30T01:05:33.908 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 10/34 2024-04-30T01:05:33.909 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 11/34 2024-04-30T01:05:33.909 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 12/34 2024-04-30T01:05:33.909 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 13/34 2024-04-30T01:05:33.909 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-30T01:05:33.909 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-30T01:05:33.909 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-30T01:05:33.909 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-30T01:05:33.909 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-30T01:05:33.909 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-30T01:05:33.909 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-30T01:05:33.909 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-30T01:05:33.909 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-30T01:05:33.909 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-30T01:05:33.909 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-30T01:05:33.910 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-30T01:05:33.910 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-30T01:05:33.910 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-30T01:05:33.910 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-30T01:05:33.910 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-30T01:05:33.910 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-30T01:05:33.910 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-30T01:05:33.910 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-30T01:05:33.910 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 33/34 2024-04-30T01:05:34.152 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T01:05:34.152 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:05:34.152 INFO:teuthology.orchestra.run.smithi154.stdout:Upgraded: 2024-04-30T01:05:34.152 INFO:teuthology.orchestra.run.smithi154.stdout: librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.152 INFO:teuthology.orchestra.run.smithi154.stdout: librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.152 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-30T01:05:34.152 INFO:teuthology.orchestra.run.smithi154.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-30T01:05:34.152 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.152 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.152 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.153 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.153 INFO:teuthology.orchestra.run.smithi154.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-30T01:05:34.153 INFO:teuthology.orchestra.run.smithi154.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-30T01:05:34.153 INFO:teuthology.orchestra.run.smithi154.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-30T01:05:34.153 INFO:teuthology.orchestra.run.smithi154.stdout: libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.153 INFO:teuthology.orchestra.run.smithi154.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-30T01:05:34.153 INFO:teuthology.orchestra.run.smithi154.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-30T01:05:34.153 INFO:teuthology.orchestra.run.smithi154.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-30T01:05:34.153 INFO:teuthology.orchestra.run.smithi154.stdout: libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.153 INFO:teuthology.orchestra.run.smithi154.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-30T01:05:34.153 INFO:teuthology.orchestra.run.smithi154.stdout: librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.153 INFO:teuthology.orchestra.run.smithi154.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-30T01:05:34.153 INFO:teuthology.orchestra.run.smithi154.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-30T01:05:34.153 INFO:teuthology.orchestra.run.smithi154.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-30T01:05:34.154 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.154 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.154 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.154 INFO:teuthology.orchestra.run.smithi154.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-30T01:05:34.154 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.154 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.154 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.154 INFO:teuthology.orchestra.run.smithi154.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-30T01:05:34.154 INFO:teuthology.orchestra.run.smithi154.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-30T01:05:34.154 INFO:teuthology.orchestra.run.smithi154.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-30T01:05:34.154 INFO:teuthology.orchestra.run.smithi154.stdout: re2-1:20211101-3.el9.x86_64 2024-04-30T01:05:34.154 INFO:teuthology.orchestra.run.smithi154.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-30T01:05:34.154 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:05:34.154 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-30T01:05:34.420 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-test 2024-04-30T01:05:34.687 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T01:05:34.687 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:05:34.688 INFO:teuthology.orchestra.run.smithi193.stdout:Upgraded: 2024-04-30T01:05:34.688 INFO:teuthology.orchestra.run.smithi193.stdout: librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.688 INFO:teuthology.orchestra.run.smithi193.stdout: librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.688 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-30T01:05:34.688 INFO:teuthology.orchestra.run.smithi193.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-30T01:05:34.688 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.688 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.688 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.688 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.688 INFO:teuthology.orchestra.run.smithi193.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-30T01:05:34.688 INFO:teuthology.orchestra.run.smithi193.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-30T01:05:34.688 INFO:teuthology.orchestra.run.smithi193.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-30T01:05:34.688 INFO:teuthology.orchestra.run.smithi193.stdout: libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.689 INFO:teuthology.orchestra.run.smithi193.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-30T01:05:34.689 INFO:teuthology.orchestra.run.smithi193.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-30T01:05:34.689 INFO:teuthology.orchestra.run.smithi193.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-30T01:05:34.689 INFO:teuthology.orchestra.run.smithi193.stdout: libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.689 INFO:teuthology.orchestra.run.smithi193.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-30T01:05:34.689 INFO:teuthology.orchestra.run.smithi193.stdout: librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.689 INFO:teuthology.orchestra.run.smithi193.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-30T01:05:34.689 INFO:teuthology.orchestra.run.smithi193.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-30T01:05:34.689 INFO:teuthology.orchestra.run.smithi193.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-30T01:05:34.689 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.689 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.689 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.690 INFO:teuthology.orchestra.run.smithi193.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-30T01:05:34.690 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.690 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.690 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:34.690 INFO:teuthology.orchestra.run.smithi193.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-30T01:05:34.690 INFO:teuthology.orchestra.run.smithi193.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-30T01:05:34.690 INFO:teuthology.orchestra.run.smithi193.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-30T01:05:34.690 INFO:teuthology.orchestra.run.smithi193.stdout: re2-1:20211101-3.el9.x86_64 2024-04-30T01:05:34.690 INFO:teuthology.orchestra.run.smithi193.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-30T01:05:34.690 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:05:34.691 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-30T01:05:34.929 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-test 2024-04-30T01:05:34.994 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:00:47 ago on Tue 30 Apr 2024 01:04:47 AM UTC. 2024-04-30T01:05:35.117 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-30T01:05:35.117 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T01:05:35.117 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-30T01:05:35.118 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T01:05:35.118 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-30T01:05:35.118 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-test x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 48 M 2024-04-30T01:05:35.118 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-30T01:05:35.118 INFO:teuthology.orchestra.run.smithi154.stdout: libcephsqlite x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 163 k 2024-04-30T01:05:35.118 INFO:teuthology.orchestra.run.smithi154.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-30T01:05:35.118 INFO:teuthology.orchestra.run.smithi154.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-30T01:05:35.118 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:05:35.118 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-30T01:05:35.118 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T01:05:35.118 INFO:teuthology.orchestra.run.smithi154.stdout:Install 4 Packages 2024-04-30T01:05:35.118 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:05:35.119 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 49 M 2024-04-30T01:05:35.119 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 207 M 2024-04-30T01:05:35.119 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-30T01:05:35.411 INFO:teuthology.orchestra.run.smithi154.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.2 MB/s | 305 kB 00:00 2024-04-30T01:05:35.462 INFO:teuthology.orchestra.run.smithi154.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-04-30T01:05:35.507 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:00:41 ago on Tue 30 Apr 2024 01:04:54 AM UTC. 2024-04-30T01:05:35.632 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-30T01:05:35.633 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T01:05:35.633 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-30T01:05:35.633 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T01:05:35.633 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-30T01:05:35.633 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-test x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 48 M 2024-04-30T01:05:35.633 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-30T01:05:35.633 INFO:teuthology.orchestra.run.smithi193.stdout: libcephsqlite x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 163 k 2024-04-30T01:05:35.633 INFO:teuthology.orchestra.run.smithi193.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-30T01:05:35.633 INFO:teuthology.orchestra.run.smithi193.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-30T01:05:35.633 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:05:35.633 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-30T01:05:35.633 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T01:05:35.633 INFO:teuthology.orchestra.run.smithi193.stdout:Install 4 Packages 2024-04-30T01:05:35.634 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:05:35.634 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 49 M 2024-04-30T01:05:35.634 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 207 M 2024-04-30T01:05:35.634 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-30T01:05:35.681 INFO:teuthology.orchestra.run.smithi154.stdout:(3/4): libcephsqlite-19.0.0-2405.g1e75c287.el7. 317 kB/s | 163 kB 00:00 2024-04-30T01:05:35.953 INFO:teuthology.orchestra.run.smithi193.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.1 MB/s | 305 kB 00:00 2024-04-30T01:05:36.037 INFO:teuthology.orchestra.run.smithi193.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 760 kB/s | 64 kB 00:00 2024-04-30T01:05:36.088 INFO:teuthology.orchestra.run.smithi193.stdout:(3/4): libcephsqlite-19.0.0-2405.g1e75c287.el7. 403 kB/s | 163 kB 00:00 2024-04-30T01:05:38.732 INFO:teuthology.orchestra.run.smithi193.stdout:(4/4): ceph-test-19.0.0-2405.g1e75c287.el7.x86_ 16 MB/s | 48 MB 00:03 2024-04-30T01:05:38.734 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:05:38.734 INFO:teuthology.orchestra.run.smithi193.stdout:Total 16 MB/s | 49 MB 00:03 2024-04-30T01:05:38.761 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-30T01:05:38.782 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-30T01:05:38.782 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-30T01:05:39.150 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-30T01:05:39.150 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-30T01:05:39.671 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-30T01:05:39.741 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-30T01:05:39.781 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-30T01:05:39.808 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 3/4 2024-04-30T01:05:40.357 INFO:teuthology.orchestra.run.smithi154.stdout:(4/4): ceph-test-19.0.0-2405.g1e75c287.el7.x86_ 9.3 MB/s | 48 MB 00:05 2024-04-30T01:05:40.359 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:05:40.359 INFO:teuthology.orchestra.run.smithi154.stdout:Total 9.3 MB/s | 49 MB 00:05 2024-04-30T01:05:40.384 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-30T01:05:40.404 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-30T01:05:40.404 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-30T01:05:40.769 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-30T01:05:40.769 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-30T01:05:40.866 INFO:teuthology.orchestra.run.smithi071.stdout:(31/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 4.6 kB/s | 172 kB 00:37 2024-04-30T01:05:41.283 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-30T01:05:41.366 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-30T01:05:41.406 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-30T01:05:41.434 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 3/4 2024-04-30T01:05:43.024 INFO:teuthology.orchestra.run.smithi071.stdout:(32/36): python3-webob-1.8.7-6.el9.noarch.rpm 106 kB/s | 230 kB 00:02 2024-04-30T01:05:44.313 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 3/4 2024-04-30T01:05:44.387 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 4/4 2024-04-30T01:05:45.926 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 3/4 2024-04-30T01:05:46.056 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 4/4 2024-04-30T01:05:46.687 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 4/4 2024-04-30T01:05:46.688 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 1/4 2024-04-30T01:05:46.688 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 2/4 2024-04-30T01:05:46.688 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-30T01:05:46.956 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-30T01:05:46.956 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:05:46.956 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-30T01:05:46.956 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:46.956 INFO:teuthology.orchestra.run.smithi193.stdout: libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:46.956 INFO:teuthology.orchestra.run.smithi193.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-30T01:05:46.956 INFO:teuthology.orchestra.run.smithi193.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-30T01:05:46.957 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:05:46.957 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-30T01:05:47.233 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph 2024-04-30T01:05:47.754 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:00:53 ago on Tue 30 Apr 2024 01:04:54 AM UTC. 2024-04-30T01:05:47.887 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-30T01:05:47.890 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T01:05:47.890 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-30T01:05:47.890 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T01:05:47.890 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-30T01:05:47.890 INFO:teuthology.orchestra.run.smithi193.stdout: ceph x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 6.6 k 2024-04-30T01:05:47.890 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-30T01:05:47.890 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mds x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 2.4 M 2024-04-30T01:05:47.890 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 1.5 M 2024-04-30T01:05:47.890 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2405.g1e75c287.el7 ceph-noarch 249 k 2024-04-30T01:05:47.890 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mon x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 4.7 M 2024-04-30T01:05:47.890 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-osd x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 17 M 2024-04-30T01:05:47.890 INFO:teuthology.orchestra.run.smithi193.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-30T01:05:47.891 INFO:teuthology.orchestra.run.smithi193.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-30T01:05:47.891 INFO:teuthology.orchestra.run.smithi193.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-30T01:05:47.891 INFO:teuthology.orchestra.run.smithi193.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-30T01:05:47.891 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-30T01:05:47.891 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-30T01:05:47.891 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-30T01:05:47.891 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-30T01:05:47.891 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-30T01:05:47.891 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-30T01:05:47.891 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-collections 2024-04-30T01:05:47.891 INFO:teuthology.orchestra.run.smithi193.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-30T01:05:47.891 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-30T01:05:47.891 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-30T01:05:47.892 INFO:teuthology.orchestra.run.smithi193.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-30T01:05:47.892 INFO:teuthology.orchestra.run.smithi193.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-30T01:05:47.892 INFO:teuthology.orchestra.run.smithi193.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-30T01:05:47.892 INFO:teuthology.orchestra.run.smithi193.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-30T01:05:47.892 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-30T01:05:47.892 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-30T01:05:47.892 INFO:teuthology.orchestra.run.smithi193.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-30T01:05:47.892 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-30T01:05:47.892 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-30T01:05:47.892 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-30T01:05:47.892 INFO:teuthology.orchestra.run.smithi193.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-30T01:05:47.892 INFO:teuthology.orchestra.run.smithi193.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-30T01:05:47.892 INFO:teuthology.orchestra.run.smithi193.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-30T01:05:47.892 INFO:teuthology.orchestra.run.smithi193.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-30T01:05:47.893 INFO:teuthology.orchestra.run.smithi193.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-30T01:05:47.893 INFO:teuthology.orchestra.run.smithi193.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-30T01:05:47.893 INFO:teuthology.orchestra.run.smithi193.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-30T01:05:47.893 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:05:47.893 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-30T01:05:47.893 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T01:05:47.893 INFO:teuthology.orchestra.run.smithi193.stdout:Install 36 Packages 2024-04-30T01:05:47.893 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:05:47.894 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 30 M 2024-04-30T01:05:47.894 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 107 M 2024-04-30T01:05:47.894 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-30T01:05:48.459 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 4/4 2024-04-30T01:05:48.459 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 1/4 2024-04-30T01:05:48.459 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 2/4 2024-04-30T01:05:48.460 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-30T01:05:48.632 INFO:teuthology.orchestra.run.smithi193.stdout:(1/36): ceph-19.0.0-2405.g1e75c287.el7.x86_64.r 39 kB/s | 6.6 kB 00:00 2024-04-30T01:05:48.724 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-30T01:05:48.725 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:05:48.725 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-30T01:05:48.725 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:48.725 INFO:teuthology.orchestra.run.smithi154.stdout: libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:05:48.725 INFO:teuthology.orchestra.run.smithi154.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-30T01:05:48.725 INFO:teuthology.orchestra.run.smithi154.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-30T01:05:48.725 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:05:48.725 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-30T01:05:48.824 INFO:teuthology.orchestra.run.smithi193.stdout:(2/36): ceph-mgr-19.0.0-2405.g1e75c287.el7.x86_ 4.2 MB/s | 1.5 MB 00:00 2024-04-30T01:05:49.003 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph 2024-04-30T01:05:49.216 INFO:teuthology.orchestra.run.smithi193.stdout:(3/36): ceph-mon-19.0.0-2405.g1e75c287.el7.x86_ 8.0 MB/s | 4.7 MB 00:00 2024-04-30T01:05:49.299 INFO:teuthology.orchestra.run.smithi193.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2405.g1e75 2.9 MB/s | 249 kB 00:00 2024-04-30T01:05:49.349 INFO:teuthology.orchestra.run.smithi193.stdout:(5/36): ceph-mds-19.0.0-2405.g1e75c287.el7.x86_ 2.7 MB/s | 2.4 MB 00:00 2024-04-30T01:05:49.500 INFO:teuthology.orchestra.run.smithi193.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.2 MB/s | 253 kB 00:00 2024-04-30T01:05:49.520 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:02 ago on Tue 30 Apr 2024 01:04:47 AM UTC. 2024-04-30T01:05:49.542 INFO:teuthology.orchestra.run.smithi193.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-04-30T01:05:49.575 INFO:teuthology.orchestra.run.smithi193.stdout:(8/36): python3-cryptography-36.0.1-4.el9.x86_6 5.4 MB/s | 1.2 MB 00:00 2024-04-30T01:05:49.601 INFO:teuthology.orchestra.run.smithi193.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.3 MB/s | 135 kB 00:00 2024-04-30T01:05:49.626 INFO:teuthology.orchestra.run.smithi193.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 2.4 MB/s | 125 kB 00:00 2024-04-30T01:05:49.646 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-30T01:05:49.648 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T01:05:49.648 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-30T01:05:49.648 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T01:05:49.648 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-30T01:05:49.649 INFO:teuthology.orchestra.run.smithi154.stdout: ceph x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 6.6 k 2024-04-30T01:05:49.649 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-30T01:05:49.649 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mds x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 2.4 M 2024-04-30T01:05:49.649 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 1.5 M 2024-04-30T01:05:49.649 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2405.g1e75c287.el7 ceph-noarch 249 k 2024-04-30T01:05:49.649 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mon x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 4.7 M 2024-04-30T01:05:49.649 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-osd x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 17 M 2024-04-30T01:05:49.649 INFO:teuthology.orchestra.run.smithi154.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-30T01:05:49.649 INFO:teuthology.orchestra.run.smithi154.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-30T01:05:49.649 INFO:teuthology.orchestra.run.smithi154.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-30T01:05:49.649 INFO:teuthology.orchestra.run.smithi154.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-30T01:05:49.649 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-30T01:05:49.649 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-30T01:05:49.650 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-30T01:05:49.650 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-30T01:05:49.650 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-30T01:05:49.650 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-30T01:05:49.650 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-collections 2024-04-30T01:05:49.650 INFO:teuthology.orchestra.run.smithi154.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-30T01:05:49.650 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-30T01:05:49.650 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-30T01:05:49.650 INFO:teuthology.orchestra.run.smithi154.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-30T01:05:49.650 INFO:teuthology.orchestra.run.smithi154.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-30T01:05:49.650 INFO:teuthology.orchestra.run.smithi154.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-30T01:05:49.651 INFO:teuthology.orchestra.run.smithi154.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-30T01:05:49.651 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-30T01:05:49.651 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-30T01:05:49.651 INFO:teuthology.orchestra.run.smithi154.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-30T01:05:49.651 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-30T01:05:49.651 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-30T01:05:49.651 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-30T01:05:49.651 INFO:teuthology.orchestra.run.smithi154.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-30T01:05:49.651 INFO:teuthology.orchestra.run.smithi154.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-30T01:05:49.651 INFO:teuthology.orchestra.run.smithi154.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-30T01:05:49.651 INFO:teuthology.orchestra.run.smithi154.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-30T01:05:49.651 INFO:teuthology.orchestra.run.smithi154.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-30T01:05:49.651 INFO:teuthology.orchestra.run.smithi154.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-30T01:05:49.652 INFO:teuthology.orchestra.run.smithi154.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-30T01:05:49.652 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:05:49.652 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-30T01:05:49.652 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T01:05:49.652 INFO:teuthology.orchestra.run.smithi154.stdout:Install 36 Packages 2024-04-30T01:05:49.652 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:05:49.653 INFO:teuthology.orchestra.run.smithi193.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-04-30T01:05:49.654 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 30 M 2024-04-30T01:05:49.654 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 107 M 2024-04-30T01:05:49.654 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-30T01:05:49.818 INFO:teuthology.orchestra.run.smithi193.stdout:(12/36): ceph-osd-19.0.0-2405.g1e75c287.el7.x86 17 MB/s | 17 MB 00:00 2024-04-30T01:05:50.085 INFO:teuthology.orchestra.run.smithi193.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 130 kB/s | 35 kB 00:00 2024-04-30T01:05:50.101 INFO:teuthology.orchestra.run.smithi154.stdout:(1/36): ceph-19.0.0-2405.g1e75c287.el7.x86_64.r 40 kB/s | 6.6 kB 00:00 2024-04-30T01:05:50.244 INFO:teuthology.orchestra.run.smithi193.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 291 kB/s | 172 kB 00:00 2024-04-30T01:05:50.269 INFO:teuthology.orchestra.run.smithi193.stdout:(15/36): lua-5.4.4-4.el9.x86_64.rpm 293 kB/s | 188 kB 00:00 2024-04-30T01:05:50.284 INFO:teuthology.orchestra.run.smithi154.stdout:(2/36): ceph-mgr-19.0.0-2405.g1e75c287.el7.x86_ 4.3 MB/s | 1.5 MB 00:00 2024-04-30T01:05:50.294 INFO:teuthology.orchestra.run.smithi193.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 244 kB/s | 51 kB 00:00 2024-04-30T01:05:50.361 INFO:teuthology.orchestra.run.smithi193.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 356 kB/s | 42 kB 00:00 2024-04-30T01:05:50.661 INFO:teuthology.orchestra.run.smithi193.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 159 kB/s | 43 kB 00:00 2024-04-30T01:05:50.678 INFO:teuthology.orchestra.run.smithi193.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 394 kB/s | 151 kB 00:00 2024-04-30T01:05:50.851 INFO:teuthology.orchestra.run.smithi154.stdout:(3/36): ceph-mds-19.0.0-2405.g1e75c287.el7.x86_ 2.6 MB/s | 2.4 MB 00:00 2024-04-30T01:05:50.927 INFO:teuthology.orchestra.run.smithi154.stdout:(4/36): ceph-mon-19.0.0-2405.g1e75c287.el7.x86_ 5.7 MB/s | 4.7 MB 00:00 2024-04-30T01:05:50.937 INFO:teuthology.orchestra.run.smithi193.stdout:(20/36): lua-devel-5.4.4-4.el9.x86_64.rpm 33 kB/s | 22 kB 00:00 2024-04-30T01:05:50.952 INFO:teuthology.orchestra.run.smithi154.stdout:(5/36): ceph-mgr-modules-core-19.0.0-2405.g1e75 2.4 MB/s | 249 kB 00:00 2024-04-30T01:05:51.070 INFO:teuthology.orchestra.run.smithi154.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.7 MB/s | 253 kB 00:00 2024-04-30T01:05:51.111 INFO:teuthology.orchestra.run.smithi154.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-04-30T01:05:51.278 INFO:teuthology.orchestra.run.smithi154.stdout:(8/36): ceph-osd-19.0.0-2405.g1e75c287.el7.x86_ 17 MB/s | 17 MB 00:00 2024-04-30T01:05:51.303 INFO:teuthology.orchestra.run.smithi154.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 704 kB/s | 135 kB 00:00 2024-04-30T01:05:51.337 INFO:teuthology.orchestra.run.smithi154.stdout:(10/36): python3-cryptography-36.0.1-4.el9.x86_ 3.2 MB/s | 1.2 MB 00:00 2024-04-30T01:05:51.362 INFO:teuthology.orchestra.run.smithi154.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-04-30T01:05:51.413 INFO:teuthology.orchestra.run.smithi154.stdout:(12/36): python3-requests-2.25.1-8.el9.noarch.r 930 kB/s | 125 kB 00:00 2024-04-30T01:05:51.762 INFO:teuthology.orchestra.run.smithi193.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 331 kB/s | 358 kB 00:01 2024-04-30T01:05:51.787 INFO:teuthology.orchestra.run.smithi193.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 153 kB/s | 172 kB 00:01 2024-04-30T01:05:52.038 INFO:teuthology.orchestra.run.smithi193.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 64 kB/s | 18 kB 00:00 2024-04-30T01:05:52.071 INFO:teuthology.orchestra.run.smithi154.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 53 kB/s | 35 kB 00:00 2024-04-30T01:05:52.213 INFO:teuthology.orchestra.run.smithi193.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 54 kB/s | 23 kB 00:00 2024-04-30T01:05:52.229 INFO:teuthology.orchestra.run.smithi154.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 211 kB/s | 188 kB 00:00 2024-04-30T01:05:52.263 INFO:teuthology.orchestra.run.smithi193.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 86 kB/s | 19 kB 00:00 2024-04-30T01:05:52.280 INFO:teuthology.orchestra.run.smithi154.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 188 kB/s | 172 kB 00:00 2024-04-30T01:05:52.330 INFO:teuthology.orchestra.run.smithi193.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 168 kB/s | 20 kB 00:00 2024-04-30T01:05:52.355 INFO:teuthology.orchestra.run.smithi193.stdout:(27/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 7.5 kB/s | 11 kB 00:01 2024-04-30T01:05:52.389 INFO:teuthology.orchestra.run.smithi193.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 369 kB/s | 46 kB 00:00 2024-04-30T01:05:52.438 INFO:teuthology.orchestra.run.smithi154.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 141 kB/s | 22 kB 00:00 2024-04-30T01:05:52.789 INFO:teuthology.orchestra.run.smithi154.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 71 kB/s | 51 kB 00:00 2024-04-30T01:05:52.847 INFO:teuthology.orchestra.run.smithi154.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 371 kB/s | 151 kB 00:00 2024-04-30T01:05:52.906 INFO:teuthology.orchestra.run.smithi154.stdout:(19/36): python3-toml-0.10.2-6.el9.noarch.rpm 62 kB/s | 42 kB 00:00 2024-04-30T01:05:52.914 INFO:teuthology.orchestra.run.smithi193.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 135 kB/s | 79 kB 00:00 2024-04-30T01:05:53.040 INFO:teuthology.orchestra.run.smithi154.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 894 kB/s | 172 kB 00:00 2024-04-30T01:05:53.115 INFO:teuthology.orchestra.run.smithi154.stdout:(21/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 133 kB/s | 43 kB 00:00 2024-04-30T01:05:53.131 INFO:teuthology.orchestra.run.smithi193.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 22 kB/s | 16 kB 00:00 2024-04-30T01:05:53.140 INFO:teuthology.orchestra.run.smithi154.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 107 kB/s | 11 kB 00:00 2024-04-30T01:05:53.173 INFO:teuthology.orchestra.run.smithi193.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 348 kB/s | 90 kB 00:00 2024-04-30T01:05:53.207 INFO:teuthology.orchestra.run.smithi154.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 192 kB/s | 18 kB 00:00 2024-04-30T01:05:53.232 INFO:teuthology.orchestra.run.smithi154.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 252 kB/s | 23 kB 00:00 2024-04-30T01:05:53.299 INFO:teuthology.orchestra.run.smithi154.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 211 kB/s | 19 kB 00:00 2024-04-30T01:05:53.324 INFO:teuthology.orchestra.run.smithi154.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 214 kB/s | 20 kB 00:00 2024-04-30T01:05:53.416 INFO:teuthology.orchestra.run.smithi154.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 395 kB/s | 46 kB 00:00 2024-04-30T01:05:53.442 INFO:teuthology.orchestra.run.smithi154.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 673 kB/s | 79 kB 00:00 2024-04-30T01:05:53.475 INFO:teuthology.orchestra.run.smithi154.stdout:(29/36): python3-cherrypy-18.6.1-2.el9.noarch.r 630 kB/s | 358 kB 00:00 2024-04-30T01:05:53.550 INFO:teuthology.orchestra.run.smithi154.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 151 kB/s | 16 kB 00:00 2024-04-30T01:05:53.593 INFO:teuthology.orchestra.run.smithi154.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 768 kB/s | 90 kB 00:00 2024-04-30T01:05:53.660 INFO:teuthology.orchestra.run.smithi154.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 329 kB/s | 36 kB 00:00 2024-04-30T01:05:53.693 INFO:teuthology.orchestra.run.smithi154.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 986 kB/s | 272 kB 00:00 2024-04-30T01:05:53.732 INFO:teuthology.orchestra.run.smithi154.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.7 MB/s | 230 kB 00:00 2024-04-30T01:05:53.802 INFO:teuthology.orchestra.run.smithi154.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 184 kB/s | 20 kB 00:00 2024-04-30T01:05:53.844 INFO:teuthology.orchestra.run.smithi154.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.3 MB/s | 427 kB 00:00 2024-04-30T01:05:53.845 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:05:53.846 INFO:teuthology.orchestra.run.smithi154.stdout:Total 7.2 MB/s | 30 MB 00:04 2024-04-30T01:05:53.986 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-30T01:05:54.025 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-30T01:05:54.025 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-30T01:05:54.316 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-30T01:05:54.318 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-30T01:05:54.498 INFO:teuthology.orchestra.run.smithi193.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 127 kB/s | 272 kB 00:02 2024-04-30T01:05:54.523 INFO:teuthology.orchestra.run.smithi193.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 26 kB/s | 36 kB 00:01 2024-04-30T01:05:54.607 INFO:teuthology.orchestra.run.smithi193.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 160 kB/s | 230 kB 00:01 2024-04-30T01:05:54.765 INFO:teuthology.orchestra.run.smithi193.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.7 MB/s | 427 kB 00:00 2024-04-30T01:05:54.874 INFO:teuthology.orchestra.run.smithi193.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 57 kB/s | 20 kB 00:00 2024-04-30T01:05:54.878 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:05:54.879 INFO:teuthology.orchestra.run.smithi193.stdout:Total 4.3 MB/s | 30 MB 00:06 2024-04-30T01:05:55.018 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-30T01:05:55.057 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-30T01:05:55.057 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-30T01:05:55.351 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-30T01:05:55.351 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-30T01:05:55.563 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-30T01:05:55.630 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-30T01:05:55.663 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-30T01:05:55.699 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-30T01:05:55.771 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-30T01:05:55.815 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-30T01:05:55.847 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-30T01:05:55.939 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-30T01:05:56.018 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-30T01:05:56.084 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-30T01:05:56.119 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-30T01:05:56.148 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-30T01:05:56.183 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-30T01:05:56.216 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-30T01:05:56.265 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-30T01:05:56.308 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-30T01:05:56.330 INFO:teuthology.orchestra.run.smithi071.stdout:(33/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 32 kB/s | 427 kB 00:13 2024-04-30T01:05:56.343 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-30T01:05:56.381 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-30T01:05:56.455 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-30T01:05:56.594 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-30T01:05:56.595 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-30T01:05:56.660 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-30T01:05:56.672 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-30T01:05:56.701 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-30T01:05:56.729 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-30T01:05:56.733 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-30T01:05:56.774 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-30T01:05:56.802 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-30T01:05:56.830 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-30T01:05:56.861 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-30T01:05:56.885 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-30T01:05:56.894 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-30T01:05:56.987 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-30T01:05:57.064 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-30T01:05:57.073 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-30T01:05:57.105 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-30T01:05:57.127 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-30T01:05:57.139 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-30T01:05:57.169 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-30T01:05:57.204 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-30T01:05:57.205 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-30T01:05:57.237 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-30T01:05:57.277 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-30T01:05:57.294 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-30T01:05:57.321 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-30T01:05:57.335 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-30T01:05:57.355 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-30T01:05:57.394 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-30T01:05:57.452 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-30T01:05:57.467 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-30T01:05:57.610 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7. 31/36 2024-04-30T01:05:57.611 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-30T01:05:57.628 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 32/36 2024-04-30T01:05:57.654 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 32/36 2024-04-30T01:05:57.654 INFO:teuthology.orchestra.run.smithi154.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:05:57.654 INFO:teuthology.orchestra.run.smithi154.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-30T01:05:57.655 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T01:05:57.655 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T01:05:57.655 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:05:57.685 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-30T01:05:57.738 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-30T01:05:57.776 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-30T01:05:57.834 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-30T01:05:57.889 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-30T01:05:58.077 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-30T01:05:58.130 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-30T01:05:58.209 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-30T01:05:58.307 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-30T01:05:58.346 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-30T01:05:58.465 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-30T01:05:58.627 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7. 31/36 2024-04-30T01:05:58.663 INFO:teuthology.orchestra.run.smithi071.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 8.6 kB/s | 20 kB 00:02 2024-04-30T01:05:58.673 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 32/36 2024-04-30T01:05:58.698 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 32/36 2024-04-30T01:05:58.698 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:05:58.698 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-30T01:05:58.699 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T01:05:58.699 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T01:05:58.699 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:05:59.096 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 33/36 2024-04-30T01:05:59.122 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 33/36 2024-04-30T01:05:59.123 INFO:teuthology.orchestra.run.smithi154.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:05:59.123 INFO:teuthology.orchestra.run.smithi154.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-30T01:05:59.123 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T01:05:59.123 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T01:05:59.123 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:05:59.505 INFO:teuthology.orchestra.run.smithi071.stdout:(35/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 3.0 kB/s | 90 kB 00:29 2024-04-30T01:05:59.564 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 34/36 2024-04-30T01:05:59.587 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 34/36 2024-04-30T01:05:59.587 INFO:teuthology.orchestra.run.smithi154.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:05:59.587 INFO:teuthology.orchestra.run.smithi154.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-30T01:05:59.587 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T01:05:59.587 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T01:05:59.588 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:05:59.663 INFO:teuthology.orchestra.run.smithi071.stdout:(36/36): python3-tempora-5.0.0-2.el9.noarch.rpm 1.2 kB/s | 36 kB 00:29 2024-04-30T01:05:59.669 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:05:59.669 INFO:teuthology.orchestra.run.smithi071.stdout:Total 481 kB/s | 30 MB 01:04 2024-04-30T01:05:59.794 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-30T01:05:59.823 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 35/36 2024-04-30T01:05:59.834 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-30T01:05:59.834 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-30T01:05:59.846 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 35/36 2024-04-30T01:05:59.846 INFO:teuthology.orchestra.run.smithi154.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:05:59.846 INFO:teuthology.orchestra.run.smithi154.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-30T01:05:59.846 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T01:05:59.846 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T01:05:59.847 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:05:59.911 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 36/36 2024-04-30T01:06:00.127 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-30T01:06:00.127 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-30T01:06:00.149 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 33/36 2024-04-30T01:06:00.175 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 33/36 2024-04-30T01:06:00.175 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:06:00.175 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-30T01:06:00.175 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T01:06:00.175 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T01:06:00.175 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:06:00.616 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 34/36 2024-04-30T01:06:00.639 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 34/36 2024-04-30T01:06:00.639 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:06:00.639 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-30T01:06:00.639 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T01:06:00.639 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T01:06:00.640 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:06:00.885 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 35/36 2024-04-30T01:06:00.906 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 35/36 2024-04-30T01:06:00.907 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:06:00.907 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-30T01:06:00.907 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T01:06:00.907 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T01:06:00.907 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:06:00.972 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 36/36 2024-04-30T01:06:01.409 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-30T01:06:01.474 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-30T01:06:01.514 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-30T01:06:01.543 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-30T01:06:01.574 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 36/36 2024-04-30T01:06:01.574 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 1/36 2024-04-30T01:06:01.574 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 2/36 2024-04-30T01:06:01.574 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 3/36 2024-04-30T01:06:01.574 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 4/36 2024-04-30T01:06:01.574 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 5/36 2024-04-30T01:06:01.574 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7. 6/36 2024-04-30T01:06:01.574 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-30T01:06:01.574 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-30T01:06:01.574 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-30T01:06:01.574 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-30T01:06:01.575 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-30T01:06:01.575 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-30T01:06:01.575 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-30T01:06:01.575 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-30T01:06:01.575 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-30T01:06:01.575 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-30T01:06:01.575 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-30T01:06:01.575 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-30T01:06:01.575 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-30T01:06:01.575 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-30T01:06:01.575 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-30T01:06:01.575 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-30T01:06:01.575 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-30T01:06:01.575 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-30T01:06:01.575 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-30T01:06:01.576 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-30T01:06:01.576 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-30T01:06:01.576 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-30T01:06:01.576 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-30T01:06:01.576 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-30T01:06:01.576 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-30T01:06:01.576 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-30T01:06:01.576 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-30T01:06:01.576 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-30T01:06:01.576 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-30T01:06:01.614 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-30T01:06:01.667 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-30T01:06:01.709 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-30T01:06:01.800 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-30T01:06:01.886 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-30T01:06:01.928 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-30T01:06:01.963 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-30T01:06:01.993 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-30T01:06:02.027 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-30T01:06:02.061 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-30T01:06:02.093 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-30T01:06:02.178 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-30T01:06:02.213 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-30T01:06:02.250 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-30T01:06:02.325 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-30T01:06:02.462 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-30T01:06:02.462 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:06:02.462 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-30T01:06:02.463 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:06:02.463 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:06:02.463 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:06:02.463 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7.noarch 2024-04-30T01:06:02.463 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:06:02.463 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:06:02.463 INFO:teuthology.orchestra.run.smithi154.stdout: lua-5.4.4-4.el9.x86_64 2024-04-30T01:06:02.463 INFO:teuthology.orchestra.run.smithi154.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-30T01:06:02.463 INFO:teuthology.orchestra.run.smithi154.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-30T01:06:02.463 INFO:teuthology.orchestra.run.smithi154.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-30T01:06:02.463 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-30T01:06:02.463 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-30T01:06:02.464 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-30T01:06:02.464 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-30T01:06:02.464 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-30T01:06:02.464 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-30T01:06:02.464 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-30T01:06:02.464 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-30T01:06:02.464 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-30T01:06:02.464 INFO:teuthology.orchestra.run.smithi154.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-30T01:06:02.464 INFO:teuthology.orchestra.run.smithi154.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-30T01:06:02.464 INFO:teuthology.orchestra.run.smithi154.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-30T01:06:02.464 INFO:teuthology.orchestra.run.smithi154.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-30T01:06:02.464 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-30T01:06:02.464 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ply-3.11-14.el9.noarch 2024-04-30T01:06:02.464 INFO:teuthology.orchestra.run.smithi154.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-30T01:06:02.465 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-30T01:06:02.465 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-30T01:06:02.465 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-30T01:06:02.465 INFO:teuthology.orchestra.run.smithi154.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-30T01:06:02.465 INFO:teuthology.orchestra.run.smithi154.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-30T01:06:02.465 INFO:teuthology.orchestra.run.smithi154.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-30T01:06:02.465 INFO:teuthology.orchestra.run.smithi154.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-30T01:06:02.465 INFO:teuthology.orchestra.run.smithi154.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-30T01:06:02.465 INFO:teuthology.orchestra.run.smithi154.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-30T01:06:02.465 INFO:teuthology.orchestra.run.smithi154.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-30T01:06:02.465 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:06:02.465 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-30T01:06:02.470 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-30T01:06:02.550 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-30T01:06:02.604 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-30T01:06:02.616 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 36/36 2024-04-30T01:06:02.616 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 1/36 2024-04-30T01:06:02.616 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 2/36 2024-04-30T01:06:02.616 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 3/36 2024-04-30T01:06:02.617 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 4/36 2024-04-30T01:06:02.617 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 5/36 2024-04-30T01:06:02.617 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7. 6/36 2024-04-30T01:06:02.617 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-30T01:06:02.617 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-30T01:06:02.617 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-30T01:06:02.617 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-30T01:06:02.618 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-30T01:06:02.618 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-30T01:06:02.618 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-30T01:06:02.618 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-30T01:06:02.618 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-30T01:06:02.618 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-30T01:06:02.618 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-30T01:06:02.618 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-30T01:06:02.619 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-30T01:06:02.619 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-30T01:06:02.619 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-30T01:06:02.619 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-30T01:06:02.619 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-30T01:06:02.619 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-30T01:06:02.619 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-30T01:06:02.619 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-30T01:06:02.619 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-30T01:06:02.620 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-30T01:06:02.620 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-30T01:06:02.620 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-30T01:06:02.621 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-30T01:06:02.621 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-30T01:06:02.621 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-30T01:06:02.621 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-30T01:06:02.621 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-30T01:06:02.643 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-30T01:06:02.699 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-30T01:06:02.755 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-30T01:06:02.806 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-base 2024-04-30T01:06:02.949 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-30T01:06:03.006 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-30T01:06:03.083 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-30T01:06:03.173 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-30T01:06:03.213 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-30T01:06:03.326 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:16 ago on Tue 30 Apr 2024 01:04:47 AM UTC. 2024-04-30T01:06:03.330 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-30T01:06:03.406 INFO:teuthology.orchestra.run.smithi154.stdout:Package ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 is already installed. 2024-04-30T01:06:03.446 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-30T01:06:03.447 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-30T01:06:03.448 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-30T01:06:03.495 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7. 31/36 2024-04-30T01:06:03.517 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install cephadm 2024-04-30T01:06:03.524 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 32/36 2024-04-30T01:06:03.541 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-30T01:06:03.541 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:06:03.541 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-30T01:06:03.541 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:06:03.541 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:06:03.541 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:06:03.542 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7.noarch 2024-04-30T01:06:03.542 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:06:03.542 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:06:03.542 INFO:teuthology.orchestra.run.smithi193.stdout: lua-5.4.4-4.el9.x86_64 2024-04-30T01:06:03.542 INFO:teuthology.orchestra.run.smithi193.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-30T01:06:03.542 INFO:teuthology.orchestra.run.smithi193.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-30T01:06:03.542 INFO:teuthology.orchestra.run.smithi193.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-30T01:06:03.542 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-30T01:06:03.542 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-30T01:06:03.542 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-30T01:06:03.542 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-30T01:06:03.542 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-30T01:06:03.542 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-30T01:06:03.543 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-30T01:06:03.543 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-30T01:06:03.543 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-30T01:06:03.543 INFO:teuthology.orchestra.run.smithi193.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-30T01:06:03.543 INFO:teuthology.orchestra.run.smithi193.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-30T01:06:03.543 INFO:teuthology.orchestra.run.smithi193.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-30T01:06:03.543 INFO:teuthology.orchestra.run.smithi193.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-30T01:06:03.543 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-30T01:06:03.543 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ply-3.11-14.el9.noarch 2024-04-30T01:06:03.543 INFO:teuthology.orchestra.run.smithi193.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-30T01:06:03.543 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-30T01:06:03.543 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-30T01:06:03.543 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-30T01:06:03.544 INFO:teuthology.orchestra.run.smithi193.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-30T01:06:03.544 INFO:teuthology.orchestra.run.smithi193.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-30T01:06:03.544 INFO:teuthology.orchestra.run.smithi193.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-30T01:06:03.544 INFO:teuthology.orchestra.run.smithi193.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-30T01:06:03.544 INFO:teuthology.orchestra.run.smithi193.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-30T01:06:03.544 INFO:teuthology.orchestra.run.smithi193.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-30T01:06:03.544 INFO:teuthology.orchestra.run.smithi193.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-30T01:06:03.544 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:06:03.544 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-30T01:06:03.549 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 32/36 2024-04-30T01:06:03.549 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:06:03.549 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-30T01:06:03.549 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T01:06:03.550 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T01:06:03.550 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:06:03.884 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-base 2024-04-30T01:06:04.026 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:17 ago on Tue 30 Apr 2024 01:04:47 AM UTC. 2024-04-30T01:06:04.145 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-30T01:06:04.146 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T01:06:04.146 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-30T01:06:04.147 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T01:06:04.147 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-30T01:06:04.147 INFO:teuthology.orchestra.run.smithi154.stdout: cephadm noarch 2:19.0.0-2405.g1e75c287.el9 ceph-noarch 762 k 2024-04-30T01:06:04.147 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:06:04.147 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-30T01:06:04.147 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T01:06:04.147 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2024-04-30T01:06:04.147 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:06:04.147 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 762 k 2024-04-30T01:06:04.147 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 768 k 2024-04-30T01:06:04.147 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-30T01:06:04.401 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:10 ago on Tue 30 Apr 2024 01:04:54 AM UTC. 2024-04-30T01:06:04.422 INFO:teuthology.orchestra.run.smithi154.stdout:cephadm-19.0.0-2405.g1e75c287.el9.noarch.rpm 2.7 MB/s | 762 kB 00:00 2024-04-30T01:06:04.423 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:06:04.423 INFO:teuthology.orchestra.run.smithi154.stdout:Total 2.7 MB/s | 762 kB 00:00 2024-04-30T01:06:04.423 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-30T01:06:04.428 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-30T01:06:04.428 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-30T01:06:04.434 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-30T01:06:04.435 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-30T01:06:04.479 INFO:teuthology.orchestra.run.smithi193.stdout:Package ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 is already installed. 2024-04-30T01:06:04.505 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-30T01:06:04.520 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-30T01:06:04.521 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-30T01:06:04.521 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-30T01:06:04.583 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install cephadm 2024-04-30T01:06:04.889 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-30T01:06:04.982 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-30T01:06:04.992 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 33/36 2024-04-30T01:06:05.017 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 33/36 2024-04-30T01:06:05.018 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:06:05.018 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-30T01:06:05.018 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T01:06:05.018 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T01:06:05.018 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:06:05.087 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:11 ago on Tue 30 Apr 2024 01:04:54 AM UTC. 2024-04-30T01:06:05.206 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-30T01:06:05.207 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T01:06:05.207 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-30T01:06:05.207 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T01:06:05.207 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-30T01:06:05.207 INFO:teuthology.orchestra.run.smithi193.stdout: cephadm noarch 2:19.0.0-2405.g1e75c287.el9 ceph-noarch 762 k 2024-04-30T01:06:05.207 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:06:05.207 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-30T01:06:05.207 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T01:06:05.207 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-04-30T01:06:05.207 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:06:05.207 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 762 k 2024-04-30T01:06:05.207 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 768 k 2024-04-30T01:06:05.208 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-30T01:06:05.309 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-30T01:06:05.459 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 34/36 2024-04-30T01:06:05.481 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 34/36 2024-04-30T01:06:05.482 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:06:05.482 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-30T01:06:05.482 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T01:06:05.482 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T01:06:05.482 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:06:05.483 INFO:teuthology.orchestra.run.smithi193.stdout:cephadm-19.0.0-2405.g1e75c287.el9.noarch.rpm 2.7 MB/s | 762 kB 00:00 2024-04-30T01:06:05.483 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:06:05.483 INFO:teuthology.orchestra.run.smithi193.stdout:Total 2.7 MB/s | 762 kB 00:00 2024-04-30T01:06:05.483 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-30T01:06:05.487 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-30T01:06:05.488 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-30T01:06:05.493 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-30T01:06:05.494 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-30T01:06:05.559 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-30T01:06:05.560 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:06:05.560 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-30T01:06:05.560 INFO:teuthology.orchestra.run.smithi154.stdout: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 2024-04-30T01:06:05.560 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:06:05.560 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-30T01:06:05.576 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-30T01:06:05.710 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 35/36 2024-04-30T01:06:05.732 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 35/36 2024-04-30T01:06:05.732 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:06:05.732 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-30T01:06:05.732 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T01:06:05.733 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T01:06:05.733 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:06:05.767 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-immutable-object-cache 2024-04-30T01:06:05.796 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 36/36 2024-04-30T01:06:05.983 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-30T01:06:06.067 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-30T01:06:06.280 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:19 ago on Tue 30 Apr 2024 01:04:47 AM UTC. 2024-04-30T01:06:06.353 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-30T01:06:06.402 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-30T01:06:06.403 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T01:06:06.403 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repo Size 2024-04-30T01:06:06.404 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T01:06:06.404 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-30T01:06:06.404 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 145 k 2024-04-30T01:06:06.404 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:06:06.404 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-30T01:06:06.404 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-30T01:06:06.405 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2024-04-30T01:06:06.405 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:06:06.405 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 145 k 2024-04-30T01:06:06.405 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 436 k 2024-04-30T01:06:06.405 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-30T01:06:06.579 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-30T01:06:06.579 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:06:06.579 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-30T01:06:06.579 INFO:teuthology.orchestra.run.smithi193.stdout: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 2024-04-30T01:06:06.579 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:06:06.579 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-30T01:06:06.768 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-immutable-object-cache 2024-04-30T01:06:06.929 INFO:teuthology.orchestra.run.smithi154.stdout:ceph-immutable-object-cache-19.0.0-2405.g1e75c2 275 kB/s | 145 kB 00:00 2024-04-30T01:06:06.930 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:06:06.930 INFO:teuthology.orchestra.run.smithi154.stdout:Total 274 kB/s | 145 kB 00:00 2024-04-30T01:06:06.931 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-30T01:06:06.939 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-30T01:06:06.939 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-30T01:06:06.996 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-30T01:06:06.996 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-30T01:06:07.139 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-30T01:06:07.230 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-30T01:06:07.255 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-30T01:06:07.255 INFO:teuthology.orchestra.run.smithi154.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:06:07.255 INFO:teuthology.orchestra.run.smithi154.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-30T01:06:07.255 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:06:07.281 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:13 ago on Tue 30 Apr 2024 01:04:54 AM UTC. 2024-04-30T01:06:07.404 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-30T01:06:07.405 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T01:06:07.405 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repo Size 2024-04-30T01:06:07.405 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T01:06:07.405 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-30T01:06:07.405 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 145 k 2024-04-30T01:06:07.406 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:06:07.406 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-30T01:06:07.406 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-30T01:06:07.406 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-04-30T01:06:07.406 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:06:07.406 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 145 k 2024-04-30T01:06:07.406 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 436 k 2024-04-30T01:06:07.406 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-30T01:06:07.474 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 36/36 2024-04-30T01:06:07.474 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 1/36 2024-04-30T01:06:07.474 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 2/36 2024-04-30T01:06:07.474 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 3/36 2024-04-30T01:06:07.474 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 4/36 2024-04-30T01:06:07.474 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 5/36 2024-04-30T01:06:07.474 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7. 6/36 2024-04-30T01:06:07.475 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-30T01:06:07.475 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-30T01:06:07.475 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-30T01:06:07.475 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-30T01:06:07.475 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-30T01:06:07.475 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-30T01:06:07.475 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-30T01:06:07.475 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-30T01:06:07.475 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-30T01:06:07.475 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-30T01:06:07.475 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-30T01:06:07.475 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-30T01:06:07.475 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-30T01:06:07.475 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-30T01:06:07.475 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-30T01:06:07.476 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-30T01:06:07.476 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-30T01:06:07.476 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-30T01:06:07.476 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-30T01:06:07.476 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-30T01:06:07.476 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-30T01:06:07.477 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-30T01:06:07.477 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-30T01:06:07.477 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-30T01:06:07.477 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-30T01:06:07.477 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-30T01:06:07.477 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-30T01:06:07.477 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-30T01:06:07.477 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-30T01:06:07.946 INFO:teuthology.orchestra.run.smithi193.stdout:ceph-immutable-object-cache-19.0.0-2405.g1e75c2 268 kB/s | 145 kB 00:00 2024-04-30T01:06:07.947 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:06:07.947 INFO:teuthology.orchestra.run.smithi193.stdout:Total 267 kB/s | 145 kB 00:00 2024-04-30T01:06:07.948 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-30T01:06:07.955 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-30T01:06:07.955 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-30T01:06:08.011 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-30T01:06:08.011 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-30T01:06:08.082 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-30T01:06:08.083 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:06:08.083 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-30T01:06:08.083 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:06:08.083 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-30T01:06:08.083 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-30T01:06:08.153 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-30T01:06:08.247 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-30T01:06:08.271 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-30T01:06:08.271 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:06:08.271 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-30T01:06:08.271 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:06:08.272 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-mgr 2024-04-30T01:06:08.446 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-30T01:06:08.446 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:06:08.446 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-30T01:06:08.446 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:06:08.446 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:06:08.446 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:06:08.447 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7.noarch 2024-04-30T01:06:08.447 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:06:08.447 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:06:08.447 INFO:teuthology.orchestra.run.smithi071.stdout: lua-5.4.4-4.el9.x86_64 2024-04-30T01:06:08.447 INFO:teuthology.orchestra.run.smithi071.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-30T01:06:08.447 INFO:teuthology.orchestra.run.smithi071.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-30T01:06:08.447 INFO:teuthology.orchestra.run.smithi071.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-30T01:06:08.447 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-30T01:06:08.447 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-30T01:06:08.447 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-30T01:06:08.447 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-30T01:06:08.447 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-30T01:06:08.447 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-30T01:06:08.448 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-30T01:06:08.448 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-30T01:06:08.448 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-30T01:06:08.448 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-30T01:06:08.448 INFO:teuthology.orchestra.run.smithi071.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-30T01:06:08.448 INFO:teuthology.orchestra.run.smithi071.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-30T01:06:08.448 INFO:teuthology.orchestra.run.smithi071.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-30T01:06:08.448 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-30T01:06:08.448 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ply-3.11-14.el9.noarch 2024-04-30T01:06:08.448 INFO:teuthology.orchestra.run.smithi071.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-30T01:06:08.448 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-30T01:06:08.448 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-30T01:06:08.448 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-30T01:06:08.448 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-30T01:06:08.448 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-30T01:06:08.449 INFO:teuthology.orchestra.run.smithi071.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-30T01:06:08.449 INFO:teuthology.orchestra.run.smithi071.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-30T01:06:08.449 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-30T01:06:08.449 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-30T01:06:08.449 INFO:teuthology.orchestra.run.smithi071.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-30T01:06:08.449 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:06:08.449 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-30T01:06:08.788 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:21 ago on Tue 30 Apr 2024 01:04:47 AM UTC. 2024-04-30T01:06:08.805 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-base 2024-04-30T01:06:08.867 INFO:teuthology.orchestra.run.smithi154.stdout:Package ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 is already installed. 2024-04-30T01:06:08.909 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-30T01:06:08.910 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-30T01:06:08.910 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-30T01:06:09.004 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-mgr-dashboard 2024-04-30T01:06:09.107 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-30T01:06:09.108 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:06:09.108 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-30T01:06:09.108 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:06:09.108 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-30T01:06:09.108 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-30T01:06:09.320 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:23 ago on Tue 30 Apr 2024 01:03:46 AM UTC. 2024-04-30T01:06:09.335 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-mgr 2024-04-30T01:06:09.399 INFO:teuthology.orchestra.run.smithi071.stdout:Package ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 is already installed. 2024-04-30T01:06:09.440 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-30T01:06:09.441 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-30T01:06:09.441 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-30T01:06:09.530 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install cephadm 2024-04-30T01:06:09.531 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:22 ago on Tue 30 Apr 2024 01:04:47 AM UTC. 2024-04-30T01:06:09.662 INFO:teuthology.orchestra.run.smithi154.stderr:Error: 2024-04-30T01:06:09.662 INFO:teuthology.orchestra.run.smithi154.stderr: Problem: cannot install the best candidate for the job 2024-04-30T01:06:09.662 INFO:teuthology.orchestra.run.smithi154.stderr: - nothing provides ceph-mgr = 2:19.0.0-2405.g1e75c287.el9 needed by ceph-mgr-dashboard-2:19.0.0-2405.g1e75c287.el9.noarch from ceph-noarch 2024-04-30T01:06:09.662 INFO:teuthology.orchestra.run.smithi154.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2024-04-30T01:06:09.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:06:09.699 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_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.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 smithi154 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-30T01:06:09.702 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_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 622, 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 "/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_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.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 smithi154 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-30T01:06:09.953 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=f418fb51ffda4ecea0694c19bd6cbbc9 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_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 622, 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 "/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_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.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 smithi154 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-30T01:06:09.957 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-30T01:06:09.966 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-30T01:06:09.998 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-30T01:06:09.999 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-30T01:06:10.014 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:15 ago on Tue 30 Apr 2024 01:04:54 AM UTC. 2024-04-30T01:06:10.014 INFO:teuthology.orchestra.run.smithi193.stdout:Package ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 is already installed. 2024-04-30T01:06:10.014 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-30T01:06:10.014 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-30T01:06:10.014 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-30T01:06:10.023 DEBUG:teuthology.orchestra.run.smithi154:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-30T01:06:10.027 DEBUG:teuthology.orchestra.run.smithi193:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-30T01:06:10.027 INFO:teuthology.orchestra.run.smithi071.stderr:bash: line 1: ntpq: command not found 2024-04-30T01:06:10.029 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T01:06:10.030 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-04-30T01:06:10.030 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv01.front.sepia.ceph.com 3 6 77 41 +857us[ +826us] +/- 66ms 2024-04-30T01:06:10.030 INFO:teuthology.orchestra.run.smithi071.stdout:^* hv02.front.sepia.ceph.com 3 6 77 41 -453us[ -484us] +/- 58ms 2024-04-30T01:06:10.030 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 40 -257us[ -257us] +/- 75ms 2024-04-30T01:06:10.030 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:06:10.036 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:24 ago on Tue 30 Apr 2024 01:03:46 AM UTC. 2024-04-30T01:06:10.038 INFO:teuthology.orchestra.run.smithi154.stderr:bash: line 1: ntpq: command not found 2024-04-30T01:06:10.042 INFO:teuthology.orchestra.run.smithi154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T01:06:10.042 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================== 2024-04-30T01:06:10.043 INFO:teuthology.orchestra.run.smithi154.stdout:^+ hv01.front.sepia.ceph.com 3 6 77 41 +798us[ +798us] +/- 66ms 2024-04-30T01:06:10.043 INFO:teuthology.orchestra.run.smithi154.stdout:^* hv02.front.sepia.ceph.com 3 6 77 42 -521us[ -562us] +/- 58ms 2024-04-30T01:06:10.043 INFO:teuthology.orchestra.run.smithi154.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 41 -311us[ -311us] +/- 74ms 2024-04-30T01:06:10.043 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:06:10.044 INFO:teuthology.orchestra.run.smithi193.stderr:bash: line 1: ntpq: command not found 2024-04-30T01:06:10.047 INFO:teuthology.orchestra.run.smithi193.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T01:06:10.047 INFO:teuthology.orchestra.run.smithi193.stdout:=============================================================================== 2024-04-30T01:06:10.047 INFO:teuthology.orchestra.run.smithi193.stdout:^+ hv01.front.sepia.ceph.com 3 6 77 40 +822us[ +763us] +/- 66ms 2024-04-30T01:06:10.047 INFO:teuthology.orchestra.run.smithi193.stdout:^* hv02.front.sepia.ceph.com 3 6 77 40 -479us[ -538us] +/- 59ms 2024-04-30T01:06:10.047 INFO:teuthology.orchestra.run.smithi193.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 41 -309us[ -368us] +/- 74ms 2024-04-30T01:06:10.048 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:06:10.049 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-30T01:06:10.058 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-30T01:06:10.058 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-30T01:06:10.074 DEBUG:teuthology.orchestra.run.smithi071:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-30T01:06:10.075 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-mgr-dashboard 2024-04-30T01:06:10.130 DEBUG:teuthology.orchestra.run.smithi154:> 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-30T01:06:10.163 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-30T01:06:10.164 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:06:10.164 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-30T01:06:10.164 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:06:10.165 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-30T01:06:10.165 INFO:teuthology.orchestra.run.smithi071.stdout: cephadm noarch 2:19.0.0-2405.g1e75c287.el9 ceph-noarch 762 k 2024-04-30T01:06:10.165 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:06:10.165 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-30T01:06:10.165 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:06:10.165 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-30T01:06:10.165 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:06:10.165 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 762 k 2024-04-30T01:06:10.165 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 768 k 2024-04-30T01:06:10.166 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-30T01:06:10.184 DEBUG:teuthology.orchestra.run.smithi193:> 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-30T01:06:10.238 DEBUG:teuthology.orchestra.run.smithi071:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-30T01:06:10.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:06:10.264 DEBUG:teuthology.orchestra.run.smithi154:> 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-30T01:06:10.290 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:06:10.291 DEBUG:teuthology.orchestra.run.smithi193:> 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-30T01:06:10.318 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:06:10.319 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-30T01:06:10.329 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-30T01:06:10.339 INFO:teuthology.task.internal:Duration was 395.647875 seconds 2024-04-30T01:06:10.340 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-30T01:06:10.348 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-30T01:06:10.349 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-30T01:06:10.353 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-30T01:06:10.356 DEBUG:teuthology.orchestra.run.smithi193:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-30T01:06:10.386 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T01:06:10.390 INFO:teuthology.orchestra.run.smithi154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T01:06:10.398 INFO:teuthology.orchestra.run.smithi193.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T01:06:10.638 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:16 ago on Tue 30 Apr 2024 01:04:54 AM UTC. 2024-04-30T01:06:10.773 INFO:teuthology.orchestra.run.smithi193.stderr:Error: 2024-04-30T01:06:10.773 INFO:teuthology.orchestra.run.smithi193.stderr: Problem: cannot install the best candidate for the job 2024-04-30T01:06:10.773 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides ceph-mgr = 2:19.0.0-2405.g1e75c287.el9 needed by ceph-mgr-dashboard-2:19.0.0-2405.g1e75c287.el9.noarch from ceph-noarch 2024-04-30T01:06:10.774 INFO:teuthology.orchestra.run.smithi193.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2024-04-30T01:06:10.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:06:10.828 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-30T01:06:10.828 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2024-04-30T01:06:10.828 DEBUG:teuthology.orchestra.run.smithi071:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-30T01:06:10.889 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi154.front.sepia.ceph.com 2024-04-30T01:06:10.889 DEBUG:teuthology.orchestra.run.smithi154:> 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-30T01:06:10.919 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi193.front.sepia.ceph.com 2024-04-30T01:06:10.919 DEBUG:teuthology.orchestra.run.smithi193:> 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-30T01:06:10.954 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-30T01:06:10.955 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-30T01:06:10.957 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-30T01:06:10.961 DEBUG:teuthology.orchestra.run.smithi193:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-30T01:06:11.019 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-30T01:06:11.019 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-30T01:06:11.023 DEBUG:teuthology.orchestra.run.smithi154:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-30T01:06:11.026 DEBUG:teuthology.orchestra.run.smithi193:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-30T01:06:11.146 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-30T01:06:11.156 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-30T01:06:11.156 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-30T01:06:11.157 INFO:teuthology.orchestra.run.smithi071.stdout:cephadm-19.0.0-2405.g1e75c287.el9.noarch.rpm 772 kB/s | 762 kB 00:00 2024-04-30T01:06:11.157 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:06:11.157 INFO:teuthology.orchestra.run.smithi071.stdout:Total 771 kB/s | 762 kB 00:00 2024-04-30T01:06:11.158 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-30T01:06:11.159 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-30T01:06:11.160 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-30T01:06:11.165 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-30T01:06:11.165 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-30T01:06:11.180 DEBUG:teuthology.orchestra.run.smithi154:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-30T01:06:11.204 DEBUG:teuthology.orchestra.run.smithi193:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-30T01:06:11.227 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-30T01:06:11.238 DEBUG:teuthology.orchestra.run.smithi071:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-30T01:06:11.238 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-30T01:06:11.240 DEBUG:teuthology.orchestra.run.smithi154:> 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-30T01:06:11.246 DEBUG:teuthology.orchestra.run.smithi193:> 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-30T01:06:11.260 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2024-04-30T01:06:11.266 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = core 2024-04-30T01:06:11.290 INFO:teuthology.orchestra.run.smithi193.stdout:kernel.core_pattern = core 2024-04-30T01:06:11.326 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-30T01:06:11.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:06:11.349 DEBUG:teuthology.orchestra.run.smithi154:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-30T01:06:11.363 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:06:11.363 DEBUG:teuthology.orchestra.run.smithi193:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-30T01:06:11.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:06:11.380 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-30T01:06:11.436 INFO:teuthology.task.internal:Transferring archived files... 2024-04-30T01:06:11.438 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679538/remote/smithi071 2024-04-30T01:06:11.438 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-30T01:06:11.524 DEBUG:teuthology.misc:Transferring archived files from smithi154:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679538/remote/smithi154 2024-04-30T01:06:11.525 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-30T01:06:11.580 DEBUG:teuthology.misc:Transferring archived files from smithi193:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679538/remote/smithi193 2024-04-30T01:06:11.581 DEBUG:teuthology.orchestra.run.smithi193:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-30T01:06:11.630 INFO:teuthology.task.internal:Removing archive directory... 2024-04-30T01:06:11.630 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-30T01:06:11.633 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-30T01:06:11.636 DEBUG:teuthology.orchestra.run.smithi193:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-30T01:06:11.680 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-30T01:06:11.694 INFO:teuthology.task.internal:Not uploading archives. 2024-04-30T01:06:11.694 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-30T01:06:11.742 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-30T01:06:11.742 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-30T01:06:11.745 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-30T01:06:11.747 DEBUG:teuthology.orchestra.run.smithi193:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-30T01:06:11.757 INFO:teuthology.orchestra.run.smithi071.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 30 01:06 /home/ubuntu/cephtest 2024-04-30T01:06:11.759 INFO:teuthology.orchestra.run.smithi154.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 30 01:06 /home/ubuntu/cephtest 2024-04-30T01:06:11.761 INFO:teuthology.orchestra.run.smithi193.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 30 01:06 /home/ubuntu/cephtest 2024-04-30T01:06:11.763 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-30T01:06:11.773 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-30T01:06:11.794 INFO:teuthology.nuke:Checking targets against current locks 2024-04-30T01:06:11.807 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-30T01:06:11.832 DEBUG:teuthology.nuke:shortname: smithi071 2024-04-30T01:06:11.833 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-30T01:06:11.875 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679538', '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-30 00:52:52.325852', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKUzy+a0/PJMleQbvLXCC2HQsEa50MWYPqZgZkTotO2qSWrQSLraqVn5iB20kn/EX+Uc0WAq6IrcPyQwk8ImrAQ='} 2024-04-30T01:06:11.890 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-30T01:06:11.892 DEBUG:teuthology.nuke:shortname: smithi154 2024-04-30T01:06:11.892 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-30T01:06:11.936 DEBUG:teuthology.nuke:shortname: smithi193 2024-04-30T01:06:11.936 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-30T01:06:11.949 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679538', '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-30 00:52:52.327260', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNlsSgGZDsIEuPvBH+5YZoepvMyRlMKonpjmbQdm2RnbTNjb5LIY0SNJnbAc8Ta0pLdXCt6s4Kef+BroZFdoi9Y='} 2024-04-30T01:06:11.990 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi193.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679538', '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-30 00:52:52.328547', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMVCcpC1ZwZFl7grt6emuhYsNLGAMlfXcstd1I/zWZ34NTqShIOhdmOKHeNSCLnlskKyFjK30Lm9aYbO2SHn6+4='} 2024-04-30T01:06:12.036 INFO:teuthology.orchestra.console.smithi071:Power off 2024-04-30T01:06:12.036 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-30T01:06:12.103 DEBUG:teuthology.orchestra.console.smithi071:power off output: Chassis Power Control: Down/Off 2024-04-30T01:06:12.103 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T01:06:12.120 INFO:teuthology.orchestra.console.smithi154:Power off 2024-04-30T01:06:12.121 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-30T01:06:12.141 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-04-30T01:06:12.151 DEBUG:teuthology.orchestra.console.smithi154:power off output: Chassis Power Control: Down/Off 2024-04-30T01:06:12.151 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T01:06:12.160 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-30T01:06:12.169 INFO:teuthology.orchestra.console.smithi193:Power off 2024-04-30T01:06:12.169 DEBUG:teuthology.orchestra.console.smithi193:pexpect command: ipmitool -H smithi193.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-30T01:06:12.185 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2024-04-30T01:06:12.217 DEBUG:teuthology.orchestra.console.smithi193:power off output: Chassis Power Control: Down/Off 2024-04-30T01:06:12.217 DEBUG:teuthology.orchestra.console.smithi193:pexpect command: ipmitool -H smithi193.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T01:06:12.249 DEBUG:teuthology.orchestra.console.smithi193:check power output: Chassis Power is on 2024-04-30T01:06:12.342 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-30T01:06:12.343 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:06:12.343 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-30T01:06:12.343 INFO:teuthology.orchestra.run.smithi071.stdout: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 2024-04-30T01:06:12.343 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:06:12.343 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-30T01:06:12.547 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-immutable-object-cache 2024-04-30T01:06:13.102 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:27 ago on Tue 30 Apr 2024 01:03:46 AM UTC. 2024-04-30T01:06:13.225 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-30T01:06:13.226 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:06:13.226 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-04-30T01:06:13.226 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:06:13.226 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-30T01:06:13.226 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 145 k 2024-04-30T01:06:13.227 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:06:13.227 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-30T01:06:13.227 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:06:13.227 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-30T01:06:13.227 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:06:13.227 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 145 k 2024-04-30T01:06:13.227 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 436 k 2024-04-30T01:06:13.227 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-30T01:06:13.769 INFO:teuthology.orchestra.run.smithi071.stdout:ceph-immutable-object-cache-19.0.0-2405.g1e75c2 267 kB/s | 145 kB 00:00 2024-04-30T01:06:13.770 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:06:13.770 INFO:teuthology.orchestra.run.smithi071.stdout:Total 266 kB/s | 145 kB 00:00 2024-04-30T01:06:13.770 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-30T01:06:13.778 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-30T01:06:13.778 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-30T01:06:13.835 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-30T01:06:13.835 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-30T01:06:13.985 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-30T01:06:14.062 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-30T01:06:14.086 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-30T01:06:14.086 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:06:14.086 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-30T01:06:14.087 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:06:14.942 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-30T01:06:14.942 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:06:14.942 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-30T01:06:14.943 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:06:14.943 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:06:14.943 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-30T01:06:15.197 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr 2024-04-30T01:06:15.710 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:29 ago on Tue 30 Apr 2024 01:03:46 AM UTC. 2024-04-30T01:06:15.723 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-30T01:06:16.142 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T01:06:16.186 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T01:06:16.250 DEBUG:teuthology.orchestra.console.smithi193:pexpect command: ipmitool -H smithi193.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T01:06:16.260 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-04-30T01:06:16.297 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2024-04-30T01:06:16.361 DEBUG:teuthology.orchestra.console.smithi193:check power output: Chassis Power is on 2024-04-30T01:06:20.262 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T01:06:20.298 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T01:06:20.362 DEBUG:teuthology.orchestra.console.smithi193:pexpect command: ipmitool -H smithi193.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T01:06:20.373 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is off 2024-04-30T01:06:20.408 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2024-04-30T01:06:20.473 DEBUG:teuthology.orchestra.console.smithi193:check power output: Chassis Power is off 2024-04-30T01:06:20.474 INFO:teuthology.orchestra.console.smithi071:Power off completed 2024-04-30T01:06:20.574 INFO:teuthology.orchestra.console.smithi193:Power off completed 2024-04-30T01:06:24.412 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T01:06:24.522 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is off 2024-04-30T01:06:24.623 INFO:teuthology.orchestra.console.smithi154:Power off completed 2024-04-30T01:06:24.728 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} duration: 395.6478748321533 failure_reason: 'Command failed on smithi154 with status 1: ''sudo yum -y install ceph-mgr-dashboard''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=f418fb51ffda4ecea0694c19bd6cbbc9 status: fail success: false 2024-04-30T01:06:24.728 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-30T01:06:24.820 INFO:teuthology.run:FAIL