2024-04-21T14:44:04.754 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-21T14:44:04.754 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-04-21_13:58:53-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi --verbose --archive /home/teuthworker/archive/yuriw-2024-04-21_13:58:53-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7666699 --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-04-21_13:58:53-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7666699/orig.config.yaml 2024-04-21T14:44:04.785 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-21T14:44:04.881 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-21_13:58:53-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7666699 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: '7666699' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-21_13:58:53-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: smithi133.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBlPYYrjQH9D+KSTXddHL6qwMrHlMbgnOUfnUF/LbmzbuVICmZi0HxJpcGifmP/xGUHpSzwkwA2qMuU/X+SzFcc= smithi154.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ5ALWhM2HSkoL+wb8vCXgBTIyRVG2WGpqOlkTO4rAgJgf5fcKuKqGDO+L5+WxCQ7+X74tFZD5LtdwddFIifVUo= smithi169.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHuqv6cdPnJuDZSkrxwt4p0uwtJaVisSdKBLhoY5bPFoX2fIjhbuwowhF1cHL+0zS63g72DczRPQfG8/baWkkJk= 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-21_13:58:53 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-21T14:44:04.881 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-21T14:44:04.882 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_1e75c287b590db4c67b42cb1c95b9323fa8d03bc/qa/tasks 2024-04-21T14:44:04.882 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-21T14:44:04.884 INFO:teuthology.task.internal:Checking packages... 2024-04-21T14:44:04.908 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '1e75c287b590db4c67b42cb1c95b9323fa8d03bc' 2024-04-21T14:44:04.908 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-21T14:44:04.908 INFO:teuthology.packaging:ref: None 2024-04-21T14:44:04.908 INFO:teuthology.packaging:tag: None 2024-04-21T14:44:04.908 INFO:teuthology.packaging:branch: wip-yuriw-testing-20240419.202307-squid 2024-04-21T14:44:04.908 INFO:teuthology.packaging:sha1: 1e75c287b590db4c67b42cb1c95b9323fa8d03bc 2024-04-21T14:44:04.908 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-21T14:44:05.056 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2405.g1e75c287 2024-04-21T14:44:05.057 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-21T14:44:05.066 INFO:teuthology.task.internal:no buildpackages task found 2024-04-21T14:44:05.066 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-21T14:44:05.088 INFO:teuthology.task.internal:Saving configuration 2024-04-21T14:44:05.104 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-21T14:44:05.116 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-21T14:44:05.142 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-21_13:58:53-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7666699', '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-21 14:38:41.594738', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBlPYYrjQH9D+KSTXddHL6qwMrHlMbgnOUfnUF/LbmzbuVICmZi0HxJpcGifmP/xGUHpSzwkwA2qMuU/X+SzFcc='} 2024-04-21T14:44:05.168 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-21_13:58:53-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7666699', '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-21 14:38:41.592640', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ5ALWhM2HSkoL+wb8vCXgBTIyRVG2WGpqOlkTO4rAgJgf5fcKuKqGDO+L5+WxCQ7+X74tFZD5LtdwddFIifVUo='} 2024-04-21T14:44:05.191 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-21_13:58:53-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7666699', '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-21 14:38:41.593790', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHuqv6cdPnJuDZSkrxwt4p0uwtJaVisSdKBLhoY5bPFoX2fIjhbuwowhF1cHL+0zS63g72DczRPQfG8/baWkkJk='} 2024-04-21T14:44:05.191 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-21T14:44:05.199 INFO:teuthology.task.internal:roles: ubuntu@smithi133.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-04-21T14:44:05.199 INFO:teuthology.task.internal:roles: ubuntu@smithi154.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-04-21T14:44:05.199 INFO:teuthology.task.internal:roles: ubuntu@smithi169.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-04-21T14:44:05.199 INFO:teuthology.run_tasks:Running task console_log... 2024-04-21T14:44:05.319 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f3c7e482f70>, signals=[15]) 2024-04-21T14:44:05.320 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-21T14:44:05.329 INFO:teuthology.task.internal:Opening connections... 2024-04-21T14:44:05.329 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2024-04-21T14:44:05.331 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T14:44:05.458 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi154.front.sepia.ceph.com 2024-04-21T14:44:05.459 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T14:44:05.538 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi169.front.sepia.ceph.com 2024-04-21T14:44:05.538 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T14:44:05.618 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-21T14:44:05.626 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2024-04-21T14:44:05.644 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2024-04-21T14:44:05.645 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2024-04-21T14:44:05.703 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="CentOS Stream" 2024-04-21T14:44:05.703 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="9" 2024-04-21T14:44:05.703 INFO:teuthology.orchestra.run.smithi133.stdout:ID="centos" 2024-04-21T14:44:05.703 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE="rhel fedora" 2024-04-21T14:44:05.704 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="9" 2024-04-21T14:44:05.704 INFO:teuthology.orchestra.run.smithi133.stdout:PLATFORM_ID="platform:el9" 2024-04-21T14:44:05.704 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-21T14:44:05.704 INFO:teuthology.orchestra.run.smithi133.stdout:ANSI_COLOR="0;31" 2024-04-21T14:44:05.704 INFO:teuthology.orchestra.run.smithi133.stdout:LOGO="fedora-logo-icon" 2024-04-21T14:44:05.704 INFO:teuthology.orchestra.run.smithi133.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-21T14:44:05.705 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://centos.org/" 2024-04-21T14:44:05.706 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-21T14:44:05.706 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-21T14:44:05.706 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-21T14:44:05.707 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2024-04-21T14:44:05.733 DEBUG:teuthology.orchestra.run.smithi154:> uname -m 2024-04-21T14:44:05.751 INFO:teuthology.orchestra.run.smithi154.stdout:x86_64 2024-04-21T14:44:05.751 DEBUG:teuthology.orchestra.run.smithi154:> cat /etc/os-release 2024-04-21T14:44:05.809 INFO:teuthology.orchestra.run.smithi154.stdout:NAME="CentOS Stream" 2024-04-21T14:44:05.809 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION="9" 2024-04-21T14:44:05.809 INFO:teuthology.orchestra.run.smithi154.stdout:ID="centos" 2024-04-21T14:44:05.809 INFO:teuthology.orchestra.run.smithi154.stdout:ID_LIKE="rhel fedora" 2024-04-21T14:44:05.809 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION_ID="9" 2024-04-21T14:44:05.809 INFO:teuthology.orchestra.run.smithi154.stdout:PLATFORM_ID="platform:el9" 2024-04-21T14:44:05.809 INFO:teuthology.orchestra.run.smithi154.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-21T14:44:05.809 INFO:teuthology.orchestra.run.smithi154.stdout:ANSI_COLOR="0;31" 2024-04-21T14:44:05.809 INFO:teuthology.orchestra.run.smithi154.stdout:LOGO="fedora-logo-icon" 2024-04-21T14:44:05.809 INFO:teuthology.orchestra.run.smithi154.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-21T14:44:05.810 INFO:teuthology.orchestra.run.smithi154.stdout:HOME_URL="https://centos.org/" 2024-04-21T14:44:05.810 INFO:teuthology.orchestra.run.smithi154.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-21T14:44:05.810 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-21T14:44:05.810 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-21T14:44:05.810 INFO:teuthology.lock.ops:Updating smithi154.front.sepia.ceph.com on lock server 2024-04-21T14:44:05.833 DEBUG:teuthology.orchestra.run.smithi169:> uname -m 2024-04-21T14:44:05.852 INFO:teuthology.orchestra.run.smithi169.stdout:x86_64 2024-04-21T14:44:05.853 DEBUG:teuthology.orchestra.run.smithi169:> cat /etc/os-release 2024-04-21T14:44:05.910 INFO:teuthology.orchestra.run.smithi169.stdout:NAME="CentOS Stream" 2024-04-21T14:44:05.910 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION="9" 2024-04-21T14:44:05.910 INFO:teuthology.orchestra.run.smithi169.stdout:ID="centos" 2024-04-21T14:44:05.910 INFO:teuthology.orchestra.run.smithi169.stdout:ID_LIKE="rhel fedora" 2024-04-21T14:44:05.910 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION_ID="9" 2024-04-21T14:44:05.910 INFO:teuthology.orchestra.run.smithi169.stdout:PLATFORM_ID="platform:el9" 2024-04-21T14:44:05.910 INFO:teuthology.orchestra.run.smithi169.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-21T14:44:05.911 INFO:teuthology.orchestra.run.smithi169.stdout:ANSI_COLOR="0;31" 2024-04-21T14:44:05.911 INFO:teuthology.orchestra.run.smithi169.stdout:LOGO="fedora-logo-icon" 2024-04-21T14:44:05.911 INFO:teuthology.orchestra.run.smithi169.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-21T14:44:05.911 INFO:teuthology.orchestra.run.smithi169.stdout:HOME_URL="https://centos.org/" 2024-04-21T14:44:05.911 INFO:teuthology.orchestra.run.smithi169.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-21T14:44:05.911 INFO:teuthology.orchestra.run.smithi169.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-21T14:44:05.911 INFO:teuthology.orchestra.run.smithi169.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-21T14:44:05.911 INFO:teuthology.lock.ops:Updating smithi169.front.sepia.ceph.com on lock server 2024-04-21T14:44:05.932 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-21T14:44:05.942 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-21T14:44:05.950 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-21T14:44:05.950 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2024-04-21T14:44:05.953 DEBUG:teuthology.orchestra.run.smithi154:> test '!' -e /home/ubuntu/cephtest 2024-04-21T14:44:05.956 DEBUG:teuthology.orchestra.run.smithi169:> test '!' -e /home/ubuntu/cephtest 2024-04-21T14:44:05.973 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-21T14:44:05.979 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-21T14:44:05.979 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2024-04-21T14:44:06.010 DEBUG:teuthology.orchestra.run.smithi154:> test -z $(ls -A /var/lib/ceph) 2024-04-21T14:44:06.013 DEBUG:teuthology.orchestra.run.smithi169:> test -z $(ls -A /var/lib/ceph) 2024-04-21T14:44:06.136 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-21T14:44:06.217 INFO:teuthology.run_tasks:Running task kernel... 2024-04-21T14:44:06.232 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-21T14:44:06.232 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-21T14:44:06.232 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-21T14:44:06.233 DEBUG:teuthology.orchestra.run.smithi154:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-21T14:44:06.234 DEBUG:teuthology.orchestra.run.smithi169:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-21T14:44:06.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-21T14:44:06.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-21T14:44:06.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-21T14:44:06.256 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2024-04-21T14:44:06.257 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2024-04-21T14:44:06.257 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-04-21T14:44:06.313 INFO:teuthology.orchestra.run.smithi169.stdout:5.14.0-437.el9.x86_64 2024-04-21T14:44:06.313 INFO:teuthology.task.kernel:Running kernel on smithi169: 5.14.0-437.el9.x86_64 2024-04-21T14:44:06.314 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum install -y kernel 2024-04-21T14:44:06.315 INFO:teuthology.orchestra.run.smithi133.stdout:5.14.0-437.el9.x86_64 2024-04-21T14:44:06.315 INFO:teuthology.orchestra.run.smithi154.stdout:5.14.0-437.el9.x86_64 2024-04-21T14:44:06.316 INFO:teuthology.task.kernel:Running kernel on smithi133: 5.14.0-437.el9.x86_64 2024-04-21T14:44:06.316 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum install -y kernel 2024-04-21T14:44:06.316 INFO:teuthology.task.kernel:Running kernel on smithi154: 5.14.0-437.el9.x86_64 2024-04-21T14:44:06.316 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum install -y kernel 2024-04-21T14:44:08.705 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-04-21T14:44:08.730 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-04-21T14:44:09.315 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 9 - BaseOS 5.9 MB/s | 8.0 MB 00:01 2024-04-21T14:44:10.681 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - AppStream 21 MB/s | 19 MB 00:00 2024-04-21T14:44:15.032 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - CRB 8.5 MB/s | 6.2 MB 00:00 2024-04-21T14:44:17.033 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 16 kB 00:00 2024-04-21T14:44:20.358 INFO:teuthology.orchestra.run.smithi154.stdout:Extra Packages for Enterprise Linux 6.5 MB/s | 21 MB 00:03 2024-04-21T14:44:24.620 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - AppStream 1.3 MB/s | 19 MB 00:14 2024-04-21T14:44:25.341 INFO:teuthology.orchestra.run.smithi154.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-04-21T14:44:27.180 INFO:teuthology.orchestra.run.smithi154.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-21T14:44:27.181 INFO:teuthology.orchestra.run.smithi154.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-21T14:44:27.272 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-21T14:44:27.273 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-21T14:44:27.273 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-21T14:44:27.391 DEBUG:teuthology.orchestra.run.smithi154:> echo no | sudo yum reinstall kernel || true 2024-04-21T14:44:27.887 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:00:02 ago on Sun 21 Apr 2024 02:44:25 PM UTC. 2024-04-21T14:44:28.018 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-21T14:44:28.029 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:44:28.029 INFO:teuthology.orchestra.run.smithi154.stdout: Package Architecture Version Repository Size 2024-04-21T14:44:28.029 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:44:28.029 INFO:teuthology.orchestra.run.smithi154.stdout:Reinstalling: 2024-04-21T14:44:28.029 INFO:teuthology.orchestra.run.smithi154.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-21T14:44:28.029 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:44:28.029 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-21T14:44:28.029 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:44:28.029 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:44:28.030 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 255 k 2024-04-21T14:44:28.030 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 0 2024-04-21T14:44:28.030 INFO:teuthology.orchestra.run.smithi154.stderr:Operation aborted. 2024-04-21T14:44:28.087 INFO:teuthology.orchestra.run.smithi154.stdout:Is this ok [y/N]: 2024-04-21T14:44:28.088 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum reinstall -y kernel || true 2024-04-21T14:44:28.582 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:00:03 ago on Sun 21 Apr 2024 02:44:25 PM UTC. 2024-04-21T14:44:28.699 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-21T14:44:28.700 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:44:28.700 INFO:teuthology.orchestra.run.smithi154.stdout: Package Architecture Version Repository Size 2024-04-21T14:44:28.700 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:44:28.700 INFO:teuthology.orchestra.run.smithi154.stdout:Reinstalling: 2024-04-21T14:44:28.700 INFO:teuthology.orchestra.run.smithi154.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-21T14:44:28.700 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:44:28.700 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-21T14:44:28.700 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:44:28.700 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:44:28.700 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 255 k 2024-04-21T14:44:28.701 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 0 2024-04-21T14:44:28.701 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-21T14:44:28.837 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.2 MB 00:00 2024-04-21T14:44:29.643 INFO:teuthology.orchestra.run.smithi154.stdout:kernel-5.14.0-437.el9.x86_64.rpm 383 kB/s | 255 kB 00:00 2024-04-21T14:44:29.643 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-21T14:44:29.643 INFO:teuthology.orchestra.run.smithi154.stdout:Total 270 kB/s | 255 kB 00:00 2024-04-21T14:44:29.665 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-21T14:44:29.851 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-21T14:44:29.852 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-21T14:44:29.856 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-21T14:44:29.857 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-21T14:44:29.987 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-21T14:44:30.061 INFO:teuthology.orchestra.run.smithi154.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-21T14:44:30.061 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-21T14:44:30.504 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - Extras packages 48 kB/s | 16 kB 00:00 2024-04-21T14:44:30.804 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-21T14:44:30.804 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-21T14:44:30.889 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 9 - AppStream 949 kB/s | 19 MB 00:20 2024-04-21T14:44:31.477 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-21T14:44:31.478 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:44:31.478 INFO:teuthology.orchestra.run.smithi154.stdout:Reinstalled: 2024-04-21T14:44:31.478 INFO:teuthology.orchestra.run.smithi154.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-21T14:44:31.478 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:44:31.478 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-21T14:44:31.583 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 22 MB/s | 21 MB 00:00 2024-04-21T14:44:31.647 DEBUG:teuthology.orchestra.run.smithi154:> rpm -q kernel | sort -rV | head -n 1 2024-04-21T14:44:31.693 INFO:teuthology.orchestra.run.smithi154.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-21T14:44:31.694 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-21T14:44:31.694 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-21T14:44:31.694 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-21T14:44:31.694 DEBUG:teuthology.orchestra.run.smithi154:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-21T14:44:31.725 INFO:teuthology.orchestra.run.smithi154.stdout:ttyS1 2024-04-21T14:44:31.746 DEBUG:teuthology.parallel:result is None 2024-04-21T14:44:35.189 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 9 - CRB 8.8 MB/s | 6.2 MB 00:00 2024-04-21T14:44:36.688 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-21T14:44:37.198 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 9 - Extras packages 24 kB/s | 16 kB 00:00 2024-04-21T14:44:38.570 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-21T14:44:38.570 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-21T14:44:38.574 INFO:teuthology.orchestra.run.smithi169.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-04-21T14:44:38.651 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-21T14:44:38.651 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-21T14:44:38.652 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-21T14:44:38.750 DEBUG:teuthology.orchestra.run.smithi133:> echo no | sudo yum reinstall kernel || true 2024-04-21T14:44:39.244 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:03 ago on Sun 21 Apr 2024 02:44:36 PM UTC. 2024-04-21T14:44:39.366 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-21T14:44:39.378 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:44:39.378 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-04-21T14:44:39.378 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:44:39.378 INFO:teuthology.orchestra.run.smithi133.stdout:Reinstalling: 2024-04-21T14:44:39.378 INFO:teuthology.orchestra.run.smithi133.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-21T14:44:39.378 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:44:39.378 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-21T14:44:39.378 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:44:39.378 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:44:39.379 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 255 k 2024-04-21T14:44:39.379 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 0 2024-04-21T14:44:39.379 INFO:teuthology.orchestra.run.smithi133.stderr:Operation aborted. 2024-04-21T14:44:39.431 INFO:teuthology.orchestra.run.smithi133.stdout:Is this ok [y/N]: 2024-04-21T14:44:39.432 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum reinstall -y kernel || true 2024-04-21T14:44:39.925 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:03 ago on Sun 21 Apr 2024 02:44:36 PM UTC. 2024-04-21T14:44:40.043 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-21T14:44:40.043 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:44:40.043 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-04-21T14:44:40.043 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:44:40.043 INFO:teuthology.orchestra.run.smithi133.stdout:Reinstalling: 2024-04-21T14:44:40.043 INFO:teuthology.orchestra.run.smithi133.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-21T14:44:40.043 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:44:40.043 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-21T14:44:40.043 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:44:40.043 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:44:40.044 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 255 k 2024-04-21T14:44:40.044 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 0 2024-04-21T14:44:40.044 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-21T14:44:40.257 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.7 MB/s | 255 kB 00:00 2024-04-21T14:44:40.257 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-21T14:44:40.257 INFO:teuthology.orchestra.run.smithi133.stdout:Total 1.2 MB/s | 255 kB 00:00 2024-04-21T14:44:40.272 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-21T14:44:40.470 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-21T14:44:40.470 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-21T14:44:40.475 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-21T14:44:40.476 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-21T14:44:40.596 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-21T14:44:40.684 INFO:teuthology.orchestra.run.smithi133.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-21T14:44:40.684 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-21T14:44:41.333 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-21T14:44:41.334 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-21T14:44:42.049 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-21T14:44:42.049 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:44:42.049 INFO:teuthology.orchestra.run.smithi133.stdout:Reinstalled: 2024-04-21T14:44:42.049 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-21T14:44:42.049 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:44:42.049 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-21T14:44:42.237 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2024-04-21T14:44:42.284 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-21T14:44:42.284 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-21T14:44:42.285 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-21T14:44:42.285 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-21T14:44:42.285 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-21T14:44:42.313 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2024-04-21T14:44:42.342 DEBUG:teuthology.parallel:result is None 2024-04-21T14:44:43.716 INFO:teuthology.orchestra.run.smithi169.stdout:lab-extras 11 kB/s | 1.7 kB 00:00 2024-04-21T14:44:45.647 INFO:teuthology.orchestra.run.smithi169.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-21T14:44:45.648 INFO:teuthology.orchestra.run.smithi169.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-21T14:44:45.736 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-21T14:44:45.829 INFO:teuthology.orchestra.run.smithi169.stdout:Nothing to do. 2024-04-21T14:44:45.830 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-21T14:44:45.844 DEBUG:teuthology.orchestra.run.smithi169:> echo no | sudo yum reinstall kernel || true 2024-04-21T14:44:46.344 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:00:03 ago on Sun 21 Apr 2024 02:44:43 PM UTC. 2024-04-21T14:44:46.476 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-21T14:44:46.491 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:44:46.491 INFO:teuthology.orchestra.run.smithi169.stdout: Package Architecture Version Repository Size 2024-04-21T14:44:46.492 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:44:46.492 INFO:teuthology.orchestra.run.smithi169.stdout:Reinstalling: 2024-04-21T14:44:46.492 INFO:teuthology.orchestra.run.smithi169.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-21T14:44:46.492 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:44:46.492 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-21T14:44:46.492 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:44:46.492 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:44:46.492 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 255 k 2024-04-21T14:44:46.492 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 0 2024-04-21T14:44:46.492 INFO:teuthology.orchestra.run.smithi169.stderr:Operation aborted. 2024-04-21T14:44:46.547 INFO:teuthology.orchestra.run.smithi169.stdout:Is this ok [y/N]: 2024-04-21T14:44:46.547 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum reinstall -y kernel || true 2024-04-21T14:44:47.041 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:00:04 ago on Sun 21 Apr 2024 02:44:43 PM UTC. 2024-04-21T14:44:47.157 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-21T14:44:47.158 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:44:47.158 INFO:teuthology.orchestra.run.smithi169.stdout: Package Architecture Version Repository Size 2024-04-21T14:44:47.158 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:44:47.158 INFO:teuthology.orchestra.run.smithi169.stdout:Reinstalling: 2024-04-21T14:44:47.158 INFO:teuthology.orchestra.run.smithi169.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-21T14:44:47.158 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:44:47.158 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-21T14:44:47.159 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:44:47.159 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:44:47.159 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 255 k 2024-04-21T14:44:47.159 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 0 2024-04-21T14:44:47.159 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-21T14:44:47.442 INFO:teuthology.orchestra.run.smithi169.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.1 MB/s | 255 kB 00:00 2024-04-21T14:44:47.443 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-21T14:44:47.443 INFO:teuthology.orchestra.run.smithi169.stdout:Total 894 kB/s | 255 kB 00:00 2024-04-21T14:44:47.461 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-21T14:44:47.646 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-21T14:44:47.647 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-21T14:44:47.651 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-21T14:44:47.652 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-21T14:44:47.790 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-21T14:44:47.869 INFO:teuthology.orchestra.run.smithi169.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-21T14:44:47.869 INFO:teuthology.orchestra.run.smithi169.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-21T14:44:48.537 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-21T14:44:48.537 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-21T14:44:49.279 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-21T14:44:49.279 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:44:49.279 INFO:teuthology.orchestra.run.smithi169.stdout:Reinstalled: 2024-04-21T14:44:49.279 INFO:teuthology.orchestra.run.smithi169.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-21T14:44:49.279 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:44:49.279 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-21T14:44:49.437 DEBUG:teuthology.orchestra.run.smithi169:> rpm -q kernel | sort -rV | head -n 1 2024-04-21T14:44:49.485 INFO:teuthology.orchestra.run.smithi169.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-21T14:44:49.485 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-21T14:44:49.485 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-21T14:44:49.486 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-21T14:44:49.486 DEBUG:teuthology.orchestra.run.smithi169:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-21T14:44:49.515 INFO:teuthology.orchestra.run.smithi169.stdout:ttyS1 2024-04-21T14:44:49.540 DEBUG:teuthology.parallel:result is None 2024-04-21T14:44:49.540 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-21T14:44:49.555 INFO:teuthology.task.internal:Creating test directory... 2024-04-21T14:44:49.555 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-21T14:44:49.557 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-21T14:44:49.563 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-21T14:44:49.595 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-21T14:44:49.605 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-21T14:44:49.633 INFO:teuthology.task.internal:Creating archive directory... 2024-04-21T14:44:49.633 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-21T14:44:49.636 DEBUG:teuthology.orchestra.run.smithi154:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-21T14:44:49.638 DEBUG:teuthology.orchestra.run.smithi169:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-21T14:44:49.757 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-21T14:44:49.769 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-21T14:44:49.770 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-21T14:44:49.773 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-21T14:44:49.775 DEBUG:teuthology.orchestra.run.smithi169:> 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-21T14:44:49.808 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-21T14:44:49.814 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-21T14:44:49.817 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-21T14:44:49.825 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-21T14:44:49.846 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-21T14:44:49.857 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-21T14:44:49.859 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-21T14:44:49.882 INFO:teuthology.task.internal:Configuring sudo... 2024-04-21T14:44:49.882 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-21T14:44:49.885 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-21T14:44:49.889 DEBUG:teuthology.orchestra.run.smithi169:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-21T14:44:49.913 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-21T14:44:49.925 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-21T14:44:49.926 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-21T14:44:49.953 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-21T14:44:49.956 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-21T14:44:49.972 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-21T14:44:50.055 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-21T14:44:50.105 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-21T14:44:50.190 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-21T14:44:50.232 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-21T14:44:50.233 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-21T14:44:50.298 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-21T14:44:50.341 DEBUG:teuthology.orchestra.run.smithi154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-21T14:44:50.397 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-21T14:44:50.482 DEBUG:teuthology.orchestra.run.smithi154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-21T14:44:50.524 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-21T14:44:50.524 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-21T14:44:50.591 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-21T14:44:50.631 DEBUG:teuthology.orchestra.run.smithi169:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-21T14:44:50.681 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-21T14:44:50.765 DEBUG:teuthology.orchestra.run.smithi169:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-21T14:44:50.804 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-04-21T14:44:50.804 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-21T14:44:50.869 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2024-04-21T14:44:50.872 DEBUG:teuthology.orchestra.run.smithi154:> sudo service rsyslog restart 2024-04-21T14:44:50.874 DEBUG:teuthology.orchestra.run.smithi169:> sudo service rsyslog restart 2024-04-21T14:44:50.911 INFO:teuthology.orchestra.run.smithi154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-21T14:44:50.922 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-21T14:44:50.950 INFO:teuthology.orchestra.run.smithi169.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-21T14:44:51.403 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-21T14:44:51.423 INFO:teuthology.task.internal:Starting timer... 2024-04-21T14:44:51.424 INFO:teuthology.run_tasks:Running task pcp... 2024-04-21T14:44:51.466 INFO:teuthology.run_tasks:Running task selinux... 2024-04-21T14:44:51.481 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-21T14:44:51.482 DEBUG:teuthology.orchestra.run.smithi133:> sudo service auditd rotate 2024-04-21T14:44:51.556 INFO:teuthology.orchestra.run.smithi133.stdout:Rotating logs: 2024-04-21T14:44:51.558 DEBUG:teuthology.orchestra.run.smithi154:> sudo service auditd rotate 2024-04-21T14:44:51.617 INFO:teuthology.orchestra.run.smithi154.stdout:Rotating logs: 2024-04-21T14:44:51.619 DEBUG:teuthology.orchestra.run.smithi169:> sudo service auditd rotate 2024-04-21T14:44:51.672 INFO:teuthology.orchestra.run.smithi169.stdout:Rotating logs: 2024-04-21T14:44:51.674 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-21T14:44:51.674 DEBUG:teuthology.orchestra.run.smithi133:> /usr/sbin/getenforce 2024-04-21T14:44:51.700 INFO:teuthology.orchestra.run.smithi133.stdout:Permissive 2024-04-21T14:44:51.701 DEBUG:teuthology.orchestra.run.smithi154:> /usr/sbin/getenforce 2024-04-21T14:44:51.728 INFO:teuthology.orchestra.run.smithi154.stdout:Permissive 2024-04-21T14:44:51.728 DEBUG:teuthology.orchestra.run.smithi169:> /usr/sbin/getenforce 2024-04-21T14:44:51.755 INFO:teuthology.orchestra.run.smithi169.stdout:Permissive 2024-04-21T14:44:51.755 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi133.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi154.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi169.front.sepia.ceph.com': 'permissive'} 2024-04-21T14:44:51.755 DEBUG:teuthology.orchestra.run.smithi133:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-21T14:44:51.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-21T14:44:51.781 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-21T14:44:51.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-21T14:44:51.807 DEBUG:teuthology.orchestra.run.smithi169:> 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-21T14:44:51.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-21T14:44:51.831 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-21T14:44:51.831 DEBUG:teuthology.orchestra.run.smithi133:> sudo /usr/sbin/setenforce permissive 2024-04-21T14:44:51.856 DEBUG:teuthology.orchestra.run.smithi154:> sudo /usr/sbin/setenforce permissive 2024-04-21T14:44:51.882 DEBUG:teuthology.orchestra.run.smithi169:> sudo /usr/sbin/setenforce permissive 2024-04-21T14:44:51.907 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-21T14:44:51.916 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-21T14:44:51.954 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-21T14:44:51.955 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi133.front.sepia.ceph.com,smithi154.front.sepia.ceph.com,smithi169.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-21T14:48:38.959 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi133.front.sepia.ceph.com'), Remote(name='ubuntu@smithi154.front.sepia.ceph.com'), Remote(name='ubuntu@smithi169.front.sepia.ceph.com')] 2024-04-21T14:48:38.960 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-21T14:48:38.962 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T14:48:39.039 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-04-21T14:48:39.117 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-21T14:48:39.118 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-21T14:48:39.118 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T14:48:39.192 DEBUG:teuthology.orchestra.run.smithi154:> true 2024-04-21T14:48:39.226 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-21T14:48:39.227 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-04-21T14:48:39.227 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-21T14:48:39.303 DEBUG:teuthology.orchestra.run.smithi169:> true 2024-04-21T14:48:39.382 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-04-21T14:48:39.383 INFO:teuthology.run_tasks:Running task clock... 2024-04-21T14:48:39.393 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-21T14:48:39.393 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-21T14:48:39.394 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-21T14:48:39.396 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-21T14:48:39.396 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-21T14:48:39.398 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-21T14:48:39.399 DEBUG:teuthology.orchestra.run.smithi169:> 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-21T14:48:39.424 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-21T14:48:39.426 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-21T14:48:39.439 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-21T14:48:39.440 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-21T14:48:39.453 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-21T14:48:39.462 INFO:teuthology.orchestra.run.smithi133.stderr:sudo: ntpd: command not found 2024-04-21T14:48:39.464 INFO:teuthology.orchestra.run.smithi154.stderr:sudo: ntpd: command not found 2024-04-21T14:48:39.467 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-21T14:48:39.473 INFO:teuthology.orchestra.run.smithi133.stdout:506 Cannot talk to daemon 2024-04-21T14:48:39.474 INFO:teuthology.orchestra.run.smithi154.stdout:506 Cannot talk to daemon 2024-04-21T14:48:39.486 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-21T14:48:39.487 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-21T14:48:39.491 INFO:teuthology.orchestra.run.smithi169.stderr:sudo: ntpd: command not found 2024-04-21T14:48:39.500 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-21T14:48:39.500 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-21T14:48:39.502 INFO:teuthology.orchestra.run.smithi169.stdout:506 Cannot talk to daemon 2024-04-21T14:48:39.515 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-21T14:48:39.529 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-21T14:48:39.558 INFO:teuthology.orchestra.run.smithi133.stderr:bash: line 1: ntpq: command not found 2024-04-21T14:48:39.562 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-21T14:48:39.562 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2024-04-21T14:48:39.562 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-21T14:48:39.562 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-21T14:48:39.562 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-21T14:48:39.562 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-21T14:48:39.563 INFO:teuthology.orchestra.run.smithi154.stderr:bash: line 1: ntpq: command not found 2024-04-21T14:48:39.567 INFO:teuthology.orchestra.run.smithi154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-21T14:48:39.567 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================== 2024-04-21T14:48:39.567 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-21T14:48:39.567 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-21T14:48:39.567 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-21T14:48:39.567 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-21T14:48:39.581 INFO:teuthology.orchestra.run.smithi169.stderr:bash: line 1: ntpq: command not found 2024-04-21T14:48:39.585 INFO:teuthology.orchestra.run.smithi169.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-21T14:48:39.585 INFO:teuthology.orchestra.run.smithi169.stdout:=============================================================================== 2024-04-21T14:48:39.585 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-21T14:48:39.585 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-21T14:48:39.585 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-21T14:48:39.585 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-21T14:48:39.586 INFO:teuthology.run_tasks:Running task install... 2024-04-21T14:48:39.598 DEBUG:teuthology.task.install:project ceph 2024-04-21T14:48:39.598 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '1e75c287b590db4c67b42cb1c95b9323fa8d03bc'}} 2024-04-21T14:48:39.598 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '1e75c287b590db4c67b42cb1c95b9323fa8d03bc'} 2024-04-21T14:48:39.598 INFO:teuthology.task.install:Using flavor: default 2024-04-21T14:48:39.604 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-21T14:48:39.604 INFO:teuthology.task.install:extra packages: [] 2024-04-21T14:48:39.605 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-21T14:48:39.605 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-21T14:48:39.608 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-21T14:48:39.608 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-21T14:48:39.609 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-21T14:48:39.609 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-21T14:48:39.769 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-21T14:48:39.769 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2405.g1e75c287 2024-04-21T14:48:39.772 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-21T14:48:39.773 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2405.g1e75c287 2024-04-21T14:48:39.838 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-21T14:48:39.839 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2405.g1e75c287 2024-04-21T14:48:40.045 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-21T14:48:40.045 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-21T14:48:40.045 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-21T14:48:40.073 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-21T14:48:40.074 DEBUG:teuthology.orchestra.run.smithi133:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-21T14:48:40.105 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-21T14:48:40.106 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-21T14:48:40.106 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-21T14:48:40.131 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-21T14:48:40.131 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-21T14:48:40.140 DEBUG:teuthology.orchestra.run.smithi133:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-21T14:48:40.168 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-21T14:48:40.168 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-04-21T14:48:40.168 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-21T14:48:40.193 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-21T14:48:40.193 DEBUG:teuthology.orchestra.run.smithi169:> 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-21T14:48:40.195 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-21T14:48:40.215 DEBUG:teuthology.orchestra.run.smithi133:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-21T14:48:40.258 DEBUG:teuthology.orchestra.run.smithi169:> 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-21T14:48:40.267 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-21T14:48:40.279 INFO:teuthology.orchestra.run.smithi133.stdout:check_obsoletes = 1 2024-04-21T14:48:40.281 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum clean all 2024-04-21T14:48:40.330 DEBUG:teuthology.orchestra.run.smithi169:> 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-21T14:48:40.331 INFO:teuthology.orchestra.run.smithi154.stdout:check_obsoletes = 1 2024-04-21T14:48:40.331 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum clean all 2024-04-21T14:48:40.393 INFO:teuthology.orchestra.run.smithi169.stdout:check_obsoletes = 1 2024-04-21T14:48:40.395 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum clean all 2024-04-21T14:48:40.505 INFO:teuthology.orchestra.run.smithi133.stdout:48 files removed 2024-04-21T14:48:40.532 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-radosgw 2024-04-21T14:48:40.558 INFO:teuthology.orchestra.run.smithi154.stdout:48 files removed 2024-04-21T14:48:40.585 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-radosgw 2024-04-21T14:48:40.621 INFO:teuthology.orchestra.run.smithi169.stdout:48 files removed 2024-04-21T14:48:40.648 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph-radosgw 2024-04-21T14:48:41.539 INFO:teuthology.orchestra.run.smithi133.stdout:ceph packages for x86_64 111 kB/s | 83 kB 00:00 2024-04-21T14:48:41.947 INFO:teuthology.orchestra.run.smithi154.stdout:ceph packages for x86_64 75 kB/s | 83 kB 00:01 2024-04-21T14:48:42.080 INFO:teuthology.orchestra.run.smithi169.stdout:ceph packages for x86_64 71 kB/s | 83 kB 00:01 2024-04-21T14:48:42.331 INFO:teuthology.orchestra.run.smithi133.stdout:ceph noarch packages 22 kB/s | 17 kB 00:00 2024-04-21T14:48:42.764 INFO:teuthology.orchestra.run.smithi154.stdout:ceph noarch packages 21 kB/s | 17 kB 00:00 2024-04-21T14:48:42.889 INFO:teuthology.orchestra.run.smithi169.stdout:ceph noarch packages 22 kB/s | 17 kB 00:00 2024-04-21T14:48:43.173 INFO:teuthology.orchestra.run.smithi133.stdout:ceph source packages 2.9 kB/s | 2.4 kB 00:00 2024-04-21T14:48:43.540 INFO:teuthology.orchestra.run.smithi154.stdout:ceph source packages 3.2 kB/s | 2.4 kB 00:00 2024-04-21T14:48:43.706 INFO:teuthology.orchestra.run.smithi169.stdout:ceph source packages 3.0 kB/s | 2.4 kB 00:00 2024-04-21T14:48:44.059 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - BaseOS 9.5 MB/s | 8.0 MB 00:00 2024-04-21T14:48:44.339 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-04-21T14:48:45.173 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - BaseOS 5.0 MB/s | 8.0 MB 00:01 2024-04-21T14:48:46.648 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 9 - AppStream 15 MB/s | 19 MB 00:01 2024-04-21T14:48:47.451 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - AppStream 16 MB/s | 19 MB 00:01 2024-04-21T14:48:48.682 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - AppStream 5.3 MB/s | 19 MB 00:03 2024-04-21T14:48:50.852 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 9 - CRB 9.7 MB/s | 6.2 MB 00:00 2024-04-21T14:48:52.717 INFO:teuthology.orchestra.run.smithi169.stdout:CentOS Stream 9 - Extras packages 22 kB/s | 16 kB 00:00 2024-04-21T14:48:52.976 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - CRB 8.3 MB/s | 6.2 MB 00:00 2024-04-21T14:48:54.593 INFO:teuthology.orchestra.run.smithi169.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-21T14:48:54.626 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 9 - Extras packages 32 kB/s | 16 kB 00:00 2024-04-21T14:48:56.020 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-21T14:48:59.223 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - CRB 768 kB/s | 6.2 MB 00:08 2024-04-21T14:48:59.676 INFO:teuthology.orchestra.run.smithi169.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-21T14:49:00.683 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - Extras packages 55 kB/s | 16 kB 00:00 2024-04-21T14:49:01.093 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 36 kB/s | 1.7 kB 00:00 2024-04-21T14:49:01.825 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-21T14:49:01.827 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:49:01.827 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repository Size 2024-04-21T14:49:01.827 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:49:01.827 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-21T14:49:01.827 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-radosgw x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 10 M 2024-04-21T14:49:01.827 INFO:teuthology.orchestra.run.smithi169.stdout:Upgrading: 2024-04-21T14:49:01.827 INFO:teuthology.orchestra.run.smithi169.stdout: librados2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 3.4 M 2024-04-21T14:49:01.827 INFO:teuthology.orchestra.run.smithi169.stdout: librbd1 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 3.1 M 2024-04-21T14:49:01.827 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2024-04-21T14:49:01.827 INFO:teuthology.orchestra.run.smithi169.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-21T14:49:01.828 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-base x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 5.4 M 2024-04-21T14:49:01.828 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-common x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 21 M 2024-04-21T14:49:01.828 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-selinux x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 25 k 2024-04-21T14:49:01.828 INFO:teuthology.orchestra.run.smithi169.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-21T14:49:01.828 INFO:teuthology.orchestra.run.smithi169.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-21T14:49:01.828 INFO:teuthology.orchestra.run.smithi169.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-21T14:49:01.828 INFO:teuthology.orchestra.run.smithi169.stdout: libcephfs2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 746 k 2024-04-21T14:49:01.828 INFO:teuthology.orchestra.run.smithi169.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-21T14:49:01.828 INFO:teuthology.orchestra.run.smithi169.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-21T14:49:01.828 INFO:teuthology.orchestra.run.smithi169.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-21T14:49:01.828 INFO:teuthology.orchestra.run.smithi169.stdout: libradosstriper1 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 501 k 2024-04-21T14:49:01.829 INFO:teuthology.orchestra.run.smithi169.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-21T14:49:01.829 INFO:teuthology.orchestra.run.smithi169.stdout: librgw2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 5.3 M 2024-04-21T14:49:01.829 INFO:teuthology.orchestra.run.smithi169.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-21T14:49:01.829 INFO:teuthology.orchestra.run.smithi169.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-21T14:49:01.829 INFO:teuthology.orchestra.run.smithi169.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-21T14:49:01.829 INFO:teuthology.orchestra.run.smithi169.stdout: python3-ceph-argparse x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 45 k 2024-04-21T14:49:01.829 INFO:teuthology.orchestra.run.smithi169.stdout: python3-ceph-common x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 133 k 2024-04-21T14:49:01.829 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cephfs x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 161 k 2024-04-21T14:49:01.829 INFO:teuthology.orchestra.run.smithi169.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-21T14:49:01.829 INFO:teuthology.orchestra.run.smithi169.stdout: python3-rados x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 320 k 2024-04-21T14:49:01.829 INFO:teuthology.orchestra.run.smithi169.stdout: python3-rbd x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 298 k 2024-04-21T14:49:01.829 INFO:teuthology.orchestra.run.smithi169.stdout: python3-rgw x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 99 k 2024-04-21T14:49:01.829 INFO:teuthology.orchestra.run.smithi169.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-21T14:49:01.829 INFO:teuthology.orchestra.run.smithi169.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-21T14:49:01.830 INFO:teuthology.orchestra.run.smithi169.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-21T14:49:01.830 INFO:teuthology.orchestra.run.smithi169.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-21T14:49:01.830 INFO:teuthology.orchestra.run.smithi169.stdout:Installing weak dependencies: 2024-04-21T14:49:01.830 INFO:teuthology.orchestra.run.smithi169.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-21T14:49:01.830 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:49:01.830 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-21T14:49:01.830 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:49:01.830 INFO:teuthology.orchestra.run.smithi169.stdout:Install 30 Packages 2024-04-21T14:49:01.830 INFO:teuthology.orchestra.run.smithi169.stdout:Upgrade 2 Packages 2024-04-21T14:49:01.830 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:49:01.831 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 60 M 2024-04-21T14:49:01.831 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-21T14:49:03.235 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-21T14:49:03.237 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:49:03.238 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-21T14:49:03.238 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:49:03.238 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-21T14:49:03.238 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-radosgw x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 10 M 2024-04-21T14:49:03.238 INFO:teuthology.orchestra.run.smithi133.stdout:Upgrading: 2024-04-21T14:49:03.238 INFO:teuthology.orchestra.run.smithi133.stdout: librados2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 3.4 M 2024-04-21T14:49:03.238 INFO:teuthology.orchestra.run.smithi133.stdout: librbd1 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 3.1 M 2024-04-21T14:49:03.238 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-21T14:49:03.238 INFO:teuthology.orchestra.run.smithi133.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-21T14:49:03.238 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 5.4 M 2024-04-21T14:49:03.238 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-common x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 21 M 2024-04-21T14:49:03.238 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-selinux x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 25 k 2024-04-21T14:49:03.238 INFO:teuthology.orchestra.run.smithi133.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-21T14:49:03.239 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-21T14:49:03.239 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-21T14:49:03.239 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 746 k 2024-04-21T14:49:03.239 INFO:teuthology.orchestra.run.smithi133.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-21T14:49:03.239 INFO:teuthology.orchestra.run.smithi133.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-21T14:49:03.239 INFO:teuthology.orchestra.run.smithi133.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-21T14:49:03.239 INFO:teuthology.orchestra.run.smithi133.stdout: libradosstriper1 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 501 k 2024-04-21T14:49:03.239 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-21T14:49:03.239 INFO:teuthology.orchestra.run.smithi133.stdout: librgw2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 5.3 M 2024-04-21T14:49:03.239 INFO:teuthology.orchestra.run.smithi133.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-21T14:49:03.239 INFO:teuthology.orchestra.run.smithi133.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-21T14:49:03.239 INFO:teuthology.orchestra.run.smithi133.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-21T14:49:03.239 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 45 k 2024-04-21T14:49:03.239 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 133 k 2024-04-21T14:49:03.239 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cephfs x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 161 k 2024-04-21T14:49:03.240 INFO:teuthology.orchestra.run.smithi133.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-21T14:49:03.240 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rados x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 320 k 2024-04-21T14:49:03.240 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rbd x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 298 k 2024-04-21T14:49:03.240 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rgw x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 99 k 2024-04-21T14:49:03.240 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-21T14:49:03.240 INFO:teuthology.orchestra.run.smithi133.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-21T14:49:03.240 INFO:teuthology.orchestra.run.smithi133.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-21T14:49:03.240 INFO:teuthology.orchestra.run.smithi133.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-21T14:49:03.240 INFO:teuthology.orchestra.run.smithi133.stdout:Installing weak dependencies: 2024-04-21T14:49:03.240 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-21T14:49:03.240 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:49:03.240 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-21T14:49:03.240 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:49:03.240 INFO:teuthology.orchestra.run.smithi133.stdout:Install 30 Packages 2024-04-21T14:49:03.241 INFO:teuthology.orchestra.run.smithi133.stdout:Upgrade 2 Packages 2024-04-21T14:49:03.241 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:49:03.241 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 60 M 2024-04-21T14:49:03.241 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-21T14:49:08.918 INFO:teuthology.orchestra.run.smithi133.stdout:(1/32): ceph-radosgw-19.0.0-2405.g1e75c287.el7. 1.9 MB/s | 10 MB 00:05 2024-04-21T14:49:09.010 INFO:teuthology.orchestra.run.smithi133.stdout:(2/32): ceph-selinux-19.0.0-2405.g1e75c287.el7. 275 kB/s | 25 kB 00:00 2024-04-21T14:49:09.510 INFO:teuthology.orchestra.run.smithi133.stdout:(3/32): libcephfs2-19.0.0-2405.g1e75c287.el7.x8 1.5 MB/s | 746 kB 00:00 2024-04-21T14:49:09.561 INFO:teuthology.orchestra.run.smithi154.stdout:Extra Packages for Enterprise Linux 2.4 MB/s | 21 MB 00:08 2024-04-21T14:49:09.660 INFO:teuthology.orchestra.run.smithi169.stdout:(1/32): ceph-base-19.0.0-2405.g1e75c287.el7.x86 742 kB/s | 5.4 MB 00:07 2024-04-21T14:49:09.785 INFO:teuthology.orchestra.run.smithi169.stdout:(2/32): ceph-selinux-19.0.0-2405.g1e75c287.el7. 201 kB/s | 25 kB 00:00 2024-04-21T14:49:09.852 INFO:teuthology.orchestra.run.smithi133.stdout:(4/32): libradosstriper1-19.0.0-2405.g1e75c287. 1.4 MB/s | 501 kB 00:00 2024-04-21T14:49:11.110 INFO:teuthology.orchestra.run.smithi169.stdout:(3/32): libcephfs2-19.0.0-2405.g1e75c287.el7.x8 563 kB/s | 746 kB 00:01 2024-04-21T14:49:12.352 INFO:teuthology.orchestra.run.smithi169.stdout:(4/32): libradosstriper1-19.0.0-2405.g1e75c287. 404 kB/s | 501 kB 00:01 2024-04-21T14:49:13.269 INFO:teuthology.orchestra.run.smithi133.stdout:(5/32): ceph-base-19.0.0-2405.g1e75c287.el7.x86 560 kB/s | 5.4 MB 00:09 2024-04-21T14:49:13.769 INFO:teuthology.orchestra.run.smithi133.stdout:(6/32): python3-ceph-argparse-19.0.0-2405.g1e75 90 kB/s | 45 kB 00:00 2024-04-21T14:49:14.144 INFO:teuthology.orchestra.run.smithi133.stdout:(7/32): python3-ceph-common-19.0.0-2405.g1e75c2 355 kB/s | 133 kB 00:00 2024-04-21T14:49:14.528 INFO:teuthology.orchestra.run.smithi133.stdout:(8/32): librgw2-19.0.0-2405.g1e75c287.el7.x86_6 1.1 MB/s | 5.3 MB 00:04 2024-04-21T14:49:14.600 INFO:teuthology.orchestra.run.smithi154.stdout:lab-extras 27 kB/s | 1.7 kB 00:00 2024-04-21T14:49:14.644 INFO:teuthology.orchestra.run.smithi133.stdout:(9/32): python3-cephfs-19.0.0-2405.g1e75c287.el 323 kB/s | 161 kB 00:00 2024-04-21T14:49:14.862 INFO:teuthology.orchestra.run.smithi133.stdout:(10/32): python3-rados-19.0.0-2405.g1e75c287.el 961 kB/s | 320 kB 00:00 2024-04-21T14:49:15.053 INFO:teuthology.orchestra.run.smithi133.stdout:(11/32): python3-rgw-19.0.0-2405.g1e75c287.el7. 518 kB/s | 99 kB 00:00 2024-04-21T14:49:15.262 INFO:teuthology.orchestra.run.smithi133.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 513 kB/s | 107 kB 00:00 2024-04-21T14:49:15.354 INFO:teuthology.orchestra.run.smithi133.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.7 MB/s | 160 kB 00:00 2024-04-21T14:49:15.412 INFO:teuthology.orchestra.run.smithi133.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 778 kB/s | 45 kB 00:00 2024-04-21T14:49:15.496 INFO:teuthology.orchestra.run.smithi133.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 7.8 MB/s | 662 kB 00:00 2024-04-21T14:49:15.543 INFO:teuthology.orchestra.run.smithi169.stdout:(5/32): ceph-radosgw-19.0.0-2405.g1e75c287.el7. 789 kB/s | 10 MB 00:13 2024-04-21T14:49:15.563 INFO:teuthology.orchestra.run.smithi133.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.3 MB/s | 292 kB 00:00 2024-04-21T14:49:15.605 INFO:teuthology.orchestra.run.smithi133.stdout:(17/32): python3-rbd-19.0.0-2405.g1e75c287.el7. 310 kB/s | 298 kB 00:00 2024-04-21T14:49:15.647 INFO:teuthology.orchestra.run.smithi133.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 505 kB/s | 42 kB 00:00 2024-04-21T14:49:15.718 INFO:teuthology.orchestra.run.smithi169.stdout:(6/32): python3-ceph-argparse-19.0.0-2405.g1e75 258 kB/s | 45 kB 00:00 2024-04-21T14:49:15.738 INFO:teuthology.orchestra.run.smithi133.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 556 kB/s | 36 kB 00:00 2024-04-21T14:49:15.797 INFO:teuthology.orchestra.run.smithi133.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 814 kB/s | 47 kB 00:00 2024-04-21T14:49:15.872 INFO:teuthology.orchestra.run.smithi133.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 826 kB/s | 221 kB 00:00 2024-04-21T14:49:16.023 INFO:teuthology.orchestra.run.smithi133.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.3 MB/s | 309 kB 00:00 2024-04-21T14:49:16.043 INFO:teuthology.orchestra.run.smithi169.stdout:(7/32): python3-ceph-common-19.0.0-2405.g1e75c2 409 kB/s | 133 kB 00:00 2024-04-21T14:49:16.165 INFO:teuthology.orchestra.run.smithi133.stdout:(23/32): libarrow-9.0.0-10.el9.x86_64.rpm 15 MB/s | 4.4 MB 00:00 2024-04-21T14:49:16.198 INFO:teuthology.orchestra.run.smithi133.stdout:(24/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 149 kB/s | 26 kB 00:00 2024-04-21T14:49:16.223 INFO:teuthology.orchestra.run.smithi133.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 830 kB/s | 49 kB 00:00 2024-04-21T14:49:16.249 INFO:teuthology.orchestra.run.smithi133.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-04-21T14:49:16.291 INFO:teuthology.orchestra.run.smithi133.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 12 MB/s | 838 kB 00:00 2024-04-21T14:49:16.316 INFO:teuthology.orchestra.run.smithi133.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-04-21T14:49:16.360 INFO:teuthology.orchestra.run.smithi169.stdout:(8/32): python3-cephfs-19.0.0-2405.g1e75c287.el 510 kB/s | 161 kB 00:00 2024-04-21T14:49:16.375 INFO:teuthology.orchestra.run.smithi133.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 19 MB/s | 1.6 MB 00:00 2024-04-21T14:49:16.753 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-21T14:49:16.756 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:49:16.756 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-21T14:49:16.756 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:49:16.756 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-21T14:49:16.756 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-radosgw x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 10 M 2024-04-21T14:49:16.756 INFO:teuthology.orchestra.run.smithi154.stdout:Upgrading: 2024-04-21T14:49:16.756 INFO:teuthology.orchestra.run.smithi154.stdout: librados2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 3.4 M 2024-04-21T14:49:16.756 INFO:teuthology.orchestra.run.smithi154.stdout: librbd1 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 3.1 M 2024-04-21T14:49:16.756 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-21T14:49:16.756 INFO:teuthology.orchestra.run.smithi154.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-21T14:49:16.756 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-base x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 5.4 M 2024-04-21T14:49:16.756 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-common x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 21 M 2024-04-21T14:49:16.756 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-selinux x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 25 k 2024-04-21T14:49:16.757 INFO:teuthology.orchestra.run.smithi154.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-21T14:49:16.757 INFO:teuthology.orchestra.run.smithi154.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-21T14:49:16.757 INFO:teuthology.orchestra.run.smithi154.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-21T14:49:16.757 INFO:teuthology.orchestra.run.smithi154.stdout: libcephfs2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 746 k 2024-04-21T14:49:16.757 INFO:teuthology.orchestra.run.smithi154.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-21T14:49:16.757 INFO:teuthology.orchestra.run.smithi154.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-21T14:49:16.757 INFO:teuthology.orchestra.run.smithi154.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-21T14:49:16.757 INFO:teuthology.orchestra.run.smithi154.stdout: libradosstriper1 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 501 k 2024-04-21T14:49:16.757 INFO:teuthology.orchestra.run.smithi154.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-21T14:49:16.757 INFO:teuthology.orchestra.run.smithi154.stdout: librgw2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 5.3 M 2024-04-21T14:49:16.757 INFO:teuthology.orchestra.run.smithi154.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-21T14:49:16.757 INFO:teuthology.orchestra.run.smithi154.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-21T14:49:16.757 INFO:teuthology.orchestra.run.smithi154.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-21T14:49:16.757 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-argparse x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 45 k 2024-04-21T14:49:16.758 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-common x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 133 k 2024-04-21T14:49:16.758 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cephfs x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 161 k 2024-04-21T14:49:16.758 INFO:teuthology.orchestra.run.smithi154.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-21T14:49:16.758 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rados x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 320 k 2024-04-21T14:49:16.758 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rbd x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 298 k 2024-04-21T14:49:16.758 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rgw x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 99 k 2024-04-21T14:49:16.758 INFO:teuthology.orchestra.run.smithi154.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-21T14:49:16.758 INFO:teuthology.orchestra.run.smithi154.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-21T14:49:16.758 INFO:teuthology.orchestra.run.smithi154.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-21T14:49:16.758 INFO:teuthology.orchestra.run.smithi154.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-21T14:49:16.758 INFO:teuthology.orchestra.run.smithi154.stdout:Installing weak dependencies: 2024-04-21T14:49:16.758 INFO:teuthology.orchestra.run.smithi154.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-21T14:49:16.758 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:49:16.758 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-21T14:49:16.759 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:49:16.759 INFO:teuthology.orchestra.run.smithi154.stdout:Install 30 Packages 2024-04-21T14:49:16.759 INFO:teuthology.orchestra.run.smithi154.stdout:Upgrade 2 Packages 2024-04-21T14:49:16.759 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:49:16.759 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 60 M 2024-04-21T14:49:16.759 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-21T14:49:16.877 INFO:teuthology.orchestra.run.smithi169.stdout:(9/32): python3-rados-19.0.0-2405.g1e75c287.el7 620 kB/s | 320 kB 00:00 2024-04-21T14:49:17.303 INFO:teuthology.orchestra.run.smithi169.stdout:(10/32): python3-rbd-19.0.0-2405.g1e75c287.el7. 700 kB/s | 298 kB 00:00 2024-04-21T14:49:17.603 INFO:teuthology.orchestra.run.smithi169.stdout:(11/32): python3-rgw-19.0.0-2405.g1e75c287.el7. 331 kB/s | 99 kB 00:00 2024-04-21T14:49:17.711 INFO:teuthology.orchestra.run.smithi169.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 989 kB/s | 107 kB 00:00 2024-04-21T14:49:17.778 INFO:teuthology.orchestra.run.smithi169.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.4 MB/s | 160 kB 00:00 2024-04-21T14:49:17.837 INFO:teuthology.orchestra.run.smithi169.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 778 kB/s | 45 kB 00:00 2024-04-21T14:49:17.937 INFO:teuthology.orchestra.run.smithi169.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 6.5 MB/s | 662 kB 00:00 2024-04-21T14:49:18.021 INFO:teuthology.orchestra.run.smithi169.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.4 MB/s | 292 kB 00:00 2024-04-21T14:49:18.079 INFO:teuthology.orchestra.run.smithi169.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 724 kB/s | 42 kB 00:00 2024-04-21T14:49:18.157 INFO:teuthology.orchestra.run.smithi169.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.8 MB/s | 221 kB 00:00 2024-04-21T14:49:18.207 INFO:teuthology.orchestra.run.smithi169.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 719 kB/s | 36 kB 00:00 2024-04-21T14:49:18.266 INFO:teuthology.orchestra.run.smithi169.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 807 kB/s | 47 kB 00:00 2024-04-21T14:49:18.550 INFO:teuthology.orchestra.run.smithi169.stdout:(21/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.1 MB/s | 309 kB 00:00 2024-04-21T14:49:20.316 INFO:teuthology.orchestra.run.smithi169.stdout:(22/32): libarrow-9.0.0-10.el9.x86_64.rpm 2.5 MB/s | 4.4 MB 00:01 2024-04-21T14:49:20.475 INFO:teuthology.orchestra.run.smithi169.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 164 kB/s | 26 kB 00:00 2024-04-21T14:49:20.667 INFO:teuthology.orchestra.run.smithi169.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 253 kB/s | 49 kB 00:00 2024-04-21T14:49:20.826 INFO:teuthology.orchestra.run.smithi169.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 426 kB/s | 67 kB 00:00 2024-04-21T14:49:20.933 INFO:teuthology.orchestra.run.smithi133.stdout:(30/32): librbd1-19.0.0-2405.g1e75c287.el7.x86_ 705 kB/s | 3.1 MB 00:04 2024-04-21T14:49:21.159 INFO:teuthology.orchestra.run.smithi169.stdout:(26/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.5 MB/s | 838 kB 00:00 2024-04-21T14:49:21.467 INFO:teuthology.orchestra.run.smithi169.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 622 kB/s | 192 kB 00:00 2024-04-21T14:49:22.209 INFO:teuthology.orchestra.run.smithi169.stdout:(28/32): thrift-0.15.0-2.el9.x86_64.rpm 2.1 MB/s | 1.6 MB 00:00 2024-04-21T14:49:22.316 INFO:teuthology.orchestra.run.smithi133.stdout:(31/32): librados2-19.0.0-2405.g1e75c287.el7.x8 578 kB/s | 3.4 MB 00:05 2024-04-21T14:49:23.768 INFO:teuthology.orchestra.run.smithi169.stdout:(29/32): librgw2-19.0.0-2405.g1e75c287.el7.x86_ 477 kB/s | 5.3 MB 00:11 2024-04-21T14:49:24.909 INFO:teuthology.orchestra.run.smithi154.stdout:(1/32): ceph-base-19.0.0-2405.g1e75c287.el7.x86 730 kB/s | 5.4 MB 00:07 2024-04-21T14:49:25.025 INFO:teuthology.orchestra.run.smithi154.stdout:(2/32): ceph-selinux-19.0.0-2405.g1e75c287.el7. 216 kB/s | 25 kB 00:00 2024-04-21T14:49:25.550 INFO:teuthology.orchestra.run.smithi133.stdout:(32/32): ceph-common-19.0.0-2405.g1e75c287.el7. 973 kB/s | 21 MB 00:22 2024-04-21T14:49:25.556 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-21T14:49:25.556 INFO:teuthology.orchestra.run.smithi133.stdout:Total 2.7 MB/s | 60 MB 00:22 2024-04-21T14:49:25.660 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-21T14:49:25.697 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-21T14:49:25.698 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-21T14:49:25.951 INFO:teuthology.orchestra.run.smithi154.stdout:(3/32): libcephfs2-19.0.0-2405.g1e75c287.el7.x8 806 kB/s | 746 kB 00:00 2024-04-21T14:49:26.160 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-21T14:49:26.161 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-21T14:49:26.618 INFO:teuthology.orchestra.run.smithi154.stdout:(4/32): libradosstriper1-19.0.0-2405.g1e75c287. 752 kB/s | 501 kB 00:00 2024-04-21T14:49:27.301 INFO:teuthology.orchestra.run.smithi154.stdout:(5/32): ceph-radosgw-19.0.0-2405.g1e75c287.el7. 1.0 MB/s | 10 MB 00:09 2024-04-21T14:49:27.410 INFO:teuthology.orchestra.run.smithi154.stdout:(6/32): python3-ceph-argparse-19.0.0-2405.g1e75 417 kB/s | 45 kB 00:00 2024-04-21T14:49:27.634 INFO:teuthology.orchestra.run.smithi169.stdout:(30/32): librbd1-19.0.0-2405.g1e75c287.el7.x86_ 831 kB/s | 3.1 MB 00:03 2024-04-21T14:49:27.694 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-21T14:49:27.726 INFO:teuthology.orchestra.run.smithi154.stdout:(7/32): python3-ceph-common-19.0.0-2405.g1e75c2 420 kB/s | 133 kB 00:00 2024-04-21T14:49:27.758 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-21T14:49:27.788 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-21T14:49:27.813 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-21T14:49:27.836 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-21T14:49:27.858 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-21T14:49:28.060 INFO:teuthology.orchestra.run.smithi154.stdout:(8/32): python3-cephfs-19.0.0-2405.g1e75c287.el 485 kB/s | 161 kB 00:00 2024-04-21T14:49:28.062 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-21T14:49:28.116 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-21T14:49:28.487 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-21T14:49:28.541 INFO:teuthology.orchestra.run.smithi133.stdout: Upgrading : librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-21T14:49:28.615 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-21T14:49:28.627 INFO:teuthology.orchestra.run.smithi154.stdout:(9/32): python3-rados-19.0.0-2405.g1e75c287.el7 565 kB/s | 320 kB 00:00 2024-04-21T14:49:28.701 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 8/34 2024-04-21T14:49:28.733 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 9/34 2024-04-21T14:49:28.795 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 9/34 2024-04-21T14:49:28.824 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-21T14:49:28.867 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7. 11/34 2024-04-21T14:49:28.867 INFO:teuthology.orchestra.run.smithi169.stdout:(31/32): librados2-19.0.0-2405.g1e75c287.el7.x8 521 kB/s | 3.4 MB 00:06 2024-04-21T14:49:28.944 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 12/34 2024-04-21T14:49:28.968 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 13/34 2024-04-21T14:49:29.035 INFO:teuthology.orchestra.run.smithi154.stdout:(10/32): python3-rbd-19.0.0-2405.g1e75c287.el7. 729 kB/s | 298 kB 00:00 2024-04-21T14:49:29.050 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 13/34 2024-04-21T14:49:29.083 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-21T14:49:29.191 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-21T14:49:29.217 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-21T14:49:29.256 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-21T14:49:29.282 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-21T14:49:29.294 INFO:teuthology.orchestra.run.smithi154.stdout:(11/32): python3-rgw-19.0.0-2405.g1e75c287.el7. 384 kB/s | 99 kB 00:00 2024-04-21T14:49:29.311 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-21T14:49:29.344 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-21T14:49:29.477 INFO:teuthology.orchestra.run.smithi154.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 583 kB/s | 107 kB 00:00 2024-04-21T14:49:29.569 INFO:teuthology.orchestra.run.smithi154.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.7 MB/s | 160 kB 00:00 2024-04-21T14:49:29.620 INFO:teuthology.orchestra.run.smithi154.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 904 kB/s | 45 kB 00:00 2024-04-21T14:49:29.655 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-21T14:49:29.699 INFO:teuthology.orchestra.run.smithi133.stdout: Upgrading : librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 22/34 2024-04-21T14:49:29.720 INFO:teuthology.orchestra.run.smithi154.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 6.5 MB/s | 662 kB 00:00 2024-04-21T14:49:29.778 INFO:teuthology.orchestra.run.smithi154.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.9 MB/s | 292 kB 00:00 2024-04-21T14:49:29.788 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 22/34 2024-04-21T14:49:29.820 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 23/34 2024-04-21T14:49:29.829 INFO:teuthology.orchestra.run.smithi154.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 846 kB/s | 42 kB 00:00 2024-04-21T14:49:29.856 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-21T14:49:29.887 INFO:teuthology.orchestra.run.smithi154.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.7 MB/s | 221 kB 00:00 2024-04-21T14:49:29.938 INFO:teuthology.orchestra.run.smithi154.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 720 kB/s | 36 kB 00:00 2024-04-21T14:49:29.988 INFO:teuthology.orchestra.run.smithi154.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 950 kB/s | 47 kB 00:00 2024-04-21T14:49:30.325 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-21T14:49:30.351 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 26/34 2024-04-21T14:49:30.422 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 26/34 2024-04-21T14:49:30.497 INFO:teuthology.orchestra.run.smithi154.stdout:(21/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 608 kB/s | 309 kB 00:00 2024-04-21T14:49:30.499 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 27/34 2024-04-21T14:49:30.528 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x8 28/34 2024-04-21T14:49:31.914 INFO:teuthology.orchestra.run.smithi154.stdout:(22/32): libarrow-9.0.0-10.el9.x86_64.rpm 3.1 MB/s | 4.4 MB 00:01 2024-04-21T14:49:32.189 INFO:teuthology.orchestra.run.smithi154.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 94 kB/s | 26 kB 00:00 2024-04-21T14:49:32.548 INFO:teuthology.orchestra.run.smithi154.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 136 kB/s | 49 kB 00:00 2024-04-21T14:49:32.615 INFO:teuthology.orchestra.run.smithi154.stdout:(25/32): librgw2-19.0.0-2405.g1e75c287.el7.x86_ 908 kB/s | 5.3 MB 00:05 2024-04-21T14:49:32.899 INFO:teuthology.orchestra.run.smithi154.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 192 kB/s | 67 kB 00:00 2024-04-21T14:49:32.964 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-21T14:49:32.999 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-21T14:49:33.067 INFO:teuthology.orchestra.run.smithi169.stdout:(32/32): ceph-common-19.0.0-2405.g1e75c287.el7. 698 kB/s | 21 MB 00:30 2024-04-21T14:49:33.071 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-21T14:49:33.071 INFO:teuthology.orchestra.run.smithi169.stdout:Total 1.9 MB/s | 60 MB 00:31 2024-04-21T14:49:33.168 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-21T14:49:33.204 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-21T14:49:33.204 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-21T14:49:33.249 INFO:teuthology.orchestra.run.smithi154.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.3 MB/s | 838 kB 00:00 2024-04-21T14:49:33.349 INFO:teuthology.orchestra.run.smithi154.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 426 kB/s | 192 kB 00:00 2024-04-21T14:49:33.539 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-21T14:49:33.586 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 30/34 2024-04-21T14:49:33.669 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-21T14:49:33.670 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 30/34 2024-04-21T14:49:33.670 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-21T14:49:33.670 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-21T14:49:33.670 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:49:33.671 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-21T14:49:33.704 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-21T14:49:34.024 INFO:teuthology.orchestra.run.smithi154.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 2.0 MB/s | 1.6 MB 00:00 2024-04-21T14:49:35.195 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-21T14:49:35.276 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-21T14:49:35.306 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-21T14:49:35.330 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-21T14:49:35.354 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-21T14:49:35.372 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-21T14:49:35.555 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-21T14:49:35.617 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-21T14:49:35.941 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-21T14:49:36.041 INFO:teuthology.orchestra.run.smithi169.stdout: Upgrading : librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-21T14:49:36.116 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-21T14:49:36.204 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 8/34 2024-04-21T14:49:36.235 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 9/34 2024-04-21T14:49:36.288 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 9/34 2024-04-21T14:49:36.317 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-21T14:49:36.360 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7. 11/34 2024-04-21T14:49:36.429 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 12/34 2024-04-21T14:49:36.453 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 13/34 2024-04-21T14:49:36.526 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 13/34 2024-04-21T14:49:36.560 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-21T14:49:36.668 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-21T14:49:36.694 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-21T14:49:36.726 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-21T14:49:36.752 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-21T14:49:36.781 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-21T14:49:36.813 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-21T14:49:36.991 INFO:teuthology.orchestra.run.smithi154.stdout:(30/32): librados2-19.0.0-2405.g1e75c287.el7.x8 952 kB/s | 3.4 MB 00:03 2024-04-21T14:49:37.143 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-21T14:49:37.184 INFO:teuthology.orchestra.run.smithi169.stdout: Upgrading : librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 22/34 2024-04-21T14:49:37.275 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 22/34 2024-04-21T14:49:37.306 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 23/34 2024-04-21T14:49:37.342 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-21T14:49:37.835 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-21T14:49:37.862 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 26/34 2024-04-21T14:49:37.882 INFO:teuthology.orchestra.run.smithi154.stdout:(31/32): librbd1-19.0.0-2405.g1e75c287.el7.x86_ 832 kB/s | 3.1 MB 00:03 2024-04-21T14:49:37.933 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 26/34 2024-04-21T14:49:38.011 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 27/34 2024-04-21T14:49:38.039 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x8 28/34 2024-04-21T14:49:40.263 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-21T14:49:40.536 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-21T14:49:41.077 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-21T14:49:41.123 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 30/34 2024-04-21T14:49:41.215 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 30/34 2024-04-21T14:49:41.215 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-21T14:49:41.215 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-21T14:49:41.215 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:49:41.249 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-21T14:49:43.001 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-21T14:49:43.001 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /sys 2024-04-21T14:49:43.001 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /proc 2024-04-21T14:49:43.001 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /mnt 2024-04-21T14:49:43.001 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /var/tmp 2024-04-21T14:49:43.001 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /home 2024-04-21T14:49:43.001 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /root 2024-04-21T14:49:43.001 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /tmp 2024-04-21T14:49:43.002 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:49:43.591 INFO:teuthology.orchestra.run.smithi154.stdout:(32/32): ceph-common-19.0.0-2405.g1e75c287.el7. 820 kB/s | 21 MB 00:26 2024-04-21T14:49:43.594 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-21T14:49:43.594 INFO:teuthology.orchestra.run.smithi154.stdout:Total 2.2 MB/s | 60 MB 00:26 2024-04-21T14:49:43.689 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-21T14:49:43.726 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-21T14:49:43.726 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-21T14:49:43.912 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 32/34 2024-04-21T14:49:43.936 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 32/34 2024-04-21T14:49:43.936 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-21T14:49:43.936 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-21T14:49:43.936 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-21T14:49:43.936 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-21T14:49:43.937 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:49:43.938 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-21T14:49:44.022 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-21T14:49:44.022 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-21T14:49:44.190 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-21T14:49:44.191 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-21T14:49:45.174 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-21T14:49:45.174 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 1/34 2024-04-21T14:49:45.174 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2/34 2024-04-21T14:49:45.174 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 3/34 2024-04-21T14:49:45.174 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 4/34 2024-04-21T14:49:45.174 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 5/34 2024-04-21T14:49:45.174 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 6/34 2024-04-21T14:49:45.174 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-21T14:49:45.174 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7. 8/34 2024-04-21T14:49:45.174 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x8 9/34 2024-04-21T14:49:45.175 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 10/34 2024-04-21T14:49:45.175 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 11/34 2024-04-21T14:49:45.175 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 12/34 2024-04-21T14:49:45.175 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 13/34 2024-04-21T14:49:45.175 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-21T14:49:45.175 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-21T14:49:45.175 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-21T14:49:45.175 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-21T14:49:45.175 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-21T14:49:45.175 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-21T14:49:45.175 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-21T14:49:45.175 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-21T14:49:45.175 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-21T14:49:45.175 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-21T14:49:45.176 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-21T14:49:45.176 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-21T14:49:45.176 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-21T14:49:45.176 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-21T14:49:45.176 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-21T14:49:45.176 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-21T14:49:45.176 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-21T14:49:45.176 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-21T14:49:45.176 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-21T14:49:45.176 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 33/34 2024-04-21T14:49:45.645 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-21T14:49:45.725 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-21T14:49:45.754 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-21T14:49:45.779 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-21T14:49:45.802 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-21T14:49:45.828 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-21T14:49:45.983 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-21T14:49:45.983 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:49:45.983 INFO:teuthology.orchestra.run.smithi133.stdout:Upgraded: 2024-04-21T14:49:45.983 INFO:teuthology.orchestra.run.smithi133.stdout: librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:45.983 INFO:teuthology.orchestra.run.smithi133.stdout: librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:45.983 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-21T14:49:45.983 INFO:teuthology.orchestra.run.smithi133.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-21T14:49:45.983 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:45.983 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:45.983 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:45.983 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:45.983 INFO:teuthology.orchestra.run.smithi133.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-21T14:49:45.983 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-21T14:49:45.984 INFO:teuthology.orchestra.run.smithi133.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-21T14:49:45.984 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:45.984 INFO:teuthology.orchestra.run.smithi133.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-21T14:49:45.984 INFO:teuthology.orchestra.run.smithi133.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-21T14:49:45.984 INFO:teuthology.orchestra.run.smithi133.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-21T14:49:45.984 INFO:teuthology.orchestra.run.smithi133.stdout: libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:45.984 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-21T14:49:45.984 INFO:teuthology.orchestra.run.smithi133.stdout: librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:45.984 INFO:teuthology.orchestra.run.smithi133.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-21T14:49:45.984 INFO:teuthology.orchestra.run.smithi133.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-21T14:49:45.984 INFO:teuthology.orchestra.run.smithi133.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-21T14:49:45.984 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:45.984 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:45.985 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:45.985 INFO:teuthology.orchestra.run.smithi133.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-21T14:49:45.985 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:45.985 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:45.985 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:45.985 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-21T14:49:45.985 INFO:teuthology.orchestra.run.smithi133.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-21T14:49:45.985 INFO:teuthology.orchestra.run.smithi133.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-21T14:49:45.985 INFO:teuthology.orchestra.run.smithi133.stdout: re2-1:20211101-3.el9.x86_64 2024-04-21T14:49:45.985 INFO:teuthology.orchestra.run.smithi133.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-21T14:49:45.985 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:49:45.985 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-21T14:49:46.029 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-21T14:49:46.083 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-21T14:49:46.267 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-test 2024-04-21T14:49:46.460 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-21T14:49:46.516 INFO:teuthology.orchestra.run.smithi154.stdout: Upgrading : librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-21T14:49:46.600 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-21T14:49:46.686 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 8/34 2024-04-21T14:49:46.718 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 9/34 2024-04-21T14:49:46.780 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 9/34 2024-04-21T14:49:46.804 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:45 ago on Sun 21 Apr 2024 02:49:01 PM UTC. 2024-04-21T14:49:46.809 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-21T14:49:46.852 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7. 11/34 2024-04-21T14:49:46.921 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 12/34 2024-04-21T14:49:46.927 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-21T14:49:46.928 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:49:46.928 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-21T14:49:46.928 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:49:46.928 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-21T14:49:46.928 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-test x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 48 M 2024-04-21T14:49:46.928 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-21T14:49:46.928 INFO:teuthology.orchestra.run.smithi133.stdout: libcephsqlite x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 163 k 2024-04-21T14:49:46.928 INFO:teuthology.orchestra.run.smithi133.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-21T14:49:46.928 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-21T14:49:46.929 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:49:46.929 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-21T14:49:46.929 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:49:46.929 INFO:teuthology.orchestra.run.smithi133.stdout:Install 4 Packages 2024-04-21T14:49:46.929 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:49:46.929 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 49 M 2024-04-21T14:49:46.929 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 207 M 2024-04-21T14:49:46.929 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-21T14:49:46.945 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 13/34 2024-04-21T14:49:47.009 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 13/34 2024-04-21T14:49:47.043 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-21T14:49:47.152 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-21T14:49:47.186 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-21T14:49:47.218 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-21T14:49:47.243 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-21T14:49:47.272 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-21T14:49:47.304 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-21T14:49:47.398 INFO:teuthology.orchestra.run.smithi133.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.0 MB/s | 305 kB 00:00 2024-04-21T14:49:47.499 INFO:teuthology.orchestra.run.smithi133.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 635 kB/s | 64 kB 00:00 2024-04-21T14:49:47.615 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-21T14:49:47.659 INFO:teuthology.orchestra.run.smithi154.stdout: Upgrading : librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 22/34 2024-04-21T14:49:47.676 INFO:teuthology.orchestra.run.smithi133.stdout:(3/4): libcephsqlite-19.0.0-2405.g1e75c287.el7. 289 kB/s | 163 kB 00:00 2024-04-21T14:49:47.732 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 22/34 2024-04-21T14:49:47.763 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 23/34 2024-04-21T14:49:47.799 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-21T14:49:48.274 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-21T14:49:48.303 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 26/34 2024-04-21T14:49:48.374 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 26/34 2024-04-21T14:49:48.443 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 27/34 2024-04-21T14:49:48.472 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x8 28/34 2024-04-21T14:49:50.523 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-21T14:49:50.523 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /sys 2024-04-21T14:49:50.523 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /proc 2024-04-21T14:49:50.523 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /mnt 2024-04-21T14:49:50.524 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /var/tmp 2024-04-21T14:49:50.524 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /home 2024-04-21T14:49:50.524 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /root 2024-04-21T14:49:50.524 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /tmp 2024-04-21T14:49:50.524 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:49:50.755 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-21T14:49:50.810 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-21T14:49:51.353 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-21T14:49:51.389 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 30/34 2024-04-21T14:49:51.481 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 30/34 2024-04-21T14:49:51.481 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-21T14:49:51.481 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-21T14:49:51.481 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:49:51.490 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 32/34 2024-04-21T14:49:51.514 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 32/34 2024-04-21T14:49:51.514 INFO:teuthology.orchestra.run.smithi169.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-21T14:49:51.514 INFO:teuthology.orchestra.run.smithi169.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-21T14:49:51.514 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-21T14:49:51.514 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-21T14:49:51.514 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:49:51.516 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-21T14:49:51.516 INFO:teuthology.orchestra.run.smithi169.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-21T14:49:51.593 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-21T14:49:51.593 INFO:teuthology.orchestra.run.smithi169.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-21T14:49:52.770 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-21T14:49:52.770 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 1/34 2024-04-21T14:49:52.770 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2/34 2024-04-21T14:49:52.771 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 3/34 2024-04-21T14:49:52.771 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 4/34 2024-04-21T14:49:52.771 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 5/34 2024-04-21T14:49:52.771 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 6/34 2024-04-21T14:49:52.771 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-21T14:49:52.771 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7. 8/34 2024-04-21T14:49:52.771 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x8 9/34 2024-04-21T14:49:52.771 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 10/34 2024-04-21T14:49:52.771 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 11/34 2024-04-21T14:49:52.771 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 12/34 2024-04-21T14:49:52.771 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 13/34 2024-04-21T14:49:52.771 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-21T14:49:52.771 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-21T14:49:52.771 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-21T14:49:52.771 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-21T14:49:52.771 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-21T14:49:52.772 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-21T14:49:52.772 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-21T14:49:52.772 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-21T14:49:52.772 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-21T14:49:52.772 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-21T14:49:52.772 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-21T14:49:52.772 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-21T14:49:52.772 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-21T14:49:52.772 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-21T14:49:52.772 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-21T14:49:52.772 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-21T14:49:52.773 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-21T14:49:52.773 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-21T14:49:52.773 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-21T14:49:52.773 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 33/34 2024-04-21T14:49:53.528 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-21T14:49:53.528 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:49:53.529 INFO:teuthology.orchestra.run.smithi169.stdout:Upgraded: 2024-04-21T14:49:53.529 INFO:teuthology.orchestra.run.smithi169.stdout: librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:53.529 INFO:teuthology.orchestra.run.smithi169.stdout: librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:53.529 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-21T14:49:53.529 INFO:teuthology.orchestra.run.smithi169.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-21T14:49:53.529 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:53.529 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:53.529 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:53.529 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:53.529 INFO:teuthology.orchestra.run.smithi169.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-21T14:49:53.529 INFO:teuthology.orchestra.run.smithi169.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-21T14:49:53.529 INFO:teuthology.orchestra.run.smithi169.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-21T14:49:53.529 INFO:teuthology.orchestra.run.smithi169.stdout: libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:53.530 INFO:teuthology.orchestra.run.smithi169.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-21T14:49:53.530 INFO:teuthology.orchestra.run.smithi169.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-21T14:49:53.530 INFO:teuthology.orchestra.run.smithi169.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-21T14:49:53.530 INFO:teuthology.orchestra.run.smithi169.stdout: libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:53.530 INFO:teuthology.orchestra.run.smithi169.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-21T14:49:53.530 INFO:teuthology.orchestra.run.smithi169.stdout: librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:53.530 INFO:teuthology.orchestra.run.smithi169.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-21T14:49:53.530 INFO:teuthology.orchestra.run.smithi169.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-21T14:49:53.530 INFO:teuthology.orchestra.run.smithi169.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-21T14:49:53.530 INFO:teuthology.orchestra.run.smithi169.stdout: python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:53.530 INFO:teuthology.orchestra.run.smithi169.stdout: python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:53.530 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:53.530 INFO:teuthology.orchestra.run.smithi169.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-21T14:49:53.530 INFO:teuthology.orchestra.run.smithi169.stdout: python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:53.531 INFO:teuthology.orchestra.run.smithi169.stdout: python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:53.531 INFO:teuthology.orchestra.run.smithi169.stdout: python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:49:53.531 INFO:teuthology.orchestra.run.smithi169.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-21T14:49:53.531 INFO:teuthology.orchestra.run.smithi169.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-21T14:49:53.531 INFO:teuthology.orchestra.run.smithi169.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-21T14:49:53.531 INFO:teuthology.orchestra.run.smithi169.stdout: re2-1:20211101-3.el9.x86_64 2024-04-21T14:49:53.531 INFO:teuthology.orchestra.run.smithi169.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-21T14:49:53.531 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:49:53.531 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-21T14:49:53.808 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph-test 2024-04-21T14:49:54.421 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:00:55 ago on Sun 21 Apr 2024 02:48:59 PM UTC. 2024-04-21T14:49:54.546 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-21T14:49:54.546 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:49:54.546 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repository Size 2024-04-21T14:49:54.546 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:49:54.547 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-21T14:49:54.547 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-test x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 48 M 2024-04-21T14:49:54.547 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2024-04-21T14:49:54.547 INFO:teuthology.orchestra.run.smithi169.stdout: libcephsqlite x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 163 k 2024-04-21T14:49:54.547 INFO:teuthology.orchestra.run.smithi169.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-21T14:49:54.547 INFO:teuthology.orchestra.run.smithi169.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-21T14:49:54.547 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:49:54.547 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-21T14:49:54.547 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:49:54.547 INFO:teuthology.orchestra.run.smithi169.stdout:Install 4 Packages 2024-04-21T14:49:54.547 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:49:54.548 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 49 M 2024-04-21T14:49:54.548 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 207 M 2024-04-21T14:49:54.548 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-21T14:49:54.910 INFO:teuthology.orchestra.run.smithi169.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.5 MB/s | 305 kB 00:00 2024-04-21T14:49:54.968 INFO:teuthology.orchestra.run.smithi169.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 64 kB 00:00 2024-04-21T14:49:55.263 INFO:teuthology.orchestra.run.smithi169.stdout:(3/4): libcephsqlite-19.0.0-2405.g1e75c287.el7. 295 kB/s | 163 kB 00:00 2024-04-21T14:49:59.998 INFO:teuthology.orchestra.run.smithi133.stdout:(4/4): ceph-test-19.0.0-2405.g1e75c287.el7.x86_ 3.7 MB/s | 48 MB 00:12 2024-04-21T14:50:00.000 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-21T14:50:00.001 INFO:teuthology.orchestra.run.smithi133.stdout:Total 3.7 MB/s | 49 MB 00:13 2024-04-21T14:50:00.028 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-21T14:50:00.049 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-21T14:50:00.049 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-21T14:50:00.415 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-21T14:50:00.416 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-21T14:50:00.894 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-21T14:50:00.894 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /sys 2024-04-21T14:50:00.894 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /proc 2024-04-21T14:50:00.894 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /mnt 2024-04-21T14:50:00.894 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /var/tmp 2024-04-21T14:50:00.894 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /home 2024-04-21T14:50:00.894 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /root 2024-04-21T14:50:00.894 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /tmp 2024-04-21T14:50:00.894 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:00.934 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-21T14:50:01.015 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-21T14:50:01.072 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-21T14:50:01.100 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 3/4 2024-04-21T14:50:01.849 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 32/34 2024-04-21T14:50:01.873 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 32/34 2024-04-21T14:50:01.873 INFO:teuthology.orchestra.run.smithi154.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-21T14:50:01.873 INFO:teuthology.orchestra.run.smithi154.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-21T14:50:01.873 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-21T14:50:01.873 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-21T14:50:01.873 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:01.874 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-21T14:50:01.960 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-21T14:50:01.961 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-21T14:50:03.132 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-21T14:50:03.132 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 1/34 2024-04-21T14:50:03.132 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2/34 2024-04-21T14:50:03.132 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 3/34 2024-04-21T14:50:03.132 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 4/34 2024-04-21T14:50:03.132 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 5/34 2024-04-21T14:50:03.132 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 6/34 2024-04-21T14:50:03.132 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-21T14:50:03.132 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7. 8/34 2024-04-21T14:50:03.132 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x8 9/34 2024-04-21T14:50:03.132 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 10/34 2024-04-21T14:50:03.132 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 11/34 2024-04-21T14:50:03.132 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 12/34 2024-04-21T14:50:03.133 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 13/34 2024-04-21T14:50:03.133 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-21T14:50:03.133 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-21T14:50:03.133 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-21T14:50:03.133 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-21T14:50:03.133 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-21T14:50:03.133 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-21T14:50:03.133 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-21T14:50:03.133 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-21T14:50:03.133 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-21T14:50:03.133 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-21T14:50:03.133 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-21T14:50:03.133 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-21T14:50:03.133 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-21T14:50:03.134 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-21T14:50:03.134 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-21T14:50:03.134 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-21T14:50:03.134 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-21T14:50:03.135 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-21T14:50:03.135 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-21T14:50:03.135 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 33/34 2024-04-21T14:50:03.981 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-21T14:50:03.981 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:03.981 INFO:teuthology.orchestra.run.smithi154.stdout:Upgraded: 2024-04-21T14:50:03.981 INFO:teuthology.orchestra.run.smithi154.stdout: librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:03.981 INFO:teuthology.orchestra.run.smithi154.stdout: librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:03.981 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-21T14:50:03.981 INFO:teuthology.orchestra.run.smithi154.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-21T14:50:03.981 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:03.981 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:03.981 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:03.981 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:03.982 INFO:teuthology.orchestra.run.smithi154.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-21T14:50:03.982 INFO:teuthology.orchestra.run.smithi154.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-21T14:50:03.982 INFO:teuthology.orchestra.run.smithi154.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-21T14:50:03.982 INFO:teuthology.orchestra.run.smithi154.stdout: libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:03.982 INFO:teuthology.orchestra.run.smithi154.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-21T14:50:03.982 INFO:teuthology.orchestra.run.smithi154.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-21T14:50:03.982 INFO:teuthology.orchestra.run.smithi154.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-21T14:50:03.982 INFO:teuthology.orchestra.run.smithi154.stdout: libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:03.982 INFO:teuthology.orchestra.run.smithi154.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-21T14:50:03.982 INFO:teuthology.orchestra.run.smithi154.stdout: librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:03.982 INFO:teuthology.orchestra.run.smithi154.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-21T14:50:03.982 INFO:teuthology.orchestra.run.smithi154.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-21T14:50:03.982 INFO:teuthology.orchestra.run.smithi154.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-21T14:50:03.982 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:03.983 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:03.983 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:03.983 INFO:teuthology.orchestra.run.smithi154.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-21T14:50:03.983 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:03.983 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:03.983 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:03.983 INFO:teuthology.orchestra.run.smithi154.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-21T14:50:03.983 INFO:teuthology.orchestra.run.smithi154.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-21T14:50:03.983 INFO:teuthology.orchestra.run.smithi154.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-21T14:50:03.983 INFO:teuthology.orchestra.run.smithi154.stdout: re2-1:20211101-3.el9.x86_64 2024-04-21T14:50:03.983 INFO:teuthology.orchestra.run.smithi154.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-21T14:50:03.983 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:03.983 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-21T14:50:04.291 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-test 2024-04-21T14:50:04.828 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:00:50 ago on Sun 21 Apr 2024 02:49:14 PM UTC. 2024-04-21T14:50:04.953 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-21T14:50:04.954 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:50:04.954 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-21T14:50:04.954 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:50:04.954 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-21T14:50:04.954 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-test x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 48 M 2024-04-21T14:50:04.954 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-21T14:50:04.954 INFO:teuthology.orchestra.run.smithi154.stdout: libcephsqlite x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 163 k 2024-04-21T14:50:04.955 INFO:teuthology.orchestra.run.smithi154.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-21T14:50:04.955 INFO:teuthology.orchestra.run.smithi154.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-21T14:50:04.955 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:04.955 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-21T14:50:04.955 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:50:04.955 INFO:teuthology.orchestra.run.smithi154.stdout:Install 4 Packages 2024-04-21T14:50:04.955 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:04.955 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 49 M 2024-04-21T14:50:04.956 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 207 M 2024-04-21T14:50:04.956 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-21T14:50:05.278 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-21T14:50:05.362 INFO:teuthology.orchestra.run.smithi154.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 758 kB/s | 64 kB 00:00 2024-04-21T14:50:05.595 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 3/4 2024-04-21T14:50:05.679 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 4/4 2024-04-21T14:50:05.689 INFO:teuthology.orchestra.run.smithi154.stdout:(3/4): libcephsqlite-19.0.0-2405.g1e75c287.el7. 245 kB/s | 163 kB 00:00 2024-04-21T14:50:07.712 INFO:teuthology.orchestra.run.smithi169.stdout:(4/4): ceph-test-19.0.0-2405.g1e75c287.el7.x86_ 3.7 MB/s | 48 MB 00:13 2024-04-21T14:50:07.714 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-21T14:50:07.714 INFO:teuthology.orchestra.run.smithi169.stdout:Total 3.7 MB/s | 49 MB 00:13 2024-04-21T14:50:07.740 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-21T14:50:07.762 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-21T14:50:07.762 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-21T14:50:07.914 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 4/4 2024-04-21T14:50:07.914 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 1/4 2024-04-21T14:50:07.914 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 2/4 2024-04-21T14:50:07.914 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-21T14:50:08.130 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-21T14:50:08.131 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-21T14:50:08.177 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-21T14:50:08.177 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:50:08.177 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-21T14:50:08.177 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:08.177 INFO:teuthology.orchestra.run.smithi133.stdout: libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:08.177 INFO:teuthology.orchestra.run.smithi133.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-21T14:50:08.177 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-21T14:50:08.177 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:50:08.177 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-21T14:50:08.458 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph 2024-04-21T14:50:08.651 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-21T14:50:08.729 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-21T14:50:08.778 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-21T14:50:08.805 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 3/4 2024-04-21T14:50:08.973 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:08 ago on Sun 21 Apr 2024 02:49:01 PM UTC. 2024-04-21T14:50:09.105 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-21T14:50:09.107 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:50:09.107 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-21T14:50:09.107 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:50:09.107 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-21T14:50:09.107 INFO:teuthology.orchestra.run.smithi133.stdout: ceph x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 6.6 k 2024-04-21T14:50:09.108 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-04-21T14:50:09.108 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mds x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 2.4 M 2024-04-21T14:50:09.108 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 1.5 M 2024-04-21T14:50:09.108 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2405.g1e75c287.el7 ceph-noarch 249 k 2024-04-21T14:50:09.108 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mon x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 4.7 M 2024-04-21T14:50:09.108 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-osd x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 17 M 2024-04-21T14:50:09.108 INFO:teuthology.orchestra.run.smithi133.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-21T14:50:09.108 INFO:teuthology.orchestra.run.smithi133.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-21T14:50:09.108 INFO:teuthology.orchestra.run.smithi133.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-21T14:50:09.108 INFO:teuthology.orchestra.run.smithi133.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-21T14:50:09.108 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-21T14:50:09.108 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-21T14:50:09.108 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-21T14:50:09.108 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-21T14:50:09.108 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-21T14:50:09.109 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-21T14:50:09.109 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-collections 2024-04-21T14:50:09.109 INFO:teuthology.orchestra.run.smithi133.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-21T14:50:09.109 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-21T14:50:09.109 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-21T14:50:09.109 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-21T14:50:09.109 INFO:teuthology.orchestra.run.smithi133.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-21T14:50:09.109 INFO:teuthology.orchestra.run.smithi133.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-21T14:50:09.109 INFO:teuthology.orchestra.run.smithi133.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-21T14:50:09.109 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-21T14:50:09.109 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-21T14:50:09.109 INFO:teuthology.orchestra.run.smithi133.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-21T14:50:09.109 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-21T14:50:09.109 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-21T14:50:09.109 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-21T14:50:09.110 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-21T14:50:09.110 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-21T14:50:09.110 INFO:teuthology.orchestra.run.smithi133.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-21T14:50:09.110 INFO:teuthology.orchestra.run.smithi133.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-21T14:50:09.110 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-21T14:50:09.110 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-21T14:50:09.110 INFO:teuthology.orchestra.run.smithi133.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-21T14:50:09.110 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:50:09.110 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-21T14:50:09.110 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:50:09.110 INFO:teuthology.orchestra.run.smithi133.stdout:Install 36 Packages 2024-04-21T14:50:09.110 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:50:09.111 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 30 M 2024-04-21T14:50:09.111 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 107 M 2024-04-21T14:50:09.111 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-21T14:50:10.117 INFO:teuthology.orchestra.run.smithi133.stdout:(1/36): ceph-19.0.0-2405.g1e75c287.el7.x86_64.r 15 kB/s | 6.6 kB 00:00 2024-04-21T14:50:12.142 INFO:teuthology.orchestra.run.smithi133.stdout:(2/36): ceph-mgr-19.0.0-2405.g1e75c287.el7.x86_ 622 kB/s | 1.5 MB 00:02 2024-04-21T14:50:12.192 INFO:teuthology.orchestra.run.smithi133.stdout:(3/36): ceph-mds-19.0.0-2405.g1e75c287.el7.x86_ 964 kB/s | 2.4 MB 00:02 2024-04-21T14:50:12.360 INFO:teuthology.orchestra.run.smithi133.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2405.g1e75 1.5 MB/s | 249 kB 00:00 2024-04-21T14:50:12.510 INFO:teuthology.orchestra.run.smithi133.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.7 MB/s | 253 kB 00:00 2024-04-21T14:50:12.618 INFO:teuthology.orchestra.run.smithi133.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 11 MB/s | 1.2 MB 00:00 2024-04-21T14:50:12.677 INFO:teuthology.orchestra.run.smithi133.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2024-04-21T14:50:12.719 INFO:teuthology.orchestra.run.smithi133.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 3.2 MB/s | 135 kB 00:00 2024-04-21T14:50:12.761 INFO:teuthology.orchestra.run.smithi133.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.9 MB/s | 125 kB 00:00 2024-04-21T14:50:12.811 INFO:teuthology.orchestra.run.smithi133.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-04-21T14:50:12.945 INFO:teuthology.orchestra.run.smithi133.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 1.4 MB/s | 188 kB 00:00 2024-04-21T14:50:12.995 INFO:teuthology.orchestra.run.smithi133.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 172 kB 00:00 2024-04-21T14:50:13.037 INFO:teuthology.orchestra.run.smithi133.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 837 kB/s | 35 kB 00:00 2024-04-21T14:50:13.078 INFO:teuthology.orchestra.run.smithi133.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.2 MB/s | 51 kB 00:00 2024-04-21T14:50:13.120 INFO:teuthology.orchestra.run.smithi133.stdout:(15/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.0 MB/s | 42 kB 00:00 2024-04-21T14:50:13.279 INFO:teuthology.orchestra.run.smithi133.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 141 kB/s | 22 kB 00:00 2024-04-21T14:50:13.318 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 3/4 2024-04-21T14:50:13.501 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 4/4 2024-04-21T14:50:13.830 INFO:teuthology.orchestra.run.smithi133.stdout:(17/36): ceph-mon-19.0.0-2405.g1e75c287.el7.x86 1.3 MB/s | 4.7 MB 00:03 2024-04-21T14:50:13.855 INFO:teuthology.orchestra.run.smithi133.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 263 kB/s | 151 kB 00:00 2024-04-21T14:50:13.938 INFO:teuthology.orchestra.run.smithi133.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 401 kB/s | 43 kB 00:00 2024-04-21T14:50:14.164 INFO:teuthology.orchestra.run.smithi133.stdout:(20/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.6 MB/s | 358 kB 00:00 2024-04-21T14:50:14.264 INFO:teuthology.orchestra.run.smithi133.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 107 kB/s | 11 kB 00:00 2024-04-21T14:50:14.356 INFO:teuthology.orchestra.run.smithi133.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 343 kB/s | 172 kB 00:00 2024-04-21T14:50:14.381 INFO:teuthology.orchestra.run.smithi133.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 151 kB/s | 18 kB 00:00 2024-04-21T14:50:14.456 INFO:teuthology.orchestra.run.smithi133.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 231 kB/s | 23 kB 00:00 2024-04-21T14:50:14.482 INFO:teuthology.orchestra.run.smithi133.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 194 kB/s | 19 kB 00:00 2024-04-21T14:50:14.557 INFO:teuthology.orchestra.run.smithi133.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 196 kB/s | 20 kB 00:00 2024-04-21T14:50:14.582 INFO:teuthology.orchestra.run.smithi133.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 462 kB/s | 46 kB 00:00 2024-04-21T14:50:14.666 INFO:teuthology.orchestra.run.smithi133.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 726 kB/s | 79 kB 00:00 2024-04-21T14:50:14.716 INFO:teuthology.orchestra.run.smithi133.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.0 MB/s | 272 kB 00:00 2024-04-21T14:50:14.766 INFO:teuthology.orchestra.run.smithi133.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 164 kB/s | 16 kB 00:00 2024-04-21T14:50:14.825 INFO:teuthology.orchestra.run.smithi133.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 829 kB/s | 90 kB 00:00 2024-04-21T14:50:14.875 INFO:teuthology.orchestra.run.smithi133.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 330 kB/s | 36 kB 00:00 2024-04-21T14:50:14.950 INFO:teuthology.orchestra.run.smithi133.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.8 MB/s | 230 kB 00:00 2024-04-21T14:50:15.051 INFO:teuthology.orchestra.run.smithi133.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 200 kB/s | 20 kB 00:00 2024-04-21T14:50:15.109 INFO:teuthology.orchestra.run.smithi133.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.8 MB/s | 427 kB 00:00 2024-04-21T14:50:15.123 INFO:teuthology.orchestra.run.smithi154.stdout:(4/4): ceph-test-19.0.0-2405.g1e75c287.el7.x86_ 4.8 MB/s | 48 MB 00:10 2024-04-21T14:50:15.124 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-21T14:50:15.125 INFO:teuthology.orchestra.run.smithi154.stdout:Total 4.8 MB/s | 49 MB 00:10 2024-04-21T14:50:15.149 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-21T14:50:15.167 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-21T14:50:15.168 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-21T14:50:15.535 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-21T14:50:15.535 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-21T14:50:15.769 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 4/4 2024-04-21T14:50:15.769 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 1/4 2024-04-21T14:50:15.769 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 2/4 2024-04-21T14:50:15.769 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-21T14:50:16.031 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-21T14:50:16.031 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:50:16.031 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-21T14:50:16.031 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:16.031 INFO:teuthology.orchestra.run.smithi169.stdout: libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:16.031 INFO:teuthology.orchestra.run.smithi169.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-21T14:50:16.031 INFO:teuthology.orchestra.run.smithi169.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-21T14:50:16.031 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:50:16.031 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-21T14:50:16.053 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-21T14:50:16.140 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-21T14:50:16.179 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-21T14:50:16.207 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 3/4 2024-04-21T14:50:16.269 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph 2024-04-21T14:50:16.784 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:17 ago on Sun 21 Apr 2024 02:48:59 PM UTC. 2024-04-21T14:50:16.909 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-21T14:50:16.912 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:50:16.912 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repository Size 2024-04-21T14:50:16.912 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:50:16.912 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-21T14:50:16.912 INFO:teuthology.orchestra.run.smithi169.stdout: ceph x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 6.6 k 2024-04-21T14:50:16.912 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2024-04-21T14:50:16.913 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mds x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 2.4 M 2024-04-21T14:50:16.913 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 1.5 M 2024-04-21T14:50:16.913 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2405.g1e75c287.el7 ceph-noarch 249 k 2024-04-21T14:50:16.913 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mon x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 4.7 M 2024-04-21T14:50:16.913 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-osd x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 17 M 2024-04-21T14:50:16.913 INFO:teuthology.orchestra.run.smithi169.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-21T14:50:16.913 INFO:teuthology.orchestra.run.smithi169.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-21T14:50:16.913 INFO:teuthology.orchestra.run.smithi169.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-21T14:50:16.913 INFO:teuthology.orchestra.run.smithi169.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-21T14:50:16.913 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-21T14:50:16.913 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-21T14:50:16.914 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-21T14:50:16.914 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-21T14:50:16.914 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-21T14:50:16.914 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-21T14:50:16.914 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco-collections 2024-04-21T14:50:16.914 INFO:teuthology.orchestra.run.smithi169.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-21T14:50:16.914 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-21T14:50:16.914 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-21T14:50:16.914 INFO:teuthology.orchestra.run.smithi169.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-21T14:50:16.914 INFO:teuthology.orchestra.run.smithi169.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-21T14:50:16.914 INFO:teuthology.orchestra.run.smithi169.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-21T14:50:16.914 INFO:teuthology.orchestra.run.smithi169.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-21T14:50:16.914 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-21T14:50:16.914 INFO:teuthology.orchestra.run.smithi169.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-21T14:50:16.915 INFO:teuthology.orchestra.run.smithi169.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-21T14:50:16.915 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-21T14:50:16.915 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-21T14:50:16.915 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-21T14:50:16.915 INFO:teuthology.orchestra.run.smithi169.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-21T14:50:16.915 INFO:teuthology.orchestra.run.smithi169.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-21T14:50:16.915 INFO:teuthology.orchestra.run.smithi169.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-21T14:50:16.915 INFO:teuthology.orchestra.run.smithi169.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-21T14:50:16.915 INFO:teuthology.orchestra.run.smithi169.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-21T14:50:16.915 INFO:teuthology.orchestra.run.smithi169.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-21T14:50:16.915 INFO:teuthology.orchestra.run.smithi169.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-21T14:50:16.915 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:50:16.915 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-21T14:50:16.915 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:50:16.915 INFO:teuthology.orchestra.run.smithi169.stdout:Install 36 Packages 2024-04-21T14:50:16.916 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:50:16.916 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 30 M 2024-04-21T14:50:16.916 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 107 M 2024-04-21T14:50:16.916 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-21T14:50:18.063 INFO:teuthology.orchestra.run.smithi169.stdout:(1/36): ceph-19.0.0-2405.g1e75c287.el7.x86_64.r 26 kB/s | 6.6 kB 00:00 2024-04-21T14:50:18.334 INFO:teuthology.orchestra.run.smithi133.stdout:(36/36): ceph-osd-19.0.0-2405.g1e75c287.el7.x86 2.7 MB/s | 17 MB 00:06 2024-04-21T14:50:18.338 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-21T14:50:18.338 INFO:teuthology.orchestra.run.smithi133.stdout:Total 3.3 MB/s | 30 MB 00:09 2024-04-21T14:50:18.474 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-21T14:50:18.514 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-21T14:50:18.514 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-21T14:50:18.679 INFO:teuthology.orchestra.run.smithi169.stdout:(2/36): ceph-mds-19.0.0-2405.g1e75c287.el7.x86_ 2.7 MB/s | 2.4 MB 00:00 2024-04-21T14:50:18.808 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-21T14:50:18.809 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-21T14:50:18.813 INFO:teuthology.orchestra.run.smithi169.stdout:(3/36): ceph-mgr-19.0.0-2405.g1e75c287.el7.x86_ 1.5 MB/s | 1.5 MB 00:01 2024-04-21T14:50:18.955 INFO:teuthology.orchestra.run.smithi169.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2405.g1e75 1.7 MB/s | 249 kB 00:00 2024-04-21T14:50:19.355 INFO:teuthology.orchestra.run.smithi169.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 633 kB/s | 253 kB 00:00 2024-04-21T14:50:20.022 INFO:teuthology.orchestra.run.smithi169.stdout:(6/36): ceph-mon-19.0.0-2405.g1e75c287.el7.x86_ 2.4 MB/s | 4.7 MB 00:01 2024-04-21T14:50:20.055 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-21T14:50:20.129 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-21T14:50:20.161 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-21T14:50:20.189 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-21T14:50:20.259 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-21T14:50:20.306 INFO:teuthology.orchestra.run.smithi169.stdout:(7/36): ceph-osd-19.0.0-2405.g1e75c287.el7.x86_ 10 MB/s | 17 MB 00:01 2024-04-21T14:50:20.313 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-21T14:50:20.339 INFO:teuthology.orchestra.run.smithi169.stdout:(8/36): python3-cryptography-36.0.1-4.el9.x86_6 1.2 MB/s | 1.2 MB 00:00 2024-04-21T14:50:20.346 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-21T14:50:20.438 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-21T14:50:20.506 INFO:teuthology.orchestra.run.smithi169.stdout:(9/36): python3-ply-3.11-14.el9.noarch.rpm 220 kB/s | 106 kB 00:00 2024-04-21T14:50:20.507 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-21T14:50:20.548 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-21T14:50:20.583 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-21T14:50:20.598 INFO:teuthology.orchestra.run.smithi169.stdout:(10/36): python3-pycparser-2.20-6.el9.noarch.rp 465 kB/s | 135 kB 00:00 2024-04-21T14:50:20.622 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-21T14:50:20.632 INFO:teuthology.orchestra.run.smithi169.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 427 kB/s | 125 kB 00:00 2024-04-21T14:50:20.656 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-21T14:50:20.690 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-21T14:50:20.720 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 3/4 2024-04-21T14:50:20.730 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-21T14:50:20.774 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-21T14:50:20.800 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-21T14:50:20.805 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 4/4 2024-04-21T14:50:20.838 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-21T14:50:20.849 INFO:teuthology.orchestra.run.smithi169.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 753 kB/s | 188 kB 00:00 2024-04-21T14:50:20.874 INFO:teuthology.orchestra.run.smithi169.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 715 kB/s | 172 kB 00:00 2024-04-21T14:50:20.899 INFO:teuthology.orchestra.run.smithi169.stdout:(14/36): python3-urllib3-1.26.5-5.el9.noarch.rp 547 kB/s | 215 kB 00:00 2024-04-21T14:50:20.911 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-21T14:50:20.924 INFO:teuthology.orchestra.run.smithi169.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 460 kB/s | 35 kB 00:00 2024-04-21T14:50:20.950 INFO:teuthology.orchestra.run.smithi169.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 672 kB/s | 51 kB 00:00 2024-04-21T14:50:20.975 INFO:teuthology.orchestra.run.smithi169.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 552 kB/s | 42 kB 00:00 2024-04-21T14:50:21.050 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-21T14:50:21.129 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-21T14:50:21.182 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-21T14:50:21.220 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-21T14:50:21.269 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-21T14:50:21.283 INFO:teuthology.orchestra.run.smithi169.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 141 kB/s | 43 kB 00:00 2024-04-21T14:50:21.325 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-21T14:50:21.367 INFO:teuthology.orchestra.run.smithi169.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 362 kB/s | 151 kB 00:00 2024-04-21T14:50:21.511 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-21T14:50:21.557 INFO:teuthology.orchestra.run.smithi169.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 631 kB/s | 172 kB 00:00 2024-04-21T14:50:21.566 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-21T14:50:21.576 INFO:teuthology.orchestra.run.smithi169.stdout:(21/36): lua-devel-5.4.4-4.el9.x86_64.rpm 34 kB/s | 22 kB 00:00 2024-04-21T14:50:21.601 INFO:teuthology.orchestra.run.smithi169.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2024-04-21T14:50:21.644 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-21T14:50:21.652 INFO:teuthology.orchestra.run.smithi169.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 114 kB/s | 11 kB 00:00 2024-04-21T14:50:21.694 INFO:teuthology.orchestra.run.smithi169.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 251 kB/s | 23 kB 00:00 2024-04-21T14:50:21.733 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-21T14:50:21.744 INFO:teuthology.orchestra.run.smithi169.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 211 kB/s | 19 kB 00:00 2024-04-21T14:50:21.774 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-21T14:50:21.786 INFO:teuthology.orchestra.run.smithi169.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 214 kB/s | 20 kB 00:00 2024-04-21T14:50:21.820 INFO:teuthology.orchestra.run.smithi169.stdout:(27/36): python3-jaraco-classes-3.2.1-5.el9.noa 73 kB/s | 18 kB 00:00 2024-04-21T14:50:21.845 INFO:teuthology.orchestra.run.smithi169.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 460 kB/s | 46 kB 00:00 2024-04-21T14:50:21.887 INFO:teuthology.orchestra.run.smithi169.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 784 kB/s | 79 kB 00:00 2024-04-21T14:50:21.890 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-21T14:50:21.937 INFO:teuthology.orchestra.run.smithi169.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 179 kB/s | 16 kB 00:00 2024-04-21T14:50:21.987 INFO:teuthology.orchestra.run.smithi169.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 898 kB/s | 90 kB 00:00 2024-04-21T14:50:22.029 INFO:teuthology.orchestra.run.smithi169.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 389 kB/s | 36 kB 00:00 2024-04-21T14:50:22.056 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7. 31/36 2024-04-21T14:50:22.083 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 32/36 2024-04-21T14:50:22.088 INFO:teuthology.orchestra.run.smithi169.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-04-21T14:50:22.109 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 32/36 2024-04-21T14:50:22.109 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-21T14:50:22.109 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-21T14:50:22.109 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-21T14:50:22.109 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-21T14:50:22.110 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:50:22.188 INFO:teuthology.orchestra.run.smithi169.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 199 kB/s | 20 kB 00:00 2024-04-21T14:50:22.213 INFO:teuthology.orchestra.run.smithi169.stdout:(35/36): python3-pecan-1.4.2-3.el9.noarch.rpm 692 kB/s | 272 kB 00:00 2024-04-21T14:50:22.238 INFO:teuthology.orchestra.run.smithi169.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.0 MB/s | 427 kB 00:00 2024-04-21T14:50:22.242 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-21T14:50:22.242 INFO:teuthology.orchestra.run.smithi169.stdout:Total 5.7 MB/s | 30 MB 00:05 2024-04-21T14:50:22.383 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-21T14:50:22.423 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-21T14:50:22.423 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-21T14:50:22.716 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-21T14:50:22.716 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-21T14:50:23.097 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 4/4 2024-04-21T14:50:23.097 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 1/4 2024-04-21T14:50:23.097 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 2/4 2024-04-21T14:50:23.097 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-21T14:50:23.387 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-21T14:50:23.387 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:23.387 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-21T14:50:23.387 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:23.387 INFO:teuthology.orchestra.run.smithi154.stdout: libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:23.387 INFO:teuthology.orchestra.run.smithi154.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-21T14:50:23.387 INFO:teuthology.orchestra.run.smithi154.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-21T14:50:23.387 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:23.387 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-21T14:50:23.551 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 33/36 2024-04-21T14:50:23.578 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 33/36 2024-04-21T14:50:23.578 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-21T14:50:23.578 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-21T14:50:23.578 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-21T14:50:23.578 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-21T14:50:23.578 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:50:23.673 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph 2024-04-21T14:50:23.967 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-21T14:50:24.019 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 34/36 2024-04-21T14:50:24.033 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-21T14:50:24.042 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 34/36 2024-04-21T14:50:24.042 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-21T14:50:24.042 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-21T14:50:24.042 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-21T14:50:24.042 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-21T14:50:24.042 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:50:24.066 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-21T14:50:24.093 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-21T14:50:24.166 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-21T14:50:24.186 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:10 ago on Sun 21 Apr 2024 02:49:14 PM UTC. 2024-04-21T14:50:24.210 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-21T14:50:24.242 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-21T14:50:24.261 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 35/36 2024-04-21T14:50:24.284 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 35/36 2024-04-21T14:50:24.284 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-21T14:50:24.284 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-21T14:50:24.284 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-21T14:50:24.284 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-21T14:50:24.284 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:50:24.312 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-21T14:50:24.314 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:50:24.314 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-21T14:50:24.315 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:50:24.315 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-21T14:50:24.315 INFO:teuthology.orchestra.run.smithi154.stdout: ceph x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 6.6 k 2024-04-21T14:50:24.315 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-21T14:50:24.315 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mds x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 2.4 M 2024-04-21T14:50:24.315 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 1.5 M 2024-04-21T14:50:24.315 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2405.g1e75c287.el7 ceph-noarch 249 k 2024-04-21T14:50:24.315 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mon x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 4.7 M 2024-04-21T14:50:24.315 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-osd x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 17 M 2024-04-21T14:50:24.315 INFO:teuthology.orchestra.run.smithi154.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-21T14:50:24.315 INFO:teuthology.orchestra.run.smithi154.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-21T14:50:24.315 INFO:teuthology.orchestra.run.smithi154.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-21T14:50:24.315 INFO:teuthology.orchestra.run.smithi154.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-21T14:50:24.315 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-21T14:50:24.315 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-21T14:50:24.316 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-21T14:50:24.316 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-21T14:50:24.316 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-21T14:50:24.316 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-21T14:50:24.316 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-collections 2024-04-21T14:50:24.316 INFO:teuthology.orchestra.run.smithi154.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-21T14:50:24.316 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-21T14:50:24.316 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-21T14:50:24.316 INFO:teuthology.orchestra.run.smithi154.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-21T14:50:24.316 INFO:teuthology.orchestra.run.smithi154.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-21T14:50:24.316 INFO:teuthology.orchestra.run.smithi154.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-21T14:50:24.316 INFO:teuthology.orchestra.run.smithi154.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-21T14:50:24.316 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-21T14:50:24.316 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-21T14:50:24.317 INFO:teuthology.orchestra.run.smithi154.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-21T14:50:24.317 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-21T14:50:24.317 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-21T14:50:24.317 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-21T14:50:24.317 INFO:teuthology.orchestra.run.smithi154.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-21T14:50:24.317 INFO:teuthology.orchestra.run.smithi154.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-21T14:50:24.317 INFO:teuthology.orchestra.run.smithi154.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-21T14:50:24.317 INFO:teuthology.orchestra.run.smithi154.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-21T14:50:24.317 INFO:teuthology.orchestra.run.smithi154.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-21T14:50:24.317 INFO:teuthology.orchestra.run.smithi154.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-21T14:50:24.317 INFO:teuthology.orchestra.run.smithi154.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-21T14:50:24.317 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:24.317 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-21T14:50:24.317 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:50:24.317 INFO:teuthology.orchestra.run.smithi154.stdout:Install 36 Packages 2024-04-21T14:50:24.318 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:24.318 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 30 M 2024-04-21T14:50:24.318 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 107 M 2024-04-21T14:50:24.318 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-21T14:50:24.335 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-21T14:50:24.338 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 36/36 2024-04-21T14:50:24.423 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-21T14:50:24.470 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-21T14:50:24.505 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-21T14:50:24.535 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-21T14:50:24.569 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-21T14:50:24.602 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-21T14:50:24.643 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-21T14:50:24.686 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-21T14:50:24.712 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-21T14:50:24.751 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-21T14:50:24.825 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-21T14:50:24.965 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-21T14:50:25.044 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-21T14:50:25.096 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-21T14:50:25.107 INFO:teuthology.orchestra.run.smithi154.stdout:(1/36): ceph-19.0.0-2405.g1e75c287.el7.x86_64.r 28 kB/s | 6.6 kB 00:00 2024-04-21T14:50:25.134 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-21T14:50:25.192 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-21T14:50:25.247 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-21T14:50:25.274 INFO:teuthology.orchestra.run.smithi154.stdout:(2/36): ceph-mgr-19.0.0-2405.g1e75c287.el7.x86_ 3.7 MB/s | 1.5 MB 00:00 2024-04-21T14:50:25.316 INFO:teuthology.orchestra.run.smithi154.stdout:(3/36): ceph-mds-19.0.0-2405.g1e75c287.el7.x86_ 5.4 MB/s | 2.4 MB 00:00 2024-04-21T14:50:25.416 INFO:teuthology.orchestra.run.smithi154.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2405.g1e75 2.4 MB/s | 249 kB 00:00 2024-04-21T14:50:25.435 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-21T14:50:25.488 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-21T14:50:25.583 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-21T14:50:25.676 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-21T14:50:25.721 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-21T14:50:25.840 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-21T14:50:25.974 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 36/36 2024-04-21T14:50:25.975 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 1/36 2024-04-21T14:50:25.975 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 2/36 2024-04-21T14:50:25.975 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 3/36 2024-04-21T14:50:25.975 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 4/36 2024-04-21T14:50:25.975 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 5/36 2024-04-21T14:50:25.975 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7. 6/36 2024-04-21T14:50:25.975 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-21T14:50:25.975 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-21T14:50:25.975 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-21T14:50:25.975 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-21T14:50:25.975 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-21T14:50:25.975 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-21T14:50:25.975 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-21T14:50:25.975 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-21T14:50:25.975 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-21T14:50:25.976 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-21T14:50:25.976 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-21T14:50:25.976 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-21T14:50:25.976 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-21T14:50:25.976 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-21T14:50:25.976 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-21T14:50:25.976 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-21T14:50:25.976 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-21T14:50:25.976 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-21T14:50:25.976 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-21T14:50:25.976 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-21T14:50:25.976 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-21T14:50:25.977 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-21T14:50:25.977 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-21T14:50:25.978 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-21T14:50:25.978 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-21T14:50:25.978 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-21T14:50:25.978 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-21T14:50:25.978 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-21T14:50:25.978 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-21T14:50:26.002 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7. 31/36 2024-04-21T14:50:26.022 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 32/36 2024-04-21T14:50:26.048 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 32/36 2024-04-21T14:50:26.048 INFO:teuthology.orchestra.run.smithi169.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-21T14:50:26.048 INFO:teuthology.orchestra.run.smithi169.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-21T14:50:26.048 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-21T14:50:26.048 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-21T14:50:26.048 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:50:26.133 INFO:teuthology.orchestra.run.smithi154.stdout:(5/36): ceph-osd-19.0.0-2405.g1e75c287.el7.x86_ 20 MB/s | 17 MB 00:00 2024-04-21T14:50:26.450 INFO:teuthology.orchestra.run.smithi154.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 245 kB/s | 253 kB 00:01 2024-04-21T14:50:26.558 INFO:teuthology.orchestra.run.smithi154.stdout:(7/36): ceph-mon-19.0.0-2405.g1e75c287.el7.x86_ 3.2 MB/s | 4.7 MB 00:01 2024-04-21T14:50:26.845 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-21T14:50:26.845 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:50:26.845 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-21T14:50:26.845 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:26.845 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:26.845 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:26.845 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7.noarch 2024-04-21T14:50:26.845 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:26.845 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:26.845 INFO:teuthology.orchestra.run.smithi133.stdout: lua-5.4.4-4.el9.x86_64 2024-04-21T14:50:26.846 INFO:teuthology.orchestra.run.smithi133.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-21T14:50:26.846 INFO:teuthology.orchestra.run.smithi133.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-21T14:50:26.846 INFO:teuthology.orchestra.run.smithi133.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-21T14:50:26.846 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-21T14:50:26.846 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-21T14:50:26.846 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-21T14:50:26.846 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-21T14:50:26.846 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-21T14:50:26.846 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-21T14:50:26.846 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-21T14:50:26.846 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-21T14:50:26.846 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-21T14:50:26.846 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-21T14:50:26.846 INFO:teuthology.orchestra.run.smithi133.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-21T14:50:26.847 INFO:teuthology.orchestra.run.smithi133.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-21T14:50:26.847 INFO:teuthology.orchestra.run.smithi133.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-21T14:50:26.847 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-21T14:50:26.847 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ply-3.11-14.el9.noarch 2024-04-21T14:50:26.847 INFO:teuthology.orchestra.run.smithi133.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-21T14:50:26.847 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-21T14:50:26.847 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-21T14:50:26.847 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-21T14:50:26.847 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-21T14:50:26.847 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-21T14:50:26.847 INFO:teuthology.orchestra.run.smithi133.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-21T14:50:26.847 INFO:teuthology.orchestra.run.smithi133.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-21T14:50:26.847 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-21T14:50:26.847 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-21T14:50:26.847 INFO:teuthology.orchestra.run.smithi133.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-21T14:50:26.848 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:50:26.848 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-21T14:50:27.172 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-base 2024-04-21T14:50:27.334 INFO:teuthology.orchestra.run.smithi154.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 121 kB/s | 106 kB 00:00 2024-04-21T14:50:27.434 INFO:teuthology.orchestra.run.smithi154.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 154 kB/s | 135 kB 00:00 2024-04-21T14:50:27.482 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 33/36 2024-04-21T14:50:27.508 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 33/36 2024-04-21T14:50:27.508 INFO:teuthology.orchestra.run.smithi169.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-21T14:50:27.508 INFO:teuthology.orchestra.run.smithi169.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-21T14:50:27.508 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-21T14:50:27.508 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-21T14:50:27.508 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:50:27.692 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:26 ago on Sun 21 Apr 2024 02:49:01 PM UTC. 2024-04-21T14:50:27.771 INFO:teuthology.orchestra.run.smithi133.stdout:Package ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 is already installed. 2024-04-21T14:50:27.812 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-21T14:50:27.813 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-21T14:50:27.813 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-21T14:50:27.879 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install cephadm 2024-04-21T14:50:27.958 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 34/36 2024-04-21T14:50:27.981 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 34/36 2024-04-21T14:50:27.981 INFO:teuthology.orchestra.run.smithi169.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-21T14:50:27.981 INFO:teuthology.orchestra.run.smithi169.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-21T14:50:27.981 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-21T14:50:27.981 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-21T14:50:27.981 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:50:28.076 INFO:teuthology.orchestra.run.smithi154.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 168 kB/s | 125 kB 00:00 2024-04-21T14:50:28.228 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 35/36 2024-04-21T14:50:28.251 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 35/36 2024-04-21T14:50:28.251 INFO:teuthology.orchestra.run.smithi169.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-21T14:50:28.251 INFO:teuthology.orchestra.run.smithi169.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-21T14:50:28.251 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-21T14:50:28.251 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-21T14:50:28.251 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:50:28.284 INFO:teuthology.orchestra.run.smithi154.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 906 kB/s | 188 kB 00:00 2024-04-21T14:50:28.310 INFO:teuthology.orchestra.run.smithi154.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 245 kB/s | 215 kB 00:00 2024-04-21T14:50:28.312 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 36/36 2024-04-21T14:50:28.343 INFO:teuthology.orchestra.run.smithi154.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.9 MB/s | 172 kB 00:00 2024-04-21T14:50:28.383 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:27 ago on Sun 21 Apr 2024 02:49:01 PM UTC. 2024-04-21T14:50:28.402 INFO:teuthology.orchestra.run.smithi154.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 875 kB/s | 51 kB 00:00 2024-04-21T14:50:28.427 INFO:teuthology.orchestra.run.smithi154.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 297 kB/s | 35 kB 00:00 2024-04-21T14:50:28.452 INFO:teuthology.orchestra.run.smithi154.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 829 kB/s | 42 kB 00:00 2024-04-21T14:50:28.494 INFO:teuthology.orchestra.run.smithi154.stdout:(17/36): python3-cryptography-36.0.1-4.el9.x86_ 532 kB/s | 1.2 MB 00:02 2024-04-21T14:50:28.503 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-21T14:50:28.504 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:50:28.504 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-04-21T14:50:28.504 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:50:28.504 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-21T14:50:28.504 INFO:teuthology.orchestra.run.smithi133.stdout: cephadm noarch 2:19.0.0-2405.g1e75c287.el9 ceph-noarch 762 k 2024-04-21T14:50:28.504 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:50:28.505 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-21T14:50:28.505 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:50:28.505 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-21T14:50:28.505 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:50:28.505 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 762 k 2024-04-21T14:50:28.505 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 768 k 2024-04-21T14:50:28.505 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-21T14:50:28.528 INFO:teuthology.orchestra.run.smithi154.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 222 kB/s | 22 kB 00:00 2024-04-21T14:50:28.705 INFO:teuthology.orchestra.run.smithi154.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 208 kB/s | 43 kB 00:00 2024-04-21T14:50:28.729 INFO:teuthology.orchestra.run.smithi154.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 548 kB/s | 151 kB 00:00 2024-04-21T14:50:28.762 INFO:teuthology.orchestra.run.smithi154.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 735 kB/s | 172 kB 00:00 2024-04-21T14:50:28.787 INFO:teuthology.orchestra.run.smithi154.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 182 kB/s | 11 kB 00:00 2024-04-21T14:50:28.821 INFO:teuthology.orchestra.run.smithi154.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 302 kB/s | 18 kB 00:00 2024-04-21T14:50:28.846 INFO:teuthology.orchestra.run.smithi154.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 395 kB/s | 23 kB 00:00 2024-04-21T14:50:28.872 INFO:teuthology.orchestra.run.smithi154.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.1 MB/s | 358 kB 00:00 2024-04-21T14:50:28.897 INFO:teuthology.orchestra.run.smithi154.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 258 kB/s | 19 kB 00:00 2024-04-21T14:50:28.922 INFO:teuthology.orchestra.run.smithi154.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 260 kB/s | 20 kB 00:00 2024-04-21T14:50:28.948 INFO:teuthology.orchestra.run.smithi154.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 613 kB/s | 46 kB 00:00 2024-04-21T14:50:28.973 INFO:teuthology.orchestra.run.smithi154.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-21T14:50:29.015 INFO:teuthology.orchestra.run.smithi154.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 246 kB/s | 16 kB 00:00 2024-04-21T14:50:29.040 INFO:teuthology.orchestra.run.smithi154.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.3 MB/s | 272 kB 00:00 2024-04-21T14:50:29.074 INFO:teuthology.orchestra.run.smithi154.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 894 kB/s | 90 kB 00:00 2024-04-21T14:50:29.076 INFO:teuthology.orchestra.run.smithi133.stdout:cephadm-19.0.0-2405.g1e75c287.el9.noarch.rpm 1.3 MB/s | 762 kB 00:00 2024-04-21T14:50:29.076 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-21T14:50:29.077 INFO:teuthology.orchestra.run.smithi133.stdout:Total 1.3 MB/s | 762 kB 00:00 2024-04-21T14:50:29.077 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-21T14:50:29.082 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-21T14:50:29.082 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-21T14:50:29.088 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-21T14:50:29.088 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-21T14:50:29.099 INFO:teuthology.orchestra.run.smithi154.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 427 kB/s | 36 kB 00:00 2024-04-21T14:50:29.141 INFO:teuthology.orchestra.run.smithi154.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-04-21T14:50:29.160 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-21T14:50:29.166 INFO:teuthology.orchestra.run.smithi154.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 298 kB/s | 20 kB 00:00 2024-04-21T14:50:29.191 INFO:teuthology.orchestra.run.smithi154.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.6 MB/s | 427 kB 00:00 2024-04-21T14:50:29.193 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-21T14:50:29.193 INFO:teuthology.orchestra.run.smithi154.stdout:Total 6.2 MB/s | 30 MB 00:04 2024-04-21T14:50:29.334 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-21T14:50:29.374 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-21T14:50:29.374 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-21T14:50:29.559 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-21T14:50:29.645 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-21T14:50:29.668 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-21T14:50:29.668 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-21T14:50:29.955 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-21T14:50:30.057 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 36/36 2024-04-21T14:50:30.057 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 1/36 2024-04-21T14:50:30.057 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 2/36 2024-04-21T14:50:30.057 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 3/36 2024-04-21T14:50:30.057 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 4/36 2024-04-21T14:50:30.057 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 5/36 2024-04-21T14:50:30.057 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7. 6/36 2024-04-21T14:50:30.057 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-21T14:50:30.058 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-21T14:50:30.058 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-21T14:50:30.058 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-21T14:50:30.058 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-21T14:50:30.058 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-21T14:50:30.058 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-21T14:50:30.058 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-21T14:50:30.058 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-21T14:50:30.058 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-21T14:50:30.058 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-21T14:50:30.058 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-21T14:50:30.058 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-21T14:50:30.058 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-21T14:50:30.059 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-21T14:50:30.059 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-21T14:50:30.059 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-21T14:50:30.059 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-21T14:50:30.059 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-21T14:50:30.059 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-21T14:50:30.059 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-21T14:50:30.059 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-21T14:50:30.059 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-21T14:50:30.059 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-21T14:50:30.060 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-21T14:50:30.060 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-21T14:50:30.060 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-21T14:50:30.061 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-21T14:50:30.061 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-21T14:50:30.191 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-21T14:50:30.191 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:50:30.191 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-21T14:50:30.191 INFO:teuthology.orchestra.run.smithi133.stdout: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 2024-04-21T14:50:30.191 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:50:30.191 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-21T14:50:30.396 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-immutable-object-cache 2024-04-21T14:50:30.904 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-21T14:50:30.910 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-21T14:50:30.910 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:50:30.910 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-21T14:50:30.910 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:30.910 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:30.910 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:30.910 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7.noarch 2024-04-21T14:50:30.910 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:30.911 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:30.911 INFO:teuthology.orchestra.run.smithi169.stdout: lua-5.4.4-4.el9.x86_64 2024-04-21T14:50:30.911 INFO:teuthology.orchestra.run.smithi169.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-21T14:50:30.911 INFO:teuthology.orchestra.run.smithi169.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-21T14:50:30.911 INFO:teuthology.orchestra.run.smithi169.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-21T14:50:30.911 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-21T14:50:30.911 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-21T14:50:30.911 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-21T14:50:30.911 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-21T14:50:30.911 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-21T14:50:30.911 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-21T14:50:30.911 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-21T14:50:30.911 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-21T14:50:30.912 INFO:teuthology.orchestra.run.smithi169.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-21T14:50:30.912 INFO:teuthology.orchestra.run.smithi169.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-21T14:50:30.912 INFO:teuthology.orchestra.run.smithi169.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-21T14:50:30.912 INFO:teuthology.orchestra.run.smithi169.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-21T14:50:30.912 INFO:teuthology.orchestra.run.smithi169.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-21T14:50:30.912 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-21T14:50:30.912 INFO:teuthology.orchestra.run.smithi169.stdout: python3-ply-3.11-14.el9.noarch 2024-04-21T14:50:30.912 INFO:teuthology.orchestra.run.smithi169.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-21T14:50:30.912 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-21T14:50:30.912 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-21T14:50:30.912 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-21T14:50:30.913 INFO:teuthology.orchestra.run.smithi169.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-21T14:50:30.913 INFO:teuthology.orchestra.run.smithi169.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-21T14:50:30.913 INFO:teuthology.orchestra.run.smithi169.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-21T14:50:30.913 INFO:teuthology.orchestra.run.smithi169.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-21T14:50:30.913 INFO:teuthology.orchestra.run.smithi169.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-21T14:50:30.913 INFO:teuthology.orchestra.run.smithi169.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-21T14:50:30.913 INFO:teuthology.orchestra.run.smithi169.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-21T14:50:30.913 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:50:30.913 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-21T14:50:30.914 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:29 ago on Sun 21 Apr 2024 02:49:01 PM UTC. 2024-04-21T14:50:30.961 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-21T14:50:30.994 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-21T14:50:31.022 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-21T14:50:31.035 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-21T14:50:31.036 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:50:31.036 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repo Size 2024-04-21T14:50:31.036 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:50:31.036 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2024-04-21T14:50:31.036 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 145 k 2024-04-21T14:50:31.036 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:50:31.036 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-04-21T14:50:31.036 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-04-21T14:50:31.036 INFO:teuthology.orchestra.run.smithi133.stdout:Install 1 Package 2024-04-21T14:50:31.036 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:50:31.037 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 145 k 2024-04-21T14:50:31.037 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 436 k 2024-04-21T14:50:31.037 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-04-21T14:50:31.093 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-21T14:50:31.162 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-21T14:50:31.196 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-21T14:50:31.287 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph-base 2024-04-21T14:50:31.288 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-21T14:50:31.306 INFO:teuthology.orchestra.run.smithi133.stdout:ceph-immutable-object-cache-19.0.0-2405.g1e75c2 538 kB/s | 145 kB 00:00 2024-04-21T14:50:31.307 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-04-21T14:50:31.308 INFO:teuthology.orchestra.run.smithi133.stdout:Total 534 kB/s | 145 kB 00:00 2024-04-21T14:50:31.308 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-04-21T14:50:31.315 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-04-21T14:50:31.315 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-04-21T14:50:31.372 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-04-21T14:50:31.372 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-04-21T14:50:31.382 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-21T14:50:31.423 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-21T14:50:31.458 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-21T14:50:31.488 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-21T14:50:31.522 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-21T14:50:31.529 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-04-21T14:50:31.556 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-21T14:50:31.596 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-21T14:50:31.616 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-21T14:50:31.640 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-21T14:50:31.640 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-21T14:50:31.640 INFO:teuthology.orchestra.run.smithi133.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-21T14:50:31.640 INFO:teuthology.orchestra.run.smithi133.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-21T14:50:31.641 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:50:31.674 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-21T14:50:31.712 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-21T14:50:31.786 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-21T14:50:31.802 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:32 ago on Sun 21 Apr 2024 02:48:59 PM UTC. 2024-04-21T14:50:31.881 INFO:teuthology.orchestra.run.smithi169.stdout:Package ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 is already installed. 2024-04-21T14:50:31.922 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-21T14:50:31.923 INFO:teuthology.orchestra.run.smithi169.stdout:Nothing to do. 2024-04-21T14:50:31.923 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-21T14:50:31.925 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-21T14:50:31.993 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install cephadm 2024-04-21T14:50:32.012 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-21T14:50:32.065 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-21T14:50:32.104 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-21T14:50:32.161 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-21T14:50:32.217 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-21T14:50:32.405 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-21T14:50:32.459 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-21T14:50:32.482 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-21T14:50:32.482 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:50:32.482 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-04-21T14:50:32.482 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:32.482 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-04-21T14:50:32.482 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-21T14:50:32.501 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:33 ago on Sun 21 Apr 2024 02:48:59 PM UTC. 2024-04-21T14:50:32.537 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-21T14:50:32.622 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-21T14:50:32.623 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:50:32.623 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repository Size 2024-04-21T14:50:32.623 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:50:32.623 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-21T14:50:32.624 INFO:teuthology.orchestra.run.smithi169.stdout: cephadm noarch 2:19.0.0-2405.g1e75c287.el9 ceph-noarch 762 k 2024-04-21T14:50:32.624 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:50:32.624 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-21T14:50:32.624 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:50:32.624 INFO:teuthology.orchestra.run.smithi169.stdout:Install 1 Package 2024-04-21T14:50:32.624 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:50:32.624 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 762 k 2024-04-21T14:50:32.624 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 768 k 2024-04-21T14:50:32.624 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-21T14:50:32.626 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-21T14:50:32.684 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr 2024-04-21T14:50:32.686 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-21T14:50:32.809 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-21T14:50:32.964 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7. 31/36 2024-04-21T14:50:32.993 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 32/36 2024-04-21T14:50:33.018 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 32/36 2024-04-21T14:50:33.018 INFO:teuthology.orchestra.run.smithi154.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-21T14:50:33.018 INFO:teuthology.orchestra.run.smithi154.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-21T14:50:33.018 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-21T14:50:33.018 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-21T14:50:33.018 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:33.199 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:32 ago on Sun 21 Apr 2024 02:49:01 PM UTC. 2024-04-21T14:50:33.279 INFO:teuthology.orchestra.run.smithi133.stdout:Package ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 is already installed. 2024-04-21T14:50:33.298 INFO:teuthology.orchestra.run.smithi169.stdout:cephadm-19.0.0-2405.g1e75c287.el9.noarch.rpm 1.1 MB/s | 762 kB 00:00 2024-04-21T14:50:33.299 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-21T14:50:33.299 INFO:teuthology.orchestra.run.smithi169.stdout:Total 1.1 MB/s | 762 kB 00:00 2024-04-21T14:50:33.300 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-21T14:50:33.305 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-21T14:50:33.305 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-21T14:50:33.311 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-21T14:50:33.311 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-21T14:50:33.322 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-04-21T14:50:33.323 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-04-21T14:50:33.323 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-04-21T14:50:33.385 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-21T14:50:33.386 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-mgr-dashboard 2024-04-21T14:50:33.800 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-21T14:50:33.893 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-21T14:50:33.912 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:32 ago on Sun 21 Apr 2024 02:49:01 PM UTC. 2024-04-21T14:50:34.043 INFO:teuthology.orchestra.run.smithi133.stderr:Error: 2024-04-21T14:50:34.043 INFO:teuthology.orchestra.run.smithi133.stderr: Problem: cannot install the best candidate for the job 2024-04-21T14:50:34.043 INFO:teuthology.orchestra.run.smithi133.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-21T14:50:34.043 INFO:teuthology.orchestra.run.smithi133.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2024-04-21T14:50:34.079 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-21T14:50:34.080 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 smithi133 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-21T14:50:34.082 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 smithi133 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-21T14:50:34.299 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=59dedccb1f4c4b1c98737b5d5d09dec8 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 smithi133 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-21T14:50:34.302 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-21T14:50:34.310 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-21T14:50:34.317 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-21T14:50:34.318 DEBUG:teuthology.orchestra.run.smithi133:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-21T14:50:34.323 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-21T14:50:34.331 DEBUG:teuthology.orchestra.run.smithi154:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-21T14:50:34.335 DEBUG:teuthology.orchestra.run.smithi169:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-21T14:50:34.336 INFO:teuthology.orchestra.run.smithi133.stderr:bash: line 1: ntpq: command not found 2024-04-21T14:50:34.340 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-21T14:50:34.341 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2024-04-21T14:50:34.341 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 43 +906us[ +906us] +/- 82ms 2024-04-21T14:50:34.341 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 44 -1159us[-1159us] +/- 78ms 2024-04-21T14:50:34.341 INFO:teuthology.orchestra.run.smithi133.stdout:^* hv03.front.sepia.ceph.com 3 6 37 44 +223us[ +221us] +/- 68ms 2024-04-21T14:50:34.341 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-21T14:50:34.346 INFO:teuthology.orchestra.run.smithi154.stderr:bash: line 1: ntpq: command not found 2024-04-21T14:50:34.349 INFO:teuthology.orchestra.run.smithi169.stderr:bash: line 1: ntpq: command not found 2024-04-21T14:50:34.350 INFO:teuthology.orchestra.run.smithi154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-21T14:50:34.350 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================== 2024-04-21T14:50:34.350 INFO:teuthology.orchestra.run.smithi154.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 44 +857us[ +869us] +/- 82ms 2024-04-21T14:50:34.351 INFO:teuthology.orchestra.run.smithi154.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 43 -1198us[-1198us] +/- 78ms 2024-04-21T14:50:34.351 INFO:teuthology.orchestra.run.smithi154.stdout:^* hv03.front.sepia.ceph.com 3 6 37 43 +189us[ +200us] +/- 68ms 2024-04-21T14:50:34.351 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-21T14:50:34.353 INFO:teuthology.orchestra.run.smithi169.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-21T14:50:34.353 INFO:teuthology.orchestra.run.smithi169.stdout:=============================================================================== 2024-04-21T14:50:34.353 INFO:teuthology.orchestra.run.smithi169.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 44 +933us[ +933us] +/- 82ms 2024-04-21T14:50:34.353 INFO:teuthology.orchestra.run.smithi169.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 44 -1122us[-1122us] +/- 78ms 2024-04-21T14:50:34.353 INFO:teuthology.orchestra.run.smithi169.stdout:^* hv03.front.sepia.ceph.com 3 6 37 44 +264us[ +231us] +/- 68ms 2024-04-21T14:50:34.353 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-21T14:50:34.354 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-21T14:50:34.362 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-21T14:50:34.363 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-21T14:50:34.370 DEBUG:teuthology.orchestra.run.smithi133:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-21T14:50:34.437 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-21T14:50:34.469 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 33/36 2024-04-21T14:50:34.487 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-21T14:50:34.487 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:50:34.487 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-21T14:50:34.487 INFO:teuthology.orchestra.run.smithi169.stdout: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 2024-04-21T14:50:34.487 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:50:34.487 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-21T14:50:34.495 DEBUG:teuthology.orchestra.run.smithi169:> 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-21T14:50:34.500 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 33/36 2024-04-21T14:50:34.500 INFO:teuthology.orchestra.run.smithi154.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-21T14:50:34.500 INFO:teuthology.orchestra.run.smithi154.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-21T14:50:34.500 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-21T14:50:34.500 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-21T14:50:34.501 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:34.576 DEBUG:teuthology.orchestra.run.smithi133:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-21T14:50:34.603 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-21T14:50:34.603 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-21T14:50:34.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-21T14:50:34.630 DEBUG:teuthology.orchestra.run.smithi169:> 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-21T14:50:34.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-21T14:50:34.656 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-21T14:50:34.665 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-21T14:50:34.691 INFO:teuthology.task.internal:Duration was 343.267607 seconds 2024-04-21T14:50:34.692 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-21T14:50:34.699 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-21T14:50:34.699 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-21T14:50:34.701 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph-immutable-object-cache 2024-04-21T14:50:34.703 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-21T14:50:34.705 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-21T14:50:34.736 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-21T14:50:34.739 INFO:teuthology.orchestra.run.smithi154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-21T14:50:34.778 INFO:teuthology.orchestra.run.smithi169.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-21T14:50:34.962 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 34/36 2024-04-21T14:50:34.985 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 34/36 2024-04-21T14:50:34.985 INFO:teuthology.orchestra.run.smithi154.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-21T14:50:34.985 INFO:teuthology.orchestra.run.smithi154.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-21T14:50:34.985 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-21T14:50:34.986 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-21T14:50:34.986 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:35.212 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 35/36 2024-04-21T14:50:35.216 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-21T14:50:35.216 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi133.front.sepia.ceph.com 2024-04-21T14:50:35.216 DEBUG:teuthology.orchestra.run.smithi133:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-21T14:50:35.236 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 35/36 2024-04-21T14:50:35.236 INFO:teuthology.orchestra.run.smithi154.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-21T14:50:35.237 INFO:teuthology.orchestra.run.smithi154.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-21T14:50:35.237 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-21T14:50:35.237 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-21T14:50:35.237 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:35.265 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:36 ago on Sun 21 Apr 2024 02:48:59 PM UTC. 2024-04-21T14:50:35.278 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi154.front.sepia.ceph.com 2024-04-21T14:50:35.279 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-21T14:50:35.301 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi169.front.sepia.ceph.com 2024-04-21T14:50:35.302 DEBUG:teuthology.orchestra.run.smithi169:> 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-21T14:50:35.302 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 36/36 2024-04-21T14:50:35.343 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-21T14:50:35.343 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-21T14:50:35.346 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-21T14:50:35.348 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-21T14:50:35.393 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-21T14:50:35.394 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:50:35.394 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repo Size 2024-04-21T14:50:35.394 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:50:35.394 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2024-04-21T14:50:35.394 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 145 k 2024-04-21T14:50:35.394 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:50:35.394 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2024-04-21T14:50:35.395 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2024-04-21T14:50:35.395 INFO:teuthology.orchestra.run.smithi169.stdout:Install 1 Package 2024-04-21T14:50:35.395 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:50:35.395 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 145 k 2024-04-21T14:50:35.395 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 436 k 2024-04-21T14:50:35.395 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2024-04-21T14:50:35.409 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-21T14:50:35.409 DEBUG:teuthology.orchestra.run.smithi133:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-21T14:50:35.411 DEBUG:teuthology.orchestra.run.smithi154:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-21T14:50:35.414 DEBUG:teuthology.orchestra.run.smithi169:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-21T14:50:35.646 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-21T14:50:35.656 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-21T14:50:35.656 DEBUG:teuthology.orchestra.run.smithi133:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-21T14:50:35.680 DEBUG:teuthology.orchestra.run.smithi154:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-21T14:50:35.705 DEBUG:teuthology.orchestra.run.smithi169:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-21T14:50:35.714 INFO:teuthology.orchestra.run.smithi169.stdout:ceph-immutable-object-cache-19.0.0-2405.g1e75c2 453 kB/s | 145 kB 00:00 2024-04-21T14:50:35.715 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2024-04-21T14:50:35.715 INFO:teuthology.orchestra.run.smithi169.stdout:Total 450 kB/s | 145 kB 00:00 2024-04-21T14:50:35.716 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2024-04-21T14:50:35.723 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2024-04-21T14:50:35.724 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2024-04-21T14:50:35.729 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-21T14:50:35.739 DEBUG:teuthology.orchestra.run.smithi133:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-21T14:50:35.741 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-21T14:50:35.747 DEBUG:teuthology.orchestra.run.smithi169:> 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-21T14:50:35.761 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = core 2024-04-21T14:50:35.767 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = core 2024-04-21T14:50:35.783 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2024-04-21T14:50:35.783 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2024-04-21T14:50:35.791 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = core 2024-04-21T14:50:35.892 DEBUG:teuthology.orchestra.run.smithi133:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-21T14:50:35.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-21T14:50:35.906 DEBUG:teuthology.orchestra.run.smithi154:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-21T14:50:35.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-21T14:50:35.946 DEBUG:teuthology.orchestra.run.smithi169:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-21T14:50:35.955 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2024-04-21T14:50:35.960 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-21T14:50:35.960 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-21T14:50:35.970 INFO:teuthology.task.internal:Transferring archived files... 2024-04-21T14:50:35.971 DEBUG:teuthology.misc:Transferring archived files from smithi133:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-21_13:58:53-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7666699/remote/smithi133 2024-04-21T14:50:35.972 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-21T14:50:36.012 DEBUG:teuthology.misc:Transferring archived files from smithi154:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-21_13:58:53-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7666699/remote/smithi154 2024-04-21T14:50:36.013 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-21T14:50:36.058 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-21T14:50:36.083 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-21T14:50:36.083 INFO:teuthology.orchestra.run.smithi169.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-21T14:50:36.083 INFO:teuthology.orchestra.run.smithi169.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-21T14:50:36.083 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:50:36.410 DEBUG:teuthology.misc:Transferring archived files from smithi169:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-21_13:58:53-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7666699/remote/smithi169 2024-04-21T14:50:36.411 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-21T14:50:36.657 INFO:teuthology.task.internal:Removing archive directory... 2024-04-21T14:50:36.657 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-21T14:50:36.659 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-21T14:50:36.662 DEBUG:teuthology.orchestra.run.smithi169:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-21T14:50:36.703 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-21T14:50:36.715 INFO:teuthology.task.internal:Not uploading archives. 2024-04-21T14:50:36.716 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-21T14:50:36.724 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-21T14:50:36.724 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-21T14:50:36.727 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-21T14:50:36.739 INFO:teuthology.orchestra.run.smithi133.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 21 14:50 /home/ubuntu/cephtest 2024-04-21T14:50:36.745 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-21T14:50:36.759 INFO:teuthology.orchestra.run.smithi169.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 21 14:50 /home/ubuntu/cephtest 2024-04-21T14:50:36.760 INFO:teuthology.orchestra.run.smithi154.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 21 14:50 /home/ubuntu/cephtest 2024-04-21T14:50:36.761 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-21T14:50:36.771 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-21T14:50:36.789 INFO:teuthology.nuke:Checking targets against current locks 2024-04-21T14:50:36.816 DEBUG:teuthology.nuke:shortname: smithi133 2024-04-21T14:50:36.816 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-21T14:50:36.838 DEBUG:teuthology.nuke:shortname: smithi154 2024-04-21T14:50:36.839 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-21T14:50:36.843 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-21_13:58:53-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7666699', '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-21 14:38:41.594738', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBlPYYrjQH9D+KSTXddHL6qwMrHlMbgnOUfnUF/LbmzbuVICmZi0HxJpcGifmP/xGUHpSzwkwA2qMuU/X+SzFcc='} 2024-04-21T14:50:36.862 DEBUG:teuthology.nuke:shortname: smithi169 2024-04-21T14:50:36.862 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-21T14:50:36.866 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-21_13:58:53-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7666699', '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-21 14:38:41.592640', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ5ALWhM2HSkoL+wb8vCXgBTIyRVG2WGpqOlkTO4rAgJgf5fcKuKqGDO+L5+WxCQ7+X74tFZD5LtdwddFIifVUo='} 2024-04-21T14:50:36.894 INFO:teuthology.orchestra.console.smithi133:Power off 2024-04-21T14:50:36.895 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-21T14:50:36.908 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-21_13:58:53-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7666699', '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-21 14:38:41.593790', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHuqv6cdPnJuDZSkrxwt4p0uwtJaVisSdKBLhoY5bPFoX2fIjhbuwowhF1cHL+0zS63g72DczRPQfG8/baWkkJk='} 2024-04-21T14:50:36.919 DEBUG:teuthology.orchestra.console.smithi133:power off output: Chassis Power Control: Down/Off 2024-04-21T14:50:36.919 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-21T14:50:36.938 INFO:teuthology.orchestra.console.smithi154:Power off 2024-04-21T14:50:36.939 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-21T14:50:36.948 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-04-21T14:50:36.961 DEBUG:teuthology.orchestra.console.smithi154:power off output: Chassis Power Control: Down/Off 2024-04-21T14:50:36.961 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-21T14:50:36.975 INFO:teuthology.orchestra.console.smithi169:Power off 2024-04-21T14:50:36.975 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-21T14:50:36.986 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 36/36 2024-04-21T14:50:36.986 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 1/36 2024-04-21T14:50:36.986 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 2/36 2024-04-21T14:50:36.986 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 3/36 2024-04-21T14:50:36.987 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 4/36 2024-04-21T14:50:36.987 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 5/36 2024-04-21T14:50:36.987 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7. 6/36 2024-04-21T14:50:36.987 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-21T14:50:36.987 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-21T14:50:36.987 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-21T14:50:36.987 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-21T14:50:36.987 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-21T14:50:36.988 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-21T14:50:36.988 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-21T14:50:36.988 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-21T14:50:36.988 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-21T14:50:36.988 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-21T14:50:36.988 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-21T14:50:36.988 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-21T14:50:36.989 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-21T14:50:36.989 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-21T14:50:36.989 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-21T14:50:36.989 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-21T14:50:36.989 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-21T14:50:36.989 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-21T14:50:36.989 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-21T14:50:36.989 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-21T14:50:36.990 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-21T14:50:36.990 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-21T14:50:36.990 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-21T14:50:36.990 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-21T14:50:36.990 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-21T14:50:36.990 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-21T14:50:36.990 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-21T14:50:36.990 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-21T14:50:36.991 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-21T14:50:36.992 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2024-04-21T14:50:36.996 DEBUG:teuthology.orchestra.console.smithi169:power off output: Chassis Power Control: Down/Off 2024-04-21T14:50:36.996 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-21T14:50:37.013 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-21T14:50:37.014 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:50:37.014 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2024-04-21T14:50:37.014 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:37.014 INFO:teuthology.orchestra.run.smithi169.stdout: 2024-04-21T14:50:37.014 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-21T14:50:37.018 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2024-04-21T14:50:37.236 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph-mgr 2024-04-21T14:50:37.742 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:38 ago on Sun 21 Apr 2024 02:48:59 PM UTC. 2024-04-21T14:50:37.820 INFO:teuthology.orchestra.run.smithi169.stdout:Package ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 is already installed. 2024-04-21T14:50:37.862 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-21T14:50:37.862 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:37.862 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-21T14:50:37.862 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:37.862 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:37.863 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:37.863 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7.noarch 2024-04-21T14:50:37.863 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:37.863 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:37.863 INFO:teuthology.orchestra.run.smithi154.stdout: lua-5.4.4-4.el9.x86_64 2024-04-21T14:50:37.863 INFO:teuthology.orchestra.run.smithi154.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-21T14:50:37.863 INFO:teuthology.orchestra.run.smithi154.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-21T14:50:37.863 INFO:teuthology.orchestra.run.smithi154.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-21T14:50:37.863 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-21T14:50:37.864 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-21T14:50:37.864 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-21T14:50:37.864 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-21T14:50:37.864 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-21T14:50:37.864 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-21T14:50:37.864 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-21T14:50:37.864 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-21T14:50:37.864 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-21T14:50:37.864 INFO:teuthology.orchestra.run.smithi154.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-21T14:50:37.865 INFO:teuthology.orchestra.run.smithi154.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-21T14:50:37.865 INFO:teuthology.orchestra.run.smithi154.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-21T14:50:37.865 INFO:teuthology.orchestra.run.smithi154.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-21T14:50:37.865 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-21T14:50:37.865 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ply-3.11-14.el9.noarch 2024-04-21T14:50:37.865 INFO:teuthology.orchestra.run.smithi154.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-21T14:50:37.865 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-21T14:50:37.865 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-21T14:50:37.865 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-21T14:50:37.866 INFO:teuthology.orchestra.run.smithi154.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-21T14:50:37.866 INFO:teuthology.orchestra.run.smithi154.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-21T14:50:37.866 INFO:teuthology.orchestra.run.smithi154.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-21T14:50:37.866 INFO:teuthology.orchestra.run.smithi154.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-21T14:50:37.866 INFO:teuthology.orchestra.run.smithi154.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-21T14:50:37.866 INFO:teuthology.orchestra.run.smithi154.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-21T14:50:37.866 INFO:teuthology.orchestra.run.smithi154.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-21T14:50:37.866 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:37.866 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-21T14:50:37.867 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2024-04-21T14:50:37.867 INFO:teuthology.orchestra.run.smithi169.stdout:Nothing to do. 2024-04-21T14:50:37.867 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2024-04-21T14:50:37.926 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph-mgr-dashboard 2024-04-21T14:50:38.193 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-base 2024-04-21T14:50:38.433 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:39 ago on Sun 21 Apr 2024 02:48:59 PM UTC. 2024-04-21T14:50:38.564 INFO:teuthology.orchestra.run.smithi169.stderr:Error: 2024-04-21T14:50:38.565 INFO:teuthology.orchestra.run.smithi169.stderr: Problem: cannot install the best candidate for the job 2024-04-21T14:50:38.565 INFO:teuthology.orchestra.run.smithi169.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-21T14:50:38.565 INFO:teuthology.orchestra.run.smithi169.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2024-04-21T14:50:38.596 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-21T14:50:38.710 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:24 ago on Sun 21 Apr 2024 02:49:14 PM UTC. 2024-04-21T14:50:38.789 INFO:teuthology.orchestra.run.smithi154.stdout:Package ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 is already installed. 2024-04-21T14:50:38.831 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-21T14:50:38.832 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-21T14:50:38.832 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-21T14:50:38.890 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install cephadm 2024-04-21T14:50:39.401 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:25 ago on Sun 21 Apr 2024 02:49:14 PM UTC. 2024-04-21T14:50:39.521 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-21T14:50:39.522 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:50:39.522 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-21T14:50:39.522 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:50:39.522 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-21T14:50:39.522 INFO:teuthology.orchestra.run.smithi154.stdout: cephadm noarch 2:19.0.0-2405.g1e75c287.el9 ceph-noarch 762 k 2024-04-21T14:50:39.522 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:39.522 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-21T14:50:39.523 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:50:39.523 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2024-04-21T14:50:39.523 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:39.523 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 762 k 2024-04-21T14:50:39.523 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 768 k 2024-04-21T14:50:39.523 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-21T14:50:39.796 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-21T14:50:39.797 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-21T14:50:39.797 INFO:teuthology.orchestra.run.smithi154.stdout:Total 2.7 MB/s | 762 kB 00:00 2024-04-21T14:50:39.797 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-21T14:50:39.802 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-21T14:50:39.802 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-21T14:50:39.808 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-21T14:50:39.808 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-21T14:50:39.878 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-21T14:50:40.263 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-21T14:50:40.357 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-21T14:50:40.669 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-21T14:50:40.883 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-21T14:50:40.883 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:40.883 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-21T14:50:40.884 INFO:teuthology.orchestra.run.smithi154.stdout: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 2024-04-21T14:50:40.884 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:40.884 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-21T14:50:40.949 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-21T14:50:40.993 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-21T14:50:41.019 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-21T14:50:41.060 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-04-21T14:50:41.087 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-immutable-object-cache 2024-04-21T14:50:41.103 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2024-04-21T14:50:41.128 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2024-04-21T14:50:41.609 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:27 ago on Sun 21 Apr 2024 02:49:14 PM UTC. 2024-04-21T14:50:41.733 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-21T14:50:41.733 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:50:41.733 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repo Size 2024-04-21T14:50:41.733 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:50:41.733 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-21T14:50:41.734 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 145 k 2024-04-21T14:50:41.734 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:41.734 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-21T14:50:41.734 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-21T14:50:41.734 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2024-04-21T14:50:41.734 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:41.735 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 145 k 2024-04-21T14:50:41.735 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 436 k 2024-04-21T14:50:41.735 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-21T14:50:42.078 INFO:teuthology.orchestra.run.smithi154.stdout:ceph-immutable-object-cache-19.0.0-2405.g1e75c2 421 kB/s | 145 kB 00:00 2024-04-21T14:50:42.079 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-21T14:50:42.079 INFO:teuthology.orchestra.run.smithi154.stdout:Total 419 kB/s | 145 kB 00:00 2024-04-21T14:50:42.079 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-21T14:50:42.087 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-21T14:50:42.087 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-21T14:50:42.144 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-21T14:50:42.145 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-21T14:50:42.290 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-21T14:50:42.379 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-21T14:50:42.404 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-21T14:50:42.404 INFO:teuthology.orchestra.run.smithi154.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-21T14:50:42.404 INFO:teuthology.orchestra.run.smithi154.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-21T14:50:42.405 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:43.233 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-21T14:50:43.234 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:43.234 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-21T14:50:43.234 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-21T14:50:43.234 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-21T14:50:43.234 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-21T14:50:43.457 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-mgr 2024-04-21T14:50:43.971 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:30 ago on Sun 21 Apr 2024 02:49:14 PM UTC. 2024-04-21T14:50:44.053 INFO:teuthology.orchestra.run.smithi154.stdout:Package ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 is already installed. 2024-04-21T14:50:44.096 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-21T14:50:44.097 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-21T14:50:44.097 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-21T14:50:44.156 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-mgr-dashboard 2024-04-21T14:50:44.668 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:30 ago on Sun 21 Apr 2024 02:49:14 PM UTC. 2024-04-21T14:50:45.062 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-21T14:50:45.104 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-21T14:50:45.129 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-21T14:50:45.172 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is off 2024-04-21T14:50:45.213 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is off 2024-04-21T14:50:45.238 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is off 2024-04-21T14:50:45.274 INFO:teuthology.orchestra.console.smithi133:Power off completed 2024-04-21T14:50:45.314 INFO:teuthology.orchestra.console.smithi154:Power off completed 2024-04-21T14:50:45.339 INFO:teuthology.orchestra.console.smithi169:Power off completed 2024-04-21T14:50:45.444 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} duration: 343.26760745048523 failure_reason: 'Command failed on smithi133 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=59dedccb1f4c4b1c98737b5d5d09dec8 status: fail success: false 2024-04-21T14:50:45.444 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-21T14:50:45.523 INFO:teuthology.run:FAIL