2024-05-03T10:23:41.130 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-03T10:23:41.130 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_gabrioux@teuthology --verbose --name gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi --description orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_extra_daemon_features} --archive /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687296 -- /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687296/orig.config.yaml 2024-05-03T10:23:41.170 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-03T10:23:41.254 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687296 branch: wip-guits-testing-2024-05-02-0628 description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_extra_daemon_features} email: gabrioux@ibm.com first_in_suite: false job_id: '7687296' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-testing-2024-05-02-0628 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\) log-only-match: - CEPHADM_ sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2024-05-02-0628 sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 seed: 2184 sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-05-02-0628 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d targets: smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBkRCMrdrl5wipSu3FoeXv0fkiAQ4WOSqQB2QwzwwChjMHI9nh3uUf79c6yWj+jCa6ZQlHkiUICTeelpdct/jVY= smithi103.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMCMgjia4qxaPTUGWhQYbVLM3znT7TJkvYfoMZe+KT1YE5wJh6TtJrx3C2eyQk4qhxGEEWH0H5212z6O/rwr07M= 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 - exec: all-hosts: - mkdir /etc/cephadm_testing - cephadm.apply: specs: - extra_container_args: - --cpus=2 extra_entrypoint_args: - --debug_ms 10 placement: host_pattern: '*' service_type: mon - custom_configs: - content: "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n\ \ ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\n\ sleep infinity\n" mount_path: /root/write_thing_to_file.sh extra_container_args: - -v - /etc/cephadm_testing:/root/cephadm_testing extra_entrypoint_args: - /root/write_thing_to_file.sh - -c - testing_custom_containers - -o - /root/cephadm_testing/testing.txt placement: host_pattern: '*' service_id: foo service_type: container spec: entrypoint: bash image: quay.io/fedora/fedora:latest - custom_configs: - content: 'set -e test -f /var/cache/bar/from.txt test -f /var/cache/bar/presized.dat echo ok > /var/cache/bar/primary.txt sleep infinity ' mount_path: /root/init_check.sh extra_entrypoint_args: - /root/init_check.sh placement: host_pattern: '*' service_id: bar service_type: container spec: dirs: - data entrypoint: bash image: quay.io/fedora/fedora:latest init_containers: - entrypoint: bash entrypoint_args: - argument: -c - argument: . /etc/os-release && echo from=$ID > /var/cache/bar/from.txt image: quay.io/centos/centos:latest volume_mounts: data: /var/cache/bar:z - entrypoint: bash entrypoint_args: - argument: -c - argument: test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat volume_mounts: data: /var/cache/bar:z volume_mounts: data: /var/cache/bar:z - cephadm.wait_for_service: service: mon - cephadm.wait_for_service: service: container.foo - cephadm.wait_for_service: service: container.bar - exec: host.a: - 'set -ex FSID=$(/home/ubuntu/cephtest/cephadm shell -- ceph fsid) sleep 60 # check extra container and entrypoint args written to mon unit run file grep "\-\-cpus=2" /var/lib/ceph/$FSID/mon.*/unit.run grep "\-\-debug_ms 10" /var/lib/ceph/$FSID/mon.*/unit.run # check that custom container properly wrote content to file. # This requires the custom config, extra container args, and # entrypoint args to all be working in order for this to have # been written. The container entrypoint was set up with custom_configs, # the content and where to write to with the entrypoint args, and the mounting # of the /etc/cephadm_testing dir with extra container args grep "testing_custom_containers" /etc/cephadm_testing/testing.txt # Verify that container bar''s init containers and primary container # ran successfully dir=$(find /var/lib/ceph/$FSID -maxdepth 1 -type d -name ''container.bar.*'') test -n "$dir" grep ok ${dir}/data/primary.txt grep from=centos ${dir}/data/from.txt test -s ${dir}/data/presized.dat ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-03_06:31:58 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-03T10:23:41.254 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa; will attempt to use it 2024-05-03T10:23:41.255 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks 2024-05-03T10:23:41.255 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-03T10:23:41.256 INFO:teuthology.task.internal:Checking packages... 2024-05-03T10:23:41.280 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'f8e6d2d721bc96a93915917c59bc3d287d57263d' 2024-05-03T10:23:41.280 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-03T10:23:41.280 INFO:teuthology.packaging:ref: None 2024-05-03T10:23:41.280 INFO:teuthology.packaging:tag: None 2024-05-03T10:23:41.280 INFO:teuthology.packaging:branch: wip-guits-testing-2024-05-02-0628 2024-05-03T10:23:41.280 INFO:teuthology.packaging:sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:23:41.281 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-testing-2024-05-02-0628 2024-05-03T10:23:41.419 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3353.gf8e6d2d7 2024-05-03T10:23:41.421 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-03T10:23:41.427 INFO:teuthology.task.internal:no buildpackages task found 2024-05-03T10:23:41.427 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-03T10:23:41.433 INFO:teuthology.task.internal:Saving configuration 2024-05-03T10:23:41.449 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-03T10:23:41.455 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T10:23:41.481 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687296', '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-05-03 10:18:13.130710', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBkRCMrdrl5wipSu3FoeXv0fkiAQ4WOSqQB2QwzwwChjMHI9nh3uUf79c6yWj+jCa6ZQlHkiUICTeelpdct/jVY='} 2024-05-03T10:23:41.504 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi103.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687296', '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-05-03 10:18:13.132739', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMCMgjia4qxaPTUGWhQYbVLM3znT7TJkvYfoMZe+KT1YE5wJh6TtJrx3C2eyQk4qhxGEEWH0H5212z6O/rwr07M='} 2024-05-03T10:23:41.504 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-03T10:23:41.510 INFO:teuthology.task.internal:roles: ubuntu@smithi098.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-05-03T10:23:41.510 INFO:teuthology.task.internal:roles: ubuntu@smithi103.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-05-03T10:23:41.511 INFO:teuthology.run_tasks:Running task console_log... 2024-05-03T10:23:41.578 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f96633350d0>, signals=[15]) 2024-05-03T10:23:41.578 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-03T10:23:41.584 INFO:teuthology.task.internal:Opening connections... 2024-05-03T10:23:41.584 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2024-05-03T10:23:41.586 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:23:41.660 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi103.front.sepia.ceph.com 2024-05-03T10:23:41.661 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:23:41.736 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-03T10:23:41.743 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2024-05-03T10:23:41.761 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2024-05-03T10:23:41.762 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2024-05-03T10:23:41.819 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="CentOS Stream" 2024-05-03T10:23:41.819 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="9" 2024-05-03T10:23:41.819 INFO:teuthology.orchestra.run.smithi098.stdout:ID="centos" 2024-05-03T10:23:41.820 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE="rhel fedora" 2024-05-03T10:23:41.820 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="9" 2024-05-03T10:23:41.820 INFO:teuthology.orchestra.run.smithi098.stdout:PLATFORM_ID="platform:el9" 2024-05-03T10:23:41.820 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-03T10:23:41.820 INFO:teuthology.orchestra.run.smithi098.stdout:ANSI_COLOR="0;31" 2024-05-03T10:23:41.820 INFO:teuthology.orchestra.run.smithi098.stdout:LOGO="fedora-logo-icon" 2024-05-03T10:23:41.820 INFO:teuthology.orchestra.run.smithi098.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-03T10:23:41.820 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://centos.org/" 2024-05-03T10:23:41.820 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-03T10:23:41.820 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-03T10:23:41.820 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-03T10:23:41.821 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2024-05-03T10:23:41.845 DEBUG:teuthology.orchestra.run.smithi103:> uname -m 2024-05-03T10:23:41.864 INFO:teuthology.orchestra.run.smithi103.stdout:x86_64 2024-05-03T10:23:41.866 DEBUG:teuthology.orchestra.run.smithi103:> cat /etc/os-release 2024-05-03T10:23:41.923 INFO:teuthology.orchestra.run.smithi103.stdout:NAME="CentOS Stream" 2024-05-03T10:23:41.923 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION="9" 2024-05-03T10:23:41.923 INFO:teuthology.orchestra.run.smithi103.stdout:ID="centos" 2024-05-03T10:23:41.923 INFO:teuthology.orchestra.run.smithi103.stdout:ID_LIKE="rhel fedora" 2024-05-03T10:23:41.923 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION_ID="9" 2024-05-03T10:23:41.923 INFO:teuthology.orchestra.run.smithi103.stdout:PLATFORM_ID="platform:el9" 2024-05-03T10:23:41.923 INFO:teuthology.orchestra.run.smithi103.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-03T10:23:41.923 INFO:teuthology.orchestra.run.smithi103.stdout:ANSI_COLOR="0;31" 2024-05-03T10:23:41.923 INFO:teuthology.orchestra.run.smithi103.stdout:LOGO="fedora-logo-icon" 2024-05-03T10:23:41.924 INFO:teuthology.orchestra.run.smithi103.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-03T10:23:41.924 INFO:teuthology.orchestra.run.smithi103.stdout:HOME_URL="https://centos.org/" 2024-05-03T10:23:41.924 INFO:teuthology.orchestra.run.smithi103.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-03T10:23:41.924 INFO:teuthology.orchestra.run.smithi103.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-03T10:23:41.924 INFO:teuthology.orchestra.run.smithi103.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-03T10:23:41.924 INFO:teuthology.lock.ops:Updating smithi103.front.sepia.ceph.com on lock server 2024-05-03T10:23:41.945 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-03T10:23:41.954 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-03T10:23:41.960 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-03T10:23:41.960 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2024-05-03T10:23:41.963 DEBUG:teuthology.orchestra.run.smithi103:> test '!' -e /home/ubuntu/cephtest 2024-05-03T10:23:41.979 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-03T10:23:41.985 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-03T10:23:41.985 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2024-05-03T10:23:42.020 DEBUG:teuthology.orchestra.run.smithi103:> test -z $(ls -A /var/lib/ceph) 2024-05-03T10:23:42.226 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-03T10:23:42.281 INFO:teuthology.run_tasks:Running task kernel... 2024-05-03T10:23:42.297 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-03T10:23:42.297 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-03T10:23:42.297 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-03T10:23:42.298 DEBUG:teuthology.orchestra.run.smithi103:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-03T10:23:42.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:23:42.315 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-05-03T10:23:42.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:23:42.316 DEBUG:teuthology.orchestra.run.smithi103:> uname -r 2024-05-03T10:23:42.371 INFO:teuthology.orchestra.run.smithi098.stdout:5.14.0-437.el9.x86_64 2024-05-03T10:23:42.371 INFO:teuthology.task.kernel:Running kernel on smithi098: 5.14.0-437.el9.x86_64 2024-05-03T10:23:42.372 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum install -y kernel 2024-05-03T10:23:42.373 INFO:teuthology.orchestra.run.smithi103.stdout:5.14.0-437.el9.x86_64 2024-05-03T10:23:42.373 INFO:teuthology.task.kernel:Running kernel on smithi103: 5.14.0-437.el9.x86_64 2024-05-03T10:23:42.374 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum install -y kernel 2024-05-03T10:23:44.669 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-05-03T10:23:44.846 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-05-03T10:23:46.933 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - AppStream 19 MB/s | 19 MB 00:01 2024-05-03T10:23:47.870 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - AppStream 8.9 MB/s | 19 MB 00:02 2024-05-03T10:23:51.097 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - CRB 9.9 MB/s | 6.2 MB 00:00 2024-05-03T10:23:52.029 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.2 MB 00:00 2024-05-03T10:23:52.640 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - Extras packages 90 kB/s | 16 kB 00:00 2024-05-03T10:23:53.683 INFO:teuthology.orchestra.run.smithi103.stdout:Extra Packages for Enterprise Linux 23 MB/s | 21 MB 00:00 2024-05-03T10:23:53.797 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - Extras packages 26 kB/s | 16 kB 00:00 2024-05-03T10:23:54.906 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 21 MB/s | 21 MB 00:00 2024-05-03T10:23:58.783 INFO:teuthology.orchestra.run.smithi103.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-05-03T10:24:00.048 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-05-03T10:24:00.606 INFO:teuthology.orchestra.run.smithi103.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-03T10:24:00.606 INFO:teuthology.orchestra.run.smithi103.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-03T10:24:00.685 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:24:00.686 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-05-03T10:24:00.687 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:24:00.794 DEBUG:teuthology.orchestra.run.smithi103:> echo no | sudo yum reinstall kernel || true 2024-05-03T10:24:01.291 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:03 ago on Fri 03 May 2024 10:23:58 AM UTC. 2024-05-03T10:24:01.415 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:24:01.432 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:24:01.432 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2024-05-03T10:24:01.432 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:24:01.432 INFO:teuthology.orchestra.run.smithi103.stdout:Reinstalling: 2024-05-03T10:24:01.432 INFO:teuthology.orchestra.run.smithi103.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T10:24:01.432 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:24:01.432 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-05-03T10:24:01.432 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:24:01.432 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:24:01.433 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 255 k 2024-05-03T10:24:01.433 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 0 2024-05-03T10:24:01.433 INFO:teuthology.orchestra.run.smithi103.stderr:Operation aborted. 2024-05-03T10:24:01.490 INFO:teuthology.orchestra.run.smithi103.stdout:Is this ok [y/N]: 2024-05-03T10:24:01.490 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum reinstall -y kernel || true 2024-05-03T10:24:01.904 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-03T10:24:01.904 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-03T10:24:01.980 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:03 ago on Fri 03 May 2024 10:23:58 AM UTC. 2024-05-03T10:24:01.998 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:24:01.999 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-05-03T10:24:01.999 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:24:02.095 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:24:02.096 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:24:02.096 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2024-05-03T10:24:02.096 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:24:02.096 INFO:teuthology.orchestra.run.smithi103.stdout:Reinstalling: 2024-05-03T10:24:02.096 INFO:teuthology.orchestra.run.smithi103.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T10:24:02.096 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:24:02.096 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-05-03T10:24:02.096 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:24:02.096 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:24:02.096 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 255 k 2024-05-03T10:24:02.096 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 0 2024-05-03T10:24:02.096 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-05-03T10:24:02.115 DEBUG:teuthology.orchestra.run.smithi098:> echo no | sudo yum reinstall kernel || true 2024-05-03T10:24:02.378 INFO:teuthology.orchestra.run.smithi103.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.5 MB/s | 255 kB 00:00 2024-05-03T10:24:02.378 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:24:02.378 INFO:teuthology.orchestra.run.smithi103.stdout:Total 905 kB/s | 255 kB 00:00 2024-05-03T10:24:02.393 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-05-03T10:24:02.579 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-05-03T10:24:02.579 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-05-03T10:24:02.584 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-05-03T10:24:02.584 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-05-03T10:24:02.614 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:03 ago on Fri 03 May 2024 10:23:59 AM UTC. 2024-05-03T10:24:02.732 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:24:02.736 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-05-03T10:24:02.754 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:24:02.754 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-05-03T10:24:02.755 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:24:02.755 INFO:teuthology.orchestra.run.smithi098.stdout:Reinstalling: 2024-05-03T10:24:02.755 INFO:teuthology.orchestra.run.smithi098.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T10:24:02.755 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:24:02.755 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-05-03T10:24:02.755 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:24:02.755 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:24:02.755 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 255 k 2024-05-03T10:24:02.755 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 0 2024-05-03T10:24:02.755 INFO:teuthology.orchestra.run.smithi098.stderr:Operation aborted. 2024-05-03T10:24:02.813 INFO:teuthology.orchestra.run.smithi098.stdout:Is this ok [y/N]: 2024-05-03T10:24:02.813 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum reinstall -y kernel || true 2024-05-03T10:24:02.828 INFO:teuthology.orchestra.run.smithi103.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T10:24:02.828 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T10:24:03.306 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:04 ago on Fri 03 May 2024 10:23:59 AM UTC. 2024-05-03T10:24:03.423 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:24:03.423 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:24:03.424 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-05-03T10:24:03.424 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:24:03.424 INFO:teuthology.orchestra.run.smithi098.stdout:Reinstalling: 2024-05-03T10:24:03.424 INFO:teuthology.orchestra.run.smithi098.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T10:24:03.424 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:24:03.424 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-05-03T10:24:03.424 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:24:03.424 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:24:03.425 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 255 k 2024-05-03T10:24:03.425 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 0 2024-05-03T10:24:03.425 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-05-03T10:24:03.472 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T10:24:03.472 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T10:24:04.189 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T10:24:04.189 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:24:04.189 INFO:teuthology.orchestra.run.smithi103.stdout:Reinstalled: 2024-05-03T10:24:04.189 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-03T10:24:04.189 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:24:04.189 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:24:04.355 DEBUG:teuthology.orchestra.run.smithi103:> rpm -q kernel | sort -rV | head -n 1 2024-05-03T10:24:04.400 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-5.14.0-437.el9.x86_64.rpm 273 kB/s | 255 kB 00:00 2024-05-03T10:24:04.400 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:24:04.400 INFO:teuthology.orchestra.run.smithi098.stdout:Total 261 kB/s | 255 kB 00:00 2024-05-03T10:24:04.401 INFO:teuthology.orchestra.run.smithi103.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-03T10:24:04.402 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-03T10:24:04.402 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-03T10:24:04.402 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-03T10:24:04.402 DEBUG:teuthology.orchestra.run.smithi103:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-03T10:24:04.415 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-05-03T10:24:04.429 INFO:teuthology.orchestra.run.smithi103.stdout:ttyS1 2024-05-03T10:24:04.450 DEBUG:teuthology.parallel:result is None 2024-05-03T10:24:04.586 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-05-03T10:24:04.586 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-05-03T10:24:04.591 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-05-03T10:24:04.591 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-05-03T10:24:04.725 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-05-03T10:24:04.793 INFO:teuthology.orchestra.run.smithi098.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T10:24:04.793 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T10:24:05.519 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T10:24:05.519 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T10:24:06.214 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T10:24:06.215 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:24:06.215 INFO:teuthology.orchestra.run.smithi098.stdout:Reinstalled: 2024-05-03T10:24:06.215 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-03T10:24:06.215 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:24:06.215 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:24:06.389 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2024-05-03T10:24:06.434 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-03T10:24:06.435 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-03T10:24:06.435 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-03T10:24:06.435 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-03T10:24:06.435 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-03T10:24:06.462 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2024-05-03T10:24:06.482 DEBUG:teuthology.parallel:result is None 2024-05-03T10:24:06.483 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-03T10:24:06.490 INFO:teuthology.task.internal:Creating test directory... 2024-05-03T10:24:06.490 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-03T10:24:06.525 DEBUG:teuthology.orchestra.run.smithi103:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-03T10:24:06.543 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-03T10:24:06.550 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-03T10:24:06.557 INFO:teuthology.task.internal:Creating archive directory... 2024-05-03T10:24:06.557 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-03T10:24:06.580 DEBUG:teuthology.orchestra.run.smithi103:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-03T10:24:06.701 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-03T10:24:06.709 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-03T10:24:06.709 DEBUG:teuthology.orchestra.run.smithi098:> 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-05-03T10:24:06.711 DEBUG:teuthology.orchestra.run.smithi103:> 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-05-03T10:24:06.745 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T10:24:06.746 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T10:24:06.755 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T10:24:06.756 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T10:24:06.757 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-03T10:24:06.765 INFO:teuthology.task.internal:Configuring sudo... 2024-05-03T10:24:06.765 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-03T10:24:06.800 DEBUG:teuthology.orchestra.run.smithi103:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-03T10:24:06.827 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-03T10:24:06.836 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-03T10:24:06.836 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-03T10:24:06.865 DEBUG:teuthology.orchestra.run.smithi103:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-03T10:24:06.882 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T10:24:06.959 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T10:24:07.003 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T10:24:07.083 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T10:24:07.122 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-05-03T10:24:07.122 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-03T10:24:07.185 DEBUG:teuthology.orchestra.run.smithi103:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T10:24:07.228 DEBUG:teuthology.orchestra.run.smithi103:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T10:24:07.280 DEBUG:teuthology.orchestra.run.smithi103:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T10:24:07.363 DEBUG:teuthology.orchestra.run.smithi103:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T10:24:07.403 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-05-03T10:24:07.403 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-03T10:24:07.467 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2024-05-03T10:24:07.469 DEBUG:teuthology.orchestra.run.smithi103:> sudo service rsyslog restart 2024-05-03T10:24:07.498 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T10:24:07.561 INFO:teuthology.orchestra.run.smithi103.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T10:24:07.993 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-03T10:24:08.002 INFO:teuthology.task.internal:Starting timer... 2024-05-03T10:24:08.003 INFO:teuthology.run_tasks:Running task pcp... 2024-05-03T10:24:08.028 INFO:teuthology.run_tasks:Running task selinux... 2024-05-03T10:24:08.037 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-03T10:24:08.038 DEBUG:teuthology.orchestra.run.smithi098:> sudo service auditd rotate 2024-05-03T10:24:08.095 INFO:teuthology.orchestra.run.smithi098.stdout:Rotating logs: 2024-05-03T10:24:08.097 DEBUG:teuthology.orchestra.run.smithi103:> sudo service auditd rotate 2024-05-03T10:24:08.157 INFO:teuthology.orchestra.run.smithi103.stdout:Rotating logs: 2024-05-03T10:24:08.159 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-03T10:24:08.159 DEBUG:teuthology.orchestra.run.smithi098:> /usr/sbin/getenforce 2024-05-03T10:24:08.190 INFO:teuthology.orchestra.run.smithi098.stdout:Permissive 2024-05-03T10:24:08.191 DEBUG:teuthology.orchestra.run.smithi103:> /usr/sbin/getenforce 2024-05-03T10:24:08.208 INFO:teuthology.orchestra.run.smithi103.stdout:Permissive 2024-05-03T10:24:08.209 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi098.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi103.front.sepia.ceph.com': 'permissive'} 2024-05-03T10:24:08.209 DEBUG:teuthology.orchestra.run.smithi098:> 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-05-03T10:24:08.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:24:08.256 DEBUG:teuthology.orchestra.run.smithi103:> 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-05-03T10:24:08.280 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:24:08.281 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-03T10:24:08.281 DEBUG:teuthology.orchestra.run.smithi098:> sudo /usr/sbin/setenforce permissive 2024-05-03T10:24:08.327 DEBUG:teuthology.orchestra.run.smithi103:> sudo /usr/sbin/setenforce permissive 2024-05-03T10:24:08.351 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-03T10:24:08.361 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-05-03T10:24:08.367 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-05-03T10:24:08.505 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-03T10:24:08.519 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-05-03T10:24:08.521 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi098.front.sepia.ceph.com,smithi103.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-03T10:27:54.829 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi098.front.sepia.ceph.com'), Remote(name='ubuntu@smithi103.front.sepia.ceph.com')] 2024-05-03T10:27:54.830 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-05-03T10:27:54.831 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:27:54.906 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-05-03T10:27:54.989 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-05-03T10:27:54.989 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-05-03T10:27:54.990 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:27:55.061 DEBUG:teuthology.orchestra.run.smithi103:> true 2024-05-03T10:27:55.136 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-05-03T10:27:55.137 INFO:teuthology.run_tasks:Running task clock... 2024-05-03T10:27:55.148 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-03T10:27:55.149 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-03T10:27:55.149 DEBUG:teuthology.orchestra.run.smithi098:> 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-05-03T10:27:55.151 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-03T10:27:55.152 DEBUG:teuthology.orchestra.run.smithi103:> 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-05-03T10:27:55.177 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-03T10:27:55.191 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-03T10:27:55.205 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-03T10:27:55.214 INFO:teuthology.orchestra.run.smithi098.stderr:sudo: ntpd: command not found 2024-05-03T10:27:55.218 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-03T10:27:55.224 INFO:teuthology.orchestra.run.smithi098.stdout:506 Cannot talk to daemon 2024-05-03T10:27:55.237 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-03T10:27:55.240 INFO:teuthology.orchestra.run.smithi103.stderr:sudo: ntpd: command not found 2024-05-03T10:27:55.250 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-03T10:27:55.250 INFO:teuthology.orchestra.run.smithi103.stdout:506 Cannot talk to daemon 2024-05-03T10:27:55.264 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-03T10:27:55.276 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-03T10:27:55.303 INFO:teuthology.orchestra.run.smithi098.stderr:bash: line 1: ntpq: command not found 2024-05-03T10:27:55.306 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T10:27:55.306 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2024-05-03T10:27:55.306 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T10:27:55.306 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T10:27:55.307 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T10:27:55.307 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T10:27:55.329 INFO:teuthology.orchestra.run.smithi103.stderr:bash: line 1: ntpq: command not found 2024-05-03T10:27:55.332 INFO:teuthology.orchestra.run.smithi103.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T10:27:55.333 INFO:teuthology.orchestra.run.smithi103.stdout:=============================================================================== 2024-05-03T10:27:55.333 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T10:27:55.333 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T10:27:55.333 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T10:27:55.333 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T10:27:55.334 INFO:teuthology.run_tasks:Running task pexec... 2024-05-03T10:27:55.343 INFO:teuthology.task.pexec:Executing custom commands... 2024-05-03T10:27:55.344 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi098.front.sepia.ceph.com 2024-05-03T10:27:55.344 DEBUG:teuthology.orchestra.run.smithi098:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-03T10:27:55.344 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi103.front.sepia.ceph.com 2024-05-03T10:27:55.344 DEBUG:teuthology.orchestra.run.smithi103:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-03T10:27:55.871 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:40 ago on Fri 03 May 2024 10:27:15 AM UTC. 2024-05-03T10:27:55.903 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:40 ago on Fri 03 May 2024 10:27:15 AM UTC. 2024-05-03T10:27:55.989 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:27:55.990 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:27:55.990 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-05-03T10:27:55.990 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:27:55.990 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-05-03T10:27:55.990 INFO:teuthology.orchestra.run.smithi098.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-03T10:27:55.990 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:27:55.991 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-05-03T10:27:55.991 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:27:55.991 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-05-03T10:27:55.991 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:27:55.991 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 3.1 M 2024-05-03T10:27:55.991 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 9.8 M 2024-05-03T10:27:55.991 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-05-03T10:27:56.022 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:27:56.022 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:27:56.023 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2024-05-03T10:27:56.023 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:27:56.023 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-05-03T10:27:56.023 INFO:teuthology.orchestra.run.smithi103.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-03T10:27:56.023 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:27:56.023 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-05-03T10:27:56.023 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:27:56.023 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-05-03T10:27:56.023 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:27:56.023 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 3.1 M 2024-05-03T10:27:56.023 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 9.8 M 2024-05-03T10:27:56.023 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-05-03T10:27:57.126 INFO:teuthology.orchestra.run.smithi103.stdout:runc-1.1.12-2.el9.x86_64.rpm 3.2 MB/s | 3.1 MB 00:00 2024-05-03T10:27:57.127 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:27:57.127 INFO:teuthology.orchestra.run.smithi103.stdout:Total 2.8 MB/s | 3.1 MB 00:01 2024-05-03T10:27:57.163 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-05-03T10:27:57.169 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-05-03T10:27:57.169 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-05-03T10:27:57.229 INFO:teuthology.orchestra.run.smithi098.stdout:runc-1.1.12-2.el9.x86_64.rpm 3.3 MB/s | 3.1 MB 00:00 2024-05-03T10:27:57.229 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:27:57.229 INFO:teuthology.orchestra.run.smithi098.stdout:Total 2.5 MB/s | 3.1 MB 00:01 2024-05-03T10:27:57.253 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-05-03T10:27:57.253 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-05-03T10:27:57.267 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-05-03T10:27:57.273 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-05-03T10:27:57.273 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-05-03T10:27:57.359 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-05-03T10:27:57.359 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-05-03T10:27:57.466 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-05-03T10:27:57.552 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T10:27:57.577 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-05-03T10:27:57.671 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T10:27:58.088 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T10:27:58.204 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T10:27:58.391 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T10:27:58.391 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:27:58.391 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-05-03T10:27:58.391 INFO:teuthology.orchestra.run.smithi103.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-03T10:27:58.391 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:27:58.391 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:27:58.469 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T10:27:58.469 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:27:58.469 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-05-03T10:27:58.469 INFO:teuthology.orchestra.run.smithi098.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-03T10:27:58.469 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:27:58.469 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:27:58.648 DEBUG:teuthology.parallel:result is None 2024-05-03T10:27:58.765 DEBUG:teuthology.parallel:result is None 2024-05-03T10:27:58.765 INFO:teuthology.run_tasks:Running task install... 2024-05-03T10:27:58.776 DEBUG:teuthology.task.install:project ceph 2024-05-03T10:27:58.776 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d'}} 2024-05-03T10:27:58.776 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d'} 2024-05-03T10:27:58.776 INFO:teuthology.task.install:Using flavor: default 2024-05-03T10:27:58.782 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-05-03T10:27:58.783 INFO:teuthology.task.install:extra packages: [] 2024-05-03T10:27:58.783 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': 'f8e6d2d721bc96a93915917c59bc3d287d57263d', 'tag': None, 'wait_for_package': False} 2024-05-03T10:27:58.783 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:27:58.785 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': 'f8e6d2d721bc96a93915917c59bc3d287d57263d', 'tag': None, 'wait_for_package': False} 2024-05-03T10:27:58.785 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:27:59.013 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/ 2024-05-03T10:27:59.013 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3353.gf8e6d2d7 2024-05-03T10:27:59.035 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/ 2024-05-03T10:27:59.035 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3353.gf8e6d2d7 2024-05-03T10:27:59.147 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-03T10:27:59.147 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-05-03T10:27:59.147 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-03T10:27:59.171 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-05-03T10:27:59.172 DEBUG:teuthology.orchestra.run.smithi103:> 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/f8e6d2d721bc96a93915917c59bc3d287d57263d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-03T10:27:59.181 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-03T10:27:59.181 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-05-03T10:27:59.182 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-03T10:27:59.205 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-05-03T10:27:59.206 DEBUG:teuthology.orchestra.run.smithi098:> 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/f8e6d2d721bc96a93915917c59bc3d287d57263d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-03T10:27:59.236 DEBUG:teuthology.orchestra.run.smithi103:> 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-05-03T10:27:59.270 DEBUG:teuthology.orchestra.run.smithi098:> 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-05-03T10:27:59.310 DEBUG:teuthology.orchestra.run.smithi103:> 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-05-03T10:27:59.343 DEBUG:teuthology.orchestra.run.smithi098:> 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-05-03T10:27:59.373 INFO:teuthology.orchestra.run.smithi103.stdout:check_obsoletes = 1 2024-05-03T10:27:59.374 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum clean all 2024-05-03T10:27:59.405 INFO:teuthology.orchestra.run.smithi098.stdout:check_obsoletes = 1 2024-05-03T10:27:59.406 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum clean all 2024-05-03T10:27:59.617 INFO:teuthology.orchestra.run.smithi103.stdout:50 files removed 2024-05-03T10:27:59.638 INFO:teuthology.orchestra.run.smithi098.stdout:50 files removed 2024-05-03T10:27:59.646 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-radosgw 2024-05-03T10:27:59.668 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-radosgw 2024-05-03T10:28:00.358 INFO:teuthology.orchestra.run.smithi098.stdout:ceph packages for x86_64 198 kB/s | 84 kB 00:00 2024-05-03T10:28:00.389 INFO:teuthology.orchestra.run.smithi103.stdout:ceph packages for x86_64 177 kB/s | 84 kB 00:00 2024-05-03T10:28:00.695 INFO:teuthology.orchestra.run.smithi098.stdout:ceph noarch packages 40 kB/s | 12 kB 00:00 2024-05-03T10:28:00.794 INFO:teuthology.orchestra.run.smithi103.stdout:ceph noarch packages 33 kB/s | 12 kB 00:00 2024-05-03T10:28:01.082 INFO:teuthology.orchestra.run.smithi098.stdout:ceph source packages 5.4 kB/s | 1.9 kB 00:00 2024-05-03T10:28:01.248 INFO:teuthology.orchestra.run.smithi103.stdout:ceph source packages 4.5 kB/s | 1.9 kB 00:00 2024-05-03T10:28:03.250 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - BaseOS 4.1 MB/s | 8.0 MB 00:01 2024-05-03T10:28:03.519 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - BaseOS 3.3 MB/s | 8.0 MB 00:02 2024-05-03T10:28:05.656 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - AppStream 18 MB/s | 19 MB 00:01 2024-05-03T10:28:07.626 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - AppStream 5.7 MB/s | 19 MB 00:03 2024-05-03T10:28:11.030 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - CRB 3.4 MB/s | 6.2 MB 00:01 2024-05-03T10:28:13.348 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 16 kB 00:01 2024-05-03T10:28:13.960 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - CRB 2.2 MB/s | 6.2 MB 00:02 2024-05-03T10:28:15.595 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - Extras packages 34 kB/s | 16 kB 00:00 2024-05-03T10:28:16.924 INFO:teuthology.orchestra.run.smithi103.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-05-03T10:28:22.072 INFO:teuthology.orchestra.run.smithi103.stdout:lab-extras 18 kB/s | 1.7 kB 00:00 2024-05-03T10:28:24.048 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 2.0 MB/s | 21 MB 00:10 2024-05-03T10:28:24.345 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:28:24.347 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:28:24.347 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-05-03T10:28:24.348 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:28:24.348 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-05-03T10:28:24.348 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-radosgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 11 M 2024-05-03T10:28:24.348 INFO:teuthology.orchestra.run.smithi103.stdout:Upgrading: 2024-05-03T10:28:24.348 INFO:teuthology.orchestra.run.smithi103.stdout: librados2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.4 M 2024-05-03T10:28:24.348 INFO:teuthology.orchestra.run.smithi103.stdout: librbd1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T10:28:24.348 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-05-03T10:28:24.348 INFO:teuthology.orchestra.run.smithi103.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-03T10:28:24.348 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-base x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T10:28:24.348 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 21 M 2024-05-03T10:28:24.348 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-selinux x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 25 k 2024-05-03T10:28:24.348 INFO:teuthology.orchestra.run.smithi103.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-03T10:28:24.349 INFO:teuthology.orchestra.run.smithi103.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-03T10:28:24.349 INFO:teuthology.orchestra.run.smithi103.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-03T10:28:24.349 INFO:teuthology.orchestra.run.smithi103.stdout: libcephfs2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 746 k 2024-05-03T10:28:24.349 INFO:teuthology.orchestra.run.smithi103.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-03T10:28:24.349 INFO:teuthology.orchestra.run.smithi103.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-03T10:28:24.349 INFO:teuthology.orchestra.run.smithi103.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-03T10:28:24.349 INFO:teuthology.orchestra.run.smithi103.stdout: libradosstriper1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 501 k 2024-05-03T10:28:24.349 INFO:teuthology.orchestra.run.smithi103.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-03T10:28:24.349 INFO:teuthology.orchestra.run.smithi103.stdout: librgw2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T10:28:24.349 INFO:teuthology.orchestra.run.smithi103.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-03T10:28:24.349 INFO:teuthology.orchestra.run.smithi103.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-03T10:28:24.349 INFO:teuthology.orchestra.run.smithi103.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-03T10:28:24.350 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ceph-argparse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 45 k 2024-05-03T10:28:24.350 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 135 k 2024-05-03T10:28:24.350 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cephfs x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 161 k 2024-05-03T10:28:24.350 INFO:teuthology.orchestra.run.smithi103.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-03T10:28:24.350 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rados x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 321 k 2024-05-03T10:28:24.350 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 298 k 2024-05-03T10:28:24.350 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 99 k 2024-05-03T10:28:24.350 INFO:teuthology.orchestra.run.smithi103.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-03T10:28:24.350 INFO:teuthology.orchestra.run.smithi103.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-03T10:28:24.350 INFO:teuthology.orchestra.run.smithi103.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-03T10:28:24.350 INFO:teuthology.orchestra.run.smithi103.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-03T10:28:24.350 INFO:teuthology.orchestra.run.smithi103.stdout:Installing weak dependencies: 2024-05-03T10:28:24.351 INFO:teuthology.orchestra.run.smithi103.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-03T10:28:24.351 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:28:24.351 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-05-03T10:28:24.351 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:28:24.351 INFO:teuthology.orchestra.run.smithi103.stdout:Install 30 Packages 2024-05-03T10:28:24.351 INFO:teuthology.orchestra.run.smithi103.stdout:Upgrade 2 Packages 2024-05-03T10:28:24.351 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:28:24.352 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 60 M 2024-05-03T10:28:24.352 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-05-03T10:28:26.098 INFO:teuthology.orchestra.run.smithi103.stdout:(1/32): ceph-common-19.0.0-3353.gf8e6d2d7.el9.x 13 MB/s | 21 MB 00:01 2024-05-03T10:28:26.224 INFO:teuthology.orchestra.run.smithi103.stdout:(2/32): ceph-radosgw-19.0.0-3353.gf8e6d2d7.el9. 6.2 MB/s | 11 MB 00:01 2024-05-03T10:28:26.248 INFO:teuthology.orchestra.run.smithi103.stdout:(3/32): ceph-selinux-19.0.0-3353.gf8e6d2d7.el9. 167 kB/s | 25 kB 00:00 2024-05-03T10:28:26.307 INFO:teuthology.orchestra.run.smithi103.stdout:(4/32): libcephfs2-19.0.0-3353.gf8e6d2d7.el9.x8 8.7 MB/s | 746 kB 00:00 2024-05-03T10:28:26.333 INFO:teuthology.orchestra.run.smithi103.stdout:(5/32): libradosstriper1-19.0.0-3353.gf8e6d2d7. 5.9 MB/s | 501 kB 00:00 2024-05-03T10:28:26.383 INFO:teuthology.orchestra.run.smithi103.stdout:(6/32): python3-ceph-argparse-19.0.0-3353.gf8e6 905 kB/s | 45 kB 00:00 2024-05-03T10:28:26.441 INFO:teuthology.orchestra.run.smithi103.stdout:(7/32): python3-ceph-common-19.0.0-3353.gf8e6d2 2.3 MB/s | 135 kB 00:00 2024-05-03T10:28:26.501 INFO:teuthology.orchestra.run.smithi103.stdout:(8/32): python3-cephfs-19.0.0-3353.gf8e6d2d7.el 2.7 MB/s | 161 kB 00:00 2024-05-03T10:28:26.567 INFO:teuthology.orchestra.run.smithi103.stdout:(9/32): python3-rados-19.0.0-3353.gf8e6d2d7.el9 4.7 MB/s | 321 kB 00:00 2024-05-03T10:28:26.634 INFO:teuthology.orchestra.run.smithi103.stdout:(10/32): ceph-base-19.0.0-3353.gf8e6d2d7.el9.x8 2.5 MB/s | 5.4 MB 00:02 2024-05-03T10:28:26.660 INFO:teuthology.orchestra.run.smithi103.stdout:(11/32): python3-rbd-19.0.0-3353.gf8e6d2d7.el9. 3.2 MB/s | 298 kB 00:00 2024-05-03T10:28:26.727 INFO:teuthology.orchestra.run.smithi103.stdout:(12/32): librgw2-19.0.0-3353.gf8e6d2d7.el9.x86_ 13 MB/s | 5.4 MB 00:00 2024-05-03T10:28:26.752 INFO:teuthology.orchestra.run.smithi103.stdout:(13/32): python3-rgw-19.0.0-3353.gf8e6d2d7.el9. 847 kB/s | 99 kB 00:00 2024-05-03T10:28:26.869 INFO:teuthology.orchestra.run.smithi103.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 512 kB/s | 107 kB 00:00 2024-05-03T10:28:26.894 INFO:teuthology.orchestra.run.smithi103.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 958 kB/s | 160 kB 00:00 2024-05-03T10:28:26.911 INFO:teuthology.orchestra.run.smithi103.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 285 kB/s | 45 kB 00:00 2024-05-03T10:28:26.986 INFO:teuthology.orchestra.run.smithi103.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 566 kB/s | 42 kB 00:00 2024-05-03T10:28:27.079 INFO:teuthology.orchestra.run.smithi103.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.1 MB/s | 662 kB 00:00 2024-05-03T10:28:27.104 INFO:teuthology.orchestra.run.smithi103.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.5 MB/s | 292 kB 00:00 2024-05-03T10:28:27.121 INFO:teuthology.orchestra.run.smithi103.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 857 kB/s | 36 kB 00:00 2024-05-03T10:28:27.154 INFO:teuthology.orchestra.run.smithi103.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.3 MB/s | 221 kB 00:00 2024-05-03T10:28:27.198 INFO:teuthology.orchestra.run.smithi103.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 504 kB/s | 47 kB 00:00 2024-05-03T10:28:27.463 INFO:teuthology.orchestra.run.smithi103.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 98 kB/s | 26 kB 00:00 2024-05-03T10:28:27.580 INFO:teuthology.orchestra.run.smithi103.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 672 kB/s | 309 kB 00:00 2024-05-03T10:28:27.605 INFO:teuthology.orchestra.run.smithi103.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 342 kB/s | 49 kB 00:00 2024-05-03T10:28:27.656 INFO:teuthology.orchestra.run.smithi103.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 896 kB/s | 67 kB 00:00 2024-05-03T10:28:27.748 INFO:teuthology.orchestra.run.smithi103.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.0 MB/s | 192 kB 00:00 2024-05-03T10:28:27.890 INFO:teuthology.orchestra.run.smithi103.stdout:(28/32): libarrow-9.0.0-11.el9.x86_64.rpm 6.0 MB/s | 4.4 MB 00:00 2024-05-03T10:28:27.932 INFO:teuthology.orchestra.run.smithi103.stdout:(29/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 2.5 MB/s | 839 kB 00:00 2024-05-03T10:28:28.024 INFO:teuthology.orchestra.run.smithi103.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 5.7 MB/s | 1.6 MB 00:00 2024-05-03T10:28:28.216 INFO:teuthology.orchestra.run.smithi103.stdout:(31/32): librbd1-19.0.0-3353.gf8e6d2d7.el9.x86_ 11 MB/s | 3.1 MB 00:00 2024-05-03T10:28:28.641 INFO:teuthology.orchestra.run.smithi103.stdout:(32/32): librados2-19.0.0-3353.gf8e6d2d7.el9.x8 4.5 MB/s | 3.4 MB 00:00 2024-05-03T10:28:28.646 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:28:28.646 INFO:teuthology.orchestra.run.smithi103.stdout:Total 14 MB/s | 60 MB 00:04 2024-05-03T10:28:28.752 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-05-03T10:28:28.790 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-05-03T10:28:28.790 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-05-03T10:28:29.115 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 25 kB/s | 1.7 kB 00:00 2024-05-03T10:28:29.259 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-05-03T10:28:29.259 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-05-03T10:28:30.750 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-05-03T10:28:30.825 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-03T10:28:30.854 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-03T10:28:30.880 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-03T10:28:30.903 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T10:28:30.929 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T10:28:31.111 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T10:28:31.165 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T10:28:31.281 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:28:31.283 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:28:31.283 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-05-03T10:28:31.284 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:28:31.284 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-05-03T10:28:31.284 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-radosgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 11 M 2024-05-03T10:28:31.284 INFO:teuthology.orchestra.run.smithi098.stdout:Upgrading: 2024-05-03T10:28:31.284 INFO:teuthology.orchestra.run.smithi098.stdout: librados2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.4 M 2024-05-03T10:28:31.284 INFO:teuthology.orchestra.run.smithi098.stdout: librbd1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T10:28:31.284 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-05-03T10:28:31.284 INFO:teuthology.orchestra.run.smithi098.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-03T10:28:31.284 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T10:28:31.284 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 21 M 2024-05-03T10:28:31.284 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-selinux x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 25 k 2024-05-03T10:28:31.284 INFO:teuthology.orchestra.run.smithi098.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-03T10:28:31.284 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-03T10:28:31.284 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-03T10:28:31.285 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 746 k 2024-05-03T10:28:31.285 INFO:teuthology.orchestra.run.smithi098.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-03T10:28:31.285 INFO:teuthology.orchestra.run.smithi098.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-03T10:28:31.285 INFO:teuthology.orchestra.run.smithi098.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-03T10:28:31.285 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 501 k 2024-05-03T10:28:31.285 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-03T10:28:31.285 INFO:teuthology.orchestra.run.smithi098.stdout: librgw2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T10:28:31.285 INFO:teuthology.orchestra.run.smithi098.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-03T10:28:31.285 INFO:teuthology.orchestra.run.smithi098.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-03T10:28:31.285 INFO:teuthology.orchestra.run.smithi098.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-03T10:28:31.285 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 45 k 2024-05-03T10:28:31.285 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 135 k 2024-05-03T10:28:31.285 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cephfs x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 161 k 2024-05-03T10:28:31.285 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-03T10:28:31.285 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rados x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 321 k 2024-05-03T10:28:31.286 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 298 k 2024-05-03T10:28:31.286 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 99 k 2024-05-03T10:28:31.286 INFO:teuthology.orchestra.run.smithi098.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-03T10:28:31.286 INFO:teuthology.orchestra.run.smithi098.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-03T10:28:31.286 INFO:teuthology.orchestra.run.smithi098.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-03T10:28:31.286 INFO:teuthology.orchestra.run.smithi098.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-03T10:28:31.286 INFO:teuthology.orchestra.run.smithi098.stdout:Installing weak dependencies: 2024-05-03T10:28:31.286 INFO:teuthology.orchestra.run.smithi098.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-03T10:28:31.286 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:28:31.286 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-05-03T10:28:31.286 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:28:31.286 INFO:teuthology.orchestra.run.smithi098.stdout:Install 30 Packages 2024-05-03T10:28:31.286 INFO:teuthology.orchestra.run.smithi098.stdout:Upgrade 2 Packages 2024-05-03T10:28:31.286 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:28:31.287 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 60 M 2024-05-03T10:28:31.287 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-05-03T10:28:31.528 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-03T10:28:31.607 INFO:teuthology.orchestra.run.smithi103.stdout: Upgrading : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T10:28:31.699 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T10:28:31.785 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 8/34 2024-05-03T10:28:31.817 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T10:28:31.879 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T10:28:31.908 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-03T10:28:31.951 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 11/34 2024-05-03T10:28:32.020 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T10:28:32.044 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T10:28:32.108 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T10:28:32.142 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-03T10:28:32.249 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-03T10:28:32.285 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-03T10:28:32.350 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-03T10:28:32.375 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-03T10:28:32.404 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-03T10:28:32.416 INFO:teuthology.orchestra.run.smithi098.stdout:(1/32): ceph-base-19.0.0-3353.gf8e6d2d7.el9.x86 7.5 MB/s | 5.4 MB 00:00 2024-05-03T10:28:32.437 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-03T10:28:32.475 INFO:teuthology.orchestra.run.smithi098.stdout:(2/32): ceph-selinux-19.0.0-3353.gf8e6d2d7.el9. 432 kB/s | 25 kB 00:00 2024-05-03T10:28:32.592 INFO:teuthology.orchestra.run.smithi098.stdout:(3/32): libcephfs2-19.0.0-3353.gf8e6d2d7.el9.x8 6.2 MB/s | 746 kB 00:00 2024-05-03T10:28:32.667 INFO:teuthology.orchestra.run.smithi098.stdout:(4/32): libradosstriper1-19.0.0-3353.gf8e6d2d7. 6.5 MB/s | 501 kB 00:00 2024-05-03T10:28:32.748 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-03T10:28:32.792 INFO:teuthology.orchestra.run.smithi103.stdout: Upgrading : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T10:28:32.826 INFO:teuthology.orchestra.run.smithi098.stdout:(5/32): ceph-radosgw-19.0.0-3353.gf8e6d2d7.el9. 9.4 MB/s | 11 MB 00:01 2024-05-03T10:28:32.876 INFO:teuthology.orchestra.run.smithi098.stdout:(6/32): python3-ceph-argparse-19.0.0-3353.gf8e6 907 kB/s | 45 kB 00:00 2024-05-03T10:28:32.891 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T10:28:32.921 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 23/34 2024-05-03T10:28:32.935 INFO:teuthology.orchestra.run.smithi098.stdout:(7/32): python3-ceph-common-19.0.0-3353.gf8e6d2 2.3 MB/s | 135 kB 00:00 2024-05-03T10:28:32.957 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-03T10:28:32.993 INFO:teuthology.orchestra.run.smithi098.stdout:(8/32): python3-cephfs-19.0.0-3353.gf8e6d2d7.el 2.7 MB/s | 161 kB 00:00 2024-05-03T10:28:33.093 INFO:teuthology.orchestra.run.smithi098.stdout:(9/32): librgw2-19.0.0-3353.gf8e6d2d7.el9.x86_6 13 MB/s | 5.4 MB 00:00 2024-05-03T10:28:33.119 INFO:teuthology.orchestra.run.smithi098.stdout:(10/32): python3-rados-19.0.0-3353.gf8e6d2d7.el 2.5 MB/s | 321 kB 00:00 2024-05-03T10:28:33.144 INFO:teuthology.orchestra.run.smithi098.stdout:(11/32): python3-rbd-19.0.0-3353.gf8e6d2d7.el9. 5.8 MB/s | 298 kB 00:00 2024-05-03T10:28:33.169 INFO:teuthology.orchestra.run.smithi098.stdout:(12/32): python3-rgw-19.0.0-3353.gf8e6d2d7.el9. 1.9 MB/s | 99 kB 00:00 2024-05-03T10:28:33.228 INFO:teuthology.orchestra.run.smithi098.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 1.2 MB/s | 107 kB 00:00 2024-05-03T10:28:33.254 INFO:teuthology.orchestra.run.smithi098.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.9 MB/s | 160 kB 00:00 2024-05-03T10:28:33.304 INFO:teuthology.orchestra.run.smithi098.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 601 kB/s | 45 kB 00:00 2024-05-03T10:28:33.379 INFO:teuthology.orchestra.run.smithi098.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 5.2 MB/s | 662 kB 00:00 2024-05-03T10:28:33.413 INFO:teuthology.orchestra.run.smithi098.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.6 MB/s | 292 kB 00:00 2024-05-03T10:28:33.436 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-03T10:28:33.438 INFO:teuthology.orchestra.run.smithi098.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 721 kB/s | 42 kB 00:00 2024-05-03T10:28:33.486 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T10:28:33.488 INFO:teuthology.orchestra.run.smithi098.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 722 kB/s | 36 kB 00:00 2024-05-03T10:28:33.514 INFO:teuthology.orchestra.run.smithi098.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.1 MB/s | 221 kB 00:00 2024-05-03T10:28:33.557 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T10:28:33.564 INFO:teuthology.orchestra.run.smithi098.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 629 kB/s | 47 kB 00:00 2024-05-03T10:28:33.635 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 27/34 2024-05-03T10:28:33.664 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 28/34 2024-05-03T10:28:34.040 INFO:teuthology.orchestra.run.smithi098.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 588 kB/s | 309 kB 00:00 2024-05-03T10:28:34.140 INFO:teuthology.orchestra.run.smithi098.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 260 kB/s | 26 kB 00:00 2024-05-03T10:28:34.348 INFO:teuthology.orchestra.run.smithi098.stdout:(24/32): ceph-common-19.0.0-3353.gf8e6d2d7.el9. 8.0 MB/s | 21 MB 00:02 2024-05-03T10:28:34.374 INFO:teuthology.orchestra.run.smithi098.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 208 kB/s | 49 kB 00:00 2024-05-03T10:28:34.624 INFO:teuthology.orchestra.run.smithi098.stdout:(26/32): libarrow-9.0.0-11.el9.x86_64.rpm 4.3 MB/s | 4.4 MB 00:01 2024-05-03T10:28:34.658 INFO:teuthology.orchestra.run.smithi098.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 2.9 MB/s | 839 kB 00:00 2024-05-03T10:28:34.708 INFO:teuthology.orchestra.run.smithi098.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 2.2 MB/s | 192 kB 00:00 2024-05-03T10:28:34.725 INFO:teuthology.orchestra.run.smithi098.stdout:(29/32): libunwind-1.6.2-1.el9.x86_64.rpm 179 kB/s | 67 kB 00:00 2024-05-03T10:28:34.842 INFO:teuthology.orchestra.run.smithi098.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 8.6 MB/s | 1.6 MB 00:00 2024-05-03T10:28:35.100 INFO:teuthology.orchestra.run.smithi098.stdout:(31/32): librbd1-19.0.0-3353.gf8e6d2d7.el9.x86_ 8.4 MB/s | 3.1 MB 00:00 2024-05-03T10:28:35.159 INFO:teuthology.orchestra.run.smithi098.stdout:(32/32): librados2-19.0.0-3353.gf8e6d2d7.el9.x8 7.5 MB/s | 3.4 MB 00:00 2024-05-03T10:28:35.163 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:28:35.163 INFO:teuthology.orchestra.run.smithi098.stdout:Total 16 MB/s | 60 MB 00:03 2024-05-03T10:28:35.259 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-05-03T10:28:35.294 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-05-03T10:28:35.295 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-05-03T10:28:35.765 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-05-03T10:28:35.767 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-05-03T10:28:35.861 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T10:28:35.902 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T10:28:36.445 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T10:28:36.481 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T10:28:36.578 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T10:28:36.578 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-03T10:28:36.578 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-03T10:28:36.578 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:28:36.616 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T10:28:37.266 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-05-03T10:28:37.343 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-03T10:28:37.381 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-03T10:28:37.406 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-03T10:28:37.429 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T10:28:37.449 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T10:28:37.620 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T10:28:37.675 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T10:28:38.062 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-03T10:28:38.133 INFO:teuthology.orchestra.run.smithi098.stdout: Upgrading : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T10:28:38.217 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T10:28:38.307 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 8/34 2024-05-03T10:28:38.343 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T10:28:38.406 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T10:28:38.443 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-03T10:28:38.487 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 11/34 2024-05-03T10:28:38.557 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T10:28:38.579 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T10:28:38.668 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T10:28:38.702 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-03T10:28:38.813 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-03T10:28:38.844 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-03T10:28:38.876 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-03T10:28:38.902 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-03T10:28:38.931 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-03T10:28:38.963 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-03T10:28:39.281 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-03T10:28:39.327 INFO:teuthology.orchestra.run.smithi098.stdout: Upgrading : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T10:28:39.408 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T10:28:39.439 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 23/34 2024-05-03T10:28:39.475 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-03T10:28:39.964 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-03T10:28:39.988 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T10:28:40.059 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T10:28:40.128 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 27/34 2024-05-03T10:28:40.165 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 28/34 2024-05-03T10:28:42.451 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T10:28:42.487 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T10:28:43.031 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T10:28:43.066 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T10:28:43.157 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T10:28:43.157 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-03T10:28:43.157 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-03T10:28:43.157 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:28:43.184 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T10:28:46.345 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T10:28:46.346 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /sys 2024-05-03T10:28:46.346 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /proc 2024-05-03T10:28:46.346 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /mnt 2024-05-03T10:28:46.346 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /var/tmp 2024-05-03T10:28:46.346 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /home 2024-05-03T10:28:46.346 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /root 2024-05-03T10:28:46.346 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /tmp 2024-05-03T10:28:46.346 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:28:47.344 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T10:28:47.372 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T10:28:47.372 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:28:47.372 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-03T10:28:47.372 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T10:28:47.373 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T10:28:47.373 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:28:47.374 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T10:28:47.464 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T10:28:47.465 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T10:28:48.643 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T10:28:48.643 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/34 2024-05-03T10:28:48.643 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/34 2024-05-03T10:28:48.643 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/34 2024-05-03T10:28:48.643 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/34 2024-05-03T10:28:48.643 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/34 2024-05-03T10:28:48.643 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 6/34 2024-05-03T10:28:48.643 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T10:28:48.643 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 8/34 2024-05-03T10:28:48.643 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 9/34 2024-05-03T10:28:48.643 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 10/34 2024-05-03T10:28:48.644 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 11/34 2024-05-03T10:28:48.644 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T10:28:48.644 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 13/34 2024-05-03T10:28:48.644 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-03T10:28:48.644 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-03T10:28:48.644 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-03T10:28:48.644 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-03T10:28:48.644 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-03T10:28:48.644 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-03T10:28:48.644 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-03T10:28:48.644 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-03T10:28:48.644 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-03T10:28:48.644 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-03T10:28:48.644 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-03T10:28:48.645 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-03T10:28:48.646 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-03T10:28:48.646 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-03T10:28:48.646 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-03T10:28:48.646 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-03T10:28:48.646 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-03T10:28:48.646 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T10:28:48.646 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-03T10:28:48.646 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/34 2024-05-03T10:28:49.334 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T10:28:49.334 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:28:49.334 INFO:teuthology.orchestra.run.smithi103.stdout:Upgraded: 2024-05-03T10:28:49.334 INFO:teuthology.orchestra.run.smithi103.stdout: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:49.334 INFO:teuthology.orchestra.run.smithi103.stdout: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:49.334 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-05-03T10:28:49.334 INFO:teuthology.orchestra.run.smithi103.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-03T10:28:49.334 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:49.334 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:49.334 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:49.334 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:49.334 INFO:teuthology.orchestra.run.smithi103.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-03T10:28:49.335 INFO:teuthology.orchestra.run.smithi103.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-03T10:28:49.335 INFO:teuthology.orchestra.run.smithi103.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-03T10:28:49.335 INFO:teuthology.orchestra.run.smithi103.stdout: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:49.335 INFO:teuthology.orchestra.run.smithi103.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-03T10:28:49.335 INFO:teuthology.orchestra.run.smithi103.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-03T10:28:49.335 INFO:teuthology.orchestra.run.smithi103.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-03T10:28:49.335 INFO:teuthology.orchestra.run.smithi103.stdout: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:49.335 INFO:teuthology.orchestra.run.smithi103.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-03T10:28:49.335 INFO:teuthology.orchestra.run.smithi103.stdout: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:49.335 INFO:teuthology.orchestra.run.smithi103.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-03T10:28:49.335 INFO:teuthology.orchestra.run.smithi103.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-03T10:28:49.335 INFO:teuthology.orchestra.run.smithi103.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-03T10:28:49.335 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:49.335 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:49.335 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:49.336 INFO:teuthology.orchestra.run.smithi103.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-03T10:28:49.336 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:49.336 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:49.336 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:49.336 INFO:teuthology.orchestra.run.smithi103.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-03T10:28:49.336 INFO:teuthology.orchestra.run.smithi103.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-03T10:28:49.336 INFO:teuthology.orchestra.run.smithi103.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-03T10:28:49.336 INFO:teuthology.orchestra.run.smithi103.stdout: re2-1:20211101-3.el9.x86_64 2024-05-03T10:28:49.336 INFO:teuthology.orchestra.run.smithi103.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-03T10:28:49.336 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:28:49.336 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:28:49.673 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-test 2024-05-03T10:28:50.188 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:28 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:28:50.308 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:28:50.309 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:28:50.309 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-05-03T10:28:50.309 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:28:50.309 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-05-03T10:28:50.309 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-test x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 49 M 2024-05-03T10:28:50.309 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-05-03T10:28:50.309 INFO:teuthology.orchestra.run.smithi103.stdout: libcephsqlite x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 163 k 2024-05-03T10:28:50.309 INFO:teuthology.orchestra.run.smithi103.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-03T10:28:50.309 INFO:teuthology.orchestra.run.smithi103.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-03T10:28:50.310 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:28:50.310 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-05-03T10:28:50.310 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:28:50.310 INFO:teuthology.orchestra.run.smithi103.stdout:Install 4 Packages 2024-05-03T10:28:50.310 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:28:50.310 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 50 M 2024-05-03T10:28:50.310 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 211 M 2024-05-03T10:28:50.311 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-05-03T10:28:50.653 INFO:teuthology.orchestra.run.smithi103.stdout:(1/4): libcephsqlite-19.0.0-3353.gf8e6d2d7.el9. 593 kB/s | 163 kB 00:00 2024-05-03T10:28:50.678 INFO:teuthology.orchestra.run.smithi103.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.0 MB/s | 305 kB 00:00 2024-05-03T10:28:50.720 INFO:teuthology.orchestra.run.smithi103.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 952 kB/s | 64 kB 00:00 2024-05-03T10:28:52.557 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T10:28:52.557 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /sys 2024-05-03T10:28:52.557 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /proc 2024-05-03T10:28:52.557 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /mnt 2024-05-03T10:28:52.557 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /var/tmp 2024-05-03T10:28:52.557 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /home 2024-05-03T10:28:52.557 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /root 2024-05-03T10:28:52.557 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /tmp 2024-05-03T10:28:52.557 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:28:52.754 INFO:teuthology.orchestra.run.smithi103.stdout:(4/4): ceph-test-19.0.0-3353.gf8e6d2d7.el9.x86_ 21 MB/s | 49 MB 00:02 2024-05-03T10:28:52.756 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:28:52.757 INFO:teuthology.orchestra.run.smithi103.stdout:Total 20 MB/s | 50 MB 00:02 2024-05-03T10:28:52.784 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-05-03T10:28:52.804 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-05-03T10:28:52.805 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-05-03T10:28:53.175 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-05-03T10:28:53.176 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-05-03T10:28:53.538 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T10:28:53.562 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T10:28:53.563 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:28:53.563 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-03T10:28:53.563 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T10:28:53.563 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T10:28:53.563 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:28:53.566 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T10:28:53.649 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T10:28:53.649 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T10:28:53.719 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-05-03T10:28:53.805 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-03T10:28:53.852 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-03T10:28:53.881 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T10:28:54.761 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T10:28:54.761 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/34 2024-05-03T10:28:54.761 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/34 2024-05-03T10:28:54.761 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/34 2024-05-03T10:28:54.761 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/34 2024-05-03T10:28:54.761 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/34 2024-05-03T10:28:54.762 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 6/34 2024-05-03T10:28:54.762 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T10:28:54.762 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 8/34 2024-05-03T10:28:54.762 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 9/34 2024-05-03T10:28:54.762 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 10/34 2024-05-03T10:28:54.762 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 11/34 2024-05-03T10:28:54.762 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T10:28:54.762 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 13/34 2024-05-03T10:28:54.762 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-03T10:28:54.762 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-03T10:28:54.762 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-03T10:28:54.762 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-03T10:28:54.762 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-03T10:28:54.763 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-03T10:28:54.763 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-03T10:28:54.763 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-03T10:28:54.763 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-03T10:28:54.763 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-03T10:28:54.763 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-03T10:28:54.763 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-03T10:28:54.763 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-03T10:28:54.763 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-03T10:28:54.763 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-03T10:28:54.763 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-03T10:28:54.763 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-03T10:28:54.763 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T10:28:54.763 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-03T10:28:54.764 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/34 2024-05-03T10:28:55.663 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T10:28:55.663 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:28:55.663 INFO:teuthology.orchestra.run.smithi098.stdout:Upgraded: 2024-05-03T10:28:55.663 INFO:teuthology.orchestra.run.smithi098.stdout: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:55.663 INFO:teuthology.orchestra.run.smithi098.stdout: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:55.663 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-05-03T10:28:55.664 INFO:teuthology.orchestra.run.smithi098.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-03T10:28:55.664 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:55.664 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:55.664 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:55.664 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:55.664 INFO:teuthology.orchestra.run.smithi098.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-03T10:28:55.664 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-03T10:28:55.664 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-03T10:28:55.664 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:55.664 INFO:teuthology.orchestra.run.smithi098.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-03T10:28:55.664 INFO:teuthology.orchestra.run.smithi098.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-03T10:28:55.664 INFO:teuthology.orchestra.run.smithi098.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-03T10:28:55.664 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:55.664 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-03T10:28:55.664 INFO:teuthology.orchestra.run.smithi098.stdout: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:55.665 INFO:teuthology.orchestra.run.smithi098.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-03T10:28:55.665 INFO:teuthology.orchestra.run.smithi098.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-03T10:28:55.665 INFO:teuthology.orchestra.run.smithi098.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-03T10:28:55.665 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:55.665 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:55.665 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:55.665 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-03T10:28:55.665 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:55.665 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:55.665 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:28:55.665 INFO:teuthology.orchestra.run.smithi098.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-03T10:28:55.665 INFO:teuthology.orchestra.run.smithi098.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-03T10:28:55.665 INFO:teuthology.orchestra.run.smithi098.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-03T10:28:55.665 INFO:teuthology.orchestra.run.smithi098.stdout: re2-1:20211101-3.el9.x86_64 2024-05-03T10:28:55.665 INFO:teuthology.orchestra.run.smithi098.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-03T10:28:55.666 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:28:55.666 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:28:56.019 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-test 2024-05-03T10:28:56.533 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:27 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:28:56.650 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:28:56.650 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:28:56.651 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-05-03T10:28:56.651 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:28:56.651 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-05-03T10:28:56.651 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-test x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 49 M 2024-05-03T10:28:56.651 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-05-03T10:28:56.651 INFO:teuthology.orchestra.run.smithi098.stdout: libcephsqlite x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 163 k 2024-05-03T10:28:56.651 INFO:teuthology.orchestra.run.smithi098.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-03T10:28:56.651 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-03T10:28:56.651 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:28:56.651 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-05-03T10:28:56.651 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:28:56.651 INFO:teuthology.orchestra.run.smithi098.stdout:Install 4 Packages 2024-05-03T10:28:56.651 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:28:56.652 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 50 M 2024-05-03T10:28:56.652 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 211 M 2024-05-03T10:28:56.652 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-05-03T10:28:56.829 INFO:teuthology.orchestra.run.smithi098.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 2.2 MB/s | 305 kB 00:00 2024-05-03T10:28:56.879 INFO:teuthology.orchestra.run.smithi098.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.3 MB/s | 64 kB 00:00 2024-05-03T10:28:57.059 INFO:teuthology.orchestra.run.smithi098.stdout:(3/4): libcephsqlite-19.0.0-3353.gf8e6d2d7.el9. 448 kB/s | 163 kB 00:00 2024-05-03T10:28:58.502 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T10:28:58.670 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T10:28:59.263 INFO:teuthology.orchestra.run.smithi098.stdout:(4/4): ceph-test-19.0.0-3353.gf8e6d2d7.el9.x86_ 19 MB/s | 49 MB 00:02 2024-05-03T10:28:59.265 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:28:59.265 INFO:teuthology.orchestra.run.smithi098.stdout:Total 19 MB/s | 50 MB 00:02 2024-05-03T10:28:59.293 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-05-03T10:28:59.313 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-05-03T10:28:59.313 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-05-03T10:28:59.687 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-05-03T10:28:59.688 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-05-03T10:29:00.219 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-05-03T10:29:00.305 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-03T10:29:00.345 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-03T10:29:00.373 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T10:29:01.120 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T10:29:01.120 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/4 2024-05-03T10:29:01.121 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/4 2024-05-03T10:29:01.121 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-03T10:29:01.409 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-03T10:29:01.409 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:01.409 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-05-03T10:29:01.409 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:29:01.409 INFO:teuthology.orchestra.run.smithi103.stdout: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:29:01.409 INFO:teuthology.orchestra.run.smithi103.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-03T10:29:01.409 INFO:teuthology.orchestra.run.smithi103.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-03T10:29:01.409 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:01.409 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:29:01.698 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph 2024-05-03T10:29:02.207 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:40 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:29:02.332 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:29:02.334 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:02.334 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-05-03T10:29:02.334 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:02.334 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-05-03T10:29:02.334 INFO:teuthology.orchestra.run.smithi103.stdout: ceph x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 6.6 k 2024-05-03T10:29:02.334 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-05-03T10:29:02.335 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mds x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 2.4 M 2024-05-03T10:29:02.335 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 1.5 M 2024-05-03T10:29:02.335 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 249 k 2024-05-03T10:29:02.335 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mon x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 4.7 M 2024-05-03T10:29:02.335 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-osd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 17 M 2024-05-03T10:29:02.335 INFO:teuthology.orchestra.run.smithi103.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-03T10:29:02.335 INFO:teuthology.orchestra.run.smithi103.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-03T10:29:02.335 INFO:teuthology.orchestra.run.smithi103.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-03T10:29:02.335 INFO:teuthology.orchestra.run.smithi103.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-03T10:29:02.335 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-03T10:29:02.335 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-03T10:29:02.335 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-03T10:29:02.335 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-03T10:29:02.335 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-03T10:29:02.336 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-03T10:29:02.336 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-collections 2024-05-03T10:29:02.336 INFO:teuthology.orchestra.run.smithi103.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-03T10:29:02.336 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-03T10:29:02.336 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-03T10:29:02.336 INFO:teuthology.orchestra.run.smithi103.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-03T10:29:02.336 INFO:teuthology.orchestra.run.smithi103.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-03T10:29:02.336 INFO:teuthology.orchestra.run.smithi103.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-03T10:29:02.336 INFO:teuthology.orchestra.run.smithi103.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-03T10:29:02.336 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-03T10:29:02.336 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-03T10:29:02.336 INFO:teuthology.orchestra.run.smithi103.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-03T10:29:02.336 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-03T10:29:02.336 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-03T10:29:02.337 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-03T10:29:02.337 INFO:teuthology.orchestra.run.smithi103.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-03T10:29:02.337 INFO:teuthology.orchestra.run.smithi103.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-03T10:29:02.337 INFO:teuthology.orchestra.run.smithi103.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-03T10:29:02.337 INFO:teuthology.orchestra.run.smithi103.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-03T10:29:02.337 INFO:teuthology.orchestra.run.smithi103.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-03T10:29:02.337 INFO:teuthology.orchestra.run.smithi103.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-03T10:29:02.337 INFO:teuthology.orchestra.run.smithi103.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-03T10:29:02.337 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:02.337 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-05-03T10:29:02.337 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:02.337 INFO:teuthology.orchestra.run.smithi103.stdout:Install 36 Packages 2024-05-03T10:29:02.337 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:02.338 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 30 M 2024-05-03T10:29:02.338 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 108 M 2024-05-03T10:29:02.338 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-05-03T10:29:03.023 INFO:teuthology.orchestra.run.smithi103.stdout:(1/36): ceph-19.0.0-3353.gf8e6d2d7.el9.x86_64.r 31 kB/s | 6.6 kB 00:00 2024-05-03T10:29:03.340 INFO:teuthology.orchestra.run.smithi103.stdout:(2/36): ceph-mds-19.0.0-3353.gf8e6d2d7.el9.x86_ 4.5 MB/s | 2.4 MB 00:00 2024-05-03T10:29:03.374 INFO:teuthology.orchestra.run.smithi103.stdout:(3/36): ceph-mgr-19.0.0-3353.gf8e6d2d7.el9.x86_ 2.7 MB/s | 1.5 MB 00:00 2024-05-03T10:29:03.724 INFO:teuthology.orchestra.run.smithi103.stdout:(4/36): ceph-mon-19.0.0-3353.gf8e6d2d7.el9.x86_ 6.7 MB/s | 4.7 MB 00:00 2024-05-03T10:29:03.866 INFO:teuthology.orchestra.run.smithi103.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3353.gf8e6 506 kB/s | 249 kB 00:00 2024-05-03T10:29:03.891 INFO:teuthology.orchestra.run.smithi103.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.5 MB/s | 253 kB 00:00 2024-05-03T10:29:03.933 INFO:teuthology.orchestra.run.smithi103.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-05-03T10:29:03.967 INFO:teuthology.orchestra.run.smithi103.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 4.0 MB/s | 135 kB 00:00 2024-05-03T10:29:04.009 INFO:teuthology.orchestra.run.smithi103.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.9 MB/s | 125 kB 00:00 2024-05-03T10:29:04.059 INFO:teuthology.orchestra.run.smithi103.stdout:(10/36): python3-cryptography-36.0.1-4.el9.x86_ 6.4 MB/s | 1.2 MB 00:00 2024-05-03T10:29:04.084 INFO:teuthology.orchestra.run.smithi103.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.8 MB/s | 215 kB 00:00 2024-05-03T10:29:04.285 INFO:teuthology.orchestra.run.smithi103.stdout:(12/36): ceph-osd-19.0.0-3353.gf8e6d2d7.el9.x86 18 MB/s | 17 MB 00:00 2024-05-03T10:29:04.310 INFO:teuthology.orchestra.run.smithi103.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 752 kB/s | 188 kB 00:00 2024-05-03T10:29:04.335 INFO:teuthology.orchestra.run.smithi103.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 687 kB/s | 172 kB 00:00 2024-05-03T10:29:04.361 INFO:teuthology.orchestra.run.smithi103.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 462 kB/s | 35 kB 00:00 2024-05-03T10:29:04.386 INFO:teuthology.orchestra.run.smithi103.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 674 kB/s | 51 kB 00:00 2024-05-03T10:29:04.453 INFO:teuthology.orchestra.run.smithi103.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 355 kB/s | 42 kB 00:00 2024-05-03T10:29:04.486 INFO:teuthology.orchestra.run.smithi103.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 177 kB/s | 22 kB 00:00 2024-05-03T10:29:04.770 INFO:teuthology.orchestra.run.smithi103.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 137 kB/s | 43 kB 00:00 2024-05-03T10:29:04.837 INFO:teuthology.orchestra.run.smithi103.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 335 kB/s | 151 kB 00:00 2024-05-03T10:29:04.962 INFO:teuthology.orchestra.run.smithi103.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 86 kB/s | 11 kB 00:00 2024-05-03T10:29:04.988 INFO:teuthology.orchestra.run.smithi103.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 343 kB/s | 172 kB 00:00 2024-05-03T10:29:05.023 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T10:29:05.155 INFO:teuthology.orchestra.run.smithi103.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 92 kB/s | 18 kB 00:00 2024-05-03T10:29:05.180 INFO:teuthology.orchestra.run.smithi103.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 121 kB/s | 23 kB 00:00 2024-05-03T10:29:05.205 INFO:teuthology.orchestra.run.smithi103.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 825 kB/s | 358 kB 00:00 2024-05-03T10:29:05.255 INFO:teuthology.orchestra.run.smithi103.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 193 kB/s | 19 kB 00:00 2024-05-03T10:29:05.281 INFO:teuthology.orchestra.run.smithi103.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 195 kB/s | 20 kB 00:00 2024-05-03T10:29:05.314 INFO:teuthology.orchestra.run.smithi103.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 424 kB/s | 46 kB 00:00 2024-05-03T10:29:05.353 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T10:29:05.381 INFO:teuthology.orchestra.run.smithi103.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 627 kB/s | 79 kB 00:00 2024-05-03T10:29:05.423 INFO:teuthology.orchestra.run.smithi103.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 151 kB/s | 16 kB 00:00 2024-05-03T10:29:05.516 INFO:teuthology.orchestra.run.smithi103.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 672 kB/s | 90 kB 00:00 2024-05-03T10:29:05.541 INFO:teuthology.orchestra.run.smithi103.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.0 MB/s | 272 kB 00:00 2024-05-03T10:29:05.566 INFO:teuthology.orchestra.run.smithi103.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 251 kB/s | 36 kB 00:00 2024-05-03T10:29:05.691 INFO:teuthology.orchestra.run.smithi103.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.3 MB/s | 230 kB 00:00 2024-05-03T10:29:05.717 INFO:teuthology.orchestra.run.smithi103.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 133 kB/s | 20 kB 00:00 2024-05-03T10:29:05.742 INFO:teuthology.orchestra.run.smithi103.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.1 MB/s | 427 kB 00:00 2024-05-03T10:29:05.743 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:05.744 INFO:teuthology.orchestra.run.smithi103.stdout:Total 8.9 MB/s | 30 MB 00:03 2024-05-03T10:29:05.881 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-05-03T10:29:05.920 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-05-03T10:29:05.920 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-05-03T10:29:06.214 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-05-03T10:29:06.216 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-05-03T10:29:07.471 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-05-03T10:29:07.536 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-03T10:29:07.569 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-03T10:29:07.597 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-03T10:29:07.677 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-03T10:29:07.721 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-03T10:29:07.753 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-03T10:29:07.778 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T10:29:07.778 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/4 2024-05-03T10:29:07.779 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/4 2024-05-03T10:29:07.779 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-03T10:29:07.845 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-03T10:29:07.923 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-03T10:29:07.965 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-03T10:29:08.000 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-03T10:29:08.030 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-03T10:29:08.056 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-03T10:29:08.056 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:08.056 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-05-03T10:29:08.056 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:29:08.057 INFO:teuthology.orchestra.run.smithi098.stdout: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:29:08.057 INFO:teuthology.orchestra.run.smithi098.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-03T10:29:08.057 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-03T10:29:08.057 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:08.057 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:29:08.064 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-03T10:29:08.097 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-03T10:29:08.147 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-03T10:29:08.182 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-03T10:29:08.216 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-03T10:29:08.254 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-03T10:29:08.327 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-03T10:29:08.332 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph 2024-05-03T10:29:08.465 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-03T10:29:08.545 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-03T10:29:08.599 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-03T10:29:08.638 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-03T10:29:08.686 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-03T10:29:08.749 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-03T10:29:08.878 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:39 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:29:08.934 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-03T10:29:08.983 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-03T10:29:09.006 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:29:09.009 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:09.009 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-05-03T10:29:09.009 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:09.009 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-05-03T10:29:09.009 INFO:teuthology.orchestra.run.smithi098.stdout: ceph x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 6.6 k 2024-05-03T10:29:09.009 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-05-03T10:29:09.010 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mds x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 2.4 M 2024-05-03T10:29:09.010 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 1.5 M 2024-05-03T10:29:09.010 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 249 k 2024-05-03T10:29:09.010 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mon x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 4.7 M 2024-05-03T10:29:09.010 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-osd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 17 M 2024-05-03T10:29:09.010 INFO:teuthology.orchestra.run.smithi098.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-03T10:29:09.010 INFO:teuthology.orchestra.run.smithi098.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-03T10:29:09.010 INFO:teuthology.orchestra.run.smithi098.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-03T10:29:09.010 INFO:teuthology.orchestra.run.smithi098.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-03T10:29:09.010 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-03T10:29:09.010 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-03T10:29:09.010 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-03T10:29:09.010 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-03T10:29:09.010 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-03T10:29:09.011 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-03T10:29:09.011 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-collections 2024-05-03T10:29:09.011 INFO:teuthology.orchestra.run.smithi098.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-03T10:29:09.011 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-03T10:29:09.011 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-03T10:29:09.011 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-03T10:29:09.011 INFO:teuthology.orchestra.run.smithi098.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-03T10:29:09.011 INFO:teuthology.orchestra.run.smithi098.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-03T10:29:09.011 INFO:teuthology.orchestra.run.smithi098.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-03T10:29:09.011 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-03T10:29:09.011 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-03T10:29:09.011 INFO:teuthology.orchestra.run.smithi098.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-03T10:29:09.011 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-03T10:29:09.011 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-03T10:29:09.012 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-03T10:29:09.012 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-03T10:29:09.012 INFO:teuthology.orchestra.run.smithi098.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-03T10:29:09.012 INFO:teuthology.orchestra.run.smithi098.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-03T10:29:09.012 INFO:teuthology.orchestra.run.smithi098.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-03T10:29:09.012 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-03T10:29:09.012 INFO:teuthology.orchestra.run.smithi098.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-03T10:29:09.012 INFO:teuthology.orchestra.run.smithi098.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-03T10:29:09.012 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:09.012 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-05-03T10:29:09.012 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:09.012 INFO:teuthology.orchestra.run.smithi098.stdout:Install 36 Packages 2024-05-03T10:29:09.012 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:09.013 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 30 M 2024-05-03T10:29:09.013 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 108 M 2024-05-03T10:29:09.013 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-05-03T10:29:09.053 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-03T10:29:09.141 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-03T10:29:09.183 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-03T10:29:09.300 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-03T10:29:09.465 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 31/36 2024-05-03T10:29:09.495 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T10:29:09.520 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T10:29:09.521 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:29:09.521 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-03T10:29:09.521 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T10:29:09.521 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T10:29:09.521 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:10.207 INFO:teuthology.orchestra.run.smithi098.stdout:(1/36): ceph-19.0.0-3353.gf8e6d2d7.el9.x86_64.r 40 kB/s | 6.6 kB 00:00 2024-05-03T10:29:10.490 INFO:teuthology.orchestra.run.smithi098.stdout:(2/36): ceph-mds-19.0.0-3353.gf8e6d2d7.el9.x86_ 5.3 MB/s | 2.4 MB 00:00 2024-05-03T10:29:10.724 INFO:teuthology.orchestra.run.smithi098.stdout:(3/36): ceph-mon-19.0.0-3353.gf8e6d2d7.el9.x86_ 9.1 MB/s | 4.7 MB 00:00 2024-05-03T10:29:10.766 INFO:teuthology.orchestra.run.smithi098.stdout:(4/36): ceph-mgr-19.0.0-3353.gf8e6d2d7.el9.x86_ 2.1 MB/s | 1.5 MB 00:00 2024-05-03T10:29:10.808 INFO:teuthology.orchestra.run.smithi098.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3353.gf8e6 2.9 MB/s | 249 kB 00:00 2024-05-03T10:29:10.963 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T10:29:10.989 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T10:29:10.989 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:29:10.989 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-03T10:29:10.989 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T10:29:10.989 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T10:29:10.989 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:11.341 INFO:teuthology.orchestra.run.smithi098.stdout:(6/36): ceph-osd-19.0.0-3353.gf8e6d2d7.el9.x86_ 20 MB/s | 17 MB 00:00 2024-05-03T10:29:11.367 INFO:teuthology.orchestra.run.smithi098.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 421 kB/s | 253 kB 00:00 2024-05-03T10:29:11.430 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T10:29:11.453 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T10:29:11.453 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:29:11.454 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-03T10:29:11.454 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T10:29:11.454 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T10:29:11.454 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:11.475 INFO:teuthology.orchestra.run.smithi098.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.2 MB/s | 135 kB 00:00 2024-05-03T10:29:11.576 INFO:teuthology.orchestra.run.smithi098.stdout:(9/36): python3-cryptography-36.0.1-4.el9.x86_6 1.6 MB/s | 1.2 MB 00:00 2024-05-03T10:29:11.601 INFO:teuthology.orchestra.run.smithi098.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 997 kB/s | 125 kB 00:00 2024-05-03T10:29:11.672 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T10:29:11.684 INFO:teuthology.orchestra.run.smithi098.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-05-03T10:29:11.696 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T10:29:11.696 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:29:11.696 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-03T10:29:11.696 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T10:29:11.696 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T10:29:11.696 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:11.751 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T10:29:11.768 INFO:teuthology.orchestra.run.smithi098.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 250 kB/s | 106 kB 00:00 2024-05-03T10:29:12.443 INFO:teuthology.orchestra.run.smithi098.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 51 kB/s | 35 kB 00:00 2024-05-03T10:29:12.485 INFO:teuthology.orchestra.run.smithi098.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 213 kB/s | 188 kB 00:00 2024-05-03T10:29:12.586 INFO:teuthology.orchestra.run.smithi098.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 191 kB/s | 172 kB 00:00 2024-05-03T10:29:12.886 INFO:teuthology.orchestra.run.smithi098.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 74 kB/s | 22 kB 00:00 2024-05-03T10:29:13.061 INFO:teuthology.orchestra.run.smithi098.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 863 kB/s | 151 kB 00:00 2024-05-03T10:29:13.111 INFO:teuthology.orchestra.run.smithi098.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 875 kB/s | 43 kB 00:00 2024-05-03T10:29:13.178 INFO:teuthology.orchestra.run.smithi098.stdout:(19/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.5 MB/s | 172 kB 00:00 2024-05-03T10:29:13.245 INFO:teuthology.orchestra.run.smithi098.stdout:(20/36): python3-cherrypy-18.6.1-2.el9.noarch.r 5.3 MB/s | 358 kB 00:00 2024-05-03T10:29:13.287 INFO:teuthology.orchestra.run.smithi098.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 256 kB/s | 11 kB 00:00 2024-05-03T10:29:13.334 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T10:29:13.335 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/36 2024-05-03T10:29:13.335 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/36 2024-05-03T10:29:13.335 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/36 2024-05-03T10:29:13.335 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/36 2024-05-03T10:29:13.335 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/36 2024-05-03T10:29:13.335 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 6/36 2024-05-03T10:29:13.335 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-03T10:29:13.335 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-03T10:29:13.335 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-03T10:29:13.335 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-03T10:29:13.335 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-03T10:29:13.335 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-03T10:29:13.335 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-03T10:29:13.335 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-03T10:29:13.336 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-03T10:29:13.336 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-03T10:29:13.336 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-03T10:29:13.336 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-03T10:29:13.336 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-03T10:29:13.336 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-03T10:29:13.336 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-03T10:29:13.336 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-03T10:29:13.336 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-03T10:29:13.336 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-03T10:29:13.336 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-03T10:29:13.336 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-03T10:29:13.336 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-03T10:29:13.336 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-03T10:29:13.337 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-03T10:29:13.337 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-03T10:29:13.337 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-03T10:29:13.337 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-03T10:29:13.337 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-03T10:29:13.337 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-03T10:29:13.337 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-03T10:29:13.337 INFO:teuthology.orchestra.run.smithi098.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 354 kB/s | 18 kB 00:00 2024-05-03T10:29:13.379 INFO:teuthology.orchestra.run.smithi098.stdout:(23/36): python3-toml-0.10.2-6.el9.noarch.rpm 47 kB/s | 42 kB 00:00 2024-05-03T10:29:13.404 INFO:teuthology.orchestra.run.smithi098.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 346 kB/s | 23 kB 00:00 2024-05-03T10:29:13.430 INFO:teuthology.orchestra.run.smithi098.stdout:(25/36): python3-pytz-2021.1-5.el9.noarch.rpm 52 kB/s | 51 kB 00:00 2024-05-03T10:29:13.455 INFO:teuthology.orchestra.run.smithi098.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 259 kB/s | 19 kB 00:00 2024-05-03T10:29:13.480 INFO:teuthology.orchestra.run.smithi098.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 264 kB/s | 20 kB 00:00 2024-05-03T10:29:13.506 INFO:teuthology.orchestra.run.smithi098.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 927 kB/s | 46 kB 00:00 2024-05-03T10:29:13.531 INFO:teuthology.orchestra.run.smithi098.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-05-03T10:29:13.556 INFO:teuthology.orchestra.run.smithi098.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 3.5 MB/s | 272 kB 00:00 2024-05-03T10:29:13.581 INFO:teuthology.orchestra.run.smithi098.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 330 kB/s | 16 kB 00:00 2024-05-03T10:29:13.607 INFO:teuthology.orchestra.run.smithi098.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-05-03T10:29:13.632 INFO:teuthology.orchestra.run.smithi098.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 477 kB/s | 36 kB 00:00 2024-05-03T10:29:13.657 INFO:teuthology.orchestra.run.smithi098.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-05-03T10:29:13.682 INFO:teuthology.orchestra.run.smithi098.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.6 MB/s | 427 kB 00:00 2024-05-03T10:29:13.707 INFO:teuthology.orchestra.run.smithi098.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 271 kB/s | 20 kB 00:00 2024-05-03T10:29:13.711 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:13.711 INFO:teuthology.orchestra.run.smithi098.stdout:Total 6.4 MB/s | 30 MB 00:04 2024-05-03T10:29:13.848 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-05-03T10:29:13.888 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-05-03T10:29:13.889 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-05-03T10:29:14.182 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-05-03T10:29:14.184 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-05-03T10:29:14.316 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-03T10:29:14.316 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:14.316 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-05-03T10:29:14.316 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:29:14.316 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:29:14.316 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:29:14.316 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:29:14.316 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:29:14.316 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:29:14.316 INFO:teuthology.orchestra.run.smithi103.stdout: lua-5.4.4-4.el9.x86_64 2024-05-03T10:29:14.317 INFO:teuthology.orchestra.run.smithi103.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-03T10:29:14.317 INFO:teuthology.orchestra.run.smithi103.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-03T10:29:14.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-03T10:29:14.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-03T10:29:14.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-03T10:29:14.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-03T10:29:14.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-03T10:29:14.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-03T10:29:14.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-03T10:29:14.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-03T10:29:14.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-03T10:29:14.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-03T10:29:14.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-03T10:29:14.317 INFO:teuthology.orchestra.run.smithi103.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-03T10:29:14.318 INFO:teuthology.orchestra.run.smithi103.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-03T10:29:14.318 INFO:teuthology.orchestra.run.smithi103.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-03T10:29:14.318 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-03T10:29:14.318 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ply-3.11-14.el9.noarch 2024-05-03T10:29:14.318 INFO:teuthology.orchestra.run.smithi103.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-03T10:29:14.318 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-03T10:29:14.318 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-03T10:29:14.318 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-03T10:29:14.318 INFO:teuthology.orchestra.run.smithi103.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-03T10:29:14.318 INFO:teuthology.orchestra.run.smithi103.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-03T10:29:14.318 INFO:teuthology.orchestra.run.smithi103.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-03T10:29:14.319 INFO:teuthology.orchestra.run.smithi103.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-03T10:29:14.319 INFO:teuthology.orchestra.run.smithi103.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-03T10:29:14.319 INFO:teuthology.orchestra.run.smithi103.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-03T10:29:14.319 INFO:teuthology.orchestra.run.smithi103.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-03T10:29:14.319 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:14.319 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:29:14.676 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-base 2024-05-03T10:29:15.191 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:53 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:29:15.269 INFO:teuthology.orchestra.run.smithi103.stdout:Package ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:29:15.310 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:29:15.311 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-05-03T10:29:15.311 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:29:15.374 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install cephadm 2024-05-03T10:29:15.433 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-05-03T10:29:15.519 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-03T10:29:15.551 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-03T10:29:15.579 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-03T10:29:15.660 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-03T10:29:15.704 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-03T10:29:15.737 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-03T10:29:15.829 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-03T10:29:15.882 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:53 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:29:15.915 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-03T10:29:15.955 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-03T10:29:15.991 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-03T10:29:16.000 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:29:16.001 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:16.001 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-05-03T10:29:16.001 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:16.001 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-05-03T10:29:16.001 INFO:teuthology.orchestra.run.smithi103.stdout: cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 762 k 2024-05-03T10:29:16.001 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:16.001 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-05-03T10:29:16.002 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:16.002 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-05-03T10:29:16.002 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:16.002 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 762 k 2024-05-03T10:29:16.002 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 769 k 2024-05-03T10:29:16.002 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-05-03T10:29:16.021 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-03T10:29:16.056 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-03T10:29:16.089 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-03T10:29:16.130 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-03T10:29:16.173 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-03T10:29:16.216 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-03T10:29:16.254 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-03T10:29:16.282 INFO:teuthology.orchestra.run.smithi103.stdout:cephadm-19.0.0-3353.gf8e6d2d7.el9.noarch.rpm 2.7 MB/s | 762 kB 00:00 2024-05-03T10:29:16.282 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:16.283 INFO:teuthology.orchestra.run.smithi103.stdout:Total 2.6 MB/s | 762 kB 00:00 2024-05-03T10:29:16.283 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-05-03T10:29:16.288 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-05-03T10:29:16.288 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-05-03T10:29:16.294 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-05-03T10:29:16.294 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-05-03T10:29:16.329 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-03T10:29:16.368 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-05-03T10:29:16.476 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-03T10:29:16.571 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-03T10:29:16.624 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-03T10:29:16.662 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-03T10:29:16.711 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-03T10:29:16.769 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-03T10:29:16.816 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T10:29:16.910 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T10:29:16.957 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-03T10:29:17.011 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-03T10:29:17.089 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-03T10:29:17.178 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-03T10:29:17.218 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-03T10:29:17.254 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T10:29:17.335 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-03T10:29:17.491 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 31/36 2024-05-03T10:29:17.508 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T10:29:17.508 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:17.508 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-05-03T10:29:17.508 INFO:teuthology.orchestra.run.smithi103.stdout: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:29:17.508 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:17.509 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:29:17.512 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T10:29:17.538 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T10:29:17.538 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:29:17.538 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-03T10:29:17.538 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T10:29:17.538 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T10:29:17.539 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:17.743 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-immutable-object-cache 2024-05-03T10:29:18.263 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:56 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:29:18.393 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:29:18.394 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:18.394 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repo Size 2024-05-03T10:29:18.394 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:18.394 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-05-03T10:29:18.394 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 145 k 2024-05-03T10:29:18.394 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:18.395 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-05-03T10:29:18.395 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:18.395 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-05-03T10:29:18.395 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:18.395 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 145 k 2024-05-03T10:29:18.395 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 435 k 2024-05-03T10:29:18.395 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-05-03T10:29:18.623 INFO:teuthology.orchestra.run.smithi103.stdout:ceph-immutable-object-cache-19.0.0-3353.gf8e6d2 636 kB/s | 145 kB 00:00 2024-05-03T10:29:18.624 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:18.624 INFO:teuthology.orchestra.run.smithi103.stdout:Total 631 kB/s | 145 kB 00:00 2024-05-03T10:29:18.624 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-05-03T10:29:18.632 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-05-03T10:29:18.632 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-05-03T10:29:18.691 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-05-03T10:29:18.692 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-05-03T10:29:18.842 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-05-03T10:29:18.932 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T10:29:18.958 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T10:29:18.958 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:29:18.958 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-03T10:29:18.958 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:18.980 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T10:29:19.006 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T10:29:19.007 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:29:19.007 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-03T10:29:19.007 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T10:29:19.007 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T10:29:19.007 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:19.456 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T10:29:19.478 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T10:29:19.478 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:29:19.478 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-03T10:29:19.479 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T10:29:19.479 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T10:29:19.479 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:19.706 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T10:29:19.729 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T10:29:19.729 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:29:19.729 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-03T10:29:19.730 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T10:29:19.730 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T10:29:19.730 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:19.801 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T10:29:19.847 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T10:29:19.847 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:19.848 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-05-03T10:29:19.848 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:29:19.848 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:19.848 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:29:20.062 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-mgr 2024-05-03T10:29:20.577 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:58 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:29:20.657 INFO:teuthology.orchestra.run.smithi103.stdout:Package ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:29:20.700 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:29:20.701 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-05-03T10:29:20.701 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:29:20.802 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-mgr-dashboard 2024-05-03T10:29:21.315 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:59 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:29:21.435 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:29:21.436 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:21.436 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-05-03T10:29:21.436 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:21.436 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-05-03T10:29:21.437 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 3.5 M 2024-05-03T10:29:21.437 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-05-03T10:29:21.437 INFO:teuthology.orchestra.run.smithi103.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-03T10:29:21.437 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 34 k 2024-05-03T10:29:21.437 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 16 k 2024-05-03T10:29:21.437 INFO:teuthology.orchestra.run.smithi103.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-03T10:29:21.437 INFO:teuthology.orchestra.run.smithi103.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-03T10:29:21.437 INFO:teuthology.orchestra.run.smithi103.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-03T10:29:21.437 INFO:teuthology.orchestra.run.smithi103.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-03T10:29:21.437 INFO:teuthology.orchestra.run.smithi103.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-03T10:29:21.437 INFO:teuthology.orchestra.run.smithi103.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-03T10:29:21.437 INFO:teuthology.orchestra.run.smithi103.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-03T10:29:21.437 INFO:teuthology.orchestra.run.smithi103.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-03T10:29:21.438 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:21.438 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-05-03T10:29:21.438 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:21.438 INFO:teuthology.orchestra.run.smithi103.stdout:Install 12 Packages 2024-05-03T10:29:21.438 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:21.438 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 8.6 M 2024-05-03T10:29:21.438 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 104 M 2024-05-03T10:29:21.439 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-05-03T10:29:21.620 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T10:29:21.621 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/36 2024-05-03T10:29:21.621 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/36 2024-05-03T10:29:21.621 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/36 2024-05-03T10:29:21.621 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/36 2024-05-03T10:29:21.621 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/36 2024-05-03T10:29:21.621 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 6/36 2024-05-03T10:29:21.621 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-03T10:29:21.621 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-03T10:29:21.621 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-03T10:29:21.621 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-03T10:29:21.621 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-03T10:29:21.621 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-03T10:29:21.622 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-03T10:29:21.622 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-03T10:29:21.622 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-03T10:29:21.622 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-03T10:29:21.622 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-03T10:29:21.622 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-03T10:29:21.622 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-03T10:29:21.622 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-03T10:29:21.622 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-03T10:29:21.622 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-03T10:29:21.622 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-03T10:29:21.622 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-03T10:29:21.623 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-03T10:29:21.623 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-03T10:29:21.623 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-03T10:29:21.623 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-03T10:29:21.623 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-03T10:29:21.623 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-03T10:29:21.623 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-03T10:29:21.623 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-03T10:29:21.623 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-03T10:29:21.623 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-03T10:29:21.623 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-03T10:29:21.960 INFO:teuthology.orchestra.run.smithi103.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3353.gf8e 64 kB/s | 16 kB 00:00 2024-05-03T10:29:21.985 INFO:teuthology.orchestra.run.smithi103.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3353.gf8 121 kB/s | 34 kB 00:00 2024-05-03T10:29:22.161 INFO:teuthology.orchestra.run.smithi103.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3353.gf8e6d2d 7.8 MB/s | 3.5 MB 00:00 2024-05-03T10:29:22.186 INFO:teuthology.orchestra.run.smithi103.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.3 MB/s | 269 kB 00:00 2024-05-03T10:29:22.270 INFO:teuthology.orchestra.run.smithi103.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.3 MB/s | 1.0 MB 00:00 2024-05-03T10:29:22.420 INFO:teuthology.orchestra.run.smithi103.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.3 MB/s | 863 kB 00:00 2024-05-03T10:29:22.478 INFO:teuthology.orchestra.run.smithi103.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.8 MB/s | 548 kB 00:00 2024-05-03T10:29:22.503 INFO:teuthology.orchestra.run.smithi103.stdout:(8/12): grpc-data-1.46.7-10.el9.noarch.rpm 83 kB/s | 19 kB 00:00 2024-05-03T10:29:22.579 INFO:teuthology.orchestra.run.smithi103.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 13 MB/s | 2.0 MB 00:00 2024-05-03T10:29:22.633 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-03T10:29:22.633 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:22.633 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-05-03T10:29:22.633 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:29:22.633 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:29:22.633 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:29:22.633 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:29:22.633 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:29:22.633 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:29:22.634 INFO:teuthology.orchestra.run.smithi098.stdout: lua-5.4.4-4.el9.x86_64 2024-05-03T10:29:22.634 INFO:teuthology.orchestra.run.smithi098.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-03T10:29:22.634 INFO:teuthology.orchestra.run.smithi098.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-03T10:29:22.634 INFO:teuthology.orchestra.run.smithi098.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-03T10:29:22.634 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-03T10:29:22.634 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-03T10:29:22.634 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-03T10:29:22.634 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-03T10:29:22.634 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-03T10:29:22.634 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-03T10:29:22.634 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-03T10:29:22.634 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-03T10:29:22.634 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-03T10:29:22.634 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-03T10:29:22.635 INFO:teuthology.orchestra.run.smithi098.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-03T10:29:22.635 INFO:teuthology.orchestra.run.smithi098.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-03T10:29:22.635 INFO:teuthology.orchestra.run.smithi098.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-03T10:29:22.635 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-03T10:29:22.635 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ply-3.11-14.el9.noarch 2024-05-03T10:29:22.635 INFO:teuthology.orchestra.run.smithi098.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-03T10:29:22.635 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-03T10:29:22.635 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-03T10:29:22.635 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-03T10:29:22.635 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-03T10:29:22.635 INFO:teuthology.orchestra.run.smithi098.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-03T10:29:22.635 INFO:teuthology.orchestra.run.smithi098.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-03T10:29:22.635 INFO:teuthology.orchestra.run.smithi098.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-03T10:29:22.635 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-03T10:29:22.636 INFO:teuthology.orchestra.run.smithi098.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-03T10:29:22.636 INFO:teuthology.orchestra.run.smithi098.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-03T10:29:22.636 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:22.636 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:29:22.696 INFO:teuthology.orchestra.run.smithi103.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 758 kB/s | 144 kB 00:00 2024-05-03T10:29:22.721 INFO:teuthology.orchestra.run.smithi103.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 143 kB/s | 31 kB 00:00 2024-05-03T10:29:22.746 INFO:teuthology.orchestra.run.smithi103.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.1 MB/s | 188 kB 00:00 2024-05-03T10:29:22.749 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:22.749 INFO:teuthology.orchestra.run.smithi103.stdout:Total 6.6 MB/s | 8.6 MB 00:01 2024-05-03T10:29:22.797 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-05-03T10:29:22.814 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-05-03T10:29:22.814 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-05-03T10:29:22.969 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-05-03T10:29:22.969 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-05-03T10:29:23.003 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-base 2024-05-03T10:29:23.500 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-05-03T10:29:23.522 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:54 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:29:23.581 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-03T10:29:23.600 INFO:teuthology.orchestra.run.smithi098.stdout:Package ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:29:23.642 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:29:23.643 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-05-03T10:29:23.643 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:29:23.649 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-03T10:29:23.695 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-03T10:29:23.731 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install cephadm 2024-05-03T10:29:23.734 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-03T10:29:23.811 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-03T10:29:23.937 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-03T10:29:24.038 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-03T10:29:24.089 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-03T10:29:24.118 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-03T10:29:24.150 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 10/12 2024-05-03T10:29:24.240 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:55 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:29:24.359 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:29:24.363 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:24.363 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-05-03T10:29:24.363 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:24.363 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-05-03T10:29:24.363 INFO:teuthology.orchestra.run.smithi098.stdout: cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 762 k 2024-05-03T10:29:24.363 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:24.363 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-05-03T10:29:24.363 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:24.363 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-05-03T10:29:24.363 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:24.364 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 762 k 2024-05-03T10:29:24.364 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 769 k 2024-05-03T10:29:24.364 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-05-03T10:29:24.658 INFO:teuthology.orchestra.run.smithi098.stdout:cephadm-19.0.0-3353.gf8e6d2d7.el9.noarch.rpm 2.5 MB/s | 762 kB 00:00 2024-05-03T10:29:24.659 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:24.659 INFO:teuthology.orchestra.run.smithi098.stdout:Total 2.5 MB/s | 762 kB 00:00 2024-05-03T10:29:24.659 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-05-03T10:29:24.663 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-05-03T10:29:24.664 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-05-03T10:29:24.669 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-05-03T10:29:24.670 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-05-03T10:29:24.764 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-05-03T10:29:25.200 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 11/12 2024-05-03T10:29:25.218 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T10:29:25.234 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T10:29:25.294 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T10:29:25.638 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T10:29:25.881 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T10:29:25.882 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:25.882 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-05-03T10:29:25.882 INFO:teuthology.orchestra.run.smithi098.stdout: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:29:25.882 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:25.882 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:29:26.165 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-immutable-object-cache 2024-05-03T10:29:26.496 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T10:29:26.497 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 1/12 2024-05-03T10:29:26.497 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 2/12 2024-05-03T10:29:26.497 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 3/12 2024-05-03T10:29:26.497 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-03T10:29:26.497 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-03T10:29:26.497 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-03T10:29:26.497 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-03T10:29:26.497 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-03T10:29:26.497 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-03T10:29:26.497 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-03T10:29:26.497 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-03T10:29:26.677 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:57 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:29:26.798 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:29:26.799 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:26.799 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-05-03T10:29:26.799 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:26.799 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-05-03T10:29:26.799 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 145 k 2024-05-03T10:29:26.799 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:26.799 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-05-03T10:29:26.799 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:26.799 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-05-03T10:29:26.799 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:26.799 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 145 k 2024-05-03T10:29:26.799 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 435 k 2024-05-03T10:29:26.799 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-05-03T10:29:26.806 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-03T10:29:26.806 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:26.806 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-05-03T10:29:26.806 INFO:teuthology.orchestra.run.smithi103.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-03T10:29:26.806 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:29:26.807 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:29:26.807 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:29:26.807 INFO:teuthology.orchestra.run.smithi103.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-03T10:29:26.807 INFO:teuthology.orchestra.run.smithi103.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-03T10:29:26.807 INFO:teuthology.orchestra.run.smithi103.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-03T10:29:26.807 INFO:teuthology.orchestra.run.smithi103.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-03T10:29:26.807 INFO:teuthology.orchestra.run.smithi103.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-03T10:29:26.807 INFO:teuthology.orchestra.run.smithi103.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-03T10:29:26.807 INFO:teuthology.orchestra.run.smithi103.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-03T10:29:26.807 INFO:teuthology.orchestra.run.smithi103.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-03T10:29:26.807 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:26.807 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:29:26.990 INFO:teuthology.orchestra.run.smithi098.stdout:ceph-immutable-object-cache-19.0.0-3353.gf8e6d2 762 kB/s | 145 kB 00:00 2024-05-03T10:29:26.990 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:26.991 INFO:teuthology.orchestra.run.smithi098.stdout:Total 755 kB/s | 145 kB 00:00 2024-05-03T10:29:26.991 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-05-03T10:29:26.998 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-05-03T10:29:26.998 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-05-03T10:29:27.055 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-05-03T10:29:27.055 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-05-03T10:29:27.084 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-03T10:29:27.205 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-05-03T10:29:27.299 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T10:29:27.323 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T10:29:27.323 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:29:27.324 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-03T10:29:27.324 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:27.592 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:05 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:29:27.714 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:29:27.715 INFO:teuthology.orchestra.run.smithi103.stdout:======================================================================================= 2024-05-03T10:29:27.715 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-05-03T10:29:27.715 INFO:teuthology.orchestra.run.smithi103.stdout:======================================================================================= 2024-05-03T10:29:27.715 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-05-03T10:29:27.715 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 7.4 M 2024-05-03T10:29:27.715 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-05-03T10:29:27.715 INFO:teuthology.orchestra.run.smithi103.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-03T10:29:27.716 INFO:teuthology.orchestra.run.smithi103.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-03T10:29:27.716 INFO:teuthology.orchestra.run.smithi103.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-03T10:29:27.716 INFO:teuthology.orchestra.run.smithi103.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-03T10:29:27.716 INFO:teuthology.orchestra.run.smithi103.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-03T10:29:27.716 INFO:teuthology.orchestra.run.smithi103.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-03T10:29:27.716 INFO:teuthology.orchestra.run.smithi103.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-03T10:29:27.716 INFO:teuthology.orchestra.run.smithi103.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-03T10:29:27.716 INFO:teuthology.orchestra.run.smithi103.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-03T10:29:27.716 INFO:teuthology.orchestra.run.smithi103.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-03T10:29:27.716 INFO:teuthology.orchestra.run.smithi103.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-03T10:29:27.716 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:27.716 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-05-03T10:29:27.716 INFO:teuthology.orchestra.run.smithi103.stdout:======================================================================================= 2024-05-03T10:29:27.717 INFO:teuthology.orchestra.run.smithi103.stdout:Install 12 Packages 2024-05-03T10:29:27.717 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:27.717 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 38 M 2024-05-03T10:29:27.717 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 209 M 2024-05-03T10:29:27.717 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-05-03T10:29:27.938 INFO:teuthology.orchestra.run.smithi103.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.6 MB/s | 195 kB 00:00 2024-05-03T10:29:27.980 INFO:teuthology.orchestra.run.smithi103.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 5.0 MB/s | 803 kB 00:00 2024-05-03T10:29:28.080 INFO:teuthology.orchestra.run.smithi103.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 231 kB/s | 33 kB 00:00 2024-05-03T10:29:28.139 INFO:teuthology.orchestra.run.smithi103.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 312 kB/s | 18 kB 00:00 2024-05-03T10:29:28.189 INFO:teuthology.orchestra.run.smithi103.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 705 kB/s | 35 kB 00:00 2024-05-03T10:29:28.238 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T10:29:28.238 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:28.238 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-05-03T10:29:28.238 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:29:28.238 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:28.238 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:29:28.458 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr 2024-05-03T10:29:28.573 INFO:teuthology.orchestra.run.smithi103.stdout:(6/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 12 MB/s | 4.7 MB 00:00 2024-05-03T10:29:28.665 INFO:teuthology.orchestra.run.smithi103.stdout:(7/12): ceph-mgr-diskprediction-local-19.0.0-33 8.8 MB/s | 7.4 MB 00:00 2024-05-03T10:29:28.690 INFO:teuthology.orchestra.run.smithi103.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 2.0 MB/s | 244 kB 00:00 2024-05-03T10:29:28.749 INFO:teuthology.orchestra.run.smithi103.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.2 MB/s | 250 kB 00:00 2024-05-03T10:29:28.977 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:59 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:29:29.057 INFO:teuthology.orchestra.run.smithi098.stdout:Package ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:29:29.098 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:29:29.099 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-05-03T10:29:29.100 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:29:29.115 INFO:teuthology.orchestra.run.smithi103.stdout:(10/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rp 2.6 MB/s | 3.0 MB 00:01 2024-05-03T10:29:29.181 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-dashboard 2024-05-03T10:29:29.191 INFO:teuthology.orchestra.run.smithi103.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 9.7 MB/s | 5.1 MB 00:00 2024-05-03T10:29:29.466 INFO:teuthology.orchestra.run.smithi103.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 23 MB/s | 16 MB 00:00 2024-05-03T10:29:29.467 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:29.467 INFO:teuthology.orchestra.run.smithi103.stdout:Total 22 MB/s | 38 MB 00:01 2024-05-03T10:29:29.690 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:00 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:29:29.811 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:29:29.812 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:29.812 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-05-03T10:29:29.812 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:29.812 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-05-03T10:29:29.812 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 3.5 M 2024-05-03T10:29:29.812 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-05-03T10:29:29.812 INFO:teuthology.orchestra.run.smithi098.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-03T10:29:29.812 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 34 k 2024-05-03T10:29:29.812 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 16 k 2024-05-03T10:29:29.812 INFO:teuthology.orchestra.run.smithi098.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-03T10:29:29.813 INFO:teuthology.orchestra.run.smithi098.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-03T10:29:29.813 INFO:teuthology.orchestra.run.smithi098.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-03T10:29:29.813 INFO:teuthology.orchestra.run.smithi098.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-03T10:29:29.813 INFO:teuthology.orchestra.run.smithi098.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-03T10:29:29.813 INFO:teuthology.orchestra.run.smithi098.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-03T10:29:29.813 INFO:teuthology.orchestra.run.smithi098.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-03T10:29:29.813 INFO:teuthology.orchestra.run.smithi098.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-03T10:29:29.813 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:29.813 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-05-03T10:29:29.813 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:29.813 INFO:teuthology.orchestra.run.smithi098.stdout:Install 12 Packages 2024-05-03T10:29:29.813 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:29.814 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 8.6 M 2024-05-03T10:29:29.814 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 104 M 2024-05-03T10:29:29.814 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-05-03T10:29:29.817 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-05-03T10:29:29.844 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-05-03T10:29:29.844 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-05-03T10:29:30.244 INFO:teuthology.orchestra.run.smithi098.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3353.gf8 172 kB/s | 34 kB 00:00 2024-05-03T10:29:30.253 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-05-03T10:29:30.253 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-05-03T10:29:30.335 INFO:teuthology.orchestra.run.smithi098.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3353.gf8e 57 kB/s | 16 kB 00:00 2024-05-03T10:29:30.511 INFO:teuthology.orchestra.run.smithi098.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3353.gf8e6d2d 7.6 MB/s | 3.5 MB 00:00 2024-05-03T10:29:30.536 INFO:teuthology.orchestra.run.smithi098.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.3 MB/s | 269 kB 00:00 2024-05-03T10:29:30.619 INFO:teuthology.orchestra.run.smithi098.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 7.8 MB/s | 863 kB 00:00 2024-05-03T10:29:30.686 INFO:teuthology.orchestra.run.smithi098.stdout:(6/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.3 MB/s | 1.0 MB 00:00 2024-05-03T10:29:30.854 INFO:teuthology.orchestra.run.smithi098.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 83 kB/s | 19 kB 00:00 2024-05-03T10:29:31.082 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-05-03T10:29:31.129 INFO:teuthology.orchestra.run.smithi098.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 925 kB/s | 548 kB 00:00 2024-05-03T10:29:31.154 INFO:teuthology.orchestra.run.smithi098.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 481 kB/s | 144 kB 00:00 2024-05-03T10:29:31.154 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-03T10:29:31.198 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-03T10:29:31.221 INFO:teuthology.orchestra.run.smithi098.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 334 kB/s | 31 kB 00:00 2024-05-03T10:29:31.297 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-03T10:29:31.321 INFO:teuthology.orchestra.run.smithi098.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.1 MB/s | 188 kB 00:00 2024-05-03T10:29:31.340 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-03T10:29:31.438 INFO:teuthology.orchestra.run.smithi098.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.7 MB/s | 2.0 MB 00:00 2024-05-03T10:29:31.441 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:31.441 INFO:teuthology.orchestra.run.smithi098.stdout:Total 5.3 MB/s | 8.6 MB 00:01 2024-05-03T10:29:31.490 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-05-03T10:29:31.510 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-05-03T10:29:31.510 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-05-03T10:29:31.520 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-03T10:29:31.556 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-03T10:29:31.633 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-03T10:29:31.661 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-05-03T10:29:31.661 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-05-03T10:29:32.193 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-05-03T10:29:32.272 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-03T10:29:32.279 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-03T10:29:32.316 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-03T10:29:32.362 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-03T10:29:32.386 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-03T10:29:32.401 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-03T10:29:32.478 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-03T10:29:32.611 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-03T10:29:32.696 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-03T10:29:32.740 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-03T10:29:32.777 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-03T10:29:32.809 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 10/12 2024-05-03T10:29:33.616 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T10:29:33.862 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 11/12 2024-05-03T10:29:33.927 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T10:29:34.704 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-03T10:29:34.730 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T10:29:35.335 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T10:29:35.335 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 1/12 2024-05-03T10:29:35.335 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 2/12 2024-05-03T10:29:35.335 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 3/12 2024-05-03T10:29:35.335 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-03T10:29:35.335 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-03T10:29:35.335 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-03T10:29:35.335 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-03T10:29:35.335 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-03T10:29:35.335 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-03T10:29:35.335 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-03T10:29:35.336 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-03T10:29:35.620 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-03T10:29:35.620 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:35.620 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-05-03T10:29:35.620 INFO:teuthology.orchestra.run.smithi098.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-03T10:29:35.620 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:29:35.620 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:29:35.620 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:29:35.620 INFO:teuthology.orchestra.run.smithi098.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-03T10:29:35.620 INFO:teuthology.orchestra.run.smithi098.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-03T10:29:35.620 INFO:teuthology.orchestra.run.smithi098.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-03T10:29:35.620 INFO:teuthology.orchestra.run.smithi098.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-03T10:29:35.620 INFO:teuthology.orchestra.run.smithi098.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-03T10:29:35.621 INFO:teuthology.orchestra.run.smithi098.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-03T10:29:35.621 INFO:teuthology.orchestra.run.smithi098.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-03T10:29:35.621 INFO:teuthology.orchestra.run.smithi098.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-03T10:29:35.621 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:35.621 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:29:35.894 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-03T10:29:36.397 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:07 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:29:36.517 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:29:36.518 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================= 2024-05-03T10:29:36.519 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-05-03T10:29:36.519 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================= 2024-05-03T10:29:36.519 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-05-03T10:29:36.519 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 7.4 M 2024-05-03T10:29:36.519 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-05-03T10:29:36.519 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-03T10:29:36.519 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-03T10:29:36.519 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-03T10:29:36.519 INFO:teuthology.orchestra.run.smithi098.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-03T10:29:36.519 INFO:teuthology.orchestra.run.smithi098.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-03T10:29:36.519 INFO:teuthology.orchestra.run.smithi098.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-03T10:29:36.519 INFO:teuthology.orchestra.run.smithi098.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-03T10:29:36.519 INFO:teuthology.orchestra.run.smithi098.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-03T10:29:36.519 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-03T10:29:36.520 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-03T10:29:36.520 INFO:teuthology.orchestra.run.smithi098.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-03T10:29:36.520 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:36.520 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-05-03T10:29:36.520 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================= 2024-05-03T10:29:36.520 INFO:teuthology.orchestra.run.smithi098.stdout:Install 12 Packages 2024-05-03T10:29:36.520 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:36.520 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 38 M 2024-05-03T10:29:36.521 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 209 M 2024-05-03T10:29:36.521 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-05-03T10:29:36.856 INFO:teuthology.orchestra.run.smithi098.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.1 MB/s | 195 kB 00:00 2024-05-03T10:29:36.906 INFO:teuthology.orchestra.run.smithi098.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.5 MB/s | 803 kB 00:00 2024-05-03T10:29:36.932 INFO:teuthology.orchestra.run.smithi098.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 435 kB/s | 33 kB 00:00 2024-05-03T10:29:36.973 INFO:teuthology.orchestra.run.smithi098.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 440 kB/s | 18 kB 00:00 2024-05-03T10:29:37.015 INFO:teuthology.orchestra.run.smithi098.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 844 kB/s | 35 kB 00:00 2024-05-03T10:29:37.149 INFO:teuthology.orchestra.run.smithi098.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-05-03T10:29:37.191 INFO:teuthology.orchestra.run.smithi098.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 5.7 MB/s | 244 kB 00:00 2024-05-03T10:29:37.283 INFO:teuthology.orchestra.run.smithi098.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-33 12 MB/s | 7.4 MB 00:00 2024-05-03T10:29:37.358 INFO:teuthology.orchestra.run.smithi098.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 14 MB/s | 4.7 MB 00:00 2024-05-03T10:29:37.428 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T10:29:37.428 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 1/12 2024-05-03T10:29:37.428 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-03T10:29:37.428 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-03T10:29:37.428 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-03T10:29:37.428 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-03T10:29:37.428 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-03T10:29:37.428 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-03T10:29:37.428 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-03T10:29:37.428 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-03T10:29:37.429 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T10:29:37.429 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-03T10:29:37.433 INFO:teuthology.orchestra.run.smithi098.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 21 MB/s | 5.1 MB 00:00 2024-05-03T10:29:37.525 INFO:teuthology.orchestra.run.smithi098.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.0 MB/s | 250 kB 00:00 2024-05-03T10:29:37.701 INFO:teuthology.orchestra.run.smithi098.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 48 MB/s | 16 MB 00:00 2024-05-03T10:29:37.702 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:37.702 INFO:teuthology.orchestra.run.smithi098.stdout:Total 32 MB/s | 38 MB 00:01 2024-05-03T10:29:37.842 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-03T10:29:37.842 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:37.842 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-05-03T10:29:37.842 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:29:37.842 INFO:teuthology.orchestra.run.smithi103.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-03T10:29:37.842 INFO:teuthology.orchestra.run.smithi103.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-03T10:29:37.842 INFO:teuthology.orchestra.run.smithi103.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-03T10:29:37.842 INFO:teuthology.orchestra.run.smithi103.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-03T10:29:37.842 INFO:teuthology.orchestra.run.smithi103.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-03T10:29:37.843 INFO:teuthology.orchestra.run.smithi103.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-03T10:29:37.843 INFO:teuthology.orchestra.run.smithi103.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-03T10:29:37.843 INFO:teuthology.orchestra.run.smithi103.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-03T10:29:37.843 INFO:teuthology.orchestra.run.smithi103.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-03T10:29:37.843 INFO:teuthology.orchestra.run.smithi103.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-03T10:29:37.843 INFO:teuthology.orchestra.run.smithi103.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-03T10:29:37.843 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:37.843 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:29:38.053 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-05-03T10:29:38.080 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-05-03T10:29:38.080 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-05-03T10:29:38.207 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-mgr-rook 2024-05-03T10:29:38.486 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-05-03T10:29:38.486 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-05-03T10:29:38.730 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:16 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:29:38.853 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:29:38.854 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:38.855 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-05-03T10:29:38.855 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:38.855 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-05-03T10:29:38.855 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-rook noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 49 k 2024-05-03T10:29:38.855 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-05-03T10:29:38.855 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-03T10:29:38.855 INFO:teuthology.orchestra.run.smithi103.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-03T10:29:38.855 INFO:teuthology.orchestra.run.smithi103.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-03T10:29:38.855 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-03T10:29:38.855 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-03T10:29:38.855 INFO:teuthology.orchestra.run.smithi103.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-03T10:29:38.855 INFO:teuthology.orchestra.run.smithi103.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-03T10:29:38.855 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-03T10:29:38.855 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-03T10:29:38.856 INFO:teuthology.orchestra.run.smithi103.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-03T10:29:38.856 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-03T10:29:38.856 INFO:teuthology.orchestra.run.smithi103.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-03T10:29:38.856 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:38.856 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-05-03T10:29:38.856 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:38.856 INFO:teuthology.orchestra.run.smithi103.stdout:Install 13 Packages 2024-05-03T10:29:38.856 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:38.857 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 2.2 M 2024-05-03T10:29:38.857 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 26 M 2024-05-03T10:29:38.857 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-05-03T10:29:39.319 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-05-03T10:29:39.372 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-03T10:29:39.416 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-03T10:29:39.517 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-03T10:29:39.531 INFO:teuthology.orchestra.run.smithi103.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 108 kB/s | 19 kB 00:00 2024-05-03T10:29:39.556 INFO:teuthology.orchestra.run.smithi103.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 127 kB/s | 26 kB 00:00 2024-05-03T10:29:39.559 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-03T10:29:39.631 INFO:teuthology.orchestra.run.smithi103.stdout:(3/13): ceph-mgr-rook-19.0.0-3353.gf8e6d2d7.el9 177 kB/s | 49 kB 00:00 2024-05-03T10:29:39.665 INFO:teuthology.orchestra.run.smithi103.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.6 MB/s | 222 kB 00:00 2024-05-03T10:29:39.690 INFO:teuthology.orchestra.run.smithi103.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-05-03T10:29:39.738 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-03T10:29:39.740 INFO:teuthology.orchestra.run.smithi103.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 714 kB/s | 54 kB 00:00 2024-05-03T10:29:39.765 INFO:teuthology.orchestra.run.smithi103.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.0 MB/s | 279 kB 00:00 2024-05-03T10:29:39.766 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-03T10:29:39.835 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-03T10:29:40.082 INFO:teuthology.orchestra.run.smithi103.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 82 kB/s | 32 kB 00:00 2024-05-03T10:29:40.108 INFO:teuthology.orchestra.run.smithi103.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 41 kB/s | 15 kB 00:00 2024-05-03T10:29:40.325 INFO:teuthology.orchestra.run.smithi103.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 273 kB/s | 59 kB 00:00 2024-05-03T10:29:40.358 INFO:teuthology.orchestra.run.smithi103.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 347 kB/s | 206 kB 00:00 2024-05-03T10:29:40.473 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-03T10:29:40.500 INFO:teuthology.orchestra.run.smithi103.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 512 kB/s | 90 kB 00:00 2024-05-03T10:29:40.559 INFO:teuthology.orchestra.run.smithi103.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.1 MB/s | 1.0 MB 00:00 2024-05-03T10:29:40.564 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:40.564 INFO:teuthology.orchestra.run.smithi103.stdout:Total 1.3 MB/s | 2.2 MB 00:01 2024-05-03T10:29:40.588 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-03T10:29:40.627 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-05-03T10:29:40.642 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-05-03T10:29:40.642 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-05-03T10:29:40.727 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-05-03T10:29:40.728 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-05-03T10:29:41.234 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-05-03T10:29:41.399 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-03T10:29:41.460 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-03T10:29:41.516 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-03T10:29:41.553 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-03T10:29:41.603 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-03T10:29:41.704 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-03T10:29:41.823 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-03T10:29:41.833 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T10:29:41.871 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-03T10:29:42.587 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-03T10:29:42.652 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-03T10:29:42.694 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-03T10:29:42.742 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-03T10:29:42.772 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T10:29:42.872 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-03T10:29:42.892 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T10:29:43.516 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T10:29:43.516 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/13 2024-05-03T10:29:43.516 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-03T10:29:43.516 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-03T10:29:43.516 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-03T10:29:43.516 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-03T10:29:43.516 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-03T10:29:43.516 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-03T10:29:43.516 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-03T10:29:43.516 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-03T10:29:43.516 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-03T10:29:43.516 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-03T10:29:43.517 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-03T10:29:43.828 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-03T10:29:43.828 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:43.828 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-05-03T10:29:43.829 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:29:43.829 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-03T10:29:43.829 INFO:teuthology.orchestra.run.smithi103.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-03T10:29:43.829 INFO:teuthology.orchestra.run.smithi103.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-03T10:29:43.829 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-03T10:29:43.829 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-03T10:29:43.829 INFO:teuthology.orchestra.run.smithi103.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-03T10:29:43.829 INFO:teuthology.orchestra.run.smithi103.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-03T10:29:43.829 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-03T10:29:43.829 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-03T10:29:43.829 INFO:teuthology.orchestra.run.smithi103.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-03T10:29:43.829 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-03T10:29:43.829 INFO:teuthology.orchestra.run.smithi103.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-03T10:29:43.829 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:43.829 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:29:44.091 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-mgr-cephadm 2024-05-03T10:29:44.603 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:22 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:29:44.723 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:29:44.724 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:44.724 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-05-03T10:29:44.724 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:44.724 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-05-03T10:29:44.724 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 142 k 2024-05-03T10:29:44.724 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-05-03T10:29:44.724 INFO:teuthology.orchestra.run.smithi103.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-03T10:29:44.724 INFO:teuthology.orchestra.run.smithi103.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-03T10:29:44.724 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-03T10:29:44.725 INFO:teuthology.orchestra.run.smithi103.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-03T10:29:44.725 INFO:teuthology.orchestra.run.smithi103.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-03T10:29:44.725 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:44.725 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-05-03T10:29:44.725 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:44.725 INFO:teuthology.orchestra.run.smithi103.stdout:Install 6 Packages 2024-05-03T10:29:44.725 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:44.725 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 7.0 M 2024-05-03T10:29:44.726 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 33 M 2024-05-03T10:29:44.726 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-05-03T10:29:45.186 INFO:teuthology.orchestra.run.smithi103.stdout:(1/6): ceph-mgr-cephadm-19.0.0-3353.gf8e6d2d7.e 623 kB/s | 142 kB 00:00 2024-05-03T10:29:45.211 INFO:teuthology.orchestra.run.smithi103.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 978 kB/s | 248 kB 00:00 2024-05-03T10:29:45.520 INFO:teuthology.orchestra.run.smithi103.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 11 MB/s | 6.0 MB 00:00 2024-05-03T10:29:45.553 INFO:teuthology.orchestra.run.smithi103.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 169 kB/s | 58 kB 00:00 2024-05-03T10:29:45.677 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T10:29:45.677 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 1/12 2024-05-03T10:29:45.677 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-03T10:29:45.677 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-03T10:29:45.677 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-03T10:29:45.678 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-03T10:29:45.678 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-03T10:29:45.678 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-03T10:29:45.678 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-03T10:29:45.678 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-03T10:29:45.678 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T10:29:45.678 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-03T10:29:45.695 INFO:teuthology.orchestra.run.smithi103.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-05-03T10:29:45.845 INFO:teuthology.orchestra.run.smithi103.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 157 kB/s | 51 kB 00:00 2024-05-03T10:29:45.848 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:45.848 INFO:teuthology.orchestra.run.smithi103.stdout:Total 6.2 MB/s | 7.0 MB 00:01 2024-05-03T10:29:45.917 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-05-03T10:29:45.929 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-05-03T10:29:45.929 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-05-03T10:29:46.018 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-03T10:29:46.018 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:46.018 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-05-03T10:29:46.018 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:29:46.019 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-03T10:29:46.019 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-03T10:29:46.019 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-03T10:29:46.019 INFO:teuthology.orchestra.run.smithi098.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-03T10:29:46.019 INFO:teuthology.orchestra.run.smithi098.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-03T10:29:46.019 INFO:teuthology.orchestra.run.smithi098.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-03T10:29:46.019 INFO:teuthology.orchestra.run.smithi098.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-03T10:29:46.019 INFO:teuthology.orchestra.run.smithi098.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-03T10:29:46.019 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-03T10:29:46.019 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-03T10:29:46.019 INFO:teuthology.orchestra.run.smithi098.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-03T10:29:46.019 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:46.019 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:29:46.023 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-05-03T10:29:46.024 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-05-03T10:29:46.334 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-05-03T10:29:46.406 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-rook 2024-05-03T10:29:46.511 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-03T10:29:46.563 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-03T10:29:46.927 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:17 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:29:47.047 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:29:47.048 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:47.048 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-05-03T10:29:47.048 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:47.048 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-05-03T10:29:47.049 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-rook noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 49 k 2024-05-03T10:29:47.049 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-05-03T10:29:47.049 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-03T10:29:47.049 INFO:teuthology.orchestra.run.smithi098.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-03T10:29:47.049 INFO:teuthology.orchestra.run.smithi098.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-03T10:29:47.049 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-03T10:29:47.049 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-03T10:29:47.049 INFO:teuthology.orchestra.run.smithi098.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-03T10:29:47.049 INFO:teuthology.orchestra.run.smithi098.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-03T10:29:47.049 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-03T10:29:47.049 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-03T10:29:47.049 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-03T10:29:47.049 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-03T10:29:47.049 INFO:teuthology.orchestra.run.smithi098.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-03T10:29:47.050 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:47.050 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-05-03T10:29:47.050 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:47.050 INFO:teuthology.orchestra.run.smithi098.stdout:Install 13 Packages 2024-05-03T10:29:47.050 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:47.050 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 2.2 M 2024-05-03T10:29:47.050 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 26 M 2024-05-03T10:29:47.051 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-05-03T10:29:47.085 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-03T10:29:47.166 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-03T10:29:47.230 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-03T10:29:47.268 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T10:29:47.369 INFO:teuthology.orchestra.run.smithi098.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 184 kB/s | 19 kB 00:00 2024-05-03T10:29:47.395 INFO:teuthology.orchestra.run.smithi098.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 198 kB/s | 26 kB 00:00 2024-05-03T10:29:47.486 INFO:teuthology.orchestra.run.smithi098.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.9 MB/s | 222 kB 00:00 2024-05-03T10:29:47.512 INFO:teuthology.orchestra.run.smithi098.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-05-03T10:29:47.537 INFO:teuthology.orchestra.run.smithi098.stdout:(5/13): ceph-mgr-rook-19.0.0-3353.gf8e6d2d7.el9 181 kB/s | 49 kB 00:00 2024-05-03T10:29:47.563 INFO:teuthology.orchestra.run.smithi098.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-05-03T10:29:47.605 INFO:teuthology.orchestra.run.smithi098.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.3 MB/s | 279 kB 00:00 2024-05-03T10:29:47.744 INFO:teuthology.orchestra.run.smithi098.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 156 kB/s | 32 kB 00:00 2024-05-03T10:29:47.788 INFO:teuthology.orchestra.run.smithi098.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 66 kB/s | 15 kB 00:00 2024-05-03T10:29:47.897 INFO:teuthology.orchestra.run.smithi098.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 840 kB/s | 206 kB 00:00 2024-05-03T10:29:47.930 INFO:teuthology.orchestra.run.smithi098.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 5.5 MB/s | 1.0 MB 00:00 2024-05-03T10:29:47.947 INFO:teuthology.orchestra.run.smithi098.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 372 kB/s | 59 kB 00:00 2024-05-03T10:29:47.973 INFO:teuthology.orchestra.run.smithi098.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 1.2 MB/s | 90 kB 00:00 2024-05-03T10:29:47.975 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:47.975 INFO:teuthology.orchestra.run.smithi098.stdout:Total 2.4 MB/s | 2.2 MB 00:00 2024-05-03T10:29:47.999 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T10:29:47.999 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/6 2024-05-03T10:29:47.999 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-03T10:29:47.999 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-03T10:29:47.999 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-03T10:29:47.999 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-03T10:29:48.037 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-05-03T10:29:48.052 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-05-03T10:29:48.052 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-05-03T10:29:48.134 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-05-03T10:29:48.135 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-05-03T10:29:48.253 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-03T10:29:48.253 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:48.253 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-05-03T10:29:48.253 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:29:48.253 INFO:teuthology.orchestra.run.smithi103.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-03T10:29:48.254 INFO:teuthology.orchestra.run.smithi103.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-03T10:29:48.254 INFO:teuthology.orchestra.run.smithi103.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-03T10:29:48.254 INFO:teuthology.orchestra.run.smithi103.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-03T10:29:48.254 INFO:teuthology.orchestra.run.smithi103.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-03T10:29:48.254 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:48.254 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:29:48.509 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-fuse 2024-05-03T10:29:48.628 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-05-03T10:29:48.784 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-03T10:29:48.840 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-03T10:29:48.895 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-03T10:29:48.933 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-03T10:29:48.966 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-03T10:29:49.050 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-03T10:29:49.055 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:27 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:29:49.151 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-03T10:29:49.183 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:29:49.184 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:49.184 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-05-03T10:29:49.184 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:49.184 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-05-03T10:29:49.184 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 890 k 2024-05-03T10:29:49.184 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-05-03T10:29:49.184 INFO:teuthology.orchestra.run.smithi103.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-03T10:29:49.184 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:49.184 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-05-03T10:29:49.184 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:49.184 INFO:teuthology.orchestra.run.smithi103.stdout:Install 2 Packages 2024-05-03T10:29:49.184 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:49.185 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 970 k 2024-05-03T10:29:49.185 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 2.8 M 2024-05-03T10:29:49.185 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-05-03T10:29:49.209 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-03T10:29:49.758 INFO:teuthology.orchestra.run.smithi103.stdout:(1/2): ceph-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_ 2.0 MB/s | 890 kB 00:00 2024-05-03T10:29:49.916 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-03T10:29:49.965 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-03T10:29:50.000 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-03T10:29:50.047 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-03T10:29:50.049 INFO:teuthology.orchestra.run.smithi103.stdout:(2/2): fuse-2.9.9-15.el9.x86_64.rpm 111 kB/s | 80 kB 00:00 2024-05-03T10:29:50.050 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:50.051 INFO:teuthology.orchestra.run.smithi103.stdout:Total 1.1 MB/s | 970 kB 00:00 2024-05-03T10:29:50.061 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-05-03T10:29:50.069 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T10:29:50.083 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-05-03T10:29:50.083 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-05-03T10:29:50.161 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-05-03T10:29:50.162 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-05-03T10:29:50.346 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-05-03T10:29:50.485 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-03T10:29:50.549 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T10:29:50.787 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T10:29:50.787 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/13 2024-05-03T10:29:50.787 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-03T10:29:50.787 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-03T10:29:50.788 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-03T10:29:50.788 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-03T10:29:50.788 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-03T10:29:50.788 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-03T10:29:50.788 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-03T10:29:50.788 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-03T10:29:50.788 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-03T10:29:50.788 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-03T10:29:50.788 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-03T10:29:51.084 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-03T10:29:51.085 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:51.085 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-05-03T10:29:51.085 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:29:51.085 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-03T10:29:51.085 INFO:teuthology.orchestra.run.smithi098.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-03T10:29:51.085 INFO:teuthology.orchestra.run.smithi098.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-03T10:29:51.085 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-03T10:29:51.085 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-03T10:29:51.085 INFO:teuthology.orchestra.run.smithi098.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-03T10:29:51.085 INFO:teuthology.orchestra.run.smithi098.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-03T10:29:51.085 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-03T10:29:51.085 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-03T10:29:51.085 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-03T10:29:51.086 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-03T10:29:51.086 INFO:teuthology.orchestra.run.smithi098.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-03T10:29:51.086 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:51.086 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:29:51.227 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T10:29:51.227 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/2 2024-05-03T10:29:51.338 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-cephadm 2024-05-03T10:29:51.478 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-03T10:29:51.479 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:51.479 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-05-03T10:29:51.479 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-03T10:29:51.479 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:51.479 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:29:51.754 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-volume 2024-05-03T10:29:51.853 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:22 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:29:51.974 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:29:51.974 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:51.975 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-05-03T10:29:51.975 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:51.975 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-05-03T10:29:51.975 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 142 k 2024-05-03T10:29:51.975 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-05-03T10:29:51.975 INFO:teuthology.orchestra.run.smithi098.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-03T10:29:51.975 INFO:teuthology.orchestra.run.smithi098.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-03T10:29:51.975 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-03T10:29:51.975 INFO:teuthology.orchestra.run.smithi098.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-03T10:29:51.975 INFO:teuthology.orchestra.run.smithi098.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-03T10:29:51.975 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:51.975 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-05-03T10:29:51.975 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:51.975 INFO:teuthology.orchestra.run.smithi098.stdout:Install 6 Packages 2024-05-03T10:29:51.975 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:51.976 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 7.0 M 2024-05-03T10:29:51.976 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 33 M 2024-05-03T10:29:51.976 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-05-03T10:29:52.281 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:30 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:29:52.404 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:29:52.404 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:52.404 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-05-03T10:29:52.405 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:52.405 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-05-03T10:29:52.405 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-volume noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 273 k 2024-05-03T10:29:52.405 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-05-03T10:29:52.405 INFO:teuthology.orchestra.run.smithi103.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-03T10:29:52.405 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:52.405 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-05-03T10:29:52.405 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:52.405 INFO:teuthology.orchestra.run.smithi103.stdout:Install 2 Packages 2024-05-03T10:29:52.405 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:52.406 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 350 k 2024-05-03T10:29:52.406 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 1.5 M 2024-05-03T10:29:52.406 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-05-03T10:29:52.551 INFO:teuthology.orchestra.run.smithi098.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 741 kB/s | 248 kB 00:00 2024-05-03T10:29:52.593 INFO:teuthology.orchestra.run.smithi098.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3353.gf8e6d2d7.e 377 kB/s | 142 kB 00:00 2024-05-03T10:29:52.660 INFO:teuthology.orchestra.run.smithi098.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 865 kB/s | 58 kB 00:00 2024-05-03T10:29:52.693 INFO:teuthology.orchestra.run.smithi098.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 1.5 MB/s | 51 kB 00:00 2024-05-03T10:29:52.719 INFO:teuthology.orchestra.run.smithi098.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 3.2 MB/s | 548 kB 00:00 2024-05-03T10:29:52.814 INFO:teuthology.orchestra.run.smithi103.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 739 kB/s | 77 kB 00:00 2024-05-03T10:29:52.965 INFO:teuthology.orchestra.run.smithi103.stdout:(2/2): ceph-volume-19.0.0-3353.gf8e6d2d7.el9.no 1.0 MB/s | 273 kB 00:00 2024-05-03T10:29:52.965 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:52.966 INFO:teuthology.orchestra.run.smithi103.stdout:Total 625 kB/s | 350 kB 00:00 2024-05-03T10:29:52.976 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-05-03T10:29:52.986 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-05-03T10:29:52.986 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-05-03T10:29:53.012 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-05-03T10:29:53.013 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-05-03T10:29:53.156 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-05-03T10:29:53.202 INFO:teuthology.orchestra.run.smithi098.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 6.0 MB/s | 6.0 MB 00:00 2024-05-03T10:29:53.205 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:53.205 INFO:teuthology.orchestra.run.smithi098.stdout:Total 5.7 MB/s | 7.0 MB 00:01 2024-05-03T10:29:53.276 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-05-03T10:29:53.287 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-05-03T10:29:53.287 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-05-03T10:29:53.346 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-03T10:29:53.385 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-05-03T10:29:53.386 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-05-03T10:29:53.392 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T10:29:53.408 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T10:29:53.408 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:29:53.408 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-03T10:29:53.408 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:53.688 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-05-03T10:29:53.876 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-03T10:29:53.931 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-03T10:29:54.119 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/2 2024-05-03T10:29:54.404 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-03T10:29:54.404 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:54.404 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-05-03T10:29:54.404 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:29:54.405 INFO:teuthology.orchestra.run.smithi103.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-03T10:29:54.405 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:54.405 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:29:54.452 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-03T10:29:54.550 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-03T10:29:54.612 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-03T10:29:54.642 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T10:29:54.732 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install librados-devel 2024-05-03T10:29:55.263 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:33 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:29:55.367 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T10:29:55.368 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/6 2024-05-03T10:29:55.368 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-03T10:29:55.368 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-03T10:29:55.368 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-03T10:29:55.368 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-03T10:29:55.386 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:29:55.387 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:55.387 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repo Size 2024-05-03T10:29:55.388 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:55.388 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-05-03T10:29:55.388 INFO:teuthology.orchestra.run.smithi103.stdout: librados-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 127 k 2024-05-03T10:29:55.388 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:55.388 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-05-03T10:29:55.388 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:55.388 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-05-03T10:29:55.388 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:55.388 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 127 k 2024-05-03T10:29:55.388 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 456 k 2024-05-03T10:29:55.388 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-05-03T10:29:55.608 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-03T10:29:55.608 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:55.608 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-05-03T10:29:55.608 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:29:55.609 INFO:teuthology.orchestra.run.smithi098.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-03T10:29:55.609 INFO:teuthology.orchestra.run.smithi098.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-03T10:29:55.609 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-03T10:29:55.609 INFO:teuthology.orchestra.run.smithi098.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-03T10:29:55.609 INFO:teuthology.orchestra.run.smithi098.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-03T10:29:55.609 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:55.609 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:29:55.622 INFO:teuthology.orchestra.run.smithi103.stdout:librados-devel-19.0.0-3353.gf8e6d2d7.el9.x86_64 542 kB/s | 127 kB 00:00 2024-05-03T10:29:55.623 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:55.623 INFO:teuthology.orchestra.run.smithi103.stdout:Total 538 kB/s | 127 kB 00:00 2024-05-03T10:29:55.623 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-05-03T10:29:55.628 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-05-03T10:29:55.629 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-05-03T10:29:55.693 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-05-03T10:29:55.694 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-05-03T10:29:55.846 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-05-03T10:29:55.859 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-fuse 2024-05-03T10:29:55.935 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:29:56.330 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:29:56.370 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:27 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:29:56.491 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:29:56.492 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:56.492 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-05-03T10:29:56.492 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:56.492 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-05-03T10:29:56.492 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 890 k 2024-05-03T10:29:56.492 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-05-03T10:29:56.492 INFO:teuthology.orchestra.run.smithi098.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-03T10:29:56.492 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:56.492 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-05-03T10:29:56.492 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:56.492 INFO:teuthology.orchestra.run.smithi098.stdout:Install 2 Packages 2024-05-03T10:29:56.492 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:56.493 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 970 k 2024-05-03T10:29:56.493 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 2.8 M 2024-05-03T10:29:56.493 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-05-03T10:29:56.578 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:29:56.578 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:56.578 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-05-03T10:29:56.578 INFO:teuthology.orchestra.run.smithi103.stdout: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:29:56.578 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:56.578 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:29:56.747 INFO:teuthology.orchestra.run.smithi098.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 588 kB/s | 80 kB 00:00 2024-05-03T10:29:56.808 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install libcephfs2 2024-05-03T10:29:57.064 INFO:teuthology.orchestra.run.smithi098.stdout:(2/2): ceph-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_ 1.9 MB/s | 890 kB 00:00 2024-05-03T10:29:57.065 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:57.065 INFO:teuthology.orchestra.run.smithi098.stdout:Total 1.7 MB/s | 970 kB 00:00 2024-05-03T10:29:57.076 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-05-03T10:29:57.099 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-05-03T10:29:57.099 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-05-03T10:29:57.176 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-05-03T10:29:57.177 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-05-03T10:29:57.329 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:35 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:29:57.357 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-05-03T10:29:57.409 INFO:teuthology.orchestra.run.smithi103.stdout:Package libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:29:57.451 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:29:57.452 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-05-03T10:29:57.452 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:29:57.500 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-03T10:29:57.541 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install libcephfs-devel 2024-05-03T10:29:57.572 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T10:29:58.059 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:36 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:29:58.177 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T10:29:58.177 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/2 2024-05-03T10:29:58.178 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:29:58.179 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:58.179 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repo Size 2024-05-03T10:29:58.179 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:58.179 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-05-03T10:29:58.179 INFO:teuthology.orchestra.run.smithi103.stdout: libcephfs-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 32 k 2024-05-03T10:29:58.179 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:58.179 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-05-03T10:29:58.179 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:29:58.179 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-05-03T10:29:58.179 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:58.180 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 32 k 2024-05-03T10:29:58.180 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 142 k 2024-05-03T10:29:58.180 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-05-03T10:29:58.352 INFO:teuthology.orchestra.run.smithi103.stdout:libcephfs-devel-19.0.0-3353.gf8e6d2d7.el9.x86_6 185 kB/s | 32 kB 00:00 2024-05-03T10:29:58.352 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:58.353 INFO:teuthology.orchestra.run.smithi103.stdout:Total 183 kB/s | 32 kB 00:00 2024-05-03T10:29:58.353 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-05-03T10:29:58.356 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-05-03T10:29:58.356 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-05-03T10:29:58.358 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-05-03T10:29:58.359 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-05-03T10:29:58.433 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-03T10:29:58.433 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:58.433 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-05-03T10:29:58.434 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-03T10:29:58.434 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:58.434 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:29:58.436 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-05-03T10:29:58.549 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:29:58.675 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-volume 2024-05-03T10:29:58.884 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:29:59.092 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:29:59.093 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:59.093 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-05-03T10:29:59.093 INFO:teuthology.orchestra.run.smithi103.stdout: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:29:59.093 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:29:59.093 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:29:59.194 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:30 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:29:59.284 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install librados2 2024-05-03T10:29:59.314 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:29:59.314 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:59.314 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-05-03T10:29:59.314 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:59.314 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-05-03T10:29:59.315 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-volume noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 273 k 2024-05-03T10:29:59.315 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-05-03T10:29:59.315 INFO:teuthology.orchestra.run.smithi098.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-03T10:29:59.315 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:59.315 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-05-03T10:29:59.315 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:29:59.315 INFO:teuthology.orchestra.run.smithi098.stdout:Install 2 Packages 2024-05-03T10:29:59.315 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:29:59.316 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 350 k 2024-05-03T10:29:59.316 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 1.5 M 2024-05-03T10:29:59.316 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-05-03T10:29:59.583 INFO:teuthology.orchestra.run.smithi098.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 388 kB/s | 77 kB 00:00 2024-05-03T10:29:59.767 INFO:teuthology.orchestra.run.smithi098.stdout:(2/2): ceph-volume-19.0.0-3353.gf8e6d2d7.el9.no 714 kB/s | 273 kB 00:00 2024-05-03T10:29:59.768 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:29:59.768 INFO:teuthology.orchestra.run.smithi098.stdout:Total 773 kB/s | 350 kB 00:00 2024-05-03T10:29:59.779 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-05-03T10:29:59.789 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-05-03T10:29:59.789 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-05-03T10:29:59.803 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:37 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:29:59.814 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-05-03T10:29:59.815 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-05-03T10:29:59.884 INFO:teuthology.orchestra.run.smithi103.stdout:Package librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:29:59.925 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:29:59.926 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-05-03T10:29:59.926 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:29:59.984 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-05-03T10:29:59.999 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install librbd1 2024-05-03T10:30:00.173 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-03T10:30:00.219 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T10:30:00.247 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T10:30:00.247 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:30:00.247 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-03T10:30:00.247 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:00.517 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:38 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:30:00.595 INFO:teuthology.orchestra.run.smithi103.stdout:Package librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:30:00.636 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:30:00.637 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-05-03T10:30:00.637 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:30:00.705 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install python3-rados 2024-05-03T10:30:00.894 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/2 2024-05-03T10:30:01.166 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-03T10:30:01.166 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:01.166 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-05-03T10:30:01.166 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T10:30:01.166 INFO:teuthology.orchestra.run.smithi098.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-03T10:30:01.167 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:01.167 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:30:01.218 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:39 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:30:01.299 INFO:teuthology.orchestra.run.smithi103.stdout:Package python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:30:01.340 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:30:01.341 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-05-03T10:30:01.341 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:30:01.424 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install python3-rgw 2024-05-03T10:30:01.471 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install librados-devel 2024-05-03T10:30:01.942 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:39 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:30:01.991 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:32 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:30:02.021 INFO:teuthology.orchestra.run.smithi103.stdout:Package python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:30:02.063 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:30:02.064 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-05-03T10:30:02.064 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:30:02.114 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:30:02.115 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:30:02.115 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-05-03T10:30:02.115 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:30:02.115 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-05-03T10:30:02.116 INFO:teuthology.orchestra.run.smithi098.stdout: librados-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 127 k 2024-05-03T10:30:02.116 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:02.116 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-05-03T10:30:02.116 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:30:02.116 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-05-03T10:30:02.116 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:02.116 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 127 k 2024-05-03T10:30:02.116 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 456 k 2024-05-03T10:30:02.116 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-05-03T10:30:02.137 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install python3-cephfs 2024-05-03T10:30:02.415 INFO:teuthology.orchestra.run.smithi098.stdout:librados-devel-19.0.0-3353.gf8e6d2d7.el9.x86_64 424 kB/s | 127 kB 00:00 2024-05-03T10:30:02.415 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:30:02.416 INFO:teuthology.orchestra.run.smithi098.stdout:Total 422 kB/s | 127 kB 00:00 2024-05-03T10:30:02.416 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-05-03T10:30:02.421 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-05-03T10:30:02.421 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-05-03T10:30:02.484 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-05-03T10:30:02.485 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-05-03T10:30:02.641 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-05-03T10:30:02.654 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:40 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:30:02.734 INFO:teuthology.orchestra.run.smithi103.stdout:Package python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:30:02.745 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:02.775 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:30:02.776 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-05-03T10:30:02.776 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:30:02.854 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install python3-rbd 2024-05-03T10:30:03.155 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:03.366 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:41 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:30:03.402 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:03.402 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:03.403 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-05-03T10:30:03.403 INFO:teuthology.orchestra.run.smithi098.stdout: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:30:03.403 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:03.403 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:30:03.445 INFO:teuthology.orchestra.run.smithi103.stdout:Package python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:30:03.488 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:30:03.488 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2024-05-03T10:30:03.488 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:30:03.562 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install rbd-fuse 2024-05-03T10:30:03.675 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install libcephfs2 2024-05-03T10:30:04.079 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:42 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:30:04.199 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:30:04.200 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:30:04.200 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2024-05-03T10:30:04.200 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:30:04.200 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-05-03T10:30:04.200 INFO:teuthology.orchestra.run.smithi103.stdout: rbd-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 85 k 2024-05-03T10:30:04.200 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:30:04.200 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-05-03T10:30:04.200 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:30:04.200 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-05-03T10:30:04.200 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:30:04.201 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 85 k 2024-05-03T10:30:04.201 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 231 k 2024-05-03T10:30:04.201 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-05-03T10:30:04.202 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:35 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:30:04.283 INFO:teuthology.orchestra.run.smithi098.stdout:Package libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:30:04.325 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:30:04.326 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-05-03T10:30:04.326 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:30:04.412 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install libcephfs-devel 2024-05-03T10:30:04.413 INFO:teuthology.orchestra.run.smithi103.stdout:rbd-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 401 kB/s | 85 kB 00:00 2024-05-03T10:30:04.415 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:30:04.415 INFO:teuthology.orchestra.run.smithi103.stdout:Total 399 kB/s | 85 kB 00:00 2024-05-03T10:30:04.415 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-05-03T10:30:04.422 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-05-03T10:30:04.422 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-05-03T10:30:04.490 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-05-03T10:30:04.491 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-05-03T10:30:04.636 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-05-03T10:30:04.735 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:04.934 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:35 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:30:05.057 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:30:05.057 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:30:05.057 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-05-03T10:30:05.057 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:30:05.057 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-05-03T10:30:05.057 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 32 k 2024-05-03T10:30:05.057 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:05.057 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-05-03T10:30:05.057 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:30:05.057 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-05-03T10:30:05.058 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:05.058 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 32 k 2024-05-03T10:30:05.058 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 142 k 2024-05-03T10:30:05.058 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-05-03T10:30:05.088 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:05.303 INFO:teuthology.orchestra.run.smithi098.stdout:libcephfs-devel-19.0.0-3353.gf8e6d2d7.el9.x86_6 129 kB/s | 32 kB 00:00 2024-05-03T10:30:05.303 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:30:05.303 INFO:teuthology.orchestra.run.smithi098.stdout:Total 128 kB/s | 32 kB 00:00 2024-05-03T10:30:05.304 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-05-03T10:30:05.307 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-05-03T10:30:05.307 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-05-03T10:30:05.309 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-05-03T10:30:05.310 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-05-03T10:30:05.377 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:05.377 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:30:05.377 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-05-03T10:30:05.377 INFO:teuthology.orchestra.run.smithi103.stdout: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:30:05.377 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:30:05.377 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:30:05.421 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-05-03T10:30:05.531 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:05.631 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install rbd-mirror 2024-05-03T10:30:05.875 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:06.081 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:06.081 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:06.081 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-05-03T10:30:06.082 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:30:06.082 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:06.082 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:30:06.153 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:44 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:30:06.267 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install librados2 2024-05-03T10:30:06.278 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:30:06.278 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:30:06.278 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repo Size 2024-05-03T10:30:06.278 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:30:06.278 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-05-03T10:30:06.278 INFO:teuthology.orchestra.run.smithi103.stdout: rbd-mirror x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T10:30:06.278 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:30:06.278 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-05-03T10:30:06.279 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:30:06.279 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-05-03T10:30:06.279 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:30:06.279 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 3.1 M 2024-05-03T10:30:06.279 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 13 M 2024-05-03T10:30:06.279 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-05-03T10:30:06.668 INFO:teuthology.orchestra.run.smithi103.stdout:rbd-mirror-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 7.9 MB/s | 3.1 MB 00:00 2024-05-03T10:30:06.669 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:30:06.669 INFO:teuthology.orchestra.run.smithi103.stdout:Total 7.9 MB/s | 3.1 MB 00:00 2024-05-03T10:30:06.669 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-05-03T10:30:06.679 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-05-03T10:30:06.679 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-05-03T10:30:06.762 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-05-03T10:30:06.762 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-05-03T10:30:06.780 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:37 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:30:06.859 INFO:teuthology.orchestra.run.smithi098.stdout:Package librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:30:06.901 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:30:06.902 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-05-03T10:30:06.902 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:30:06.976 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install librbd1 2024-05-03T10:30:07.190 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-05-03T10:30:07.253 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:07.277 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:07.277 INFO:teuthology.orchestra.run.smithi103.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:30:07.277 INFO:teuthology.orchestra.run.smithi103.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-03T10:30:07.277 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T10:30:07.278 INFO:teuthology.orchestra.run.smithi103.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T10:30:07.278 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:30:07.484 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:38 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:30:07.563 INFO:teuthology.orchestra.run.smithi098.stdout:Package librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:30:07.604 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:30:07.605 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-05-03T10:30:07.605 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:30:07.675 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-rados 2024-05-03T10:30:08.188 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:39 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:30:08.267 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:30:08.303 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:08.303 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:30:08.303 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-05-03T10:30:08.303 INFO:teuthology.orchestra.run.smithi103.stdout: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:30:08.303 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:30:08.304 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:30:08.308 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:30:08.309 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-05-03T10:30:08.309 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:30:08.384 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-rgw 2024-05-03T10:30:08.555 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install rbd-nbd 2024-05-03T10:30:08.895 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:39 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:30:08.975 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:30:09.015 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:30:09.016 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-05-03T10:30:09.016 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:30:09.078 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:47 ago on Fri 03 May 2024 10:28:22 AM UTC. 2024-05-03T10:30:09.092 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-cephfs 2024-05-03T10:30:09.200 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-05-03T10:30:09.201 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:30:09.201 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2024-05-03T10:30:09.201 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:30:09.201 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-05-03T10:30:09.201 INFO:teuthology.orchestra.run.smithi103.stdout: rbd-nbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 171 k 2024-05-03T10:30:09.201 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:30:09.201 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-05-03T10:30:09.201 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-05-03T10:30:09.201 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-05-03T10:30:09.201 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:30:09.202 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 171 k 2024-05-03T10:30:09.202 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 494 k 2024-05-03T10:30:09.202 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-05-03T10:30:09.431 INFO:teuthology.orchestra.run.smithi103.stdout:rbd-nbd-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 745 kB/s | 171 kB 00:00 2024-05-03T10:30:09.432 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:30:09.432 INFO:teuthology.orchestra.run.smithi103.stdout:Total 739 kB/s | 171 kB 00:00 2024-05-03T10:30:09.432 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-05-03T10:30:09.440 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-05-03T10:30:09.440 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-05-03T10:30:09.504 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-05-03T10:30:09.505 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-05-03T10:30:09.603 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:40 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:30:09.660 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-05-03T10:30:09.682 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:30:09.723 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:30:09.724 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-05-03T10:30:09.724 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:30:09.760 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:09.797 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-rbd 2024-05-03T10:30:10.147 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:10.306 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:41 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:30:10.377 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:10.377 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:30:10.378 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-05-03T10:30:10.378 INFO:teuthology.orchestra.run.smithi103.stdout: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:30:10.378 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-05-03T10:30:10.378 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-05-03T10:30:10.385 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T10:30:10.427 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:30:10.428 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-05-03T10:30:10.428 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:30:10.498 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install rbd-fuse 2024-05-03T10:30:10.628 DEBUG:teuthology.parallel:result is None 2024-05-03T10:30:11.010 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:42 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:30:11.130 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:30:11.132 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:30:11.132 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-05-03T10:30:11.132 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:30:11.132 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-05-03T10:30:11.132 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 85 k 2024-05-03T10:30:11.132 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:11.132 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-05-03T10:30:11.133 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:30:11.133 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-05-03T10:30:11.133 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:11.133 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 85 k 2024-05-03T10:30:11.133 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 231 k 2024-05-03T10:30:11.133 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-05-03T10:30:11.348 INFO:teuthology.orchestra.run.smithi098.stdout:rbd-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 396 kB/s | 85 kB 00:00 2024-05-03T10:30:11.348 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:30:11.348 INFO:teuthology.orchestra.run.smithi098.stdout:Total 394 kB/s | 85 kB 00:00 2024-05-03T10:30:11.349 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-05-03T10:30:11.355 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-05-03T10:30:11.356 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-05-03T10:30:11.425 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-05-03T10:30:11.425 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-05-03T10:30:11.573 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-05-03T10:30:11.686 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:12.022 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:12.232 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:12.232 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:12.232 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-05-03T10:30:12.232 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:30:12.232 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:12.232 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:30:12.481 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install rbd-mirror 2024-05-03T10:30:13.006 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:44 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:30:13.130 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:30:13.130 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:30:13.131 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-05-03T10:30:13.131 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:30:13.131 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-05-03T10:30:13.131 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-mirror x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T10:30:13.131 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:13.131 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-05-03T10:30:13.131 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:30:13.131 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-05-03T10:30:13.131 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:13.131 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 3.1 M 2024-05-03T10:30:13.131 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 13 M 2024-05-03T10:30:13.131 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-05-03T10:30:13.493 INFO:teuthology.orchestra.run.smithi098.stdout:rbd-mirror-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 8.6 MB/s | 3.1 MB 00:00 2024-05-03T10:30:13.494 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:30:13.494 INFO:teuthology.orchestra.run.smithi098.stdout:Total 8.5 MB/s | 3.1 MB 00:00 2024-05-03T10:30:13.494 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-05-03T10:30:13.503 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-05-03T10:30:13.503 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-05-03T10:30:13.585 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-05-03T10:30:13.586 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-05-03T10:30:14.041 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-05-03T10:30:14.111 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:14.161 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:14.161 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T10:30:14.161 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-03T10:30:14.161 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T10:30:14.161 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T10:30:14.161 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:15.218 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:15.219 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:15.219 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-05-03T10:30:15.219 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:30:15.219 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:15.219 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:30:15.466 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install rbd-nbd 2024-05-03T10:30:15.992 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:46 ago on Fri 03 May 2024 10:28:29 AM UTC. 2024-05-03T10:30:16.117 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-05-03T10:30:16.118 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:30:16.118 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-05-03T10:30:16.118 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:30:16.118 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-05-03T10:30:16.118 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-nbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 171 k 2024-05-03T10:30:16.118 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:16.118 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-05-03T10:30:16.119 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-05-03T10:30:16.119 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-05-03T10:30:16.119 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:16.119 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 171 k 2024-05-03T10:30:16.119 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 494 k 2024-05-03T10:30:16.119 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-05-03T10:30:16.456 INFO:teuthology.orchestra.run.smithi098.stdout:rbd-nbd-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 507 kB/s | 171 kB 00:00 2024-05-03T10:30:16.456 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-05-03T10:30:16.457 INFO:teuthology.orchestra.run.smithi098.stdout:Total 505 kB/s | 171 kB 00:00 2024-05-03T10:30:16.457 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-05-03T10:30:16.465 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-05-03T10:30:16.465 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-05-03T10:30:16.528 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-05-03T10:30:16.528 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-05-03T10:30:16.676 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-05-03T10:30:16.768 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:17.191 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:17.423 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T10:30:17.423 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:17.423 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-05-03T10:30:17.423 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T10:30:17.423 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-05-03T10:30:17.423 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-05-03T10:30:17.641 DEBUG:teuthology.parallel:result is None 2024-05-03T10:30:17.642 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:30:17.862 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-03T10:30:17.883 INFO:teuthology.orchestra.run.smithi098.stdout:19.0.0-3353.gf8e6d2d7.el9 2024-05-03T10:30:17.883 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3353.gf8e6d2d7.el9 2024-05-03T10:30:17.884 INFO:teuthology.task.install:The correct ceph version 19.0.0-3353.gf8e6d2d7 is installed. 2024-05-03T10:30:17.886 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:30:18.101 DEBUG:teuthology.orchestra.run.smithi103:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-03T10:30:18.126 INFO:teuthology.orchestra.run.smithi103.stdout:19.0.0-3353.gf8e6d2d7.el9 2024-05-03T10:30:18.126 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3353.gf8e6d2d7.el9 2024-05-03T10:30:18.126 INFO:teuthology.task.install:The correct ceph version 19.0.0-3353.gf8e6d2d7 is installed. 2024-05-03T10:30:18.128 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-03T10:30:18.128 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-05-03T10:30:18.128 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-03T10:30:18.153 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-05-03T10:30:18.153 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-03T10:30:18.195 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-03T10:30:18.195 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-05-03T10:30:18.195 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/daemon-helper 2024-05-03T10:30:18.218 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-03T10:30:18.297 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-05-03T10:30:18.297 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/usr/bin/daemon-helper 2024-05-03T10:30:18.326 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-03T10:30:18.394 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-03T10:30:18.394 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-05-03T10:30:18.394 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-03T10:30:18.417 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-03T10:30:18.481 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-05-03T10:30:18.481 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-03T10:30:18.508 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-03T10:30:18.574 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-03T10:30:18.574 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-05-03T10:30:18.575 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/stdin-killer 2024-05-03T10:30:18.598 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-03T10:30:18.661 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-05-03T10:30:18.661 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/usr/bin/stdin-killer 2024-05-03T10:30:18.684 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-03T10:30:18.749 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-03T10:30:18.859 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d'} 2024-05-03T10:30:18.859 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:30:18.860 INFO:tasks.cephadm:Cluster fsid is 2367cb72-0938-11ef-bc97-c7b262605968 2024-05-03T10:30:18.860 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-03T10:30:18.860 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.98', 'mon.b': '172.21.15.103'} 2024-05-03T10:30:18.860 INFO:tasks.cephadm:First mon is mon.a on smithi098 2024-05-03T10:30:18.860 INFO:tasks.cephadm:First mgr is a 2024-05-03T10:30:18.860 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-03T10:30:18.861 DEBUG:teuthology.orchestra.run.smithi098:> sudo hostname $(hostname -s) 2024-05-03T10:30:18.885 DEBUG:teuthology.orchestra.run.smithi103:> sudo hostname $(hostname -s) 2024-05-03T10:30:18.911 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-03T10:30:18.912 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:30:19.058 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/79050/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3353-gf8e6d2d7', 'node_name': '172.21.5.35+adami05', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3353.gf8e6d2d7'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-02 07:46:39.908050', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-2024-05-02-0628', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-05-03T10:30:19.198 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-guits-testing-2024-05-02-0628, sha1 f8e6d2d721bc96a93915917c59bc3d287d57263d from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:30:19.200 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/x86_64/flavors/default/cephadm 2024-05-03T10:30:19.200 DEBUG:teuthology.orchestra.run.smithi098:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-03T10:30:19.786 INFO:teuthology.orchestra.run.smithi098.stdout:-rw-r--r--. 1 ubuntu ubuntu 781574 May 3 10:30 /home/ubuntu/cephtest/cephadm 2024-05-03T10:30:19.786 DEBUG:teuthology.orchestra.run.smithi103:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-03T10:30:20.374 INFO:teuthology.orchestra.run.smithi103.stdout:-rw-r--r--. 1 ubuntu ubuntu 781574 May 3 10:30 /home/ubuntu/cephtest/cephadm 2024-05-03T10:30:20.377 DEBUG:teuthology.orchestra.run.smithi098:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-03T10:30:20.395 DEBUG:teuthology.orchestra.run.smithi103:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-03T10:30:20.422 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d on all hosts... 2024-05-03T10:30:20.422 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull 2024-05-03T10:30:20.437 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull 2024-05-03T10:30:22.003 INFO:teuthology.orchestra.run.smithi103.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T10:30:22.036 INFO:teuthology.orchestra.run.smithi098.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T10:30:22.180 INFO:teuthology.orchestra.run.smithi103.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:30:22.180 INFO:teuthology.orchestra.run.smithi103.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T10:30:22.180 INFO:teuthology.orchestra.run.smithi103.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d: reading manifest f8e6d2d721bc96a93915917c59bc3d287d57263d in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-03T10:30:22.180 INFO:teuthology.orchestra.run.smithi103.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:30:22.243 INFO:teuthology.orchestra.run.smithi098.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:30:22.243 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T10:30:22.243 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d: reading manifest f8e6d2d721bc96a93915917c59bc3d287d57263d in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-03T10:30:22.243 INFO:teuthology.orchestra.run.smithi098.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:30:22.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:30:22.266 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi098 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T10:30:22.267 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-03T10:30:22.272 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/lib/ceph/2367cb72-0938-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687296/remote/smithi098/crash 2024-05-03T10:30:22.281 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/lib/ceph/2367cb72-0938-11ef-bc97-c7b262605968/crash -- . 2024-05-03T10:30:22.316 INFO:teuthology.orchestra.run.smithi098.stderr:tar: /var/lib/ceph/2367cb72-0938-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-03T10:30:22.317 INFO:teuthology.orchestra.run.smithi098.stderr:tar: Error is not recoverable: exiting now 2024-05-03T10:30:22.565 DEBUG:teuthology.misc:Transferring archived files from smithi103:/var/lib/ceph/2367cb72-0938-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687296/remote/smithi103/crash 2024-05-03T10:30:22.635 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /var/lib/ceph/2367cb72-0938-11ef-bc97-c7b262605968/crash -- . 2024-05-03T10:30:22.673 INFO:teuthology.orchestra.run.smithi103.stderr:tar: /var/lib/ceph/2367cb72-0938-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-03T10:30:22.674 INFO:teuthology.orchestra.run.smithi103.stderr:tar: Error is not recoverable: exiting now 2024-05-03T10:30:22.675 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-03T10:30:22.675 DEBUG:teuthology.orchestra.run.smithi098:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/2367cb72-0938-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-03T10:30:22.709 INFO:teuthology.orchestra.run.smithi098.stderr:grep: /var/log/ceph/2367cb72-0938-11ef-bc97-c7b262605968/ceph.log: No such file or directory 2024-05-03T10:30:22.711 INFO:tasks.cephadm:Compressing logs... 2024-05-03T10:30:22.711 DEBUG:teuthology.orchestra.run.smithi098:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-03T10:30:22.754 DEBUG:teuthology.orchestra.run.smithi103:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-03T10:30:22.774 INFO:teuthology.orchestra.run.smithi098.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-03T10:30:22.775 INFO:teuthology.orchestra.run.smithi098.stderr:: No such file or directory 2024-05-03T10:30:22.775 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-03T10:30:22.777 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-05-03T10:30:22.777 INFO:teuthology.orchestra.run.smithi098.stderr:real 0m0.011s 2024-05-03T10:30:22.777 INFO:teuthology.orchestra.run.smithi098.stderr:user 0m0.007s 2024-05-03T10:30:22.777 INFO:teuthology.orchestra.run.smithi098.stderr:sys 0m0.013s 2024-05-03T10:30:22.778 INFO:teuthology.orchestra.run.smithi103.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-03T10:30:22.778 INFO:teuthology.orchestra.run.smithi103.stderr:: No such file or directory 2024-05-03T10:30:22.778 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cephadm.log: 73.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-03T10:30:22.780 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-05-03T10:30:22.780 INFO:teuthology.orchestra.run.smithi103.stderr:real 0m0.011s 2024-05-03T10:30:22.780 INFO:teuthology.orchestra.run.smithi103.stderr:user 0m0.012s 2024-05-03T10:30:22.780 INFO:teuthology.orchestra.run.smithi103.stderr:sys 0m0.009s 2024-05-03T10:30:22.780 INFO:tasks.cephadm:Archiving logs... 2024-05-03T10:30:22.780 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687296/remote/smithi098/log 2024-05-03T10:30:22.782 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-03T10:30:22.844 DEBUG:teuthology.misc:Transferring archived files from smithi103:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687296/remote/smithi103/log 2024-05-03T10:30:22.845 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-03T10:30:22.869 INFO:tasks.cephadm:Removing cluster... 2024-05-03T10:30:22.870 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2367cb72-0938-11ef-bc97-c7b262605968 --force 2024-05-03T10:30:23.057 INFO:teuthology.orchestra.run.smithi098.stdout:Deleting cluster with fsid: 2367cb72-0938-11ef-bc97-c7b262605968 2024-05-03T10:30:23.316 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2367cb72-0938-11ef-bc97-c7b262605968 --force 2024-05-03T10:30:23.496 INFO:teuthology.orchestra.run.smithi103.stdout:Deleting cluster with fsid: 2367cb72-0938-11ef-bc97-c7b262605968 2024-05-03T10:30:23.751 INFO:tasks.cephadm:Removing cephadm ... 2024-05-03T10:30:23.751 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-03T10:30:23.767 DEBUG:teuthology.orchestra.run.smithi103:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-03T10:30:23.783 INFO:tasks.cephadm:Teardown complete 2024-05-03T10:30:23.783 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 2210, 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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi098 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T10:30:23.996 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c02a7f54a28d4a948a9b4ddf0dde1bec Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 2210, 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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi098 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T10:30:23.999 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-03T10:30:24.009 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-03T10:30:24.017 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-05-03T10:30:24.018 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-03T10:30:24.031 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-03T10:30:24.108 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-03T10:30:24.116 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-03T10:30:24.117 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T10:30:24.119 DEBUG:teuthology.orchestra.run.smithi103:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T10:30:24.132 INFO:teuthology.orchestra.run.smithi098.stderr:bash: line 1: ntpq: command not found 2024-05-03T10:30:24.133 INFO:teuthology.orchestra.run.smithi103.stderr:bash: line 1: ntpq: command not found 2024-05-03T10:30:24.137 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T10:30:24.137 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2024-05-03T10:30:24.137 INFO:teuthology.orchestra.run.smithi098.stdout:^* hv01.front.sepia.ceph.com 3 6 77 13 +245us[ +322us] +/- 45ms 2024-05-03T10:30:24.137 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 13 +365us[ +365us] +/- 55ms 2024-05-03T10:30:24.138 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 12 -1259us[-1259us] +/- 61ms 2024-05-03T10:30:24.138 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T10:30:24.139 INFO:teuthology.orchestra.run.smithi103.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T10:30:24.139 INFO:teuthology.orchestra.run.smithi103.stdout:=============================================================================== 2024-05-03T10:30:24.139 INFO:teuthology.orchestra.run.smithi103.stdout:^* hv01.front.sepia.ceph.com 3 6 77 13 +382us[ +264us] +/- 45ms 2024-05-03T10:30:24.139 INFO:teuthology.orchestra.run.smithi103.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 14 +509us[ +391us] +/- 55ms 2024-05-03T10:30:24.139 INFO:teuthology.orchestra.run.smithi103.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 14 -1121us[-1238us] +/- 61ms 2024-05-03T10:30:24.139 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T10:30:24.140 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-03T10:30:24.148 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-03T10:30:24.149 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-03T10:30:24.158 DEBUG:teuthology.orchestra.run.smithi098:> 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-05-03T10:30:24.233 DEBUG:teuthology.orchestra.run.smithi103:> 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-05-03T10:30:24.288 DEBUG:teuthology.orchestra.run.smithi098:> 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-05-03T10:30:24.313 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:30:24.314 DEBUG:teuthology.orchestra.run.smithi103:> 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-05-03T10:30:24.339 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:30:24.340 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-03T10:30:24.350 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-03T10:30:24.359 INFO:teuthology.task.internal:Duration was 376.356310 seconds 2024-05-03T10:30:24.359 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-03T10:30:24.371 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-03T10:30:24.372 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-03T10:30:24.374 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-03T10:30:24.408 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T10:30:24.416 INFO:teuthology.orchestra.run.smithi103.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T10:30:24.744 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-03T10:30:24.745 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2024-05-03T10:30:24.745 DEBUG:teuthology.orchestra.run.smithi098:> 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-05-03T10:30:24.804 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi103.front.sepia.ceph.com 2024-05-03T10:30:24.804 DEBUG:teuthology.orchestra.run.smithi103:> 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-05-03T10:30:24.832 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-03T10:30:24.832 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-03T10:30:24.846 DEBUG:teuthology.orchestra.run.smithi103:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-03T10:30:24.897 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-03T10:30:24.897 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-03T10:30:24.911 DEBUG:teuthology.orchestra.run.smithi103:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-03T10:30:25.028 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-03T10:30:25.038 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-03T10:30:25.039 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-03T10:30:25.062 DEBUG:teuthology.orchestra.run.smithi103:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-03T10:30:25.085 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-03T10:30:25.095 DEBUG:teuthology.orchestra.run.smithi098:> 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-05-03T10:30:25.104 DEBUG:teuthology.orchestra.run.smithi103:> 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-05-03T10:30:25.124 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2024-05-03T10:30:25.147 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern = core 2024-05-03T10:30:25.166 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-03T10:30:25.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:30:25.219 DEBUG:teuthology.orchestra.run.smithi103:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-03T10:30:25.232 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:30:25.233 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-03T10:30:25.243 INFO:teuthology.task.internal:Transferring archived files... 2024-05-03T10:30:25.244 DEBUG:teuthology.misc:Transferring archived files from smithi098:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687296/remote/smithi098 2024-05-03T10:30:25.244 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-03T10:30:25.291 DEBUG:teuthology.misc:Transferring archived files from smithi103:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687296/remote/smithi103 2024-05-03T10:30:25.291 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-03T10:30:25.323 INFO:teuthology.task.internal:Removing archive directory... 2024-05-03T10:30:25.323 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-03T10:30:25.328 DEBUG:teuthology.orchestra.run.smithi103:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-03T10:30:25.374 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-03T10:30:25.384 INFO:teuthology.task.internal:Not uploading archives. 2024-05-03T10:30:25.385 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-03T10:30:25.396 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-03T10:30:25.396 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-03T10:30:25.398 DEBUG:teuthology.orchestra.run.smithi103:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-03T10:30:25.410 INFO:teuthology.orchestra.run.smithi098.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 3 10:30 /home/ubuntu/cephtest 2024-05-03T10:30:25.428 INFO:teuthology.orchestra.run.smithi103.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 3 10:30 /home/ubuntu/cephtest 2024-05-03T10:30:25.429 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-03T10:30:25.454 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-03T10:30:25.476 INFO:teuthology.nuke:Checking targets against current locks 2024-05-03T10:30:25.495 DEBUG:teuthology.nuke:shortname: smithi098 2024-05-03T10:30:25.496 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T10:30:25.517 DEBUG:teuthology.nuke:shortname: smithi103 2024-05-03T10:30:25.517 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T10:30:25.521 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687296', '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-05-03 10:18:13.130710', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBkRCMrdrl5wipSu3FoeXv0fkiAQ4WOSqQB2QwzwwChjMHI9nh3uUf79c6yWj+jCa6ZQlHkiUICTeelpdct/jVY='} 2024-05-03T10:30:25.539 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi103.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687296', '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-05-03 10:18:13.132739', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMCMgjia4qxaPTUGWhQYbVLM3znT7TJkvYfoMZe+KT1YE5wJh6TtJrx3C2eyQk4qhxGEEWH0H5212z6O/rwr07M='} 2024-05-03T10:30:25.568 INFO:teuthology.orchestra.console.smithi098:Power off 2024-05-03T10:30:25.568 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-03T10:30:25.593 DEBUG:teuthology.orchestra.console.smithi098:power off output: Chassis Power Control: Down/Off 2024-05-03T10:30:25.593 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T10:30:25.610 INFO:teuthology.orchestra.console.smithi103:Power off 2024-05-03T10:30:25.611 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-03T10:30:25.622 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2024-05-03T10:30:25.634 DEBUG:teuthology.orchestra.console.smithi103:power off output: Chassis Power Control: Down/Off 2024-05-03T10:30:25.634 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T10:30:25.660 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is on 2024-05-03T10:30:29.623 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T10:30:29.661 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T10:30:29.733 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2024-05-03T10:30:29.772 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is on 2024-05-03T10:30:33.734 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T10:30:33.774 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T10:30:33.845 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is off 2024-05-03T10:30:33.887 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is off 2024-05-03T10:30:33.946 INFO:teuthology.orchestra.console.smithi098:Power off completed 2024-05-03T10:30:33.988 INFO:teuthology.orchestra.console.smithi103:Power off completed 2024-05-03T10:30:34.093 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_extra_daemon_features} duration: 376.3563096523285 failure_reason: 'Command failed on smithi098 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull''' flavor: default owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=c02a7f54a28d4a948a9b4ddf0dde1bec status: fail success: false 2024-05-03T10:30:34.093 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-03T10:30:34.178 INFO:teuthology.run:FAIL