2024-04-15T21:23:31.679 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-15T21:23:31.679 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657459 --owner scheduled_teuthology@teuthology --name teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi --verbose --description orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/classic task/test_extra_daemon_features} -- /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657459/orig.config.yaml 2024-04-15T21:23:31.719 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T21:23:31.802 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657459 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/classic task/test_extra_daemon_features} email: ceph-qa@ceph.com first_in_suite: false job_id: '7657459' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: 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\) sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: 461a84e6fbbf089011eafd13b98169fb9e9b8cc9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 seed: 7775 sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 sleep_before_teardown: 0 subset: 18/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 461a84e6fbbf089011eafd13b98169fb9e9b8cc9 targets: smithi064.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD0/d317rOrnQL1cFtWwPsVwBfOGEiuAQ+VCoSUSK3xUuQXJR3Ees+LgU7e5enHTrKzaitIis2BehohBzq9r3LY= smithi077.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG8ioY5SOMRL1DwibFmb8pXew+Js20G6NU3pWlsgy32f+alFmlhLN+WS7J8vRvlDx69S1AGH9CPfvHcF1LyQsnk= 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: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-15_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-15T21:23:31.802 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa; will attempt to use it 2024-04-15T21:23:31.803 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks 2024-04-15T21:23:31.803 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-15T21:23:31.805 INFO:teuthology.task.internal:Checking packages... 2024-04-15T21:23:31.830 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a9a752df26c63acad72e1b3569fd79a515ca0765' 2024-04-15T21:23:31.830 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-15T21:23:31.830 INFO:teuthology.packaging:ref: None 2024-04-15T21:23:31.830 INFO:teuthology.packaging:tag: None 2024-04-15T21:23:31.830 INFO:teuthology.packaging:branch: squid 2024-04-15T21:23:31.830 INFO:teuthology.packaging:sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:23:31.831 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-04-15T21:23:32.109 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2114.ga9a752df 2024-04-15T21:23:32.111 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-15T21:23:32.117 INFO:teuthology.task.internal:no buildpackages task found 2024-04-15T21:23:32.117 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-15T21:23:32.127 INFO:teuthology.task.internal:Saving configuration 2024-04-15T21:23:32.148 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-15T21:23:32.155 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:23:32.181 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi064.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657459', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 21:18:29.728078', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD0/d317rOrnQL1cFtWwPsVwBfOGEiuAQ+VCoSUSK3xUuQXJR3Ees+LgU7e5enHTrKzaitIis2BehohBzq9r3LY='} 2024-04-15T21:23:32.205 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi077.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657459', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 21:18:29.729575', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG8ioY5SOMRL1DwibFmb8pXew+Js20G6NU3pWlsgy32f+alFmlhLN+WS7J8vRvlDx69S1AGH9CPfvHcF1LyQsnk='} 2024-04-15T21:23:32.206 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-15T21:23:32.213 INFO:teuthology.task.internal:roles: ubuntu@smithi064.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-15T21:23:32.213 INFO:teuthology.task.internal:roles: ubuntu@smithi077.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-15T21:23:32.213 INFO:teuthology.run_tasks:Running task console_log... 2024-04-15T21:23:32.287 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f400aa9a0d0>, signals=[15]) 2024-04-15T21:23:32.288 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-15T21:23:32.296 INFO:teuthology.task.internal:Opening connections... 2024-04-15T21:23:32.296 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi064.front.sepia.ceph.com 2024-04-15T21:23:32.297 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:23:32.412 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi077.front.sepia.ceph.com 2024-04-15T21:23:32.413 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:23:32.498 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-15T21:23:32.505 DEBUG:teuthology.orchestra.run.smithi064:> uname -m 2024-04-15T21:23:32.524 INFO:teuthology.orchestra.run.smithi064.stdout:x86_64 2024-04-15T21:23:32.524 DEBUG:teuthology.orchestra.run.smithi064:> cat /etc/os-release 2024-04-15T21:23:32.581 INFO:teuthology.orchestra.run.smithi064.stdout:NAME="CentOS Stream" 2024-04-15T21:23:32.582 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION="9" 2024-04-15T21:23:32.582 INFO:teuthology.orchestra.run.smithi064.stdout:ID="centos" 2024-04-15T21:23:32.582 INFO:teuthology.orchestra.run.smithi064.stdout:ID_LIKE="rhel fedora" 2024-04-15T21:23:32.582 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION_ID="9" 2024-04-15T21:23:32.582 INFO:teuthology.orchestra.run.smithi064.stdout:PLATFORM_ID="platform:el9" 2024-04-15T21:23:32.582 INFO:teuthology.orchestra.run.smithi064.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T21:23:32.582 INFO:teuthology.orchestra.run.smithi064.stdout:ANSI_COLOR="0;31" 2024-04-15T21:23:32.582 INFO:teuthology.orchestra.run.smithi064.stdout:LOGO="fedora-logo-icon" 2024-04-15T21:23:32.582 INFO:teuthology.orchestra.run.smithi064.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T21:23:32.582 INFO:teuthology.orchestra.run.smithi064.stdout:HOME_URL="https://centos.org/" 2024-04-15T21:23:32.582 INFO:teuthology.orchestra.run.smithi064.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T21:23:32.582 INFO:teuthology.orchestra.run.smithi064.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T21:23:32.582 INFO:teuthology.orchestra.run.smithi064.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T21:23:32.583 INFO:teuthology.lock.ops:Updating smithi064.front.sepia.ceph.com on lock server 2024-04-15T21:23:32.610 DEBUG:teuthology.orchestra.run.smithi077:> uname -m 2024-04-15T21:23:32.627 INFO:teuthology.orchestra.run.smithi077.stdout:x86_64 2024-04-15T21:23:32.627 DEBUG:teuthology.orchestra.run.smithi077:> cat /etc/os-release 2024-04-15T21:23:32.685 INFO:teuthology.orchestra.run.smithi077.stdout:NAME="CentOS Stream" 2024-04-15T21:23:32.685 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION="9" 2024-04-15T21:23:32.685 INFO:teuthology.orchestra.run.smithi077.stdout:ID="centos" 2024-04-15T21:23:32.685 INFO:teuthology.orchestra.run.smithi077.stdout:ID_LIKE="rhel fedora" 2024-04-15T21:23:32.685 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION_ID="9" 2024-04-15T21:23:32.685 INFO:teuthology.orchestra.run.smithi077.stdout:PLATFORM_ID="platform:el9" 2024-04-15T21:23:32.685 INFO:teuthology.orchestra.run.smithi077.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T21:23:32.685 INFO:teuthology.orchestra.run.smithi077.stdout:ANSI_COLOR="0;31" 2024-04-15T21:23:32.685 INFO:teuthology.orchestra.run.smithi077.stdout:LOGO="fedora-logo-icon" 2024-04-15T21:23:32.685 INFO:teuthology.orchestra.run.smithi077.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T21:23:32.685 INFO:teuthology.orchestra.run.smithi077.stdout:HOME_URL="https://centos.org/" 2024-04-15T21:23:32.685 INFO:teuthology.orchestra.run.smithi077.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T21:23:32.685 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T21:23:32.686 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T21:23:32.686 INFO:teuthology.lock.ops:Updating smithi077.front.sepia.ceph.com on lock server 2024-04-15T21:23:32.709 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-15T21:23:32.719 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-15T21:23:32.724 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-15T21:23:32.724 DEBUG:teuthology.orchestra.run.smithi064:> test '!' -e /home/ubuntu/cephtest 2024-04-15T21:23:32.727 DEBUG:teuthology.orchestra.run.smithi077:> test '!' -e /home/ubuntu/cephtest 2024-04-15T21:23:32.743 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-15T21:23:32.750 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-15T21:23:32.750 DEBUG:teuthology.orchestra.run.smithi064:> test -z $(ls -A /var/lib/ceph) 2024-04-15T21:23:32.785 DEBUG:teuthology.orchestra.run.smithi077:> test -z $(ls -A /var/lib/ceph) 2024-04-15T21:23:32.881 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-15T21:23:32.938 INFO:teuthology.run_tasks:Running task kernel... 2024-04-15T21:23:32.953 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-15T21:23:32.953 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-15T21:23:32.953 DEBUG:teuthology.orchestra.run.smithi064:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T21:23:32.954 DEBUG:teuthology.orchestra.run.smithi077:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T21:23:32.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:23:32.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:23:32.972 DEBUG:teuthology.orchestra.run.smithi064:> uname -r 2024-04-15T21:23:32.972 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2024-04-15T21:23:33.029 INFO:teuthology.orchestra.run.smithi077.stdout:5.14.0-361.el9.x86_64 2024-04-15T21:23:33.030 INFO:teuthology.task.kernel:Running kernel on smithi077: 5.14.0-361.el9.x86_64 2024-04-15T21:23:33.030 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum install -y kernel 2024-04-15T21:23:33.031 INFO:teuthology.orchestra.run.smithi064.stdout:5.14.0-361.el9.x86_64 2024-04-15T21:23:33.031 INFO:teuthology.task.kernel:Running kernel on smithi064: 5.14.0-361.el9.x86_64 2024-04-15T21:23:33.031 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum install -y kernel 2024-04-15T21:23:35.065 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-04-15T21:23:35.318 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS-9 - AppStream 11 MB/s | 6.7 MB 00:00 2024-04-15T21:23:36.482 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS-9 - BaseOS 7.7 MB/s | 2.0 MB 00:00 2024-04-15T21:23:36.702 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS-9 - BaseOS 7.5 MB/s | 2.0 MB 00:00 2024-04-15T21:23:37.298 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.0 MB 00:00 2024-04-15T21:23:37.670 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-04-15T21:23:55.559 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 19 MB 00:16 2024-04-15T21:23:59.718 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - CRB 9.5 MB/s | 6.2 MB 00:00 2024-04-15T21:24:00.964 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 9 - AppStream 860 kB/s | 19 MB 00:22 2024-04-15T21:24:01.427 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - Extras packages 29 kB/s | 16 kB 00:00 2024-04-15T21:24:04.795 INFO:teuthology.orchestra.run.smithi077.stdout:Extra Packages for Enterprise Linux 6.5 MB/s | 21 MB 00:03 2024-04-15T21:24:09.770 INFO:teuthology.orchestra.run.smithi077.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-04-15T21:24:12.110 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T21:24:12.111 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T21:24:12.199 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:24:12.210 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:24:12.210 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-04-15T21:24:12.210 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:24:12.210 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-04-15T21:24:12.210 INFO:teuthology.orchestra.run.smithi077.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T21:24:12.210 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-04-15T21:24:12.210 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T21:24:12.211 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T21:24:12.211 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T21:24:12.211 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:24:12.211 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-15T21:24:12.211 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:24:12.211 INFO:teuthology.orchestra.run.smithi077.stdout:Install 4 Packages 2024-04-15T21:24:12.211 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:24:12.211 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 77 M 2024-04-15T21:24:12.212 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 123 M 2024-04-15T21:24:12.212 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-04-15T21:24:12.405 INFO:teuthology.orchestra.run.smithi077.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 1.4 MB/s | 277 kB 00:00 2024-04-15T21:24:12.630 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 9 - CRB 789 kB/s | 6.2 MB 00:08 2024-04-15T21:24:13.347 INFO:teuthology.orchestra.run.smithi077.stdout:(2/4): kernel-core-5.14.0-438.el9.x86_64.rpm 13 MB/s | 15 MB 00:01 2024-04-15T21:24:13.906 INFO:teuthology.orchestra.run.smithi077.stdout:(3/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 20 MB/s | 34 MB 00:01 2024-04-15T21:24:14.247 INFO:teuthology.orchestra.run.smithi077.stdout:(4/4): kernel-modules-core-5.14.0-438.el9.x86_6 15 MB/s | 28 MB 00:01 2024-04-15T21:24:14.250 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:24:14.250 INFO:teuthology.orchestra.run.smithi077.stdout:Total 38 MB/s | 77 MB 00:02 2024-04-15T21:24:14.251 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-04-15T21:24:14.305 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 16 kB 00:00 2024-04-15T21:24:14.610 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-04-15T21:24:14.611 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-04-15T21:24:15.446 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-04-15T21:24:15.446 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-04-15T21:24:16.298 INFO:teuthology.orchestra.run.smithi064.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-15T21:24:17.767 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-04-15T21:24:18.350 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:24:18.441 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:24:21.189 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:24:21.319 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:24:21.482 INFO:teuthology.orchestra.run.smithi064.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-04-15T21:24:23.955 INFO:teuthology.orchestra.run.smithi064.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T21:24:23.955 INFO:teuthology.orchestra.run.smithi064.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T21:24:24.055 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:24:24.062 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:24:24.062 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repository Size 2024-04-15T21:24:24.062 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:24:24.062 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-15T21:24:24.062 INFO:teuthology.orchestra.run.smithi064.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T21:24:24.062 INFO:teuthology.orchestra.run.smithi064.stdout:Installing dependencies: 2024-04-15T21:24:24.062 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T21:24:24.063 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T21:24:24.063 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T21:24:24.063 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:24:24.063 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-15T21:24:24.063 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:24:24.063 INFO:teuthology.orchestra.run.smithi064.stdout:Install 4 Packages 2024-04-15T21:24:24.063 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:24:24.063 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 77 M 2024-04-15T21:24:24.063 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 123 M 2024-04-15T21:24:24.063 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-15T21:24:24.775 INFO:teuthology.orchestra.run.smithi064.stdout:(1/4): kernel-core-5.14.0-438.el9.x86_64.rpm 21 MB/s | 15 MB 00:00 2024-04-15T21:24:25.167 INFO:teuthology.orchestra.run.smithi064.stdout:(2/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 31 MB/s | 34 MB 00:01 2024-04-15T21:24:25.642 INFO:teuthology.orchestra.run.smithi064.stdout:(3/4): kernel-modules-core-5.14.0-438.el9.x86_6 32 MB/s | 28 MB 00:00 2024-04-15T21:24:26.044 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:24:26.076 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:24:26.259 INFO:teuthology.orchestra.run.smithi064.stdout:(4/4): kernel-5.14.0-438.el9.x86_64.rpm 126 kB/s | 277 kB 00:02 2024-04-15T21:24:26.261 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:24:26.261 INFO:teuthology.orchestra.run.smithi064.stdout:Total 35 MB/s | 77 MB 00:02 2024-04-15T21:24:26.262 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-15T21:24:26.713 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-15T21:24:26.713 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-15T21:24:27.582 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-15T21:24:27.583 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-15T21:24:29.999 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-15T21:24:30.619 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:24:30.700 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:24:30.789 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:24:33.590 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:24:33.734 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:24:38.808 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:24:38.850 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:24:43.945 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:24:59.954 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:24:59.954 INFO:teuthology.orchestra.run.smithi077.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T21:24:59.955 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:24:59.998 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:25:00.402 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:25:00.402 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:25:00.402 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:25:00.402 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:25:00.814 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:25:00.814 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:25:00.814 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-04-15T21:25:00.814 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T21:25:00.814 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T21:25:00.815 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T21:25:00.815 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T21:25:00.815 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:25:00.815 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:25:01.138 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:25:01.249 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:25:01.249 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:25:01.249 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T21:25:01.249 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T21:25:01.250 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T21:25:01.250 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-15T21:25:01.250 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi077.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T21:25:01.250 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:25:01.330 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:25:01.330 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:25:01.330 DEBUG:teuthology.orchestra.run.smithi077:> sudo rpm -qi grub2-tools 2024-04-15T21:25:01.375 INFO:teuthology.orchestra.run.smithi077.stdout:Name : grub2-tools 2024-04-15T21:25:01.375 INFO:teuthology.orchestra.run.smithi077.stdout:Epoch : 1 2024-04-15T21:25:01.375 INFO:teuthology.orchestra.run.smithi077.stdout:Version : 2.06 2024-04-15T21:25:01.375 INFO:teuthology.orchestra.run.smithi077.stdout:Release : 68.el9 2024-04-15T21:25:01.375 INFO:teuthology.orchestra.run.smithi077.stdout:Architecture: x86_64 2024-04-15T21:25:01.375 INFO:teuthology.orchestra.run.smithi077.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T21:25:01.375 INFO:teuthology.orchestra.run.smithi077.stdout:Group : Unspecified 2024-04-15T21:25:01.375 INFO:teuthology.orchestra.run.smithi077.stdout:Size : 8264254 2024-04-15T21:25:01.375 INFO:teuthology.orchestra.run.smithi077.stdout:License : GPLv3+ 2024-04-15T21:25:01.375 INFO:teuthology.orchestra.run.smithi077.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T21:25:01.375 INFO:teuthology.orchestra.run.smithi077.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T21:25:01.375 INFO:teuthology.orchestra.run.smithi077.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T21:25:01.376 INFO:teuthology.orchestra.run.smithi077.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T21:25:01.376 INFO:teuthology.orchestra.run.smithi077.stdout:Packager : builder@centos.org 2024-04-15T21:25:01.376 INFO:teuthology.orchestra.run.smithi077.stdout:Vendor : CentOS 2024-04-15T21:25:01.376 INFO:teuthology.orchestra.run.smithi077.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T21:25:01.376 INFO:teuthology.orchestra.run.smithi077.stdout:Summary : Support tools for GRUB. 2024-04-15T21:25:01.376 INFO:teuthology.orchestra.run.smithi077.stdout:Description : 2024-04-15T21:25:01.376 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:25:01.376 INFO:teuthology.orchestra.run.smithi077.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T21:25:01.376 INFO:teuthology.orchestra.run.smithi077.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T21:25:01.376 INFO:teuthology.orchestra.run.smithi077.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T21:25:01.376 INFO:teuthology.orchestra.run.smithi077.stdout:hardware devices. 2024-04-15T21:25:01.376 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:25:01.376 INFO:teuthology.orchestra.run.smithi077.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T21:25:01.377 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T21:25:01.377 INFO:teuthology.task.kernel:Updating grub on smithi077 to boot 5.14.0-438.el9.x86_64 2024-04-15T21:25:01.378 DEBUG:teuthology.orchestra.run.smithi077:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T21:25:01.952 INFO:teuthology.orchestra.run.smithi077.stderr:Generating grub configuration file ... 2024-04-15T21:25:03.399 INFO:teuthology.orchestra.run.smithi077.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T21:25:03.434 INFO:teuthology.orchestra.run.smithi077.stderr:done 2024-04-15T21:25:03.436 DEBUG:teuthology.orchestra.run.smithi077:> mktemp 2024-04-15T21:25:03.451 INFO:teuthology.orchestra.run.smithi077.stdout:/tmp/tmp.5zhlhH15pj 2024-04-15T21:25:03.451 DEBUG:teuthology.orchestra.run.smithi077:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.5zhlhH15pj 2024-04-15T21:25:03.520 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 0666 /tmp/tmp.5zhlhH15pj 2024-04-15T21:25:03.655 DEBUG:teuthology.orchestra.remote:smithi077:/tmp/tmp.5zhlhH15pj is 6KB 2024-04-15T21:25:03.703 DEBUG:teuthology.orchestra.run.smithi077:> rm -fr /tmp/tmp.5zhlhH15pj 2024-04-15T21:25:03.718 DEBUG:teuthology.orchestra.run.smithi077:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T21:25:03.791 INFO:teuthology.orchestra.run.smithi077.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T21:25:03.791 INFO:teuthology.orchestra.run.smithi077.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T21:25:03.791 INFO:teuthology.orchestra.run.smithi077.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T21:25:03.791 INFO:teuthology.orchestra.run.smithi077.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T21:25:03.792 DEBUG:teuthology.orchestra.run.smithi077:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T21:25:03.955 DEBUG:teuthology.orchestra.run.smithi077:> sudo shutdown -r now 2024-04-15T21:25:14.744 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:25:14.744 INFO:teuthology.orchestra.run.smithi064.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T21:25:14.744 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:25:14.789 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:25:15.147 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:25:15.147 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:25:15.147 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:25:15.147 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:25:15.571 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:25:15.571 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:25:15.571 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-15T21:25:15.571 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T21:25:15.572 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T21:25:15.572 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T21:25:15.572 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T21:25:15.572 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:25:15.572 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:25:15.905 DEBUG:teuthology.orchestra.run.smithi064:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:25:16.007 INFO:teuthology.orchestra.run.smithi064.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:25:16.008 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:25:16.008 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T21:25:16.008 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T21:25:16.008 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T21:25:16.009 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-15T21:25:16.009 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi064.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T21:25:16.009 DEBUG:teuthology.orchestra.run.smithi064:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:25:16.094 INFO:teuthology.orchestra.run.smithi064.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:25:16.094 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:25:16.095 DEBUG:teuthology.orchestra.run.smithi064:> sudo rpm -qi grub2-tools 2024-04-15T21:25:16.133 INFO:teuthology.orchestra.run.smithi064.stdout:Name : grub2-tools 2024-04-15T21:25:16.133 INFO:teuthology.orchestra.run.smithi064.stdout:Epoch : 1 2024-04-15T21:25:16.133 INFO:teuthology.orchestra.run.smithi064.stdout:Version : 2.06 2024-04-15T21:25:16.133 INFO:teuthology.orchestra.run.smithi064.stdout:Release : 68.el9 2024-04-15T21:25:16.133 INFO:teuthology.orchestra.run.smithi064.stdout:Architecture: x86_64 2024-04-15T21:25:16.133 INFO:teuthology.orchestra.run.smithi064.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T21:25:16.134 INFO:teuthology.orchestra.run.smithi064.stdout:Group : Unspecified 2024-04-15T21:25:16.134 INFO:teuthology.orchestra.run.smithi064.stdout:Size : 8264254 2024-04-15T21:25:16.134 INFO:teuthology.orchestra.run.smithi064.stdout:License : GPLv3+ 2024-04-15T21:25:16.134 INFO:teuthology.orchestra.run.smithi064.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T21:25:16.134 INFO:teuthology.orchestra.run.smithi064.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T21:25:16.134 INFO:teuthology.orchestra.run.smithi064.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T21:25:16.134 INFO:teuthology.orchestra.run.smithi064.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T21:25:16.134 INFO:teuthology.orchestra.run.smithi064.stdout:Packager : builder@centos.org 2024-04-15T21:25:16.134 INFO:teuthology.orchestra.run.smithi064.stdout:Vendor : CentOS 2024-04-15T21:25:16.134 INFO:teuthology.orchestra.run.smithi064.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T21:25:16.134 INFO:teuthology.orchestra.run.smithi064.stdout:Summary : Support tools for GRUB. 2024-04-15T21:25:16.134 INFO:teuthology.orchestra.run.smithi064.stdout:Description : 2024-04-15T21:25:16.134 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:25:16.134 INFO:teuthology.orchestra.run.smithi064.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T21:25:16.135 INFO:teuthology.orchestra.run.smithi064.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T21:25:16.135 INFO:teuthology.orchestra.run.smithi064.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T21:25:16.135 INFO:teuthology.orchestra.run.smithi064.stdout:hardware devices. 2024-04-15T21:25:16.135 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:25:16.135 INFO:teuthology.orchestra.run.smithi064.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T21:25:16.136 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T21:25:16.136 INFO:teuthology.task.kernel:Updating grub on smithi064 to boot 5.14.0-438.el9.x86_64 2024-04-15T21:25:16.136 DEBUG:teuthology.orchestra.run.smithi064:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T21:25:16.768 INFO:teuthology.orchestra.run.smithi064.stderr:Generating grub configuration file ... 2024-04-15T21:25:18.119 INFO:teuthology.orchestra.run.smithi064.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T21:25:18.168 INFO:teuthology.orchestra.run.smithi064.stderr:done 2024-04-15T21:25:18.170 DEBUG:teuthology.orchestra.run.smithi064:> mktemp 2024-04-15T21:25:18.185 INFO:teuthology.orchestra.run.smithi064.stdout:/tmp/tmp.5QJx4fndLi 2024-04-15T21:25:18.186 DEBUG:teuthology.orchestra.run.smithi064:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.5QJx4fndLi 2024-04-15T21:25:18.271 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod 0666 /tmp/tmp.5QJx4fndLi 2024-04-15T21:25:18.384 DEBUG:teuthology.orchestra.remote:smithi064:/tmp/tmp.5QJx4fndLi is 6KB 2024-04-15T21:25:18.431 DEBUG:teuthology.orchestra.run.smithi064:> rm -fr /tmp/tmp.5QJx4fndLi 2024-04-15T21:25:18.446 DEBUG:teuthology.orchestra.run.smithi064:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T21:25:18.515 INFO:teuthology.orchestra.run.smithi064.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T21:25:18.515 INFO:teuthology.orchestra.run.smithi064.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T21:25:18.515 INFO:teuthology.orchestra.run.smithi064.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T21:25:18.515 INFO:teuthology.orchestra.run.smithi064.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T21:25:18.516 DEBUG:teuthology.orchestra.run.smithi064:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T21:25:18.666 DEBUG:teuthology.orchestra.run.smithi064:> sudo shutdown -r now 2024-04-15T21:25:33.963 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-15T21:25:33.963 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-04-15T21:25:33.964 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:25:48.682 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-15T21:25:48.683 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-04-15T21:25:48.684 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:26:34.011 DEBUG:teuthology.orchestra.remote:timed out 2024-04-15T21:26:43.018 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-04-15T21:26:43.019 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:26:43.338 DEBUG:teuthology.orchestra.run.smithi077:> true 2024-04-15T21:26:43.866 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-04-15T21:26:43.866 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-438.el9.x86_64"... 2024-04-15T21:26:43.866 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2024-04-15T21:26:43.881 INFO:teuthology.orchestra.run.smithi077.stdout:5.14.0-438.el9.x86_64 2024-04-15T21:26:43.881 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T21:26:43.881 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T21:26:43.881 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T21:26:44.882 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-15T21:26:44.882 DEBUG:teuthology.orchestra.run.smithi077:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T21:26:44.954 INFO:teuthology.orchestra.run.smithi077.stdout:ttyS1 2024-04-15T21:26:45.004 DEBUG:teuthology.parallel:result is None 2024-04-15T21:26:48.686 DEBUG:teuthology.orchestra.remote:timed out 2024-04-15T21:26:57.687 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-04-15T21:26:57.688 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:26:58.086 DEBUG:teuthology.orchestra.run.smithi064:> true 2024-04-15T21:26:58.530 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-04-15T21:26:58.530 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-438.el9.x86_64"... 2024-04-15T21:26:58.530 DEBUG:teuthology.orchestra.run.smithi064:> uname -r 2024-04-15T21:26:58.544 INFO:teuthology.orchestra.run.smithi064.stdout:5.14.0-438.el9.x86_64 2024-04-15T21:26:58.545 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T21:26:58.545 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T21:26:58.545 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T21:26:59.546 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-15T21:26:59.546 DEBUG:teuthology.orchestra.run.smithi064:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T21:26:59.610 INFO:teuthology.orchestra.run.smithi064.stdout:ttyS1 2024-04-15T21:26:59.636 DEBUG:teuthology.parallel:result is None 2024-04-15T21:26:59.636 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-15T21:26:59.644 INFO:teuthology.task.internal:Creating test directory... 2024-04-15T21:26:59.644 DEBUG:teuthology.orchestra.run.smithi064:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T21:26:59.647 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T21:26:59.667 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-15T21:26:59.674 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-15T21:26:59.685 INFO:teuthology.task.internal:Creating archive directory... 2024-04-15T21:26:59.685 DEBUG:teuthology.orchestra.run.smithi064:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T21:26:59.702 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T21:26:59.816 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-15T21:26:59.824 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-15T21:26:59.824 DEBUG:teuthology.orchestra.run.smithi064:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-15T21:26:59.826 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-15T21:26:59.855 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:26:59.861 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:26:59.868 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:26:59.876 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:26:59.878 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-15T21:26:59.885 INFO:teuthology.task.internal:Configuring sudo... 2024-04-15T21:26:59.885 DEBUG:teuthology.orchestra.run.smithi064:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T21:26:59.913 DEBUG:teuthology.orchestra.run.smithi077:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T21:26:59.950 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-15T21:26:59.959 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-15T21:26:59.960 DEBUG:teuthology.orchestra.run.smithi064:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T21:26:59.982 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T21:27:00.007 DEBUG:teuthology.orchestra.run.smithi064:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:27:00.072 DEBUG:teuthology.orchestra.run.smithi064:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:27:00.116 DEBUG:teuthology.orchestra.run.smithi064:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:27:00.197 DEBUG:teuthology.orchestra.run.smithi064:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:27:00.234 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-04-15T21:27:00.234 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T21:27:00.300 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:27:00.344 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:27:00.401 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:27:00.485 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:27:00.534 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-04-15T21:27:00.534 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T21:27:00.605 DEBUG:teuthology.orchestra.run.smithi064:> sudo service rsyslog restart 2024-04-15T21:27:00.607 DEBUG:teuthology.orchestra.run.smithi077:> sudo service rsyslog restart 2024-04-15T21:27:00.692 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:27:00.698 INFO:teuthology.orchestra.run.smithi064.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:27:01.122 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-15T21:27:01.133 INFO:teuthology.task.internal:Starting timer... 2024-04-15T21:27:01.133 INFO:teuthology.run_tasks:Running task pcp... 2024-04-15T21:27:01.144 INFO:teuthology.run_tasks:Running task selinux... 2024-04-15T21:27:01.152 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-15T21:27:01.153 DEBUG:teuthology.orchestra.run.smithi064:> sudo service auditd rotate 2024-04-15T21:27:01.212 INFO:teuthology.orchestra.run.smithi064.stdout:Rotating logs: 2024-04-15T21:27:01.214 DEBUG:teuthology.orchestra.run.smithi077:> sudo service auditd rotate 2024-04-15T21:27:01.283 INFO:teuthology.orchestra.run.smithi077.stdout:Rotating logs: 2024-04-15T21:27:01.285 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-15T21:27:01.285 DEBUG:teuthology.orchestra.run.smithi064:> /usr/sbin/getenforce 2024-04-15T21:27:01.308 INFO:teuthology.orchestra.run.smithi064.stdout:Permissive 2024-04-15T21:27:01.308 DEBUG:teuthology.orchestra.run.smithi077:> /usr/sbin/getenforce 2024-04-15T21:27:01.333 INFO:teuthology.orchestra.run.smithi077.stdout:Permissive 2024-04-15T21:27:01.333 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi064.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi077.front.sepia.ceph.com': 'permissive'} 2024-04-15T21:27:01.334 DEBUG:teuthology.orchestra.run.smithi064:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T21:27:01.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:27:01.374 DEBUG:teuthology.orchestra.run.smithi077:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T21:27:01.404 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:27:01.405 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-15T21:27:01.405 DEBUG:teuthology.orchestra.run.smithi064:> sudo /usr/sbin/setenforce permissive 2024-04-15T21:27:01.469 DEBUG:teuthology.orchestra.run.smithi077:> sudo /usr/sbin/setenforce permissive 2024-04-15T21:27:01.503 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-15T21:27:01.515 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-15T21:27:01.537 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-15T21:27:01.539 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi064.front.sepia.ceph.com,smithi077.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-15T21:31:25.517 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi064.front.sepia.ceph.com'), Remote(name='ubuntu@smithi077.front.sepia.ceph.com')] 2024-04-15T21:31:25.518 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-04-15T21:31:25.519 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:31:25.614 DEBUG:teuthology.orchestra.run.smithi064:> true 2024-04-15T21:31:25.689 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-04-15T21:31:25.690 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-04-15T21:31:25.690 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:31:25.776 DEBUG:teuthology.orchestra.run.smithi077:> true 2024-04-15T21:31:25.853 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-04-15T21:31:25.853 INFO:teuthology.run_tasks:Running task clock... 2024-04-15T21:31:25.864 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-15T21:31:25.864 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T21:31:25.865 DEBUG:teuthology.orchestra.run.smithi064:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:31:25.867 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T21:31:25.867 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:31:25.898 INFO:teuthology.orchestra.run.smithi064.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T21:31:25.916 INFO:teuthology.orchestra.run.smithi064.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T21:31:25.925 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T21:31:25.942 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T21:31:25.947 INFO:teuthology.orchestra.run.smithi064.stderr:sudo: ntpd: command not found 2024-04-15T21:31:25.962 INFO:teuthology.orchestra.run.smithi064.stdout:506 Cannot talk to daemon 2024-04-15T21:31:25.973 INFO:teuthology.orchestra.run.smithi077.stderr:sudo: ntpd: command not found 2024-04-15T21:31:25.980 INFO:teuthology.orchestra.run.smithi064.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T21:31:25.987 INFO:teuthology.orchestra.run.smithi077.stdout:506 Cannot talk to daemon 2024-04-15T21:31:25.997 INFO:teuthology.orchestra.run.smithi064.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T21:31:26.004 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T21:31:26.022 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T21:31:26.055 INFO:teuthology.orchestra.run.smithi064.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:31:26.058 INFO:teuthology.orchestra.run.smithi064.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:31:26.059 INFO:teuthology.orchestra.run.smithi064.stdout:=============================================================================== 2024-04-15T21:31:26.059 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:31:26.059 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:31:26.059 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:31:26.059 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:31:26.075 INFO:teuthology.orchestra.run.smithi077.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:31:26.078 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:31:26.078 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2024-04-15T21:31:26.079 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:31:26.079 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:31:26.079 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:31:26.079 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:31:26.079 INFO:teuthology.run_tasks:Running task pexec... 2024-04-15T21:31:26.089 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-15T21:31:26.089 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi064.front.sepia.ceph.com 2024-04-15T21:31:26.090 DEBUG:teuthology.orchestra.run.smithi064:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-15T21:31:26.090 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi077.front.sepia.ceph.com 2024-04-15T21:31:26.090 DEBUG:teuthology.orchestra.run.smithi077:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-15T21:31:26.703 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:00:56 ago on Mon 15 Apr 2024 09:30:30 PM UTC. 2024-04-15T21:31:26.711 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:59 ago on Mon 15 Apr 2024 09:30:27 PM UTC. 2024-04-15T21:31:26.856 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:31:26.858 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:31:26.858 INFO:teuthology.orchestra.run.smithi064.stdout: Package Architecture Version Repository Size 2024-04-15T21:31:26.858 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:31:26.858 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-15T21:31:26.858 INFO:teuthology.orchestra.run.smithi064.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-15T21:31:26.859 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:31:26.859 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-15T21:31:26.859 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:31:26.859 INFO:teuthology.orchestra.run.smithi064.stdout:Install 1 Package 2024-04-15T21:31:26.859 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:31:26.859 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 3.1 M 2024-04-15T21:31:26.859 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 9.8 M 2024-04-15T21:31:26.859 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-15T21:31:26.859 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:31:26.873 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:31:26.873 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2024-04-15T21:31:26.873 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:31:26.873 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-04-15T21:31:26.874 INFO:teuthology.orchestra.run.smithi077.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-15T21:31:26.874 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:31:26.874 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-15T21:31:26.874 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:31:26.874 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2024-04-15T21:31:26.874 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:31:26.874 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 3.1 M 2024-04-15T21:31:26.874 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 9.8 M 2024-04-15T21:31:26.874 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-04-15T21:31:27.109 INFO:teuthology.orchestra.run.smithi064.stdout:runc-1.1.12-2.el9.x86_64.rpm 19 MB/s | 3.1 MB 00:00 2024-04-15T21:31:27.109 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:31:27.109 INFO:teuthology.orchestra.run.smithi064.stdout:Total 12 MB/s | 3.1 MB 00:00 2024-04-15T21:31:27.146 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-15T21:31:27.152 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-15T21:31:27.152 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-15T21:31:27.236 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-15T21:31:27.236 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-15T21:31:27.447 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-15T21:31:27.556 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:31:28.234 INFO:teuthology.orchestra.run.smithi077.stdout:runc-1.1.12-2.el9.x86_64.rpm 2.5 MB/s | 3.1 MB 00:01 2024-04-15T21:31:28.235 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:31:28.235 INFO:teuthology.orchestra.run.smithi077.stdout:Total 2.3 MB/s | 3.1 MB 00:01 2024-04-15T21:31:28.275 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-04-15T21:31:28.282 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-04-15T21:31:28.282 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-04-15T21:31:28.286 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:31:28.363 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-04-15T21:31:28.364 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-04-15T21:31:28.585 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-04-15T21:31:28.627 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:31:28.627 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:31:28.627 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-15T21:31:28.627 INFO:teuthology.orchestra.run.smithi064.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-15T21:31:28.627 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:31:28.627 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:31:28.670 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:31:28.845 DEBUG:teuthology.parallel:result is None 2024-04-15T21:31:29.277 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:31:29.592 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:31:29.593 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:31:29.593 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-04-15T21:31:29.593 INFO:teuthology.orchestra.run.smithi077.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-15T21:31:29.593 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:31:29.593 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:31:29.877 DEBUG:teuthology.parallel:result is None 2024-04-15T21:31:29.877 INFO:teuthology.run_tasks:Running task install... 2024-04-15T21:31:29.886 DEBUG:teuthology.task.install:project ceph 2024-04-15T21:31:29.886 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'}} 2024-04-15T21:31:29.886 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T21:31:29.886 INFO:teuthology.task.install:Using flavor: default 2024-04-15T21:31:29.892 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-04-15T21:31:29.892 INFO:teuthology.task.install:extra packages: [] 2024-04-15T21:31:29.892 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': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'tag': None, 'wait_for_package': False} 2024-04-15T21:31:29.893 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:31:29.895 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': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'tag': None, 'wait_for_package': False} 2024-04-15T21:31:29.895 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:31:30.044 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/ 2024-04-15T21:31:30.044 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2114.ga9a752df 2024-04-15T21:31:30.127 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/ 2024-04-15T21:31:30.127 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2114.ga9a752df 2024-04-15T21:31:30.253 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/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/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/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/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-15T21:31:30.253 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-04-15T21:31:30.253 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T21:31:30.283 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-15T21:31:30.283 DEBUG:teuthology.orchestra.run.smithi077:> 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/a9a752df26c63acad72e1b3569fd79a515ca0765/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-15T21:31:30.313 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/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/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/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/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-15T21:31:30.313 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-04-15T21:31:30.313 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T21:31:30.347 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-15T21:31:30.348 DEBUG:teuthology.orchestra.run.smithi064:> 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/a9a752df26c63acad72e1b3569fd79a515ca0765/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-15T21:31:30.353 DEBUG:teuthology.orchestra.run.smithi077:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-15T21:31:30.420 DEBUG:teuthology.orchestra.run.smithi064:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-15T21:31:30.435 DEBUG:teuthology.orchestra.run.smithi077:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-15T21:31:30.503 INFO:teuthology.orchestra.run.smithi077.stdout:check_obsoletes = 1 2024-04-15T21:31:30.504 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum clean all 2024-04-15T21:31:30.505 DEBUG:teuthology.orchestra.run.smithi064:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-15T21:31:30.534 INFO:teuthology.orchestra.run.smithi064.stdout:check_obsoletes = 1 2024-04-15T21:31:30.536 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum clean all 2024-04-15T21:31:30.765 INFO:teuthology.orchestra.run.smithi077.stdout:74 files removed 2024-04-15T21:31:30.795 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-radosgw 2024-04-15T21:31:30.806 INFO:teuthology.orchestra.run.smithi064.stdout:74 files removed 2024-04-15T21:31:30.834 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install ceph-radosgw 2024-04-15T21:31:31.458 INFO:teuthology.orchestra.run.smithi064.stdout:ceph packages for x86_64 263 kB/s | 83 kB 00:00 2024-04-15T21:31:31.676 INFO:teuthology.orchestra.run.smithi077.stdout:ceph packages for x86_64 143 kB/s | 83 kB 00:00 2024-04-15T21:31:31.884 INFO:teuthology.orchestra.run.smithi064.stdout:ceph noarch packages 31 kB/s | 11 kB 00:00 2024-04-15T21:31:32.077 INFO:teuthology.orchestra.run.smithi077.stdout:ceph noarch packages 33 kB/s | 11 kB 00:00 2024-04-15T21:31:32.301 INFO:teuthology.orchestra.run.smithi064.stdout:ceph source packages 5.1 kB/s | 1.9 kB 00:00 2024-04-15T21:31:32.494 INFO:teuthology.orchestra.run.smithi077.stdout:ceph source packages 5.0 kB/s | 1.9 kB 00:00 2024-04-15T21:31:33.103 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS-9 - AppStream 8.8 MB/s | 6.7 MB 00:00 2024-04-15T21:31:33.188 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS-9 - AppStream 10 MB/s | 6.7 MB 00:00 2024-04-15T21:31:35.072 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS-9 - BaseOS 2.6 MB/s | 2.0 MB 00:00 2024-04-15T21:31:35.128 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS-9 - BaseOS 2.4 MB/s | 2.0 MB 00:00 2024-04-15T21:31:37.179 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - BaseOS 4.5 MB/s | 8.0 MB 00:01 2024-04-15T21:31:44.318 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 9 - BaseOS 930 kB/s | 8.0 MB 00:08 2024-04-15T21:31:50.569 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 9 - AppStream 3.7 MB/s | 19 MB 00:05 2024-04-15T21:31:55.255 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 9 - CRB 6.5 MB/s | 6.2 MB 00:00 2024-04-15T21:31:56.720 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 9 - Extras packages 62 kB/s | 16 kB 00:00 2024-04-15T21:31:58.230 INFO:teuthology.orchestra.run.smithi064.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-04-15T21:32:00.561 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - AppStream 869 kB/s | 19 MB 00:22 2024-04-15T21:32:03.513 INFO:teuthology.orchestra.run.smithi064.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-04-15T21:32:06.343 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:32:06.345 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:32:06.346 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repository Size 2024-04-15T21:32:06.346 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:32:06.346 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-15T21:32:06.346 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-radosgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 9.9 M 2024-04-15T21:32:06.346 INFO:teuthology.orchestra.run.smithi064.stdout:Upgrading: 2024-04-15T21:32:06.346 INFO:teuthology.orchestra.run.smithi064.stdout: librados2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.4 M 2024-04-15T21:32:06.346 INFO:teuthology.orchestra.run.smithi064.stdout: librbd1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T21:32:06.346 INFO:teuthology.orchestra.run.smithi064.stdout:Installing dependencies: 2024-04-15T21:32:06.346 INFO:teuthology.orchestra.run.smithi064.stdout: boost-program-options 2024-04-15T21:32:06.346 INFO:teuthology.orchestra.run.smithi064.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-15T21:32:06.347 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-base x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.3 M 2024-04-15T21:32:06.347 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 21 M 2024-04-15T21:32:06.347 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-selinux x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 25 k 2024-04-15T21:32:06.347 INFO:teuthology.orchestra.run.smithi064.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T21:32:06.347 INFO:teuthology.orchestra.run.smithi064.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T21:32:06.347 INFO:teuthology.orchestra.run.smithi064.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T21:32:06.347 INFO:teuthology.orchestra.run.smithi064.stdout: libcephfs2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 746 k 2024-04-15T21:32:06.347 INFO:teuthology.orchestra.run.smithi064.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T21:32:06.347 INFO:teuthology.orchestra.run.smithi064.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-15T21:32:06.347 INFO:teuthology.orchestra.run.smithi064.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-15T21:32:06.347 INFO:teuthology.orchestra.run.smithi064.stdout: libradosstriper1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 501 k 2024-04-15T21:32:06.347 INFO:teuthology.orchestra.run.smithi064.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-15T21:32:06.347 INFO:teuthology.orchestra.run.smithi064.stdout: librgw2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.2 M 2024-04-15T21:32:06.348 INFO:teuthology.orchestra.run.smithi064.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T21:32:06.348 INFO:teuthology.orchestra.run.smithi064.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-15T21:32:06.348 INFO:teuthology.orchestra.run.smithi064.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T21:32:06.348 INFO:teuthology.orchestra.run.smithi064.stdout: python3-ceph-argparse 2024-04-15T21:32:06.348 INFO:teuthology.orchestra.run.smithi064.stdout: x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 45 k 2024-04-15T21:32:06.348 INFO:teuthology.orchestra.run.smithi064.stdout: python3-ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 131 k 2024-04-15T21:32:06.348 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cephfs x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 162 k 2024-04-15T21:32:06.348 INFO:teuthology.orchestra.run.smithi064.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-15T21:32:06.348 INFO:teuthology.orchestra.run.smithi064.stdout: python3-rados x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 320 k 2024-04-15T21:32:06.348 INFO:teuthology.orchestra.run.smithi064.stdout: python3-rbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 298 k 2024-04-15T21:32:06.348 INFO:teuthology.orchestra.run.smithi064.stdout: python3-rgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 99 k 2024-04-15T21:32:06.348 INFO:teuthology.orchestra.run.smithi064.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-15T21:32:06.349 INFO:teuthology.orchestra.run.smithi064.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-15T21:32:06.349 INFO:teuthology.orchestra.run.smithi064.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T21:32:06.349 INFO:teuthology.orchestra.run.smithi064.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T21:32:06.349 INFO:teuthology.orchestra.run.smithi064.stdout:Installing weak dependencies: 2024-04-15T21:32:06.349 INFO:teuthology.orchestra.run.smithi064.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-15T21:32:06.349 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:32:06.349 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-15T21:32:06.349 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:32:06.349 INFO:teuthology.orchestra.run.smithi064.stdout:Install 30 Packages 2024-04-15T21:32:06.349 INFO:teuthology.orchestra.run.smithi064.stdout:Upgrade 2 Packages 2024-04-15T21:32:06.349 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:32:06.350 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 59 M 2024-04-15T21:32:06.350 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-15T21:32:06.878 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - CRB 2.2 MB/s | 6.2 MB 00:02 2024-04-15T21:32:07.523 INFO:teuthology.orchestra.run.smithi064.stdout:(1/32): ceph-base-19.0.0-2114.ga9a752df.el7.x86 4.9 MB/s | 5.3 MB 00:01 2024-04-15T21:32:07.598 INFO:teuthology.orchestra.run.smithi064.stdout:(2/32): ceph-selinux-19.0.0-2114.ga9a752df.el7. 336 kB/s | 25 kB 00:00 2024-04-15T21:32:07.823 INFO:teuthology.orchestra.run.smithi064.stdout:(3/32): libcephfs2-19.0.0-2114.ga9a752df.el7.x8 3.2 MB/s | 746 kB 00:00 2024-04-15T21:32:07.949 INFO:teuthology.orchestra.run.smithi064.stdout:(4/32): libradosstriper1-19.0.0-2114.ga9a752df. 3.9 MB/s | 501 kB 00:00 2024-04-15T21:32:08.838 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - Extras packages 27 kB/s | 16 kB 00:00 2024-04-15T21:32:08.899 INFO:teuthology.orchestra.run.smithi064.stdout:(5/32): librgw2-19.0.0-2114.ga9a752df.el7.x86_6 5.4 MB/s | 5.2 MB 00:00 2024-04-15T21:32:08.957 INFO:teuthology.orchestra.run.smithi064.stdout:(6/32): python3-ceph-argparse-19.0.0-2114.ga9a7 776 kB/s | 45 kB 00:00 2024-04-15T21:32:09.024 INFO:teuthology.orchestra.run.smithi064.stdout:(7/32): python3-ceph-common-19.0.0-2114.ga9a752 1.9 MB/s | 131 kB 00:00 2024-04-15T21:32:09.099 INFO:teuthology.orchestra.run.smithi064.stdout:(8/32): python3-cephfs-19.0.0-2114.ga9a752df.el 2.1 MB/s | 162 kB 00:00 2024-04-15T21:32:09.175 INFO:teuthology.orchestra.run.smithi064.stdout:(9/32): python3-rados-19.0.0-2114.ga9a752df.el7 4.2 MB/s | 320 kB 00:00 2024-04-15T21:32:09.234 INFO:teuthology.orchestra.run.smithi064.stdout:(10/32): python3-rbd-19.0.0-2114.ga9a752df.el7. 5.0 MB/s | 298 kB 00:00 2024-04-15T21:32:09.284 INFO:teuthology.orchestra.run.smithi064.stdout:(11/32): python3-rgw-19.0.0-2114.ga9a752df.el7. 1.9 MB/s | 99 kB 00:00 2024-04-15T21:32:09.384 INFO:teuthology.orchestra.run.smithi064.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 1.0 MB/s | 106 kB 00:00 2024-04-15T21:32:09.426 INFO:teuthology.orchestra.run.smithi064.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 3.7 MB/s | 159 kB 00:00 2024-04-15T21:32:09.460 INFO:teuthology.orchestra.run.smithi064.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.3 MB/s | 44 kB 00:00 2024-04-15T21:32:09.518 INFO:teuthology.orchestra.run.smithi064.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 11 MB/s | 661 kB 00:00 2024-04-15T21:32:09.560 INFO:teuthology.orchestra.run.smithi064.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 6.7 MB/s | 282 kB 00:00 2024-04-15T21:32:09.711 INFO:teuthology.orchestra.run.smithi064.stdout:(17/32): ceph-radosgw-19.0.0-2114.ga9a752df.el7 3.0 MB/s | 9.9 MB 00:03 2024-04-15T21:32:09.727 INFO:teuthology.orchestra.run.smithi064.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 246 kB/s | 41 kB 00:00 2024-04-15T21:32:09.753 INFO:teuthology.orchestra.run.smithi064.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 5.2 MB/s | 220 kB 00:00 2024-04-15T21:32:09.770 INFO:teuthology.orchestra.run.smithi064.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 835 kB/s | 35 kB 00:00 2024-04-15T21:32:09.786 INFO:teuthology.orchestra.run.smithi064.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 1.4 MB/s | 46 kB 00:00 2024-04-15T21:32:09.914 INFO:teuthology.orchestra.run.smithi077.stdout:Extra Packages for Enterprise Linux 23 MB/s | 21 MB 00:00 2024-04-15T21:32:09.996 INFO:teuthology.orchestra.run.smithi064.stdout:(22/32): ceph-common-19.0.0-2114.ga9a752df.el7. 5.8 MB/s | 21 MB 00:03 2024-04-15T21:32:10.312 INFO:teuthology.orchestra.run.smithi064.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 98 kB/s | 26 kB 00:00 2024-04-15T21:32:10.346 INFO:teuthology.orchestra.run.smithi064.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 537 kB/s | 309 kB 00:00 2024-04-15T21:32:10.429 INFO:teuthology.orchestra.run.smithi064.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 416 kB/s | 49 kB 00:00 2024-04-15T21:32:10.454 INFO:teuthology.orchestra.run.smithi064.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 620 kB/s | 67 kB 00:00 2024-04-15T21:32:10.755 INFO:teuthology.orchestra.run.smithi064.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 639 kB/s | 192 kB 00:00 2024-04-15T21:32:10.880 INFO:teuthology.orchestra.run.smithi064.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.0 MB/s | 4.4 MB 00:01 2024-04-15T21:32:10.922 INFO:teuthology.orchestra.run.smithi064.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.7 MB/s | 838 kB 00:00 2024-04-15T21:32:11.056 INFO:teuthology.orchestra.run.smithi064.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 5.3 MB/s | 1.6 MB 00:00 2024-04-15T21:32:11.756 INFO:teuthology.orchestra.run.smithi064.stdout:(31/32): librados2-19.0.0-2114.ga9a752df.el7.x8 3.9 MB/s | 3.4 MB 00:00 2024-04-15T21:32:11.814 INFO:teuthology.orchestra.run.smithi064.stdout:(32/32): librbd1-19.0.0-2114.ga9a752df.el7.x86_ 3.5 MB/s | 3.1 MB 00:00 2024-04-15T21:32:11.820 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:32:11.820 INFO:teuthology.orchestra.run.smithi064.stdout:Total 11 MB/s | 59 MB 00:05 2024-04-15T21:32:11.821 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-15T21:32:11.861 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-15T21:32:11.861 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-15T21:32:12.363 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-15T21:32:12.363 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-15T21:32:13.805 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-15T21:32:13.890 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T21:32:13.919 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T21:32:13.953 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T21:32:13.975 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:32:13.991 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:32:14.153 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:32:14.216 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:32:14.559 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T21:32:14.613 INFO:teuthology.orchestra.run.smithi064.stdout: Upgrading : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:32:14.689 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:32:14.778 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 8/34 2024-04-15T21:32:14.814 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T21:32:14.878 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T21:32:14.914 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T21:32:14.958 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 11/34 2024-04-15T21:32:15.006 INFO:teuthology.orchestra.run.smithi077.stdout:lab-extras 20 kB/s | 1.7 kB 00:00 2024-04-15T21:32:15.028 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T21:32:15.066 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T21:32:15.113 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T21:32:15.149 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T21:32:15.271 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T21:32:15.299 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T21:32:15.340 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T21:32:15.373 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T21:32:15.417 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T21:32:15.442 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T21:32:15.800 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T21:32:15.831 INFO:teuthology.orchestra.run.smithi064.stdout: Upgrading : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T21:32:15.914 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T21:32:15.952 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 23/34 2024-04-15T21:32:16.000 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T21:32:16.491 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T21:32:16.517 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T21:32:16.588 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T21:32:16.666 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 27/34 2024-04-15T21:32:16.702 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 28/34 2024-04-15T21:32:17.770 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:32:17.772 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:32:17.772 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-04-15T21:32:17.772 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:32:17.772 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-04-15T21:32:17.772 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-radosgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 9.9 M 2024-04-15T21:32:17.772 INFO:teuthology.orchestra.run.smithi077.stdout:Upgrading: 2024-04-15T21:32:17.772 INFO:teuthology.orchestra.run.smithi077.stdout: librados2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.4 M 2024-04-15T21:32:17.772 INFO:teuthology.orchestra.run.smithi077.stdout: librbd1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T21:32:17.772 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-04-15T21:32:17.772 INFO:teuthology.orchestra.run.smithi077.stdout: boost-program-options 2024-04-15T21:32:17.773 INFO:teuthology.orchestra.run.smithi077.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-15T21:32:17.773 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-base x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.3 M 2024-04-15T21:32:17.773 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 21 M 2024-04-15T21:32:17.773 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-selinux x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 25 k 2024-04-15T21:32:17.773 INFO:teuthology.orchestra.run.smithi077.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T21:32:17.773 INFO:teuthology.orchestra.run.smithi077.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T21:32:17.773 INFO:teuthology.orchestra.run.smithi077.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T21:32:17.773 INFO:teuthology.orchestra.run.smithi077.stdout: libcephfs2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 746 k 2024-04-15T21:32:17.773 INFO:teuthology.orchestra.run.smithi077.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T21:32:17.773 INFO:teuthology.orchestra.run.smithi077.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-15T21:32:17.773 INFO:teuthology.orchestra.run.smithi077.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-15T21:32:17.773 INFO:teuthology.orchestra.run.smithi077.stdout: libradosstriper1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 501 k 2024-04-15T21:32:17.773 INFO:teuthology.orchestra.run.smithi077.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-15T21:32:17.773 INFO:teuthology.orchestra.run.smithi077.stdout: librgw2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.2 M 2024-04-15T21:32:17.773 INFO:teuthology.orchestra.run.smithi077.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T21:32:17.774 INFO:teuthology.orchestra.run.smithi077.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-15T21:32:17.774 INFO:teuthology.orchestra.run.smithi077.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T21:32:17.774 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-argparse 2024-04-15T21:32:17.774 INFO:teuthology.orchestra.run.smithi077.stdout: x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 45 k 2024-04-15T21:32:17.774 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 131 k 2024-04-15T21:32:17.774 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cephfs x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 162 k 2024-04-15T21:32:17.774 INFO:teuthology.orchestra.run.smithi077.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-15T21:32:17.774 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rados x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 320 k 2024-04-15T21:32:17.774 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 298 k 2024-04-15T21:32:17.774 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 99 k 2024-04-15T21:32:17.774 INFO:teuthology.orchestra.run.smithi077.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-15T21:32:17.774 INFO:teuthology.orchestra.run.smithi077.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-15T21:32:17.774 INFO:teuthology.orchestra.run.smithi077.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T21:32:17.774 INFO:teuthology.orchestra.run.smithi077.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T21:32:17.775 INFO:teuthology.orchestra.run.smithi077.stdout:Installing weak dependencies: 2024-04-15T21:32:17.775 INFO:teuthology.orchestra.run.smithi077.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-15T21:32:17.775 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:32:17.775 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-15T21:32:17.775 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:32:17.775 INFO:teuthology.orchestra.run.smithi077.stdout:Install 30 Packages 2024-04-15T21:32:17.775 INFO:teuthology.orchestra.run.smithi077.stdout:Upgrade 2 Packages 2024-04-15T21:32:17.775 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:32:17.775 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 59 M 2024-04-15T21:32:17.776 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-04-15T21:32:18.956 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:32:18.998 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:32:19.057 INFO:teuthology.orchestra.run.smithi077.stdout:(1/32): ceph-radosgw-19.0.0-2114.ga9a752df.el7. 9.1 MB/s | 9.9 MB 00:01 2024-04-15T21:32:19.107 INFO:teuthology.orchestra.run.smithi077.stdout:(2/32): ceph-selinux-19.0.0-2114.ga9a752df.el7. 505 kB/s | 25 kB 00:00 2024-04-15T21:32:19.216 INFO:teuthology.orchestra.run.smithi077.stdout:(3/32): libcephfs2-19.0.0-2114.ga9a752df.el7.x8 6.7 MB/s | 746 kB 00:00 2024-04-15T21:32:19.324 INFO:teuthology.orchestra.run.smithi077.stdout:(4/32): libradosstriper1-19.0.0-2114.ga9a752df. 4.5 MB/s | 501 kB 00:00 2024-04-15T21:32:19.598 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:32:19.635 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T21:32:19.649 INFO:teuthology.orchestra.run.smithi077.stdout:(5/32): ceph-common-19.0.0-2114.ga9a752df.el7.x 12 MB/s | 21 MB 00:01 2024-04-15T21:32:19.700 INFO:teuthology.orchestra.run.smithi077.stdout:(6/32): python3-ceph-argparse-19.0.0-2114.ga9a7 907 kB/s | 45 kB 00:00 2024-04-15T21:32:19.710 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T21:32:19.710 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T21:32:19.710 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T21:32:19.710 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:32:19.745 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:32:19.767 INFO:teuthology.orchestra.run.smithi077.stdout:(7/32): python3-ceph-common-19.0.0-2114.ga9a752 1.9 MB/s | 131 kB 00:00 2024-04-15T21:32:19.834 INFO:teuthology.orchestra.run.smithi077.stdout:(8/32): librgw2-19.0.0-2114.ga9a752df.el7.x86_6 10 MB/s | 5.2 MB 00:00 2024-04-15T21:32:19.859 INFO:teuthology.orchestra.run.smithi077.stdout:(9/32): python3-cephfs-19.0.0-2114.ga9a752df.el 1.7 MB/s | 162 kB 00:00 2024-04-15T21:32:19.884 INFO:teuthology.orchestra.run.smithi077.stdout:(10/32): python3-rados-19.0.0-2114.ga9a752df.el 6.2 MB/s | 320 kB 00:00 2024-04-15T21:32:19.910 INFO:teuthology.orchestra.run.smithi077.stdout:(11/32): python3-rbd-19.0.0-2114.ga9a752df.el7. 5.8 MB/s | 298 kB 00:00 2024-04-15T21:32:19.935 INFO:teuthology.orchestra.run.smithi077.stdout:(12/32): python3-rgw-19.0.0-2114.ga9a752df.el7. 1.9 MB/s | 99 kB 00:00 2024-04-15T21:32:20.069 INFO:teuthology.orchestra.run.smithi077.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 667 kB/s | 106 kB 00:00 2024-04-15T21:32:20.094 INFO:teuthology.orchestra.run.smithi077.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 159 kB 00:00 2024-04-15T21:32:20.110 INFO:teuthology.orchestra.run.smithi077.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.0 MB/s | 44 kB 00:00 2024-04-15T21:32:20.194 INFO:teuthology.orchestra.run.smithi077.stdout:(16/32): ceph-base-19.0.0-2114.ga9a752df.el7.x8 2.4 MB/s | 5.3 MB 00:02 2024-04-15T21:32:20.228 INFO:teuthology.orchestra.run.smithi077.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.8 MB/s | 661 kB 00:00 2024-04-15T21:32:20.253 INFO:teuthology.orchestra.run.smithi077.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.9 MB/s | 282 kB 00:00 2024-04-15T21:32:20.278 INFO:teuthology.orchestra.run.smithi077.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 494 kB/s | 41 kB 00:00 2024-04-15T21:32:20.304 INFO:teuthology.orchestra.run.smithi077.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 696 kB/s | 35 kB 00:00 2024-04-15T21:32:20.329 INFO:teuthology.orchestra.run.smithi077.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.8 MB/s | 220 kB 00:00 2024-04-15T21:32:20.354 INFO:teuthology.orchestra.run.smithi077.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 615 kB/s | 46 kB 00:00 2024-04-15T21:32:20.663 INFO:teuthology.orchestra.run.smithi077.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 84 kB/s | 26 kB 00:00 2024-04-15T21:32:20.888 INFO:teuthology.orchestra.run.smithi077.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 216 kB/s | 49 kB 00:00 2024-04-15T21:32:20.913 INFO:teuthology.orchestra.run.smithi077.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 507 kB/s | 309 kB 00:00 2024-04-15T21:32:20.988 INFO:teuthology.orchestra.run.smithi077.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 676 kB/s | 67 kB 00:00 2024-04-15T21:32:21.122 INFO:teuthology.orchestra.run.smithi077.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 5.8 MB/s | 4.4 MB 00:00 2024-04-15T21:32:21.147 INFO:teuthology.orchestra.run.smithi077.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.5 MB/s | 838 kB 00:00 2024-04-15T21:32:21.172 INFO:teuthology.orchestra.run.smithi077.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 1.0 MB/s | 192 kB 00:00 2024-04-15T21:32:21.340 INFO:teuthology.orchestra.run.smithi077.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 7.3 MB/s | 1.6 MB 00:00 2024-04-15T21:32:21.464 INFO:teuthology.orchestra.run.smithi077.stdout:(31/32): librbd1-19.0.0-2114.ga9a752df.el7.x86_ 11 MB/s | 3.1 MB 00:00 2024-04-15T21:32:22.073 INFO:teuthology.orchestra.run.smithi077.stdout:(32/32): librados2-19.0.0-2114.ga9a752df.el7.x8 3.8 MB/s | 3.4 MB 00:00 2024-04-15T21:32:22.079 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:32:22.079 INFO:teuthology.orchestra.run.smithi077.stdout:Total 14 MB/s | 59 MB 00:04 2024-04-15T21:32:22.080 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-04-15T21:32:22.112 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-04-15T21:32:22.112 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-04-15T21:32:22.590 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-04-15T21:32:22.590 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-04-15T21:32:23.996 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-04-15T21:32:24.085 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T21:32:24.119 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T21:32:24.144 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T21:32:24.167 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:32:24.183 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:32:24.377 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:32:24.431 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:32:24.766 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T21:32:24.821 INFO:teuthology.orchestra.run.smithi077.stdout: Upgrading : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:32:24.896 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:32:24.986 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 8/34 2024-04-15T21:32:25.014 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T21:32:25.077 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T21:32:25.106 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T21:32:25.149 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 11/34 2024-04-15T21:32:25.220 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T21:32:25.241 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T21:32:25.305 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T21:32:25.340 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T21:32:25.450 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T21:32:25.482 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T21:32:25.523 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T21:32:25.564 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T21:32:25.593 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T21:32:25.626 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T21:32:25.933 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T21:32:25.964 INFO:teuthology.orchestra.run.smithi077.stdout: Upgrading : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T21:32:26.054 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T21:32:26.085 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 23/34 2024-04-15T21:32:26.131 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T21:32:26.595 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T21:32:26.625 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T21:32:26.696 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T21:32:26.772 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 27/34 2024-04-15T21:32:26.802 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 28/34 2024-04-15T21:32:29.035 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:32:29.073 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:32:29.626 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:32:29.660 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T21:32:29.694 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:32:29.694 INFO:teuthology.orchestra.run.smithi064.stdout:skipping the directory /sys 2024-04-15T21:32:29.694 INFO:teuthology.orchestra.run.smithi064.stdout:skipping the directory /proc 2024-04-15T21:32:29.694 INFO:teuthology.orchestra.run.smithi064.stdout:skipping the directory /mnt 2024-04-15T21:32:29.694 INFO:teuthology.orchestra.run.smithi064.stdout:skipping the directory /var/tmp 2024-04-15T21:32:29.694 INFO:teuthology.orchestra.run.smithi064.stdout:skipping the directory /home 2024-04-15T21:32:29.694 INFO:teuthology.orchestra.run.smithi064.stdout:skipping the directory /root 2024-04-15T21:32:29.694 INFO:teuthology.orchestra.run.smithi064.stdout:skipping the directory /tmp 2024-04-15T21:32:29.694 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:32:29.751 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T21:32:29.751 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T21:32:29.752 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T21:32:29.752 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:32:29.795 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:32:30.655 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T21:32:30.680 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T21:32:30.680 INFO:teuthology.orchestra.run.smithi064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:32:30.681 INFO:teuthology.orchestra.run.smithi064.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T21:32:30.681 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:32:30.681 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:32:30.681 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:32:30.682 INFO:teuthology.orchestra.run.smithi064.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:32:30.766 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:32:30.766 INFO:teuthology.orchestra.run.smithi064.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:32:31.907 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:32:31.907 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 1/34 2024-04-15T21:32:31.907 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2/34 2024-04-15T21:32:31.907 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 3/34 2024-04-15T21:32:31.907 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 4/34 2024-04-15T21:32:31.907 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 5/34 2024-04-15T21:32:31.907 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 6/34 2024-04-15T21:32:31.907 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:32:31.907 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 8/34 2024-04-15T21:32:31.908 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 9/34 2024-04-15T21:32:31.908 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 10/34 2024-04-15T21:32:31.908 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 11/34 2024-04-15T21:32:31.908 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T21:32:31.908 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 13/34 2024-04-15T21:32:31.908 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T21:32:31.908 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T21:32:31.908 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T21:32:31.908 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T21:32:31.908 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T21:32:31.908 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T21:32:31.908 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T21:32:31.908 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T21:32:31.908 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T21:32:31.909 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T21:32:31.909 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T21:32:31.909 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T21:32:31.909 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T21:32:31.909 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T21:32:31.909 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T21:32:31.909 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T21:32:31.909 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T21:32:31.909 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:32:31.909 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T21:32:31.909 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 33/34 2024-04-15T21:32:32.882 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:32:32.882 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:32:32.883 INFO:teuthology.orchestra.run.smithi064.stdout:Upgraded: 2024-04-15T21:32:32.883 INFO:teuthology.orchestra.run.smithi064.stdout: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:32.883 INFO:teuthology.orchestra.run.smithi064.stdout: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:32.883 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-15T21:32:32.883 INFO:teuthology.orchestra.run.smithi064.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T21:32:32.883 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:32.883 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:32.883 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:32.883 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:32.883 INFO:teuthology.orchestra.run.smithi064.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T21:32:32.883 INFO:teuthology.orchestra.run.smithi064.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T21:32:32.883 INFO:teuthology.orchestra.run.smithi064.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T21:32:32.883 INFO:teuthology.orchestra.run.smithi064.stdout: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:32.883 INFO:teuthology.orchestra.run.smithi064.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T21:32:32.884 INFO:teuthology.orchestra.run.smithi064.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T21:32:32.884 INFO:teuthology.orchestra.run.smithi064.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T21:32:32.884 INFO:teuthology.orchestra.run.smithi064.stdout: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:32.884 INFO:teuthology.orchestra.run.smithi064.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T21:32:32.884 INFO:teuthology.orchestra.run.smithi064.stdout: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:32.884 INFO:teuthology.orchestra.run.smithi064.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T21:32:32.884 INFO:teuthology.orchestra.run.smithi064.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T21:32:32.884 INFO:teuthology.orchestra.run.smithi064.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T21:32:32.884 INFO:teuthology.orchestra.run.smithi064.stdout: python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:32.884 INFO:teuthology.orchestra.run.smithi064.stdout: python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:32.884 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:32.884 INFO:teuthology.orchestra.run.smithi064.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T21:32:32.884 INFO:teuthology.orchestra.run.smithi064.stdout: python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:32.884 INFO:teuthology.orchestra.run.smithi064.stdout: python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:32.885 INFO:teuthology.orchestra.run.smithi064.stdout: python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:32.885 INFO:teuthology.orchestra.run.smithi064.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T21:32:32.885 INFO:teuthology.orchestra.run.smithi064.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T21:32:32.885 INFO:teuthology.orchestra.run.smithi064.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T21:32:32.885 INFO:teuthology.orchestra.run.smithi064.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T21:32:32.885 INFO:teuthology.orchestra.run.smithi064.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T21:32:32.885 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:32:32.885 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:32:33.210 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install ceph-test 2024-04-15T21:32:33.812 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:00:30 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:32:33.970 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:32:33.971 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:32:33.971 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repository Size 2024-04-15T21:32:33.971 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:32:33.971 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-15T21:32:33.971 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-test x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 48 M 2024-04-15T21:32:33.971 INFO:teuthology.orchestra.run.smithi064.stdout:Installing dependencies: 2024-04-15T21:32:33.971 INFO:teuthology.orchestra.run.smithi064.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T21:32:33.971 INFO:teuthology.orchestra.run.smithi064.stdout: libcephsqlite x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 164 k 2024-04-15T21:32:33.971 INFO:teuthology.orchestra.run.smithi064.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-15T21:32:33.971 INFO:teuthology.orchestra.run.smithi064.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-15T21:32:33.971 INFO:teuthology.orchestra.run.smithi064.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-15T21:32:33.971 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:32:33.971 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-15T21:32:33.971 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:32:33.971 INFO:teuthology.orchestra.run.smithi064.stdout:Install 6 Packages 2024-04-15T21:32:33.972 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:32:33.972 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 49 M 2024-04-15T21:32:33.972 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 206 M 2024-04-15T21:32:33.972 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-15T21:32:34.204 INFO:teuthology.orchestra.run.smithi064.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-04-15T21:32:34.254 INFO:teuthology.orchestra.run.smithi064.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.9 MB/s | 300 kB 00:00 2024-04-15T21:32:34.304 INFO:teuthology.orchestra.run.smithi064.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 63 kB 00:00 2024-04-15T21:32:34.330 INFO:teuthology.orchestra.run.smithi064.stdout:(4/6): libcephsqlite-19.0.0-2114.ga9a752df.el7. 562 kB/s | 164 kB 00:00 2024-04-15T21:32:34.655 INFO:teuthology.orchestra.run.smithi064.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 535 kB/s | 187 kB 00:00 2024-04-15T21:32:37.913 INFO:teuthology.orchestra.run.smithi064.stdout:(6/6): ceph-test-19.0.0-2114.ga9a752df.el7.x86_ 12 MB/s | 48 MB 00:03 2024-04-15T21:32:37.916 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:32:37.916 INFO:teuthology.orchestra.run.smithi064.stdout:Total 12 MB/s | 49 MB 00:03 2024-04-15T21:32:37.931 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-15T21:32:37.955 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-15T21:32:37.955 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-15T21:32:38.356 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-15T21:32:38.356 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-15T21:32:38.961 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-15T21:32:39.061 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T21:32:39.104 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T21:32:39.136 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:32:39.181 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T21:32:39.208 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T21:32:39.251 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:32:39.251 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /sys 2024-04-15T21:32:39.251 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /proc 2024-04-15T21:32:39.251 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /mnt 2024-04-15T21:32:39.251 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /var/tmp 2024-04-15T21:32:39.251 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /home 2024-04-15T21:32:39.251 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /root 2024-04-15T21:32:39.252 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /tmp 2024-04-15T21:32:39.252 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:32:40.177 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T21:32:40.201 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T21:32:40.202 INFO:teuthology.orchestra.run.smithi077.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:32:40.202 INFO:teuthology.orchestra.run.smithi077.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T21:32:40.202 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:32:40.202 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:32:40.202 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:32:40.203 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:32:40.287 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:32:40.288 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:32:41.375 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:32:41.376 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 1/34 2024-04-15T21:32:41.376 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2/34 2024-04-15T21:32:41.376 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 3/34 2024-04-15T21:32:41.376 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 4/34 2024-04-15T21:32:41.376 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 5/34 2024-04-15T21:32:41.376 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 6/34 2024-04-15T21:32:41.376 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:32:41.376 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 8/34 2024-04-15T21:32:41.376 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 9/34 2024-04-15T21:32:41.376 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 10/34 2024-04-15T21:32:41.376 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 11/34 2024-04-15T21:32:41.376 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T21:32:41.376 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 13/34 2024-04-15T21:32:41.377 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T21:32:41.377 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T21:32:41.377 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T21:32:41.377 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T21:32:41.377 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T21:32:41.377 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T21:32:41.377 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T21:32:41.377 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T21:32:41.377 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T21:32:41.377 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T21:32:41.377 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T21:32:41.377 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T21:32:41.377 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T21:32:41.377 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T21:32:41.378 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T21:32:41.378 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T21:32:41.378 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T21:32:41.378 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:32:41.378 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T21:32:41.378 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 33/34 2024-04-15T21:32:42.370 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:32:42.370 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:32:42.370 INFO:teuthology.orchestra.run.smithi077.stdout:Upgraded: 2024-04-15T21:32:42.371 INFO:teuthology.orchestra.run.smithi077.stdout: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:42.371 INFO:teuthology.orchestra.run.smithi077.stdout: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:42.371 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-04-15T21:32:42.371 INFO:teuthology.orchestra.run.smithi077.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T21:32:42.371 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:42.371 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:42.371 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:42.371 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:42.371 INFO:teuthology.orchestra.run.smithi077.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T21:32:42.371 INFO:teuthology.orchestra.run.smithi077.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T21:32:42.371 INFO:teuthology.orchestra.run.smithi077.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T21:32:42.371 INFO:teuthology.orchestra.run.smithi077.stdout: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:42.371 INFO:teuthology.orchestra.run.smithi077.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T21:32:42.371 INFO:teuthology.orchestra.run.smithi077.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T21:32:42.371 INFO:teuthology.orchestra.run.smithi077.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T21:32:42.372 INFO:teuthology.orchestra.run.smithi077.stdout: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:42.372 INFO:teuthology.orchestra.run.smithi077.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T21:32:42.372 INFO:teuthology.orchestra.run.smithi077.stdout: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:42.372 INFO:teuthology.orchestra.run.smithi077.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T21:32:42.372 INFO:teuthology.orchestra.run.smithi077.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T21:32:42.372 INFO:teuthology.orchestra.run.smithi077.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T21:32:42.372 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:42.372 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:42.372 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:42.372 INFO:teuthology.orchestra.run.smithi077.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T21:32:42.372 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:42.372 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:42.372 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:42.372 INFO:teuthology.orchestra.run.smithi077.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T21:32:42.372 INFO:teuthology.orchestra.run.smithi077.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T21:32:42.373 INFO:teuthology.orchestra.run.smithi077.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T21:32:42.373 INFO:teuthology.orchestra.run.smithi077.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T21:32:42.373 INFO:teuthology.orchestra.run.smithi077.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T21:32:42.373 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:32:42.373 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:32:42.646 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-test 2024-04-15T21:32:43.222 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:29 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:32:43.376 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:32:43.376 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:32:43.377 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-04-15T21:32:43.377 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:32:43.377 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-04-15T21:32:43.377 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-test x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 48 M 2024-04-15T21:32:43.377 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-04-15T21:32:43.377 INFO:teuthology.orchestra.run.smithi077.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T21:32:43.377 INFO:teuthology.orchestra.run.smithi077.stdout: libcephsqlite x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 164 k 2024-04-15T21:32:43.377 INFO:teuthology.orchestra.run.smithi077.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-15T21:32:43.377 INFO:teuthology.orchestra.run.smithi077.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-15T21:32:43.377 INFO:teuthology.orchestra.run.smithi077.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-15T21:32:43.377 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:32:43.377 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-15T21:32:43.377 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:32:43.377 INFO:teuthology.orchestra.run.smithi077.stdout:Install 6 Packages 2024-04-15T21:32:43.378 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:32:43.378 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 49 M 2024-04-15T21:32:43.378 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 206 M 2024-04-15T21:32:43.378 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-04-15T21:32:43.924 INFO:teuthology.orchestra.run.smithi077.stdout:(1/6): libcephsqlite-19.0.0-2114.ga9a752df.el7. 591 kB/s | 164 kB 00:00 2024-04-15T21:32:43.933 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T21:32:43.949 INFO:teuthology.orchestra.run.smithi077.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 719 kB/s | 217 kB 00:00 2024-04-15T21:32:44.026 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T21:32:44.033 INFO:teuthology.orchestra.run.smithi077.stdout:(3/6): socat-1.7.4.1-5.el9.x86_64.rpm 2.7 MB/s | 300 kB 00:00 2024-04-15T21:32:44.058 INFO:teuthology.orchestra.run.smithi077.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 576 kB/s | 63 kB 00:00 2024-04-15T21:32:44.183 INFO:teuthology.orchestra.run.smithi077.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-04-15T21:32:45.967 INFO:teuthology.orchestra.run.smithi077.stdout:(6/6): ceph-test-19.0.0-2114.ga9a752df.el7.x86_ 21 MB/s | 48 MB 00:02 2024-04-15T21:32:45.970 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:32:45.970 INFO:teuthology.orchestra.run.smithi077.stdout:Total 19 MB/s | 49 MB 00:02 2024-04-15T21:32:45.985 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-04-15T21:32:46.006 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-04-15T21:32:46.006 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-04-15T21:32:46.392 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-04-15T21:32:46.392 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-04-15T21:32:46.479 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T21:32:46.479 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 1/6 2024-04-15T21:32:46.479 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2/6 2024-04-15T21:32:46.479 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:32:46.479 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-15T21:32:46.479 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-15T21:32:46.912 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-15T21:32:46.912 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:32:46.912 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-15T21:32:46.912 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:46.912 INFO:teuthology.orchestra.run.smithi064.stdout: jq-1.6-16.el9.x86_64 2024-04-15T21:32:46.912 INFO:teuthology.orchestra.run.smithi064.stdout: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:46.912 INFO:teuthology.orchestra.run.smithi064.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T21:32:46.912 INFO:teuthology.orchestra.run.smithi064.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T21:32:46.912 INFO:teuthology.orchestra.run.smithi064.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T21:32:46.912 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:32:46.913 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:32:46.971 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-04-15T21:32:47.068 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T21:32:47.108 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T21:32:47.149 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:32:47.160 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install ceph 2024-04-15T21:32:47.192 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T21:32:47.220 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T21:32:47.749 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:00:44 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:32:47.909 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:32:47.911 INFO:teuthology.orchestra.run.smithi064.stdout:========================================================================================= 2024-04-15T21:32:47.912 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repository Size 2024-04-15T21:32:47.912 INFO:teuthology.orchestra.run.smithi064.stdout:========================================================================================= 2024-04-15T21:32:47.912 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-15T21:32:47.912 INFO:teuthology.orchestra.run.smithi064.stdout: ceph x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 6.6 k 2024-04-15T21:32:47.912 INFO:teuthology.orchestra.run.smithi064.stdout:Installing dependencies: 2024-04-15T21:32:47.912 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mds x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 2.4 M 2024-04-15T21:32:47.912 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mgr x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 1.5 M 2024-04-15T21:32:47.912 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 248 k 2024-04-15T21:32:47.912 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mon x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 4.7 M 2024-04-15T21:32:47.912 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-osd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 17 M 2024-04-15T21:32:47.912 INFO:teuthology.orchestra.run.smithi064.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-15T21:32:47.912 INFO:teuthology.orchestra.run.smithi064.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T21:32:47.912 INFO:teuthology.orchestra.run.smithi064.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T21:32:47.913 INFO:teuthology.orchestra.run.smithi064.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T21:32:47.913 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-15T21:32:47.913 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T21:32:47.913 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T21:32:47.913 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-15T21:32:47.913 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T21:32:47.913 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T21:32:47.913 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-15T21:32:47.913 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T21:32:47.913 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T21:32:47.913 INFO:teuthology.orchestra.run.smithi064.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T21:32:47.913 INFO:teuthology.orchestra.run.smithi064.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-15T21:32:47.913 INFO:teuthology.orchestra.run.smithi064.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-15T21:32:47.913 INFO:teuthology.orchestra.run.smithi064.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T21:32:47.914 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T21:32:47.914 INFO:teuthology.orchestra.run.smithi064.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-15T21:32:47.914 INFO:teuthology.orchestra.run.smithi064.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T21:32:47.914 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T21:32:47.914 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-15T21:32:47.914 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-15T21:32:47.914 INFO:teuthology.orchestra.run.smithi064.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T21:32:47.914 INFO:teuthology.orchestra.run.smithi064.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T21:32:47.914 INFO:teuthology.orchestra.run.smithi064.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-15T21:32:47.914 INFO:teuthology.orchestra.run.smithi064.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-15T21:32:47.914 INFO:teuthology.orchestra.run.smithi064.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T21:32:47.914 INFO:teuthology.orchestra.run.smithi064.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T21:32:47.914 INFO:teuthology.orchestra.run.smithi064.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T21:32:47.915 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:32:47.915 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-15T21:32:47.915 INFO:teuthology.orchestra.run.smithi064.stdout:========================================================================================= 2024-04-15T21:32:47.915 INFO:teuthology.orchestra.run.smithi064.stdout:Install 36 Packages 2024-04-15T21:32:47.915 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:32:47.915 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 30 M 2024-04-15T21:32:47.916 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 107 M 2024-04-15T21:32:47.916 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-15T21:32:48.418 INFO:teuthology.orchestra.run.smithi064.stdout:(1/36): ceph-19.0.0-2114.ga9a752df.el7.x86_64.r 40 kB/s | 6.6 kB 00:00 2024-04-15T21:32:48.627 INFO:teuthology.orchestra.run.smithi064.stdout:(2/36): ceph-mgr-19.0.0-2114.ga9a752df.el7.x86_ 4.0 MB/s | 1.5 MB 00:00 2024-04-15T21:32:49.160 INFO:teuthology.orchestra.run.smithi064.stdout:(3/36): ceph-mon-19.0.0-2114.ga9a752df.el7.x86_ 6.3 MB/s | 4.7 MB 00:00 2024-04-15T21:32:49.235 INFO:teuthology.orchestra.run.smithi064.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2114.ga9a7 3.2 MB/s | 248 kB 00:00 2024-04-15T21:32:49.353 INFO:teuthology.orchestra.run.smithi064.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2024-04-15T21:32:49.444 INFO:teuthology.orchestra.run.smithi064.stdout:(6/36): ceph-mds-19.0.0-2114.ga9a752df.el7.x86_ 2.0 MB/s | 2.4 MB 00:01 2024-04-15T21:32:49.469 INFO:teuthology.orchestra.run.smithi064.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.2 MB/s | 144 kB 00:00 2024-04-15T21:32:49.495 INFO:teuthology.orchestra.run.smithi064.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 631 kB/s | 32 kB 00:00 2024-04-15T21:32:49.520 INFO:teuthology.orchestra.run.smithi064.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 940 kB/s | 47 kB 00:00 2024-04-15T21:32:49.545 INFO:teuthology.orchestra.run.smithi064.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 769 kB/s | 39 kB 00:00 2024-04-15T21:32:49.571 INFO:teuthology.orchestra.run.smithi064.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-04-15T21:32:49.746 INFO:teuthology.orchestra.run.smithi064.stdout:(12/36): ceph-osd-19.0.0-2114.ga9a752df.el7.x86 15 MB/s | 17 MB 00:01 2024-04-15T21:32:49.780 INFO:teuthology.orchestra.run.smithi064.stdout:(13/36): python3-cryptography-36.0.1-4.el9.x86_ 4.9 MB/s | 1.1 MB 00:00 2024-04-15T21:32:49.813 INFO:teuthology.orchestra.run.smithi064.stdout:(14/36): python3-ply-3.11-14.el9.noarch.rpm 426 kB/s | 103 kB 00:00 2024-04-15T21:32:49.839 INFO:teuthology.orchestra.run.smithi064.stdout:(15/36): python3-pycparser-2.20-6.el9.noarch.rp 1.3 MB/s | 124 kB 00:00 2024-04-15T21:32:49.864 INFO:teuthology.orchestra.run.smithi064.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.6 MB/s | 187 kB 00:00 2024-04-15T21:32:49.956 INFO:teuthology.orchestra.run.smithi064.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 191 kB/s | 22 kB 00:00 2024-04-15T21:32:49.981 INFO:teuthology.orchestra.run.smithi064.stdout:(18/36): python3-requests-2.25.1-8.el9.noarch.r 745 kB/s | 125 kB 00:00 2024-04-15T21:32:50.248 INFO:teuthology.orchestra.run.smithi064.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 394 kB/s | 151 kB 00:00 2024-04-15T21:32:50.274 INFO:teuthology.orchestra.run.smithi064.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 137 kB/s | 43 kB 00:00 2024-04-15T21:32:50.365 INFO:teuthology.orchestra.run.smithi064.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 117 kB/s | 11 kB 00:00 2024-04-15T21:32:50.407 INFO:teuthology.orchestra.run.smithi064.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.2 MB/s | 358 kB 00:00 2024-04-15T21:32:50.433 INFO:teuthology.orchestra.run.smithi064.stdout:(23/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 381 kB/s | 172 kB 00:00 2024-04-15T21:32:50.458 INFO:teuthology.orchestra.run.smithi064.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 191 kB/s | 18 kB 00:00 2024-04-15T21:32:50.500 INFO:teuthology.orchestra.run.smithi064.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 251 kB/s | 23 kB 00:00 2024-04-15T21:32:50.525 INFO:teuthology.orchestra.run.smithi064.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 211 kB/s | 19 kB 00:00 2024-04-15T21:32:50.550 INFO:teuthology.orchestra.run.smithi064.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 213 kB/s | 20 kB 00:00 2024-04-15T21:32:50.592 INFO:teuthology.orchestra.run.smithi064.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 503 kB/s | 46 kB 00:00 2024-04-15T21:32:50.618 INFO:teuthology.orchestra.run.smithi064.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 855 kB/s | 79 kB 00:00 2024-04-15T21:32:50.684 INFO:teuthology.orchestra.run.smithi064.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 179 kB/s | 16 kB 00:00 2024-04-15T21:32:50.710 INFO:teuthology.orchestra.run.smithi064.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 978 kB/s | 90 kB 00:00 2024-04-15T21:32:50.777 INFO:teuthology.orchestra.run.smithi064.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 388 kB/s | 36 kB 00:00 2024-04-15T21:32:50.819 INFO:teuthology.orchestra.run.smithi064.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.0 MB/s | 272 kB 00:00 2024-04-15T21:32:50.877 INFO:teuthology.orchestra.run.smithi064.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-04-15T21:32:50.911 INFO:teuthology.orchestra.run.smithi064.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.1 MB/s | 230 kB 00:00 2024-04-15T21:32:50.936 INFO:teuthology.orchestra.run.smithi064.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 171 kB/s | 20 kB 00:00 2024-04-15T21:32:50.939 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:32:50.939 INFO:teuthology.orchestra.run.smithi064.stdout:Total 9.9 MB/s | 30 MB 00:03 2024-04-15T21:32:50.964 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-15T21:32:51.011 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-15T21:32:51.011 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-15T21:32:51.437 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-15T21:32:51.437 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-15T21:32:51.707 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T21:32:51.785 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T21:32:52.764 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-15T21:32:52.822 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T21:32:52.855 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T21:32:52.883 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T21:32:52.957 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T21:32:53.007 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T21:32:53.040 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T21:32:53.136 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T21:32:53.237 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T21:32:53.285 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T21:32:53.360 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T21:32:53.412 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-15T21:32:53.449 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-15T21:32:53.516 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-15T21:32:53.588 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-15T21:32:53.792 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-15T21:32:53.845 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-15T21:32:53.884 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-15T21:32:53.918 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-15T21:32:53.948 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-15T21:32:54.027 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-15T21:32:54.058 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:32:54.100 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-15T21:32:54.140 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-15T21:32:54.184 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-15T21:32:54.190 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T21:32:54.190 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 1/6 2024-04-15T21:32:54.190 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2/6 2024-04-15T21:32:54.190 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:32:54.190 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-15T21:32:54.190 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-15T21:32:54.218 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-15T21:32:54.312 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-15T21:32:54.350 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-15T21:32:54.424 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-15T21:32:54.566 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-15T21:32:54.638 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-15T21:32:54.639 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:32:54.639 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-04-15T21:32:54.639 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:54.639 INFO:teuthology.orchestra.run.smithi077.stdout: jq-1.6-16.el9.x86_64 2024-04-15T21:32:54.639 INFO:teuthology.orchestra.run.smithi077.stdout: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:54.639 INFO:teuthology.orchestra.run.smithi077.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T21:32:54.639 INFO:teuthology.orchestra.run.smithi077.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T21:32:54.639 INFO:teuthology.orchestra.run.smithi077.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T21:32:54.639 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:32:54.639 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:32:54.698 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:32:54.869 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph 2024-04-15T21:32:54.878 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 31/36 2024-04-15T21:32:54.912 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T21:32:54.938 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T21:32:54.938 INFO:teuthology.orchestra.run.smithi064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:32:54.938 INFO:teuthology.orchestra.run.smithi064.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T21:32:54.938 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:32:54.938 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:32:54.939 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:32:55.469 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:41 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:32:55.640 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:32:55.643 INFO:teuthology.orchestra.run.smithi077.stdout:========================================================================================= 2024-04-15T21:32:55.643 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-04-15T21:32:55.643 INFO:teuthology.orchestra.run.smithi077.stdout:========================================================================================= 2024-04-15T21:32:55.643 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-04-15T21:32:55.643 INFO:teuthology.orchestra.run.smithi077.stdout: ceph x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 6.6 k 2024-04-15T21:32:55.643 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-04-15T21:32:55.644 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mds x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 2.4 M 2024-04-15T21:32:55.644 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 1.5 M 2024-04-15T21:32:55.644 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 248 k 2024-04-15T21:32:55.644 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mon x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 4.7 M 2024-04-15T21:32:55.644 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-osd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 17 M 2024-04-15T21:32:55.645 INFO:teuthology.orchestra.run.smithi077.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-15T21:32:55.645 INFO:teuthology.orchestra.run.smithi077.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T21:32:55.645 INFO:teuthology.orchestra.run.smithi077.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T21:32:55.645 INFO:teuthology.orchestra.run.smithi077.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T21:32:55.645 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-15T21:32:55.645 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T21:32:55.646 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T21:32:55.646 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-15T21:32:55.646 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T21:32:55.646 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T21:32:55.646 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-15T21:32:55.647 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T21:32:55.647 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T21:32:55.647 INFO:teuthology.orchestra.run.smithi077.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T21:32:55.647 INFO:teuthology.orchestra.run.smithi077.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-15T21:32:55.647 INFO:teuthology.orchestra.run.smithi077.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-15T21:32:55.647 INFO:teuthology.orchestra.run.smithi077.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T21:32:55.648 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T21:32:55.648 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-15T21:32:55.648 INFO:teuthology.orchestra.run.smithi077.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T21:32:55.648 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T21:32:55.648 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-15T21:32:55.649 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-15T21:32:55.649 INFO:teuthology.orchestra.run.smithi077.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T21:32:55.649 INFO:teuthology.orchestra.run.smithi077.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T21:32:55.649 INFO:teuthology.orchestra.run.smithi077.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-15T21:32:55.649 INFO:teuthology.orchestra.run.smithi077.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-15T21:32:55.649 INFO:teuthology.orchestra.run.smithi077.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T21:32:55.649 INFO:teuthology.orchestra.run.smithi077.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T21:32:55.650 INFO:teuthology.orchestra.run.smithi077.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T21:32:55.650 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:32:55.650 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-15T21:32:55.650 INFO:teuthology.orchestra.run.smithi077.stdout:========================================================================================= 2024-04-15T21:32:55.650 INFO:teuthology.orchestra.run.smithi077.stdout:Install 36 Packages 2024-04-15T21:32:55.651 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:32:55.652 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 30 M 2024-04-15T21:32:55.652 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 107 M 2024-04-15T21:32:55.652 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-04-15T21:32:56.455 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T21:32:56.482 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T21:32:56.482 INFO:teuthology.orchestra.run.smithi064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:32:56.482 INFO:teuthology.orchestra.run.smithi064.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T21:32:56.482 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:32:56.482 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:32:56.482 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:32:56.604 INFO:teuthology.orchestra.run.smithi077.stdout:(1/36): ceph-19.0.0-2114.ga9a752df.el7.x86_64.r 23 kB/s | 6.6 kB 00:00 2024-04-15T21:32:56.964 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T21:32:56.987 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T21:32:56.987 INFO:teuthology.orchestra.run.smithi064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:32:56.987 INFO:teuthology.orchestra.run.smithi064.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T21:32:56.987 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:32:56.987 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:32:56.987 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:32:57.232 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T21:32:57.255 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T21:32:57.256 INFO:teuthology.orchestra.run.smithi064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:32:57.256 INFO:teuthology.orchestra.run.smithi064.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T21:32:57.256 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:32:57.256 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:32:57.256 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:32:57.324 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T21:32:57.387 INFO:teuthology.orchestra.run.smithi077.stdout:(2/36): ceph-mgr-19.0.0-2114.ga9a752df.el7.x86_ 1.4 MB/s | 1.5 MB 00:01 2024-04-15T21:32:57.546 INFO:teuthology.orchestra.run.smithi077.stdout:(3/36): ceph-mds-19.0.0-2114.ga9a752df.el7.x86_ 1.9 MB/s | 2.4 MB 00:01 2024-04-15T21:32:57.696 INFO:teuthology.orchestra.run.smithi077.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2114.ga9a7 1.6 MB/s | 248 kB 00:00 2024-04-15T21:32:57.963 INFO:teuthology.orchestra.run.smithi077.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 701 kB/s | 187 kB 00:00 2024-04-15T21:32:58.038 INFO:teuthology.orchestra.run.smithi077.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.9 MB/s | 144 kB 00:00 2024-04-15T21:32:58.105 INFO:teuthology.orchestra.run.smithi077.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 475 kB/s | 32 kB 00:00 2024-04-15T21:32:58.172 INFO:teuthology.orchestra.run.smithi077.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 710 kB/s | 47 kB 00:00 2024-04-15T21:32:58.231 INFO:teuthology.orchestra.run.smithi077.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 663 kB/s | 39 kB 00:00 2024-04-15T21:32:58.306 INFO:teuthology.orchestra.run.smithi077.stdout:(10/36): ceph-mon-19.0.0-2114.ga9a752df.el7.x86 2.8 MB/s | 4.7 MB 00:01 2024-04-15T21:32:58.332 INFO:teuthology.orchestra.run.smithi077.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.3 MB/s | 241 kB 00:00 2024-04-15T21:32:58.490 INFO:teuthology.orchestra.run.smithi077.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 6.3 MB/s | 1.1 MB 00:00 2024-04-15T21:32:58.515 INFO:teuthology.orchestra.run.smithi077.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 561 kB/s | 103 kB 00:00 2024-04-15T21:32:58.557 INFO:teuthology.orchestra.run.smithi077.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 1.8 MB/s | 124 kB 00:00 2024-04-15T21:32:58.599 INFO:teuthology.orchestra.run.smithi077.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.2 MB/s | 187 kB 00:00 2024-04-15T21:32:58.804 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T21:32:58.804 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 1/36 2024-04-15T21:32:58.804 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2/36 2024-04-15T21:32:58.804 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 3/36 2024-04-15T21:32:58.804 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 4/36 2024-04-15T21:32:58.804 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 5/36 2024-04-15T21:32:58.804 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 6/36 2024-04-15T21:32:58.804 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-15T21:32:58.804 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-15T21:32:58.805 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-15T21:32:58.805 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-15T21:32:58.805 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T21:32:58.805 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-15T21:32:58.805 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-15T21:32:58.805 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-15T21:32:58.805 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-15T21:32:58.805 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-15T21:32:58.805 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-15T21:32:58.805 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T21:32:58.805 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T21:32:58.805 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T21:32:58.805 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:32:58.805 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T21:32:58.805 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T21:32:58.805 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T21:32:58.806 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T21:32:58.807 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T21:32:58.807 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T21:32:58.807 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T21:32:58.807 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T21:32:58.807 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:32:58.807 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T21:32:58.807 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T21:32:58.807 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T21:32:58.807 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T21:32:58.807 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T21:32:58.925 INFO:teuthology.orchestra.run.smithi077.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 68 kB/s | 22 kB 00:00 2024-04-15T21:32:59.508 INFO:teuthology.orchestra.run.smithi077.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 259 kB/s | 151 kB 00:00 2024-04-15T21:32:59.652 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T21:32:59.652 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:32:59.652 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-15T21:32:59.652 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:59.652 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:59.652 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:59.653 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:32:59.653 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:59.653 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:32:59.653 INFO:teuthology.orchestra.run.smithi064.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T21:32:59.653 INFO:teuthology.orchestra.run.smithi064.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T21:32:59.653 INFO:teuthology.orchestra.run.smithi064.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T21:32:59.653 INFO:teuthology.orchestra.run.smithi064.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T21:32:59.653 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T21:32:59.653 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T21:32:59.653 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T21:32:59.653 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T21:32:59.653 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T21:32:59.653 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T21:32:59.653 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T21:32:59.654 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T21:32:59.654 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T21:32:59.654 INFO:teuthology.orchestra.run.smithi064.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T21:32:59.654 INFO:teuthology.orchestra.run.smithi064.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T21:32:59.654 INFO:teuthology.orchestra.run.smithi064.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T21:32:59.654 INFO:teuthology.orchestra.run.smithi064.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T21:32:59.654 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T21:32:59.654 INFO:teuthology.orchestra.run.smithi064.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T21:32:59.654 INFO:teuthology.orchestra.run.smithi064.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T21:32:59.654 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T21:32:59.654 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T21:32:59.654 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T21:32:59.654 INFO:teuthology.orchestra.run.smithi064.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T21:32:59.654 INFO:teuthology.orchestra.run.smithi064.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T21:32:59.654 INFO:teuthology.orchestra.run.smithi064.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T21:32:59.655 INFO:teuthology.orchestra.run.smithi064.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T21:32:59.655 INFO:teuthology.orchestra.run.smithi064.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T21:32:59.655 INFO:teuthology.orchestra.run.smithi064.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T21:32:59.655 INFO:teuthology.orchestra.run.smithi064.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T21:32:59.655 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:32:59.655 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:32:59.700 INFO:teuthology.orchestra.run.smithi077.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 227 kB/s | 43 kB 00:00 2024-04-15T21:32:59.809 INFO:teuthology.orchestra.run.smithi077.stdout:(19/36): python3-requests-2.25.1-8.el9.noarch.r 100 kB/s | 125 kB 00:01 2024-04-15T21:32:59.884 INFO:teuthology.orchestra.run.smithi077.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 936 kB/s | 172 kB 00:00 2024-04-15T21:33:00.004 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install ceph-base 2024-04-15T21:33:00.026 INFO:teuthology.orchestra.run.smithi077.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 92 kB/s | 11 kB 00:00 2024-04-15T21:33:00.118 INFO:teuthology.orchestra.run.smithi077.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 193 kB/s | 18 kB 00:00 2024-04-15T21:33:00.226 INFO:teuthology.orchestra.run.smithi077.stdout:(23/36): python3-jaraco-collections-3.0.0-8.el9 214 kB/s | 23 kB 00:00 2024-04-15T21:33:00.327 INFO:teuthology.orchestra.run.smithi077.stdout:(24/36): python3-jaraco-functools-3.5.0-2.el9.n 194 kB/s | 19 kB 00:00 2024-04-15T21:33:00.435 INFO:teuthology.orchestra.run.smithi077.stdout:(25/36): python3-jaraco-text-3.2.0-6.el9.noarch 181 kB/s | 20 kB 00:00 2024-04-15T21:33:00.535 INFO:teuthology.orchestra.run.smithi077.stdout:(26/36): python3-cherrypy-18.6.1-2.el9.noarch.r 494 kB/s | 358 kB 00:00 2024-04-15T21:33:00.552 INFO:teuthology.orchestra.run.smithi077.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 397 kB/s | 46 kB 00:00 2024-04-15T21:33:00.594 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:00:57 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:00.661 INFO:teuthology.orchestra.run.smithi077.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 630 kB/s | 79 kB 00:00 2024-04-15T21:33:00.695 INFO:teuthology.orchestra.run.smithi064.stdout:Package ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:33:00.711 INFO:teuthology.orchestra.run.smithi077.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-04-15T21:33:00.751 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:00.752 INFO:teuthology.orchestra.run.smithi064.stdout:Nothing to do. 2024-04-15T21:33:00.752 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:00.762 INFO:teuthology.orchestra.run.smithi077.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 164 kB/s | 16 kB 00:00 2024-04-15T21:33:00.829 INFO:teuthology.orchestra.run.smithi077.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 770 kB/s | 90 kB 00:00 2024-04-15T21:33:00.830 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install cephadm 2024-04-15T21:33:00.862 INFO:teuthology.orchestra.run.smithi077.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 357 kB/s | 36 kB 00:00 2024-04-15T21:33:00.971 INFO:teuthology.orchestra.run.smithi077.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.6 MB/s | 230 kB 00:00 2024-04-15T21:33:01.071 INFO:teuthology.orchestra.run.smithi077.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 200 kB/s | 20 kB 00:00 2024-04-15T21:33:01.096 INFO:teuthology.orchestra.run.smithi077.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.8 MB/s | 427 kB 00:00 2024-04-15T21:33:01.414 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:00:58 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:01.572 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:01.572 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:01.572 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repository Size 2024-04-15T21:33:01.572 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:01.573 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-15T21:33:01.573 INFO:teuthology.orchestra.run.smithi064.stdout: cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 749 k 2024-04-15T21:33:01.573 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:01.573 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-15T21:33:01.573 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:01.573 INFO:teuthology.orchestra.run.smithi064.stdout:Install 1 Package 2024-04-15T21:33:01.573 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:01.573 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 749 k 2024-04-15T21:33:01.573 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 755 k 2024-04-15T21:33:01.573 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-15T21:33:01.663 INFO:teuthology.orchestra.run.smithi077.stdout:(36/36): ceph-osd-19.0.0-2114.ga9a752df.el7.x86 3.9 MB/s | 17 MB 00:04 2024-04-15T21:33:01.670 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:01.670 INFO:teuthology.orchestra.run.smithi077.stdout:Total 5.0 MB/s | 30 MB 00:06 2024-04-15T21:33:01.696 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-04-15T21:33:01.738 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-04-15T21:33:01.738 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-04-15T21:33:02.139 INFO:teuthology.orchestra.run.smithi064.stdout:cephadm-19.0.0-2114.ga9a752df.el7.noarch.rpm 1.3 MB/s | 749 kB 00:00 2024-04-15T21:33:02.140 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:02.140 INFO:teuthology.orchestra.run.smithi064.stdout:Total 1.3 MB/s | 749 kB 00:00 2024-04-15T21:33:02.141 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-15T21:33:02.146 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-15T21:33:02.146 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-15T21:33:02.152 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-15T21:33:02.153 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-15T21:33:02.153 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-04-15T21:33:02.153 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-04-15T21:33:02.229 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-15T21:33:02.808 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:33:02.905 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:33:03.289 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:33:03.476 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-04-15T21:33:03.541 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T21:33:03.550 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:33:03.550 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:03.550 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-15T21:33:03.550 INFO:teuthology.orchestra.run.smithi064.stdout: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:33:03.550 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:03.550 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:03.573 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T21:33:03.601 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T21:33:03.672 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T21:33:03.725 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T21:33:03.736 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T21:33:03.758 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T21:33:03.851 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T21:33:03.928 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T21:33:03.969 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T21:33:04.042 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T21:33:04.095 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-15T21:33:04.133 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-15T21:33:04.182 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-15T21:33:04.252 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-15T21:33:04.321 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:01 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:04.440 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-15T21:33:04.479 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:04.480 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:04.480 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repo Size 2024-04-15T21:33:04.480 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:04.480 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-15T21:33:04.480 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 145 k 2024-04-15T21:33:04.480 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:04.480 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-15T21:33:04.480 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:04.480 INFO:teuthology.orchestra.run.smithi064.stdout:Install 1 Package 2024-04-15T21:33:04.481 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:04.481 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 145 k 2024-04-15T21:33:04.481 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 435 k 2024-04-15T21:33:04.481 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-15T21:33:04.487 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-15T21:33:04.517 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-15T21:33:04.552 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-15T21:33:04.581 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-15T21:33:04.649 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-15T21:33:04.683 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:33:04.717 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-15T21:33:04.757 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-15T21:33:04.792 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-15T21:33:04.827 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-15T21:33:04.829 INFO:teuthology.orchestra.run.smithi064.stdout:ceph-immutable-object-cache-19.0.0-2114.ga9a752 416 kB/s | 145 kB 00:00 2024-04-15T21:33:04.830 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:04.830 INFO:teuthology.orchestra.run.smithi064.stdout:Total 414 kB/s | 145 kB 00:00 2024-04-15T21:33:04.831 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-15T21:33:04.839 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-15T21:33:04.839 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-15T21:33:04.894 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-15T21:33:04.894 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-15T21:33:04.917 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-15T21:33:04.958 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-15T21:33:05.030 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-15T21:33:05.046 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-15T21:33:05.113 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:33:05.138 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:33:05.138 INFO:teuthology.orchestra.run.smithi064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:33:05.139 INFO:teuthology.orchestra.run.smithi064.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T21:33:05.139 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:05.167 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-15T21:33:05.291 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:33:05.449 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 31/36 2024-04-15T21:33:05.478 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T21:33:05.504 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T21:33:05.505 INFO:teuthology.orchestra.run.smithi077.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:33:05.505 INFO:teuthology.orchestra.run.smithi077.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T21:33:05.505 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:33:05.505 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:33:05.505 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:06.240 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:33:06.240 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:06.240 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-15T21:33:06.241 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:33:06.241 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:06.241 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:06.487 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install ceph-mgr 2024-04-15T21:33:06.954 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T21:33:06.982 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T21:33:06.982 INFO:teuthology.orchestra.run.smithi077.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:33:06.982 INFO:teuthology.orchestra.run.smithi077.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T21:33:06.982 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:33:06.983 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:33:06.983 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:07.079 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:04 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:07.182 INFO:teuthology.orchestra.run.smithi064.stdout:Package ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:33:07.237 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:07.238 INFO:teuthology.orchestra.run.smithi064.stdout:Nothing to do. 2024-04-15T21:33:07.239 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:07.312 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T21:33:07.422 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T21:33:07.446 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T21:33:07.446 INFO:teuthology.orchestra.run.smithi077.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:33:07.446 INFO:teuthology.orchestra.run.smithi077.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T21:33:07.446 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:33:07.446 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:33:07.446 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:07.672 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T21:33:07.696 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T21:33:07.696 INFO:teuthology.orchestra.run.smithi077.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:33:07.696 INFO:teuthology.orchestra.run.smithi077.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T21:33:07.696 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:33:07.696 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:33:07.696 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:07.761 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T21:33:07.896 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:04 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:08.055 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:08.056 INFO:teuthology.orchestra.run.smithi064.stdout:====================================================================================== 2024-04-15T21:33:08.056 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repository Size 2024-04-15T21:33:08.056 INFO:teuthology.orchestra.run.smithi064.stdout:====================================================================================== 2024-04-15T21:33:08.056 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-15T21:33:08.056 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 3.5 M 2024-04-15T21:33:08.056 INFO:teuthology.orchestra.run.smithi064.stdout:Installing dependencies: 2024-04-15T21:33:08.056 INFO:teuthology.orchestra.run.smithi064.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T21:33:08.056 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 32 k 2024-04-15T21:33:08.057 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 15 k 2024-04-15T21:33:08.057 INFO:teuthology.orchestra.run.smithi064.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T21:33:08.057 INFO:teuthology.orchestra.run.smithi064.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-15T21:33:08.057 INFO:teuthology.orchestra.run.smithi064.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T21:33:08.057 INFO:teuthology.orchestra.run.smithi064.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T21:33:08.057 INFO:teuthology.orchestra.run.smithi064.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T21:33:08.057 INFO:teuthology.orchestra.run.smithi064.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-15T21:33:08.057 INFO:teuthology.orchestra.run.smithi064.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T21:33:08.057 INFO:teuthology.orchestra.run.smithi064.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T21:33:08.057 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:08.057 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-15T21:33:08.057 INFO:teuthology.orchestra.run.smithi064.stdout:====================================================================================== 2024-04-15T21:33:08.057 INFO:teuthology.orchestra.run.smithi064.stdout:Install 12 Packages 2024-04-15T21:33:08.058 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:08.058 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 8.6 M 2024-04-15T21:33:08.058 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 103 M 2024-04-15T21:33:08.058 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-15T21:33:08.610 INFO:teuthology.orchestra.run.smithi064.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2114.ga9 121 kB/s | 32 kB 00:00 2024-04-15T21:33:08.625 INFO:teuthology.orchestra.run.smithi064.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2114.ga9a 55 kB/s | 15 kB 00:00 2024-04-15T21:33:08.892 INFO:teuthology.orchestra.run.smithi064.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 891 kB/s | 238 kB 00:00 2024-04-15T21:33:08.926 INFO:teuthology.orchestra.run.smithi064.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.2 MB/s | 1.0 MB 00:00 2024-04-15T21:33:09.134 INFO:teuthology.orchestra.run.smithi064.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.5 MB/s | 863 kB 00:00 2024-04-15T21:33:09.334 INFO:teuthology.orchestra.run.smithi064.stdout:(6/12): ceph-mgr-dashboard-19.0.0-2114.ga9a752d 3.6 MB/s | 3.5 MB 00:00 2024-04-15T21:33:09.393 INFO:teuthology.orchestra.run.smithi064.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 75 kB/s | 19 kB 00:00 2024-04-15T21:33:09.555 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T21:33:09.555 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 1/36 2024-04-15T21:33:09.555 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2/36 2024-04-15T21:33:09.555 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 3/36 2024-04-15T21:33:09.555 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 4/36 2024-04-15T21:33:09.555 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 5/36 2024-04-15T21:33:09.556 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 6/36 2024-04-15T21:33:09.556 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-15T21:33:09.556 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-15T21:33:09.556 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-15T21:33:09.556 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-15T21:33:09.556 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T21:33:09.556 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-15T21:33:09.556 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-15T21:33:09.556 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-15T21:33:09.556 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-15T21:33:09.556 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-15T21:33:09.556 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-15T21:33:09.556 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T21:33:09.556 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T21:33:09.556 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T21:33:09.557 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:33:09.557 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T21:33:09.557 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T21:33:09.557 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T21:33:09.557 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T21:33:09.557 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T21:33:09.557 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T21:33:09.558 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T21:33:09.558 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T21:33:09.558 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:33:09.558 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T21:33:09.558 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T21:33:09.558 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T21:33:09.558 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T21:33:09.559 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T21:33:09.602 INFO:teuthology.orchestra.run.smithi064.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 811 kB/s | 548 kB 00:00 2024-04-15T21:33:09.702 INFO:teuthology.orchestra.run.smithi064.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 308 kB/s | 31 kB 00:00 2024-04-15T21:33:09.752 INFO:teuthology.orchestra.run.smithi064.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 403 kB/s | 144 kB 00:00 2024-04-15T21:33:09.836 INFO:teuthology.orchestra.run.smithi064.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.4 MB/s | 188 kB 00:00 2024-04-15T21:33:10.094 INFO:teuthology.orchestra.run.smithi064.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.7 MB/s | 2.0 MB 00:00 2024-04-15T21:33:10.097 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:10.097 INFO:teuthology.orchestra.run.smithi064.stdout:Total 4.2 MB/s | 8.6 MB 00:02 2024-04-15T21:33:10.116 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-15T21:33:10.136 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-15T21:33:10.136 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-15T21:33:10.322 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-15T21:33:10.323 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-15T21:33:10.649 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T21:33:10.649 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:10.649 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-04-15T21:33:10.649 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:33:10.649 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:33:10.649 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:33:10.649 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:33:10.649 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:33:10.649 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:33:10.650 INFO:teuthology.orchestra.run.smithi077.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T21:33:10.650 INFO:teuthology.orchestra.run.smithi077.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T21:33:10.650 INFO:teuthology.orchestra.run.smithi077.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T21:33:10.650 INFO:teuthology.orchestra.run.smithi077.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T21:33:10.650 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T21:33:10.650 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T21:33:10.650 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T21:33:10.650 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T21:33:10.650 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T21:33:10.650 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T21:33:10.650 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T21:33:10.650 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T21:33:10.650 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T21:33:10.650 INFO:teuthology.orchestra.run.smithi077.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T21:33:10.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T21:33:10.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T21:33:10.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T21:33:10.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T21:33:10.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T21:33:10.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T21:33:10.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T21:33:10.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T21:33:10.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T21:33:10.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T21:33:10.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T21:33:10.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T21:33:10.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T21:33:10.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T21:33:10.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T21:33:10.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T21:33:10.652 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:10.652 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:33:10.861 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-15T21:33:10.945 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T21:33:11.009 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-base 2024-04-15T21:33:11.013 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T21:33:11.062 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T21:33:11.107 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T21:33:11.206 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T21:33:11.338 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T21:33:11.432 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T21:33:11.479 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T21:33:11.515 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:33:11.556 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 10/12 2024-04-15T21:33:11.601 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:57 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:33:11.701 INFO:teuthology.orchestra.run.smithi077.stdout:Package ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:33:11.753 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:33:11.753 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-04-15T21:33:11.754 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:33:11.821 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install cephadm 2024-04-15T21:33:12.396 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:58 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:33:12.549 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:33:12.550 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:33:12.550 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-04-15T21:33:12.550 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:33:12.550 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-04-15T21:33:12.550 INFO:teuthology.orchestra.run.smithi077.stdout: cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 749 k 2024-04-15T21:33:12.550 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:12.550 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-15T21:33:12.550 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:33:12.550 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2024-04-15T21:33:12.550 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:12.550 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 749 k 2024-04-15T21:33:12.550 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 755 k 2024-04-15T21:33:12.551 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-04-15T21:33:12.659 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 11/12 2024-04-15T21:33:12.698 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T21:33:12.846 INFO:teuthology.orchestra.run.smithi077.stdout:cephadm-19.0.0-2114.ga9a752df.el7.noarch.rpm 2.5 MB/s | 749 kB 00:00 2024-04-15T21:33:12.846 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:12.847 INFO:teuthology.orchestra.run.smithi077.stdout:Total 2.5 MB/s | 749 kB 00:00 2024-04-15T21:33:12.847 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-04-15T21:33:12.852 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-04-15T21:33:12.852 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-04-15T21:33:12.857 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-04-15T21:33:12.858 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-04-15T21:33:12.929 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-04-15T21:33:13.397 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:33:13.476 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:33:13.879 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:33:13.999 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T21:33:13.999 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 1/12 2024-04-15T21:33:14.000 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 2/12 2024-04-15T21:33:14.000 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 3/12 2024-04-15T21:33:14.000 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T21:33:14.000 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T21:33:14.000 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T21:33:14.000 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T21:33:14.000 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T21:33:14.000 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:33:14.000 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T21:33:14.000 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T21:33:14.144 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:33:14.145 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:14.145 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-04-15T21:33:14.145 INFO:teuthology.orchestra.run.smithi077.stdout: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:33:14.145 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:14.145 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:33:14.340 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T21:33:14.341 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T21:33:14.341 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:14.341 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-15T21:33:14.341 INFO:teuthology.orchestra.run.smithi064.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T21:33:14.342 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:33:14.342 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:33:14.342 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:33:14.342 INFO:teuthology.orchestra.run.smithi064.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T21:33:14.342 INFO:teuthology.orchestra.run.smithi064.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T21:33:14.342 INFO:teuthology.orchestra.run.smithi064.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T21:33:14.342 INFO:teuthology.orchestra.run.smithi064.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T21:33:14.342 INFO:teuthology.orchestra.run.smithi064.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T21:33:14.342 INFO:teuthology.orchestra.run.smithi064.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T21:33:14.342 INFO:teuthology.orchestra.run.smithi064.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T21:33:14.342 INFO:teuthology.orchestra.run.smithi064.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T21:33:14.342 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:14.342 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:14.587 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T21:33:14.923 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:00 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:33:15.076 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:33:15.076 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:33:15.077 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repo Size 2024-04-15T21:33:15.077 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:33:15.077 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-04-15T21:33:15.077 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 145 k 2024-04-15T21:33:15.077 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:15.077 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-15T21:33:15.077 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:33:15.077 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2024-04-15T21:33:15.077 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:15.078 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 145 k 2024-04-15T21:33:15.078 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 435 k 2024-04-15T21:33:15.078 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-04-15T21:33:15.176 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:12 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:15.333 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:15.334 INFO:teuthology.orchestra.run.smithi064.stdout:============================================================================================ 2024-04-15T21:33:15.334 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repository Size 2024-04-15T21:33:15.334 INFO:teuthology.orchestra.run.smithi064.stdout:============================================================================================ 2024-04-15T21:33:15.334 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-15T21:33:15.334 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 7.4 M 2024-04-15T21:33:15.334 INFO:teuthology.orchestra.run.smithi064.stdout:Installing dependencies: 2024-04-15T21:33:15.335 INFO:teuthology.orchestra.run.smithi064.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-15T21:33:15.335 INFO:teuthology.orchestra.run.smithi064.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-15T21:33:15.335 INFO:teuthology.orchestra.run.smithi064.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-15T21:33:15.335 INFO:teuthology.orchestra.run.smithi064.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T21:33:15.335 INFO:teuthology.orchestra.run.smithi064.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T21:33:15.335 INFO:teuthology.orchestra.run.smithi064.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-15T21:33:15.335 INFO:teuthology.orchestra.run.smithi064.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-15T21:33:15.335 INFO:teuthology.orchestra.run.smithi064.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T21:33:15.335 INFO:teuthology.orchestra.run.smithi064.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-15T21:33:15.335 INFO:teuthology.orchestra.run.smithi064.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-15T21:33:15.335 INFO:teuthology.orchestra.run.smithi064.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-15T21:33:15.335 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:15.335 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-15T21:33:15.335 INFO:teuthology.orchestra.run.smithi064.stdout:============================================================================================ 2024-04-15T21:33:15.336 INFO:teuthology.orchestra.run.smithi064.stdout:Install 12 Packages 2024-04-15T21:33:15.336 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:15.336 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 37 M 2024-04-15T21:33:15.336 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 209 M 2024-04-15T21:33:15.336 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-15T21:33:15.526 INFO:teuthology.orchestra.run.smithi077.stdout:ceph-immutable-object-cache-19.0.0-2114.ga9a752 323 kB/s | 145 kB 00:00 2024-04-15T21:33:15.527 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:15.527 INFO:teuthology.orchestra.run.smithi077.stdout:Total 322 kB/s | 145 kB 00:00 2024-04-15T21:33:15.527 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-04-15T21:33:15.535 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-04-15T21:33:15.535 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-04-15T21:33:15.588 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-04-15T21:33:15.588 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-04-15T21:33:15.730 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-04-15T21:33:15.794 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:33:15.820 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:33:15.820 INFO:teuthology.orchestra.run.smithi077.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:33:15.820 INFO:teuthology.orchestra.run.smithi077.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T21:33:15.820 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:15.830 INFO:teuthology.orchestra.run.smithi064.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 193 kB/s | 32 kB 00:00 2024-04-15T21:33:15.870 INFO:teuthology.orchestra.run.smithi064.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 460 kB/s | 17 kB 00:00 2024-04-15T21:33:15.945 INFO:teuthology.orchestra.run.smithi064.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-04-15T21:33:15.962 INFO:teuthology.orchestra.run.smithi064.stdout:(4/12): openblas-0.3.21-2.el9.x86_64.rpm 379 kB/s | 34 kB 00:00 2024-04-15T21:33:16.180 INFO:teuthology.orchestra.run.smithi064.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 20 MB/s | 4.7 MB 00:00 2024-04-15T21:33:16.247 INFO:teuthology.orchestra.run.smithi064.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 17 MB/s | 4.8 MB 00:00 2024-04-15T21:33:16.272 INFO:teuthology.orchestra.run.smithi064.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-04-15T21:33:16.722 INFO:teuthology.orchestra.run.smithi064.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 33 MB/s | 16 MB 00:00 2024-04-15T21:33:16.752 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:33:16.752 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:16.752 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-04-15T21:33:16.752 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:33:16.752 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:16.752 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:33:16.839 INFO:teuthology.orchestra.run.smithi064.stdout:(9/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.4 MB/s | 803 kB 00:00 2024-04-15T21:33:16.931 INFO:teuthology.orchestra.run.smithi064.stdout:(10/12): ceph-mgr-diskprediction-local-19.0.0-2 5.8 MB/s | 7.4 MB 00:01 2024-04-15T21:33:16.956 INFO:teuthology.orchestra.run.smithi064.stdout:(11/12): libquadmath-11.4.1-3.el9.x86_64.rpm 836 kB/s | 195 kB 00:00 2024-04-15T21:33:16.973 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-mgr 2024-04-15T21:33:17.006 INFO:teuthology.orchestra.run.smithi064.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.4 MB/s | 245 kB 00:00 2024-04-15T21:33:17.008 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:17.009 INFO:teuthology.orchestra.run.smithi064.stdout:Total 22 MB/s | 37 MB 00:01 2024-04-15T21:33:17.051 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-15T21:33:17.076 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-15T21:33:17.076 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-15T21:33:17.449 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-15T21:33:17.450 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-15T21:33:17.564 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:03 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:33:17.663 INFO:teuthology.orchestra.run.smithi077.stdout:Package ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:33:17.715 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:33:17.716 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-04-15T21:33:17.716 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:33:17.787 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T21:33:18.170 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-15T21:33:18.230 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-15T21:33:18.262 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T21:33:18.355 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:04 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:33:18.362 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:33:18.398 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T21:33:18.505 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:33:18.506 INFO:teuthology.orchestra.run.smithi077.stdout:====================================================================================== 2024-04-15T21:33:18.506 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-04-15T21:33:18.506 INFO:teuthology.orchestra.run.smithi077.stdout:====================================================================================== 2024-04-15T21:33:18.507 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-04-15T21:33:18.507 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 3.5 M 2024-04-15T21:33:18.507 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-04-15T21:33:18.507 INFO:teuthology.orchestra.run.smithi077.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T21:33:18.507 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 32 k 2024-04-15T21:33:18.507 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 15 k 2024-04-15T21:33:18.507 INFO:teuthology.orchestra.run.smithi077.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T21:33:18.507 INFO:teuthology.orchestra.run.smithi077.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-15T21:33:18.507 INFO:teuthology.orchestra.run.smithi077.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T21:33:18.507 INFO:teuthology.orchestra.run.smithi077.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T21:33:18.507 INFO:teuthology.orchestra.run.smithi077.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T21:33:18.507 INFO:teuthology.orchestra.run.smithi077.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-15T21:33:18.507 INFO:teuthology.orchestra.run.smithi077.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T21:33:18.507 INFO:teuthology.orchestra.run.smithi077.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T21:33:18.507 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:18.508 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-15T21:33:18.508 INFO:teuthology.orchestra.run.smithi077.stdout:====================================================================================== 2024-04-15T21:33:18.508 INFO:teuthology.orchestra.run.smithi077.stdout:Install 12 Packages 2024-04-15T21:33:18.508 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:18.508 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 8.6 M 2024-04-15T21:33:18.508 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 103 M 2024-04-15T21:33:18.508 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-04-15T21:33:18.582 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:33:18.613 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:33:18.692 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T21:33:19.130 INFO:teuthology.orchestra.run.smithi077.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2114.ga9 166 kB/s | 32 kB 00:00 2024-04-15T21:33:19.147 INFO:teuthology.orchestra.run.smithi077.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2114.ga9a 74 kB/s | 15 kB 00:00 2024-04-15T21:33:19.281 INFO:teuthology.orchestra.run.smithi077.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.7 MB/s | 238 kB 00:00 2024-04-15T21:33:19.323 INFO:teuthology.orchestra.run.smithi077.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.3 MB/s | 1.0 MB 00:00 2024-04-15T21:33:19.418 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T21:33:19.531 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T21:33:19.531 INFO:teuthology.orchestra.run.smithi077.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.4 MB/s | 863 kB 00:00 2024-04-15T21:33:19.640 INFO:teuthology.orchestra.run.smithi077.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.7 MB/s | 548 kB 00:00 2024-04-15T21:33:19.665 INFO:teuthology.orchestra.run.smithi077.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 145 kB/s | 19 kB 00:00 2024-04-15T21:33:19.790 INFO:teuthology.orchestra.run.smithi077.stdout:(8/12): ceph-mgr-dashboard-19.0.0-2114.ga9a752d 4.1 MB/s | 3.5 MB 00:00 2024-04-15T21:33:19.816 INFO:teuthology.orchestra.run.smithi077.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 961 kB/s | 144 kB 00:00 2024-04-15T21:33:19.866 INFO:teuthology.orchestra.run.smithi077.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 9.0 MB/s | 2.0 MB 00:00 2024-04-15T21:33:19.924 INFO:teuthology.orchestra.run.smithi077.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.7 MB/s | 188 kB 00:00 2024-04-15T21:33:19.966 INFO:teuthology.orchestra.run.smithi077.stdout:(12/12): python3-repoze-lru-0.7-16.el9.noarch.r 175 kB/s | 31 kB 00:00 2024-04-15T21:33:19.969 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:19.969 INFO:teuthology.orchestra.run.smithi077.stdout:Total 5.9 MB/s | 8.6 MB 00:01 2024-04-15T21:33:19.988 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-04-15T21:33:20.005 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-04-15T21:33:20.005 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-04-15T21:33:20.175 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-04-15T21:33:20.175 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-04-15T21:33:20.703 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-04-15T21:33:20.775 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T21:33:20.811 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T21:33:20.823 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T21:33:20.857 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T21:33:20.887 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T21:33:20.995 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T21:33:21.120 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T21:33:21.214 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T21:33:21.258 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T21:33:21.286 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:33:21.318 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 10/12 2024-04-15T21:33:21.901 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T21:33:21.930 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T21:33:22.350 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 11/12 2024-04-15T21:33:22.378 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T21:33:23.655 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T21:33:23.655 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 1/12 2024-04-15T21:33:23.655 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 2/12 2024-04-15T21:33:23.655 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 3/12 2024-04-15T21:33:23.655 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T21:33:23.655 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T21:33:23.655 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T21:33:23.655 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T21:33:23.655 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T21:33:23.655 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:33:23.655 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T21:33:23.656 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T21:33:24.002 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T21:33:24.002 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:24.002 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-04-15T21:33:24.002 INFO:teuthology.orchestra.run.smithi077.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T21:33:24.002 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:33:24.002 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:33:24.003 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:33:24.003 INFO:teuthology.orchestra.run.smithi077.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T21:33:24.003 INFO:teuthology.orchestra.run.smithi077.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T21:33:24.003 INFO:teuthology.orchestra.run.smithi077.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T21:33:24.003 INFO:teuthology.orchestra.run.smithi077.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T21:33:24.003 INFO:teuthology.orchestra.run.smithi077.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T21:33:24.003 INFO:teuthology.orchestra.run.smithi077.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T21:33:24.003 INFO:teuthology.orchestra.run.smithi077.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T21:33:24.003 INFO:teuthology.orchestra.run.smithi077.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T21:33:24.003 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:24.003 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:33:24.257 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T21:33:24.497 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T21:33:24.497 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 1/12 2024-04-15T21:33:24.497 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-15T21:33:24.497 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:33:24.497 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-15T21:33:24.497 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:33:24.498 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:33:24.498 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-15T21:33:24.498 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-15T21:33:24.498 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-15T21:33:24.498 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-15T21:33:24.498 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-15T21:33:24.830 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:10 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:33:24.943 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-15T21:33:24.943 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:24.943 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-15T21:33:24.943 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:33:24.943 INFO:teuthology.orchestra.run.smithi064.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T21:33:24.943 INFO:teuthology.orchestra.run.smithi064.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T21:33:24.943 INFO:teuthology.orchestra.run.smithi064.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T21:33:24.944 INFO:teuthology.orchestra.run.smithi064.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T21:33:24.944 INFO:teuthology.orchestra.run.smithi064.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T21:33:24.944 INFO:teuthology.orchestra.run.smithi064.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T21:33:24.944 INFO:teuthology.orchestra.run.smithi064.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T21:33:24.944 INFO:teuthology.orchestra.run.smithi064.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T21:33:24.944 INFO:teuthology.orchestra.run.smithi064.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T21:33:24.944 INFO:teuthology.orchestra.run.smithi064.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T21:33:24.944 INFO:teuthology.orchestra.run.smithi064.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T21:33:24.944 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:24.944 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:24.981 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:33:24.982 INFO:teuthology.orchestra.run.smithi077.stdout:============================================================================================ 2024-04-15T21:33:24.982 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-04-15T21:33:24.982 INFO:teuthology.orchestra.run.smithi077.stdout:============================================================================================ 2024-04-15T21:33:24.982 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-04-15T21:33:24.982 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 7.4 M 2024-04-15T21:33:24.982 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-04-15T21:33:24.982 INFO:teuthology.orchestra.run.smithi077.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-15T21:33:24.982 INFO:teuthology.orchestra.run.smithi077.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-15T21:33:24.982 INFO:teuthology.orchestra.run.smithi077.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-15T21:33:24.983 INFO:teuthology.orchestra.run.smithi077.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T21:33:24.983 INFO:teuthology.orchestra.run.smithi077.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T21:33:24.983 INFO:teuthology.orchestra.run.smithi077.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-15T21:33:24.983 INFO:teuthology.orchestra.run.smithi077.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-15T21:33:24.983 INFO:teuthology.orchestra.run.smithi077.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T21:33:24.983 INFO:teuthology.orchestra.run.smithi077.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-15T21:33:24.983 INFO:teuthology.orchestra.run.smithi077.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-15T21:33:24.983 INFO:teuthology.orchestra.run.smithi077.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-15T21:33:24.983 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:24.983 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-15T21:33:24.983 INFO:teuthology.orchestra.run.smithi077.stdout:============================================================================================ 2024-04-15T21:33:24.983 INFO:teuthology.orchestra.run.smithi077.stdout:Install 12 Packages 2024-04-15T21:33:24.983 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:24.984 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 37 M 2024-04-15T21:33:24.984 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 209 M 2024-04-15T21:33:24.984 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-04-15T21:33:25.285 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install ceph-mgr-rook 2024-04-15T21:33:25.540 INFO:teuthology.orchestra.run.smithi077.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 191 kB/s | 32 kB 00:00 2024-04-15T21:33:25.590 INFO:teuthology.orchestra.run.smithi077.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 343 kB/s | 17 kB 00:00 2024-04-15T21:33:25.649 INFO:teuthology.orchestra.run.smithi077.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 593 kB/s | 34 kB 00:00 2024-04-15T21:33:25.716 INFO:teuthology.orchestra.run.smithi077.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 8.7 MB/s | 3.0 MB 00:00 2024-04-15T21:33:25.880 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:22 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:25.949 INFO:teuthology.orchestra.run.smithi077.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 16 MB/s | 4.7 MB 00:00 2024-04-15T21:33:26.008 INFO:teuthology.orchestra.run.smithi077.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 16 MB/s | 4.8 MB 00:00 2024-04-15T21:33:26.033 INFO:teuthology.orchestra.run.smithi077.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.6 MB/s | 217 kB 00:00 2024-04-15T21:33:26.042 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:26.043 INFO:teuthology.orchestra.run.smithi064.stdout:======================================================================================== 2024-04-15T21:33:26.043 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repository Size 2024-04-15T21:33:26.043 INFO:teuthology.orchestra.run.smithi064.stdout:======================================================================================== 2024-04-15T21:33:26.043 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-15T21:33:26.043 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mgr-rook noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 49 k 2024-04-15T21:33:26.043 INFO:teuthology.orchestra.run.smithi064.stdout:Installing dependencies: 2024-04-15T21:33:26.044 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T21:33:26.044 INFO:teuthology.orchestra.run.smithi064.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T21:33:26.044 INFO:teuthology.orchestra.run.smithi064.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T21:33:26.044 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-15T21:33:26.044 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-15T21:33:26.044 INFO:teuthology.orchestra.run.smithi064.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T21:33:26.044 INFO:teuthology.orchestra.run.smithi064.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-15T21:33:26.044 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-15T21:33:26.044 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-15T21:33:26.044 INFO:teuthology.orchestra.run.smithi064.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-15T21:33:26.044 INFO:teuthology.orchestra.run.smithi064.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T21:33:26.044 INFO:teuthology.orchestra.run.smithi064.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T21:33:26.044 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:26.044 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-15T21:33:26.045 INFO:teuthology.orchestra.run.smithi064.stdout:======================================================================================== 2024-04-15T21:33:26.045 INFO:teuthology.orchestra.run.smithi064.stdout:Install 13 Packages 2024-04-15T21:33:26.045 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:26.045 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 2.0 M 2024-04-15T21:33:26.045 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 26 M 2024-04-15T21:33:26.045 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-15T21:33:26.258 INFO:teuthology.orchestra.run.smithi077.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-21 8.4 MB/s | 7.4 MB 00:00 2024-04-15T21:33:26.501 INFO:teuthology.orchestra.run.smithi077.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 32 MB/s | 16 MB 00:00 2024-04-15T21:33:26.605 INFO:teuthology.orchestra.run.smithi064.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 183 kB/s | 24 kB 00:00 2024-04-15T21:33:26.630 INFO:teuthology.orchestra.run.smithi064.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 114 kB/s | 18 kB 00:00 2024-04-15T21:33:26.714 INFO:teuthology.orchestra.run.smithi064.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.6 MB/s | 132 kB 00:00 2024-04-15T21:33:26.730 INFO:teuthology.orchestra.run.smithi064.stdout:(4/13): ceph-mgr-rook-19.0.0-2114.ga9a752df.el7 190 kB/s | 49 kB 00:00 2024-04-15T21:33:26.764 INFO:teuthology.orchestra.run.smithi064.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.3 MB/s | 174 kB 00:00 2024-04-15T21:33:26.789 INFO:teuthology.orchestra.run.smithi064.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.7 MB/s | 211 kB 00:00 2024-04-15T21:33:26.806 INFO:teuthology.orchestra.run.smithi064.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 565 kB/s | 43 kB 00:00 2024-04-15T21:33:26.976 INFO:teuthology.orchestra.run.smithi077.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 273 kB/s | 195 kB 00:00 2024-04-15T21:33:27.015 INFO:teuthology.orchestra.run.smithi064.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 129 kB/s | 32 kB 00:00 2024-04-15T21:33:27.040 INFO:teuthology.orchestra.run.smithi064.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 64 kB/s | 15 kB 00:00 2024-04-15T21:33:27.051 INFO:teuthology.orchestra.run.smithi077.stdout:(11/12): libgfortran-11.4.1-3.el9.x86_64.rpm 790 kB/s | 803 kB 00:01 2024-04-15T21:33:27.216 INFO:teuthology.orchestra.run.smithi064.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 496 kB/s | 203 kB 00:00 2024-04-15T21:33:27.519 INFO:teuthology.orchestra.run.smithi064.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 2.0 MB/s | 1.0 MB 00:00 2024-04-15T21:33:27.550 INFO:teuthology.orchestra.run.smithi064.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 116 kB/s | 59 kB 00:00 2024-04-15T21:33:27.568 INFO:teuthology.orchestra.run.smithi077.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 230 kB/s | 245 kB 00:01 2024-04-15T21:33:27.571 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:27.571 INFO:teuthology.orchestra.run.smithi077.stdout:Total 14 MB/s | 37 MB 00:02 2024-04-15T21:33:27.575 INFO:teuthology.orchestra.run.smithi064.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 250 kB/s | 90 kB 00:00 2024-04-15T21:33:27.580 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:27.580 INFO:teuthology.orchestra.run.smithi064.stdout:Total 1.3 MB/s | 2.0 MB 00:01 2024-04-15T21:33:27.580 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-15T21:33:27.594 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-15T21:33:27.594 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-15T21:33:27.617 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-04-15T21:33:27.643 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-04-15T21:33:27.643 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-04-15T21:33:27.692 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-15T21:33:27.692 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-15T21:33:27.995 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-04-15T21:33:27.995 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-04-15T21:33:28.222 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-15T21:33:28.396 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T21:33:28.452 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T21:33:28.509 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T21:33:28.544 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T21:33:28.586 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T21:33:28.684 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T21:33:28.696 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-04-15T21:33:28.782 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-15T21:33:28.793 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T21:33:28.814 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T21:33:28.855 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T21:33:28.922 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:33:28.958 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T21:33:29.134 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:33:29.174 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:33:29.250 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T21:33:29.633 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T21:33:29.684 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T21:33:29.718 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T21:33:29.767 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T21:33:29.796 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T21:33:29.888 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T21:33:30.010 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T21:33:30.574 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T21:33:30.574 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 1/13 2024-04-15T21:33:30.574 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T21:33:30.574 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T21:33:30.574 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T21:33:30.575 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T21:33:30.575 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T21:33:30.575 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T21:33:30.575 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T21:33:30.575 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T21:33:30.575 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T21:33:30.575 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T21:33:30.575 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T21:33:30.923 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T21:33:30.923 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:30.924 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-15T21:33:30.924 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:33:30.924 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T21:33:30.924 INFO:teuthology.orchestra.run.smithi064.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T21:33:30.924 INFO:teuthology.orchestra.run.smithi064.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T21:33:30.924 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T21:33:30.924 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T21:33:30.924 INFO:teuthology.orchestra.run.smithi064.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T21:33:30.924 INFO:teuthology.orchestra.run.smithi064.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T21:33:30.924 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T21:33:30.924 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T21:33:30.924 INFO:teuthology.orchestra.run.smithi064.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T21:33:30.924 INFO:teuthology.orchestra.run.smithi064.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T21:33:30.924 INFO:teuthology.orchestra.run.smithi064.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T21:33:30.925 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:30.925 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:31.182 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T21:33:31.213 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T21:33:31.771 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:28 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:31.930 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:31.930 INFO:teuthology.orchestra.run.smithi064.stdout:======================================================================================== 2024-04-15T21:33:31.931 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repository Size 2024-04-15T21:33:31.931 INFO:teuthology.orchestra.run.smithi064.stdout:======================================================================================== 2024-04-15T21:33:31.931 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-15T21:33:31.931 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 139 k 2024-04-15T21:33:31.931 INFO:teuthology.orchestra.run.smithi064.stdout:Installing dependencies: 2024-04-15T21:33:31.931 INFO:teuthology.orchestra.run.smithi064.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T21:33:31.931 INFO:teuthology.orchestra.run.smithi064.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-15T21:33:31.931 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T21:33:31.931 INFO:teuthology.orchestra.run.smithi064.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T21:33:31.931 INFO:teuthology.orchestra.run.smithi064.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T21:33:31.931 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:31.931 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-15T21:33:31.931 INFO:teuthology.orchestra.run.smithi064.stdout:======================================================================================== 2024-04-15T21:33:31.932 INFO:teuthology.orchestra.run.smithi064.stdout:Install 6 Packages 2024-04-15T21:33:31.932 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:31.932 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 6.8 M 2024-04-15T21:33:31.932 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 33 M 2024-04-15T21:33:31.932 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-15T21:33:32.235 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T21:33:32.265 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T21:33:32.527 INFO:teuthology.orchestra.run.smithi064.stdout:(1/6): python3-babel-2.9.1-2.el9.noarch.rpm 20 MB/s | 5.8 MB 00:00 2024-04-15T21:33:32.552 INFO:teuthology.orchestra.run.smithi064.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 775 kB/s | 248 kB 00:00 2024-04-15T21:33:32.660 INFO:teuthology.orchestra.run.smithi064.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2114.ga9a752df.e 325 kB/s | 139 kB 00:00 2024-04-15T21:33:32.836 INFO:teuthology.orchestra.run.smithi064.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.7 MB/s | 548 kB 00:00 2024-04-15T21:33:32.877 INFO:teuthology.orchestra.run.smithi064.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 236 kB/s | 51 kB 00:00 2024-04-15T21:33:32.903 INFO:teuthology.orchestra.run.smithi064.stdout:(6/6): python3-natsort-7.1.1-5.el9.noarch.rpm 177 kB/s | 58 kB 00:00 2024-04-15T21:33:32.905 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:32.905 INFO:teuthology.orchestra.run.smithi064.stdout:Total 7.0 MB/s | 6.8 MB 00:00 2024-04-15T21:33:32.919 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-15T21:33:32.929 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-15T21:33:32.930 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-15T21:33:33.023 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-15T21:33:33.024 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-15T21:33:33.331 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-15T21:33:33.501 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T21:33:33.555 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T21:33:34.123 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T21:33:34.211 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T21:33:34.288 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T21:33:34.317 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T21:33:34.752 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T21:33:34.752 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 1/12 2024-04-15T21:33:34.753 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-15T21:33:34.753 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:33:34.753 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-15T21:33:34.753 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:33:34.753 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:33:34.753 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-15T21:33:34.753 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-15T21:33:34.753 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-15T21:33:34.753 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-15T21:33:34.753 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-15T21:33:35.093 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T21:33:35.093 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/6 2024-04-15T21:33:35.093 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T21:33:35.093 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T21:33:35.093 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T21:33:35.093 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T21:33:35.194 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-15T21:33:35.194 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:35.194 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-04-15T21:33:35.195 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:33:35.195 INFO:teuthology.orchestra.run.smithi077.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T21:33:35.195 INFO:teuthology.orchestra.run.smithi077.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T21:33:35.195 INFO:teuthology.orchestra.run.smithi077.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T21:33:35.195 INFO:teuthology.orchestra.run.smithi077.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T21:33:35.195 INFO:teuthology.orchestra.run.smithi077.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T21:33:35.195 INFO:teuthology.orchestra.run.smithi077.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T21:33:35.195 INFO:teuthology.orchestra.run.smithi077.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T21:33:35.195 INFO:teuthology.orchestra.run.smithi077.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T21:33:35.195 INFO:teuthology.orchestra.run.smithi077.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T21:33:35.195 INFO:teuthology.orchestra.run.smithi077.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T21:33:35.195 INFO:teuthology.orchestra.run.smithi077.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T21:33:35.195 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:35.195 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:33:35.389 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T21:33:35.389 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:35.389 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-15T21:33:35.389 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:33:35.389 INFO:teuthology.orchestra.run.smithi064.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T21:33:35.389 INFO:teuthology.orchestra.run.smithi064.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T21:33:35.389 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T21:33:35.390 INFO:teuthology.orchestra.run.smithi064.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T21:33:35.390 INFO:teuthology.orchestra.run.smithi064.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T21:33:35.390 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:35.390 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:35.576 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-mgr-rook 2024-04-15T21:33:35.629 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install ceph-fuse 2024-04-15T21:33:36.172 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:22 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:33:36.218 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:33 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:36.326 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:33:36.327 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================== 2024-04-15T21:33:36.327 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-04-15T21:33:36.327 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================== 2024-04-15T21:33:36.327 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-04-15T21:33:36.327 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-rook noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 49 k 2024-04-15T21:33:36.327 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-04-15T21:33:36.327 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T21:33:36.327 INFO:teuthology.orchestra.run.smithi077.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T21:33:36.327 INFO:teuthology.orchestra.run.smithi077.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T21:33:36.327 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-15T21:33:36.328 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-15T21:33:36.328 INFO:teuthology.orchestra.run.smithi077.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T21:33:36.328 INFO:teuthology.orchestra.run.smithi077.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-15T21:33:36.328 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-15T21:33:36.328 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-15T21:33:36.328 INFO:teuthology.orchestra.run.smithi077.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-15T21:33:36.328 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T21:33:36.328 INFO:teuthology.orchestra.run.smithi077.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T21:33:36.328 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:36.328 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-15T21:33:36.328 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================== 2024-04-15T21:33:36.328 INFO:teuthology.orchestra.run.smithi077.stdout:Install 13 Packages 2024-04-15T21:33:36.328 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:36.329 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 2.0 M 2024-04-15T21:33:36.329 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 26 M 2024-04-15T21:33:36.329 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-04-15T21:33:36.378 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:36.379 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:36.379 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repository Size 2024-04-15T21:33:36.379 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:36.379 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-15T21:33:36.379 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 891 k 2024-04-15T21:33:36.379 INFO:teuthology.orchestra.run.smithi064.stdout:Installing dependencies: 2024-04-15T21:33:36.379 INFO:teuthology.orchestra.run.smithi064.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-15T21:33:36.379 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:36.379 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-15T21:33:36.380 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:36.380 INFO:teuthology.orchestra.run.smithi064.stdout:Install 2 Packages 2024-04-15T21:33:36.380 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:36.380 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 969 k 2024-04-15T21:33:36.380 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 2.8 M 2024-04-15T21:33:36.380 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-15T21:33:36.505 INFO:teuthology.orchestra.run.smithi064.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 635 kB/s | 79 kB 00:00 2024-04-15T21:33:36.540 INFO:teuthology.orchestra.run.smithi077.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 142 kB/s | 18 kB 00:00 2024-04-15T21:33:36.566 INFO:teuthology.orchestra.run.smithi077.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 160 kB/s | 24 kB 00:00 2024-04-15T21:33:36.616 INFO:teuthology.orchestra.run.smithi077.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-04-15T21:33:36.641 INFO:teuthology.orchestra.run.smithi077.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-04-15T21:33:36.666 INFO:teuthology.orchestra.run.smithi077.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-04-15T21:33:36.692 INFO:teuthology.orchestra.run.smithi077.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 858 kB/s | 43 kB 00:00 2024-04-15T21:33:36.717 INFO:teuthology.orchestra.run.smithi077.stdout:(7/13): ceph-mgr-rook-19.0.0-2114.ga9a752df.el7 162 kB/s | 49 kB 00:00 2024-04-15T21:33:36.838 INFO:teuthology.orchestra.run.smithi064.stdout:(2/2): ceph-fuse-19.0.0-2114.ga9a752df.el7.x86_ 1.9 MB/s | 891 kB 00:00 2024-04-15T21:33:36.839 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:36.840 INFO:teuthology.orchestra.run.smithi064.stdout:Total 2.1 MB/s | 969 kB 00:00 2024-04-15T21:33:36.840 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-15T21:33:36.861 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-15T21:33:36.861 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-15T21:33:36.918 INFO:teuthology.orchestra.run.smithi077.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 66 kB/s | 15 kB 00:00 2024-04-15T21:33:36.937 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-15T21:33:36.938 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-15T21:33:36.943 INFO:teuthology.orchestra.run.smithi077.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 117 kB/s | 32 kB 00:00 2024-04-15T21:33:37.068 INFO:teuthology.orchestra.run.smithi077.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 473 kB/s | 59 kB 00:00 2024-04-15T21:33:37.094 INFO:teuthology.orchestra.run.smithi077.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 539 kB/s | 203 kB 00:00 2024-04-15T21:33:37.116 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-15T21:33:37.194 INFO:teuthology.orchestra.run.smithi077.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 716 kB/s | 90 kB 00:00 2024-04-15T21:33:37.261 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T21:33:37.340 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T21:33:37.510 INFO:teuthology.orchestra.run.smithi077.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.7 MB/s | 1.0 MB 00:00 2024-04-15T21:33:37.515 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:37.515 INFO:teuthology.orchestra.run.smithi077.stdout:Total 1.7 MB/s | 2.0 MB 00:01 2024-04-15T21:33:37.515 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-04-15T21:33:37.529 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-04-15T21:33:37.529 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-04-15T21:33:37.623 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-04-15T21:33:37.627 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-04-15T21:33:38.014 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T21:33:38.015 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/2 2024-04-15T21:33:38.136 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-04-15T21:33:38.306 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T21:33:38.338 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T21:33:38.338 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:38.338 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-15T21:33:38.338 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T21:33:38.339 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:38.339 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:38.362 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T21:33:38.417 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T21:33:38.454 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T21:33:38.495 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T21:33:38.590 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T21:33:38.637 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install ceph-volume 2024-04-15T21:33:38.697 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T21:33:38.746 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T21:33:39.234 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:36 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:39.394 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:39.395 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:39.395 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repository Size 2024-04-15T21:33:39.395 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:39.395 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-15T21:33:39.395 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-volume noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 264 k 2024-04-15T21:33:39.395 INFO:teuthology.orchestra.run.smithi064.stdout:Installing dependencies: 2024-04-15T21:33:39.395 INFO:teuthology.orchestra.run.smithi064.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-15T21:33:39.395 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:39.395 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-15T21:33:39.396 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:39.396 INFO:teuthology.orchestra.run.smithi064.stdout:Install 2 Packages 2024-04-15T21:33:39.396 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:39.396 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 332 k 2024-04-15T21:33:39.396 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 1.5 M 2024-04-15T21:33:39.396 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-15T21:33:39.467 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T21:33:39.517 INFO:teuthology.orchestra.run.smithi064.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 567 kB/s | 69 kB 00:00 2024-04-15T21:33:39.518 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T21:33:39.554 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T21:33:39.601 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T21:33:39.622 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T21:33:39.768 INFO:teuthology.orchestra.run.smithi064.stdout:(2/2): ceph-volume-19.0.0-2114.ga9a752df.el7.no 710 kB/s | 264 kB 00:00 2024-04-15T21:33:39.769 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:39.770 INFO:teuthology.orchestra.run.smithi064.stdout:Total 888 kB/s | 332 kB 00:00 2024-04-15T21:33:39.770 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-15T21:33:39.779 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-15T21:33:39.779 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-15T21:33:39.821 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-15T21:33:39.821 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-15T21:33:39.985 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-15T21:33:40.176 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T21:33:40.220 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T21:33:40.237 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T21:33:40.237 INFO:teuthology.orchestra.run.smithi064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:33:40.237 INFO:teuthology.orchestra.run.smithi064.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T21:33:40.237 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:40.387 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T21:33:40.387 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 1/13 2024-04-15T21:33:40.387 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T21:33:40.387 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T21:33:40.387 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T21:33:40.387 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T21:33:40.387 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T21:33:40.387 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T21:33:40.387 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T21:33:40.387 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T21:33:40.388 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T21:33:40.388 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T21:33:40.388 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T21:33:40.751 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T21:33:40.751 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:40.751 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-04-15T21:33:40.751 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:33:40.751 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T21:33:40.751 INFO:teuthology.orchestra.run.smithi077.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T21:33:40.751 INFO:teuthology.orchestra.run.smithi077.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T21:33:40.751 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T21:33:40.752 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T21:33:40.752 INFO:teuthology.orchestra.run.smithi077.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T21:33:40.752 INFO:teuthology.orchestra.run.smithi077.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T21:33:40.752 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T21:33:40.752 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T21:33:40.752 INFO:teuthology.orchestra.run.smithi077.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T21:33:40.752 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T21:33:40.752 INFO:teuthology.orchestra.run.smithi077.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T21:33:40.752 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:40.752 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:33:40.956 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 1/2 2024-04-15T21:33:41.003 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T21:33:41.305 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T21:33:41.306 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:41.306 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-15T21:33:41.306 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:33:41.306 INFO:teuthology.orchestra.run.smithi064.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T21:33:41.306 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:41.306 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:41.573 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:27 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:33:41.619 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install librados-devel 2024-04-15T21:33:41.724 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:33:41.725 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================== 2024-04-15T21:33:41.725 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-04-15T21:33:41.725 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================== 2024-04-15T21:33:41.726 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-04-15T21:33:41.726 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 139 k 2024-04-15T21:33:41.726 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-04-15T21:33:41.726 INFO:teuthology.orchestra.run.smithi077.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T21:33:41.726 INFO:teuthology.orchestra.run.smithi077.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-15T21:33:41.726 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T21:33:41.726 INFO:teuthology.orchestra.run.smithi077.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T21:33:41.726 INFO:teuthology.orchestra.run.smithi077.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T21:33:41.726 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:41.726 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-15T21:33:41.726 INFO:teuthology.orchestra.run.smithi077.stdout:======================================================================================== 2024-04-15T21:33:41.726 INFO:teuthology.orchestra.run.smithi077.stdout:Install 6 Packages 2024-04-15T21:33:41.726 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:41.727 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 6.8 M 2024-04-15T21:33:41.727 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 33 M 2024-04-15T21:33:41.727 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-04-15T21:33:42.218 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:39 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:42.380 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:42.381 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:42.381 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repo Size 2024-04-15T21:33:42.381 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:42.381 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-15T21:33:42.381 INFO:teuthology.orchestra.run.smithi064.stdout: librados-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 127 k 2024-04-15T21:33:42.381 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:42.381 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-15T21:33:42.381 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:42.381 INFO:teuthology.orchestra.run.smithi064.stdout:Install 1 Package 2024-04-15T21:33:42.382 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:42.382 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 127 k 2024-04-15T21:33:42.382 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 456 k 2024-04-15T21:33:42.382 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-15T21:33:42.528 INFO:teuthology.orchestra.run.smithi077.stdout:(1/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 5.8 MB 00:00 2024-04-15T21:33:42.653 INFO:teuthology.orchestra.run.smithi077.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2114.ga9a752df.e 325 kB/s | 139 kB 00:00 2024-04-15T21:33:42.726 INFO:teuthology.orchestra.run.smithi064.stdout:librados-devel-19.0.0-2114.ga9a752df.el7.x86_64 369 kB/s | 127 kB 00:00 2024-04-15T21:33:42.726 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:42.727 INFO:teuthology.orchestra.run.smithi064.stdout:Total 367 kB/s | 127 kB 00:00 2024-04-15T21:33:42.727 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-15T21:33:42.733 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-15T21:33:42.733 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-15T21:33:42.792 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-15T21:33:42.792 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-15T21:33:42.995 INFO:teuthology.orchestra.run.smithi077.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 169 kB/s | 58 kB 00:00 2024-04-15T21:33:43.007 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-15T21:33:43.119 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:43.187 INFO:teuthology.orchestra.run.smithi077.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 862 kB/s | 548 kB 00:00 2024-04-15T21:33:43.296 INFO:teuthology.orchestra.run.smithi077.stdout:(5/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 231 kB/s | 248 kB 00:01 2024-04-15T21:33:43.338 INFO:teuthology.orchestra.run.smithi077.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 149 kB/s | 51 kB 00:00 2024-04-15T21:33:43.340 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:43.340 INFO:teuthology.orchestra.run.smithi077.stdout:Total 4.2 MB/s | 6.8 MB 00:01 2024-04-15T21:33:43.356 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-04-15T21:33:43.369 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-04-15T21:33:43.369 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-04-15T21:33:43.463 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-04-15T21:33:43.464 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-04-15T21:33:43.573 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:43.767 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-04-15T21:33:43.903 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:43.903 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:43.903 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-15T21:33:43.903 INFO:teuthology.orchestra.run.smithi064.stdout: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:33:43.903 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:43.903 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:43.928 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T21:33:43.972 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T21:33:44.122 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install libcephfs2 2024-04-15T21:33:44.494 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T21:33:44.574 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T21:33:44.637 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T21:33:44.685 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T21:33:44.715 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:41 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:44.823 INFO:teuthology.orchestra.run.smithi064.stdout:Package libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:33:44.879 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:44.922 INFO:teuthology.orchestra.run.smithi064.stdout:Nothing to do. 2024-04-15T21:33:44.922 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:44.946 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install libcephfs-devel 2024-04-15T21:33:45.454 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T21:33:45.455 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/6 2024-04-15T21:33:45.455 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T21:33:45.455 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T21:33:45.455 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T21:33:45.455 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T21:33:45.555 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:42 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:45.714 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:45.715 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:45.715 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repo Size 2024-04-15T21:33:45.715 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:45.715 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-15T21:33:45.715 INFO:teuthology.orchestra.run.smithi064.stdout: libcephfs-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 32 k 2024-04-15T21:33:45.715 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:45.715 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-15T21:33:45.715 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:45.715 INFO:teuthology.orchestra.run.smithi064.stdout:Install 1 Package 2024-04-15T21:33:45.715 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:45.715 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 32 k 2024-04-15T21:33:45.715 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 142 k 2024-04-15T21:33:45.716 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-15T21:33:45.749 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T21:33:45.750 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:45.750 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-04-15T21:33:45.750 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:33:45.750 INFO:teuthology.orchestra.run.smithi077.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T21:33:45.750 INFO:teuthology.orchestra.run.smithi077.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T21:33:45.750 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T21:33:45.750 INFO:teuthology.orchestra.run.smithi077.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T21:33:45.750 INFO:teuthology.orchestra.run.smithi077.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T21:33:45.750 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:45.750 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:33:45.879 INFO:teuthology.orchestra.run.smithi064.stdout:libcephfs-devel-19.0.0-2114.ga9a752df.el7.x86_6 194 kB/s | 32 kB 00:00 2024-04-15T21:33:45.880 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:45.880 INFO:teuthology.orchestra.run.smithi064.stdout:Total 192 kB/s | 32 kB 00:00 2024-04-15T21:33:45.880 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-15T21:33:45.884 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-15T21:33:45.884 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-15T21:33:45.917 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-15T21:33:45.917 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-15T21:33:45.993 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-fuse 2024-04-15T21:33:46.016 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-15T21:33:46.130 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:46.538 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:46.572 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:32 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:33:46.724 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:33:46.724 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:33:46.725 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-04-15T21:33:46.725 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:33:46.725 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-04-15T21:33:46.725 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 891 k 2024-04-15T21:33:46.725 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-04-15T21:33:46.725 INFO:teuthology.orchestra.run.smithi077.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-15T21:33:46.725 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:46.725 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-15T21:33:46.725 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:33:46.725 INFO:teuthology.orchestra.run.smithi077.stdout:Install 2 Packages 2024-04-15T21:33:46.725 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:46.726 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 969 k 2024-04-15T21:33:46.726 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 2.8 M 2024-04-15T21:33:46.726 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-04-15T21:33:46.777 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:46.777 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:46.777 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-15T21:33:46.777 INFO:teuthology.orchestra.run.smithi064.stdout: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:33:46.777 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:46.777 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:46.847 INFO:teuthology.orchestra.run.smithi077.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 650 kB/s | 79 kB 00:00 2024-04-15T21:33:46.951 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install librados2 2024-04-15T21:33:47.047 INFO:teuthology.orchestra.run.smithi077.stdout:(2/2): ceph-fuse-19.0.0-2114.ga9a752df.el7.x86_ 2.7 MB/s | 891 kB 00:00 2024-04-15T21:33:47.048 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:47.049 INFO:teuthology.orchestra.run.smithi077.stdout:Total 2.9 MB/s | 969 kB 00:00 2024-04-15T21:33:47.049 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-04-15T21:33:47.069 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-04-15T21:33:47.069 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-04-15T21:33:47.142 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-04-15T21:33:47.142 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-04-15T21:33:47.330 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-04-15T21:33:47.475 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T21:33:47.544 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:44 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:47.547 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T21:33:47.646 INFO:teuthology.orchestra.run.smithi064.stdout:Package librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:33:47.701 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:47.702 INFO:teuthology.orchestra.run.smithi064.stdout:Nothing to do. 2024-04-15T21:33:47.702 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:47.760 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install librbd1 2024-04-15T21:33:48.275 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T21:33:48.275 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/2 2024-04-15T21:33:48.348 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:45 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:48.450 INFO:teuthology.orchestra.run.smithi064.stdout:Package librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:33:48.507 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:48.508 INFO:teuthology.orchestra.run.smithi064.stdout:Nothing to do. 2024-04-15T21:33:48.508 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:48.569 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install python3-rados 2024-04-15T21:33:48.590 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T21:33:48.590 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:48.590 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-04-15T21:33:48.590 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T21:33:48.590 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:48.591 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:33:48.886 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-volume 2024-04-15T21:33:49.163 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:46 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:49.266 INFO:teuthology.orchestra.run.smithi064.stdout:Package python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:33:49.321 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:49.322 INFO:teuthology.orchestra.run.smithi064.stdout:Nothing to do. 2024-04-15T21:33:49.322 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:49.385 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install python3-rgw 2024-04-15T21:33:49.482 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:35 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:33:49.637 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:33:49.638 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:33:49.638 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-04-15T21:33:49.638 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:33:49.638 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-04-15T21:33:49.638 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-volume noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 264 k 2024-04-15T21:33:49.638 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-04-15T21:33:49.638 INFO:teuthology.orchestra.run.smithi077.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-15T21:33:49.638 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:49.638 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-15T21:33:49.638 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:33:49.638 INFO:teuthology.orchestra.run.smithi077.stdout:Install 2 Packages 2024-04-15T21:33:49.639 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:49.639 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 332 k 2024-04-15T21:33:49.639 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 1.5 M 2024-04-15T21:33:49.639 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-04-15T21:33:49.760 INFO:teuthology.orchestra.run.smithi077.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 572 kB/s | 69 kB 00:00 2024-04-15T21:33:49.970 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:46 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:50.074 INFO:teuthology.orchestra.run.smithi064.stdout:Package python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:33:50.118 INFO:teuthology.orchestra.run.smithi077.stdout:(2/2): ceph-volume-19.0.0-2114.ga9a752df.el7.no 551 kB/s | 264 kB 00:00 2024-04-15T21:33:50.119 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:50.120 INFO:teuthology.orchestra.run.smithi077.stdout:Total 691 kB/s | 332 kB 00:00 2024-04-15T21:33:50.120 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-04-15T21:33:50.128 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-04-15T21:33:50.128 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-04-15T21:33:50.128 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:50.130 INFO:teuthology.orchestra.run.smithi064.stdout:Nothing to do. 2024-04-15T21:33:50.130 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:50.168 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-04-15T21:33:50.168 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-04-15T21:33:50.193 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install python3-cephfs 2024-04-15T21:33:50.316 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-04-15T21:33:50.500 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T21:33:50.529 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T21:33:50.546 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T21:33:50.546 INFO:teuthology.orchestra.run.smithi077.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:33:50.546 INFO:teuthology.orchestra.run.smithi077.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T21:33:50.546 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:50.781 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:47 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:50.888 INFO:teuthology.orchestra.run.smithi064.stdout:Package python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:33:50.945 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:50.946 INFO:teuthology.orchestra.run.smithi064.stdout:Nothing to do. 2024-04-15T21:33:50.946 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:51.010 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install python3-rbd 2024-04-15T21:33:51.290 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 1/2 2024-04-15T21:33:51.602 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:48 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:51.641 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T21:33:51.641 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:51.641 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-04-15T21:33:51.641 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:33:51.642 INFO:teuthology.orchestra.run.smithi077.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T21:33:51.642 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:51.642 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:33:51.704 INFO:teuthology.orchestra.run.smithi064.stdout:Package python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:33:51.760 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:51.761 INFO:teuthology.orchestra.run.smithi064.stdout:Nothing to do. 2024-04-15T21:33:51.761 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:51.822 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install rbd-fuse 2024-04-15T21:33:51.951 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install librados-devel 2024-04-15T21:33:52.411 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:49 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:52.545 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:38 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:33:52.568 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:52.568 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:52.568 INFO:teuthology.orchestra.run.smithi064.stdout: Package Architecture Version Repository Size 2024-04-15T21:33:52.568 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:52.568 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-15T21:33:52.568 INFO:teuthology.orchestra.run.smithi064.stdout: rbd-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 85 k 2024-04-15T21:33:52.569 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:52.569 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-15T21:33:52.569 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:52.569 INFO:teuthology.orchestra.run.smithi064.stdout:Install 1 Package 2024-04-15T21:33:52.569 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:52.570 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 85 k 2024-04-15T21:33:52.570 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 231 k 2024-04-15T21:33:52.570 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-15T21:33:52.699 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:33:52.700 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:33:52.700 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repo Size 2024-04-15T21:33:52.700 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:33:52.700 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-04-15T21:33:52.700 INFO:teuthology.orchestra.run.smithi077.stdout: librados-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 127 k 2024-04-15T21:33:52.700 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:52.700 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-15T21:33:52.701 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:33:52.701 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2024-04-15T21:33:52.701 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:52.701 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 127 k 2024-04-15T21:33:52.701 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 456 k 2024-04-15T21:33:52.701 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-04-15T21:33:52.774 INFO:teuthology.orchestra.run.smithi064.stdout:rbd-fuse-19.0.0-2114.ga9a752df.el7.x86_64.rpm 416 kB/s | 85 kB 00:00 2024-04-15T21:33:52.775 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:52.775 INFO:teuthology.orchestra.run.smithi064.stdout:Total 413 kB/s | 85 kB 00:00 2024-04-15T21:33:52.775 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-15T21:33:52.783 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-15T21:33:52.783 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-15T21:33:52.840 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-15T21:33:52.841 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-15T21:33:52.923 INFO:teuthology.orchestra.run.smithi077.stdout:librados-devel-19.0.0-2114.ga9a752df.el7.x86_64 569 kB/s | 127 kB 00:00 2024-04-15T21:33:52.924 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:52.924 INFO:teuthology.orchestra.run.smithi077.stdout:Total 565 kB/s | 127 kB 00:00 2024-04-15T21:33:52.924 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-04-15T21:33:52.929 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-04-15T21:33:52.930 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-04-15T21:33:52.979 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-15T21:33:52.986 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-04-15T21:33:52.987 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-04-15T21:33:53.076 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:53.182 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-04-15T21:33:53.274 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:53.492 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:53.677 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:53.767 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:53.768 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:53.768 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-15T21:33:53.768 INFO:teuthology.orchestra.run.smithi064.stdout: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:33:53.768 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:53.768 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:53.977 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:53.977 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:53.978 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-04-15T21:33:53.978 INFO:teuthology.orchestra.run.smithi077.stdout: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:33:53.978 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:53.978 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:33:53.983 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install rbd-mirror 2024-04-15T21:33:54.193 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install libcephfs2 2024-04-15T21:33:54.575 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:51 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:54.736 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:54.736 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:54.736 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repo Size 2024-04-15T21:33:54.737 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:54.737 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-15T21:33:54.737 INFO:teuthology.orchestra.run.smithi064.stdout: rbd-mirror x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T21:33:54.737 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:54.737 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-15T21:33:54.737 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:54.737 INFO:teuthology.orchestra.run.smithi064.stdout:Install 1 Package 2024-04-15T21:33:54.737 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:54.737 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 3.1 M 2024-04-15T21:33:54.738 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 13 M 2024-04-15T21:33:54.738 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-15T21:33:54.777 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:40 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:33:54.876 INFO:teuthology.orchestra.run.smithi077.stdout:Package libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:33:54.931 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:33:54.932 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-04-15T21:33:54.933 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:33:54.983 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install libcephfs-devel 2024-04-15T21:33:55.554 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:41 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:33:55.704 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:33:55.705 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:33:55.705 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repo Size 2024-04-15T21:33:55.705 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:33:55.705 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-04-15T21:33:55.706 INFO:teuthology.orchestra.run.smithi077.stdout: libcephfs-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 32 k 2024-04-15T21:33:55.706 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:55.706 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-15T21:33:55.706 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:33:55.706 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2024-04-15T21:33:55.706 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:55.706 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 32 k 2024-04-15T21:33:55.706 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 142 k 2024-04-15T21:33:55.706 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-04-15T21:33:55.727 INFO:teuthology.orchestra.run.smithi064.stdout:rbd-mirror-19.0.0-2114.ga9a752df.el7.x86_64.rpm 3.1 MB/s | 3.1 MB 00:00 2024-04-15T21:33:55.728 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:55.729 INFO:teuthology.orchestra.run.smithi064.stdout:Total 3.1 MB/s | 3.1 MB 00:00 2024-04-15T21:33:55.729 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-15T21:33:55.738 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-15T21:33:55.739 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-15T21:33:55.815 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-15T21:33:55.815 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-15T21:33:55.961 INFO:teuthology.orchestra.run.smithi077.stdout:libcephfs-devel-19.0.0-2114.ga9a752df.el7.x86_6 124 kB/s | 32 kB 00:00 2024-04-15T21:33:55.962 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:55.962 INFO:teuthology.orchestra.run.smithi077.stdout:Total 123 kB/s | 32 kB 00:00 2024-04-15T21:33:55.962 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-04-15T21:33:55.966 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-04-15T21:33:55.966 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-04-15T21:33:55.997 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-04-15T21:33:55.997 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-04-15T21:33:56.088 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-04-15T21:33:56.192 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:56.262 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-15T21:33:56.320 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:56.345 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:56.345 INFO:teuthology.orchestra.run.smithi064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:33:56.345 INFO:teuthology.orchestra.run.smithi064.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T21:33:56.345 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:33:56.345 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:33:56.345 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:56.543 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:56.797 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:56.798 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:56.798 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-04-15T21:33:56.798 INFO:teuthology.orchestra.run.smithi077.stdout: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:33:56.798 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:33:56.798 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:33:56.951 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install librados2 2024-04-15T21:33:57.518 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:57.519 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:57.519 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-15T21:33:57.519 INFO:teuthology.orchestra.run.smithi064.stdout: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:33:57.519 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:57.519 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:57.525 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:43 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:33:57.626 INFO:teuthology.orchestra.run.smithi077.stdout:Package librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:33:57.679 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:33:57.680 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-04-15T21:33:57.680 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:33:57.740 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install librbd1 2024-04-15T21:33:57.763 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install rbd-nbd 2024-04-15T21:33:58.318 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:44 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:33:58.355 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:55 ago on Mon 15 Apr 2024 09:32:03 PM UTC. 2024-04-15T21:33:58.416 INFO:teuthology.orchestra.run.smithi077.stdout:Package librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:33:58.469 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:33:58.470 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-04-15T21:33:58.470 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:33:58.513 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-15T21:33:58.514 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:58.514 INFO:teuthology.orchestra.run.smithi064.stdout: Package Architecture Version Repository Size 2024-04-15T21:33:58.514 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:58.514 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-15T21:33:58.514 INFO:teuthology.orchestra.run.smithi064.stdout: rbd-nbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 171 k 2024-04-15T21:33:58.514 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:58.515 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-15T21:33:58.515 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-15T21:33:58.515 INFO:teuthology.orchestra.run.smithi064.stdout:Install 1 Package 2024-04-15T21:33:58.515 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:58.515 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 171 k 2024-04-15T21:33:58.515 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 494 k 2024-04-15T21:33:58.515 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-15T21:33:58.539 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install python3-rados 2024-04-15T21:33:58.756 INFO:teuthology.orchestra.run.smithi064.stdout:rbd-nbd-19.0.0-2114.ga9a752df.el7.x86_64.rpm 710 kB/s | 171 kB 00:00 2024-04-15T21:33:58.757 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:33:58.757 INFO:teuthology.orchestra.run.smithi064.stdout:Total 706 kB/s | 171 kB 00:00 2024-04-15T21:33:58.757 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-15T21:33:58.766 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-15T21:33:58.766 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-15T21:33:58.825 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-15T21:33:58.825 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-15T21:33:58.981 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-15T21:33:59.092 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:59.122 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:45 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:33:59.222 INFO:teuthology.orchestra.run.smithi077.stdout:Package python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:33:59.273 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:33:59.274 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-04-15T21:33:59.274 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:33:59.341 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install python3-rgw 2024-04-15T21:33:59.542 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:59.834 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:33:59.834 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:59.834 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-15T21:33:59.834 INFO:teuthology.orchestra.run.smithi064.stdout: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:33:59.834 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-15T21:33:59.834 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-15T21:33:59.921 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:45 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:34:00.020 INFO:teuthology.orchestra.run.smithi077.stdout:Package python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:34:00.046 DEBUG:teuthology.parallel:result is None 2024-04-15T21:34:00.074 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:34:00.075 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-04-15T21:34:00.075 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:34:00.149 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install python3-cephfs 2024-04-15T21:34:00.732 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:46 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:34:00.833 INFO:teuthology.orchestra.run.smithi077.stdout:Package python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:34:00.884 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:34:00.885 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-04-15T21:34:00.886 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:34:00.948 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install python3-rbd 2024-04-15T21:34:01.530 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:47 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:34:01.630 INFO:teuthology.orchestra.run.smithi077.stdout:Package python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:34:01.682 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:34:01.683 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-04-15T21:34:01.684 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:34:01.748 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install rbd-fuse 2024-04-15T21:34:02.336 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:48 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:34:02.501 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:34:02.502 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:34:02.502 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2024-04-15T21:34:02.502 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:34:02.502 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-04-15T21:34:02.502 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 85 k 2024-04-15T21:34:02.502 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:34:02.503 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-15T21:34:02.503 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:34:02.503 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2024-04-15T21:34:02.503 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:34:02.503 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 85 k 2024-04-15T21:34:02.503 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 231 k 2024-04-15T21:34:02.503 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-04-15T21:34:02.698 INFO:teuthology.orchestra.run.smithi077.stdout:rbd-fuse-19.0.0-2114.ga9a752df.el7.x86_64.rpm 437 kB/s | 85 kB 00:00 2024-04-15T21:34:02.699 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:34:02.699 INFO:teuthology.orchestra.run.smithi077.stdout:Total 433 kB/s | 85 kB 00:00 2024-04-15T21:34:02.699 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-04-15T21:34:02.706 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-04-15T21:34:02.707 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-04-15T21:34:02.763 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-04-15T21:34:02.764 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-04-15T21:34:02.904 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-04-15T21:34:02.996 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:34:03.376 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:34:03.646 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:34:03.647 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:34:03.647 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-04-15T21:34:03.647 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:34:03.647 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:34:03.647 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:34:03.852 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install rbd-mirror 2024-04-15T21:34:04.439 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:50 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:34:04.598 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:34:04.598 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:34:04.599 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repo Size 2024-04-15T21:34:04.599 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:34:04.599 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-04-15T21:34:04.599 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-mirror x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T21:34:04.599 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:34:04.599 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-15T21:34:04.599 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:34:04.599 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2024-04-15T21:34:04.599 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:34:04.599 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 3.1 M 2024-04-15T21:34:04.599 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 13 M 2024-04-15T21:34:04.599 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-04-15T21:34:05.150 INFO:teuthology.orchestra.run.smithi077.stdout:rbd-mirror-19.0.0-2114.ga9a752df.el7.x86_64.rpm 5.6 MB/s | 3.1 MB 00:00 2024-04-15T21:34:05.151 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:34:05.151 INFO:teuthology.orchestra.run.smithi077.stdout:Total 5.6 MB/s | 3.1 MB 00:00 2024-04-15T21:34:05.151 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-04-15T21:34:05.161 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-04-15T21:34:05.161 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-04-15T21:34:05.233 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-04-15T21:34:05.233 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-04-15T21:34:05.650 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-04-15T21:34:05.710 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:34:05.736 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:34:05.736 INFO:teuthology.orchestra.run.smithi077.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:34:05.736 INFO:teuthology.orchestra.run.smithi077.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T21:34:05.736 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:34:05.736 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:34:05.736 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:34:06.824 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:34:06.825 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:34:06.825 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-04-15T21:34:06.825 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:34:06.825 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:34:06.825 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:34:07.055 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install rbd-nbd 2024-04-15T21:34:07.650 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:53 ago on Mon 15 Apr 2024 09:32:14 PM UTC. 2024-04-15T21:34:07.803 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-15T21:34:07.804 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:34:07.804 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2024-04-15T21:34:07.804 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:34:07.804 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-04-15T21:34:07.804 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-nbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 171 k 2024-04-15T21:34:07.804 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:34:07.804 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-15T21:34:07.804 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-15T21:34:07.804 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2024-04-15T21:34:07.805 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:34:07.805 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 171 k 2024-04-15T21:34:07.805 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 494 k 2024-04-15T21:34:07.805 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-04-15T21:34:08.029 INFO:teuthology.orchestra.run.smithi077.stdout:rbd-nbd-19.0.0-2114.ga9a752df.el7.x86_64.rpm 765 kB/s | 171 kB 00:00 2024-04-15T21:34:08.030 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:34:08.030 INFO:teuthology.orchestra.run.smithi077.stdout:Total 761 kB/s | 171 kB 00:00 2024-04-15T21:34:08.030 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-04-15T21:34:08.037 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-04-15T21:34:08.037 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-04-15T21:34:08.093 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-04-15T21:34:08.094 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-04-15T21:34:08.236 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-04-15T21:34:08.337 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:34:08.766 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:34:09.075 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:34:09.075 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:34:09.075 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-04-15T21:34:09.076 INFO:teuthology.orchestra.run.smithi077.stdout: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:34:09.076 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-15T21:34:09.076 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-15T21:34:09.319 DEBUG:teuthology.parallel:result is None 2024-04-15T21:34:09.320 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:34:09.487 DEBUG:teuthology.orchestra.run.smithi064:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T21:34:09.513 INFO:teuthology.orchestra.run.smithi064.stdout:19.0.0-2114.ga9a752df.el7 2024-04-15T21:34:09.513 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114.ga9a752df.el7 2024-04-15T21:34:09.513 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114.ga9a752df is installed. 2024-04-15T21:34:09.515 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:34:09.663 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T21:34:09.685 INFO:teuthology.orchestra.run.smithi077.stdout:19.0.0-2114.ga9a752df.el7 2024-04-15T21:34:09.686 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114.ga9a752df.el7 2024-04-15T21:34:09.686 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114.ga9a752df is installed. 2024-04-15T21:34:09.687 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-15T21:34:09.688 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-04-15T21:34:09.688 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T21:34:09.722 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-04-15T21:34:09.722 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T21:34:09.755 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-15T21:34:09.756 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-04-15T21:34:09.756 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T21:34:09.794 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T21:34:09.865 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-04-15T21:34:09.865 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T21:34:09.893 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T21:34:09.963 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-15T21:34:09.963 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-04-15T21:34:09.963 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T21:34:09.993 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T21:34:10.063 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-04-15T21:34:10.063 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T21:34:10.094 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T21:34:10.162 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-15T21:34:10.162 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-04-15T21:34:10.162 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T21:34:10.191 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T21:34:10.261 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-04-15T21:34:10.261 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T21:34:10.289 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T21:34:10.357 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-15T21:34:10.475 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, '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\\)'], 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T21:34:10.475 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:34:10.475 INFO:tasks.cephadm:Cluster fsid is e5768e14-fb6f-11ee-bc8f-c7b262605968 2024-04-15T21:34:10.475 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-15T21:34:10.476 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.64', 'mon.b': '172.21.15.77'} 2024-04-15T21:34:10.476 INFO:tasks.cephadm:First mon is mon.a on smithi064 2024-04-15T21:34:10.476 INFO:tasks.cephadm:First mgr is a 2024-04-15T21:34:10.476 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-15T21:34:10.476 DEBUG:teuthology.orchestra.run.smithi064:> sudo hostname $(hostname -s) 2024-04-15T21:34:10.507 DEBUG:teuthology.orchestra.run.smithi077:> sudo hostname $(hostname -s) 2024-04-15T21:34:10.535 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-15T21:34:10.535 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:34:10.679 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54895/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2114-ga9a752df', 'node_name': '172.21.5.39+adami09', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2114.ga9a752df'}, 'url': 'https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-14 16:04:37.608971', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-04-15T21:34:10.819 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref squid, sha1 a9a752df26c63acad72e1b3569fd79a515ca0765 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:34:10.820 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm 2024-04-15T21:34:10.821 DEBUG:teuthology.orchestra.run.smithi064:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T21:34:11.583 INFO:teuthology.orchestra.run.smithi064.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 21:34 /home/ubuntu/cephtest/cephadm 2024-04-15T21:34:11.584 DEBUG:teuthology.orchestra.run.smithi077:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T21:34:12.094 INFO:teuthology.orchestra.run.smithi077.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 21:34 /home/ubuntu/cephtest/cephadm 2024-04-15T21:34:12.094 DEBUG:teuthology.orchestra.run.smithi064:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T21:34:12.114 DEBUG:teuthology.orchestra.run.smithi077:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T21:34:12.143 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 on all hosts... 2024-04-15T21:34:12.143 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T21:34:12.156 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T21:34:12.983 INFO:teuthology.orchestra.run.smithi064.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:34:13.014 INFO:teuthology.orchestra.run.smithi077.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:34:13.163 INFO:teuthology.orchestra.run.smithi064.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:34:13.163 INFO:teuthology.orchestra.run.smithi064.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:34:13.163 INFO:teuthology.orchestra.run.smithi064.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T21:34:13.163 INFO:teuthology.orchestra.run.smithi064.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:34:13.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:34:13.187 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi064 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T21:34:13.188 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-15T21:34:13.190 DEBUG:teuthology.misc:Transferring archived files from smithi064:/var/lib/ceph/e5768e14-fb6f-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657459/remote/smithi064/crash 2024-04-15T21:34:13.191 DEBUG:teuthology.orchestra.run.smithi064:> sudo tar c -f - -C /var/lib/ceph/e5768e14-fb6f-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T21:34:13.205 INFO:teuthology.orchestra.run.smithi077.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:34:13.206 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:34:13.206 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T21:34:13.206 INFO:teuthology.orchestra.run.smithi077.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:34:13.235 INFO:teuthology.orchestra.run.smithi064.stderr:tar: /var/lib/ceph/e5768e14-fb6f-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T21:34:13.235 INFO:teuthology.orchestra.run.smithi064.stderr:tar: Error is not recoverable: exiting now 2024-04-15T21:34:13.238 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/lib/ceph/e5768e14-fb6f-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657459/remote/smithi077/crash 2024-04-15T21:34:13.239 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /var/lib/ceph/e5768e14-fb6f-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T21:34:13.281 INFO:teuthology.orchestra.run.smithi077.stderr:tar: /var/lib/ceph/e5768e14-fb6f-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T21:34:13.281 INFO:teuthology.orchestra.run.smithi077.stderr:tar: Error is not recoverable: exiting now 2024-04-15T21:34:13.282 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-15T21:34:13.282 DEBUG:teuthology.orchestra.run.smithi064:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e5768e14-fb6f-11ee-bc8f-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-15T21:34:13.311 INFO:teuthology.orchestra.run.smithi064.stderr:grep: /var/log/ceph/e5768e14-fb6f-11ee-bc8f-c7b262605968/ceph.log: No such file or directory 2024-04-15T21:34:13.313 INFO:tasks.cephadm:Compressing logs... 2024-04-15T21:34:13.313 DEBUG:teuthology.orchestra.run.smithi064:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-15T21:34:13.357 DEBUG:teuthology.orchestra.run.smithi077:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-15T21:34:13.382 INFO:teuthology.orchestra.run.smithi064.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory /var/log/ceph/cephadm.log 2024-04-15T21:34:13.382 INFO:teuthology.orchestra.run.smithi064.stderr: 2024-04-15T21:34:13.382 INFO:teuthology.orchestra.run.smithi064.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T21:34:13.384 INFO:teuthology.orchestra.run.smithi064.stderr: 2024-04-15T21:34:13.384 INFO:teuthology.orchestra.run.smithi064.stderr:real 0m0.016s 2024-04-15T21:34:13.384 INFO:teuthology.orchestra.run.smithi064.stderr:user 0m0.009s 2024-04-15T21:34:13.384 INFO:teuthology.orchestra.run.smithi064.stderr:sys 0m0.020s 2024-04-15T21:34:13.386 INFO:teuthology.orchestra.run.smithi077.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-15T21:34:13.386 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T21:34:13.387 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T21:34:13.389 INFO:teuthology.orchestra.run.smithi077.stderr: 2024-04-15T21:34:13.389 INFO:teuthology.orchestra.run.smithi077.stderr:real 0m0.016s 2024-04-15T21:34:13.389 INFO:teuthology.orchestra.run.smithi077.stderr:user 0m0.013s 2024-04-15T21:34:13.389 INFO:teuthology.orchestra.run.smithi077.stderr:sys 0m0.017s 2024-04-15T21:34:13.389 INFO:tasks.cephadm:Archiving logs... 2024-04-15T21:34:13.389 DEBUG:teuthology.misc:Transferring archived files from smithi064:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657459/remote/smithi064/log 2024-04-15T21:34:13.390 DEBUG:teuthology.orchestra.run.smithi064:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T21:34:13.453 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657459/remote/smithi077/log 2024-04-15T21:34:13.454 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T21:34:13.483 INFO:tasks.cephadm:Removing cluster... 2024-04-15T21:34:13.484 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e5768e14-fb6f-11ee-bc8f-c7b262605968 --force 2024-04-15T21:34:13.679 INFO:teuthology.orchestra.run.smithi064.stdout:Deleting cluster with fsid: e5768e14-fb6f-11ee-bc8f-c7b262605968 2024-04-15T21:34:13.943 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e5768e14-fb6f-11ee-bc8f-c7b262605968 --force 2024-04-15T21:34:14.124 INFO:teuthology.orchestra.run.smithi077.stdout:Deleting cluster with fsid: e5768e14-fb6f-11ee-bc8f-c7b262605968 2024-04-15T21:34:14.380 INFO:tasks.cephadm:Removing cephadm ... 2024-04-15T21:34:14.380 DEBUG:teuthology.orchestra.run.smithi064:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T21:34:14.396 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T21:34:14.412 INFO:tasks.cephadm:Teardown complete 2024-04-15T21:34:14.413 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1771, 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_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi064 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T21:34:14.617 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=b4b1ea1bd17444f6a001c3b03ad5a88b Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1771, 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_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi064 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T21:34:14.621 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-15T21:34:14.630 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-15T21:34:14.639 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-15T21:34:14.639 DEBUG:teuthology.orchestra.run.smithi064:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T21:34:14.652 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T21:34:14.728 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-15T21:34:14.737 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-15T21:34:14.737 DEBUG:teuthology.orchestra.run.smithi064:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:34:14.739 DEBUG:teuthology.orchestra.run.smithi077:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:34:14.751 INFO:teuthology.orchestra.run.smithi064.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:34:14.753 INFO:teuthology.orchestra.run.smithi077.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:34:14.755 INFO:teuthology.orchestra.run.smithi064.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:34:14.756 INFO:teuthology.orchestra.run.smithi064.stdout:=============================================================================== 2024-04-15T21:34:14.756 INFO:teuthology.orchestra.run.smithi064.stdout:^* hv01.front.sepia.ceph.com 3 6 77 31 +746us[ +751us] +/- 42ms 2024-04-15T21:34:14.756 INFO:teuthology.orchestra.run.smithi064.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 33 -265us[ -261us] +/- 53ms 2024-04-15T21:34:14.756 INFO:teuthology.orchestra.run.smithi064.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 32 -871us[ -867us] +/- 66ms 2024-04-15T21:34:14.756 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:34:14.758 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:34:14.758 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2024-04-15T21:34:14.758 INFO:teuthology.orchestra.run.smithi077.stdout:^* hv01.front.sepia.ceph.com 3 6 77 33 +752us[ +725us] +/- 42ms 2024-04-15T21:34:14.761 INFO:teuthology.orchestra.run.smithi077.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 33 -254us[ -254us] +/- 53ms 2024-04-15T21:34:14.761 INFO:teuthology.orchestra.run.smithi077.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 33 -873us[ -900us] +/- 66ms 2024-04-15T21:34:14.761 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:34:14.762 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-15T21:34:14.771 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-15T21:34:14.771 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-15T21:34:14.780 DEBUG:teuthology.orchestra.run.smithi064:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-15T21:34:14.861 DEBUG:teuthology.orchestra.run.smithi077:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-15T21:34:14.925 DEBUG:teuthology.orchestra.run.smithi064:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T21:34:14.955 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:34:14.956 DEBUG:teuthology.orchestra.run.smithi077:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T21:34:14.986 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:34:14.987 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-15T21:34:14.996 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-15T21:34:15.005 INFO:teuthology.task.internal:Duration was 433.871908 seconds 2024-04-15T21:34:15.006 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-15T21:34:15.015 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-15T21:34:15.015 DEBUG:teuthology.orchestra.run.smithi064:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T21:34:15.018 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T21:34:15.061 INFO:teuthology.orchestra.run.smithi064.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:34:15.072 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:34:15.348 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-15T21:34:15.348 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi064.front.sepia.ceph.com 2024-04-15T21:34:15.349 DEBUG:teuthology.orchestra.run.smithi064:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-15T21:34:15.369 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi077.front.sepia.ceph.com 2024-04-15T21:34:15.369 DEBUG:teuthology.orchestra.run.smithi077:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-15T21:34:15.402 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-15T21:34:15.403 DEBUG:teuthology.orchestra.run.smithi064:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T21:34:15.411 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T21:34:15.473 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-15T21:34:15.474 DEBUG:teuthology.orchestra.run.smithi064:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T21:34:15.481 DEBUG:teuthology.orchestra.run.smithi077:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T21:34:15.608 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-15T21:34:15.617 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-15T21:34:15.617 DEBUG:teuthology.orchestra.run.smithi064:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T21:34:15.645 DEBUG:teuthology.orchestra.run.smithi077:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T21:34:15.675 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-15T21:34:15.687 DEBUG:teuthology.orchestra.run.smithi064:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:34:15.690 DEBUG:teuthology.orchestra.run.smithi077:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:34:15.714 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern = core 2024-04-15T21:34:15.742 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = core 2024-04-15T21:34:15.766 DEBUG:teuthology.orchestra.run.smithi064:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:34:15.803 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:34:15.804 DEBUG:teuthology.orchestra.run.smithi077:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:34:15.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:34:15.821 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-15T21:34:15.831 INFO:teuthology.task.internal:Transferring archived files... 2024-04-15T21:34:15.832 DEBUG:teuthology.misc:Transferring archived files from smithi064:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657459/remote/smithi064 2024-04-15T21:34:15.832 DEBUG:teuthology.orchestra.run.smithi064:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T21:34:15.880 DEBUG:teuthology.misc:Transferring archived files from smithi077:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657459/remote/smithi077 2024-04-15T21:34:15.881 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T21:34:15.917 INFO:teuthology.task.internal:Removing archive directory... 2024-04-15T21:34:15.917 DEBUG:teuthology.orchestra.run.smithi064:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T21:34:15.920 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T21:34:15.967 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-15T21:34:15.978 INFO:teuthology.task.internal:Not uploading archives. 2024-04-15T21:34:15.979 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-15T21:34:15.995 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-15T21:34:15.995 DEBUG:teuthology.orchestra.run.smithi064:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T21:34:15.998 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T21:34:16.010 INFO:teuthology.orchestra.run.smithi064.stdout: 265749 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 21:34 /home/ubuntu/cephtest 2024-04-15T21:34:16.022 INFO:teuthology.orchestra.run.smithi077.stdout: 265305 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 21:34 /home/ubuntu/cephtest 2024-04-15T21:34:16.023 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-15T21:34:16.033 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-15T21:34:16.061 INFO:teuthology.nuke:Checking targets against current locks 2024-04-15T21:34:16.086 DEBUG:teuthology.nuke:shortname: smithi064 2024-04-15T21:34:16.086 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:34:16.110 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi064.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657459', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 21:18:29.728078', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD0/d317rOrnQL1cFtWwPsVwBfOGEiuAQ+VCoSUSK3xUuQXJR3Ees+LgU7e5enHTrKzaitIis2BehohBzq9r3LY='} 2024-04-15T21:34:16.114 DEBUG:teuthology.nuke:shortname: smithi077 2024-04-15T21:34:16.114 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:34:16.135 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi077.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657459', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 21:18:29.729575', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG8ioY5SOMRL1DwibFmb8pXew+Js20G6NU3pWlsgy32f+alFmlhLN+WS7J8vRvlDx69S1AGH9CPfvHcF1LyQsnk='} 2024-04-15T21:34:16.170 INFO:teuthology.orchestra.console.smithi064:Power off 2024-04-15T21:34:16.171 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T21:34:16.196 DEBUG:teuthology.orchestra.console.smithi064:power off output: Chassis Power Control: Down/Off 2024-04-15T21:34:16.196 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:34:16.218 INFO:teuthology.orchestra.console.smithi077:Power off 2024-04-15T21:34:16.218 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T21:34:16.227 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2024-04-15T21:34:16.243 DEBUG:teuthology.orchestra.console.smithi077:power off output: Chassis Power Control: Down/Off 2024-04-15T21:34:16.243 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:34:16.268 DEBUG:teuthology.orchestra.console.smithi077:check power output: Chassis Power is on 2024-04-15T21:34:20.229 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:34:20.268 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:34:20.340 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2024-04-15T21:34:20.379 DEBUG:teuthology.orchestra.console.smithi077:check power output: Chassis Power is on 2024-04-15T21:34:24.343 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:34:24.380 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:34:24.454 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2024-04-15T21:34:24.490 DEBUG:teuthology.orchestra.console.smithi077:check power output: Chassis Power is off 2024-04-15T21:34:24.591 INFO:teuthology.orchestra.console.smithi077:Power off completed 2024-04-15T21:34:28.458 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:34:28.568 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is off 2024-04-15T21:34:28.669 INFO:teuthology.orchestra.console.smithi064:Power off completed 2024-04-15T21:34:28.774 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/classic task/test_extra_daemon_features} duration: 433.8719084262848 failure_reason: 'Command failed on smithi064 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull''' flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=b4b1ea1bd17444f6a001c3b03ad5a88b status: fail success: false 2024-04-15T21:34:28.774 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T21:34:28.854 INFO:teuthology.run:FAIL