2024-04-23T16:54:57.646 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-23T16:54:57.647 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669841 --owner scheduled_yuriw@teuthology --description rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} --name yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669841/orig.config.yaml 2024-04-23T16:54:57.680 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-23T16:54:57.748 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669841 branch: wip-yuri3-testing-2024-04-05-0825 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} email: yweinste@redhat.com first_in_suite: false job_id: '7669841' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri3-testing-2024-04-05-0825 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 - mons down - mon down - out of quorum log-only-match: - CEPHADM_ sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2024-04-05-0825 sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb 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: 3753 sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2024-04-05-0825 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5d349943c59c9485df060d6adb0594f3940ec0eb/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb targets: smithi031.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG5oGzYJ2KmH/d5LOYkhetQC5d7Lv3sdr4+q763mK56UcE/OWaMcpt/5mnYt6RbGSP87pvuc8jXWs0Ps5UdZcSI= smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNXS9wpJYrPBlk4fWGwig7txVhTskx2fDPPqC6dVomlVPyUhxHkdb0mtGNtIuYll2fwODwhuVeMrFqD4nxM6jXM= smithi186.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOEPARXDfE0/5MynjMj2FiItHRO+LeSPSUjlbbfdjkq22hu/8latImT/cscqfEhUvXirqkwr9sdk1KaDvdC4zIw= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-23_14:14:08 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-23T16:54:57.748 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_5d349943c59c9485df060d6adb0594f3940ec0eb/qa; will attempt to use it 2024-04-23T16:54:57.749 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5d349943c59c9485df060d6adb0594f3940ec0eb/qa/tasks 2024-04-23T16:54:57.749 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-23T16:54:57.750 INFO:teuthology.task.internal:Checking packages... 2024-04-23T16:54:57.773 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5d349943c59c9485df060d6adb0594f3940ec0eb' 2024-04-23T16:54:57.773 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-23T16:54:57.773 INFO:teuthology.packaging:ref: None 2024-04-23T16:54:57.773 INFO:teuthology.packaging:tag: None 2024-04-23T16:54:57.773 INFO:teuthology.packaging:branch: wip-yuri3-testing-2024-04-05-0825 2024-04-23T16:54:57.774 INFO:teuthology.packaging:sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-23T16:54:57.774 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri3-testing-2024-04-05-0825 2024-04-23T16:54:57.987 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3211.g5d349943 2024-04-23T16:54:57.989 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-23T16:54:58.005 INFO:teuthology.task.internal:no buildpackages task found 2024-04-23T16:54:58.005 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-23T16:54:58.019 INFO:teuthology.task.internal:Saving configuration 2024-04-23T16:54:58.033 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-23T16:54:58.038 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-23T16:54:58.063 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669841', '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-23 16:49:48.039541', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG5oGzYJ2KmH/d5LOYkhetQC5d7Lv3sdr4+q763mK56UcE/OWaMcpt/5mnYt6RbGSP87pvuc8jXWs0Ps5UdZcSI='} 2024-04-23T16:54:58.083 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669841', '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-23 16:49:48.038177', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNXS9wpJYrPBlk4fWGwig7txVhTskx2fDPPqC6dVomlVPyUhxHkdb0mtGNtIuYll2fwODwhuVeMrFqD4nxM6jXM='} 2024-04-23T16:54:58.103 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669841', '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-23 16:49:48.036603', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOEPARXDfE0/5MynjMj2FiItHRO+LeSPSUjlbbfdjkq22hu/8latImT/cscqfEhUvXirqkwr9sdk1KaDvdC4zIw='} 2024-04-23T16:54:58.103 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-23T16:54:58.109 INFO:teuthology.task.internal:roles: ubuntu@smithi031.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-04-23T16:54:58.109 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-04-23T16:54:58.109 INFO:teuthology.task.internal:roles: ubuntu@smithi186.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-04-23T16:54:58.109 INFO:teuthology.run_tasks:Running task console_log... 2024-04-23T16:54:58.215 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f07e1b5f160>, signals=[15]) 2024-04-23T16:54:58.216 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-23T16:54:58.225 INFO:teuthology.task.internal:Opening connections... 2024-04-23T16:54:58.225 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi031.front.sepia.ceph.com 2024-04-23T16:54:58.226 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T16:54:58.307 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2024-04-23T16:54:58.308 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T16:54:58.382 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi186.front.sepia.ceph.com 2024-04-23T16:54:58.383 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T16:54:58.457 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-23T16:54:58.463 DEBUG:teuthology.orchestra.run.smithi031:> uname -m 2024-04-23T16:54:58.482 INFO:teuthology.orchestra.run.smithi031.stdout:x86_64 2024-04-23T16:54:58.483 DEBUG:teuthology.orchestra.run.smithi031:> cat /etc/os-release 2024-04-23T16:54:58.541 INFO:teuthology.orchestra.run.smithi031.stdout:NAME="CentOS Stream" 2024-04-23T16:54:58.541 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION="9" 2024-04-23T16:54:58.541 INFO:teuthology.orchestra.run.smithi031.stdout:ID="centos" 2024-04-23T16:54:58.541 INFO:teuthology.orchestra.run.smithi031.stdout:ID_LIKE="rhel fedora" 2024-04-23T16:54:58.541 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_ID="9" 2024-04-23T16:54:58.541 INFO:teuthology.orchestra.run.smithi031.stdout:PLATFORM_ID="platform:el9" 2024-04-23T16:54:58.541 INFO:teuthology.orchestra.run.smithi031.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-23T16:54:58.541 INFO:teuthology.orchestra.run.smithi031.stdout:ANSI_COLOR="0;31" 2024-04-23T16:54:58.542 INFO:teuthology.orchestra.run.smithi031.stdout:LOGO="fedora-logo-icon" 2024-04-23T16:54:58.542 INFO:teuthology.orchestra.run.smithi031.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-23T16:54:58.542 INFO:teuthology.orchestra.run.smithi031.stdout:HOME_URL="https://centos.org/" 2024-04-23T16:54:58.542 INFO:teuthology.orchestra.run.smithi031.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-23T16:54:58.542 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-23T16:54:58.542 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-23T16:54:58.542 INFO:teuthology.lock.ops:Updating smithi031.front.sepia.ceph.com on lock server 2024-04-23T16:54:58.568 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2024-04-23T16:54:58.585 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2024-04-23T16:54:58.585 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2024-04-23T16:54:58.643 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="CentOS Stream" 2024-04-23T16:54:58.643 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="9" 2024-04-23T16:54:58.643 INFO:teuthology.orchestra.run.smithi071.stdout:ID="centos" 2024-04-23T16:54:58.643 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="rhel fedora" 2024-04-23T16:54:58.643 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="9" 2024-04-23T16:54:58.643 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el9" 2024-04-23T16:54:58.643 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-23T16:54:58.643 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2024-04-23T16:54:58.644 INFO:teuthology.orchestra.run.smithi071.stdout:LOGO="fedora-logo-icon" 2024-04-23T16:54:58.644 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-23T16:54:58.644 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://centos.org/" 2024-04-23T16:54:58.644 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-23T16:54:58.644 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-23T16:54:58.644 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-23T16:54:58.644 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2024-04-23T16:54:58.667 DEBUG:teuthology.orchestra.run.smithi186:> uname -m 2024-04-23T16:54:58.685 INFO:teuthology.orchestra.run.smithi186.stdout:x86_64 2024-04-23T16:54:58.685 DEBUG:teuthology.orchestra.run.smithi186:> cat /etc/os-release 2024-04-23T16:54:58.742 INFO:teuthology.orchestra.run.smithi186.stdout:NAME="CentOS Stream" 2024-04-23T16:54:58.742 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION="9" 2024-04-23T16:54:58.742 INFO:teuthology.orchestra.run.smithi186.stdout:ID="centos" 2024-04-23T16:54:58.742 INFO:teuthology.orchestra.run.smithi186.stdout:ID_LIKE="rhel fedora" 2024-04-23T16:54:58.742 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION_ID="9" 2024-04-23T16:54:58.742 INFO:teuthology.orchestra.run.smithi186.stdout:PLATFORM_ID="platform:el9" 2024-04-23T16:54:58.742 INFO:teuthology.orchestra.run.smithi186.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-23T16:54:58.743 INFO:teuthology.orchestra.run.smithi186.stdout:ANSI_COLOR="0;31" 2024-04-23T16:54:58.743 INFO:teuthology.orchestra.run.smithi186.stdout:LOGO="fedora-logo-icon" 2024-04-23T16:54:58.743 INFO:teuthology.orchestra.run.smithi186.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-23T16:54:58.743 INFO:teuthology.orchestra.run.smithi186.stdout:HOME_URL="https://centos.org/" 2024-04-23T16:54:58.743 INFO:teuthology.orchestra.run.smithi186.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-23T16:54:58.743 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-23T16:54:58.743 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-23T16:54:58.743 INFO:teuthology.lock.ops:Updating smithi186.front.sepia.ceph.com on lock server 2024-04-23T16:54:58.767 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-23T16:54:58.791 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-23T16:54:58.796 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-23T16:54:58.796 DEBUG:teuthology.orchestra.run.smithi031:> test '!' -e /home/ubuntu/cephtest 2024-04-23T16:54:58.798 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2024-04-23T16:54:58.800 DEBUG:teuthology.orchestra.run.smithi186:> test '!' -e /home/ubuntu/cephtest 2024-04-23T16:54:58.816 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-23T16:54:58.824 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-23T16:54:58.824 DEBUG:teuthology.orchestra.run.smithi031:> test -z $(ls -A /var/lib/ceph) 2024-04-23T16:54:58.855 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2024-04-23T16:54:58.857 DEBUG:teuthology.orchestra.run.smithi186:> test -z $(ls -A /var/lib/ceph) 2024-04-23T16:54:58.881 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-23T16:54:58.958 INFO:teuthology.run_tasks:Running task kernel... 2024-04-23T16:54:58.976 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-23T16:54:58.977 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-23T16:54:58.977 DEBUG:teuthology.orchestra.run.smithi031:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-23T16:54:58.977 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-23T16:54:58.978 DEBUG:teuthology.orchestra.run.smithi186:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-23T16:54:58.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T16:54:58.994 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-04-23T16:54:58.994 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T16:54:58.995 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2024-04-23T16:54:58.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T16:54:58.996 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-04-23T16:54:59.050 INFO:teuthology.orchestra.run.smithi071.stdout:5.14.0-437.el9.x86_64 2024-04-23T16:54:59.050 INFO:teuthology.task.kernel:Running kernel on smithi071: 5.14.0-437.el9.x86_64 2024-04-23T16:54:59.050 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum install -y kernel 2024-04-23T16:54:59.052 INFO:teuthology.orchestra.run.smithi186.stdout:5.14.0-437.el9.x86_64 2024-04-23T16:54:59.052 INFO:teuthology.task.kernel:Running kernel on smithi186: 5.14.0-437.el9.x86_64 2024-04-23T16:54:59.052 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum install -y kernel 2024-04-23T16:54:59.054 INFO:teuthology.orchestra.run.smithi031.stdout:5.14.0-437.el9.x86_64 2024-04-23T16:54:59.054 INFO:teuthology.task.kernel:Running kernel on smithi031: 5.14.0-437.el9.x86_64 2024-04-23T16:54:59.054 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum install -y kernel 2024-04-23T16:55:01.223 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.0 MB 00:00 2024-04-23T16:55:03.129 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - BaseOS 3.4 MB/s | 8.0 MB 00:02 2024-04-23T16:55:03.334 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - BaseOS 3.0 MB/s | 8.0 MB 00:02 2024-04-23T16:55:07.268 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - AppStream 6.6 MB/s | 19 MB 00:02 2024-04-23T16:55:12.343 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - CRB 4.5 MB/s | 6.2 MB 00:01 2024-04-23T16:55:14.436 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - Extras packages 21 kB/s | 16 kB 00:00 2024-04-23T16:55:15.572 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - AppStream 1.4 MB/s | 19 MB 00:13 2024-04-23T16:55:16.256 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-23T16:55:21.269 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-04-23T16:55:23.143 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-23T16:55:23.143 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-23T16:55:23.233 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-23T16:55:23.234 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-23T16:55:23.234 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-23T16:55:23.366 DEBUG:teuthology.orchestra.run.smithi071:> echo no | sudo yum reinstall kernel || true 2024-04-23T16:55:23.862 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:02 ago on Tue 23 Apr 2024 04:55:21 PM UTC. 2024-04-23T16:55:23.996 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-23T16:55:24.002 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T16:55:24.002 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-23T16:55:24.002 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T16:55:24.002 INFO:teuthology.orchestra.run.smithi071.stdout:Reinstalling: 2024-04-23T16:55:24.002 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-23T16:55:24.002 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T16:55:24.002 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-23T16:55:24.003 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T16:55:24.003 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T16:55:24.003 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 255 k 2024-04-23T16:55:24.003 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 0 2024-04-23T16:55:24.004 INFO:teuthology.orchestra.run.smithi071.stderr:Operation aborted. 2024-04-23T16:55:24.067 INFO:teuthology.orchestra.run.smithi071.stdout:Is this ok [y/N]: 2024-04-23T16:55:24.067 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum reinstall -y kernel || true 2024-04-23T16:55:24.557 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:03 ago on Tue 23 Apr 2024 04:55:21 PM UTC. 2024-04-23T16:55:24.671 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-23T16:55:24.672 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T16:55:24.672 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-23T16:55:24.672 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T16:55:24.672 INFO:teuthology.orchestra.run.smithi071.stdout:Reinstalling: 2024-04-23T16:55:24.672 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-23T16:55:24.672 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T16:55:24.672 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-23T16:55:24.672 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T16:55:24.673 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T16:55:24.673 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 255 k 2024-04-23T16:55:24.673 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 0 2024-04-23T16:55:24.673 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-23T16:55:25.038 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.1 MB/s | 255 kB 00:00 2024-04-23T16:55:25.039 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:55:25.039 INFO:teuthology.orchestra.run.smithi071.stdout:Total 697 kB/s | 255 kB 00:00 2024-04-23T16:55:25.057 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-23T16:55:25.231 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-23T16:55:25.231 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-23T16:55:25.236 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-23T16:55:25.236 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-23T16:55:25.373 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-23T16:55:25.447 INFO:teuthology.orchestra.run.smithi071.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-23T16:55:25.448 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T16:55:25.569 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - AppStream 912 kB/s | 19 MB 00:21 2024-04-23T16:55:26.131 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T16:55:26.131 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-23T16:55:26.812 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T16:55:26.812 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T16:55:26.812 INFO:teuthology.orchestra.run.smithi071.stdout:Reinstalled: 2024-04-23T16:55:26.812 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-23T16:55:26.812 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T16:55:26.812 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-23T16:55:26.982 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-04-23T16:55:27.028 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-23T16:55:27.028 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-23T16:55:27.029 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-23T16:55:27.029 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-23T16:55:27.029 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-23T16:55:27.058 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2024-04-23T16:55:27.088 DEBUG:teuthology.parallel:result is None 2024-04-23T16:55:27.346 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - CRB 782 kB/s | 6.2 MB 00:08 2024-04-23T16:55:29.014 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 16 kB 00:00 2024-04-23T16:55:29.527 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.2 MB 00:00 2024-04-23T16:55:30.051 INFO:teuthology.orchestra.run.smithi031.stdout:Extra Packages for Enterprise Linux 23 MB/s | 21 MB 00:00 2024-04-23T16:55:31.120 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - Extras packages 63 kB/s | 16 kB 00:00 2024-04-23T16:55:33.124 INFO:teuthology.orchestra.run.smithi186.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-23T16:55:35.306 INFO:teuthology.orchestra.run.smithi031.stdout:lab-extras 45 kB/s | 1.7 kB 00:00 2024-04-23T16:55:37.188 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-23T16:55:37.188 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-23T16:55:37.277 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-23T16:55:37.278 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-04-23T16:55:37.278 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-23T16:55:37.387 DEBUG:teuthology.orchestra.run.smithi031:> echo no | sudo yum reinstall kernel || true 2024-04-23T16:55:37.907 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:00:02 ago on Tue 23 Apr 2024 04:55:35 PM UTC. 2024-04-23T16:55:38.039 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-23T16:55:38.048 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T16:55:38.048 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2024-04-23T16:55:38.048 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T16:55:38.048 INFO:teuthology.orchestra.run.smithi031.stdout:Reinstalling: 2024-04-23T16:55:38.048 INFO:teuthology.orchestra.run.smithi031.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-23T16:55:38.048 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T16:55:38.048 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-23T16:55:38.048 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T16:55:38.048 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T16:55:38.049 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 255 k 2024-04-23T16:55:38.049 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 0 2024-04-23T16:55:38.049 INFO:teuthology.orchestra.run.smithi031.stderr:Operation aborted. 2024-04-23T16:55:38.113 INFO:teuthology.orchestra.run.smithi031.stdout:Is this ok [y/N]: 2024-04-23T16:55:38.113 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum reinstall -y kernel || true 2024-04-23T16:55:38.213 INFO:teuthology.orchestra.run.smithi186.stdout:lab-extras 11 kB/s | 1.7 kB 00:00 2024-04-23T16:55:38.628 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:00:03 ago on Tue 23 Apr 2024 04:55:35 PM UTC. 2024-04-23T16:55:38.750 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-23T16:55:38.751 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T16:55:38.751 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2024-04-23T16:55:38.751 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T16:55:38.751 INFO:teuthology.orchestra.run.smithi031.stdout:Reinstalling: 2024-04-23T16:55:38.751 INFO:teuthology.orchestra.run.smithi031.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-23T16:55:38.752 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T16:55:38.752 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-23T16:55:38.752 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T16:55:38.752 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T16:55:38.752 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 255 k 2024-04-23T16:55:38.753 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 0 2024-04-23T16:55:38.753 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-23T16:55:39.642 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-5.14.0-437.el9.x86_64.rpm 405 kB/s | 255 kB 00:00 2024-04-23T16:55:39.642 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:55:39.642 INFO:teuthology.orchestra.run.smithi031.stdout:Total 286 kB/s | 255 kB 00:00 2024-04-23T16:55:39.662 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-23T16:55:39.873 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-23T16:55:39.873 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-23T16:55:39.879 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-23T16:55:39.879 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-23T16:55:40.024 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-23T16:55:40.069 INFO:teuthology.orchestra.run.smithi186.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-23T16:55:40.069 INFO:teuthology.orchestra.run.smithi186.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-23T16:55:40.100 INFO:teuthology.orchestra.run.smithi031.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-23T16:55:40.101 INFO:teuthology.orchestra.run.smithi031.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T16:55:40.162 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-23T16:55:40.163 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2024-04-23T16:55:40.163 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-23T16:55:40.280 DEBUG:teuthology.orchestra.run.smithi186:> echo no | sudo yum reinstall kernel || true 2024-04-23T16:55:40.708 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T16:55:40.708 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-23T16:55:40.779 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:00:02 ago on Tue 23 Apr 2024 04:55:38 PM UTC. 2024-04-23T16:55:40.914 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-23T16:55:40.921 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-23T16:55:40.921 INFO:teuthology.orchestra.run.smithi186.stdout: Package Architecture Version Repository Size 2024-04-23T16:55:40.921 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-23T16:55:40.922 INFO:teuthology.orchestra.run.smithi186.stdout:Reinstalling: 2024-04-23T16:55:40.922 INFO:teuthology.orchestra.run.smithi186.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-23T16:55:40.922 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T16:55:40.922 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-23T16:55:40.922 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-23T16:55:40.922 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T16:55:40.922 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 255 k 2024-04-23T16:55:40.922 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 0 2024-04-23T16:55:40.922 INFO:teuthology.orchestra.run.smithi186.stderr:Operation aborted. 2024-04-23T16:55:40.984 INFO:teuthology.orchestra.run.smithi186.stdout:Is this ok [y/N]: 2024-04-23T16:55:40.985 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum reinstall -y kernel || true 2024-04-23T16:55:41.399 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T16:55:41.400 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T16:55:41.400 INFO:teuthology.orchestra.run.smithi031.stdout:Reinstalled: 2024-04-23T16:55:41.400 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-23T16:55:41.400 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T16:55:41.400 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-23T16:55:41.477 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:00:03 ago on Tue 23 Apr 2024 04:55:38 PM UTC. 2024-04-23T16:55:41.591 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-23T16:55:41.592 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-23T16:55:41.592 INFO:teuthology.orchestra.run.smithi186.stdout: Package Architecture Version Repository Size 2024-04-23T16:55:41.592 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-23T16:55:41.592 INFO:teuthology.orchestra.run.smithi186.stdout:Reinstalling: 2024-04-23T16:55:41.592 INFO:teuthology.orchestra.run.smithi186.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-23T16:55:41.592 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T16:55:41.593 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-23T16:55:41.593 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-23T16:55:41.593 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T16:55:41.593 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 255 k 2024-04-23T16:55:41.593 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 0 2024-04-23T16:55:41.593 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-23T16:55:41.632 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2024-04-23T16:55:41.681 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-23T16:55:41.681 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-23T16:55:41.681 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-23T16:55:41.682 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-23T16:55:41.682 DEBUG:teuthology.orchestra.run.smithi031:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-23T16:55:41.716 INFO:teuthology.orchestra.run.smithi031.stdout:ttyS1 2024-04-23T16:55:41.746 DEBUG:teuthology.parallel:result is None 2024-04-23T16:55:42.823 INFO:teuthology.orchestra.run.smithi186.stdout:kernel-5.14.0-437.el9.x86_64.rpm 220 kB/s | 255 kB 00:01 2024-04-23T16:55:42.823 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:55:42.824 INFO:teuthology.orchestra.run.smithi186.stdout:Total 207 kB/s | 255 kB 00:01 2024-04-23T16:55:42.843 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-23T16:55:43.056 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-23T16:55:43.057 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-23T16:55:43.062 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-23T16:55:43.062 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-23T16:55:43.241 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-23T16:55:43.316 INFO:teuthology.orchestra.run.smithi186.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-23T16:55:43.316 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T16:55:43.935 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T16:55:43.935 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-23T16:55:44.632 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T16:55:44.632 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T16:55:44.632 INFO:teuthology.orchestra.run.smithi186.stdout:Reinstalled: 2024-04-23T16:55:44.632 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-23T16:55:44.633 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T16:55:44.633 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-23T16:55:44.796 DEBUG:teuthology.orchestra.run.smithi186:> rpm -q kernel | sort -rV | head -n 1 2024-04-23T16:55:44.843 INFO:teuthology.orchestra.run.smithi186.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-23T16:55:44.843 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-23T16:55:44.843 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-23T16:55:44.843 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-23T16:55:44.843 DEBUG:teuthology.orchestra.run.smithi186:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-23T16:55:44.874 INFO:teuthology.orchestra.run.smithi186.stdout:ttyS1 2024-04-23T16:55:44.891 DEBUG:teuthology.parallel:result is None 2024-04-23T16:55:44.892 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-23T16:55:44.901 INFO:teuthology.task.internal:Creating test directory... 2024-04-23T16:55:44.902 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-23T16:55:44.904 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-23T16:55:44.907 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-23T16:55:44.946 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-23T16:55:44.954 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-23T16:55:44.966 INFO:teuthology.task.internal:Creating archive directory... 2024-04-23T16:55:44.967 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-23T16:55:44.969 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-23T16:55:44.971 DEBUG:teuthology.orchestra.run.smithi186:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-23T16:55:45.015 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-23T16:55:45.023 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-23T16:55:45.023 DEBUG:teuthology.orchestra.run.smithi031:> 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-23T16:55:45.035 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-23T16:55:45.040 DEBUG:teuthology.orchestra.run.smithi186:> 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-23T16:55:45.067 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T16:55:45.070 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T16:55:45.077 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T16:55:45.081 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T16:55:45.083 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T16:55:45.092 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T16:55:45.094 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-23T16:55:45.100 INFO:teuthology.task.internal:Configuring sudo... 2024-04-23T16:55:45.101 DEBUG:teuthology.orchestra.run.smithi031:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-23T16:55:45.125 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-23T16:55:45.127 DEBUG:teuthology.orchestra.run.smithi186:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-23T16:55:45.157 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-23T16:55:45.168 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-23T16:55:45.168 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-23T16:55:45.192 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-23T16:55:45.194 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-23T16:55:45.211 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-23T16:55:45.289 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-23T16:55:45.335 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-23T16:55:45.419 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-23T16:55:45.459 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-23T16:55:45.459 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-23T16:55:45.524 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-23T16:55:45.569 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-23T16:55:45.623 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-23T16:55:45.706 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-23T16:55:45.748 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-23T16:55:45.748 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-23T16:55:45.814 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-23T16:55:45.857 DEBUG:teuthology.orchestra.run.smithi186:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-23T16:55:45.901 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-23T16:55:45.983 DEBUG:teuthology.orchestra.run.smithi186:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-23T16:55:46.023 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-23T16:55:46.023 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-23T16:55:46.086 DEBUG:teuthology.orchestra.run.smithi031:> sudo service rsyslog restart 2024-04-23T16:55:46.089 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2024-04-23T16:55:46.091 DEBUG:teuthology.orchestra.run.smithi186:> sudo service rsyslog restart 2024-04-23T16:55:46.123 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-23T16:55:46.127 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-23T16:55:46.170 INFO:teuthology.orchestra.run.smithi186.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-23T16:55:46.640 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-23T16:55:46.648 INFO:teuthology.task.internal:Starting timer... 2024-04-23T16:55:46.648 INFO:teuthology.run_tasks:Running task pcp... 2024-04-23T16:55:46.659 INFO:teuthology.run_tasks:Running task selinux... 2024-04-23T16:55:46.667 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-23T16:55:46.668 DEBUG:teuthology.orchestra.run.smithi031:> sudo service auditd rotate 2024-04-23T16:55:46.717 INFO:teuthology.orchestra.run.smithi031.stdout:Rotating logs: 2024-04-23T16:55:46.719 DEBUG:teuthology.orchestra.run.smithi071:> sudo service auditd rotate 2024-04-23T16:55:46.800 INFO:teuthology.orchestra.run.smithi071.stdout:Rotating logs: 2024-04-23T16:55:46.802 DEBUG:teuthology.orchestra.run.smithi186:> sudo service auditd rotate 2024-04-23T16:55:46.855 INFO:teuthology.orchestra.run.smithi186.stdout:Rotating logs: 2024-04-23T16:55:46.857 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-23T16:55:46.857 DEBUG:teuthology.orchestra.run.smithi031:> /usr/sbin/getenforce 2024-04-23T16:55:46.888 INFO:teuthology.orchestra.run.smithi031.stdout:Permissive 2024-04-23T16:55:46.888 DEBUG:teuthology.orchestra.run.smithi071:> /usr/sbin/getenforce 2024-04-23T16:55:46.907 INFO:teuthology.orchestra.run.smithi071.stdout:Permissive 2024-04-23T16:55:46.908 DEBUG:teuthology.orchestra.run.smithi186:> /usr/sbin/getenforce 2024-04-23T16:55:46.933 INFO:teuthology.orchestra.run.smithi186.stdout:Permissive 2024-04-23T16:55:46.933 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi031.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi071.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi186.front.sepia.ceph.com': 'permissive'} 2024-04-23T16:55:46.933 DEBUG:teuthology.orchestra.run.smithi031:> 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-23T16:55:46.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T16:55:46.960 DEBUG:teuthology.orchestra.run.smithi071:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-23T16:55:46.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T16:55:46.988 DEBUG:teuthology.orchestra.run.smithi186:> 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-23T16:55:47.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T16:55:47.015 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-23T16:55:47.015 DEBUG:teuthology.orchestra.run.smithi031:> sudo /usr/sbin/setenforce permissive 2024-04-23T16:55:47.042 DEBUG:teuthology.orchestra.run.smithi071:> sudo /usr/sbin/setenforce permissive 2024-04-23T16:55:47.067 DEBUG:teuthology.orchestra.run.smithi186:> sudo /usr/sbin/setenforce permissive 2024-04-23T16:55:47.094 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-23T16:55:47.106 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-23T16:55:47.125 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-23T16:55:47.126 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi031.front.sepia.ceph.com,smithi071.front.sepia.ceph.com,smithi186.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-23T16:59:21.098 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi031.front.sepia.ceph.com'), Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi186.front.sepia.ceph.com')] 2024-04-23T16:59:21.099 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-23T16:59:21.100 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T16:59:21.179 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-04-23T16:59:21.259 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-23T16:59:21.259 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-04-23T16:59:21.260 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T16:59:21.334 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-04-23T16:59:21.422 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-04-23T16:59:21.422 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-23T16:59:21.423 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T16:59:21.498 DEBUG:teuthology.orchestra.run.smithi186:> true 2024-04-23T16:59:21.582 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-04-23T16:59:21.582 INFO:teuthology.run_tasks:Running task clock... 2024-04-23T16:59:21.593 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-23T16:59:21.594 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-23T16:59:21.594 DEBUG:teuthology.orchestra.run.smithi031:> 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-23T16:59:21.597 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-23T16:59:21.597 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-23T16:59:21.599 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-23T16:59:21.599 DEBUG:teuthology.orchestra.run.smithi186:> 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-23T16:59:21.628 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-23T16:59:21.629 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-23T16:59:21.643 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-23T16:59:21.644 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-23T16:59:21.651 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-23T16:59:21.667 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-23T16:59:21.667 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: ntpd: command not found 2024-04-23T16:59:21.669 INFO:teuthology.orchestra.run.smithi031.stderr:sudo: ntpd: command not found 2024-04-23T16:59:21.677 INFO:teuthology.orchestra.run.smithi071.stdout:506 Cannot talk to daemon 2024-04-23T16:59:21.681 INFO:teuthology.orchestra.run.smithi031.stdout:506 Cannot talk to daemon 2024-04-23T16:59:21.688 INFO:teuthology.orchestra.run.smithi186.stderr:sudo: ntpd: command not found 2024-04-23T16:59:21.691 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-23T16:59:21.695 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-23T16:59:21.698 INFO:teuthology.orchestra.run.smithi186.stdout:506 Cannot talk to daemon 2024-04-23T16:59:21.704 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-23T16:59:21.709 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-23T16:59:21.711 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-23T16:59:21.724 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-23T16:59:21.760 INFO:teuthology.orchestra.run.smithi071.stderr:bash: line 1: ntpq: command not found 2024-04-23T16:59:21.763 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-23T16:59:21.763 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-04-23T16:59:21.763 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:59:21.763 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:59:21.763 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:59:21.763 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:59:21.769 INFO:teuthology.orchestra.run.smithi031.stderr:bash: line 1: ntpq: command not found 2024-04-23T16:59:21.771 INFO:teuthology.orchestra.run.smithi031.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-23T16:59:21.772 INFO:teuthology.orchestra.run.smithi031.stdout:=============================================================================== 2024-04-23T16:59:21.772 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:59:21.772 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:59:21.772 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:59:21.772 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:59:21.784 INFO:teuthology.orchestra.run.smithi186.stderr:bash: line 1: ntpq: command not found 2024-04-23T16:59:21.789 INFO:teuthology.orchestra.run.smithi186.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-23T16:59:21.789 INFO:teuthology.orchestra.run.smithi186.stdout:=============================================================================== 2024-04-23T16:59:21.789 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:59:21.789 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:59:21.789 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:59:21.789 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:59:21.790 INFO:teuthology.run_tasks:Running task pexec... 2024-04-23T16:59:21.799 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-23T16:59:21.799 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi031.front.sepia.ceph.com 2024-04-23T16:59:21.799 DEBUG:teuthology.orchestra.run.smithi031:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-23T16:59:21.799 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi071.front.sepia.ceph.com 2024-04-23T16:59:21.800 DEBUG:teuthology.orchestra.run.smithi071:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-23T16:59:21.800 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi186.front.sepia.ceph.com 2024-04-23T16:59:21.800 DEBUG:teuthology.orchestra.run.smithi186:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-23T16:59:22.327 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:45 ago on Tue 23 Apr 2024 04:58:37 PM UTC. 2024-04-23T16:59:22.358 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:00:45 ago on Tue 23 Apr 2024 04:58:37 PM UTC. 2024-04-23T16:59:22.358 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:00:41 ago on Tue 23 Apr 2024 04:58:41 PM UTC. 2024-04-23T16:59:22.443 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-23T16:59:22.443 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T16:59:22.443 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-23T16:59:22.444 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T16:59:22.444 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-23T16:59:22.444 INFO:teuthology.orchestra.run.smithi071.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-23T16:59:22.444 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T16:59:22.444 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-23T16:59:22.444 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T16:59:22.444 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-23T16:59:22.444 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T16:59:22.444 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 3.1 M 2024-04-23T16:59:22.444 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 9.8 M 2024-04-23T16:59:22.444 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-23T16:59:22.475 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-23T16:59:22.476 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-23T16:59:22.476 INFO:teuthology.orchestra.run.smithi186.stdout: Package Architecture Version Repository Size 2024-04-23T16:59:22.476 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-23T16:59:22.476 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-23T16:59:22.477 INFO:teuthology.orchestra.run.smithi186.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-23T16:59:22.477 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T16:59:22.477 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-23T16:59:22.477 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-23T16:59:22.477 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2024-04-23T16:59:22.477 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T16:59:22.477 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 3.1 M 2024-04-23T16:59:22.477 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 9.8 M 2024-04-23T16:59:22.477 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-23T16:59:22.479 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-23T16:59:22.480 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T16:59:22.480 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2024-04-23T16:59:22.480 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T16:59:22.480 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-23T16:59:22.480 INFO:teuthology.orchestra.run.smithi031.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-23T16:59:22.480 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T16:59:22.480 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-23T16:59:22.481 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T16:59:22.481 INFO:teuthology.orchestra.run.smithi031.stdout:Install 1 Package 2024-04-23T16:59:22.481 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T16:59:22.481 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 3.1 M 2024-04-23T16:59:22.481 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 9.8 M 2024-04-23T16:59:22.481 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-23T16:59:22.869 INFO:teuthology.orchestra.run.smithi031.stdout:runc-1.1.12-2.el9.x86_64.rpm 12 MB/s | 3.1 MB 00:00 2024-04-23T16:59:22.869 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:59:22.870 INFO:teuthology.orchestra.run.smithi031.stdout:Total 8.0 MB/s | 3.1 MB 00:00 2024-04-23T16:59:22.906 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-23T16:59:22.913 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-23T16:59:22.913 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-23T16:59:22.943 INFO:teuthology.orchestra.run.smithi071.stdout:runc-1.1.12-2.el9.x86_64.rpm 8.1 MB/s | 3.1 MB 00:00 2024-04-23T16:59:22.944 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:59:22.944 INFO:teuthology.orchestra.run.smithi071.stdout:Total 6.3 MB/s | 3.1 MB 00:00 2024-04-23T16:59:22.980 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-23T16:59:22.986 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-23T16:59:22.986 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-23T16:59:23.001 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-23T16:59:23.001 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-23T16:59:23.070 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-23T16:59:23.070 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-23T16:59:23.224 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-23T16:59:23.288 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-23T16:59:23.333 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-23T16:59:23.379 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-23T16:59:23.800 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-23T16:59:23.910 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-23T16:59:24.038 INFO:teuthology.orchestra.run.smithi186.stdout:runc-1.1.12-2.el9.x86_64.rpm 2.8 MB/s | 3.1 MB 00:01 2024-04-23T16:59:24.038 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:59:24.038 INFO:teuthology.orchestra.run.smithi186.stdout:Total 2.0 MB/s | 3.1 MB 00:01 2024-04-23T16:59:24.057 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-23T16:59:24.057 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T16:59:24.057 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-23T16:59:24.057 INFO:teuthology.orchestra.run.smithi031.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-23T16:59:24.057 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T16:59:24.057 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-23T16:59:24.076 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-23T16:59:24.082 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-23T16:59:24.083 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-23T16:59:24.168 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-23T16:59:24.169 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-23T16:59:24.169 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T16:59:24.169 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-23T16:59:24.169 INFO:teuthology.orchestra.run.smithi071.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-23T16:59:24.169 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T16:59:24.169 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-23T16:59:24.169 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-23T16:59:24.302 DEBUG:teuthology.parallel:result is None 2024-04-23T16:59:24.389 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-23T16:59:24.413 DEBUG:teuthology.parallel:result is None 2024-04-23T16:59:24.480 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-23T16:59:24.918 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-23T16:59:25.207 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-23T16:59:25.207 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T16:59:25.207 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-23T16:59:25.207 INFO:teuthology.orchestra.run.smithi186.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-23T16:59:25.207 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T16:59:25.207 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-23T16:59:25.448 DEBUG:teuthology.parallel:result is None 2024-04-23T16:59:25.449 INFO:teuthology.run_tasks:Running task install... 2024-04-23T16:59:25.457 DEBUG:teuthology.task.install:project ceph 2024-04-23T16:59:25.457 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5d349943c59c9485df060d6adb0594f3940ec0eb'}} 2024-04-23T16:59:25.457 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5d349943c59c9485df060d6adb0594f3940ec0eb'} 2024-04-23T16:59:25.457 INFO:teuthology.task.install:Using flavor: default 2024-04-23T16:59:25.463 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-23T16:59:25.463 INFO:teuthology.task.install:extra packages: [] 2024-04-23T16:59:25.464 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': '5d349943c59c9485df060d6adb0594f3940ec0eb', 'tag': None, 'wait_for_package': False} 2024-04-23T16:59:25.464 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-23T16:59:25.466 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': '5d349943c59c9485df060d6adb0594f3940ec0eb', 'tag': None, 'wait_for_package': False} 2024-04-23T16:59:25.466 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-23T16:59:25.467 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': '5d349943c59c9485df060d6adb0594f3940ec0eb', 'tag': None, 'wait_for_package': False} 2024-04-23T16:59:25.467 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-23T16:59:25.620 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/ 2024-04-23T16:59:25.621 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3211.g5d349943 2024-04-23T16:59:25.717 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/ 2024-04-23T16:59:25.718 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3211.g5d349943 2024-04-23T16:59:25.721 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/ 2024-04-23T16:59:25.721 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3211.g5d349943 2024-04-23T16:59:25.738 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-23T16:59:25.738 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-23T16:59:25.738 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-23T16:59:25.765 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-23T16:59:25.766 DEBUG:teuthology.orchestra.run.smithi071:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/5d349943c59c9485df060d6adb0594f3940ec0eb/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-23T16:59:25.830 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-23T16:59:25.830 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-04-23T16:59:25.830 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-23T16:59:25.831 DEBUG:teuthology.orchestra.run.smithi071:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-23T16:59:25.854 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-23T16:59:25.855 DEBUG:teuthology.orchestra.run.smithi186:> 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/5d349943c59c9485df060d6adb0594f3940ec0eb/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-23T16:59:25.886 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-23T16:59:25.886 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-23T16:59:25.886 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-23T16:59:25.903 DEBUG:teuthology.orchestra.run.smithi071:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-23T16:59:25.914 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-23T16:59:25.914 DEBUG:teuthology.orchestra.run.smithi031:> 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/5d349943c59c9485df060d6adb0594f3940ec0eb/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-23T16:59:25.920 DEBUG:teuthology.orchestra.run.smithi186:> 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-23T16:59:25.967 INFO:teuthology.orchestra.run.smithi071.stdout:check_obsoletes = 1 2024-04-23T16:59:25.968 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum clean all 2024-04-23T16:59:25.982 DEBUG:teuthology.orchestra.run.smithi031:> 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-23T16:59:25.993 DEBUG:teuthology.orchestra.run.smithi186:> 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-23T16:59:26.056 INFO:teuthology.orchestra.run.smithi186.stdout:check_obsoletes = 1 2024-04-23T16:59:26.058 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum clean all 2024-04-23T16:59:26.059 DEBUG:teuthology.orchestra.run.smithi031:> 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-23T16:59:26.124 INFO:teuthology.orchestra.run.smithi031.stdout:check_obsoletes = 1 2024-04-23T16:59:26.126 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum clean all 2024-04-23T16:59:26.195 INFO:teuthology.orchestra.run.smithi071.stdout:48 files removed 2024-04-23T16:59:26.222 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-radosgw 2024-04-23T16:59:26.293 INFO:teuthology.orchestra.run.smithi186.stdout:48 files removed 2024-04-23T16:59:26.321 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-radosgw 2024-04-23T16:59:26.360 INFO:teuthology.orchestra.run.smithi031.stdout:48 files removed 2024-04-23T16:59:26.388 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-radosgw 2024-04-23T16:59:27.013 INFO:teuthology.orchestra.run.smithi031.stdout:ceph packages for x86_64 242 kB/s | 83 kB 00:00 2024-04-23T16:59:27.043 INFO:teuthology.orchestra.run.smithi071.stdout:ceph packages for x86_64 151 kB/s | 83 kB 00:00 2024-04-23T16:59:27.224 INFO:teuthology.orchestra.run.smithi186.stdout:ceph packages for x86_64 131 kB/s | 83 kB 00:00 2024-04-23T16:59:27.457 INFO:teuthology.orchestra.run.smithi031.stdout:ceph noarch packages 42 kB/s | 17 kB 00:00 2024-04-23T16:59:27.710 INFO:teuthology.orchestra.run.smithi071.stdout:ceph noarch packages 27 kB/s | 17 kB 00:00 2024-04-23T16:59:27.823 INFO:teuthology.orchestra.run.smithi186.stdout:ceph noarch packages 30 kB/s | 17 kB 00:00 2024-04-23T16:59:27.832 INFO:teuthology.orchestra.run.smithi031.stdout:ceph source packages 6.9 kB/s | 2.3 kB 00:00 2024-04-23T16:59:28.086 INFO:teuthology.orchestra.run.smithi071.stdout:ceph source packages 6.9 kB/s | 2.3 kB 00:00 2024-04-23T16:59:28.244 INFO:teuthology.orchestra.run.smithi186.stdout:ceph source packages 6.1 kB/s | 2.3 kB 00:00 2024-04-23T16:59:36.848 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - BaseOS 917 kB/s | 8.0 MB 00:08 2024-04-23T16:59:37.160 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - BaseOS 911 kB/s | 8.0 MB 00:09 2024-04-23T16:59:37.226 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - BaseOS 921 kB/s | 8.0 MB 00:08 2024-04-23T16:59:38.716 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - AppStream 25 MB/s | 19 MB 00:00 2024-04-23T16:59:39.936 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - AppStream 11 MB/s | 19 MB 00:01 2024-04-23T16:59:42.875 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.2 MB 00:00 2024-04-23T16:59:44.535 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - Extras packages 34 kB/s | 16 kB 00:00 2024-04-23T16:59:45.420 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - CRB 3.1 MB/s | 6.2 MB 00:01 2024-04-23T16:59:47.188 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 16 kB 00:00 2024-04-23T16:59:48.677 INFO:teuthology.orchestra.run.smithi031.stdout:Extra Packages for Enterprise Linux 5.2 MB/s | 21 MB 00:04 2024-04-23T16:59:50.822 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 6.0 MB/s | 21 MB 00:03 2024-04-23T16:59:54.002 INFO:teuthology.orchestra.run.smithi031.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-04-23T16:59:55.897 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-04-23T16:59:56.243 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-23T16:59:56.245 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T16:59:56.246 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-04-23T16:59:56.246 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T16:59:56.246 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-23T16:59:56.246 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-radosgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 11 M 2024-04-23T16:59:56.246 INFO:teuthology.orchestra.run.smithi031.stdout:Upgrading: 2024-04-23T16:59:56.246 INFO:teuthology.orchestra.run.smithi031.stdout: librados2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.4 M 2024-04-23T16:59:56.246 INFO:teuthology.orchestra.run.smithi031.stdout: librbd1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.1 M 2024-04-23T16:59:56.246 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-04-23T16:59:56.246 INFO:teuthology.orchestra.run.smithi031.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-23T16:59:56.246 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-base x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-23T16:59:56.246 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 21 M 2024-04-23T16:59:56.246 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-selinux x86_64 2:19.0.0-3211.g5d349943.el7 ceph 25 k 2024-04-23T16:59:56.246 INFO:teuthology.orchestra.run.smithi031.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-23T16:59:56.247 INFO:teuthology.orchestra.run.smithi031.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-23T16:59:56.247 INFO:teuthology.orchestra.run.smithi031.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-23T16:59:56.247 INFO:teuthology.orchestra.run.smithi031.stdout: libcephfs2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 748 k 2024-04-23T16:59:56.247 INFO:teuthology.orchestra.run.smithi031.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-23T16:59:56.247 INFO:teuthology.orchestra.run.smithi031.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-23T16:59:56.247 INFO:teuthology.orchestra.run.smithi031.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-23T16:59:56.247 INFO:teuthology.orchestra.run.smithi031.stdout: libradosstriper1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 501 k 2024-04-23T16:59:56.247 INFO:teuthology.orchestra.run.smithi031.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-23T16:59:56.247 INFO:teuthology.orchestra.run.smithi031.stdout: librgw2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-23T16:59:56.247 INFO:teuthology.orchestra.run.smithi031.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-23T16:59:56.247 INFO:teuthology.orchestra.run.smithi031.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-23T16:59:56.247 INFO:teuthology.orchestra.run.smithi031.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-23T16:59:56.247 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ceph-argparse x86_64 2:19.0.0-3211.g5d349943.el7 ceph 45 k 2024-04-23T16:59:56.248 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 135 k 2024-04-23T16:59:56.248 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cephfs x86_64 2:19.0.0-3211.g5d349943.el7 ceph 161 k 2024-04-23T16:59:56.248 INFO:teuthology.orchestra.run.smithi031.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-23T16:59:56.248 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rados x86_64 2:19.0.0-3211.g5d349943.el7 ceph 321 k 2024-04-23T16:59:56.248 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rbd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 298 k 2024-04-23T16:59:56.248 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 99 k 2024-04-23T16:59:56.248 INFO:teuthology.orchestra.run.smithi031.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-23T16:59:56.248 INFO:teuthology.orchestra.run.smithi031.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-23T16:59:56.248 INFO:teuthology.orchestra.run.smithi031.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-23T16:59:56.248 INFO:teuthology.orchestra.run.smithi031.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-23T16:59:56.248 INFO:teuthology.orchestra.run.smithi031.stdout:Installing weak dependencies: 2024-04-23T16:59:56.248 INFO:teuthology.orchestra.run.smithi031.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-23T16:59:56.248 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T16:59:56.248 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-23T16:59:56.248 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T16:59:56.249 INFO:teuthology.orchestra.run.smithi031.stdout:Install 30 Packages 2024-04-23T16:59:56.249 INFO:teuthology.orchestra.run.smithi031.stdout:Upgrade 2 Packages 2024-04-23T16:59:56.249 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T16:59:56.249 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 60 M 2024-04-23T16:59:56.249 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-23T16:59:58.040 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-23T16:59:58.042 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T16:59:58.042 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-23T16:59:58.042 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T16:59:58.042 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-23T16:59:58.043 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-radosgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 11 M 2024-04-23T16:59:58.043 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrading: 2024-04-23T16:59:58.043 INFO:teuthology.orchestra.run.smithi071.stdout: librados2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.4 M 2024-04-23T16:59:58.043 INFO:teuthology.orchestra.run.smithi071.stdout: librbd1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.1 M 2024-04-23T16:59:58.043 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-23T16:59:58.043 INFO:teuthology.orchestra.run.smithi071.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-23T16:59:58.043 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-23T16:59:58.043 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 21 M 2024-04-23T16:59:58.043 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-selinux x86_64 2:19.0.0-3211.g5d349943.el7 ceph 25 k 2024-04-23T16:59:58.043 INFO:teuthology.orchestra.run.smithi071.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-23T16:59:58.043 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-23T16:59:58.043 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-23T16:59:58.043 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 748 k 2024-04-23T16:59:58.043 INFO:teuthology.orchestra.run.smithi071.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-23T16:59:58.044 INFO:teuthology.orchestra.run.smithi071.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-23T16:59:58.044 INFO:teuthology.orchestra.run.smithi071.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-23T16:59:58.044 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 501 k 2024-04-23T16:59:58.044 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-23T16:59:58.044 INFO:teuthology.orchestra.run.smithi071.stdout: librgw2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-23T16:59:58.044 INFO:teuthology.orchestra.run.smithi071.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-23T16:59:58.044 INFO:teuthology.orchestra.run.smithi071.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-23T16:59:58.044 INFO:teuthology.orchestra.run.smithi071.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-23T16:59:58.044 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse x86_64 2:19.0.0-3211.g5d349943.el7 ceph 45 k 2024-04-23T16:59:58.044 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 135 k 2024-04-23T16:59:58.044 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cephfs x86_64 2:19.0.0-3211.g5d349943.el7 ceph 161 k 2024-04-23T16:59:58.044 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-23T16:59:58.044 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rados x86_64 2:19.0.0-3211.g5d349943.el7 ceph 321 k 2024-04-23T16:59:58.044 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rbd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 298 k 2024-04-23T16:59:58.045 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 99 k 2024-04-23T16:59:58.045 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-23T16:59:58.045 INFO:teuthology.orchestra.run.smithi071.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-23T16:59:58.045 INFO:teuthology.orchestra.run.smithi071.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-23T16:59:58.045 INFO:teuthology.orchestra.run.smithi071.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-23T16:59:58.045 INFO:teuthology.orchestra.run.smithi071.stdout:Installing weak dependencies: 2024-04-23T16:59:58.045 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-23T16:59:58.045 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T16:59:58.045 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-23T16:59:58.045 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T16:59:58.045 INFO:teuthology.orchestra.run.smithi071.stdout:Install 30 Packages 2024-04-23T16:59:58.045 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrade 2 Packages 2024-04-23T16:59:58.045 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T16:59:58.046 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 60 M 2024-04-23T16:59:58.046 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-23T16:59:58.244 INFO:teuthology.orchestra.run.smithi031.stdout:(1/32): ceph-base-19.0.0-3211.g5d349943.el7.x86 4.4 MB/s | 5.4 MB 00:01 2024-04-23T16:59:58.294 INFO:teuthology.orchestra.run.smithi031.stdout:(2/32): ceph-selinux-19.0.0-3211.g5d349943.el7. 516 kB/s | 25 kB 00:00 2024-04-23T16:59:58.395 INFO:teuthology.orchestra.run.smithi031.stdout:(3/32): libcephfs2-19.0.0-3211.g5d349943.el7.x8 7.3 MB/s | 748 kB 00:00 2024-04-23T16:59:58.478 INFO:teuthology.orchestra.run.smithi031.stdout:(4/32): libradosstriper1-19.0.0-3211.g5d349943. 5.9 MB/s | 501 kB 00:00 2024-04-23T16:59:58.929 INFO:teuthology.orchestra.run.smithi031.stdout:(5/32): librgw2-19.0.0-3211.g5d349943.el7.x86_6 12 MB/s | 5.4 MB 00:00 2024-04-23T16:59:59.045 INFO:teuthology.orchestra.run.smithi031.stdout:(6/32): ceph-radosgw-19.0.0-3211.g5d349943.el7. 5.3 MB/s | 11 MB 00:02 2024-04-23T16:59:59.071 INFO:teuthology.orchestra.run.smithi031.stdout:(7/32): python3-ceph-argparse-19.0.0-3211.g5d34 318 kB/s | 45 kB 00:00 2024-04-23T16:59:59.121 INFO:teuthology.orchestra.run.smithi031.stdout:(8/32): python3-cephfs-19.0.0-3211.g5d349943.el 3.2 MB/s | 161 kB 00:00 2024-04-23T16:59:59.146 INFO:teuthology.orchestra.run.smithi031.stdout:(9/32): python3-ceph-common-19.0.0-3211.g5d3499 1.3 MB/s | 135 kB 00:00 2024-04-23T16:59:59.180 INFO:teuthology.orchestra.run.smithi031.stdout:(10/32): python3-rados-19.0.0-3211.g5d349943.el 5.4 MB/s | 321 kB 00:00 2024-04-23T16:59:59.222 INFO:teuthology.orchestra.run.smithi031.stdout:(11/32): python3-rgw-19.0.0-3211.g5d349943.el7. 2.3 MB/s | 99 kB 00:00 2024-04-23T16:59:59.247 INFO:teuthology.orchestra.run.smithi031.stdout:(12/32): python3-rbd-19.0.0-3211.g5d349943.el7. 2.9 MB/s | 298 kB 00:00 2024-04-23T16:59:59.389 INFO:teuthology.orchestra.run.smithi031.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 641 kB/s | 107 kB 00:00 2024-04-23T16:59:59.414 INFO:teuthology.orchestra.run.smithi031.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 960 kB/s | 160 kB 00:00 2024-04-23T16:59:59.439 INFO:teuthology.orchestra.run.smithi031.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 902 kB/s | 45 kB 00:00 2024-04-23T16:59:59.506 INFO:teuthology.orchestra.run.smithi031.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.3 MB/s | 292 kB 00:00 2024-04-23T16:59:59.540 INFO:teuthology.orchestra.run.smithi031.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 5.2 MB/s | 662 kB 00:00 2024-04-23T16:59:59.566 INFO:teuthology.orchestra.run.smithi031.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 720 kB/s | 42 kB 00:00 2024-04-23T16:59:59.590 INFO:teuthology.orchestra.run.smithi031.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 221 kB 00:00 2024-04-23T16:59:59.616 INFO:teuthology.orchestra.run.smithi031.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 717 kB/s | 36 kB 00:00 2024-04-23T16:59:59.641 INFO:teuthology.orchestra.run.smithi031.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 943 kB/s | 47 kB 00:00 2024-04-23T17:00:00.141 INFO:teuthology.orchestra.run.smithi071.stdout:(1/32): ceph-radosgw-19.0.0-3211.g5d349943.el7. 7.7 MB/s | 11 MB 00:01 2024-04-23T17:00:00.183 INFO:teuthology.orchestra.run.smithi071.stdout:(2/32): ceph-selinux-19.0.0-3211.g5d349943.el7. 609 kB/s | 25 kB 00:00 2024-04-23T17:00:00.250 INFO:teuthology.orchestra.run.smithi071.stdout:(3/32): libcephfs2-19.0.0-3211.g5d349943.el7.x8 11 MB/s | 748 kB 00:00 2024-04-23T17:00:00.358 INFO:teuthology.orchestra.run.smithi071.stdout:(4/32): libradosstriper1-19.0.0-3211.g5d349943. 4.5 MB/s | 501 kB 00:00 2024-04-23T17:00:00.408 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - AppStream 880 kB/s | 19 MB 00:22 2024-04-23T17:00:00.717 INFO:teuthology.orchestra.run.smithi071.stdout:(5/32): librgw2-19.0.0-3211.g5d349943.el7.x86_6 15 MB/s | 5.4 MB 00:00 2024-04-23T17:00:00.759 INFO:teuthology.orchestra.run.smithi071.stdout:(6/32): python3-ceph-argparse-19.0.0-3211.g5d34 1.1 MB/s | 45 kB 00:00 2024-04-23T17:00:00.766 INFO:teuthology.orchestra.run.smithi031.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 268 kB/s | 309 kB 00:01 2024-04-23T17:00:00.801 INFO:teuthology.orchestra.run.smithi071.stdout:(7/32): python3-ceph-common-19.0.0-3211.g5d3499 3.2 MB/s | 135 kB 00:00 2024-04-23T17:00:00.851 INFO:teuthology.orchestra.run.smithi071.stdout:(8/32): python3-cephfs-19.0.0-3211.g5d349943.el 3.1 MB/s | 161 kB 00:00 2024-04-23T17:00:00.899 INFO:teuthology.orchestra.run.smithi031.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 195 kB/s | 26 kB 00:00 2024-04-23T17:00:01.101 INFO:teuthology.orchestra.run.smithi071.stdout:(9/32): ceph-base-19.0.0-3211.g5d349943.el7.x86 2.3 MB/s | 5.4 MB 00:02 2024-04-23T17:00:01.127 INFO:teuthology.orchestra.run.smithi071.stdout:(10/32): python3-rados-19.0.0-3211.g5d349943.el 1.1 MB/s | 321 kB 00:00 2024-04-23T17:00:01.141 INFO:teuthology.orchestra.run.smithi031.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 201 kB/s | 49 kB 00:00 2024-04-23T17:00:01.177 INFO:teuthology.orchestra.run.smithi071.stdout:(11/32): python3-rgw-19.0.0-3211.g5d349943.el7. 1.9 MB/s | 99 kB 00:00 2024-04-23T17:00:01.208 INFO:teuthology.orchestra.run.smithi071.stdout:(12/32): python3-rbd-19.0.0-3211.g5d349943.el7. 2.9 MB/s | 298 kB 00:00 2024-04-23T17:00:01.385 INFO:teuthology.orchestra.run.smithi031.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 278 kB/s | 67 kB 00:00 2024-04-23T17:00:02.169 INFO:teuthology.orchestra.run.smithi071.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 108 kB/s | 107 kB 00:00 2024-04-23T17:00:02.284 INFO:teuthology.orchestra.run.smithi031.stdout:(26/32): ceph-common-19.0.0-3211.g5d349943.el7. 4.0 MB/s | 21 MB 00:05 2024-04-23T17:00:02.295 INFO:teuthology.orchestra.run.smithi071.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 147 kB/s | 160 kB 00:01 2024-04-23T17:00:02.834 INFO:teuthology.orchestra.run.smithi031.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 578 kB/s | 838 kB 00:01 2024-04-23T17:00:02.936 INFO:teuthology.orchestra.run.smithi071.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 59 kB/s | 45 kB 00:00 2024-04-23T17:00:03.117 INFO:teuthology.orchestra.run.smithi031.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 230 kB/s | 192 kB 00:00 2024-04-23T17:00:03.526 INFO:teuthology.orchestra.run.smithi031.stdout:(29/32): librados2-19.0.0-3211.g5d349943.el7.x8 8.3 MB/s | 3.4 MB 00:00 2024-04-23T17:00:03.612 INFO:teuthology.orchestra.run.smithi071.stdout:(16/32): ceph-common-19.0.0-3211.g5d349943.el7. 4.4 MB/s | 21 MB 00:04 2024-04-23T17:00:03.701 INFO:teuthology.orchestra.run.smithi031.stdout:(30/32): librbd1-19.0.0-3211.g5d349943.el7.x86_ 18 MB/s | 3.1 MB 00:00 2024-04-23T17:00:04.037 INFO:teuthology.orchestra.run.smithi071.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 380 kB/s | 662 kB 00:01 2024-04-23T17:00:04.062 INFO:teuthology.orchestra.run.smithi071.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 260 kB/s | 292 kB 00:01 2024-04-23T17:00:04.262 INFO:teuthology.orchestra.run.smithi071.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 65 kB/s | 42 kB 00:00 2024-04-23T17:00:04.696 INFO:teuthology.orchestra.run.smithi071.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 57 kB/s | 36 kB 00:00 2024-04-23T17:00:04.938 INFO:teuthology.orchestra.run.smithi071.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 70 kB/s | 47 kB 00:00 2024-04-23T17:00:04.963 INFO:teuthology.orchestra.run.smithi071.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 238 kB/s | 221 kB 00:00 2024-04-23T17:00:05.430 INFO:teuthology.orchestra.run.smithi071.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 56 kB/s | 26 kB 00:00 2024-04-23T17:00:05.485 INFO:teuthology.orchestra.run.smithi031.stdout:(31/32): thrift-0.15.0-2.el9.x86_64.rpm 611 kB/s | 1.6 MB 00:02 2024-04-23T17:00:05.555 INFO:teuthology.orchestra.run.smithi071.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 360 kB/s | 309 kB 00:00 2024-04-23T17:00:05.948 INFO:teuthology.orchestra.run.smithi071.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 172 kB/s | 67 kB 00:00 2024-04-23T17:00:06.048 INFO:teuthology.orchestra.run.smithi071.stdout:(26/32): liboath-2.6.7-2.el9.x86_64.rpm 79 kB/s | 49 kB 00:00 2024-04-23T17:00:06.281 INFO:teuthology.orchestra.run.smithi071.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 3.3 MB/s | 4.4 MB 00:01 2024-04-23T17:00:06.315 INFO:teuthology.orchestra.run.smithi071.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.2 MB/s | 838 kB 00:00 2024-04-23T17:00:06.382 INFO:teuthology.orchestra.run.smithi071.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 574 kB/s | 192 kB 00:00 2024-04-23T17:00:06.457 INFO:teuthology.orchestra.run.smithi071.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 9.0 MB/s | 1.6 MB 00:00 2024-04-23T17:00:07.149 INFO:teuthology.orchestra.run.smithi071.stdout:(31/32): librados2-19.0.0-3211.g5d349943.el7.x8 4.1 MB/s | 3.4 MB 00:00 2024-04-23T17:00:07.218 INFO:teuthology.orchestra.run.smithi031.stdout:(32/32): libarrow-9.0.0-10.el9.x86_64.rpm 597 kB/s | 4.4 MB 00:07 2024-04-23T17:00:07.224 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-23T17:00:07.224 INFO:teuthology.orchestra.run.smithi031.stdout:Total 5.5 MB/s | 60 MB 00:10 2024-04-23T17:00:07.325 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-23T17:00:07.341 INFO:teuthology.orchestra.run.smithi071.stdout:(32/32): librbd1-19.0.0-3211.g5d349943.el7.x86_ 3.3 MB/s | 3.1 MB 00:00 2024-04-23T17:00:07.344 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-23T17:00:07.344 INFO:teuthology.orchestra.run.smithi071.stdout:Total 6.5 MB/s | 60 MB 00:09 2024-04-23T17:00:07.350 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - CRB 1.8 MB/s | 6.2 MB 00:03 2024-04-23T17:00:07.366 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-23T17:00:07.366 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-23T17:00:07.446 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-23T17:00:07.482 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-23T17:00:07.482 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-23T17:00:07.859 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-23T17:00:07.860 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-23T17:00:07.951 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-23T17:00:07.951 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-23T17:00:09.326 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-23T17:00:09.343 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - Extras packages 19 kB/s | 16 kB 00:00 2024-04-23T17:00:09.402 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-23T17:00:09.417 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-23T17:00:09.439 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-23T17:00:09.464 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-23T17:00:09.488 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-23T17:00:09.500 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-23T17:00:09.512 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-23T17:00:09.529 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-23T17:00:09.554 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-23T17:00:09.577 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-23T17:00:09.601 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-23T17:00:09.714 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-23T17:00:09.767 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-23T17:00:09.776 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-23T17:00:09.840 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-23T17:00:10.195 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-23T17:00:10.233 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-23T17:00:10.241 INFO:teuthology.orchestra.run.smithi031.stdout: Upgrading : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-23T17:00:10.290 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-23T17:00:10.325 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-23T17:00:10.382 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-23T17:00:10.415 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 8/34 2024-04-23T17:00:10.442 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-23T17:00:10.472 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 8/34 2024-04-23T17:00:10.505 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-23T17:00:10.508 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-23T17:00:10.534 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-23T17:00:10.571 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-23T17:00:10.577 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 11/34 2024-04-23T17:00:10.600 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-23T17:00:10.644 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 11/34 2024-04-23T17:00:10.648 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-23T17:00:10.669 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-23T17:00:10.713 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-23T17:00:10.734 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-23T17:00:10.744 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-23T17:00:10.759 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-23T17:00:10.809 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-23T17:00:10.842 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-23T17:00:10.870 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-23T17:00:10.902 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-23T17:00:10.942 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-23T17:00:10.950 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-23T17:00:10.967 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-23T17:00:10.977 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-23T17:00:11.004 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-23T17:00:11.017 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-23T17:00:11.037 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-23T17:00:11.042 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-23T17:00:11.072 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-23T17:00:11.105 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-23T17:00:11.366 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-23T17:00:11.416 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-23T17:00:11.417 INFO:teuthology.orchestra.run.smithi031.stdout: Upgrading : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-23T17:00:11.459 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-23T17:00:11.472 INFO:teuthology.orchestra.run.smithi186.stdout:Extra Packages for Enterprise Linux 10 MB/s | 21 MB 00:02 2024-04-23T17:00:11.508 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-23T17:00:11.538 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 23/34 2024-04-23T17:00:11.549 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-23T17:00:11.574 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-23T17:00:11.680 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 23/34 2024-04-23T17:00:11.716 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-23T17:00:12.079 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-23T17:00:12.110 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-23T17:00:12.181 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-23T17:00:12.197 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-23T17:00:12.236 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-23T17:00:12.252 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 27/34 2024-04-23T17:00:12.287 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 28/34 2024-04-23T17:00:12.308 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-23T17:00:12.386 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 27/34 2024-04-23T17:00:12.414 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 28/34 2024-04-23T17:00:14.662 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-23T17:00:14.694 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-23T17:00:14.704 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-23T17:00:14.966 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-23T17:00:15.234 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-23T17:00:15.282 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-23T17:00:15.366 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-23T17:00:15.366 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-23T17:00:15.366 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-23T17:00:15.366 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:15.400 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-23T17:00:15.541 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-23T17:00:15.579 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-23T17:00:15.651 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-23T17:00:15.651 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-23T17:00:15.652 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-23T17:00:15.652 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:15.679 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-23T17:00:16.602 INFO:teuthology.orchestra.run.smithi186.stdout:lab-extras 16 kB/s | 1.7 kB 00:00 2024-04-23T17:00:18.730 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-23T17:00:18.732 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-23T17:00:18.732 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-04-23T17:00:18.732 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-23T17:00:18.732 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-23T17:00:18.732 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-radosgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 11 M 2024-04-23T17:00:18.733 INFO:teuthology.orchestra.run.smithi186.stdout:Upgrading: 2024-04-23T17:00:18.733 INFO:teuthology.orchestra.run.smithi186.stdout: librados2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.4 M 2024-04-23T17:00:18.733 INFO:teuthology.orchestra.run.smithi186.stdout: librbd1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.1 M 2024-04-23T17:00:18.733 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-04-23T17:00:18.733 INFO:teuthology.orchestra.run.smithi186.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-23T17:00:18.733 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-base x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-23T17:00:18.733 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 21 M 2024-04-23T17:00:18.733 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-selinux x86_64 2:19.0.0-3211.g5d349943.el7 ceph 25 k 2024-04-23T17:00:18.733 INFO:teuthology.orchestra.run.smithi186.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-23T17:00:18.733 INFO:teuthology.orchestra.run.smithi186.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-23T17:00:18.733 INFO:teuthology.orchestra.run.smithi186.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-23T17:00:18.733 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 748 k 2024-04-23T17:00:18.733 INFO:teuthology.orchestra.run.smithi186.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-23T17:00:18.733 INFO:teuthology.orchestra.run.smithi186.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-23T17:00:18.734 INFO:teuthology.orchestra.run.smithi186.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-23T17:00:18.734 INFO:teuthology.orchestra.run.smithi186.stdout: libradosstriper1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 501 k 2024-04-23T17:00:18.734 INFO:teuthology.orchestra.run.smithi186.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-23T17:00:18.734 INFO:teuthology.orchestra.run.smithi186.stdout: librgw2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-23T17:00:18.734 INFO:teuthology.orchestra.run.smithi186.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-23T17:00:18.734 INFO:teuthology.orchestra.run.smithi186.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-23T17:00:18.734 INFO:teuthology.orchestra.run.smithi186.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-23T17:00:18.734 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-argparse x86_64 2:19.0.0-3211.g5d349943.el7 ceph 45 k 2024-04-23T17:00:18.734 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 135 k 2024-04-23T17:00:18.734 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cephfs x86_64 2:19.0.0-3211.g5d349943.el7 ceph 161 k 2024-04-23T17:00:18.734 INFO:teuthology.orchestra.run.smithi186.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-23T17:00:18.734 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rados x86_64 2:19.0.0-3211.g5d349943.el7 ceph 321 k 2024-04-23T17:00:18.734 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rbd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 298 k 2024-04-23T17:00:18.735 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 99 k 2024-04-23T17:00:18.735 INFO:teuthology.orchestra.run.smithi186.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-23T17:00:18.735 INFO:teuthology.orchestra.run.smithi186.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-23T17:00:18.735 INFO:teuthology.orchestra.run.smithi186.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-23T17:00:18.735 INFO:teuthology.orchestra.run.smithi186.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-23T17:00:18.735 INFO:teuthology.orchestra.run.smithi186.stdout:Installing weak dependencies: 2024-04-23T17:00:18.735 INFO:teuthology.orchestra.run.smithi186.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-23T17:00:18.735 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T17:00:18.735 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-23T17:00:18.735 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-23T17:00:18.735 INFO:teuthology.orchestra.run.smithi186.stdout:Install 30 Packages 2024-04-23T17:00:18.735 INFO:teuthology.orchestra.run.smithi186.stdout:Upgrade 2 Packages 2024-04-23T17:00:18.735 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T17:00:18.736 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 60 M 2024-04-23T17:00:18.736 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-23T17:00:20.220 INFO:teuthology.orchestra.run.smithi186.stdout:(1/32): ceph-base-19.0.0-3211.g5d349943.el7.x86 7.7 MB/s | 5.4 MB 00:00 2024-04-23T17:00:20.287 INFO:teuthology.orchestra.run.smithi186.stdout:(2/32): ceph-selinux-19.0.0-3211.g5d349943.el7. 377 kB/s | 25 kB 00:00 2024-04-23T17:00:20.388 INFO:teuthology.orchestra.run.smithi186.stdout:(3/32): libcephfs2-19.0.0-3211.g5d349943.el7.x8 7.3 MB/s | 748 kB 00:00 2024-04-23T17:00:20.463 INFO:teuthology.orchestra.run.smithi186.stdout:(4/32): libradosstriper1-19.0.0-3211.g5d349943. 6.5 MB/s | 501 kB 00:00 2024-04-23T17:00:20.871 INFO:teuthology.orchestra.run.smithi186.stdout:(5/32): librgw2-19.0.0-3211.g5d349943.el7.x86_6 13 MB/s | 5.4 MB 00:00 2024-04-23T17:00:20.938 INFO:teuthology.orchestra.run.smithi186.stdout:(6/32): python3-ceph-argparse-19.0.0-3211.g5d34 677 kB/s | 45 kB 00:00 2024-04-23T17:00:21.005 INFO:teuthology.orchestra.run.smithi186.stdout:(7/32): python3-ceph-common-19.0.0-3211.g5d3499 2.0 MB/s | 135 kB 00:00 2024-04-23T17:00:21.072 INFO:teuthology.orchestra.run.smithi186.stdout:(8/32): python3-cephfs-19.0.0-3211.g5d349943.el 2.4 MB/s | 161 kB 00:00 2024-04-23T17:00:21.147 INFO:teuthology.orchestra.run.smithi186.stdout:(9/32): python3-rados-19.0.0-3211.g5d349943.el7 4.2 MB/s | 321 kB 00:00 2024-04-23T17:00:21.223 INFO:teuthology.orchestra.run.smithi186.stdout:(10/32): python3-rbd-19.0.0-3211.g5d349943.el7. 3.9 MB/s | 298 kB 00:00 2024-04-23T17:00:21.290 INFO:teuthology.orchestra.run.smithi186.stdout:(11/32): python3-rgw-19.0.0-3211.g5d349943.el7. 1.5 MB/s | 99 kB 00:00 2024-04-23T17:00:21.548 INFO:teuthology.orchestra.run.smithi186.stdout:(12/32): ceph-radosgw-19.0.0-3211.g5d349943.el7 5.2 MB/s | 11 MB 00:02 2024-04-23T17:00:21.774 INFO:teuthology.orchestra.run.smithi186.stdout:(13/32): ceph-common-19.0.0-3211.g5d349943.el7. 9.4 MB/s | 21 MB 00:02 2024-04-23T17:00:21.799 INFO:teuthology.orchestra.run.smithi186.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 210 kB/s | 107 kB 00:00 2024-04-23T17:00:22.116 INFO:teuthology.orchestra.run.smithi186.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 132 kB/s | 45 kB 00:00 2024-04-23T17:00:22.266 INFO:teuthology.orchestra.run.smithi186.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 223 kB/s | 160 kB 00:00 2024-04-23T17:00:22.500 INFO:teuthology.orchestra.run.smithi186.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 945 kB/s | 662 kB 00:00 2024-04-23T17:00:22.617 INFO:teuthology.orchestra.run.smithi186.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 120 kB/s | 42 kB 00:00 2024-04-23T17:00:22.883 INFO:teuthology.orchestra.run.smithi186.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 135 kB/s | 36 kB 00:00 2024-04-23T17:00:23.042 INFO:teuthology.orchestra.run.smithi186.stdout:(20/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 316 kB/s | 292 kB 00:00 2024-04-23T17:00:23.076 INFO:teuthology.orchestra.run.smithi186.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 383 kB/s | 221 kB 00:00 2024-04-23T17:00:23.234 INFO:teuthology.orchestra.run.smithi186.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 135 kB/s | 47 kB 00:00 2024-04-23T17:00:23.285 INFO:teuthology.orchestra.run.smithi186.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.2 MB/s | 309 kB 00:00 2024-04-23T17:00:23.335 INFO:teuthology.orchestra.run.smithi186.stdout:(24/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 259 kB/s | 26 kB 00:00 2024-04-23T17:00:23.360 INFO:teuthology.orchestra.run.smithi186.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 646 kB/s | 49 kB 00:00 2024-04-23T17:00:23.452 INFO:teuthology.orchestra.run.smithi186.stdout:(26/32): libarrow-9.0.0-10.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2024-04-23T17:00:23.469 INFO:teuthology.orchestra.run.smithi186.stdout:(27/32): libunwind-1.6.2-1.el9.x86_64.rpm 503 kB/s | 67 kB 00:00 2024-04-23T17:00:23.502 INFO:teuthology.orchestra.run.smithi186.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 3.7 MB/s | 192 kB 00:00 2024-04-23T17:00:23.536 INFO:teuthology.orchestra.run.smithi186.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 4.7 MB/s | 838 kB 00:00 2024-04-23T17:00:23.686 INFO:teuthology.orchestra.run.smithi186.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 7.3 MB/s | 1.6 MB 00:00 2024-04-23T17:00:23.897 INFO:teuthology.orchestra.run.smithi186.stdout:(31/32): librados2-19.0.0-3211.g5d349943.el7.x8 8.6 MB/s | 3.4 MB 00:00 2024-04-23T17:00:23.970 INFO:teuthology.orchestra.run.smithi186.stdout:(32/32): librbd1-19.0.0-3211.g5d349943.el7.x86_ 7.2 MB/s | 3.1 MB 00:00 2024-04-23T17:00:23.973 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-23T17:00:23.973 INFO:teuthology.orchestra.run.smithi186.stdout:Total 12 MB/s | 60 MB 00:05 2024-04-23T17:00:24.079 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-23T17:00:24.116 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-23T17:00:24.116 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-23T17:00:24.586 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-23T17:00:24.586 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-23T17:00:24.757 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-23T17:00:24.757 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /sys 2024-04-23T17:00:24.757 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /proc 2024-04-23T17:00:24.757 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /mnt 2024-04-23T17:00:24.757 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /var/tmp 2024-04-23T17:00:24.757 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /home 2024-04-23T17:00:24.757 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /root 2024-04-23T17:00:24.757 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /tmp 2024-04-23T17:00:24.758 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:25.517 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-23T17:00:25.517 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /sys 2024-04-23T17:00:25.517 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /proc 2024-04-23T17:00:25.518 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /mnt 2024-04-23T17:00:25.518 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /var/tmp 2024-04-23T17:00:25.518 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /home 2024-04-23T17:00:25.518 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /root 2024-04-23T17:00:25.518 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /tmp 2024-04-23T17:00:25.518 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:25.708 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-23T17:00:25.733 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-23T17:00:25.734 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T17:00:25.734 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-23T17:00:25.734 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-23T17:00:25.734 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-23T17:00:25.734 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:25.735 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-23T17:00:25.819 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-23T17:00:25.819 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-23T17:00:26.061 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-23T17:00:26.165 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-23T17:00:26.192 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-23T17:00:26.217 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-23T17:00:26.240 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-23T17:00:26.265 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-23T17:00:26.448 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-23T17:00:26.503 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-23T17:00:26.527 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-23T17:00:26.552 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-23T17:00:26.552 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T17:00:26.553 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-23T17:00:26.553 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-23T17:00:26.553 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-23T17:00:26.553 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:26.554 INFO:teuthology.orchestra.run.smithi031.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-23T17:00:26.639 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-23T17:00:26.639 INFO:teuthology.orchestra.run.smithi031.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-23T17:00:26.888 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-23T17:00:26.944 INFO:teuthology.orchestra.run.smithi186.stdout: Upgrading : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-23T17:00:27.044 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-23T17:00:27.073 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-23T17:00:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 1/34 2024-04-23T17:00:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2/34 2024-04-23T17:00:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 3/34 2024-04-23T17:00:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 4/34 2024-04-23T17:00:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 5/34 2024-04-23T17:00:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 6/34 2024-04-23T17:00:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-23T17:00:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 8/34 2024-04-23T17:00:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 9/34 2024-04-23T17:00:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 10/34 2024-04-23T17:00:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 11/34 2024-04-23T17:00:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-23T17:00:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 13/34 2024-04-23T17:00:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-23T17:00:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-23T17:00:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-23T17:00:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-23T17:00:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-23T17:00:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-23T17:00:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-23T17:00:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-23T17:00:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-23T17:00:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-23T17:00:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-23T17:00:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-23T17:00:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-23T17:00:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-23T17:00:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-23T17:00:27.076 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-23T17:00:27.076 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-23T17:00:27.076 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-23T17:00:27.076 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-23T17:00:27.076 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 33/34 2024-04-23T17:00:27.131 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 8/34 2024-04-23T17:00:27.162 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-23T17:00:27.224 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-23T17:00:27.253 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-23T17:00:27.324 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 11/34 2024-04-23T17:00:27.389 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-23T17:00:27.414 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-23T17:00:27.478 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-23T17:00:27.512 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-23T17:00:27.622 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-23T17:00:27.654 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-23T17:00:27.695 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-23T17:00:27.720 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-23T17:00:27.749 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-23T17:00:27.782 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-23T17:00:27.802 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-23T17:00:27.803 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:27.803 INFO:teuthology.orchestra.run.smithi071.stdout:Upgraded: 2024-04-23T17:00:27.803 INFO:teuthology.orchestra.run.smithi071.stdout: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:27.803 INFO:teuthology.orchestra.run.smithi071.stdout: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:27.803 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-23T17:00:27.803 INFO:teuthology.orchestra.run.smithi071.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-23T17:00:27.803 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:27.803 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:27.803 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:27.803 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:27.803 INFO:teuthology.orchestra.run.smithi071.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-23T17:00:27.803 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-23T17:00:27.803 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-23T17:00:27.804 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:27.804 INFO:teuthology.orchestra.run.smithi071.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-23T17:00:27.804 INFO:teuthology.orchestra.run.smithi071.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-23T17:00:27.804 INFO:teuthology.orchestra.run.smithi071.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-23T17:00:27.804 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:27.804 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-23T17:00:27.804 INFO:teuthology.orchestra.run.smithi071.stdout: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:27.804 INFO:teuthology.orchestra.run.smithi071.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-23T17:00:27.804 INFO:teuthology.orchestra.run.smithi071.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-23T17:00:27.804 INFO:teuthology.orchestra.run.smithi071.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-23T17:00:27.804 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:27.804 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:27.804 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:27.804 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-23T17:00:27.805 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:27.805 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:27.805 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:27.805 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-23T17:00:27.805 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-23T17:00:27.805 INFO:teuthology.orchestra.run.smithi071.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-23T17:00:27.805 INFO:teuthology.orchestra.run.smithi071.stdout: re2-1:20211101-3.el9.x86_64 2024-04-23T17:00:27.805 INFO:teuthology.orchestra.run.smithi071.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-23T17:00:27.805 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:27.805 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-23T17:00:27.824 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-23T17:00:27.824 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 1/34 2024-04-23T17:00:27.824 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2/34 2024-04-23T17:00:27.824 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 3/34 2024-04-23T17:00:27.824 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 4/34 2024-04-23T17:00:27.824 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 5/34 2024-04-23T17:00:27.824 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 6/34 2024-04-23T17:00:27.824 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-23T17:00:27.824 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 8/34 2024-04-23T17:00:27.824 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 9/34 2024-04-23T17:00:27.824 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 10/34 2024-04-23T17:00:27.825 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 11/34 2024-04-23T17:00:27.825 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-23T17:00:27.825 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 13/34 2024-04-23T17:00:27.825 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-23T17:00:27.825 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-23T17:00:27.825 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-23T17:00:27.825 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-23T17:00:27.825 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-23T17:00:27.825 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-23T17:00:27.825 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-23T17:00:27.825 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-23T17:00:27.825 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-23T17:00:27.825 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-23T17:00:27.825 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-23T17:00:27.825 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-23T17:00:27.826 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-23T17:00:27.826 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-23T17:00:27.826 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-23T17:00:27.826 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-23T17:00:27.826 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-23T17:00:27.826 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-23T17:00:27.826 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-23T17:00:27.826 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 33/34 2024-04-23T17:00:28.096 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-23T17:00:28.136 INFO:teuthology.orchestra.run.smithi186.stdout: Upgrading : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-23T17:00:28.173 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-test 2024-04-23T17:00:28.226 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-23T17:00:28.257 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 23/34 2024-04-23T17:00:28.294 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-23T17:00:28.604 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-23T17:00:28.604 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:28.604 INFO:teuthology.orchestra.run.smithi031.stdout:Upgraded: 2024-04-23T17:00:28.604 INFO:teuthology.orchestra.run.smithi031.stdout: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:28.604 INFO:teuthology.orchestra.run.smithi031.stdout: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:28.605 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-23T17:00:28.605 INFO:teuthology.orchestra.run.smithi031.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-23T17:00:28.605 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:28.605 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:28.605 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:28.605 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:28.605 INFO:teuthology.orchestra.run.smithi031.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-23T17:00:28.605 INFO:teuthology.orchestra.run.smithi031.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-23T17:00:28.605 INFO:teuthology.orchestra.run.smithi031.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-23T17:00:28.605 INFO:teuthology.orchestra.run.smithi031.stdout: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:28.605 INFO:teuthology.orchestra.run.smithi031.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-23T17:00:28.605 INFO:teuthology.orchestra.run.smithi031.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-23T17:00:28.605 INFO:teuthology.orchestra.run.smithi031.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-23T17:00:28.605 INFO:teuthology.orchestra.run.smithi031.stdout: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:28.606 INFO:teuthology.orchestra.run.smithi031.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-23T17:00:28.606 INFO:teuthology.orchestra.run.smithi031.stdout: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:28.606 INFO:teuthology.orchestra.run.smithi031.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-23T17:00:28.606 INFO:teuthology.orchestra.run.smithi031.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-23T17:00:28.606 INFO:teuthology.orchestra.run.smithi031.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-23T17:00:28.606 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:28.606 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:28.606 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:28.606 INFO:teuthology.orchestra.run.smithi031.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-23T17:00:28.606 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:28.606 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:28.606 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:28.606 INFO:teuthology.orchestra.run.smithi031.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-23T17:00:28.607 INFO:teuthology.orchestra.run.smithi031.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-23T17:00:28.607 INFO:teuthology.orchestra.run.smithi031.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-23T17:00:28.607 INFO:teuthology.orchestra.run.smithi031.stdout: re2-1:20211101-3.el9.x86_64 2024-04-23T17:00:28.607 INFO:teuthology.orchestra.run.smithi031.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-23T17:00:28.607 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:28.607 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-23T17:00:28.681 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:33 ago on Tue 23 Apr 2024 04:59:55 PM UTC. 2024-04-23T17:00:28.777 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-23T17:00:28.799 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-23T17:00:28.799 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T17:00:28.800 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-23T17:00:28.800 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T17:00:28.800 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-23T17:00:28.800 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-test x86_64 2:19.0.0-3211.g5d349943.el7 ceph 49 M 2024-04-23T17:00:28.800 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-23T17:00:28.800 INFO:teuthology.orchestra.run.smithi071.stdout: libcephsqlite x86_64 2:19.0.0-3211.g5d349943.el7 ceph 163 k 2024-04-23T17:00:28.800 INFO:teuthology.orchestra.run.smithi071.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-23T17:00:28.800 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-23T17:00:28.800 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:28.800 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-23T17:00:28.800 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T17:00:28.800 INFO:teuthology.orchestra.run.smithi071.stdout:Install 4 Packages 2024-04-23T17:00:28.800 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:28.801 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 50 M 2024-04-23T17:00:28.801 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 210 M 2024-04-23T17:00:28.801 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-23T17:00:28.805 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-23T17:00:28.867 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-23T17:00:28.932 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-test 2024-04-23T17:00:28.937 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 27/34 2024-04-23T17:00:28.966 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 28/34 2024-04-23T17:00:29.254 INFO:teuthology.orchestra.run.smithi071.stdout:(1/4): libcephsqlite-19.0.0-3211.g5d349943.el7. 420 kB/s | 163 kB 00:00 2024-04-23T17:00:29.461 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:00:36 ago on Tue 23 Apr 2024 04:59:53 PM UTC. 2024-04-23T17:00:29.585 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-23T17:00:29.586 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T17:00:29.586 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-04-23T17:00:29.586 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T17:00:29.586 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-23T17:00:29.586 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-test x86_64 2:19.0.0-3211.g5d349943.el7 ceph 49 M 2024-04-23T17:00:29.586 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-04-23T17:00:29.586 INFO:teuthology.orchestra.run.smithi031.stdout: libcephsqlite x86_64 2:19.0.0-3211.g5d349943.el7 ceph 163 k 2024-04-23T17:00:29.586 INFO:teuthology.orchestra.run.smithi031.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-23T17:00:29.586 INFO:teuthology.orchestra.run.smithi031.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-23T17:00:29.586 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:29.586 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-23T17:00:29.586 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T17:00:29.587 INFO:teuthology.orchestra.run.smithi031.stdout:Install 4 Packages 2024-04-23T17:00:29.587 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:29.587 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 50 M 2024-04-23T17:00:29.587 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 210 M 2024-04-23T17:00:29.587 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-23T17:00:29.837 INFO:teuthology.orchestra.run.smithi071.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 313 kB/s | 305 kB 00:00 2024-04-23T17:00:29.912 INFO:teuthology.orchestra.run.smithi071.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 97 kB/s | 64 kB 00:00 2024-04-23T17:00:30.434 INFO:teuthology.orchestra.run.smithi031.stdout:(1/4): libcephsqlite-19.0.0-3211.g5d349943.el7. 291 kB/s | 163 kB 00:00 2024-04-23T17:00:30.793 INFO:teuthology.orchestra.run.smithi031.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 178 kB/s | 64 kB 00:00 2024-04-23T17:00:30.818 INFO:teuthology.orchestra.run.smithi031.stdout:(3/4): socat-1.7.4.1-5.el9.x86_64.rpm 323 kB/s | 305 kB 00:00 2024-04-23T17:00:31.277 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-23T17:00:31.296 INFO:teuthology.orchestra.run.smithi071.stdout:(4/4): ceph-test-19.0.0-3211.g5d349943.el7.x86_ 20 MB/s | 49 MB 00:02 2024-04-23T17:00:31.298 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-23T17:00:31.298 INFO:teuthology.orchestra.run.smithi071.stdout:Total 20 MB/s | 50 MB 00:02 2024-04-23T17:00:31.320 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-23T17:00:31.325 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-23T17:00:31.346 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-23T17:00:31.346 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-23T17:00:31.718 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-23T17:00:31.719 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-23T17:00:31.873 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-23T17:00:31.923 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-23T17:00:32.013 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-23T17:00:32.013 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-23T17:00:32.014 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-23T17:00:32.014 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T17:00:32.049 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-23T17:00:32.256 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-23T17:00:32.347 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-23T17:00:32.387 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-23T17:00:32.407 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-23T17:00:34.160 INFO:teuthology.orchestra.run.smithi031.stdout:(4/4): ceph-test-19.0.0-3211.g5d349943.el7.x86_ 11 MB/s | 49 MB 00:04 2024-04-23T17:00:34.161 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-23T17:00:34.162 INFO:teuthology.orchestra.run.smithi031.stdout:Total 11 MB/s | 50 MB 00:04 2024-04-23T17:00:34.189 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-23T17:00:34.212 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-23T17:00:34.212 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-23T17:00:34.603 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-23T17:00:34.603 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-23T17:00:35.161 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-23T17:00:35.237 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-23T17:00:35.276 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-23T17:00:35.303 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-23T17:00:37.027 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-23T17:00:37.103 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-23T17:00:39.272 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-23T17:00:39.272 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 1/4 2024-04-23T17:00:39.273 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2/4 2024-04-23T17:00:39.273 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-23T17:00:39.568 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-23T17:00:39.568 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:39.568 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-23T17:00:39.568 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:39.568 INFO:teuthology.orchestra.run.smithi071.stdout: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:39.569 INFO:teuthology.orchestra.run.smithi071.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-23T17:00:39.569 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-23T17:00:39.569 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:39.569 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-23T17:00:39.878 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph 2024-04-23T17:00:40.179 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-23T17:00:40.261 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-23T17:00:40.388 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:45 ago on Tue 23 Apr 2024 04:59:55 PM UTC. 2024-04-23T17:00:40.511 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-23T17:00:40.514 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T17:00:40.514 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-23T17:00:40.514 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T17:00:40.514 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-23T17:00:40.514 INFO:teuthology.orchestra.run.smithi071.stdout: ceph x86_64 2:19.0.0-3211.g5d349943.el7 ceph 6.6 k 2024-04-23T17:00:40.514 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-23T17:00:40.514 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mds x86_64 2:19.0.0-3211.g5d349943.el7 ceph 2.4 M 2024-04-23T17:00:40.515 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr x86_64 2:19.0.0-3211.g5d349943.el7 ceph 1.5 M 2024-04-23T17:00:40.515 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3211.g5d349943.el7 ceph-noarch 249 k 2024-04-23T17:00:40.515 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mon x86_64 2:19.0.0-3211.g5d349943.el7 ceph 4.7 M 2024-04-23T17:00:40.515 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-osd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 17 M 2024-04-23T17:00:40.515 INFO:teuthology.orchestra.run.smithi071.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-23T17:00:40.515 INFO:teuthology.orchestra.run.smithi071.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-23T17:00:40.515 INFO:teuthology.orchestra.run.smithi071.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-23T17:00:40.515 INFO:teuthology.orchestra.run.smithi071.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-23T17:00:40.515 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-23T17:00:40.515 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-23T17:00:40.515 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-23T17:00:40.515 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-23T17:00:40.515 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-23T17:00:40.515 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-23T17:00:40.516 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-collections 2024-04-23T17:00:40.516 INFO:teuthology.orchestra.run.smithi071.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-23T17:00:40.516 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-23T17:00:40.516 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-23T17:00:40.516 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-23T17:00:40.516 INFO:teuthology.orchestra.run.smithi071.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-23T17:00:40.516 INFO:teuthology.orchestra.run.smithi071.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-23T17:00:40.516 INFO:teuthology.orchestra.run.smithi071.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-23T17:00:40.516 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-23T17:00:40.516 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-23T17:00:40.516 INFO:teuthology.orchestra.run.smithi071.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-23T17:00:40.516 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-23T17:00:40.516 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-23T17:00:40.516 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-23T17:00:40.516 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-23T17:00:40.517 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-23T17:00:40.517 INFO:teuthology.orchestra.run.smithi071.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-23T17:00:40.517 INFO:teuthology.orchestra.run.smithi071.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-23T17:00:40.517 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-23T17:00:40.517 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-23T17:00:40.517 INFO:teuthology.orchestra.run.smithi071.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-23T17:00:40.517 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:40.517 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-23T17:00:40.517 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T17:00:40.517 INFO:teuthology.orchestra.run.smithi071.stdout:Install 36 Packages 2024-04-23T17:00:40.517 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:40.518 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 30 M 2024-04-23T17:00:40.518 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 107 M 2024-04-23T17:00:40.518 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-23T17:00:41.529 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-23T17:00:41.529 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /sys 2024-04-23T17:00:41.529 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /proc 2024-04-23T17:00:41.529 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /mnt 2024-04-23T17:00:41.529 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /var/tmp 2024-04-23T17:00:41.529 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /home 2024-04-23T17:00:41.529 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /root 2024-04-23T17:00:41.529 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /tmp 2024-04-23T17:00:41.529 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T17:00:41.683 INFO:teuthology.orchestra.run.smithi071.stdout:(1/36): ceph-19.0.0-3211.g5d349943.el7.x86_64.r 37 kB/s | 6.6 kB 00:00 2024-04-23T17:00:41.983 INFO:teuthology.orchestra.run.smithi071.stdout:(2/36): ceph-mgr-19.0.0-3211.g5d349943.el7.x86_ 3.1 MB/s | 1.5 MB 00:00 2024-04-23T17:00:42.325 INFO:teuthology.orchestra.run.smithi071.stdout:(3/36): ceph-mon-19.0.0-3211.g5d349943.el7.x86_ 7.3 MB/s | 4.7 MB 00:00 2024-04-23T17:00:42.375 INFO:teuthology.orchestra.run.smithi071.stdout:(4/36): ceph-mds-19.0.0-3211.g5d349943.el7.x86_ 2.7 MB/s | 2.4 MB 00:00 2024-04-23T17:00:42.400 INFO:teuthology.orchestra.run.smithi071.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3211.g5d34 3.2 MB/s | 249 kB 00:00 2024-04-23T17:00:42.476 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-23T17:00:42.476 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 1/4 2024-04-23T17:00:42.476 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2/4 2024-04-23T17:00:42.476 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-23T17:00:42.523 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-23T17:00:42.548 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-23T17:00:42.549 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T17:00:42.549 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-23T17:00:42.549 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-23T17:00:42.549 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-23T17:00:42.549 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T17:00:42.550 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-23T17:00:42.634 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-23T17:00:42.635 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-23T17:00:42.774 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-23T17:00:42.774 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:42.774 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-23T17:00:42.774 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:42.774 INFO:teuthology.orchestra.run.smithi031.stdout: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:42.774 INFO:teuthology.orchestra.run.smithi031.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-23T17:00:42.775 INFO:teuthology.orchestra.run.smithi031.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-23T17:00:42.775 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:42.775 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-23T17:00:43.026 INFO:teuthology.orchestra.run.smithi071.stdout:(6/36): ceph-osd-19.0.0-3211.g5d349943.el7.x86_ 16 MB/s | 17 MB 00:01 2024-04-23T17:00:43.030 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph 2024-04-23T17:00:43.051 INFO:teuthology.orchestra.run.smithi071.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 375 kB/s | 253 kB 00:00 2024-04-23T17:00:43.168 INFO:teuthology.orchestra.run.smithi071.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.1 MB/s | 135 kB 00:00 2024-04-23T17:00:43.268 INFO:teuthology.orchestra.run.smithi071.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.2 MB/s | 125 kB 00:00 2024-04-23T17:00:43.302 INFO:teuthology.orchestra.run.smithi071.stdout:(10/36): python3-cryptography-36.0.1-4.el9.x86_ 1.4 MB/s | 1.2 MB 00:00 2024-04-23T17:00:43.377 INFO:teuthology.orchestra.run.smithi071.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-04-23T17:00:43.444 INFO:teuthology.orchestra.run.smithi071.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 1.3 MB/s | 188 kB 00:00 2024-04-23T17:00:43.486 INFO:teuthology.orchestra.run.smithi071.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 831 kB/s | 35 kB 00:00 2024-04-23T17:00:43.511 INFO:teuthology.orchestra.run.smithi071.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-04-23T17:00:43.537 INFO:teuthology.orchestra.run.smithi071.stdout:(15/36): python3-ply-3.11-14.el9.noarch.rpm 209 kB/s | 106 kB 00:00 2024-04-23T17:00:43.554 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:00:50 ago on Tue 23 Apr 2024 04:59:53 PM UTC. 2024-04-23T17:00:43.561 INFO:teuthology.orchestra.run.smithi071.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 675 kB/s | 51 kB 00:00 2024-04-23T17:00:43.587 INFO:teuthology.orchestra.run.smithi071.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 551 kB/s | 42 kB 00:00 2024-04-23T17:00:43.684 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-23T17:00:43.687 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T17:00:43.687 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-04-23T17:00:43.687 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T17:00:43.687 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-23T17:00:43.687 INFO:teuthology.orchestra.run.smithi031.stdout: ceph x86_64 2:19.0.0-3211.g5d349943.el7 ceph 6.6 k 2024-04-23T17:00:43.687 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-04-23T17:00:43.687 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mds x86_64 2:19.0.0-3211.g5d349943.el7 ceph 2.4 M 2024-04-23T17:00:43.688 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr x86_64 2:19.0.0-3211.g5d349943.el7 ceph 1.5 M 2024-04-23T17:00:43.688 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3211.g5d349943.el7 ceph-noarch 249 k 2024-04-23T17:00:43.688 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mon x86_64 2:19.0.0-3211.g5d349943.el7 ceph 4.7 M 2024-04-23T17:00:43.688 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-osd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 17 M 2024-04-23T17:00:43.688 INFO:teuthology.orchestra.run.smithi031.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-23T17:00:43.688 INFO:teuthology.orchestra.run.smithi031.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-23T17:00:43.688 INFO:teuthology.orchestra.run.smithi031.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-23T17:00:43.688 INFO:teuthology.orchestra.run.smithi031.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-23T17:00:43.688 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-23T17:00:43.688 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-23T17:00:43.688 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-23T17:00:43.688 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-23T17:00:43.688 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-23T17:00:43.689 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-23T17:00:43.689 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-collections 2024-04-23T17:00:43.689 INFO:teuthology.orchestra.run.smithi031.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-23T17:00:43.689 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-23T17:00:43.689 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-23T17:00:43.689 INFO:teuthology.orchestra.run.smithi031.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-23T17:00:43.689 INFO:teuthology.orchestra.run.smithi031.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-23T17:00:43.689 INFO:teuthology.orchestra.run.smithi031.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-23T17:00:43.689 INFO:teuthology.orchestra.run.smithi031.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-23T17:00:43.689 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-23T17:00:43.689 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-23T17:00:43.689 INFO:teuthology.orchestra.run.smithi031.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-23T17:00:43.689 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-23T17:00:43.689 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-23T17:00:43.690 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-23T17:00:43.690 INFO:teuthology.orchestra.run.smithi031.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-23T17:00:43.690 INFO:teuthology.orchestra.run.smithi031.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-23T17:00:43.690 INFO:teuthology.orchestra.run.smithi031.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-23T17:00:43.690 INFO:teuthology.orchestra.run.smithi031.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-23T17:00:43.690 INFO:teuthology.orchestra.run.smithi031.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-23T17:00:43.690 INFO:teuthology.orchestra.run.smithi031.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-23T17:00:43.690 INFO:teuthology.orchestra.run.smithi031.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-23T17:00:43.690 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:43.690 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-23T17:00:43.690 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T17:00:43.690 INFO:teuthology.orchestra.run.smithi031.stdout:Install 36 Packages 2024-04-23T17:00:43.690 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:43.691 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 30 M 2024-04-23T17:00:43.691 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 107 M 2024-04-23T17:00:43.691 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-23T17:00:43.737 INFO:teuthology.orchestra.run.smithi071.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 111 kB/s | 22 kB 00:00 2024-04-23T17:00:43.793 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-23T17:00:43.793 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 1/34 2024-04-23T17:00:43.793 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2/34 2024-04-23T17:00:43.793 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 3/34 2024-04-23T17:00:43.793 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 4/34 2024-04-23T17:00:43.793 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 5/34 2024-04-23T17:00:43.793 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 6/34 2024-04-23T17:00:43.793 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-23T17:00:43.793 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 8/34 2024-04-23T17:00:43.794 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 9/34 2024-04-23T17:00:43.794 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 10/34 2024-04-23T17:00:43.794 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 11/34 2024-04-23T17:00:43.794 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-23T17:00:43.794 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 13/34 2024-04-23T17:00:43.794 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-23T17:00:43.794 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-23T17:00:43.794 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-23T17:00:43.794 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-23T17:00:43.794 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-23T17:00:43.794 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-23T17:00:43.794 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-23T17:00:43.794 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-23T17:00:43.795 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-23T17:00:43.795 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-23T17:00:43.795 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-23T17:00:43.795 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-23T17:00:43.795 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-23T17:00:43.795 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-23T17:00:43.795 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-23T17:00:43.795 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-23T17:00:43.795 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-23T17:00:43.795 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-23T17:00:43.795 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-23T17:00:43.795 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 33/34 2024-04-23T17:00:43.979 INFO:teuthology.orchestra.run.smithi071.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 111 kB/s | 43 kB 00:00 2024-04-23T17:00:44.146 INFO:teuthology.orchestra.run.smithi071.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 270 kB/s | 151 kB 00:00 2024-04-23T17:00:44.247 INFO:teuthology.orchestra.run.smithi071.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 107 kB/s | 11 kB 00:00 2024-04-23T17:00:44.280 INFO:teuthology.orchestra.run.smithi071.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 317 kB/s | 172 kB 00:00 2024-04-23T17:00:44.339 INFO:teuthology.orchestra.run.smithi071.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 998 kB/s | 358 kB 00:00 2024-04-23T17:00:44.364 INFO:teuthology.orchestra.run.smithi071.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 151 kB/s | 18 kB 00:00 2024-04-23T17:00:44.389 INFO:teuthology.orchestra.run.smithi071.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 213 kB/s | 23 kB 00:00 2024-04-23T17:00:44.440 INFO:teuthology.orchestra.run.smithi071.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 193 kB/s | 19 kB 00:00 2024-04-23T17:00:44.465 INFO:teuthology.orchestra.run.smithi071.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 195 kB/s | 20 kB 00:00 2024-04-23T17:00:44.484 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-23T17:00:44.484 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T17:00:44.484 INFO:teuthology.orchestra.run.smithi186.stdout:Upgraded: 2024-04-23T17:00:44.484 INFO:teuthology.orchestra.run.smithi186.stdout: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:44.484 INFO:teuthology.orchestra.run.smithi186.stdout: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:44.484 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-23T17:00:44.485 INFO:teuthology.orchestra.run.smithi186.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-23T17:00:44.485 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:44.485 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:44.485 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:44.485 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:44.486 INFO:teuthology.orchestra.run.smithi186.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-23T17:00:44.486 INFO:teuthology.orchestra.run.smithi186.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-23T17:00:44.486 INFO:teuthology.orchestra.run.smithi186.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-23T17:00:44.486 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:44.487 INFO:teuthology.orchestra.run.smithi186.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-23T17:00:44.487 INFO:teuthology.orchestra.run.smithi186.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-23T17:00:44.487 INFO:teuthology.orchestra.run.smithi186.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-23T17:00:44.487 INFO:teuthology.orchestra.run.smithi186.stdout: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:44.487 INFO:teuthology.orchestra.run.smithi186.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-23T17:00:44.487 INFO:teuthology.orchestra.run.smithi186.stdout: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:44.488 INFO:teuthology.orchestra.run.smithi186.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-23T17:00:44.488 INFO:teuthology.orchestra.run.smithi186.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-23T17:00:44.488 INFO:teuthology.orchestra.run.smithi186.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-23T17:00:44.488 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:44.488 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:44.488 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:44.489 INFO:teuthology.orchestra.run.smithi186.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-23T17:00:44.489 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:44.489 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:44.489 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:44.489 INFO:teuthology.orchestra.run.smithi186.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-23T17:00:44.489 INFO:teuthology.orchestra.run.smithi186.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-23T17:00:44.489 INFO:teuthology.orchestra.run.smithi186.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-23T17:00:44.490 INFO:teuthology.orchestra.run.smithi186.stdout: re2-1:20211101-3.el9.x86_64 2024-04-23T17:00:44.490 INFO:teuthology.orchestra.run.smithi186.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-23T17:00:44.490 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T17:00:44.490 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-23T17:00:44.499 INFO:teuthology.orchestra.run.smithi071.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 425 kB/s | 46 kB 00:00 2024-04-23T17:00:44.541 INFO:teuthology.orchestra.run.smithi071.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 784 kB/s | 79 kB 00:00 2024-04-23T17:00:44.599 INFO:teuthology.orchestra.run.smithi071.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 164 kB/s | 16 kB 00:00 2024-04-23T17:00:44.641 INFO:teuthology.orchestra.run.smithi071.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 897 kB/s | 90 kB 00:00 2024-04-23T17:00:44.666 INFO:teuthology.orchestra.run.smithi071.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.3 MB/s | 272 kB 00:00 2024-04-23T17:00:44.717 INFO:teuthology.orchestra.run.smithi071.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 305 kB/s | 36 kB 00:00 2024-04-23T17:00:44.767 INFO:teuthology.orchestra.run.smithi071.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.8 MB/s | 230 kB 00:00 2024-04-23T17:00:44.784 INFO:teuthology.orchestra.run.smithi031.stdout:(1/36): ceph-19.0.0-3211.g5d349943.el7.x86_64.r 38 kB/s | 6.6 kB 00:00 2024-04-23T17:00:44.802 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-test 2024-04-23T17:00:44.818 INFO:teuthology.orchestra.run.smithi071.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 199 kB/s | 20 kB 00:00 2024-04-23T17:00:44.843 INFO:teuthology.orchestra.run.smithi071.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.4 MB/s | 427 kB 00:00 2024-04-23T17:00:44.847 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-23T17:00:44.847 INFO:teuthology.orchestra.run.smithi071.stdout:Total 7.0 MB/s | 30 MB 00:04 2024-04-23T17:00:44.985 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-23T17:00:45.026 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-23T17:00:45.026 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-23T17:00:45.051 INFO:teuthology.orchestra.run.smithi031.stdout:(2/36): ceph-mgr-19.0.0-3211.g5d349943.el7.x86_ 3.4 MB/s | 1.5 MB 00:00 2024-04-23T17:00:45.318 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-23T17:00:45.319 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-23T17:00:45.321 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:00:29 ago on Tue 23 Apr 2024 05:00:16 PM UTC. 2024-04-23T17:00:45.335 INFO:teuthology.orchestra.run.smithi031.stdout:(3/36): ceph-mds-19.0.0-3211.g5d349943.el7.x86_ 3.3 MB/s | 2.4 MB 00:00 2024-04-23T17:00:45.410 INFO:teuthology.orchestra.run.smithi031.stdout:(4/36): ceph-mon-19.0.0-3211.g5d349943.el7.x86_ 7.5 MB/s | 4.7 MB 00:00 2024-04-23T17:00:45.435 INFO:teuthology.orchestra.run.smithi031.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3211.g5d34 2.4 MB/s | 249 kB 00:00 2024-04-23T17:00:45.440 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-23T17:00:45.441 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-23T17:00:45.441 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-04-23T17:00:45.441 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-23T17:00:45.441 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-23T17:00:45.441 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-test x86_64 2:19.0.0-3211.g5d349943.el7 ceph 49 M 2024-04-23T17:00:45.441 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-04-23T17:00:45.441 INFO:teuthology.orchestra.run.smithi186.stdout: libcephsqlite x86_64 2:19.0.0-3211.g5d349943.el7 ceph 163 k 2024-04-23T17:00:45.441 INFO:teuthology.orchestra.run.smithi186.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-23T17:00:45.441 INFO:teuthology.orchestra.run.smithi186.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-23T17:00:45.442 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T17:00:45.442 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-23T17:00:45.442 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-23T17:00:45.442 INFO:teuthology.orchestra.run.smithi186.stdout:Install 4 Packages 2024-04-23T17:00:45.442 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T17:00:45.442 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 50 M 2024-04-23T17:00:45.443 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 210 M 2024-04-23T17:00:45.443 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-23T17:00:45.636 INFO:teuthology.orchestra.run.smithi031.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-04-23T17:00:45.694 INFO:teuthology.orchestra.run.smithi031.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2024-04-23T17:00:45.753 INFO:teuthology.orchestra.run.smithi031.stdout:(8/36): python3-cryptography-36.0.1-4.el9.x86_6 3.9 MB/s | 1.2 MB 00:00 2024-04-23T17:00:45.778 INFO:teuthology.orchestra.run.smithi031.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.6 MB/s | 135 kB 00:00 2024-04-23T17:00:45.803 INFO:teuthology.orchestra.run.smithi031.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 2.4 MB/s | 125 kB 00:00 2024-04-23T17:00:45.870 INFO:teuthology.orchestra.run.smithi031.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.3 MB/s | 215 kB 00:00 2024-04-23T17:00:45.889 INFO:teuthology.orchestra.run.smithi186.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.8 MB/s | 305 kB 00:00 2024-04-23T17:00:45.931 INFO:teuthology.orchestra.run.smithi186.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-04-23T17:00:46.179 INFO:teuthology.orchestra.run.smithi031.stdout:(12/36): ceph-osd-19.0.0-3211.g5d349943.el7.x86 15 MB/s | 17 MB 00:01 2024-04-23T17:00:46.298 INFO:teuthology.orchestra.run.smithi186.stdout:(3/4): libcephsqlite-19.0.0-3211.g5d349943.el7. 285 kB/s | 163 kB 00:00 2024-04-23T17:00:46.576 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-23T17:00:46.646 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-23T17:00:46.678 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-23T17:00:46.716 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-23T17:00:46.779 INFO:teuthology.orchestra.run.smithi031.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 58 kB/s | 35 kB 00:00 2024-04-23T17:00:46.795 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-23T17:00:46.846 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-23T17:00:46.880 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-23T17:00:46.904 INFO:teuthology.orchestra.run.smithi031.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 171 kB/s | 188 kB 00:01 2024-04-23T17:00:46.947 INFO:teuthology.orchestra.run.smithi031.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 160 kB/s | 172 kB 00:01 2024-04-23T17:00:46.972 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-23T17:00:47.051 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-23T17:00:47.091 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-23T17:00:47.096 INFO:teuthology.orchestra.run.smithi031.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 149 kB/s | 22 kB 00:00 2024-04-23T17:00:47.126 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-23T17:00:47.156 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-23T17:00:47.190 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-23T17:00:47.224 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-23T17:00:47.264 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-23T17:00:47.299 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-23T17:00:47.334 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-23T17:00:47.372 INFO:teuthology.orchestra.run.smithi031.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 550 kB/s | 151 kB 00:00 2024-04-23T17:00:47.372 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-23T17:00:47.438 INFO:teuthology.orchestra.run.smithi031.stdout:(18/36): python3-pytz-2021.1-5.el9.noarch.rpm 77 kB/s | 51 kB 00:00 2024-04-23T17:00:47.446 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-23T17:00:47.464 INFO:teuthology.orchestra.run.smithi031.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 473 kB/s | 43 kB 00:00 2024-04-23T17:00:47.531 INFO:teuthology.orchestra.run.smithi031.stdout:(20/36): python3-toml-0.10.2-6.el9.noarch.rpm 66 kB/s | 42 kB 00:00 2024-04-23T17:00:47.581 INFO:teuthology.orchestra.run.smithi031.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 3.0 MB/s | 358 kB 00:00 2024-04-23T17:00:47.584 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-23T17:00:47.656 INFO:teuthology.orchestra.run.smithi031.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 236 kB/s | 18 kB 00:00 2024-04-23T17:00:47.663 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-23T17:00:47.681 INFO:teuthology.orchestra.run.smithi031.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 71 kB/s | 11 kB 00:00 2024-04-23T17:00:47.723 INFO:teuthology.orchestra.run.smithi031.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 347 kB/s | 23 kB 00:00 2024-04-23T17:00:47.725 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-23T17:00:47.749 INFO:teuthology.orchestra.run.smithi031.stdout:(25/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 554 kB/s | 172 kB 00:00 2024-04-23T17:00:47.764 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-23T17:00:47.774 INFO:teuthology.orchestra.run.smithi031.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 211 kB/s | 19 kB 00:00 2024-04-23T17:00:47.799 INFO:teuthology.orchestra.run.smithi031.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-04-23T17:00:47.821 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-23T17:00:47.824 INFO:teuthology.orchestra.run.smithi031.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 614 kB/s | 46 kB 00:00 2024-04-23T17:00:47.875 INFO:teuthology.orchestra.run.smithi031.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 3.5 MB/s | 272 kB 00:00 2024-04-23T17:00:47.877 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-23T17:00:47.900 INFO:teuthology.orchestra.run.smithi031.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 218 kB/s | 16 kB 00:00 2024-04-23T17:00:47.941 INFO:teuthology.orchestra.run.smithi031.stdout:(31/36): python3-more-itertools-8.12.0-2.el9.no 471 kB/s | 79 kB 00:00 2024-04-23T17:00:47.992 INFO:teuthology.orchestra.run.smithi031.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 766 kB/s | 90 kB 00:00 2024-04-23T17:00:48.009 INFO:teuthology.orchestra.run.smithi031.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 329 kB/s | 36 kB 00:00 2024-04-23T17:00:48.062 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-23T17:00:48.068 INFO:teuthology.orchestra.run.smithi031.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.8 MB/s | 230 kB 00:00 2024-04-23T17:00:48.084 INFO:teuthology.orchestra.run.smithi031.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 266 kB/s | 20 kB 00:00 2024-04-23T17:00:48.110 INFO:teuthology.orchestra.run.smithi031.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.6 MB/s | 427 kB 00:00 2024-04-23T17:00:48.110 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-23T17:00:48.112 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-23T17:00:48.112 INFO:teuthology.orchestra.run.smithi031.stdout:Total 6.8 MB/s | 30 MB 00:04 2024-04-23T17:00:48.179 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-23T17:00:48.253 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-23T17:00:48.269 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-23T17:00:48.298 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-23T17:00:48.298 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-23T17:00:48.309 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-23T17:00:48.323 INFO:teuthology.orchestra.run.smithi186.stdout:(4/4): ceph-test-19.0.0-3211.g5d349943.el7.x86_ 19 MB/s | 49 MB 00:02 2024-04-23T17:00:48.325 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-23T17:00:48.326 INFO:teuthology.orchestra.run.smithi186.stdout:Total 17 MB/s | 50 MB 00:02 2024-04-23T17:00:48.353 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-23T17:00:48.373 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-23T17:00:48.373 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-23T17:00:48.427 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-23T17:00:48.591 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 31/36 2024-04-23T17:00:48.612 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-23T17:00:48.613 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-23T17:00:48.620 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-23T17:00:48.645 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-23T17:00:48.645 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T17:00:48.645 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-23T17:00:48.646 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-23T17:00:48.646 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-23T17:00:48.646 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:48.746 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-23T17:00:48.746 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-23T17:00:49.272 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-23T17:00:49.340 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-23T17:00:49.388 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-23T17:00:49.408 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-23T17:00:49.878 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-23T17:00:49.937 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-23T17:00:49.987 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-23T17:00:50.015 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-23T17:00:50.088 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-23T17:00:50.088 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-23T17:00:50.114 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-23T17:00:50.114 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T17:00:50.114 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-23T17:00:50.114 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-23T17:00:50.114 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-23T17:00:50.114 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:50.134 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-23T17:00:50.164 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-23T17:00:50.260 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-23T17:00:50.336 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-23T17:00:50.383 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-23T17:00:50.418 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-23T17:00:50.447 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-23T17:00:50.482 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-23T17:00:50.506 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-23T17:00:50.547 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-23T17:00:50.555 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-23T17:00:50.578 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-23T17:00:50.578 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T17:00:50.578 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-23T17:00:50.578 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-23T17:00:50.578 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-23T17:00:50.578 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:50.590 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-23T17:00:50.625 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-23T17:00:50.663 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-23T17:00:50.740 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-23T17:00:50.806 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-23T17:00:50.828 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-23T17:00:50.829 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T17:00:50.829 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-23T17:00:50.829 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-23T17:00:50.829 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-23T17:00:50.829 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:50.892 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-23T17:00:50.893 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-23T17:00:50.975 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-23T17:00:51.025 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-23T17:00:51.062 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-23T17:00:51.129 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-23T17:00:51.193 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-23T17:00:51.390 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-23T17:00:51.433 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-23T17:00:51.514 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-23T17:00:51.612 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-23T17:00:51.649 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-23T17:00:51.771 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-23T17:00:51.937 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 31/36 2024-04-23T17:00:51.966 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-23T17:00:51.993 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-23T17:00:51.993 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T17:00:51.993 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-23T17:00:51.993 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-23T17:00:51.993 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-23T17:00:51.993 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:52.665 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-23T17:00:52.665 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 1/36 2024-04-23T17:00:52.665 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2/36 2024-04-23T17:00:52.665 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 3/36 2024-04-23T17:00:52.665 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 4/36 2024-04-23T17:00:52.665 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 5/36 2024-04-23T17:00:52.665 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 6/36 2024-04-23T17:00:52.665 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-23T17:00:52.666 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-23T17:00:52.666 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-23T17:00:52.666 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-23T17:00:52.666 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-23T17:00:52.666 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-23T17:00:52.666 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-23T17:00:52.666 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-23T17:00:52.666 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-23T17:00:52.666 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-23T17:00:52.666 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-23T17:00:52.666 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-23T17:00:52.666 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-23T17:00:52.666 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-23T17:00:52.666 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-23T17:00:52.667 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-23T17:00:52.667 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-23T17:00:52.667 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-23T17:00:52.667 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-23T17:00:52.667 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-23T17:00:52.667 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-23T17:00:52.667 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-23T17:00:52.667 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-23T17:00:52.667 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-23T17:00:52.667 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-23T17:00:52.667 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-23T17:00:52.667 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-23T17:00:52.667 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-23T17:00:52.667 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-23T17:00:53.504 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-23T17:00:53.505 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:53.505 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-23T17:00:53.505 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:53.505 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:53.505 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:53.505 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7.noarch 2024-04-23T17:00:53.505 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:53.505 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:53.505 INFO:teuthology.orchestra.run.smithi071.stdout: lua-5.4.4-4.el9.x86_64 2024-04-23T17:00:53.505 INFO:teuthology.orchestra.run.smithi071.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-23T17:00:53.505 INFO:teuthology.orchestra.run.smithi071.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-23T17:00:53.505 INFO:teuthology.orchestra.run.smithi071.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-23T17:00:53.506 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-23T17:00:53.506 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-23T17:00:53.506 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-23T17:00:53.506 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-23T17:00:53.506 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-23T17:00:53.506 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-23T17:00:53.506 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-23T17:00:53.506 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-23T17:00:53.506 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-23T17:00:53.506 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-23T17:00:53.506 INFO:teuthology.orchestra.run.smithi071.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-23T17:00:53.506 INFO:teuthology.orchestra.run.smithi071.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-23T17:00:53.506 INFO:teuthology.orchestra.run.smithi071.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-23T17:00:53.506 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-23T17:00:53.507 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ply-3.11-14.el9.noarch 2024-04-23T17:00:53.507 INFO:teuthology.orchestra.run.smithi071.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-23T17:00:53.507 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-23T17:00:53.507 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-23T17:00:53.507 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-23T17:00:53.507 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-23T17:00:53.507 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-23T17:00:53.507 INFO:teuthology.orchestra.run.smithi071.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-23T17:00:53.507 INFO:teuthology.orchestra.run.smithi071.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-23T17:00:53.507 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-23T17:00:53.507 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-23T17:00:53.507 INFO:teuthology.orchestra.run.smithi071.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-23T17:00:53.507 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:53.507 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-23T17:00:53.517 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-23T17:00:53.544 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-23T17:00:53.544 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T17:00:53.544 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-23T17:00:53.544 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-23T17:00:53.545 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-23T17:00:53.545 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:53.863 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-base 2024-04-23T17:00:54.010 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-23T17:00:54.033 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-23T17:00:54.033 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T17:00:54.033 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-23T17:00:54.034 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-23T17:00:54.034 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-23T17:00:54.034 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:54.067 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-23T17:00:54.277 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-23T17:00:54.301 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-23T17:00:54.301 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T17:00:54.301 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-23T17:00:54.301 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-23T17:00:54.301 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-23T17:00:54.301 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:54.347 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-23T17:00:54.367 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-23T17:00:54.369 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:59 ago on Tue 23 Apr 2024 04:59:55 PM UTC. 2024-04-23T17:00:54.448 INFO:teuthology.orchestra.run.smithi071.stdout:Package ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-23T17:00:54.489 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-23T17:00:54.489 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-23T17:00:54.490 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-23T17:00:54.565 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install cephadm 2024-04-23T17:00:55.070 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:00 ago on Tue 23 Apr 2024 04:59:55 PM UTC. 2024-04-23T17:00:55.189 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-23T17:00:55.189 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T17:00:55.190 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-23T17:00:55.190 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T17:00:55.190 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-23T17:00:55.190 INFO:teuthology.orchestra.run.smithi071.stdout: cephadm noarch 2:19.0.0-3211.g5d349943.el9 ceph-noarch 762 k 2024-04-23T17:00:55.190 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:55.190 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-23T17:00:55.190 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T17:00:55.190 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-23T17:00:55.190 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:55.190 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 762 k 2024-04-23T17:00:55.190 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 769 k 2024-04-23T17:00:55.190 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-23T17:00:55.715 INFO:teuthology.orchestra.run.smithi071.stdout:cephadm-19.0.0-3211.g5d349943.el9.noarch.rpm 1.4 MB/s | 762 kB 00:00 2024-04-23T17:00:55.715 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-23T17:00:55.715 INFO:teuthology.orchestra.run.smithi071.stdout:Total 1.4 MB/s | 762 kB 00:00 2024-04-23T17:00:55.716 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-23T17:00:55.721 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-23T17:00:55.721 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-23T17:00:55.726 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-23T17:00:55.727 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-23T17:00:55.800 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-23T17:00:55.982 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-23T17:00:55.982 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 1/36 2024-04-23T17:00:55.982 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2/36 2024-04-23T17:00:55.982 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 3/36 2024-04-23T17:00:55.982 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 4/36 2024-04-23T17:00:55.982 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 5/36 2024-04-23T17:00:55.982 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 6/36 2024-04-23T17:00:55.982 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-23T17:00:55.982 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-23T17:00:55.982 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-23T17:00:55.983 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-23T17:00:55.983 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-23T17:00:55.983 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-23T17:00:55.983 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-23T17:00:55.983 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-23T17:00:55.983 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-23T17:00:55.983 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-23T17:00:55.983 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-23T17:00:55.983 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-23T17:00:55.983 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-23T17:00:55.983 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-23T17:00:55.983 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-23T17:00:55.983 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-23T17:00:55.984 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-23T17:00:55.984 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-23T17:00:55.984 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-23T17:00:55.984 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-23T17:00:55.984 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-23T17:00:55.984 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-23T17:00:55.984 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-23T17:00:55.984 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-23T17:00:55.984 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-23T17:00:55.984 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-23T17:00:55.984 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-23T17:00:55.984 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-23T17:00:55.984 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-23T17:00:56.280 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-23T17:00:56.367 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-23T17:00:56.620 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-23T17:00:56.620 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 1/4 2024-04-23T17:00:56.620 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2/4 2024-04-23T17:00:56.621 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-23T17:00:56.694 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-23T17:00:56.863 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-23T17:00:56.863 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:56.864 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-23T17:00:56.864 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:56.864 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:56.864 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:56.864 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7.noarch 2024-04-23T17:00:56.864 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:56.864 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:56.864 INFO:teuthology.orchestra.run.smithi031.stdout: lua-5.4.4-4.el9.x86_64 2024-04-23T17:00:56.864 INFO:teuthology.orchestra.run.smithi031.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-23T17:00:56.864 INFO:teuthology.orchestra.run.smithi031.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-23T17:00:56.864 INFO:teuthology.orchestra.run.smithi031.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-23T17:00:56.865 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-23T17:00:56.865 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-23T17:00:56.865 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-23T17:00:56.865 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-23T17:00:56.865 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-23T17:00:56.865 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-23T17:00:56.865 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-23T17:00:56.865 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-23T17:00:56.865 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-23T17:00:56.865 INFO:teuthology.orchestra.run.smithi031.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-23T17:00:56.866 INFO:teuthology.orchestra.run.smithi031.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-23T17:00:56.866 INFO:teuthology.orchestra.run.smithi031.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-23T17:00:56.866 INFO:teuthology.orchestra.run.smithi031.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-23T17:00:56.866 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-23T17:00:56.866 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ply-3.11-14.el9.noarch 2024-04-23T17:00:56.866 INFO:teuthology.orchestra.run.smithi031.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-23T17:00:56.866 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-23T17:00:56.866 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-23T17:00:56.867 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-23T17:00:56.867 INFO:teuthology.orchestra.run.smithi031.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-23T17:00:56.867 INFO:teuthology.orchestra.run.smithi031.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-23T17:00:56.867 INFO:teuthology.orchestra.run.smithi031.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-23T17:00:56.867 INFO:teuthology.orchestra.run.smithi031.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-23T17:00:56.867 INFO:teuthology.orchestra.run.smithi031.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-23T17:00:56.867 INFO:teuthology.orchestra.run.smithi031.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-23T17:00:56.867 INFO:teuthology.orchestra.run.smithi031.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-23T17:00:56.867 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:56.867 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-23T17:00:56.899 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-23T17:00:56.899 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T17:00:56.899 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-23T17:00:56.899 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:56.899 INFO:teuthology.orchestra.run.smithi186.stdout: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:56.899 INFO:teuthology.orchestra.run.smithi186.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-23T17:00:56.899 INFO:teuthology.orchestra.run.smithi186.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-23T17:00:56.899 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T17:00:56.900 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-23T17:00:56.924 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-23T17:00:56.924 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:56.924 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-23T17:00:56.924 INFO:teuthology.orchestra.run.smithi071.stdout: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 2024-04-23T17:00:56.924 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:56.924 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-23T17:00:57.142 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-immutable-object-cache 2024-04-23T17:00:57.171 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph 2024-04-23T17:00:57.178 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-base 2024-04-23T17:00:57.658 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:02 ago on Tue 23 Apr 2024 04:59:55 PM UTC. 2024-04-23T17:00:57.684 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:00:41 ago on Tue 23 Apr 2024 05:00:16 PM UTC. 2024-04-23T17:00:57.706 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:04 ago on Tue 23 Apr 2024 04:59:53 PM UTC. 2024-04-23T17:00:57.780 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-23T17:00:57.780 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T17:00:57.780 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-04-23T17:00:57.780 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T17:00:57.781 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-23T17:00:57.781 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3211.g5d349943.el7 ceph 145 k 2024-04-23T17:00:57.781 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:57.781 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-23T17:00:57.781 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-23T17:00:57.781 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-23T17:00:57.781 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:57.781 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 145 k 2024-04-23T17:00:57.781 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 435 k 2024-04-23T17:00:57.781 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-23T17:00:57.787 INFO:teuthology.orchestra.run.smithi031.stdout:Package ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-23T17:00:57.808 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-04-23T17:00:57.810 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-23T17:00:57.811 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-04-23T17:00:57.811 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-23T17:00:57.811 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-04-23T17:00:57.811 INFO:teuthology.orchestra.run.smithi186.stdout: ceph x86_64 2:19.0.0-3211.g5d349943.el7 ceph 6.6 k 2024-04-23T17:00:57.811 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-04-23T17:00:57.811 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mds x86_64 2:19.0.0-3211.g5d349943.el7 ceph 2.4 M 2024-04-23T17:00:57.811 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr x86_64 2:19.0.0-3211.g5d349943.el7 ceph 1.5 M 2024-04-23T17:00:57.811 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3211.g5d349943.el7 ceph-noarch 249 k 2024-04-23T17:00:57.811 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mon x86_64 2:19.0.0-3211.g5d349943.el7 ceph 4.7 M 2024-04-23T17:00:57.811 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-osd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 17 M 2024-04-23T17:00:57.811 INFO:teuthology.orchestra.run.smithi186.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-23T17:00:57.811 INFO:teuthology.orchestra.run.smithi186.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-23T17:00:57.811 INFO:teuthology.orchestra.run.smithi186.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-23T17:00:57.812 INFO:teuthology.orchestra.run.smithi186.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-23T17:00:57.812 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-23T17:00:57.812 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-23T17:00:57.812 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-23T17:00:57.812 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-23T17:00:57.812 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-23T17:00:57.812 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-23T17:00:57.812 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-collections 2024-04-23T17:00:57.812 INFO:teuthology.orchestra.run.smithi186.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-23T17:00:57.812 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-23T17:00:57.812 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-23T17:00:57.812 INFO:teuthology.orchestra.run.smithi186.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-23T17:00:57.812 INFO:teuthology.orchestra.run.smithi186.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-23T17:00:57.812 INFO:teuthology.orchestra.run.smithi186.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-23T17:00:57.813 INFO:teuthology.orchestra.run.smithi186.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-23T17:00:57.813 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-23T17:00:57.813 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-23T17:00:57.813 INFO:teuthology.orchestra.run.smithi186.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-23T17:00:57.813 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-23T17:00:57.813 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-23T17:00:57.813 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-23T17:00:57.813 INFO:teuthology.orchestra.run.smithi186.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-23T17:00:57.813 INFO:teuthology.orchestra.run.smithi186.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-23T17:00:57.813 INFO:teuthology.orchestra.run.smithi186.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-23T17:00:57.813 INFO:teuthology.orchestra.run.smithi186.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-23T17:00:57.813 INFO:teuthology.orchestra.run.smithi186.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-23T17:00:57.813 INFO:teuthology.orchestra.run.smithi186.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-23T17:00:57.813 INFO:teuthology.orchestra.run.smithi186.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-23T17:00:57.813 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T17:00:57.814 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-04-23T17:00:57.814 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-04-23T17:00:57.814 INFO:teuthology.orchestra.run.smithi186.stdout:Install 36 Packages 2024-04-23T17:00:57.814 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T17:00:57.815 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 30 M 2024-04-23T17:00:57.815 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 107 M 2024-04-23T17:00:57.815 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-04-23T17:00:57.831 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-23T17:00:57.832 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-04-23T17:00:57.832 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-23T17:00:57.894 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install cephadm 2024-04-23T17:00:58.108 INFO:teuthology.orchestra.run.smithi071.stdout:ceph-immutable-object-cache-19.0.0-3211.g5d3499 446 kB/s | 145 kB 00:00 2024-04-23T17:00:58.108 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-23T17:00:58.108 INFO:teuthology.orchestra.run.smithi071.stdout:Total 444 kB/s | 145 kB 00:00 2024-04-23T17:00:58.108 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-23T17:00:58.115 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-23T17:00:58.115 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-23T17:00:58.171 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-23T17:00:58.174 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-23T17:00:58.319 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-23T17:00:58.399 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-23T17:00:58.421 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:05 ago on Tue 23 Apr 2024 04:59:53 PM UTC. 2024-04-23T17:00:58.424 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-23T17:00:58.424 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T17:00:58.424 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-23T17:00:58.424 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:58.546 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-23T17:00:58.547 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T17:00:58.547 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-04-23T17:00:58.547 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T17:00:58.547 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-23T17:00:58.547 INFO:teuthology.orchestra.run.smithi031.stdout: cephadm noarch 2:19.0.0-3211.g5d349943.el9 ceph-noarch 762 k 2024-04-23T17:00:58.547 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:58.547 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-23T17:00:58.547 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T17:00:58.547 INFO:teuthology.orchestra.run.smithi031.stdout:Install 1 Package 2024-04-23T17:00:58.547 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:58.547 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 762 k 2024-04-23T17:00:58.547 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 769 k 2024-04-23T17:00:58.548 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-23T17:00:58.790 INFO:teuthology.orchestra.run.smithi186.stdout:(1/36): ceph-19.0.0-3211.g5d349943.el7.x86_64.r 30 kB/s | 6.6 kB 00:00 2024-04-23T17:00:58.816 INFO:teuthology.orchestra.run.smithi031.stdout:cephadm-19.0.0-3211.g5d349943.el9.noarch.rpm 2.8 MB/s | 762 kB 00:00 2024-04-23T17:00:58.817 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-23T17:00:58.817 INFO:teuthology.orchestra.run.smithi031.stdout:Total 2.8 MB/s | 762 kB 00:00 2024-04-23T17:00:58.817 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-23T17:00:58.823 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-23T17:00:58.823 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-23T17:00:58.829 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-23T17:00:58.829 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-23T17:00:58.906 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-23T17:00:59.123 INFO:teuthology.orchestra.run.smithi186.stdout:(2/36): ceph-mgr-19.0.0-3211.g5d349943.el7.x86_ 2.7 MB/s | 1.5 MB 00:00 2024-04-23T17:00:59.165 INFO:teuthology.orchestra.run.smithi186.stdout:(3/36): ceph-mds-19.0.0-3211.g5d349943.el7.x86_ 4.0 MB/s | 2.4 MB 00:00 2024-04-23T17:00:59.273 INFO:teuthology.orchestra.run.smithi186.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3211.g5d34 2.2 MB/s | 249 kB 00:00 2024-04-23T17:00:59.316 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-23T17:00:59.340 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-23T17:00:59.340 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:59.340 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-23T17:00:59.340 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:00:59.340 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-23T17:00:59.340 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-23T17:00:59.404 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-23T17:00:59.474 INFO:teuthology.orchestra.run.smithi186.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.2 MB/s | 253 kB 00:00 2024-04-23T17:00:59.541 INFO:teuthology.orchestra.run.smithi186.stdout:(6/36): ceph-mon-19.0.0-3211.g5d349943.el7.x86_ 6.3 MB/s | 4.7 MB 00:00 2024-04-23T17:00:59.567 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr 2024-04-23T17:00:59.716 INFO:teuthology.orchestra.run.smithi186.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 609 kB/s | 106 kB 00:00 2024-04-23T17:00:59.723 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-23T17:00:59.783 INFO:teuthology.orchestra.run.smithi186.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.0 MB/s | 135 kB 00:00 2024-04-23T17:00:59.833 INFO:teuthology.orchestra.run.smithi186.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-04-23T17:00:59.944 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-23T17:00:59.944 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:59.944 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-23T17:00:59.944 INFO:teuthology.orchestra.run.smithi031.stdout: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 2024-04-23T17:00:59.944 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:00:59.944 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-23T17:01:00.034 INFO:teuthology.orchestra.run.smithi186.stdout:(10/36): ceph-osd-19.0.0-3211.g5d349943.el7.x86 18 MB/s | 17 MB 00:00 2024-04-23T17:01:00.058 INFO:teuthology.orchestra.run.smithi186.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 953 kB/s | 215 kB 00:00 2024-04-23T17:01:00.083 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:05 ago on Tue 23 Apr 2024 04:59:55 PM UTC. 2024-04-23T17:01:00.133 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-immutable-object-cache 2024-04-23T17:01:00.164 INFO:teuthology.orchestra.run.smithi071.stdout:Package ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-23T17:01:00.205 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-23T17:01:00.206 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-23T17:01:00.206 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-23T17:01:00.234 INFO:teuthology.orchestra.run.smithi186.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 983 kB/s | 172 kB 00:00 2024-04-23T17:01:00.259 INFO:teuthology.orchestra.run.smithi186.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 837 kB/s | 188 kB 00:00 2024-04-23T17:01:00.285 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-dashboard 2024-04-23T17:01:00.293 INFO:teuthology.orchestra.run.smithi186.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 590 kB/s | 35 kB 00:00 2024-04-23T17:01:00.318 INFO:teuthology.orchestra.run.smithi186.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 865 kB/s | 51 kB 00:00 2024-04-23T17:01:00.343 INFO:teuthology.orchestra.run.smithi186.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 831 kB/s | 42 kB 00:00 2024-04-23T17:01:00.486 INFO:teuthology.orchestra.run.smithi186.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 133 kB/s | 22 kB 00:00 2024-04-23T17:01:00.561 INFO:teuthology.orchestra.run.smithi186.stdout:(18/36): python3-cryptography-36.0.1-4.el9.x86_ 1.1 MB/s | 1.2 MB 00:01 2024-04-23T17:01:00.644 INFO:teuthology.orchestra.run.smithi186.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 503 kB/s | 151 kB 00:00 2024-04-23T17:01:00.669 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:07 ago on Tue 23 Apr 2024 04:59:53 PM UTC. 2024-04-23T17:01:00.736 INFO:teuthology.orchestra.run.smithi186.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 174 kB/s | 43 kB 00:00 2024-04-23T17:01:00.761 INFO:teuthology.orchestra.run.smithi186.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 3.0 MB/s | 358 kB 00:00 2024-04-23T17:01:00.791 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:05 ago on Tue 23 Apr 2024 04:59:55 PM UTC. 2024-04-23T17:01:00.795 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-23T17:01:00.795 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T17:01:00.795 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repo Size 2024-04-23T17:01:00.795 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T17:01:00.795 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-23T17:01:00.795 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3211.g5d349943.el7 ceph 145 k 2024-04-23T17:01:00.796 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:01:00.796 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-23T17:01:00.796 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-23T17:01:00.796 INFO:teuthology.orchestra.run.smithi031.stdout:Install 1 Package 2024-04-23T17:01:00.796 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:01:00.796 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 145 k 2024-04-23T17:01:00.797 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 435 k 2024-04-23T17:01:00.797 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-23T17:01:00.828 INFO:teuthology.orchestra.run.smithi186.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 116 kB/s | 11 kB 00:00 2024-04-23T17:01:00.853 INFO:teuthology.orchestra.run.smithi186.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 192 kB/s | 18 kB 00:00 2024-04-23T17:01:00.879 INFO:teuthology.orchestra.run.smithi186.stdout:(24/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 540 kB/s | 172 kB 00:00 2024-04-23T17:01:00.904 INFO:teuthology.orchestra.run.smithi186.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 307 kB/s | 23 kB 00:00 2024-04-23T17:01:00.922 INFO:teuthology.orchestra.run.smithi071.stderr:Error: 2024-04-23T17:01:00.923 INFO:teuthology.orchestra.run.smithi071.stderr: Problem: cannot install the best candidate for the job 2024-04-23T17:01:00.923 INFO:teuthology.orchestra.run.smithi071.stderr: - nothing provides ceph-mgr = 2:19.0.0-3211.g5d349943.el9 needed by ceph-mgr-dashboard-2:19.0.0-3211.g5d349943.el9.noarch from ceph-noarch 2024-04-23T17:01:00.923 INFO:teuthology.orchestra.run.smithi071.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2024-04-23T17:01:00.929 INFO:teuthology.orchestra.run.smithi186.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 258 kB/s | 19 kB 00:00 2024-04-23T17:01:00.955 INFO:teuthology.orchestra.run.smithi186.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 260 kB/s | 20 kB 00:00 2024-04-23T17:01:00.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T17:01:00.959 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 smithi071 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-23T17:01:00.961 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 smithi071 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-23T17:01:01.187 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=8e5a69b636d341a18fd059c26b2d62f3 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 smithi071 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-23T17:01:01.191 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-23T17:01:01.206 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-23T17:01:01.219 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-23T17:01:01.220 DEBUG:teuthology.orchestra.run.smithi031:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-23T17:01:01.229 INFO:teuthology.orchestra.run.smithi031.stdout:ceph-immutable-object-cache-19.0.0-3211.g5d3499 727 kB/s | 145 kB 00:00 2024-04-23T17:01:01.230 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-23T17:01:01.230 INFO:teuthology.orchestra.run.smithi031.stdout:Total 719 kB/s | 145 kB 00:00 2024-04-23T17:01:01.230 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-23T17:01:01.230 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-23T17:01:01.230 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-23T17:01:01.230 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-23T17:01:01.230 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-23T17:01:01.230 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-23T17:01:01.231 INFO:teuthology.orchestra.run.smithi186.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 615 kB/s | 46 kB 00:00 2024-04-23T17:01:01.231 INFO:teuthology.orchestra.run.smithi186.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-23T17:01:01.231 INFO:teuthology.orchestra.run.smithi186.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 245 kB/s | 16 kB 00:00 2024-04-23T17:01:01.231 INFO:teuthology.orchestra.run.smithi186.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.4 MB/s | 272 kB 00:00 2024-04-23T17:01:01.231 INFO:teuthology.orchestra.run.smithi186.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.0 MB/s | 90 kB 00:00 2024-04-23T17:01:01.231 INFO:teuthology.orchestra.run.smithi186.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 532 kB/s | 36 kB 00:00 2024-04-23T17:01:01.232 INFO:teuthology.orchestra.run.smithi186.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-04-23T17:01:01.232 INFO:teuthology.orchestra.run.smithi186.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.5 MB/s | 427 kB 00:00 2024-04-23T17:01:01.232 INFO:teuthology.orchestra.run.smithi186.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 265 kB/s | 20 kB 00:00 2024-04-23T17:01:01.232 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-04-23T17:01:01.232 INFO:teuthology.orchestra.run.smithi186.stdout:Total 8.9 MB/s | 30 MB 00:03 2024-04-23T17:01:01.241 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-23T17:01:01.244 DEBUG:teuthology.orchestra.run.smithi186:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-23T17:01:01.245 INFO:teuthology.orchestra.run.smithi031.stderr:bash: line 1: ntpq: command not found 2024-04-23T17:01:01.248 INFO:teuthology.orchestra.run.smithi031.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-23T17:01:01.248 INFO:teuthology.orchestra.run.smithi031.stdout:=============================================================================== 2024-04-23T17:01:01.248 INFO:teuthology.orchestra.run.smithi031.stdout:^- hv01.front.sepia.ceph.com 2 6 37 29 +2934us[+3002us] +/- 569ms 2024-04-23T17:01:01.248 INFO:teuthology.orchestra.run.smithi031.stdout:^* hv02.front.sepia.ceph.com 3 6 37 29 -204us[ -136us] +/- 49ms 2024-04-23T17:01:01.248 INFO:teuthology.orchestra.run.smithi031.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 28 +108us[ +108us] +/- 78ms 2024-04-23T17:01:01.249 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T17:01:01.255 INFO:teuthology.orchestra.run.smithi071.stderr:bash: line 1: ntpq: command not found 2024-04-23T17:01:01.260 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-23T17:01:01.260 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-04-23T17:01:01.260 INFO:teuthology.orchestra.run.smithi071.stdout:^- hv01.front.sepia.ceph.com 2 6 37 28 +3035us[+2994us] +/- 569ms 2024-04-23T17:01:01.260 INFO:teuthology.orchestra.run.smithi071.stdout:^* hv02.front.sepia.ceph.com 3 6 37 28 -125us[ -166us] +/- 49ms 2024-04-23T17:01:01.261 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 28 +195us[ +154us] +/- 78ms 2024-04-23T17:01:01.261 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T17:01:01.261 INFO:teuthology.orchestra.run.smithi186.stderr:bash: line 1: ntpq: command not found 2024-04-23T17:01:01.263 INFO:teuthology.orchestra.run.smithi186.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-23T17:01:01.263 INFO:teuthology.orchestra.run.smithi186.stdout:=============================================================================== 2024-04-23T17:01:01.263 INFO:teuthology.orchestra.run.smithi186.stdout:^- hv01.front.sepia.ceph.com 2 6 37 28 +3032us[+3032us] +/- 569ms 2024-04-23T17:01:01.264 INFO:teuthology.orchestra.run.smithi186.stdout:^* hv02.front.sepia.ceph.com 3 6 37 29 -75us[ -132us] +/- 49ms 2024-04-23T17:01:01.264 INFO:teuthology.orchestra.run.smithi186.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 28 +249us[ +249us] +/- 78ms 2024-04-23T17:01:01.264 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T17:01:01.265 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-23T17:01:01.274 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-23T17:01:01.274 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-23T17:01:01.282 DEBUG:teuthology.orchestra.run.smithi031:> 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-23T17:01:01.297 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-23T17:01:01.326 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-23T17:01:01.326 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T17:01:01.326 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-23T17:01:01.326 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:01:01.333 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-04-23T17:01:01.349 DEBUG:teuthology.orchestra.run.smithi071:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-23T17:01:01.372 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-04-23T17:01:01.372 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-04-23T17:01:01.402 DEBUG:teuthology.orchestra.run.smithi186:> 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-23T17:01:01.455 DEBUG:teuthology.orchestra.run.smithi031:> 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-23T17:01:01.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T17:01:01.622 DEBUG:teuthology.orchestra.run.smithi071:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-23T17:01:01.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T17:01:01.648 DEBUG:teuthology.orchestra.run.smithi186:> 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-23T17:01:01.673 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-04-23T17:01:01.674 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T17:01:01.674 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-23T17:01:01.685 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-23T17:01:01.694 INFO:teuthology.task.internal:Duration was 315.046411 seconds 2024-04-23T17:01:01.695 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-23T17:01:01.704 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-23T17:01:01.704 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-23T17:01:01.705 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-04-23T17:01:01.707 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-23T17:01:01.710 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-23T17:01:01.743 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-23T17:01:01.743 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-23T17:01:01.751 INFO:teuthology.orchestra.run.smithi186.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-23T17:01:02.143 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-23T17:01:02.144 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi031.front.sepia.ceph.com 2024-04-23T17:01:02.144 DEBUG:teuthology.orchestra.run.smithi031:> 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-23T17:01:02.170 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2024-04-23T17:01:02.170 DEBUG:teuthology.orchestra.run.smithi071:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-23T17:01:02.204 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi186.front.sepia.ceph.com 2024-04-23T17:01:02.204 DEBUG:teuthology.orchestra.run.smithi186:> 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-23T17:01:02.222 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-23T17:01:02.222 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:01:02.222 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-23T17:01:02.222 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:01:02.222 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-23T17:01:02.223 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-23T17:01:02.224 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-23T17:01:02.225 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-23T17:01:02.227 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-23T17:01:02.246 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-23T17:01:02.290 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-23T17:01:02.291 DEBUG:teuthology.orchestra.run.smithi031:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-23T17:01:02.295 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-23T17:01:02.311 DEBUG:teuthology.orchestra.run.smithi186:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-23T17:01:02.417 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-23T17:01:02.430 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-23T17:01:02.430 DEBUG:teuthology.orchestra.run.smithi031:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-23T17:01:02.447 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-mgr 2024-04-23T17:01:02.455 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-23T17:01:02.479 DEBUG:teuthology.orchestra.run.smithi186:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-23T17:01:02.503 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-23T17:01:02.513 DEBUG:teuthology.orchestra.run.smithi031:> 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-23T17:01:02.541 DEBUG:teuthology.orchestra.run.smithi071:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-23T17:01:02.543 DEBUG:teuthology.orchestra.run.smithi186:> 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-23T17:01:02.562 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = core 2024-04-23T17:01:02.563 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2024-04-23T17:01:02.567 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = core 2024-04-23T17:01:02.605 DEBUG:teuthology.orchestra.run.smithi031:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-23T17:01:02.646 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T17:01:02.646 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-23T17:01:02.660 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T17:01:02.660 DEBUG:teuthology.orchestra.run.smithi186:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-23T17:01:02.674 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T17:01:02.675 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-23T17:01:02.688 INFO:teuthology.task.internal:Transferring archived files... 2024-04-23T17:01:02.689 DEBUG:teuthology.misc:Transferring archived files from smithi031:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669841/remote/smithi031 2024-04-23T17:01:02.690 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-23T17:01:02.781 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669841/remote/smithi071 2024-04-23T17:01:02.782 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-23T17:01:02.834 DEBUG:teuthology.misc:Transferring archived files from smithi186:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669841/remote/smithi186 2024-04-23T17:01:02.835 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-23T17:01:02.879 INFO:teuthology.task.internal:Removing archive directory... 2024-04-23T17:01:02.880 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-23T17:01:02.882 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-23T17:01:02.884 DEBUG:teuthology.orchestra.run.smithi186:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-23T17:01:02.930 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-23T17:01:02.942 INFO:teuthology.task.internal:Not uploading archives. 2024-04-23T17:01:02.942 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-23T17:01:02.952 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-23T17:01:02.953 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-23T17:01:02.955 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-23T17:01:02.957 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-23T17:01:02.969 INFO:teuthology.orchestra.run.smithi031.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 23 17:01 /home/ubuntu/cephtest 2024-04-23T17:01:02.969 INFO:teuthology.orchestra.run.smithi071.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 23 17:01 /home/ubuntu/cephtest 2024-04-23T17:01:02.980 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-04-23T17:01:02.985 INFO:teuthology.orchestra.run.smithi186.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 23 17:01 /home/ubuntu/cephtest 2024-04-23T17:01:02.985 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-23T17:01:02.996 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-23T17:01:03.016 INFO:teuthology.nuke:Checking targets against current locks 2024-04-23T17:01:03.034 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:10 ago on Tue 23 Apr 2024 04:59:53 PM UTC. 2024-04-23T17:01:03.044 DEBUG:teuthology.nuke:shortname: smithi031 2024-04-23T17:01:03.044 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-23T17:01:03.053 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-23T17:01:03.067 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669841', '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-23 16:49:48.039541', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG5oGzYJ2KmH/d5LOYkhetQC5d7Lv3sdr4+q763mK56UcE/OWaMcpt/5mnYt6RbGSP87pvuc8jXWs0Ps5UdZcSI='} 2024-04-23T17:01:03.073 DEBUG:teuthology.nuke:shortname: smithi071 2024-04-23T17:01:03.073 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-23T17:01:03.086 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-23T17:01:03.096 DEBUG:teuthology.nuke:shortname: smithi186 2024-04-23T17:01:03.096 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-23T17:01:03.099 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669841', '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-23 16:49:48.038177', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNXS9wpJYrPBlk4fWGwig7txVhTskx2fDPPqC6dVomlVPyUhxHkdb0mtGNtIuYll2fwODwhuVeMrFqD4nxM6jXM='} 2024-04-23T17:01:03.113 INFO:teuthology.orchestra.console.smithi031:Power off 2024-04-23T17:01:03.114 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-23T17:01:03.126 INFO:teuthology.orchestra.run.smithi031.stdout:Package ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-23T17:01:03.127 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-23T17:01:03.129 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669841', '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-23 16:49:48.036603', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOEPARXDfE0/5MynjMj2FiItHRO+LeSPSUjlbbfdjkq22hu/8latImT/cscqfEhUvXirqkwr9sdk1KaDvdC4zIw='} 2024-04-23T17:01:03.138 DEBUG:teuthology.orchestra.console.smithi031:power off output: Chassis Power Control: Down/Off 2024-04-23T17:01:03.139 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T17:01:03.162 INFO:teuthology.orchestra.console.smithi071:Power off 2024-04-23T17:01:03.162 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-23T17:01:03.176 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-23T17:01:03.177 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-04-23T17:01:03.177 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-23T17:01:03.180 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-04-23T17:01:03.181 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-23T17:01:03.188 DEBUG:teuthology.orchestra.console.smithi071:power off output: Chassis Power Control: Down/Off 2024-04-23T17:01:03.188 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T17:01:03.210 INFO:teuthology.orchestra.console.smithi186:Power off 2024-04-23T17:01:03.210 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-23T17:01:03.219 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-23T17:01:03.220 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-04-23T17:01:03.226 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-mgr-dashboard 2024-04-23T17:01:03.234 DEBUG:teuthology.orchestra.console.smithi186:power off output: Chassis Power Control: Down/Off 2024-04-23T17:01:03.235 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T17:01:03.246 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-23T17:01:03.261 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2024-04-23T17:01:03.346 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-23T17:01:03.450 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-23T17:01:03.497 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-23T17:01:03.532 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-23T17:01:03.554 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-23T17:01:03.580 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-23T17:01:03.613 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-23T17:01:03.654 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-23T17:01:03.706 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-23T17:01:03.740 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-23T17:01:03.755 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:10 ago on Tue 23 Apr 2024 04:59:53 PM UTC. 2024-04-23T17:01:03.778 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-23T17:01:03.852 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-23T17:01:03.890 INFO:teuthology.orchestra.run.smithi031.stderr:Error: 2024-04-23T17:01:03.890 INFO:teuthology.orchestra.run.smithi031.stderr: Problem: cannot install the best candidate for the job 2024-04-23T17:01:03.890 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides ceph-mgr = 2:19.0.0-3211.g5d349943.el9 needed by ceph-mgr-dashboard-2:19.0.0-3211.g5d349943.el9.noarch from ceph-noarch 2024-04-23T17:01:03.890 INFO:teuthology.orchestra.run.smithi031.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2024-04-23T17:01:03.922 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T17:01:03.992 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-23T17:01:04.078 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-23T17:01:04.131 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-23T17:01:04.170 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-23T17:01:04.227 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-23T17:01:04.282 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-23T17:01:04.473 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-23T17:01:04.524 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-23T17:01:04.602 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-23T17:01:04.699 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-23T17:01:04.748 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-23T17:01:04.864 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-23T17:01:05.029 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 31/36 2024-04-23T17:01:05.057 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-23T17:01:05.084 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-23T17:01:05.084 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T17:01:05.084 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-23T17:01:05.084 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-23T17:01:05.084 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-23T17:01:05.085 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T17:01:06.533 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-23T17:01:06.560 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-23T17:01:06.560 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T17:01:06.561 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-23T17:01:06.561 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-23T17:01:06.561 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-23T17:01:06.561 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T17:01:07.009 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-23T17:01:07.032 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-23T17:01:07.032 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T17:01:07.032 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-23T17:01:07.032 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-23T17:01:07.033 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-23T17:01:07.033 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T17:01:07.181 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T17:01:07.221 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T17:01:07.260 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-23T17:01:07.262 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T17:01:07.284 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-23T17:01:07.284 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T17:01:07.284 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-23T17:01:07.284 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-23T17:01:07.284 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-23T17:01:07.285 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T17:01:07.292 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-04-23T17:01:07.331 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-04-23T17:01:07.347 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-23T17:01:07.375 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2024-04-23T17:01:09.097 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-23T17:01:09.097 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 1/36 2024-04-23T17:01:09.097 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2/36 2024-04-23T17:01:09.097 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 3/36 2024-04-23T17:01:09.098 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 4/36 2024-04-23T17:01:09.098 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 5/36 2024-04-23T17:01:09.098 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 6/36 2024-04-23T17:01:09.098 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-23T17:01:09.098 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-23T17:01:09.098 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-23T17:01:09.098 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-23T17:01:09.098 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-23T17:01:09.099 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-23T17:01:09.099 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-23T17:01:09.099 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-23T17:01:09.099 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-23T17:01:09.099 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-23T17:01:09.099 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-23T17:01:09.099 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-23T17:01:09.100 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-23T17:01:09.100 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-23T17:01:09.100 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-23T17:01:09.100 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-23T17:01:09.100 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-23T17:01:09.100 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-23T17:01:09.100 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-23T17:01:09.100 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-23T17:01:09.101 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-23T17:01:09.101 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-23T17:01:09.101 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-23T17:01:09.101 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-23T17:01:09.101 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-23T17:01:09.101 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-23T17:01:09.101 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-23T17:01:09.101 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-23T17:01:09.102 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-23T17:01:09.963 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-23T17:01:09.963 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T17:01:09.963 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-04-23T17:01:09.963 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:01:09.963 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:01:09.964 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:01:09.964 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7.noarch 2024-04-23T17:01:09.964 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:01:09.964 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T17:01:09.964 INFO:teuthology.orchestra.run.smithi186.stdout: lua-5.4.4-4.el9.x86_64 2024-04-23T17:01:09.964 INFO:teuthology.orchestra.run.smithi186.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-23T17:01:09.964 INFO:teuthology.orchestra.run.smithi186.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-23T17:01:09.965 INFO:teuthology.orchestra.run.smithi186.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-23T17:01:09.965 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-23T17:01:09.965 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-23T17:01:09.965 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-23T17:01:09.965 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-23T17:01:09.965 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-23T17:01:09.965 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-23T17:01:09.965 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-23T17:01:09.966 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-23T17:01:09.966 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-23T17:01:09.966 INFO:teuthology.orchestra.run.smithi186.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-23T17:01:09.966 INFO:teuthology.orchestra.run.smithi186.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-23T17:01:09.966 INFO:teuthology.orchestra.run.smithi186.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-23T17:01:09.966 INFO:teuthology.orchestra.run.smithi186.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-23T17:01:09.966 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-23T17:01:09.966 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ply-3.11-14.el9.noarch 2024-04-23T17:01:09.967 INFO:teuthology.orchestra.run.smithi186.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-23T17:01:09.967 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-23T17:01:09.967 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-23T17:01:09.967 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-23T17:01:09.967 INFO:teuthology.orchestra.run.smithi186.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-23T17:01:09.967 INFO:teuthology.orchestra.run.smithi186.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-23T17:01:09.967 INFO:teuthology.orchestra.run.smithi186.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-23T17:01:09.967 INFO:teuthology.orchestra.run.smithi186.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-23T17:01:09.968 INFO:teuthology.orchestra.run.smithi186.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-23T17:01:09.968 INFO:teuthology.orchestra.run.smithi186.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-23T17:01:09.968 INFO:teuthology.orchestra.run.smithi186.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-23T17:01:09.968 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-04-23T17:01:09.968 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-04-23T17:01:10.331 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-base 2024-04-23T17:01:10.846 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:00:54 ago on Tue 23 Apr 2024 05:00:16 PM UTC. 2024-04-23T17:01:10.924 INFO:teuthology.orchestra.run.smithi186.stdout:Package ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-23T17:01:11.293 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T17:01:11.332 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T17:01:11.376 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T17:01:11.404 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-04-23T17:01:11.442 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is off 2024-04-23T17:01:11.487 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is off 2024-04-23T17:01:11.543 INFO:teuthology.orchestra.console.smithi071:Power off completed 2024-04-23T17:01:11.588 INFO:teuthology.orchestra.console.smithi186:Power off completed 2024-04-23T17:01:15.405 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T17:01:15.517 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is off 2024-04-23T17:01:15.618 INFO:teuthology.orchestra.console.smithi031:Power off completed 2024-04-23T17:01:15.723 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} duration: 315.0464107990265 failure_reason: 'Command failed on smithi071 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=8e5a69b636d341a18fd059c26b2d62f3 status: fail success: false 2024-04-23T17:01:15.723 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-23T17:01:15.826 INFO:teuthology.run:FAIL