2023-10-21T12:27:12.517 INFO:root:teuthology version: 0.0.1.dev201+g202b180 2023-10-21T12:27:12.519 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434137 --name yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi --description orch/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_extra_daemon_features} --verbose --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434137/orig.config.yaml 2023-10-21T12:27:12.560 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-21T12:27:12.653 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434137 branch: main description: orch/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_extra_daemon_features} email: yweinste@redhat.com first_in_suite: false job_id: '7434137' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false 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: f0804064d67a2a63dbabf1801ff452580a050cfc ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f0804064d67a2a63dbabf1801ff452580a050cfc selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: f0804064d67a2a63dbabf1801ff452580a050cfc owner: scheduled_yuriw@teuthology priority: 76 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 seed: 1362 sha1: f0804064d67a2a63dbabf1801ff452580a050cfc sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: f0804064d67a2a63dbabf1801ff452580a050cfc targets: smithi132.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi154.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.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: 202b180cb047e798fb131047314a862593f45403 timestamp: 2023-10-20_18:45:04 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 2023-10-21T12:27:12.653 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa; will attempt to use it 2023-10-21T12:27:12.654 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks 2023-10-21T12:27:12.654 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-21T12:27:12.656 INFO:teuthology.task.internal:Checking packages... 2023-10-21T12:27:12.682 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'f0804064d67a2a63dbabf1801ff452580a050cfc' 2023-10-21T12:27:12.682 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-21T12:27:12.683 INFO:teuthology.packaging:ref: None 2023-10-21T12:27:12.683 INFO:teuthology.packaging:tag: None 2023-10-21T12:27:12.683 INFO:teuthology.packaging:branch: main 2023-10-21T12:27:12.684 INFO:teuthology.packaging:sha1: f0804064d67a2a63dbabf1801ff452580a050cfc 2023-10-21T12:27:12.684 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=main 2023-10-21T12:27:44.472 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6820.gf0804064 2023-10-21T12:27:44.472 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-21T12:27:44.479 INFO:teuthology.task.internal:no buildpackages task found 2023-10-21T12:27:44.479 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-21T12:27:44.512 INFO:teuthology.task.internal:Saving configuration 2023-10-21T12:27:44.527 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-21T12:27:44.562 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-21T12:27:44.587 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi132.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434137', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-21 12:22:34.620839', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-21T12:27:44.610 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434137', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-21 12:22:34.618935', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-21T12:27:44.611 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-21T12:27:44.617 INFO:teuthology.task.internal:roles: ubuntu@smithi132.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-10-21T12:27:44.617 INFO:teuthology.task.internal:roles: ubuntu@smithi154.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-10-21T12:27:44.617 INFO:teuthology.run_tasks:Running task console_log... 2023-10-21T12:27:44.726 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb63f22daf0>, signals=[15]) 2023-10-21T12:27:44.727 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-21T12:27:44.734 INFO:teuthology.task.internal:Opening connections... 2023-10-21T12:27:44.734 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi132.front.sepia.ceph.com 2023-10-21T12:27:44.736 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T12:27:44.806 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi154.front.sepia.ceph.com 2023-10-21T12:27:44.808 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T12:27:44.874 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-21T12:27:44.881 DEBUG:teuthology.orchestra.run.smithi132:> uname -m 2023-10-21T12:27:44.899 INFO:teuthology.orchestra.run.smithi132.stdout:x86_64 2023-10-21T12:27:44.900 DEBUG:teuthology.orchestra.run.smithi132:> cat /etc/os-release 2023-10-21T12:27:44.956 INFO:teuthology.orchestra.run.smithi132.stdout:NAME="Red Hat Enterprise Linux" 2023-10-21T12:27:44.957 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION="8.6 (Ootpa)" 2023-10-21T12:27:44.957 INFO:teuthology.orchestra.run.smithi132.stdout:ID="rhel" 2023-10-21T12:27:44.957 INFO:teuthology.orchestra.run.smithi132.stdout:ID_LIKE="fedora" 2023-10-21T12:27:44.957 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION_ID="8.6" 2023-10-21T12:27:44.958 INFO:teuthology.orchestra.run.smithi132.stdout:PLATFORM_ID="platform:el8" 2023-10-21T12:27:44.958 INFO:teuthology.orchestra.run.smithi132.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-21T12:27:44.958 INFO:teuthology.orchestra.run.smithi132.stdout:ANSI_COLOR="0;31" 2023-10-21T12:27:44.958 INFO:teuthology.orchestra.run.smithi132.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-21T12:27:44.958 INFO:teuthology.orchestra.run.smithi132.stdout:HOME_URL="https://www.redhat.com/" 2023-10-21T12:27:44.959 INFO:teuthology.orchestra.run.smithi132.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-21T12:27:44.959 INFO:teuthology.orchestra.run.smithi132.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-21T12:27:44.959 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:27:44.959 INFO:teuthology.orchestra.run.smithi132.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-21T12:27:44.959 INFO:teuthology.orchestra.run.smithi132.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-21T12:27:44.960 INFO:teuthology.orchestra.run.smithi132.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-21T12:27:44.960 INFO:teuthology.orchestra.run.smithi132.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-21T12:27:44.961 INFO:teuthology.lock.ops:Updating smithi132.front.sepia.ceph.com on lock server 2023-10-21T12:27:44.990 DEBUG:teuthology.orchestra.run.smithi154:> uname -m 2023-10-21T12:27:45.011 INFO:teuthology.orchestra.run.smithi154.stdout:x86_64 2023-10-21T12:27:45.012 DEBUG:teuthology.orchestra.run.smithi154:> cat /etc/os-release 2023-10-21T12:27:45.072 INFO:teuthology.orchestra.run.smithi154.stdout:NAME="Red Hat Enterprise Linux" 2023-10-21T12:27:45.073 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION="8.6 (Ootpa)" 2023-10-21T12:27:45.073 INFO:teuthology.orchestra.run.smithi154.stdout:ID="rhel" 2023-10-21T12:27:45.073 INFO:teuthology.orchestra.run.smithi154.stdout:ID_LIKE="fedora" 2023-10-21T12:27:45.073 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION_ID="8.6" 2023-10-21T12:27:45.074 INFO:teuthology.orchestra.run.smithi154.stdout:PLATFORM_ID="platform:el8" 2023-10-21T12:27:45.074 INFO:teuthology.orchestra.run.smithi154.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-21T12:27:45.074 INFO:teuthology.orchestra.run.smithi154.stdout:ANSI_COLOR="0;31" 2023-10-21T12:27:45.074 INFO:teuthology.orchestra.run.smithi154.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-21T12:27:45.074 INFO:teuthology.orchestra.run.smithi154.stdout:HOME_URL="https://www.redhat.com/" 2023-10-21T12:27:45.075 INFO:teuthology.orchestra.run.smithi154.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-21T12:27:45.075 INFO:teuthology.orchestra.run.smithi154.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-21T12:27:45.075 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:27:45.075 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-21T12:27:45.076 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-21T12:27:45.076 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-21T12:27:45.076 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-21T12:27:45.076 INFO:teuthology.lock.ops:Updating smithi154.front.sepia.ceph.com on lock server 2023-10-21T12:27:45.097 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-21T12:27:45.107 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-21T12:27:45.196 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-21T12:27:45.196 DEBUG:teuthology.orchestra.run.smithi132:> test '!' -e /home/ubuntu/cephtest 2023-10-21T12:27:45.199 DEBUG:teuthology.orchestra.run.smithi154:> test '!' -e /home/ubuntu/cephtest 2023-10-21T12:27:45.218 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-21T12:27:45.247 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-21T12:27:45.248 DEBUG:teuthology.orchestra.run.smithi132:> test -z $(ls -A /var/lib/ceph) 2023-10-21T12:27:45.256 DEBUG:teuthology.orchestra.run.smithi154:> test -z $(ls -A /var/lib/ceph) 2023-10-21T12:27:45.287 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-21T12:27:45.343 INFO:teuthology.run_tasks:Running task kernel... 2023-10-21T12:27:45.357 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-21T12:27:45.358 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-21T12:27:45.358 DEBUG:teuthology.orchestra.run.smithi132:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-21T12:27:45.359 DEBUG:teuthology.orchestra.run.smithi154:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-21T12:27:45.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:27:45.376 DEBUG:teuthology.orchestra.run.smithi132:> uname -r 2023-10-21T12:27:45.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:27:45.378 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2023-10-21T12:27:45.433 INFO:teuthology.orchestra.run.smithi132.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-21T12:27:45.436 INFO:teuthology.task.kernel:Running kernel on smithi132: 4.18.0-372.9.1.el8.x86_64 2023-10-21T12:27:45.436 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum install -y kernel 2023-10-21T12:27:45.438 INFO:teuthology.orchestra.run.smithi154.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-21T12:27:45.438 INFO:teuthology.task.kernel:Running kernel on smithi154: 4.18.0-372.9.1.el8.x86_64 2023-10-21T12:27:45.438 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum install -y kernel 2023-10-21T12:27:46.664 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:27:46.664 INFO:teuthology.orchestra.run.smithi132.stdout:Unable to read consumer identity 2023-10-21T12:27:46.700 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:27:46.700 INFO:teuthology.orchestra.run.smithi154.stdout:Unable to read consumer identity 2023-10-21T12:27:48.060 INFO:teuthology.orchestra.run.smithi132.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-10-21T12:27:48.071 INFO:teuthology.orchestra.run.smithi154.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-10-21T12:27:48.913 INFO:teuthology.orchestra.run.smithi154.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-10-21T12:27:49.011 INFO:teuthology.orchestra.run.smithi132.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-10-21T12:27:52.447 INFO:teuthology.orchestra.run.smithi154.stdout:lab-extras 417 kB/s | 24 kB 00:00 2023-10-21T12:27:52.553 INFO:teuthology.orchestra.run.smithi132.stdout:lab-extras 396 kB/s | 24 kB 00:00 2023-10-21T12:27:53.066 INFO:teuthology.orchestra.run.smithi154.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-21T12:27:53.119 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:27:53.120 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2023-10-21T12:27:53.120 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:27:53.189 INFO:teuthology.orchestra.run.smithi132.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-21T12:27:53.226 DEBUG:teuthology.orchestra.run.smithi154:> echo no | sudo yum reinstall kernel || true 2023-10-21T12:27:53.242 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:27:53.243 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2023-10-21T12:27:53.244 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:27:53.384 DEBUG:teuthology.orchestra.run.smithi132:> echo no | sudo yum reinstall kernel || true 2023-10-21T12:27:53.560 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:27:53.560 INFO:teuthology.orchestra.run.smithi154.stdout:Unable to read consumer identity 2023-10-21T12:27:53.717 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:27:53.718 INFO:teuthology.orchestra.run.smithi132.stdout:Unable to read consumer identity 2023-10-21T12:27:53.826 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:00:01 ago on Sat 21 Oct 2023 12:27:52 PM UTC. 2023-10-21T12:27:53.869 INFO:teuthology.orchestra.run.smithi154.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-21T12:27:53.906 INFO:teuthology.orchestra.run.smithi154.stderr:Error: No packages marked for reinstall. 2023-10-21T12:27:53.954 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum reinstall -y kernel || true 2023-10-21T12:27:53.984 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:00:01 ago on Sat 21 Oct 2023 12:27:52 PM UTC. 2023-10-21T12:27:54.034 INFO:teuthology.orchestra.run.smithi132.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-21T12:27:54.100 INFO:teuthology.orchestra.run.smithi132.stderr:Error: No packages marked for reinstall. 2023-10-21T12:27:54.147 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum reinstall -y kernel || true 2023-10-21T12:27:54.290 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:27:54.290 INFO:teuthology.orchestra.run.smithi154.stdout:Unable to read consumer identity 2023-10-21T12:27:54.474 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:27:54.475 INFO:teuthology.orchestra.run.smithi132.stdout:Unable to read consumer identity 2023-10-21T12:27:54.554 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Oct 2023 12:27:52 PM UTC. 2023-10-21T12:27:54.595 INFO:teuthology.orchestra.run.smithi154.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-21T12:27:54.629 INFO:teuthology.orchestra.run.smithi154.stderr:Error: No packages marked for reinstall. 2023-10-21T12:27:54.676 DEBUG:teuthology.orchestra.run.smithi154:> rpm -q kernel | sort -rV | head -n 1 2023-10-21T12:27:54.734 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Oct 2023 12:27:52 PM UTC. 2023-10-21T12:27:54.757 INFO:teuthology.orchestra.run.smithi154.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-21T12:27:54.758 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-21T12:27:54.758 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-21T12:27:54.759 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-21T12:27:54.759 DEBUG:teuthology.orchestra.run.smithi154:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-21T12:27:54.773 INFO:teuthology.orchestra.run.smithi132.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-21T12:27:54.785 INFO:teuthology.orchestra.run.smithi154.stdout:ttyS1 2023-10-21T12:27:54.796 DEBUG:teuthology.parallel:result is None 2023-10-21T12:27:54.800 INFO:teuthology.orchestra.run.smithi132.stderr:Error: No packages marked for reinstall. 2023-10-21T12:27:54.847 DEBUG:teuthology.orchestra.run.smithi132:> rpm -q kernel | sort -rV | head -n 1 2023-10-21T12:27:54.927 INFO:teuthology.orchestra.run.smithi132.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-21T12:27:54.927 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-21T12:27:54.928 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-21T12:27:54.928 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-21T12:27:54.928 DEBUG:teuthology.orchestra.run.smithi132:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-21T12:27:54.954 INFO:teuthology.orchestra.run.smithi132.stdout:ttyS1 2023-10-21T12:27:54.977 DEBUG:teuthology.parallel:result is None 2023-10-21T12:27:54.978 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-21T12:27:54.985 INFO:teuthology.task.internal:Creating test directory... 2023-10-21T12:27:54.986 DEBUG:teuthology.orchestra.run.smithi132:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-21T12:27:55.019 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-21T12:27:55.036 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-21T12:27:55.054 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-21T12:27:55.103 INFO:teuthology.task.internal:Creating archive directory... 2023-10-21T12:27:55.104 DEBUG:teuthology.orchestra.run.smithi132:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-21T12:27:55.106 DEBUG:teuthology.orchestra.run.smithi154:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-21T12:27:55.143 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-21T12:27:55.153 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-21T12:27:55.153 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-10-21T12:27:55.175 DEBUG:teuthology.orchestra.run.smithi154:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-10-21T12:27:55.200 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-21T12:27:55.206 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-21T12:27:55.210 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-21T12:27:55.216 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-21T12:27:55.218 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-21T12:27:55.225 INFO:teuthology.task.internal:Configuring sudo... 2023-10-21T12:27:55.226 DEBUG:teuthology.orchestra.run.smithi132:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-21T12:27:55.255 DEBUG:teuthology.orchestra.run.smithi154:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-21T12:27:55.285 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-21T12:27:55.294 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-21T12:27:55.294 DEBUG:teuthology.orchestra.run.smithi132:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-21T12:27:55.322 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-21T12:27:55.341 DEBUG:teuthology.orchestra.run.smithi132:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-21T12:27:55.421 DEBUG:teuthology.orchestra.run.smithi132:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-21T12:27:55.474 DEBUG:teuthology.orchestra.run.smithi132:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-21T12:27:55.556 DEBUG:teuthology.orchestra.run.smithi132:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-21T12:27:55.597 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-10-21T12:27:55.597 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-21T12:27:55.664 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-21T12:27:55.710 DEBUG:teuthology.orchestra.run.smithi154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-21T12:27:55.755 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-21T12:27:55.840 DEBUG:teuthology.orchestra.run.smithi154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-21T12:27:55.881 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-10-21T12:27:55.881 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-21T12:27:55.949 DEBUG:teuthology.orchestra.run.smithi132:> sudo service rsyslog restart 2023-10-21T12:27:55.951 DEBUG:teuthology.orchestra.run.smithi154:> sudo service rsyslog restart 2023-10-21T12:27:55.998 INFO:teuthology.orchestra.run.smithi132.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-21T12:27:56.041 INFO:teuthology.orchestra.run.smithi154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-21T12:27:56.426 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-21T12:27:56.435 INFO:teuthology.task.internal:Starting timer... 2023-10-21T12:27:56.435 INFO:teuthology.run_tasks:Running task pcp... 2023-10-21T12:27:56.482 INFO:teuthology.run_tasks:Running task selinux... 2023-10-21T12:27:56.531 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-21T12:27:56.532 DEBUG:teuthology.orchestra.run.smithi132:> sudo service auditd rotate 2023-10-21T12:27:56.594 INFO:teuthology.orchestra.run.smithi132.stdout:Rotating logs: 2023-10-21T12:27:56.595 DEBUG:teuthology.orchestra.run.smithi154:> sudo service auditd rotate 2023-10-21T12:27:56.651 INFO:teuthology.orchestra.run.smithi154.stdout:Rotating logs: 2023-10-21T12:27:56.653 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-21T12:27:56.653 DEBUG:teuthology.orchestra.run.smithi132:> /usr/sbin/getenforce 2023-10-21T12:27:56.680 INFO:teuthology.orchestra.run.smithi132.stdout:Permissive 2023-10-21T12:27:56.681 DEBUG:teuthology.orchestra.run.smithi154:> /usr/sbin/getenforce 2023-10-21T12:27:56.700 INFO:teuthology.orchestra.run.smithi154.stdout:Permissive 2023-10-21T12:27:56.700 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi132.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi154.front.sepia.ceph.com': 'permissive'} 2023-10-21T12:27:56.700 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-10-21T12:27:56.749 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:27:56.750 DEBUG:teuthology.orchestra.run.smithi154:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-10-21T12:27:56.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:27:56.778 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-21T12:27:56.778 DEBUG:teuthology.orchestra.run.smithi132:> sudo /usr/sbin/setenforce permissive 2023-10-21T12:27:56.818 DEBUG:teuthology.orchestra.run.smithi154:> sudo /usr/sbin/setenforce permissive 2023-10-21T12:27:56.847 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-21T12:27:56.862 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-10-21T12:27:56.867 INFO:teuthology.repo_utils:Fetching main from origin 2023-10-21T12:27:56.991 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-21T12:27:57.007 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'}]}] 2023-10-21T12:27:57.009 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi132.front.sepia.ceph.com,smithi154.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-21T12:37:25.039 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi132.front.sepia.ceph.com'), Remote(name='ubuntu@smithi154.front.sepia.ceph.com')] 2023-10-21T12:37:25.041 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-10-21T12:37:25.042 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T12:37:25.112 DEBUG:teuthology.orchestra.run.smithi132:> true 2023-10-21T12:37:25.180 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-10-21T12:37:25.181 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-10-21T12:37:25.181 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T12:37:25.250 DEBUG:teuthology.orchestra.run.smithi154:> true 2023-10-21T12:37:25.315 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-10-21T12:37:25.316 INFO:teuthology.run_tasks:Running task clock... 2023-10-21T12:37:25.327 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-21T12:37:25.328 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-21T12:37:25.328 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-10-21T12:37:25.331 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-21T12:37:25.331 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-21T12:37:25.361 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-21T12:37:25.375 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-21T12:37:25.387 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-21T12:37:25.401 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-21T12:37:25.442 INFO:teuthology.orchestra.run.smithi132.stderr:sudo: ntpd: command not found 2023-10-21T12:37:25.453 INFO:teuthology.orchestra.run.smithi132.stdout:506 Cannot talk to daemon 2023-10-21T12:37:25.467 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-21T12:37:25.469 INFO:teuthology.orchestra.run.smithi154.stderr:sudo: ntpd: command not found 2023-10-21T12:37:25.481 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-21T12:37:25.481 INFO:teuthology.orchestra.run.smithi154.stdout:506 Cannot talk to daemon 2023-10-21T12:37:25.496 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-21T12:37:25.509 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-21T12:37:25.547 INFO:teuthology.orchestra.run.smithi132.stderr:bash: ntpq: command not found 2023-10-21T12:37:25.550 INFO:teuthology.orchestra.run.smithi132.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-21T12:37:25.551 INFO:teuthology.orchestra.run.smithi132.stdout:=============================================================================== 2023-10-21T12:37:25.551 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:37:25.551 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:37:25.551 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:37:25.551 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:37:25.576 INFO:teuthology.orchestra.run.smithi154.stderr:bash: ntpq: command not found 2023-10-21T12:37:25.580 INFO:teuthology.orchestra.run.smithi154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-21T12:37:25.581 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================== 2023-10-21T12:37:25.581 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:37:25.581 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:37:25.581 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:37:25.582 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:37:25.582 INFO:teuthology.run_tasks:Running task pexec... 2023-10-21T12:37:25.592 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-21T12:37:25.592 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi132.front.sepia.ceph.com 2023-10-21T12:37:25.593 DEBUG:teuthology.orchestra.run.smithi132:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-21T12:37:25.593 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi154.front.sepia.ceph.com 2023-10-21T12:37:25.594 DEBUG:teuthology.orchestra.run.smithi154:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-21T12:37:25.964 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:37:25.995 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:37:27.518 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:37 ago on Sat 21 Oct 2023 12:35:50 PM UTC. 2023-10-21T12:37:27.531 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:37 ago on Sat 21 Oct 2023 12:35:50 PM UTC. 2023-10-21T12:37:29.398 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:37:29.399 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:37:29.399 INFO:teuthology.orchestra.run.smithi154.stdout: Package Architecture Version Repository Size 2023-10-21T12:37:29.400 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:37:29.400 INFO:teuthology.orchestra.run.smithi154.stdout:Resetting modules: 2023-10-21T12:37:29.400 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools 2023-10-21T12:37:29.400 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:37:29.400 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-10-21T12:37:29.401 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:37:29.401 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:37:29.421 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:37:29.422 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:37:29.422 INFO:teuthology.orchestra.run.smithi132.stdout: Package Architecture Version Repository Size 2023-10-21T12:37:29.423 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:37:29.423 INFO:teuthology.orchestra.run.smithi132.stdout:Resetting modules: 2023-10-21T12:37:29.423 INFO:teuthology.orchestra.run.smithi132.stdout: container-tools 2023-10-21T12:37:29.423 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:37:29.423 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-10-21T12:37:29.424 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:37:29.424 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:37:30.360 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:39 ago on Sat 21 Oct 2023 12:35:50 PM UTC. 2023-10-21T12:37:30.387 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:39 ago on Sat 21 Oct 2023 12:35:50 PM UTC. 2023-10-21T12:37:39.285 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:37:39.566 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:37:39.741 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:37:40.021 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:37:41.401 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:50 ago on Sat 21 Oct 2023 12:35:50 PM UTC. 2023-10-21T12:37:41.731 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:51 ago on Sat 21 Oct 2023 12:35:50 PM UTC. 2023-10-21T12:37:43.100 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:37:43.193 INFO:teuthology.orchestra.run.smithi132.stdout:========================================================================================================================== 2023-10-21T12:37:43.194 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-10-21T12:37:43.194 INFO:teuthology.orchestra.run.smithi132.stdout:========================================================================================================================== 2023-10-21T12:37:43.194 INFO:teuthology.orchestra.run.smithi132.stdout:Installing group/module packages: 2023-10-21T12:37:43.195 INFO:teuthology.orchestra.run.smithi132.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-10-21T12:37:43.195 INFO:teuthology.orchestra.run.smithi132.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-10-21T12:37:43.195 INFO:teuthology.orchestra.run.smithi132.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-10-21T12:37:43.195 INFO:teuthology.orchestra.run.smithi132.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-10-21T12:37:43.195 INFO:teuthology.orchestra.run.smithi132.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-10-21T12:37:43.196 INFO:teuthology.orchestra.run.smithi132.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-21T12:37:43.196 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2023-10-21T12:37:43.196 INFO:teuthology.orchestra.run.smithi132.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-10-21T12:37:43.196 INFO:teuthology.orchestra.run.smithi132.stdout:Downgrading: 2023-10-21T12:37:43.196 INFO:teuthology.orchestra.run.smithi132.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-21T12:37:43.197 INFO:teuthology.orchestra.run.smithi132.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-10-21T12:37:43.197 INFO:teuthology.orchestra.run.smithi132.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-10-21T12:37:43.197 INFO:teuthology.orchestra.run.smithi132.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-10-21T12:37:43.197 INFO:teuthology.orchestra.run.smithi132.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-10-21T12:37:43.198 INFO:teuthology.orchestra.run.smithi132.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-10-21T12:37:43.198 INFO:teuthology.orchestra.run.smithi132.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-10-21T12:37:43.198 INFO:teuthology.orchestra.run.smithi132.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-10-21T12:37:43.198 INFO:teuthology.orchestra.run.smithi132.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-10-21T12:37:43.198 INFO:teuthology.orchestra.run.smithi132.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-10-21T12:37:43.199 INFO:teuthology.orchestra.run.smithi132.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-10-21T12:37:43.199 INFO:teuthology.orchestra.run.smithi132.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-21T12:37:43.199 INFO:teuthology.orchestra.run.smithi132.stdout:Installing module profiles: 2023-10-21T12:37:43.199 INFO:teuthology.orchestra.run.smithi132.stdout: container-tools/common 2023-10-21T12:37:43.199 INFO:teuthology.orchestra.run.smithi132.stdout:Enabling module streams: 2023-10-21T12:37:43.200 INFO:teuthology.orchestra.run.smithi132.stdout: container-tools 3.0 2023-10-21T12:37:43.200 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:37:43.200 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-10-21T12:37:43.200 INFO:teuthology.orchestra.run.smithi132.stdout:========================================================================================================================== 2023-10-21T12:37:43.200 INFO:teuthology.orchestra.run.smithi132.stdout:Install 7 Packages 2023-10-21T12:37:43.200 INFO:teuthology.orchestra.run.smithi132.stdout:Downgrade 12 Packages 2023-10-21T12:37:43.201 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:37:43.201 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 51 M 2023-10-21T12:37:43.201 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-10-21T12:37:43.441 INFO:teuthology.orchestra.run.smithi132.stdout:(1/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 211 kB/s | 51 kB 00:00 2023-10-21T12:37:43.466 INFO:teuthology.orchestra.run.smithi132.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 197 kB/s | 53 kB 00:00 2023-10-21T12:37:43.491 INFO:teuthology.orchestra.run.smithi132.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 310 kB/s | 91 kB 00:00 2023-10-21T12:37:43.584 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:37:43.600 INFO:teuthology.orchestra.run.smithi132.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 3.1 MB/s | 511 kB 00:00 2023-10-21T12:37:43.642 INFO:teuthology.orchestra.run.smithi132.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 393 kB/s | 69 kB 00:00 2023-10-21T12:37:43.677 INFO:teuthology.orchestra.run.smithi154.stdout:========================================================================================================================== 2023-10-21T12:37:43.677 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2023-10-21T12:37:43.678 INFO:teuthology.orchestra.run.smithi154.stdout:========================================================================================================================== 2023-10-21T12:37:43.678 INFO:teuthology.orchestra.run.smithi154.stdout:Installing group/module packages: 2023-10-21T12:37:43.679 INFO:teuthology.orchestra.run.smithi154.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-10-21T12:37:43.679 INFO:teuthology.orchestra.run.smithi154.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-10-21T12:37:43.679 INFO:teuthology.orchestra.run.smithi154.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-10-21T12:37:43.680 INFO:teuthology.orchestra.run.smithi154.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-10-21T12:37:43.680 INFO:teuthology.orchestra.run.smithi154.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-10-21T12:37:43.681 INFO:teuthology.orchestra.run.smithi154.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-21T12:37:43.682 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2023-10-21T12:37:43.682 INFO:teuthology.orchestra.run.smithi154.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-10-21T12:37:43.683 INFO:teuthology.orchestra.run.smithi154.stdout:Downgrading: 2023-10-21T12:37:43.684 INFO:teuthology.orchestra.run.smithi154.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-21T12:37:43.685 INFO:teuthology.orchestra.run.smithi154.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-10-21T12:37:43.685 INFO:teuthology.orchestra.run.smithi154.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-10-21T12:37:43.685 INFO:teuthology.orchestra.run.smithi154.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-10-21T12:37:43.686 INFO:teuthology.orchestra.run.smithi154.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-10-21T12:37:43.686 INFO:teuthology.orchestra.run.smithi154.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-10-21T12:37:43.687 INFO:teuthology.orchestra.run.smithi154.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-10-21T12:37:43.687 INFO:teuthology.orchestra.run.smithi154.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-10-21T12:37:43.687 INFO:teuthology.orchestra.run.smithi154.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-10-21T12:37:43.688 INFO:teuthology.orchestra.run.smithi154.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-10-21T12:37:43.688 INFO:teuthology.orchestra.run.smithi154.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-10-21T12:37:43.688 INFO:teuthology.orchestra.run.smithi154.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-21T12:37:43.689 INFO:teuthology.orchestra.run.smithi154.stdout:Installing module profiles: 2023-10-21T12:37:43.689 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools/common 2023-10-21T12:37:43.689 INFO:teuthology.orchestra.run.smithi154.stdout:Enabling module streams: 2023-10-21T12:37:43.689 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools 3.0 2023-10-21T12:37:43.690 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:37:43.690 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-10-21T12:37:43.690 INFO:teuthology.orchestra.run.smithi154.stdout:========================================================================================================================== 2023-10-21T12:37:43.691 INFO:teuthology.orchestra.run.smithi154.stdout:Install 7 Packages 2023-10-21T12:37:43.691 INFO:teuthology.orchestra.run.smithi154.stdout:Downgrade 12 Packages 2023-10-21T12:37:43.692 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:37:43.693 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 51 M 2023-10-21T12:37:43.693 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-10-21T12:37:43.700 INFO:teuthology.orchestra.run.smithi132.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 14 MB/s | 2.9 MB 00:00 2023-10-21T12:37:43.726 INFO:teuthology.orchestra.run.smithi132.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 572 kB/s | 72 kB 00:00 2023-10-21T12:37:43.814 INFO:teuthology.orchestra.run.smithi154.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 400 kB/s | 53 kB 00:00 2023-10-21T12:37:43.839 INFO:teuthology.orchestra.run.smithi154.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 325 kB/s | 51 kB 00:00 2023-10-21T12:37:43.851 INFO:teuthology.orchestra.run.smithi132.stdout:(8/19): conmon-2.0.26-1.module+el8.6.0+14874+64 407 kB/s | 51 kB 00:00 2023-10-21T12:37:43.881 INFO:teuthology.orchestra.run.smithi154.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 456 kB/s | 91 kB 00:00 2023-10-21T12:37:43.981 INFO:teuthology.orchestra.run.smithi154.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 487 kB/s | 69 kB 00:00 2023-10-21T12:37:44.015 INFO:teuthology.orchestra.run.smithi154.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 2.5 MB/s | 511 kB 00:00 2023-10-21T12:37:44.018 INFO:teuthology.orchestra.run.smithi132.stdout:(9/19): podman-3.0.1-9.module+el8.6.0+14874+644 29 MB/s | 11 MB 00:00 2023-10-21T12:37:44.035 INFO:teuthology.orchestra.run.smithi132.stdout:(10/19): podman-docker-3.0.1-9.module+el8.6.0+1 167 kB/s | 56 kB 00:00 2023-10-21T12:37:44.137 INFO:teuthology.orchestra.run.smithi154.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 11 MB/s | 2.9 MB 00:00 2023-10-21T12:37:44.157 INFO:teuthology.orchestra.run.smithi154.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 410 kB/s | 72 kB 00:00 2023-10-21T12:37:44.185 INFO:teuthology.orchestra.run.smithi132.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.9 MB/s | 322 kB 00:00 2023-10-21T12:37:44.211 INFO:teuthology.orchestra.run.smithi132.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 232 kB/s | 41 kB 00:00 2023-10-21T12:37:44.266 INFO:teuthology.orchestra.run.smithi154.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 434 kB/s | 56 kB 00:00 2023-10-21T12:37:44.291 INFO:teuthology.orchestra.run.smithi154.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 382 kB/s | 51 kB 00:00 2023-10-21T12:37:44.420 INFO:teuthology.orchestra.run.smithi132.stdout:(13/19): containernetworking-plugins-0.9.1-1.mo 33 MB/s | 19 MB 00:00 2023-10-21T12:37:44.486 INFO:teuthology.orchestra.run.smithi132.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 7.3 MB/s | 2.2 MB 00:00 2023-10-21T12:37:44.500 INFO:teuthology.orchestra.run.smithi154.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 23 MB/s | 11 MB 00:00 2023-10-21T12:37:44.542 INFO:teuthology.orchestra.run.smithi154.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.3 MB/s | 322 kB 00:00 2023-10-21T12:37:44.617 INFO:teuthology.orchestra.run.smithi154.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 350 kB/s | 41 kB 00:00 2023-10-21T12:37:44.628 INFO:teuthology.orchestra.run.smithi132.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 15 MB/s | 6.4 MB 00:00 2023-10-21T12:37:44.670 INFO:teuthology.orchestra.run.smithi132.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 5.8 MB/s | 1.1 MB 00:00 2023-10-21T12:37:44.696 INFO:teuthology.orchestra.run.smithi132.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.7 MB/s | 185 kB 00:00 2023-10-21T12:37:44.717 INFO:teuthology.orchestra.run.smithi154.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 13 MB/s | 2.2 MB 00:00 2023-10-21T12:37:44.804 INFO:teuthology.orchestra.run.smithi132.stdout:(18/19): buildah-1.19.9-3.module+el8.6.0+14874+ 18 MB/s | 6.8 MB 00:00 2023-10-21T12:37:44.830 INFO:teuthology.orchestra.run.smithi132.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 319 kB/s | 51 kB 00:00 2023-10-21T12:37:44.830 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:37:44.831 INFO:teuthology.orchestra.run.smithi132.stdout:Total 31 MB/s | 51 MB 00:01 2023-10-21T12:37:44.976 INFO:teuthology.orchestra.run.smithi154.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 27 MB/s | 19 MB 00:00 2023-10-21T12:37:45.110 INFO:teuthology.orchestra.run.smithi154.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 13 MB/s | 6.4 MB 00:00 2023-10-21T12:37:45.210 INFO:teuthology.orchestra.run.smithi154.stdout:(16/19): buildah-1.19.9-3.module+el8.6.0+14874+ 14 MB/s | 6.8 MB 00:00 2023-10-21T12:37:45.235 INFO:teuthology.orchestra.run.smithi154.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.4 MB/s | 185 kB 00:00 2023-10-21T12:37:45.277 INFO:teuthology.orchestra.run.smithi154.stdout:(18/19): cockpit-podman-29-2.module+el8.6.0+148 3.6 MB/s | 1.1 MB 00:00 2023-10-21T12:37:45.302 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-10-21T12:37:45.344 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-10-21T12:37:45.345 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-10-21T12:37:45.377 INFO:teuthology.orchestra.run.smithi154.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 303 kB/s | 51 kB 00:00 2023-10-21T12:37:45.378 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:37:45.378 INFO:teuthology.orchestra.run.smithi154.stdout:Total 30 MB/s | 51 MB 00:01 2023-10-21T12:37:45.801 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-10-21T12:37:45.805 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-10-21T12:37:45.851 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-10-21T12:37:45.893 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-10-21T12:37:45.894 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-10-21T12:37:46.334 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-10-21T12:37:46.338 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-10-21T12:37:46.933 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-10-21T12:37:46.986 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-10-21T12:37:47.152 INFO:teuthology.orchestra.run.smithi132.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-10-21T12:37:47.161 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-10-21T12:37:47.185 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-21T12:37:47.369 INFO:teuthology.orchestra.run.smithi132.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-21T12:37:47.505 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-10-21T12:37:47.553 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-10-21T12:37:47.722 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-10-21T12:37:47.731 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-10-21T12:37:47.751 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-21T12:37:47.922 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-21T12:38:04.303 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-21T12:38:05.021 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-21T12:38:06.070 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-10-21T12:38:06.282 INFO:teuthology.orchestra.run.smithi132.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-10-21T12:38:06.481 INFO:teuthology.orchestra.run.smithi132.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-10-21T12:38:06.656 INFO:teuthology.orchestra.run.smithi132.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-10-21T12:38:06.819 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-10-21T12:38:06.867 INFO:teuthology.orchestra.run.smithi132.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-10-21T12:38:06.867 INFO:teuthology.orchestra.run.smithi132.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-10-21T12:38:06.867 INFO:teuthology.orchestra.run.smithi132.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-10-21T12:38:06.868 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:38:07.042 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-10-21T12:38:07.267 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-10-21T12:38:07.450 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-10-21T12:38:07.677 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-10-21T12:38:07.677 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-10-21T12:38:07.677 INFO:teuthology.orchestra.run.smithi154.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-10-21T12:38:07.678 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:38:07.691 INFO:teuthology.orchestra.run.smithi132.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-10-21T12:38:07.915 INFO:teuthology.orchestra.run.smithi132.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-10-21T12:38:08.474 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-10-21T12:38:08.694 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-10-21T12:38:09.386 INFO:teuthology.orchestra.run.smithi132.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-10-21T12:38:09.651 INFO:teuthology.orchestra.run.smithi132.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-10-21T12:38:10.007 INFO:teuthology.orchestra.run.smithi132.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-10-21T12:38:10.142 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-10-21T12:38:10.277 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-10-21T12:38:10.421 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-10-21T12:38:10.793 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-10-21T12:38:11.006 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-10-21T12:38:11.050 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-10-21T12:38:11.748 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-10-21T12:38:11.786 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-10-21T12:38:11.973 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-10-21T12:38:12.156 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-10-21T12:38:12.340 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-10-21T12:38:12.463 INFO:teuthology.orchestra.run.smithi132.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-10-21T12:38:12.463 INFO:teuthology.orchestra.run.smithi132.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-10-21T12:38:12.491 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-10-21T12:38:12.751 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-10-21T12:38:12.761 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-10-21T12:38:12.950 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-10-21T12:38:12.952 INFO:teuthology.orchestra.run.smithi132.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-10-21T12:38:12.952 INFO:teuthology.orchestra.run.smithi132.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-10-21T12:38:13.125 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-10-21T12:38:13.134 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-10-21T12:38:13.249 INFO:teuthology.orchestra.run.smithi132.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-10-21T12:38:13.266 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-10-21T12:38:13.267 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-10-21T12:38:13.400 INFO:teuthology.orchestra.run.smithi132.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-10-21T12:38:13.556 INFO:teuthology.orchestra.run.smithi132.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-10-21T12:38:13.578 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-10-21T12:38:13.719 INFO:teuthology.orchestra.run.smithi132.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-10-21T12:38:13.752 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-10-21T12:38:13.753 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-10-21T12:38:13.841 INFO:teuthology.orchestra.run.smithi132.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-10-21T12:38:13.960 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-10-21T12:38:13.982 INFO:teuthology.orchestra.run.smithi132.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-10-21T12:38:14.134 INFO:teuthology.orchestra.run.smithi132.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-10-21T12:38:14.135 INFO:teuthology.orchestra.run.smithi132.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-21T12:38:14.135 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-10-21T12:38:14.286 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-10-21T12:38:14.315 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-21T12:38:14.427 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-10-21T12:38:14.585 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-10-21T12:38:14.727 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-10-21T12:38:14.846 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-10-21T12:38:14.901 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-10-21T12:38:15.042 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-10-21T12:38:15.043 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-21T12:38:15.209 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-21T12:38:15.238 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-21T12:38:15.238 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-10-21T12:38:15.238 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-10-21T12:38:15.239 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-10-21T12:38:15.239 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-10-21T12:38:15.239 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-10-21T12:38:15.239 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-10-21T12:38:15.239 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-10-21T12:38:15.240 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-10-21T12:38:15.240 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-10-21T12:38:15.240 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-10-21T12:38:15.240 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-10-21T12:38:15.240 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-10-21T12:38:15.241 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-10-21T12:38:15.241 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-10-21T12:38:15.241 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-10-21T12:38:15.241 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-10-21T12:38:15.241 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-10-21T12:38:15.241 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-10-21T12:38:15.242 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-10-21T12:38:15.242 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-10-21T12:38:15.242 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-10-21T12:38:15.242 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-10-21T12:38:15.242 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-10-21T12:38:15.243 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-10-21T12:38:15.243 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-10-21T12:38:15.244 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-10-21T12:38:15.244 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-10-21T12:38:15.244 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-10-21T12:38:15.244 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-10-21T12:38:15.245 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-10-21T12:38:15.730 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-10-21T12:38:16.112 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-21T12:38:16.113 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-10-21T12:38:16.113 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-10-21T12:38:16.113 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-10-21T12:38:16.113 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-10-21T12:38:16.114 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-10-21T12:38:16.114 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-10-21T12:38:16.114 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-10-21T12:38:16.114 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-10-21T12:38:16.114 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-10-21T12:38:16.115 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-10-21T12:38:16.115 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-10-21T12:38:16.115 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-10-21T12:38:16.115 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-10-21T12:38:16.115 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-10-21T12:38:16.115 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-10-21T12:38:16.116 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-10-21T12:38:16.116 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-10-21T12:38:16.116 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-10-21T12:38:16.116 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-10-21T12:38:16.116 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-10-21T12:38:16.117 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-10-21T12:38:16.117 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-10-21T12:38:16.117 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-10-21T12:38:16.117 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-10-21T12:38:16.117 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-10-21T12:38:16.118 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-10-21T12:38:16.118 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-10-21T12:38:16.118 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-10-21T12:38:16.119 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-10-21T12:38:16.119 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-10-21T12:38:16.686 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-10-21T12:38:16.687 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:26 ago on Sat 21 Oct 2023 12:35:50 PM UTC. 2023-10-21T12:38:17.482 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-10-21T12:38:17.482 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:02:27 ago on Sat 21 Oct 2023 12:35:50 PM UTC. 2023-10-21T12:38:22.050 INFO:teuthology.orchestra.run.smithi132.stdout:Installed products updated. 2023-10-21T12:38:22.052 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-10-21T12:38:22.244 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:38:22.245 INFO:teuthology.orchestra.run.smithi132.stdout:Downgraded: 2023-10-21T12:38:22.245 INFO:teuthology.orchestra.run.smithi132.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.245 INFO:teuthology.orchestra.run.smithi132.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-10-21T12:38:22.245 INFO:teuthology.orchestra.run.smithi132.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.246 INFO:teuthology.orchestra.run.smithi132.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.246 INFO:teuthology.orchestra.run.smithi132.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.246 INFO:teuthology.orchestra.run.smithi132.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.246 INFO:teuthology.orchestra.run.smithi132.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.247 INFO:teuthology.orchestra.run.smithi132.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.247 INFO:teuthology.orchestra.run.smithi132.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.247 INFO:teuthology.orchestra.run.smithi132.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-10-21T12:38:22.247 INFO:teuthology.orchestra.run.smithi132.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.247 INFO:teuthology.orchestra.run.smithi132.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.248 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-10-21T12:38:22.248 INFO:teuthology.orchestra.run.smithi132.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.248 INFO:teuthology.orchestra.run.smithi132.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-10-21T12:38:22.248 INFO:teuthology.orchestra.run.smithi132.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.249 INFO:teuthology.orchestra.run.smithi132.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.249 INFO:teuthology.orchestra.run.smithi132.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.250 INFO:teuthology.orchestra.run.smithi132.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-10-21T12:38:22.250 INFO:teuthology.orchestra.run.smithi132.stdout: yajl-2.1.0-10.el8.x86_64 2023-10-21T12:38:22.250 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:38:22.251 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:38:22.251 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:38:22.252 INFO:teuthology.orchestra.run.smithi154.stdout:Downgraded: 2023-10-21T12:38:22.252 INFO:teuthology.orchestra.run.smithi154.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.253 INFO:teuthology.orchestra.run.smithi154.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-10-21T12:38:22.253 INFO:teuthology.orchestra.run.smithi154.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.253 INFO:teuthology.orchestra.run.smithi154.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.254 INFO:teuthology.orchestra.run.smithi154.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.254 INFO:teuthology.orchestra.run.smithi154.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.254 INFO:teuthology.orchestra.run.smithi154.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.254 INFO:teuthology.orchestra.run.smithi154.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.255 INFO:teuthology.orchestra.run.smithi154.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.255 INFO:teuthology.orchestra.run.smithi154.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-10-21T12:38:22.255 INFO:teuthology.orchestra.run.smithi154.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.255 INFO:teuthology.orchestra.run.smithi154.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.255 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-10-21T12:38:22.255 INFO:teuthology.orchestra.run.smithi154.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.256 INFO:teuthology.orchestra.run.smithi154.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-10-21T12:38:22.256 INFO:teuthology.orchestra.run.smithi154.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.256 INFO:teuthology.orchestra.run.smithi154.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.256 INFO:teuthology.orchestra.run.smithi154.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-10-21T12:38:22.257 INFO:teuthology.orchestra.run.smithi154.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-10-21T12:38:22.257 INFO:teuthology.orchestra.run.smithi154.stdout: yajl-2.1.0-10.el8.x86_64 2023-10-21T12:38:22.257 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:38:22.257 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:38:22.438 DEBUG:teuthology.parallel:result is None 2023-10-21T12:38:22.445 DEBUG:teuthology.parallel:result is None 2023-10-21T12:38:22.445 INFO:teuthology.run_tasks:Running task install... 2023-10-21T12:38:22.456 DEBUG:teuthology.task.install:project ceph 2023-10-21T12:38:22.457 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'f0804064d67a2a63dbabf1801ff452580a050cfc'}} 2023-10-21T12:38:22.457 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'f0804064d67a2a63dbabf1801ff452580a050cfc'} 2023-10-21T12:38:22.457 INFO:teuthology.task.install:Using flavor: default 2023-10-21T12:38:22.465 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']} 2023-10-21T12:38:22.466 INFO:teuthology.task.install:extra packages: [] 2023-10-21T12:38:22.466 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'f0804064d67a2a63dbabf1801ff452580a050cfc', 'tag': None, 'wait_for_package': False} 2023-10-21T12:38:22.467 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc 2023-10-21T12:38:22.469 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': 'f0804064d67a2a63dbabf1801ff452580a050cfc', 'tag': None, 'wait_for_package': False} 2023-10-21T12:38:22.469 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc 2023-10-21T12:38:54.218 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/ 2023-10-21T12:38:54.218 INFO:teuthology.task.install.rpm:Package version is 18.0.0-6820.gf0804064 2023-10-21T12:38:54.226 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/ 2023-10-21T12:38:54.226 INFO:teuthology.task.install.rpm:Package version is 18.0.0-6820.gf0804064 2023-10-21T12:38:54.612 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-10-21T12:38:54.612 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-10-21T12:38:54.613 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-10-21T12:38:54.617 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-10-21T12:38:54.617 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-10-21T12:38:54.617 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-10-21T12:38:54.649 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 2023-10-21T12:38:54.649 DEBUG:teuthology.orchestra.run.smithi132:> 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/f0804064d67a2a63dbabf1801ff452580a050cfc/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-10-21T12:38:54.654 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 2023-10-21T12:38:54.654 DEBUG:teuthology.orchestra.run.smithi154:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/f0804064d67a2a63dbabf1801ff452580a050cfc/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-10-21T12:38:54.719 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-10-21T12:38:54.724 DEBUG:teuthology.orchestra.run.smithi154:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-10-21T12:38:54.800 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-10-21T12:38:54.804 DEBUG:teuthology.orchestra.run.smithi154:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-10-21T12:38:54.869 INFO:teuthology.orchestra.run.smithi132.stdout:check_obsoletes = 1 2023-10-21T12:38:54.870 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum clean all 2023-10-21T12:38:54.871 INFO:teuthology.orchestra.run.smithi154.stdout:check_obsoletes = 1 2023-10-21T12:38:54.872 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum clean all 2023-10-21T12:38:55.245 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:38:55.248 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:38:55.507 INFO:teuthology.orchestra.run.smithi154.stdout:44 files removed 2023-10-21T12:38:55.515 INFO:teuthology.orchestra.run.smithi132.stdout:44 files removed 2023-10-21T12:38:55.555 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-radosgw 2023-10-21T12:38:55.562 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-radosgw 2023-10-21T12:38:55.885 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:38:55.892 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:38:56.699 INFO:teuthology.orchestra.run.smithi154.stdout:ceph packages for x86_64 185 kB/s | 81 kB 00:00 2023-10-21T12:39:29.154 INFO:teuthology.orchestra.run.smithi154.stdout:ceph noarch packages 297 B/s | 9.4 kB 00:32 2023-10-21T12:40:01.592 INFO:teuthology.orchestra.run.smithi154.stdout:ceph source packages 47 B/s | 1.5 kB 00:32 2023-10-21T12:40:01.725 INFO:teuthology.orchestra.run.smithi154.stdout:Copr repo for python3-asyncssh owned by ceph 31 kB/s | 3.5 kB 00:00 2023-10-21T12:40:04.739 INFO:teuthology.orchestra.run.smithi154.stdout:Extra Packages for Enterprise Linux 5.3 MB/s | 16 MB 00:02 2023-10-21T12:40:08.250 INFO:teuthology.orchestra.run.smithi154.stdout:lab-extras 424 kB/s | 24 kB 00:00 2023-10-21T12:40:09.111 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 60 MB/s | 47 MB 00:00 2023-10-21T12:40:16.953 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 64 MB/s | 53 MB 00:00 2023-10-21T12:40:28.111 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:40:28.114 INFO:teuthology.orchestra.run.smithi154.stdout:==================================================================================================== 2023-10-21T12:40:28.114 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2023-10-21T12:40:28.114 INFO:teuthology.orchestra.run.smithi154.stdout:==================================================================================================== 2023-10-21T12:40:28.115 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2023-10-21T12:40:28.115 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-radosgw x86_64 2:18.0.0-6820.gf0804064.el8 ceph 14 M 2023-10-21T12:40:28.115 INFO:teuthology.orchestra.run.smithi154.stdout:Upgrading: 2023-10-21T12:40:28.115 INFO:teuthology.orchestra.run.smithi154.stdout: librados2 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 3.7 M 2023-10-21T12:40:28.115 INFO:teuthology.orchestra.run.smithi154.stdout: librbd1 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 3.7 M 2023-10-21T12:40:28.116 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2023-10-21T12:40:28.116 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-base x86_64 2:18.0.0-6820.gf0804064.el8 ceph 5.4 M 2023-10-21T12:40:28.116 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-common x86_64 2:18.0.0-6820.gf0804064.el8 ceph 23 M 2023-10-21T12:40:28.116 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-selinux x86_64 2:18.0.0-6820.gf0804064.el8 ceph 24 k 2023-10-21T12:40:28.116 INFO:teuthology.orchestra.run.smithi154.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-10-21T12:40:28.117 INFO:teuthology.orchestra.run.smithi154.stdout: libcephfs2 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 840 k 2023-10-21T12:40:28.117 INFO:teuthology.orchestra.run.smithi154.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-10-21T12:40:28.117 INFO:teuthology.orchestra.run.smithi154.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-10-21T12:40:28.117 INFO:teuthology.orchestra.run.smithi154.stdout: libradosstriper1 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 518 k 2023-10-21T12:40:28.117 INFO:teuthology.orchestra.run.smithi154.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-10-21T12:40:28.118 INFO:teuthology.orchestra.run.smithi154.stdout: librgw2 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 6.9 M 2023-10-21T12:40:28.118 INFO:teuthology.orchestra.run.smithi154.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-10-21T12:40:28.118 INFO:teuthology.orchestra.run.smithi154.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-10-21T12:40:28.118 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-argparse x86_64 2:18.0.0-6820.gf0804064.el8 ceph 45 k 2023-10-21T12:40:28.118 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-common x86_64 2:18.0.0-6820.gf0804064.el8 ceph 126 k 2023-10-21T12:40:28.119 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cephfs x86_64 2:18.0.0-6820.gf0804064.el8 ceph 196 k 2023-10-21T12:40:28.119 INFO:teuthology.orchestra.run.smithi154.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-10-21T12:40:28.119 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rados x86_64 2:18.0.0-6820.gf0804064.el8 ceph 371 k 2023-10-21T12:40:28.119 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rbd x86_64 2:18.0.0-6820.gf0804064.el8 ceph 364 k 2023-10-21T12:40:28.119 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rgw x86_64 2:18.0.0-6820.gf0804064.el8 ceph 107 k 2023-10-21T12:40:28.119 INFO:teuthology.orchestra.run.smithi154.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-10-21T12:40:28.120 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:40:28.120 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-10-21T12:40:28.120 INFO:teuthology.orchestra.run.smithi154.stdout:==================================================================================================== 2023-10-21T12:40:28.120 INFO:teuthology.orchestra.run.smithi154.stdout:Install 21 Packages 2023-10-21T12:40:28.120 INFO:teuthology.orchestra.run.smithi154.stdout:Upgrade 2 Packages 2023-10-21T12:40:28.121 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:40:28.121 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 62 M 2023-10-21T12:40:28.121 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-10-21T12:40:28.844 INFO:teuthology.orchestra.run.smithi154.stdout:(1/23): ceph-base-18.0.0-6820.gf0804064.el8.x86 8.1 MB/s | 5.4 MB 00:00 2023-10-21T12:40:28.911 INFO:teuthology.orchestra.run.smithi154.stdout:(2/23): ceph-selinux-18.0.0-6820.gf0804064.el8. 364 kB/s | 24 kB 00:00 2023-10-21T12:40:29.011 INFO:teuthology.orchestra.run.smithi154.stdout:(3/23): libcephfs2-18.0.0-6820.gf0804064.el8.x8 8.2 MB/s | 840 kB 00:00 2023-10-21T12:40:29.112 INFO:teuthology.orchestra.run.smithi154.stdout:(4/23): libradosstriper1-18.0.0-6820.gf0804064. 5.1 MB/s | 518 kB 00:00 2023-10-21T12:40:29.587 INFO:teuthology.orchestra.run.smithi154.stdout:(5/23): ceph-radosgw-18.0.0-6820.gf0804064.el8. 9.8 MB/s | 14 MB 00:01 2023-10-21T12:40:29.670 INFO:teuthology.orchestra.run.smithi154.stdout:(6/23): librgw2-18.0.0-6820.gf0804064.el8.x86_6 12 MB/s | 6.9 MB 00:00 2023-10-21T12:40:29.696 INFO:teuthology.orchestra.run.smithi154.stdout:(7/23): python3-ceph-argparse-18.0.0-6820.gf080 412 kB/s | 45 kB 00:00 2023-10-21T12:40:29.729 INFO:teuthology.orchestra.run.smithi154.stdout:(8/23): python3-ceph-common-18.0.0-6820.gf08040 2.1 MB/s | 126 kB 00:00 2023-10-21T12:40:29.754 INFO:teuthology.orchestra.run.smithi154.stdout:(9/23): python3-cephfs-18.0.0-6820.gf0804064.el 3.3 MB/s | 196 kB 00:00 2023-10-21T12:40:29.796 INFO:teuthology.orchestra.run.smithi154.stdout:(10/23): python3-rados-18.0.0-6820.gf0804064.el 5.4 MB/s | 371 kB 00:00 2023-10-21T12:40:29.822 INFO:teuthology.orchestra.run.smithi154.stdout:(11/23): python3-rbd-18.0.0-6820.gf0804064.el8. 5.3 MB/s | 364 kB 00:00 2023-10-21T12:40:29.847 INFO:teuthology.orchestra.run.smithi154.stdout:(12/23): python3-rgw-18.0.0-6820.gf0804064.el8. 2.1 MB/s | 107 kB 00:00 2023-10-21T12:40:30.289 INFO:teuthology.orchestra.run.smithi154.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 133 kB/s | 59 kB 00:00 2023-10-21T12:40:30.540 INFO:teuthology.orchestra.run.smithi154.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 300 kB/s | 75 kB 00:00 2023-10-21T12:40:30.565 INFO:teuthology.orchestra.run.smithi154.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 412 kB/s | 306 kB 00:00 2023-10-21T12:40:30.623 INFO:teuthology.orchestra.run.smithi154.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.3 MB/s | 259 kB 00:00 2023-10-21T12:40:30.665 INFO:teuthology.orchestra.run.smithi154.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-10-21T12:40:30.707 INFO:teuthology.orchestra.run.smithi154.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-10-21T12:40:30.749 INFO:teuthology.orchestra.run.smithi154.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 1.1 MB/s | 47 kB 00:00 2023-10-21T12:40:31.049 INFO:teuthology.orchestra.run.smithi154.stdout:(20/23): librados2-18.0.0-6820.gf0804064.el8.x8 12 MB/s | 3.7 MB 00:00 2023-10-21T12:40:31.208 INFO:teuthology.orchestra.run.smithi154.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 2.6 MB/s | 1.7 MB 00:00 2023-10-21T12:40:31.258 INFO:teuthology.orchestra.run.smithi154.stdout:(22/23): librbd1-18.0.0-6820.gf0804064.el8.x86_ 18 MB/s | 3.7 MB 00:00 2023-10-21T12:41:01.288 INFO:teuthology.orchestra.run.smithi154.stdout:(23/23): ceph-common-18.0.0-6820.gf0804064.el8. 698 kB/s | 23 MB 00:33 2023-10-21T12:41:01.290 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:41:01.291 INFO:teuthology.orchestra.run.smithi154.stdout:Total 1.9 MB/s | 62 MB 00:33 2023-10-21T12:41:01.339 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-10-21T12:41:01.385 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-10-21T12:41:01.385 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-10-21T12:41:01.730 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-10-21T12:41:01.734 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-10-21T12:41:02.893 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-10-21T12:41:03.091 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-10-21T12:41:03.305 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-10-21T12:41:03.720 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-10-21T12:41:03.905 INFO:teuthology.orchestra.run.smithi154.stdout: Upgrading : librados2-2:18.0.0-6820.gf0804064.el8.x86_64 3/25 2023-10-21T12:41:04.004 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librados2-2:18.0.0-6820.gf0804064.el8.x86_64 3/25 2023-10-21T12:41:04.169 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rados-2:18.0.0-6820.gf0804064.el8.x86_64 4/25 2023-10-21T12:41:04.408 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-10-21T12:41:04.604 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 6/25 2023-10-21T12:41:05.035 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 6/25 2023-10-21T12:41:05.221 INFO:teuthology.orchestra.run.smithi154.stdout: Upgrading : librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 7/25 2023-10-21T12:41:05.269 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 7/25 2023-10-21T12:41:05.477 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-10-21T12:41:05.663 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-10-21T12:41:05.714 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-10-21T12:41:05.857 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-ceph-argparse-2:18.0.0-6820.gf0804064.el8. 10/25 2023-10-21T12:41:06.047 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cephfs-2:18.0.0-6820.gf0804064.el8.x86_64 11/25 2023-10-21T12:41:06.283 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rbd-2:18.0.0-6820.gf0804064.el8.x86_64 12/25 2023-10-21T12:41:06.463 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libradosstriper1-2:18.0.0-6820.gf0804064.el8.x86_6 13/25 2023-10-21T12:41:06.535 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libradosstriper1-2:18.0.0-6820.gf0804064.el8.x86_6 13/25 2023-10-21T12:41:06.655 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-10-21T12:41:06.773 INFO:teuthology.orchestra.run.smithi132.stdout:ceph packages for x86_64 637 B/s | 81 kB 02:10 2023-10-21T12:41:06.851 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-10-21T12:41:07.698 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-10-21T12:41:07.870 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librgw2-2:18.0.0-6820.gf0804064.el8.x86_64 17/25 2023-10-21T12:41:07.953 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librgw2-2:18.0.0-6820.gf0804064.el8.x86_64 17/25 2023-10-21T12:41:08.180 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rgw-2:18.0.0-6820.gf0804064.el8.x86_64 18/25 2023-10-21T12:41:08.346 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-ceph-common-2:18.0.0-6820.gf0804064.el8.x8 19/25 2023-10-21T12:41:12.108 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 20/25 2023-10-21T12:41:12.387 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 20/25 2023-10-21T12:41:12.975 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 20/25 2023-10-21T12:41:13.254 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 21/25 2023-10-21T12:41:13.318 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 21/25 2023-10-21T12:41:13.469 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-selinux-2:18.0.0-6820.gf0804064.el8.x86_64 22/25 2023-10-21T12:41:31.915 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-selinux-2:18.0.0-6820.gf0804064.el8.x86_64 22/25 2023-10-21T12:41:31.916 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /sys 2023-10-21T12:41:31.916 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /proc 2023-10-21T12:41:31.916 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /dev 2023-10-21T12:41:31.917 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /run 2023-10-21T12:41:31.917 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /mnt 2023-10-21T12:41:31.917 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /var/tmp 2023-10-21T12:41:31.917 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /home 2023-10-21T12:41:31.917 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /tmp 2023-10-21T12:41:31.918 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /dev 2023-10-21T12:41:31.918 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:41:33.351 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-radosgw-2:18.0.0-6820.gf0804064.el8.x86_64 23/25 2023-10-21T12:41:33.372 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-6820.gf0804064.el8.x86_64 23/25 2023-10-21T12:41:33.372 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-10-21T12:41:33.576 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-10-21T12:41:33.577 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-10-21T12:41:34.239 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-10-21T12:41:34.239 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 1/25 2023-10-21T12:41:34.239 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 2/25 2023-10-21T12:41:34.239 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-radosgw-2:18.0.0-6820.gf0804064.el8.x86_64 3/25 2023-10-21T12:41:34.240 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-selinux-2:18.0.0-6820.gf0804064.el8.x86_64 4/25 2023-10-21T12:41:34.240 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 5/25 2023-10-21T12:41:34.240 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libradosstriper1-2:18.0.0-6820.gf0804064.el8.x86_6 6/25 2023-10-21T12:41:34.240 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librgw2-2:18.0.0-6820.gf0804064.el8.x86_64 7/25 2023-10-21T12:41:34.240 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-ceph-argparse-2:18.0.0-6820.gf0804064.el8. 8/25 2023-10-21T12:41:34.241 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-ceph-common-2:18.0.0-6820.gf0804064.el8.x8 9/25 2023-10-21T12:41:34.241 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cephfs-2:18.0.0-6820.gf0804064.el8.x86_64 10/25 2023-10-21T12:41:34.241 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rados-2:18.0.0-6820.gf0804064.el8.x86_64 11/25 2023-10-21T12:41:34.241 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rbd-2:18.0.0-6820.gf0804064.el8.x86_64 12/25 2023-10-21T12:41:34.241 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rgw-2:18.0.0-6820.gf0804064.el8.x86_64 13/25 2023-10-21T12:41:34.242 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-10-21T12:41:34.242 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-10-21T12:41:34.242 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-10-21T12:41:34.242 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-10-21T12:41:34.243 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-10-21T12:41:34.243 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-10-21T12:41:34.243 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-10-21T12:41:34.243 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-10-21T12:41:34.244 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librados2-2:18.0.0-6820.gf0804064.el8.x86_64 22/25 2023-10-21T12:41:34.244 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-10-21T12:41:34.244 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 24/25 2023-10-21T12:41:35.593 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-10-21T12:41:35.594 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:19 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:41:37.993 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-10-21T12:41:38.180 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:41:38.180 INFO:teuthology.orchestra.run.smithi154.stdout:Upgraded: 2023-10-21T12:41:38.181 INFO:teuthology.orchestra.run.smithi154.stdout: librados2-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:41:38.181 INFO:teuthology.orchestra.run.smithi154.stdout: librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:41:38.181 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-10-21T12:41:38.181 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:41:38.182 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:41:38.182 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-radosgw-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:41:38.182 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-selinux-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:41:38.182 INFO:teuthology.orchestra.run.smithi154.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-10-21T12:41:38.182 INFO:teuthology.orchestra.run.smithi154.stdout: libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:41:38.183 INFO:teuthology.orchestra.run.smithi154.stdout: liboath-2.6.2-3.el8.x86_64 2023-10-21T12:41:38.183 INFO:teuthology.orchestra.run.smithi154.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-10-21T12:41:38.183 INFO:teuthology.orchestra.run.smithi154.stdout: libradosstriper1-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:41:38.183 INFO:teuthology.orchestra.run.smithi154.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-10-21T12:41:38.184 INFO:teuthology.orchestra.run.smithi154.stdout: librgw2-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:41:38.184 INFO:teuthology.orchestra.run.smithi154.stdout: libunwind-1.3.1-3.el8.x86_64 2023-10-21T12:41:38.184 INFO:teuthology.orchestra.run.smithi154.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-10-21T12:41:38.184 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-argparse-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:41:38.184 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:41:38.185 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cephfs-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:41:38.185 INFO:teuthology.orchestra.run.smithi154.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-10-21T12:41:38.185 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rados-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:41:38.185 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rbd-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:41:38.185 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rgw-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:41:38.186 INFO:teuthology.orchestra.run.smithi154.stdout: thrift-0.13.0-2.el8.x86_64 2023-10-21T12:41:38.186 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:41:38.186 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:41:38.349 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-test 2023-10-21T12:41:38.700 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:41:39.591 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:23 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:41:41.030 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:41:41.031 INFO:teuthology.orchestra.run.smithi154.stdout:============================================================================================ 2023-10-21T12:41:41.031 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2023-10-21T12:41:41.031 INFO:teuthology.orchestra.run.smithi154.stdout:============================================================================================ 2023-10-21T12:41:41.031 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2023-10-21T12:41:41.032 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-test x86_64 2:18.0.0-6820.gf0804064.el8 ceph 49 M 2023-10-21T12:41:41.032 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2023-10-21T12:41:41.032 INFO:teuthology.orchestra.run.smithi154.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-10-21T12:41:41.032 INFO:teuthology.orchestra.run.smithi154.stdout: libcephsqlite x86_64 2:18.0.0-6820.gf0804064.el8 ceph 184 k 2023-10-21T12:41:41.033 INFO:teuthology.orchestra.run.smithi154.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-10-21T12:41:41.033 INFO:teuthology.orchestra.run.smithi154.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-10-21T12:41:41.033 INFO:teuthology.orchestra.run.smithi154.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-10-21T12:41:41.033 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:41:41.033 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-10-21T12:41:41.034 INFO:teuthology.orchestra.run.smithi154.stdout:============================================================================================ 2023-10-21T12:41:41.034 INFO:teuthology.orchestra.run.smithi154.stdout:Install 6 Packages 2023-10-21T12:41:41.034 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:41:41.035 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 50 M 2023-10-21T12:41:41.035 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 222 M 2023-10-21T12:41:41.035 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-10-21T12:41:41.061 INFO:teuthology.orchestra.run.smithi154.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.4 MB/s | 70 kB 00:00 2023-10-21T12:41:41.128 INFO:teuthology.orchestra.run.smithi154.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.8 MB/s | 323 kB 00:00 2023-10-21T12:41:41.162 INFO:teuthology.orchestra.run.smithi154.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 5.5 MB/s | 187 kB 00:00 2023-10-21T12:41:41.204 INFO:teuthology.orchestra.run.smithi154.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-10-21T12:42:10.277 INFO:teuthology.orchestra.run.smithi132.stdout:ceph noarch packages 152 B/s | 9.4 kB 01:03 2023-10-21T12:42:13.427 INFO:teuthology.orchestra.run.smithi154.stdout:(5/6): libcephsqlite-18.0.0-6820.gf0804064.el8. 5.7 kB/s | 184 kB 00:32 2023-10-21T12:42:15.768 INFO:teuthology.orchestra.run.smithi154.stdout:(6/6): ceph-test-18.0.0-6820.gf0804064.el8.x86_ 1.4 MB/s | 49 MB 00:34 2023-10-21T12:42:15.770 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:42:15.771 INFO:teuthology.orchestra.run.smithi154.stdout:Total 1.4 MB/s | 50 MB 00:34 2023-10-21T12:42:15.810 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-10-21T12:42:15.832 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-10-21T12:42:15.833 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-10-21T12:42:16.095 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-10-21T12:42:16.099 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-10-21T12:42:16.568 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-10-21T12:42:16.717 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-10-21T12:42:16.798 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-10-21T12:42:17.028 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-10-21T12:42:17.175 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-10-21T12:42:17.341 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-10-21T12:42:17.483 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libcephsqlite-2:18.0.0-6820.gf0804064.el8.x86_64 5/6 2023-10-21T12:42:22.220 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libcephsqlite-2:18.0.0-6820.gf0804064.el8.x86_64 5/6 2023-10-21T12:42:22.496 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-test-2:18.0.0-6820.gf0804064.el8.x86_64 6/6 2023-10-21T12:42:22.730 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-test-2:18.0.0-6820.gf0804064.el8.x86_64 6/6 2023-10-21T12:42:22.731 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-test-2:18.0.0-6820.gf0804064.el8.x86_64 1/6 2023-10-21T12:42:22.731 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libcephsqlite-2:18.0.0-6820.gf0804064.el8.x86_64 2/6 2023-10-21T12:42:22.731 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-10-21T12:42:22.731 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-10-21T12:42:22.732 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-10-21T12:42:23.970 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-10-21T12:42:23.971 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:02:07 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:42:26.347 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-10-21T12:42:26.528 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:42:26.528 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-10-21T12:42:26.528 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-test-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:42:26.529 INFO:teuthology.orchestra.run.smithi154.stdout: jq-1.6-3.el8.x86_64 2023-10-21T12:42:26.529 INFO:teuthology.orchestra.run.smithi154.stdout: libcephsqlite-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:42:26.529 INFO:teuthology.orchestra.run.smithi154.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-10-21T12:42:26.529 INFO:teuthology.orchestra.run.smithi154.stdout: socat-1.7.4.1-1.el8.x86_64 2023-10-21T12:42:26.529 INFO:teuthology.orchestra.run.smithi154.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-10-21T12:42:26.530 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:42:26.530 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:42:26.670 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph 2023-10-21T12:42:27.007 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:42:27.823 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:02:11 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:42:29.210 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:42:29.214 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================= 2023-10-21T12:42:29.214 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2023-10-21T12:42:29.214 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================= 2023-10-21T12:42:29.214 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2023-10-21T12:42:29.215 INFO:teuthology.orchestra.run.smithi154.stdout: ceph x86_64 2:18.0.0-6820.gf0804064.el8 ceph 6.4 k 2023-10-21T12:42:29.215 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2023-10-21T12:42:29.215 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mds x86_64 2:18.0.0-6820.gf0804064.el8 ceph 2.3 M 2023-10-21T12:42:29.215 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr x86_64 2:18.0.0-6820.gf0804064.el8 ceph 1.6 M 2023-10-21T12:42:29.215 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-modules-core noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 242 k 2023-10-21T12:42:29.216 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mon x86_64 2:18.0.0-6820.gf0804064.el8 ceph 4.6 M 2023-10-21T12:42:29.216 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-osd x86_64 2:18.0.0-6820.gf0804064.el8 ceph 18 M 2023-10-21T12:42:29.216 INFO:teuthology.orchestra.run.smithi154.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-10-21T12:42:29.216 INFO:teuthology.orchestra.run.smithi154.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-10-21T12:42:29.216 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-10-21T12:42:29.217 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-10-21T12:42:29.217 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-10-21T12:42:29.217 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-10-21T12:42:29.217 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-10-21T12:42:29.217 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-10-21T12:42:29.218 INFO:teuthology.orchestra.run.smithi154.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-10-21T12:42:29.218 INFO:teuthology.orchestra.run.smithi154.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-10-21T12:42:29.218 INFO:teuthology.orchestra.run.smithi154.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-10-21T12:42:29.218 INFO:teuthology.orchestra.run.smithi154.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-10-21T12:42:29.219 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-10-21T12:42:29.219 INFO:teuthology.orchestra.run.smithi154.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-10-21T12:42:29.219 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-10-21T12:42:29.219 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-10-21T12:42:29.219 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-10-21T12:42:29.220 INFO:teuthology.orchestra.run.smithi154.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-10-21T12:42:29.220 INFO:teuthology.orchestra.run.smithi154.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-10-21T12:42:29.220 INFO:teuthology.orchestra.run.smithi154.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-10-21T12:42:29.220 INFO:teuthology.orchestra.run.smithi154.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-10-21T12:42:29.220 INFO:teuthology.orchestra.run.smithi154.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-10-21T12:42:29.220 INFO:teuthology.orchestra.run.smithi154.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-10-21T12:42:29.221 INFO:teuthology.orchestra.run.smithi154.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-10-21T12:42:29.221 INFO:teuthology.orchestra.run.smithi154.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-10-21T12:42:29.221 INFO:teuthology.orchestra.run.smithi154.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-10-21T12:42:29.221 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:42:29.221 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-10-21T12:42:29.222 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================= 2023-10-21T12:42:29.222 INFO:teuthology.orchestra.run.smithi154.stdout:Install 32 Packages 2023-10-21T12:42:29.222 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:42:29.223 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 30 M 2023-10-21T12:42:29.223 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 121 M 2023-10-21T12:42:29.223 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-10-21T12:42:29.769 INFO:teuthology.orchestra.run.smithi154.stdout:(1/32): ceph-18.0.0-6820.gf0804064.el8.x86_64.r 33 kB/s | 6.4 kB 00:00 2023-10-21T12:42:29.903 INFO:teuthology.orchestra.run.smithi154.stdout:(2/32): ceph-mds-18.0.0-6820.gf0804064.el8.x86_ 7.1 MB/s | 2.3 MB 00:00 2023-10-21T12:42:30.837 INFO:teuthology.orchestra.run.smithi154.stdout:(3/32): ceph-osd-18.0.0-6820.gf0804064.el8.x86_ 19 MB/s | 18 MB 00:00 2023-10-21T12:42:30.886 INFO:teuthology.orchestra.run.smithi154.stdout:(4/32): ceph-mgr-modules-core-18.0.0-6820.gf080 4.8 MB/s | 242 kB 00:00 2023-10-21T12:42:30.979 INFO:teuthology.orchestra.run.smithi154.stdout:(5/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 476 kB/s | 44 kB 00:00 2023-10-21T12:42:31.037 INFO:teuthology.orchestra.run.smithi154.stdout:(6/32): ceph-mgr-18.0.0-6820.gf0804064.el8.x86_ 1.1 MB/s | 1.6 MB 00:01 2023-10-21T12:42:31.096 INFO:teuthology.orchestra.run.smithi154.stdout:(7/32): ceph-mon-18.0.0-6820.gf0804064.el8.x86_ 3.5 MB/s | 4.6 MB 00:01 2023-10-21T12:42:31.121 INFO:teuthology.orchestra.run.smithi154.stdout:(8/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 1.3 MB/s | 185 kB 00:00 2023-10-21T12:42:31.188 INFO:teuthology.orchestra.run.smithi154.stdout:(9/32): python3-jaraco-6.2-6.el8.noarch.rpm 167 kB/s | 11 kB 00:00 2023-10-21T12:42:31.230 INFO:teuthology.orchestra.run.smithi154.stdout:(10/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 898 kB/s | 173 kB 00:00 2023-10-21T12:42:31.255 INFO:teuthology.orchestra.run.smithi154.stdout:(11/32): python3-jaraco-functools-2.0-4.el8.noa 262 kB/s | 18 kB 00:00 2023-10-21T12:42:31.281 INFO:teuthology.orchestra.run.smithi154.stdout:(12/32): python3-logutils-0.3.5-11.el8.noarch.r 972 kB/s | 49 kB 00:00 2023-10-21T12:42:31.306 INFO:teuthology.orchestra.run.smithi154.stdout:(13/32): python3-more-itertools-7.2.0-3.el8.noa 1.1 MB/s | 59 kB 00:00 2023-10-21T12:42:31.340 INFO:teuthology.orchestra.run.smithi154.stdout:(14/32): python3-cherrypy-18.4.0-1.el8.noarch.r 1.5 MB/s | 384 kB 00:00 2023-10-21T12:42:31.357 INFO:teuthology.orchestra.run.smithi154.stdout:(15/32): python3-portend-2.6-1.el8.noarch.rpm 310 kB/s | 16 kB 00:00 2023-10-21T12:42:31.382 INFO:teuthology.orchestra.run.smithi154.stdout:(16/32): python3-pecan-1.3.2-9.el8.noarch.rpm 2.7 MB/s | 283 kB 00:00 2023-10-21T12:42:31.399 INFO:teuthology.orchestra.run.smithi154.stdout:(17/32): python3-singledispatch-3.4.0.3-18.el8. 573 kB/s | 24 kB 00:00 2023-10-21T12:42:31.416 INFO:teuthology.orchestra.run.smithi154.stdout:(18/32): python3-tempora-1.14.1-5.el8.noarch.rp 874 kB/s | 29 kB 00:00 2023-10-21T12:42:31.433 INFO:teuthology.orchestra.run.smithi154.stdout:(19/32): python3-simplegeneric-0.8.1-17.el8.noa 202 kB/s | 19 kB 00:00 2023-10-21T12:42:31.450 INFO:teuthology.orchestra.run.smithi154.stdout:(20/32): python3-trustme-0.6.0-4.el8.noarch.rpm 545 kB/s | 27 kB 00:00 2023-10-21T12:42:31.475 INFO:teuthology.orchestra.run.smithi154.stdout:(21/32): python3-waitress-1.4.3-1.el8.noarch.rp 4.2 MB/s | 255 kB 00:00 2023-10-21T12:42:31.500 INFO:teuthology.orchestra.run.smithi154.stdout:(22/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.7 MB/s | 85 kB 00:00 2023-10-21T12:42:31.555 INFO:teuthology.orchestra.run.smithi154.stdout:(23/32): python3-zc-lockfile-2.0-2.el8.noarch.r 288 kB/s | 23 kB 00:00 2023-10-21T12:42:31.584 INFO:teuthology.orchestra.run.smithi154.stdout:(24/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.6 MB/s | 251 kB 00:00 2023-10-21T12:42:31.635 INFO:teuthology.orchestra.run.smithi154.stdout:(25/32): python3-pytz-2017.2-9.el8.noarch.rpm 405 kB/s | 54 kB 00:00 2023-10-21T12:42:31.668 INFO:teuthology.orchestra.run.smithi154.stdout:(26/32): python3-markupsafe-0.23-19.el8.x86_64. 344 kB/s | 39 kB 00:00 2023-10-21T12:42:31.693 INFO:teuthology.orchestra.run.smithi154.stdout:(27/32): python3-mako-1.0.6-13.el8.noarch.rpm 1.6 MB/s | 157 kB 00:00 2023-10-21T12:42:31.719 INFO:teuthology.orchestra.run.smithi154.stdout:(28/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 2.0 MB/s | 103 kB 00:00 2023-10-21T12:42:31.744 INFO:teuthology.orchestra.run.smithi154.stdout:(29/32): python3-pycparser-2.14-14.el8.noarch.r 2.1 MB/s | 109 kB 00:00 2023-10-21T12:42:31.770 INFO:teuthology.orchestra.run.smithi154.stdout:(30/32): python3-werkzeug-0.12.2-4.el8.noarch.r 3.5 MB/s | 457 kB 00:00 2023-10-21T12:42:31.794 INFO:teuthology.orchestra.run.smithi154.stdout:(31/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 4.6 MB/s | 238 kB 00:00 2023-10-21T12:42:31.820 INFO:teuthology.orchestra.run.smithi154.stdout:(32/32): python3-cryptography-3.2.1-5.el8.x86_6 5.4 MB/s | 559 kB 00:00 2023-10-21T12:42:31.821 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:42:31.821 INFO:teuthology.orchestra.run.smithi154.stdout:Total 12 MB/s | 30 MB 00:02 2023-10-21T12:42:31.914 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-10-21T12:42:31.952 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-10-21T12:42:31.952 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-10-21T12:42:32.165 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-10-21T12:42:32.168 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-10-21T12:42:33.273 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-10-21T12:42:33.469 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-10-21T12:42:33.701 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-10-21T12:42:33.916 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 3/32 2023-10-21T12:42:34.277 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 4/32 2023-10-21T12:42:34.541 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 5/32 2023-10-21T12:42:34.730 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 6/32 2023-10-21T12:42:34.916 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 7/32 2023-10-21T12:42:35.206 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 8/32 2023-10-21T12:42:35.417 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 9/32 2023-10-21T12:42:35.640 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 10/32 2023-10-21T12:42:35.870 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 11/32 2023-10-21T12:42:36.054 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 12/32 2023-10-21T12:42:36.289 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-10-21T12:42:36.453 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-10-21T12:42:36.659 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-10-21T12:42:36.797 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-10-21T12:42:36.974 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-10-21T12:42:37.094 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-10-21T12:42:37.306 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-10-21T12:42:37.508 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-10-21T12:42:37.719 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-10-21T12:42:37.976 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-10-21T12:42:38.227 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-10-21T12:42:38.448 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-10-21T12:42:38.752 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-10-21T12:42:39.052 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-10-21T12:42:39.407 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-6820.gf0804064.el8. 27/32 2023-10-21T12:42:39.598 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 28/32 2023-10-21T12:42:41.192 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 28/32 2023-10-21T12:42:41.380 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-osd-2:18.0.0-6820.gf0804064.el8.x86_64 29/32 2023-10-21T12:42:41.841 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-osd-2:18.0.0-6820.gf0804064.el8.x86_64 29/32 2023-10-21T12:42:42.029 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mon-2:18.0.0-6820.gf0804064.el8.x86_64 30/32 2023-10-21T12:42:42.247 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mon-2:18.0.0-6820.gf0804064.el8.x86_64 30/32 2023-10-21T12:42:42.421 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mds-2:18.0.0-6820.gf0804064.el8.x86_64 31/32 2023-10-21T12:42:42.439 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mds-2:18.0.0-6820.gf0804064.el8.x86_64 31/32 2023-10-21T12:42:42.577 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-2:18.0.0-6820.gf0804064.el8.x86_64 32/32 2023-10-21T12:42:42.839 INFO:teuthology.orchestra.run.smithi132.stdout:ceph source packages 47 B/s | 1.5 kB 00:32 2023-10-21T12:42:42.907 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-2:18.0.0-6820.gf0804064.el8.x86_64 32/32 2023-10-21T12:42:42.908 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-2:18.0.0-6820.gf0804064.el8.x86_64 1/32 2023-10-21T12:42:42.908 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mds-2:18.0.0-6820.gf0804064.el8.x86_64 2/32 2023-10-21T12:42:42.908 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 3/32 2023-10-21T12:42:42.908 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mon-2:18.0.0-6820.gf0804064.el8.x86_64 4/32 2023-10-21T12:42:42.908 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-osd-2:18.0.0-6820.gf0804064.el8.x86_64 5/32 2023-10-21T12:42:42.909 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-6820.gf0804064.el8. 6/32 2023-10-21T12:42:42.909 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-10-21T12:42:42.909 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-10-21T12:42:42.909 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-10-21T12:42:42.909 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-10-21T12:42:42.910 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-10-21T12:42:42.910 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-10-21T12:42:42.910 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-10-21T12:42:42.910 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-10-21T12:42:42.911 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-10-21T12:42:42.911 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-10-21T12:42:42.911 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-10-21T12:42:42.911 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-10-21T12:42:42.911 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-10-21T12:42:42.912 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-10-21T12:42:42.912 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-10-21T12:42:42.912 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-10-21T12:42:42.912 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-10-21T12:42:42.912 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-10-21T12:42:42.912 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 25/32 2023-10-21T12:42:42.913 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 26/32 2023-10-21T12:42:42.913 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 27/32 2023-10-21T12:42:42.913 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 28/32 2023-10-21T12:42:42.913 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 29/32 2023-10-21T12:42:42.913 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 30/32 2023-10-21T12:42:42.914 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 31/32 2023-10-21T12:42:43.039 INFO:teuthology.orchestra.run.smithi132.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-10-21T12:42:44.488 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 32/32 2023-10-21T12:42:44.489 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:02:28 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:42:44.742 INFO:teuthology.orchestra.run.smithi132.stdout:Extra Packages for Enterprise Linux 9.5 MB/s | 16 MB 00:01 2023-10-21T12:42:46.848 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-10-21T12:42:47.040 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:42:47.040 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-10-21T12:42:47.040 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:42:47.041 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mds-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:42:47.041 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:42:47.041 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-modules-core-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:42:47.041 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mon-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:42:47.041 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-osd-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:42:47.042 INFO:teuthology.orchestra.run.smithi154.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-10-21T12:42:47.042 INFO:teuthology.orchestra.run.smithi154.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-10-21T12:42:47.042 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-10-21T12:42:47.042 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-10-21T12:42:47.042 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-10-21T12:42:47.042 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-10-21T12:42:47.043 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-6.2-6.el8.noarch 2023-10-21T12:42:47.043 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-10-21T12:42:47.043 INFO:teuthology.orchestra.run.smithi154.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-10-21T12:42:47.043 INFO:teuthology.orchestra.run.smithi154.stdout: python3-mako-1.0.6-13.el8.noarch 2023-10-21T12:42:47.043 INFO:teuthology.orchestra.run.smithi154.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-10-21T12:42:47.044 INFO:teuthology.orchestra.run.smithi154.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-10-21T12:42:47.044 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-10-21T12:42:47.044 INFO:teuthology.orchestra.run.smithi154.stdout: python3-portend-2.6-1.el8.noarch 2023-10-21T12:42:47.044 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-10-21T12:42:47.044 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pycparser-2.14-14.el8.noarch 2023-10-21T12:42:47.044 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pytz-2017.2-9.el8.noarch 2023-10-21T12:42:47.045 INFO:teuthology.orchestra.run.smithi154.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-10-21T12:42:47.045 INFO:teuthology.orchestra.run.smithi154.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-10-21T12:42:47.045 INFO:teuthology.orchestra.run.smithi154.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-10-21T12:42:47.045 INFO:teuthology.orchestra.run.smithi154.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-10-21T12:42:47.045 INFO:teuthology.orchestra.run.smithi154.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-10-21T12:42:47.046 INFO:teuthology.orchestra.run.smithi154.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-10-21T12:42:47.046 INFO:teuthology.orchestra.run.smithi154.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-10-21T12:42:47.046 INFO:teuthology.orchestra.run.smithi154.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-10-21T12:42:47.046 INFO:teuthology.orchestra.run.smithi154.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-10-21T12:42:47.046 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:42:47.046 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:42:47.198 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-base 2023-10-21T12:42:47.547 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:42:48.215 INFO:teuthology.orchestra.run.smithi132.stdout:lab-extras 412 kB/s | 24 kB 00:00 2023-10-21T12:42:48.414 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:02:32 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:42:49.134 INFO:teuthology.orchestra.run.smithi132.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 63 MB/s | 53 MB 00:00 2023-10-21T12:42:49.747 INFO:teuthology.orchestra.run.smithi154.stdout:Package ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:42:49.854 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:42:49.855 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2023-10-21T12:42:49.855 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:42:49.985 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install cephadm 2023-10-21T12:42:50.332 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:42:51.247 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:02:35 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:42:52.670 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:42:52.671 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:42:52.671 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2023-10-21T12:42:52.671 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:42:52.671 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2023-10-21T12:42:52.671 INFO:teuthology.orchestra.run.smithi154.stdout: cephadm noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 191 k 2023-10-21T12:42:52.672 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:42:52.672 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-10-21T12:42:52.672 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:42:52.672 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2023-10-21T12:42:52.672 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:42:52.673 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 191 k 2023-10-21T12:42:52.673 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 780 k 2023-10-21T12:42:52.673 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-10-21T12:42:57.218 INFO:teuthology.orchestra.run.smithi132.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 59 MB/s | 47 MB 00:00 2023-10-21T12:43:08.318 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:43:08.320 INFO:teuthology.orchestra.run.smithi132.stdout:==================================================================================================== 2023-10-21T12:43:08.320 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-10-21T12:43:08.321 INFO:teuthology.orchestra.run.smithi132.stdout:==================================================================================================== 2023-10-21T12:43:08.321 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-10-21T12:43:08.321 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-radosgw x86_64 2:18.0.0-6820.gf0804064.el8 ceph 14 M 2023-10-21T12:43:08.321 INFO:teuthology.orchestra.run.smithi132.stdout:Upgrading: 2023-10-21T12:43:08.322 INFO:teuthology.orchestra.run.smithi132.stdout: librados2 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 3.7 M 2023-10-21T12:43:08.322 INFO:teuthology.orchestra.run.smithi132.stdout: librbd1 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 3.7 M 2023-10-21T12:43:08.322 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2023-10-21T12:43:08.322 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-base x86_64 2:18.0.0-6820.gf0804064.el8 ceph 5.4 M 2023-10-21T12:43:08.322 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-common x86_64 2:18.0.0-6820.gf0804064.el8 ceph 23 M 2023-10-21T12:43:08.323 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-selinux x86_64 2:18.0.0-6820.gf0804064.el8 ceph 24 k 2023-10-21T12:43:08.323 INFO:teuthology.orchestra.run.smithi132.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-10-21T12:43:08.323 INFO:teuthology.orchestra.run.smithi132.stdout: libcephfs2 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 840 k 2023-10-21T12:43:08.323 INFO:teuthology.orchestra.run.smithi132.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-10-21T12:43:08.323 INFO:teuthology.orchestra.run.smithi132.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-10-21T12:43:08.324 INFO:teuthology.orchestra.run.smithi132.stdout: libradosstriper1 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 518 k 2023-10-21T12:43:08.324 INFO:teuthology.orchestra.run.smithi132.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-10-21T12:43:08.324 INFO:teuthology.orchestra.run.smithi132.stdout: librgw2 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 6.9 M 2023-10-21T12:43:08.324 INFO:teuthology.orchestra.run.smithi132.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-10-21T12:43:08.324 INFO:teuthology.orchestra.run.smithi132.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-10-21T12:43:08.325 INFO:teuthology.orchestra.run.smithi132.stdout: python3-ceph-argparse x86_64 2:18.0.0-6820.gf0804064.el8 ceph 45 k 2023-10-21T12:43:08.325 INFO:teuthology.orchestra.run.smithi132.stdout: python3-ceph-common x86_64 2:18.0.0-6820.gf0804064.el8 ceph 126 k 2023-10-21T12:43:08.325 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cephfs x86_64 2:18.0.0-6820.gf0804064.el8 ceph 196 k 2023-10-21T12:43:08.325 INFO:teuthology.orchestra.run.smithi132.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-10-21T12:43:08.325 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rados x86_64 2:18.0.0-6820.gf0804064.el8 ceph 371 k 2023-10-21T12:43:08.326 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rbd x86_64 2:18.0.0-6820.gf0804064.el8 ceph 364 k 2023-10-21T12:43:08.326 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rgw x86_64 2:18.0.0-6820.gf0804064.el8 ceph 107 k 2023-10-21T12:43:08.326 INFO:teuthology.orchestra.run.smithi132.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-10-21T12:43:08.326 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:43:08.326 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-10-21T12:43:08.327 INFO:teuthology.orchestra.run.smithi132.stdout:==================================================================================================== 2023-10-21T12:43:08.327 INFO:teuthology.orchestra.run.smithi132.stdout:Install 21 Packages 2023-10-21T12:43:08.327 INFO:teuthology.orchestra.run.smithi132.stdout:Upgrade 2 Packages 2023-10-21T12:43:08.327 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:43:08.328 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 62 M 2023-10-21T12:43:08.328 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-10-21T12:43:09.159 INFO:teuthology.orchestra.run.smithi132.stdout:(1/23): ceph-base-18.0.0-6820.gf0804064.el8.x86 6.7 MB/s | 5.4 MB 00:00 2023-10-21T12:43:09.227 INFO:teuthology.orchestra.run.smithi132.stdout:(2/23): ceph-selinux-18.0.0-6820.gf0804064.el8. 364 kB/s | 24 kB 00:00 2023-10-21T12:43:09.343 INFO:teuthology.orchestra.run.smithi132.stdout:(3/23): libcephfs2-18.0.0-6820.gf0804064.el8.x8 7.0 MB/s | 840 kB 00:00 2023-10-21T12:43:09.460 INFO:teuthology.orchestra.run.smithi132.stdout:(4/23): libradosstriper1-18.0.0-6820.gf0804064. 4.3 MB/s | 518 kB 00:00 2023-10-21T12:43:10.203 INFO:teuthology.orchestra.run.smithi132.stdout:(5/23): librgw2-18.0.0-6820.gf0804064.el8.x86_6 9.3 MB/s | 6.9 MB 00:00 2023-10-21T12:43:10.286 INFO:teuthology.orchestra.run.smithi132.stdout:(6/23): python3-ceph-argparse-18.0.0-6820.gf080 537 kB/s | 45 kB 00:00 2023-10-21T12:43:10.428 INFO:teuthology.orchestra.run.smithi132.stdout:(7/23): ceph-radosgw-18.0.0-6820.gf0804064.el8. 6.7 MB/s | 14 MB 00:02 2023-10-21T12:43:10.453 INFO:teuthology.orchestra.run.smithi132.stdout:(8/23): python3-ceph-common-18.0.0-6820.gf08040 753 kB/s | 126 kB 00:00 2023-10-21T12:43:10.512 INFO:teuthology.orchestra.run.smithi132.stdout:(9/23): python3-cephfs-18.0.0-6820.gf0804064.el 2.3 MB/s | 196 kB 00:00 2023-10-21T12:43:10.537 INFO:teuthology.orchestra.run.smithi132.stdout:(10/23): python3-rados-18.0.0-6820.gf0804064.el 4.3 MB/s | 371 kB 00:00 2023-10-21T12:43:10.596 INFO:teuthology.orchestra.run.smithi132.stdout:(11/23): python3-rbd-18.0.0-6820.gf0804064.el8. 4.3 MB/s | 364 kB 00:00 2023-10-21T12:43:10.621 INFO:teuthology.orchestra.run.smithi132.stdout:(12/23): python3-rgw-18.0.0-6820.gf0804064.el8. 1.2 MB/s | 107 kB 00:00 2023-10-21T12:43:10.897 INFO:teuthology.orchestra.run.smithi132.stdout:(13/23): ceph-common-18.0.0-6820.gf0804064.el8. 8.9 MB/s | 23 MB 00:02 2023-10-21T12:43:11.064 INFO:teuthology.orchestra.run.smithi132.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 133 kB/s | 59 kB 00:00 2023-10-21T12:43:11.180 INFO:teuthology.orchestra.run.smithi132.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 524 kB/s | 306 kB 00:00 2023-10-21T12:43:11.206 INFO:teuthology.orchestra.run.smithi132.stdout:(16/23): libunwind-1.3.1-3.el8.x86_64.rpm 244 kB/s | 75 kB 00:00 2023-10-21T12:43:11.248 INFO:teuthology.orchestra.run.smithi132.stdout:(17/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 700 kB/s | 47 kB 00:00 2023-10-21T12:43:11.273 INFO:teuthology.orchestra.run.smithi132.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.8 MB/s | 259 kB 00:00 2023-10-21T12:43:11.290 INFO:teuthology.orchestra.run.smithi132.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-10-21T12:43:11.324 INFO:teuthology.orchestra.run.smithi132.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 6.9 MB/s | 354 kB 00:00 2023-10-21T12:43:11.438 INFO:teuthology.orchestra.run.smithi132.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 4.6 MB/s | 1.7 MB 00:00 2023-10-21T12:43:11.674 INFO:teuthology.orchestra.run.smithi132.stdout:(22/23): librados2-18.0.0-6820.gf0804064.el8.x8 9.8 MB/s | 3.7 MB 00:00 2023-10-21T12:43:11.750 INFO:teuthology.orchestra.run.smithi132.stdout:(23/23): librbd1-18.0.0-6820.gf0804064.el8.x86_ 8.7 MB/s | 3.7 MB 00:00 2023-10-21T12:43:11.754 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:43:11.755 INFO:teuthology.orchestra.run.smithi132.stdout:Total 18 MB/s | 62 MB 00:03 2023-10-21T12:43:11.802 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-10-21T12:43:11.848 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-10-21T12:43:11.848 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-10-21T12:43:12.187 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-10-21T12:43:12.193 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-10-21T12:43:13.334 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-10-21T12:43:13.565 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-10-21T12:43:13.884 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-10-21T12:43:14.301 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-10-21T12:43:14.459 INFO:teuthology.orchestra.run.smithi132.stdout: Upgrading : librados2-2:18.0.0-6820.gf0804064.el8.x86_64 3/25 2023-10-21T12:43:14.558 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: librados2-2:18.0.0-6820.gf0804064.el8.x86_64 3/25 2023-10-21T12:43:14.715 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-rados-2:18.0.0-6820.gf0804064.el8.x86_64 4/25 2023-10-21T12:43:14.928 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-10-21T12:43:15.092 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 6/25 2023-10-21T12:43:15.488 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 6/25 2023-10-21T12:43:15.692 INFO:teuthology.orchestra.run.smithi132.stdout: Upgrading : librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 7/25 2023-10-21T12:43:15.785 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 7/25 2023-10-21T12:43:15.934 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-10-21T12:43:16.000 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-10-21T12:43:16.165 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-10-21T12:43:16.303 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-ceph-argparse-2:18.0.0-6820.gf0804064.el8. 10/25 2023-10-21T12:43:16.493 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-cephfs-2:18.0.0-6820.gf0804064.el8.x86_64 11/25 2023-10-21T12:43:16.679 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-rbd-2:18.0.0-6820.gf0804064.el8.x86_64 12/25 2023-10-21T12:43:16.817 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libradosstriper1-2:18.0.0-6820.gf0804064.el8.x86_6 13/25 2023-10-21T12:43:16.890 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: libradosstriper1-2:18.0.0-6820.gf0804064.el8.x86_6 13/25 2023-10-21T12:43:17.001 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-10-21T12:43:17.178 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-10-21T12:43:17.982 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-10-21T12:43:18.134 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : librgw2-2:18.0.0-6820.gf0804064.el8.x86_64 17/25 2023-10-21T12:43:18.205 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: librgw2-2:18.0.0-6820.gf0804064.el8.x86_64 17/25 2023-10-21T12:43:18.426 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-rgw-2:18.0.0-6820.gf0804064.el8.x86_64 18/25 2023-10-21T12:43:18.601 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-ceph-common-2:18.0.0-6820.gf0804064.el8.x8 19/25 2023-10-21T12:43:22.321 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 20/25 2023-10-21T12:43:22.558 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 20/25 2023-10-21T12:43:23.149 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 20/25 2023-10-21T12:43:23.394 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 21/25 2023-10-21T12:43:23.478 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 21/25 2023-10-21T12:43:23.633 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-selinux-2:18.0.0-6820.gf0804064.el8.x86_64 22/25 2023-10-21T12:43:25.159 INFO:teuthology.orchestra.run.smithi154.stdout:cephadm-18.0.0-6820.gf0804064.el8.noarch.rpm 5.9 kB/s | 191 kB 00:32 2023-10-21T12:43:25.160 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:43:25.160 INFO:teuthology.orchestra.run.smithi154.stdout:Total 5.9 kB/s | 191 kB 00:32 2023-10-21T12:43:25.160 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-10-21T12:43:25.170 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-10-21T12:43:25.170 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-10-21T12:43:25.172 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-10-21T12:43:25.176 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-10-21T12:43:25.221 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-10-21T12:43:26.968 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:43:27.133 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:43:27.300 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:43:28.325 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:43:28.325 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:03:12 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:43:30.725 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-10-21T12:43:30.905 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:43:30.906 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-10-21T12:43:30.906 INFO:teuthology.orchestra.run.smithi154.stdout: cephadm-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:43:30.906 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:43:30.906 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:43:31.058 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-immutable-object-cache 2023-10-21T12:43:31.425 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:43:32.237 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:03:16 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:43:33.619 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:43:33.620 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:43:33.621 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repo Size 2023-10-21T12:43:33.621 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:43:33.621 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2023-10-21T12:43:33.621 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-6820.gf0804064.el8 ceph 167 k 2023-10-21T12:43:33.621 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:43:33.622 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-10-21T12:43:33.622 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:43:33.622 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2023-10-21T12:43:33.622 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:43:33.622 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 167 k 2023-10-21T12:43:33.623 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 512 k 2023-10-21T12:43:33.623 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-10-21T12:43:33.806 INFO:teuthology.orchestra.run.smithi154.stdout:ceph-immutable-object-cache-18.0.0-6820.gf08040 904 kB/s | 167 kB 00:00 2023-10-21T12:43:33.807 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:43:33.807 INFO:teuthology.orchestra.run.smithi154.stdout:Total 898 kB/s | 167 kB 00:00 2023-10-21T12:43:33.808 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-10-21T12:43:33.819 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-10-21T12:43:33.819 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-10-21T12:43:33.871 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-10-21T12:43:33.874 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-10-21T12:43:33.988 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-10-21T12:43:34.162 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-6820.gf0804064. 1/1 2023-10-21T12:43:34.507 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-6820.gf0804064. 1/1 2023-10-21T12:43:35.563 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-6820.gf0804064. 1/1 2023-10-21T12:43:35.563 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:03:19 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:43:37.852 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-10-21T12:43:38.034 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:43:38.034 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-10-21T12:43:38.035 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-immutable-object-cache-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:43:38.035 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:43:38.035 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:43:38.183 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-mgr 2023-10-21T12:43:38.533 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:43:39.394 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:03:23 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:43:40.642 INFO:teuthology.orchestra.run.smithi154.stdout:Package ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:43:40.751 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:43:40.753 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2023-10-21T12:43:40.753 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:43:40.885 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-mgr-dashboard 2023-10-21T12:43:41.231 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:43:42.082 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:03:26 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:43:42.284 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-selinux-2:18.0.0-6820.gf0804064.el8.x86_64 22/25 2023-10-21T12:43:42.285 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /sys 2023-10-21T12:43:42.285 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /proc 2023-10-21T12:43:42.285 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /dev 2023-10-21T12:43:42.285 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /run 2023-10-21T12:43:42.285 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /mnt 2023-10-21T12:43:42.286 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /var/tmp 2023-10-21T12:43:42.286 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /home 2023-10-21T12:43:42.286 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /tmp 2023-10-21T12:43:42.286 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /dev 2023-10-21T12:43:42.286 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:43:43.527 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:43:43.528 INFO:teuthology.orchestra.run.smithi154.stdout:=================================================================================================== 2023-10-21T12:43:43.529 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2023-10-21T12:43:43.529 INFO:teuthology.orchestra.run.smithi154.stdout:=================================================================================================== 2023-10-21T12:43:43.529 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2023-10-21T12:43:43.529 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-dashboard noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 1.8 M 2023-10-21T12:43:43.529 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2023-10-21T12:43:43.530 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-grafana-dashboards noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 23 k 2023-10-21T12:43:43.530 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-prometheus-alerts noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 15 k 2023-10-21T12:43:43.530 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-10-21T12:43:43.530 INFO:teuthology.orchestra.run.smithi154.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-10-21T12:43:43.530 INFO:teuthology.orchestra.run.smithi154.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-10-21T12:43:43.531 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:43:43.531 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-10-21T12:43:43.531 INFO:teuthology.orchestra.run.smithi154.stdout:=================================================================================================== 2023-10-21T12:43:43.532 INFO:teuthology.orchestra.run.smithi154.stdout:Install 6 Packages 2023-10-21T12:43:43.532 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:43:43.532 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 2.1 M 2023-10-21T12:43:43.533 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 8.6 M 2023-10-21T12:43:43.533 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-10-21T12:43:43.716 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-radosgw-2:18.0.0-6820.gf0804064.el8.x86_64 23/25 2023-10-21T12:43:43.736 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-6820.gf0804064.el8.x86_64 23/25 2023-10-21T12:43:43.737 INFO:teuthology.orchestra.run.smithi132.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-10-21T12:43:43.948 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-10-21T12:43:43.949 INFO:teuthology.orchestra.run.smithi132.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-10-21T12:43:44.026 INFO:teuthology.orchestra.run.smithi154.stdout:(1/6): ceph-prometheus-alerts-18.0.0-6820.gf080 97 kB/s | 15 kB 00:00 2023-10-21T12:43:44.110 INFO:teuthology.orchestra.run.smithi154.stdout:(2/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 405 kB/s | 34 kB 00:00 2023-10-21T12:43:44.127 INFO:teuthology.orchestra.run.smithi154.stdout:(3/6): ceph-grafana-dashboards-18.0.0-6820.gf08 90 kB/s | 23 kB 00:00 2023-10-21T12:43:44.177 INFO:teuthology.orchestra.run.smithi154.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 854 kB/s | 43 kB 00:00 2023-10-21T12:43:44.202 INFO:teuthology.orchestra.run.smithi154.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 2.1 MB/s | 196 kB 00:00 2023-10-21T12:43:44.361 INFO:teuthology.orchestra.run.smithi154.stdout:(6/6): ceph-mgr-dashboard-18.0.0-6820.gf0804064 3.6 MB/s | 1.8 MB 00:00 2023-10-21T12:43:44.362 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:43:44.363 INFO:teuthology.orchestra.run.smithi154.stdout:Total 2.5 MB/s | 2.1 MB 00:00 2023-10-21T12:43:44.375 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-10-21T12:43:44.384 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-10-21T12:43:44.384 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-10-21T12:43:44.442 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-10-21T12:43:44.446 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-10-21T12:43:44.571 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-10-21T12:43:44.572 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 1/25 2023-10-21T12:43:44.572 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 2/25 2023-10-21T12:43:44.572 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-radosgw-2:18.0.0-6820.gf0804064.el8.x86_64 3/25 2023-10-21T12:43:44.572 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-selinux-2:18.0.0-6820.gf0804064.el8.x86_64 4/25 2023-10-21T12:43:44.573 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 5/25 2023-10-21T12:43:44.573 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libradosstriper1-2:18.0.0-6820.gf0804064.el8.x86_6 6/25 2023-10-21T12:43:44.573 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librgw2-2:18.0.0-6820.gf0804064.el8.x86_64 7/25 2023-10-21T12:43:44.574 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-ceph-argparse-2:18.0.0-6820.gf0804064.el8. 8/25 2023-10-21T12:43:44.574 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-ceph-common-2:18.0.0-6820.gf0804064.el8.x8 9/25 2023-10-21T12:43:44.575 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-cephfs-2:18.0.0-6820.gf0804064.el8.x86_64 10/25 2023-10-21T12:43:44.575 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-rados-2:18.0.0-6820.gf0804064.el8.x86_64 11/25 2023-10-21T12:43:44.575 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-rbd-2:18.0.0-6820.gf0804064.el8.x86_64 12/25 2023-10-21T12:43:44.576 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-rgw-2:18.0.0-6820.gf0804064.el8.x86_64 13/25 2023-10-21T12:43:44.576 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-10-21T12:43:44.576 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-10-21T12:43:44.576 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-10-21T12:43:44.577 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-10-21T12:43:44.577 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-10-21T12:43:44.577 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-10-21T12:43:44.578 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-10-21T12:43:44.578 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-10-21T12:43:44.578 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librados2-2:18.0.0-6820.gf0804064.el8.x86_64 22/25 2023-10-21T12:43:44.578 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-10-21T12:43:44.579 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 24/25 2023-10-21T12:43:44.784 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-10-21T12:43:44.952 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-10-21T12:43:45.141 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-10-21T12:43:45.329 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-10-21T12:43:45.449 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-6820.gf0804064.el8.n 4/6 2023-10-21T12:43:45.790 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-6820.gf0804064.el8. 5/6 2023-10-21T12:43:45.890 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-10-21T12:43:45.890 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:00:49 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:43:45.978 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-6820.gf0804064.el8.noarc 6/6 2023-10-21T12:43:46.232 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-6820.gf0804064.el8.noarc 6/6 2023-10-21T12:43:46.233 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-6820.gf0804064.el8. 1/6 2023-10-21T12:43:46.233 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-6820.gf0804064.el8.noarc 2/6 2023-10-21T12:43:46.233 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-6820.gf0804064.el8.n 3/6 2023-10-21T12:43:46.233 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-10-21T12:43:46.233 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-10-21T12:43:47.277 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-10-21T12:43:47.278 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:03:31 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:43:48.316 INFO:teuthology.orchestra.run.smithi132.stdout:Installed products updated. 2023-10-21T12:43:48.504 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:43:48.504 INFO:teuthology.orchestra.run.smithi132.stdout:Upgraded: 2023-10-21T12:43:48.504 INFO:teuthology.orchestra.run.smithi132.stdout: librados2-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:43:48.504 INFO:teuthology.orchestra.run.smithi132.stdout: librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:43:48.505 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-10-21T12:43:48.505 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:43:48.505 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:43:48.505 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-radosgw-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:43:48.505 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-selinux-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:43:48.506 INFO:teuthology.orchestra.run.smithi132.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-10-21T12:43:48.506 INFO:teuthology.orchestra.run.smithi132.stdout: libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:43:48.506 INFO:teuthology.orchestra.run.smithi132.stdout: liboath-2.6.2-3.el8.x86_64 2023-10-21T12:43:48.506 INFO:teuthology.orchestra.run.smithi132.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-10-21T12:43:48.506 INFO:teuthology.orchestra.run.smithi132.stdout: libradosstriper1-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:43:48.507 INFO:teuthology.orchestra.run.smithi132.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-10-21T12:43:48.507 INFO:teuthology.orchestra.run.smithi132.stdout: librgw2-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:43:48.507 INFO:teuthology.orchestra.run.smithi132.stdout: libunwind-1.3.1-3.el8.x86_64 2023-10-21T12:43:48.507 INFO:teuthology.orchestra.run.smithi132.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-10-21T12:43:48.507 INFO:teuthology.orchestra.run.smithi132.stdout: python3-ceph-argparse-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:43:48.508 INFO:teuthology.orchestra.run.smithi132.stdout: python3-ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:43:48.508 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cephfs-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:43:48.508 INFO:teuthology.orchestra.run.smithi132.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-10-21T12:43:48.508 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rados-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:43:48.508 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rbd-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:43:48.508 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rgw-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:43:48.509 INFO:teuthology.orchestra.run.smithi132.stdout: thrift-0.13.0-2.el8.x86_64 2023-10-21T12:43:48.509 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:43:48.509 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:43:48.675 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-test 2023-10-21T12:43:49.023 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:43:49.892 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:00:53 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:43:50.054 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-10-21T12:43:50.234 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:43:50.235 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-10-21T12:43:50.235 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-grafana-dashboards-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:43:50.235 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-dashboard-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:43:50.236 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-prometheus-alerts-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:43:50.236 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-10-21T12:43:50.236 INFO:teuthology.orchestra.run.smithi154.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-10-21T12:43:50.237 INFO:teuthology.orchestra.run.smithi154.stdout: python3-routes-2.4.1-12.el8.noarch 2023-10-21T12:43:50.237 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:43:50.237 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:43:50.379 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-mgr-diskprediction-local 2023-10-21T12:43:50.728 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:43:51.253 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:43:51.254 INFO:teuthology.orchestra.run.smithi132.stdout:============================================================================================ 2023-10-21T12:43:51.254 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-10-21T12:43:51.255 INFO:teuthology.orchestra.run.smithi132.stdout:============================================================================================ 2023-10-21T12:43:51.255 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-10-21T12:43:51.255 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-test x86_64 2:18.0.0-6820.gf0804064.el8 ceph 49 M 2023-10-21T12:43:51.255 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2023-10-21T12:43:51.255 INFO:teuthology.orchestra.run.smithi132.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-10-21T12:43:51.256 INFO:teuthology.orchestra.run.smithi132.stdout: libcephsqlite x86_64 2:18.0.0-6820.gf0804064.el8 ceph 184 k 2023-10-21T12:43:51.256 INFO:teuthology.orchestra.run.smithi132.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-10-21T12:43:51.256 INFO:teuthology.orchestra.run.smithi132.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-10-21T12:43:51.256 INFO:teuthology.orchestra.run.smithi132.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-10-21T12:43:51.256 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:43:51.257 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-10-21T12:43:51.257 INFO:teuthology.orchestra.run.smithi132.stdout:============================================================================================ 2023-10-21T12:43:51.257 INFO:teuthology.orchestra.run.smithi132.stdout:Install 6 Packages 2023-10-21T12:43:51.257 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:43:51.258 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 50 M 2023-10-21T12:43:51.258 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 222 M 2023-10-21T12:43:51.258 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-10-21T12:43:51.294 INFO:teuthology.orchestra.run.smithi132.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.8 MB/s | 70 kB 00:00 2023-10-21T12:43:51.361 INFO:teuthology.orchestra.run.smithi132.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 5.1 MB/s | 323 kB 00:00 2023-10-21T12:43:51.553 INFO:teuthology.orchestra.run.smithi132.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 977 kB/s | 187 kB 00:00 2023-10-21T12:43:51.578 INFO:teuthology.orchestra.run.smithi132.stdout:(4/6): libcephsqlite-18.0.0-6820.gf0804064.el8. 572 kB/s | 184 kB 00:00 2023-10-21T12:43:51.632 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:03:35 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:43:51.729 INFO:teuthology.orchestra.run.smithi132.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.1 MB/s | 202 kB 00:00 2023-10-21T12:43:53.000 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:43:53.001 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================================= 2023-10-21T12:43:53.001 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2023-10-21T12:43:53.002 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================================= 2023-10-21T12:43:53.002 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2023-10-21T12:43:53.002 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 7.4 M 2023-10-21T12:43:53.003 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2023-10-21T12:43:53.003 INFO:teuthology.orchestra.run.smithi154.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-10-21T12:43:53.003 INFO:teuthology.orchestra.run.smithi154.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-10-21T12:43:53.003 INFO:teuthology.orchestra.run.smithi154.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-10-21T12:43:53.004 INFO:teuthology.orchestra.run.smithi154.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-10-21T12:43:53.004 INFO:teuthology.orchestra.run.smithi154.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-10-21T12:43:53.004 INFO:teuthology.orchestra.run.smithi154.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-10-21T12:43:53.004 INFO:teuthology.orchestra.run.smithi154.stdout: python3-scipy x86_64 1.0.0-21.module+el8.5.0+10916+41bd434d rhel-8-for-x86_64-appstream-rpms 14 M 2023-10-21T12:43:53.004 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:43:53.005 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-10-21T12:43:53.005 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================================= 2023-10-21T12:43:53.005 INFO:teuthology.orchestra.run.smithi154.stdout:Install 8 Packages 2023-10-21T12:43:53.005 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:43:53.006 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 35 M 2023-10-21T12:43:53.006 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 210 M 2023-10-21T12:43:53.006 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-10-21T12:43:53.158 INFO:teuthology.orchestra.run.smithi154.stdout:(1/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 24 MB/s | 3.7 MB 00:00 2023-10-21T12:43:53.208 INFO:teuthology.orchestra.run.smithi154.stdout:(2/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 4.4 MB/s | 225 kB 00:00 2023-10-21T12:43:53.417 INFO:teuthology.orchestra.run.smithi154.stdout:(3/8): python3-scipy-1.0.0-21.module+el8.5.0+10 33 MB/s | 14 MB 00:00 2023-10-21T12:43:53.484 INFO:teuthology.orchestra.run.smithi154.stdout:(4/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 18 MB/s | 4.9 MB 00:00 2023-10-21T12:43:53.542 INFO:teuthology.orchestra.run.smithi154.stdout:(5/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 11 MB/s | 644 kB 00:00 2023-10-21T12:43:53.626 INFO:teuthology.orchestra.run.smithi154.stdout:(6/8): openblas-0.3.15-3.el8.x86_64.rpm 23 MB/s | 4.7 MB 00:00 2023-10-21T12:43:53.651 INFO:teuthology.orchestra.run.smithi154.stdout:(7/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 1.5 MB/s | 171 kB 00:00 2023-10-21T12:44:58.129 INFO:teuthology.orchestra.run.smithi132.stdout:(6/6): ceph-test-18.0.0-6820.gf0804064.el8.x86_ 750 kB/s | 49 MB 01:06 2023-10-21T12:44:58.131 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:44:58.131 INFO:teuthology.orchestra.run.smithi132.stdout:Total 764 kB/s | 50 MB 01:06 2023-10-21T12:44:58.165 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-10-21T12:44:58.186 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-10-21T12:44:58.186 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-10-21T12:44:58.401 INFO:teuthology.orchestra.run.smithi154.stdout:(8/8): ceph-mgr-diskprediction-local-18.0.0-682 116 kB/s | 7.4 MB 01:05 2023-10-21T12:44:58.402 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:44:58.402 INFO:teuthology.orchestra.run.smithi154.stdout:Total 555 kB/s | 35 MB 01:05 2023-10-21T12:44:58.450 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-10-21T12:44:58.453 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-10-21T12:44:58.637 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-10-21T12:44:58.656 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-10-21T12:44:58.656 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-10-21T12:44:58.904 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-10-21T12:44:58.949 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-10-21T12:44:58.952 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-10-21T12:44:59.051 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-10-21T12:44:59.136 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-10-21T12:44:59.321 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-10-21T12:44:59.477 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-10-21T12:44:59.527 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-10-21T12:44:59.642 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-10-21T12:44:59.680 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-10-21T12:44:59.767 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libcephsqlite-2:18.0.0-6820.gf0804064.el8.x86_64 5/6 2023-10-21T12:44:59.819 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-10-21T12:44:59.972 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-21T12:45:00.593 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-21T12:45:00.796 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-10-21T12:45:01.411 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-10-21T12:45:01.596 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-10-21T12:45:02.277 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-10-21T12:45:02.607 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-10-21T12:45:02.771 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-21T12:45:04.486 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: libcephsqlite-2:18.0.0-6820.gf0804064.el8.x86_64 5/6 2023-10-21T12:45:04.552 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-21T12:45:04.739 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-test-2:18.0.0-6820.gf0804064.el8.x86_64 6/6 2023-10-21T12:45:04.969 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-test-2:18.0.0-6820.gf0804064.el8.x86_64 6/6 2023-10-21T12:45:04.970 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-test-2:18.0.0-6820.gf0804064.el8.x86_64 1/6 2023-10-21T12:45:04.970 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libcephsqlite-2:18.0.0-6820.gf0804064.el8.x86_64 2/6 2023-10-21T12:45:04.970 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-10-21T12:45:04.970 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-10-21T12:45:04.971 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-10-21T12:45:05.782 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-10-21T12:45:05.996 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-6820.gf080406 8/8 2023-10-21T12:45:06.013 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-10-21T12:45:06.014 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:10 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:45:06.259 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-6820.gf080406 8/8 2023-10-21T12:45:06.259 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-6820.gf080406 1/8 2023-10-21T12:45:06.259 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 2/8 2023-10-21T12:45:06.260 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 3/8 2023-10-21T12:45:06.260 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 4/8 2023-10-21T12:45:06.260 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 5/8 2023-10-21T12:45:06.260 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 6/8 2023-10-21T12:45:06.260 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 7/8 2023-10-21T12:45:07.312 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 8/8 2023-10-21T12:45:07.312 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:04:51 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:45:08.343 INFO:teuthology.orchestra.run.smithi132.stdout:Installed products updated. 2023-10-21T12:45:08.523 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:45:08.523 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-10-21T12:45:08.523 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-test-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:45:08.524 INFO:teuthology.orchestra.run.smithi132.stdout: jq-1.6-3.el8.x86_64 2023-10-21T12:45:08.524 INFO:teuthology.orchestra.run.smithi132.stdout: libcephsqlite-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:45:08.524 INFO:teuthology.orchestra.run.smithi132.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-10-21T12:45:08.524 INFO:teuthology.orchestra.run.smithi132.stdout: socat-1.7.4.1-1.el8.x86_64 2023-10-21T12:45:08.524 INFO:teuthology.orchestra.run.smithi132.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-10-21T12:45:08.525 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:45:08.525 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:45:08.661 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph 2023-10-21T12:45:08.995 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:45:09.721 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-10-21T12:45:09.862 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:13 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:45:09.906 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:45:09.906 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-10-21T12:45:09.906 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-diskprediction-local-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:45:09.907 INFO:teuthology.orchestra.run.smithi154.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-10-21T12:45:09.907 INFO:teuthology.orchestra.run.smithi154.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-10-21T12:45:09.907 INFO:teuthology.orchestra.run.smithi154.stdout: openblas-0.3.15-3.el8.x86_64 2023-10-21T12:45:09.907 INFO:teuthology.orchestra.run.smithi154.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-10-21T12:45:09.907 INFO:teuthology.orchestra.run.smithi154.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-10-21T12:45:09.908 INFO:teuthology.orchestra.run.smithi154.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-10-21T12:45:09.908 INFO:teuthology.orchestra.run.smithi154.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-10-21T12:45:09.908 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:45:09.908 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:45:10.072 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-mgr-rook 2023-10-21T12:45:10.422 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:45:11.234 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:45:11.237 INFO:teuthology.orchestra.run.smithi132.stdout:======================================================================================================= 2023-10-21T12:45:11.237 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-10-21T12:45:11.237 INFO:teuthology.orchestra.run.smithi132.stdout:======================================================================================================= 2023-10-21T12:45:11.237 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-10-21T12:45:11.238 INFO:teuthology.orchestra.run.smithi132.stdout: ceph x86_64 2:18.0.0-6820.gf0804064.el8 ceph 6.4 k 2023-10-21T12:45:11.238 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2023-10-21T12:45:11.238 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mds x86_64 2:18.0.0-6820.gf0804064.el8 ceph 2.3 M 2023-10-21T12:45:11.238 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr x86_64 2:18.0.0-6820.gf0804064.el8 ceph 1.6 M 2023-10-21T12:45:11.238 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-modules-core noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 242 k 2023-10-21T12:45:11.239 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mon x86_64 2:18.0.0-6820.gf0804064.el8 ceph 4.6 M 2023-10-21T12:45:11.239 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-osd x86_64 2:18.0.0-6820.gf0804064.el8 ceph 18 M 2023-10-21T12:45:11.239 INFO:teuthology.orchestra.run.smithi132.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-10-21T12:45:11.239 INFO:teuthology.orchestra.run.smithi132.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-10-21T12:45:11.239 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-10-21T12:45:11.240 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-10-21T12:45:11.240 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-10-21T12:45:11.240 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-10-21T12:45:11.240 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-10-21T12:45:11.240 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-10-21T12:45:11.241 INFO:teuthology.orchestra.run.smithi132.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-10-21T12:45:11.241 INFO:teuthology.orchestra.run.smithi132.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-10-21T12:45:11.241 INFO:teuthology.orchestra.run.smithi132.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-10-21T12:45:11.241 INFO:teuthology.orchestra.run.smithi132.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-10-21T12:45:11.241 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-10-21T12:45:11.241 INFO:teuthology.orchestra.run.smithi132.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-10-21T12:45:11.242 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-10-21T12:45:11.242 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-10-21T12:45:11.242 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-10-21T12:45:11.242 INFO:teuthology.orchestra.run.smithi132.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-10-21T12:45:11.242 INFO:teuthology.orchestra.run.smithi132.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-10-21T12:45:11.243 INFO:teuthology.orchestra.run.smithi132.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-10-21T12:45:11.243 INFO:teuthology.orchestra.run.smithi132.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-10-21T12:45:11.243 INFO:teuthology.orchestra.run.smithi132.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-10-21T12:45:11.243 INFO:teuthology.orchestra.run.smithi132.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-10-21T12:45:11.243 INFO:teuthology.orchestra.run.smithi132.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-10-21T12:45:11.244 INFO:teuthology.orchestra.run.smithi132.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-10-21T12:45:11.244 INFO:teuthology.orchestra.run.smithi132.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-10-21T12:45:11.244 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:45:11.244 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-10-21T12:45:11.244 INFO:teuthology.orchestra.run.smithi132.stdout:======================================================================================================= 2023-10-21T12:45:11.245 INFO:teuthology.orchestra.run.smithi132.stdout:Install 32 Packages 2023-10-21T12:45:11.245 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:45:11.245 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:04:55 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:45:11.246 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 30 M 2023-10-21T12:45:11.246 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 121 M 2023-10-21T12:45:11.246 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-10-21T12:45:11.672 INFO:teuthology.orchestra.run.smithi132.stdout:(1/32): ceph-mds-18.0.0-6820.gf0804064.el8.x86_ 6.1 MB/s | 2.3 MB 00:00 2023-10-21T12:45:11.823 INFO:teuthology.orchestra.run.smithi132.stdout:(2/32): ceph-mgr-18.0.0-6820.gf0804064.el8.x86_ 3.1 MB/s | 1.6 MB 00:00 2023-10-21T12:45:12.023 INFO:teuthology.orchestra.run.smithi132.stdout:(3/32): ceph-mon-18.0.0-6820.gf0804064.el8.x86_ 13 MB/s | 4.6 MB 00:00 2023-10-21T12:45:12.073 INFO:teuthology.orchestra.run.smithi132.stdout:(4/32): ceph-mgr-modules-core-18.0.0-6820.gf080 4.8 MB/s | 242 kB 00:00 2023-10-21T12:45:12.190 INFO:teuthology.orchestra.run.smithi132.stdout:(5/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 374 kB/s | 44 kB 00:00 2023-10-21T12:45:12.257 INFO:teuthology.orchestra.run.smithi132.stdout:(6/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 2.7 MB/s | 185 kB 00:00 2023-10-21T12:45:12.299 INFO:teuthology.orchestra.run.smithi132.stdout:(7/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 4.0 MB/s | 173 kB 00:00 2023-10-21T12:45:12.349 INFO:teuthology.orchestra.run.smithi132.stdout:(8/32): python3-cherrypy-18.4.0-1.el8.noarch.rp 7.5 MB/s | 384 kB 00:00 2023-10-21T12:45:12.383 INFO:teuthology.orchestra.run.smithi132.stdout:(9/32): python3-jaraco-6.2-6.el8.noarch.rpm 332 kB/s | 11 kB 00:00 2023-10-21T12:45:12.416 INFO:teuthology.orchestra.run.smithi132.stdout:(10/32): python3-jaraco-functools-2.0-4.el8.noa 527 kB/s | 18 kB 00:00 2023-10-21T12:45:12.450 INFO:teuthology.orchestra.run.smithi132.stdout:(11/32): python3-logutils-0.3.5-11.el8.noarch.r 1.4 MB/s | 49 kB 00:00 2023-10-21T12:45:12.484 INFO:teuthology.orchestra.run.smithi132.stdout:(12/32): python3-more-itertools-7.2.0-3.el8.noa 1.7 MB/s | 59 kB 00:00 2023-10-21T12:45:12.526 INFO:teuthology.orchestra.run.smithi132.stdout:(13/32): python3-pecan-1.3.2-9.el8.noarch.rpm 6.6 MB/s | 283 kB 00:00 2023-10-21T12:45:12.559 INFO:teuthology.orchestra.run.smithi132.stdout:(14/32): python3-portend-2.6-1.el8.noarch.rpm 467 kB/s | 16 kB 00:00 2023-10-21T12:45:12.593 INFO:teuthology.orchestra.run.smithi132.stdout:(15/32): python3-simplegeneric-0.8.1-17.el8.noa 558 kB/s | 19 kB 00:00 2023-10-21T12:45:12.598 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:45:12.600 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================== 2023-10-21T12:45:12.600 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2023-10-21T12:45:12.601 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================== 2023-10-21T12:45:12.601 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2023-10-21T12:45:12.601 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-rook noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 48 k 2023-10-21T12:45:12.601 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2023-10-21T12:45:12.601 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-10-21T12:45:12.602 INFO:teuthology.orchestra.run.smithi154.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-10-21T12:45:12.602 INFO:teuthology.orchestra.run.smithi154.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-10-21T12:45:12.602 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-10-21T12:45:12.602 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-10-21T12:45:12.602 INFO:teuthology.orchestra.run.smithi154.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-10-21T12:45:12.603 INFO:teuthology.orchestra.run.smithi154.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-10-21T12:45:12.603 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-10-21T12:45:12.603 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-10-21T12:45:12.603 INFO:teuthology.orchestra.run.smithi154.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-10-21T12:45:12.603 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-10-21T12:45:12.603 INFO:teuthology.orchestra.run.smithi154.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-10-21T12:45:12.604 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:45:12.604 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-10-21T12:45:12.604 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================================== 2023-10-21T12:45:12.604 INFO:teuthology.orchestra.run.smithi154.stdout:Install 13 Packages 2023-10-21T12:45:12.604 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:45:12.605 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 1.9 M 2023-10-21T12:45:12.605 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 25 M 2023-10-21T12:45:12.605 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-10-21T12:45:12.626 INFO:teuthology.orchestra.run.smithi132.stdout:(16/32): python3-singledispatch-3.4.0.3-18.el8. 722 kB/s | 24 kB 00:00 2023-10-21T12:45:12.660 INFO:teuthology.orchestra.run.smithi132.stdout:(17/32): python3-tempora-1.14.1-5.el8.noarch.rp 874 kB/s | 29 kB 00:00 2023-10-21T12:45:12.694 INFO:teuthology.orchestra.run.smithi132.stdout:(18/32): python3-trustme-0.6.0-4.el8.noarch.rpm 824 kB/s | 27 kB 00:00 2023-10-21T12:45:12.736 INFO:teuthology.orchestra.run.smithi132.stdout:(19/32): python3-waitress-1.4.3-1.el8.noarch.rp 6.0 MB/s | 255 kB 00:00 2023-10-21T12:45:12.778 INFO:teuthology.orchestra.run.smithi132.stdout:(20/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 5.9 MB/s | 251 kB 00:00 2023-10-21T12:45:12.820 INFO:teuthology.orchestra.run.smithi132.stdout:(21/32): python3-webtest-2.0.33-1.el8.noarch.rp 2.0 MB/s | 85 kB 00:00 2023-10-21T12:45:12.854 INFO:teuthology.orchestra.run.smithi132.stdout:(22/32): python3-zc-lockfile-2.0-2.el8.noarch.r 689 kB/s | 23 kB 00:00 2023-10-21T12:45:12.904 INFO:teuthology.orchestra.run.smithi132.stdout:(23/32): python3-pycparser-2.14-14.el8.noarch.r 2.1 MB/s | 109 kB 00:00 2023-10-21T12:45:12.946 INFO:teuthology.orchestra.run.smithi132.stdout:(24/32): python3-cryptography-3.2.1-5.el8.x86_6 13 MB/s | 559 kB 00:00 2023-10-21T12:45:12.988 INFO:teuthology.orchestra.run.smithi132.stdout:(25/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 5.6 MB/s | 238 kB 00:00 2023-10-21T12:45:13.030 INFO:teuthology.orchestra.run.smithi132.stdout:(26/32): python3-pytz-2017.2-9.el8.noarch.rpm 1.3 MB/s | 54 kB 00:00 2023-10-21T12:45:13.048 INFO:teuthology.orchestra.run.smithi154.stdout:(1/13): python3-certifi-2018.10.15-7.el8.noarch 161 kB/s | 16 kB 00:00 2023-10-21T12:45:13.065 INFO:teuthology.orchestra.run.smithi154.stdout:(2/13): python3-cachetools-3.1.1-4.el8.noarch.r 279 kB/s | 33 kB 00:00 2023-10-21T12:45:13.115 INFO:teuthology.orchestra.run.smithi154.stdout:(3/13): python3-google-auth-1.1.1-10.el8.noarch 1.2 MB/s | 81 kB 00:00 2023-10-21T12:45:13.165 INFO:teuthology.orchestra.run.smithi154.stdout:(4/13): python3-rsa-4.9-2.el8.noarch.rpm 1.3 MB/s | 64 kB 00:00 2023-10-21T12:45:13.222 INFO:teuthology.orchestra.run.smithi132.stdout:(27/32): ceph-osd-18.0.0-6820.gf0804064.el8.x86 13 MB/s | 18 MB 00:01 2023-10-21T12:45:13.224 INFO:teuthology.orchestra.run.smithi154.stdout:(5/13): python3-kubernetes-11.0.0-6.el8.noarch. 7.3 MB/s | 1.2 MB 00:00 2023-10-21T12:45:13.241 INFO:teuthology.orchestra.run.smithi154.stdout:(6/13): python3-websocket-client-0.56.0-5.el8.n 814 kB/s | 61 kB 00:00 2023-10-21T12:45:13.247 INFO:teuthology.orchestra.run.smithi132.stdout:(28/32): python3-markupsafe-0.23-19.el8.x86_64. 178 kB/s | 39 kB 00:00 2023-10-21T12:45:13.291 INFO:teuthology.orchestra.run.smithi154.stdout:(7/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 530 kB/s | 27 kB 00:00 2023-10-21T12:45:13.297 INFO:teuthology.orchestra.run.smithi132.stdout:(29/32): python3-mako-1.0.6-13.el8.noarch.rpm 2.0 MB/s | 157 kB 00:00 2023-10-21T12:45:13.316 INFO:teuthology.orchestra.run.smithi154.stdout:(8/13): python3-pyasn1-modules-0.3.7-6.el8.noar 1.2 MB/s | 110 kB 00:00 2023-10-21T12:45:13.331 INFO:teuthology.orchestra.run.smithi132.stdout:(30/32): python3-werkzeug-0.12.2-4.el8.noarch.r 5.7 MB/s | 457 kB 00:00 2023-10-21T12:45:13.341 INFO:teuthology.orchestra.run.smithi154.stdout:(9/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 2.5 MB/s | 126 kB 00:00 2023-10-21T12:45:13.356 INFO:teuthology.orchestra.run.smithi132.stdout:(31/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 1.7 MB/s | 103 kB 00:00 2023-10-21T12:45:13.358 INFO:teuthology.orchestra.run.smithi154.stdout:(10/13): python3-jsonpointer-1.10-11.el8.noarch 477 kB/s | 20 kB 00:00 2023-10-21T12:45:13.376 INFO:teuthology.orchestra.run.smithi154.stdout:(11/13): python3-requests-oauthlib-1.0.0-1.el8. 1.2 MB/s | 43 kB 00:00 2023-10-21T12:45:13.401 INFO:teuthology.orchestra.run.smithi154.stdout:(12/13): python3-oauthlib-2.1.0-1.el8.noarch.rp 3.6 MB/s | 155 kB 00:00 2023-10-21T12:46:15.516 INFO:teuthology.orchestra.run.smithi132.stdout:(32/32): ceph-18.0.0-6820.gf0804064.el8.x86_64. 102 B/s | 6.4 kB 01:04 2023-10-21T12:46:15.519 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:46:15.519 INFO:teuthology.orchestra.run.smithi132.stdout:Total 483 kB/s | 30 MB 01:04 2023-10-21T12:46:15.604 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-10-21T12:46:15.641 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-10-21T12:46:15.642 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-10-21T12:46:15.854 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-10-21T12:46:15.857 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-10-21T12:46:16.918 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-10-21T12:46:17.126 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-10-21T12:46:17.421 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-10-21T12:46:17.625 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 3/32 2023-10-21T12:46:17.814 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 4/32 2023-10-21T12:46:18.030 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 5/32 2023-10-21T12:46:18.208 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 6/32 2023-10-21T12:46:18.431 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 7/32 2023-10-21T12:46:18.775 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 8/32 2023-10-21T12:46:19.041 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 9/32 2023-10-21T12:46:19.180 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 10/32 2023-10-21T12:46:19.367 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 11/32 2023-10-21T12:46:19.547 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 12/32 2023-10-21T12:46:19.758 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-10-21T12:46:19.928 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-10-21T12:46:20.101 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-10-21T12:46:20.258 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-10-21T12:46:20.408 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-10-21T12:46:20.536 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-10-21T12:46:20.783 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-10-21T12:46:20.992 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-10-21T12:46:21.169 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-10-21T12:46:21.416 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-10-21T12:46:21.651 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-10-21T12:46:21.855 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-10-21T12:46:22.140 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-10-21T12:46:22.477 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-10-21T12:46:22.850 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-6820.gf0804064.el8. 27/32 2023-10-21T12:46:23.008 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 28/32 2023-10-21T12:46:24.598 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 28/32 2023-10-21T12:46:24.791 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-osd-2:18.0.0-6820.gf0804064.el8.x86_64 29/32 2023-10-21T12:46:25.249 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-osd-2:18.0.0-6820.gf0804064.el8.x86_64 29/32 2023-10-21T12:46:25.430 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mon-2:18.0.0-6820.gf0804064.el8.x86_64 30/32 2023-10-21T12:46:25.645 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mon-2:18.0.0-6820.gf0804064.el8.x86_64 30/32 2023-10-21T12:46:25.796 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mds-2:18.0.0-6820.gf0804064.el8.x86_64 31/32 2023-10-21T12:46:25.813 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mds-2:18.0.0-6820.gf0804064.el8.x86_64 31/32 2023-10-21T12:46:25.952 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-2:18.0.0-6820.gf0804064.el8.x86_64 32/32 2023-10-21T12:46:26.299 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-2:18.0.0-6820.gf0804064.el8.x86_64 32/32 2023-10-21T12:46:26.300 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-2:18.0.0-6820.gf0804064.el8.x86_64 1/32 2023-10-21T12:46:26.300 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mds-2:18.0.0-6820.gf0804064.el8.x86_64 2/32 2023-10-21T12:46:26.300 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 3/32 2023-10-21T12:46:26.300 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mon-2:18.0.0-6820.gf0804064.el8.x86_64 4/32 2023-10-21T12:46:26.300 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-osd-2:18.0.0-6820.gf0804064.el8.x86_64 5/32 2023-10-21T12:46:26.301 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-6820.gf0804064.el8. 6/32 2023-10-21T12:46:26.301 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-10-21T12:46:26.301 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-10-21T12:46:26.301 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-10-21T12:46:26.301 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-10-21T12:46:26.302 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-10-21T12:46:26.302 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-10-21T12:46:26.302 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-10-21T12:46:26.302 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-10-21T12:46:26.302 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-10-21T12:46:26.303 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-10-21T12:46:26.303 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-10-21T12:46:26.303 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-10-21T12:46:26.303 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-10-21T12:46:26.303 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-10-21T12:46:26.304 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-10-21T12:46:26.304 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-10-21T12:46:26.304 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-10-21T12:46:26.304 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-10-21T12:46:26.304 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 25/32 2023-10-21T12:46:26.305 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 26/32 2023-10-21T12:46:26.305 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 27/32 2023-10-21T12:46:26.305 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 28/32 2023-10-21T12:46:26.305 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 29/32 2023-10-21T12:46:26.305 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 30/32 2023-10-21T12:46:26.305 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 31/32 2023-10-21T12:46:27.761 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 32/32 2023-10-21T12:46:27.762 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:03:31 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:46:30.189 INFO:teuthology.orchestra.run.smithi132.stdout:Installed products updated. 2023-10-21T12:46:30.378 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:46:30.378 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-10-21T12:46:30.378 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:46:30.379 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mds-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:46:30.379 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:46:30.379 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-modules-core-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:46:30.379 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mon-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:46:30.379 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-osd-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:46:30.380 INFO:teuthology.orchestra.run.smithi132.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-10-21T12:46:30.380 INFO:teuthology.orchestra.run.smithi132.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-10-21T12:46:30.380 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-10-21T12:46:30.380 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-10-21T12:46:30.380 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-10-21T12:46:30.381 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-10-21T12:46:30.381 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jaraco-6.2-6.el8.noarch 2023-10-21T12:46:30.381 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-10-21T12:46:30.381 INFO:teuthology.orchestra.run.smithi132.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-10-21T12:46:30.381 INFO:teuthology.orchestra.run.smithi132.stdout: python3-mako-1.0.6-13.el8.noarch 2023-10-21T12:46:30.381 INFO:teuthology.orchestra.run.smithi132.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-10-21T12:46:30.382 INFO:teuthology.orchestra.run.smithi132.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-10-21T12:46:30.382 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-10-21T12:46:30.382 INFO:teuthology.orchestra.run.smithi132.stdout: python3-portend-2.6-1.el8.noarch 2023-10-21T12:46:30.382 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-10-21T12:46:30.382 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pycparser-2.14-14.el8.noarch 2023-10-21T12:46:30.383 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pytz-2017.2-9.el8.noarch 2023-10-21T12:46:30.383 INFO:teuthology.orchestra.run.smithi132.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-10-21T12:46:30.383 INFO:teuthology.orchestra.run.smithi132.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-10-21T12:46:30.383 INFO:teuthology.orchestra.run.smithi132.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-10-21T12:46:30.383 INFO:teuthology.orchestra.run.smithi132.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-10-21T12:46:30.383 INFO:teuthology.orchestra.run.smithi132.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-10-21T12:46:30.384 INFO:teuthology.orchestra.run.smithi132.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-10-21T12:46:30.384 INFO:teuthology.orchestra.run.smithi132.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-10-21T12:46:30.384 INFO:teuthology.orchestra.run.smithi132.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-10-21T12:46:30.384 INFO:teuthology.orchestra.run.smithi132.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-10-21T12:46:30.384 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:46:30.385 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:46:30.543 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-base 2023-10-21T12:46:30.890 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:46:31.683 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:03:35 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:46:33.017 INFO:teuthology.orchestra.run.smithi132.stdout:Package ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:46:33.126 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:46:33.128 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2023-10-21T12:46:33.128 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:46:33.250 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install cephadm 2023-10-21T12:46:33.596 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:46:34.428 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:03:38 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:46:35.800 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:46:35.802 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:46:35.802 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-10-21T12:46:35.802 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:46:35.802 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-10-21T12:46:35.802 INFO:teuthology.orchestra.run.smithi132.stdout: cephadm noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 191 k 2023-10-21T12:46:35.803 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:46:35.803 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-10-21T12:46:35.803 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:46:35.804 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2023-10-21T12:46:35.804 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:46:35.805 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 191 k 2023-10-21T12:46:35.805 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 780 k 2023-10-21T12:46:35.805 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-10-21T12:47:21.995 INFO:teuthology.orchestra.run.smithi154.stdout:[MIRROR] ceph-mgr-rook-18.0.0-6820.gf0804064.el8.noarch.rpm: Curl error (7): Couldn't connect to server for https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/noarch/ceph-mgr-rook-18.0.0-6820.gf0804064.el8.noarch.rpm [Failed to connect to 2.chacra.ceph.com port 443: Connection timed out] 2023-10-21T12:48:26.458 INFO:teuthology.orchestra.run.smithi154.stdout:(13/13): ceph-mgr-rook-18.0.0-6820.gf0804064.el 251 B/s | 48 kB 03:13 2023-10-21T12:48:26.459 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:48:26.459 INFO:teuthology.orchestra.run.smithi154.stdout:Total 10 kB/s | 1.9 MB 03:13 2023-10-21T12:48:26.518 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-10-21T12:48:26.534 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-10-21T12:48:26.534 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-10-21T12:48:26.605 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-10-21T12:48:26.609 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-10-21T12:48:27.080 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-10-21T12:48:27.268 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-10-21T12:48:27.504 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-10-21T12:48:27.813 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-10-21T12:48:28.064 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 4/13 2023-10-21T12:48:28.242 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 5/13 2023-10-21T12:48:28.384 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 6/13 2023-10-21T12:48:28.546 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 7/13 2023-10-21T12:48:28.759 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-10-21T12:48:28.916 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-10-21T12:48:29.105 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-10-21T12:48:30.156 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-10-21T12:48:30.428 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-10-21T12:48:30.585 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-rook-2:18.0.0-6820.gf0804064.el8.noarch 13/13 2023-10-21T12:48:30.804 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-6820.gf0804064.el8.noarch 13/13 2023-10-21T12:48:30.804 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-rook-2:18.0.0-6820.gf0804064.el8.noarch 1/13 2023-10-21T12:48:30.805 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-10-21T12:48:30.805 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-10-21T12:48:30.805 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-10-21T12:48:30.806 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-10-21T12:48:30.806 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-10-21T12:48:30.807 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-10-21T12:48:30.807 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 8/13 2023-10-21T12:48:30.807 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 9/13 2023-10-21T12:48:30.808 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 10/13 2023-10-21T12:48:30.808 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-10-21T12:48:30.809 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 12/13 2023-10-21T12:48:31.904 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 13/13 2023-10-21T12:48:31.904 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:08:15 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:48:34.233 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-10-21T12:48:34.416 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:48:34.417 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-10-21T12:48:34.417 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-rook-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:48:34.417 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-10-21T12:48:34.417 INFO:teuthology.orchestra.run.smithi154.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-10-21T12:48:34.418 INFO:teuthology.orchestra.run.smithi154.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-10-21T12:48:34.418 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-10-21T12:48:34.418 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-10-21T12:48:34.418 INFO:teuthology.orchestra.run.smithi154.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-10-21T12:48:34.418 INFO:teuthology.orchestra.run.smithi154.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-10-21T12:48:34.419 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-10-21T12:48:34.419 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-10-21T12:48:34.419 INFO:teuthology.orchestra.run.smithi154.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-10-21T12:48:34.419 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rsa-4.9-2.el8.noarch 2023-10-21T12:48:34.419 INFO:teuthology.orchestra.run.smithi154.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-10-21T12:48:34.420 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:48:34.420 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:48:34.568 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-mgr-cephadm 2023-10-21T12:48:34.935 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:48:35.767 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:08:19 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:48:37.122 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:48:37.123 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================================== 2023-10-21T12:48:37.123 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2023-10-21T12:48:37.123 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================================== 2023-10-21T12:48:37.124 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2023-10-21T12:48:37.124 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-cephadm noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 132 k 2023-10-21T12:48:37.124 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2023-10-21T12:48:37.124 INFO:teuthology.orchestra.run.smithi154.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-10-21T12:48:37.125 INFO:teuthology.orchestra.run.smithi154.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-10-21T12:48:37.125 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-10-21T12:48:37.125 INFO:teuthology.orchestra.run.smithi154.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-10-21T12:48:37.125 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:48:37.125 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-10-21T12:48:37.126 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================================== 2023-10-21T12:48:37.126 INFO:teuthology.orchestra.run.smithi154.stdout:Install 5 Packages 2023-10-21T12:48:37.126 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:48:37.127 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 6.0 M 2023-10-21T12:48:37.127 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 26 M 2023-10-21T12:48:37.127 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-10-21T12:48:37.407 INFO:teuthology.orchestra.run.smithi154.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 533 kB/s | 60 kB 00:00 2023-10-21T12:48:37.473 INFO:teuthology.orchestra.run.smithi154.stdout:(2/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 2.6 MB/s | 476 kB 00:00 2023-10-21T12:48:37.507 INFO:teuthology.orchestra.run.smithi154.stdout:(3/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 5.2 MB/s | 538 kB 00:00 2023-10-21T12:48:37.632 INFO:teuthology.orchestra.run.smithi154.stdout:(4/5): python3-babel-2.5.1-7.el8.noarch.rpm 30 MB/s | 4.8 MB 00:00 2023-10-21T12:48:45.357 INFO:teuthology.orchestra.run.smithi132.stdout:[MIRROR] cephadm-18.0.0-6820.gf0804064.el8.noarch.rpm: Curl error (7): Couldn't connect to server for https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/noarch/cephadm-18.0.0-6820.gf0804064.el8.noarch.rpm [Failed to connect to 2.chacra.ceph.com port 443: Connection timed out] 2023-10-21T12:49:17.863 INFO:teuthology.orchestra.run.smithi132.stdout:cephadm-18.0.0-6820.gf0804064.el8.noarch.rpm 1.2 kB/s | 191 kB 02:42 2023-10-21T12:49:17.864 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:49:17.864 INFO:teuthology.orchestra.run.smithi132.stdout:Total 1.2 kB/s | 191 kB 02:42 2023-10-21T12:49:17.864 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-10-21T12:49:17.874 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-10-21T12:49:17.874 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-10-21T12:49:17.877 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-10-21T12:49:17.881 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-10-21T12:49:17.929 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-10-21T12:49:19.625 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:49:19.787 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:49:19.951 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:49:21.039 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:49:21.039 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:06:25 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:49:23.716 INFO:teuthology.orchestra.run.smithi132.stdout:Installed products updated. 2023-10-21T12:49:23.902 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:49:23.903 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-10-21T12:49:23.903 INFO:teuthology.orchestra.run.smithi132.stdout: cephadm-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:49:23.903 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:49:23.903 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:49:24.046 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-immutable-object-cache 2023-10-21T12:49:24.404 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:49:25.277 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:06:29 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:49:26.650 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:49:26.651 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:49:26.652 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repo Size 2023-10-21T12:49:26.652 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:49:26.652 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-10-21T12:49:26.652 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-6820.gf0804064.el8 ceph 167 k 2023-10-21T12:49:26.653 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:49:26.653 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-10-21T12:49:26.653 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:49:26.653 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2023-10-21T12:49:26.653 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:49:26.654 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 167 k 2023-10-21T12:49:26.654 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 512 k 2023-10-21T12:49:26.654 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-10-21T12:49:41.643 INFO:teuthology.orchestra.run.smithi154.stdout:(5/5): ceph-mgr-cephadm-18.0.0-6820.gf0804064.e 2.1 kB/s | 132 kB 01:04 2023-10-21T12:49:41.644 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:49:41.644 INFO:teuthology.orchestra.run.smithi154.stdout:Total 95 kB/s | 6.0 MB 01:04 2023-10-21T12:49:41.698 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-10-21T12:49:41.710 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-10-21T12:49:41.710 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-10-21T12:49:41.790 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-10-21T12:49:41.794 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-10-21T12:49:42.747 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-10-21T12:49:43.084 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-10-21T12:49:43.366 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-10-21T12:49:43.693 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-10-21T12:49:44.004 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-10-21T12:49:44.214 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-6820.gf0804064.el8.noarch 5/5 2023-10-21T12:49:44.430 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-6820.gf0804064.el8.noarch 5/5 2023-10-21T12:49:44.431 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/5 2023-10-21T12:49:44.431 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-10-21T12:49:44.431 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-10-21T12:49:44.432 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-10-21T12:49:45.467 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-10-21T12:49:45.468 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:09:29 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:49:47.828 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-10-21T12:49:48.011 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:49:48.011 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-10-21T12:49:48.011 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-cephadm-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:49:48.011 INFO:teuthology.orchestra.run.smithi154.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-10-21T12:49:48.012 INFO:teuthology.orchestra.run.smithi154.stdout: python3-babel-2.5.1-7.el8.noarch 2023-10-21T12:49:48.012 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-10-21T12:49:48.012 INFO:teuthology.orchestra.run.smithi154.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-10-21T12:49:48.012 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:49:48.012 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:49:48.191 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-fuse 2023-10-21T12:49:48.547 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:49:49.330 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:09:33 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:49:50.689 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:49:50.690 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:49:50.690 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2023-10-21T12:49:50.691 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:49:50.691 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2023-10-21T12:49:50.691 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-fuse 2023-10-21T12:49:50.691 INFO:teuthology.orchestra.run.smithi154.stdout: x86_64 2:18.0.0-6820.gf0804064.el8 ceph 918 k 2023-10-21T12:49:50.691 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2023-10-21T12:49:50.692 INFO:teuthology.orchestra.run.smithi154.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-10-21T12:49:50.692 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:49:50.692 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-10-21T12:49:50.692 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:49:50.692 INFO:teuthology.orchestra.run.smithi154.stdout:Install 2 Packages 2023-10-21T12:49:50.693 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:49:50.693 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 1.0 M 2023-10-21T12:49:50.693 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 3.1 M 2023-10-21T12:49:50.694 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-10-21T12:49:50.759 INFO:teuthology.orchestra.run.smithi154.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 1.2 MB/s | 83 kB 00:00 2023-10-21T12:50:22.715 INFO:teuthology.orchestra.run.smithi154.stdout:(2/2): ceph-fuse-18.0.0-6820.gf0804064.el8.x86_ 29 kB/s | 918 kB 00:32 2023-10-21T12:50:22.716 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:50:22.717 INFO:teuthology.orchestra.run.smithi154.stdout:Total 31 kB/s | 1.0 MB 00:32 2023-10-21T12:50:22.730 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-10-21T12:50:22.753 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-10-21T12:50:22.754 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-10-21T12:50:22.832 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-10-21T12:50:22.836 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-10-21T12:50:22.993 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-10-21T12:50:23.290 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-10-21T12:50:23.447 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 2/2 2023-10-21T12:50:23.778 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 2/2 2023-10-21T12:50:23.778 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 1/2 2023-10-21T12:50:24.837 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-10-21T12:50:24.837 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:10:08 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:50:27.453 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-10-21T12:50:27.636 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:50:27.636 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-10-21T12:50:27.636 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-10-21T12:50:27.636 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:50:27.637 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:50:27.815 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-volume 2023-10-21T12:50:28.177 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:50:29.094 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:10:13 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:50:30.450 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:50:30.451 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:50:30.452 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2023-10-21T12:50:30.452 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:50:30.452 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2023-10-21T12:50:30.452 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-volume noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 261 k 2023-10-21T12:50:30.452 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:50:30.453 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-10-21T12:50:30.453 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:50:30.453 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2023-10-21T12:50:30.453 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:50:30.453 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 261 k 2023-10-21T12:50:30.454 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 1.3 M 2023-10-21T12:50:30.454 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-10-21T12:51:37.391 INFO:teuthology.orchestra.run.smithi132.stdout:[MIRROR] ceph-immutable-object-cache-18.0.0-6820.gf0804064.el8.x86_64.rpm: Curl error (7): Couldn't connect to server for https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/x86_64/ceph-immutable-object-cache-18.0.0-6820.gf0804064.el8.x86_64.rpm [Failed to connect to 2.chacra.ceph.com port 443: Connection timed out] 2023-10-21T12:52:10.190 INFO:teuthology.orchestra.run.smithi132.stdout:ceph-immutable-object-cache-18.0.0-6820.gf08040 1.0 kB/s | 167 kB 02:43 2023-10-21T12:52:10.191 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:52:10.192 INFO:teuthology.orchestra.run.smithi132.stdout:Total 1.0 kB/s | 167 kB 02:43 2023-10-21T12:52:10.192 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-10-21T12:52:10.204 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-10-21T12:52:10.204 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-10-21T12:52:10.260 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-10-21T12:52:10.264 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-10-21T12:52:10.386 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-10-21T12:52:10.583 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-6820.gf0804064. 1/1 2023-10-21T12:52:10.937 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-6820.gf0804064. 1/1 2023-10-21T12:52:11.976 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-6820.gf0804064. 1/1 2023-10-21T12:52:11.976 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:09:15 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:52:16.374 INFO:teuthology.orchestra.run.smithi132.stdout:Installed products updated. 2023-10-21T12:52:16.552 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:52:16.552 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-10-21T12:52:16.553 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-immutable-object-cache-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:52:16.553 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:52:16.553 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:52:16.714 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-mgr 2023-10-21T12:52:17.062 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:52:17.928 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:09:21 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:52:19.173 INFO:teuthology.orchestra.run.smithi132.stdout:Package ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:52:19.280 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:52:19.281 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2023-10-21T12:52:19.281 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:52:19.417 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-mgr-dashboard 2023-10-21T12:52:19.760 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:52:20.808 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:09:24 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:52:22.168 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:52:22.169 INFO:teuthology.orchestra.run.smithi132.stdout:=================================================================================================== 2023-10-21T12:52:22.169 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-10-21T12:52:22.170 INFO:teuthology.orchestra.run.smithi132.stdout:=================================================================================================== 2023-10-21T12:52:22.170 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-10-21T12:52:22.170 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-dashboard noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 1.8 M 2023-10-21T12:52:22.170 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2023-10-21T12:52:22.170 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-grafana-dashboards noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 23 k 2023-10-21T12:52:22.171 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-prometheus-alerts noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 15 k 2023-10-21T12:52:22.171 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-10-21T12:52:22.171 INFO:teuthology.orchestra.run.smithi132.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-10-21T12:52:22.171 INFO:teuthology.orchestra.run.smithi132.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-10-21T12:52:22.171 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:52:22.171 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-10-21T12:52:22.172 INFO:teuthology.orchestra.run.smithi132.stdout:=================================================================================================== 2023-10-21T12:52:22.172 INFO:teuthology.orchestra.run.smithi132.stdout:Install 6 Packages 2023-10-21T12:52:22.172 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:52:22.173 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 2.1 M 2023-10-21T12:52:22.173 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 8.6 M 2023-10-21T12:52:22.173 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-10-21T12:52:22.668 INFO:teuthology.orchestra.run.smithi132.stdout:(1/6): ceph-grafana-dashboards-18.0.0-6820.gf08 162 kB/s | 23 kB 00:00 2023-10-21T12:52:22.768 INFO:teuthology.orchestra.run.smithi132.stdout:(2/6): ceph-prometheus-alerts-18.0.0-6820.gf080 62 kB/s | 15 kB 00:00 2023-10-21T12:52:22.793 INFO:teuthology.orchestra.run.smithi132.stdout:(3/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 269 kB/s | 34 kB 00:00 2023-10-21T12:52:22.945 INFO:teuthology.orchestra.run.smithi132.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 292 kB/s | 43 kB 00:00 2023-10-21T12:52:22.994 INFO:teuthology.orchestra.run.smithi132.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 872 kB/s | 196 kB 00:00 2023-10-21T12:52:23.036 INFO:teuthology.orchestra.run.smithi132.stdout:(6/6): ceph-mgr-dashboard-18.0.0-6820.gf0804064 3.5 MB/s | 1.8 MB 00:00 2023-10-21T12:52:23.038 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:52:23.039 INFO:teuthology.orchestra.run.smithi132.stdout:Total 2.4 MB/s | 2.1 MB 00:00 2023-10-21T12:52:23.050 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-10-21T12:52:23.059 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-10-21T12:52:23.059 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-10-21T12:52:23.116 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-10-21T12:52:23.119 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-10-21T12:52:23.414 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-10-21T12:52:23.565 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-10-21T12:52:23.754 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-10-21T12:52:23.950 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-10-21T12:52:24.071 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-6820.gf0804064.el8.n 4/6 2023-10-21T12:52:24.420 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-6820.gf0804064.el8. 5/6 2023-10-21T12:52:24.614 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-6820.gf0804064.el8.noarc 6/6 2023-10-21T12:52:24.831 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-6820.gf0804064.el8.noarc 6/6 2023-10-21T12:52:24.831 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-6820.gf0804064.el8. 1/6 2023-10-21T12:52:24.832 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-6820.gf0804064.el8.noarc 2/6 2023-10-21T12:52:24.832 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-6820.gf0804064.el8.n 3/6 2023-10-21T12:52:24.832 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-10-21T12:52:24.832 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-10-21T12:52:25.856 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-10-21T12:52:25.857 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:09:29 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:52:28.230 INFO:teuthology.orchestra.run.smithi132.stdout:Installed products updated. 2023-10-21T12:52:28.415 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:52:28.416 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-10-21T12:52:28.416 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-grafana-dashboards-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:52:28.416 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-dashboard-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:52:28.416 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-prometheus-alerts-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:52:28.417 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-10-21T12:52:28.417 INFO:teuthology.orchestra.run.smithi132.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-10-21T12:52:28.417 INFO:teuthology.orchestra.run.smithi132.stdout: python3-routes-2.4.1-12.el8.noarch 2023-10-21T12:52:28.417 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:52:28.417 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:52:28.566 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-mgr-diskprediction-local 2023-10-21T12:52:28.913 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:52:29.725 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:09:33 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:52:31.084 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:52:31.085 INFO:teuthology.orchestra.run.smithi132.stdout:======================================================================================================================= 2023-10-21T12:52:31.086 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-10-21T12:52:31.086 INFO:teuthology.orchestra.run.smithi132.stdout:======================================================================================================================= 2023-10-21T12:52:31.086 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-10-21T12:52:31.086 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 7.4 M 2023-10-21T12:52:31.086 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2023-10-21T12:52:31.087 INFO:teuthology.orchestra.run.smithi132.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-10-21T12:52:31.087 INFO:teuthology.orchestra.run.smithi132.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-10-21T12:52:31.087 INFO:teuthology.orchestra.run.smithi132.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-10-21T12:52:31.087 INFO:teuthology.orchestra.run.smithi132.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-10-21T12:52:31.087 INFO:teuthology.orchestra.run.smithi132.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-10-21T12:52:31.088 INFO:teuthology.orchestra.run.smithi132.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-10-21T12:52:31.088 INFO:teuthology.orchestra.run.smithi132.stdout: python3-scipy x86_64 1.0.0-21.module+el8.5.0+10916+41bd434d rhel-8-for-x86_64-appstream-rpms 14 M 2023-10-21T12:52:31.088 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:52:31.088 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-10-21T12:52:31.088 INFO:teuthology.orchestra.run.smithi132.stdout:======================================================================================================================= 2023-10-21T12:52:31.088 INFO:teuthology.orchestra.run.smithi132.stdout:Install 8 Packages 2023-10-21T12:52:31.089 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:52:31.089 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 35 M 2023-10-21T12:52:31.090 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 210 M 2023-10-21T12:52:31.090 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-10-21T12:52:31.174 INFO:teuthology.orchestra.run.smithi132.stdout:(1/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 7.3 MB/s | 644 kB 00:00 2023-10-21T12:52:31.199 INFO:teuthology.orchestra.run.smithi132.stdout:(2/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 1.5 MB/s | 171 kB 00:00 2023-10-21T12:52:31.333 INFO:teuthology.orchestra.run.smithi132.stdout:(3/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 28 MB/s | 3.7 MB 00:00 2023-10-21T12:52:31.392 INFO:teuthology.orchestra.run.smithi132.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 3.8 MB/s | 225 kB 00:00 2023-10-21T12:52:31.551 INFO:teuthology.orchestra.run.smithi132.stdout:(5/8): python3-scipy-1.0.0-21.module+el8.5.0+10 36 MB/s | 14 MB 00:00 2023-10-21T12:52:31.668 INFO:teuthology.orchestra.run.smithi132.stdout:(6/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 18 MB/s | 4.9 MB 00:00 2023-10-21T12:52:31.751 INFO:teuthology.orchestra.run.smithi132.stdout:(7/8): openblas-0.3.15-3.el8.x86_64.rpm 24 MB/s | 4.7 MB 00:00 2023-10-21T12:52:32.260 INFO:teuthology.orchestra.run.smithi132.stdout:(8/8): ceph-mgr-diskprediction-local-18.0.0-682 6.3 MB/s | 7.4 MB 00:01 2023-10-21T12:52:32.261 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:52:32.261 INFO:teuthology.orchestra.run.smithi132.stdout:Total 30 MB/s | 35 MB 00:01 2023-10-21T12:52:32.497 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-10-21T12:52:32.515 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-10-21T12:52:32.515 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-10-21T12:52:32.809 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-10-21T12:52:32.813 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-10-21T12:52:33.345 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-10-21T12:52:33.471 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-10-21T12:52:33.585 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-10-21T12:52:33.784 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-21T12:52:34.558 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-21T12:52:34.721 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-10-21T12:52:35.314 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-10-21T12:52:35.488 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-10-21T12:52:36.164 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-10-21T12:52:36.465 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-10-21T12:52:36.654 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-21T12:52:38.420 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-21T12:52:39.642 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-10-21T12:52:39.862 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-6820.gf080406 8/8 2023-10-21T12:52:40.124 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-6820.gf080406 8/8 2023-10-21T12:52:40.124 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-6820.gf080406 1/8 2023-10-21T12:52:40.124 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-21T12:52:40.124 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 3/8 2023-10-21T12:52:40.125 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 4/8 2023-10-21T12:52:40.125 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-10-21T12:52:40.125 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-21T12:52:40.125 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 7/8 2023-10-21T12:52:41.050 INFO:teuthology.orchestra.run.smithi154.stdout:[MIRROR] ceph-volume-18.0.0-6820.gf0804064.el8.noarch.rpm: Curl error (7): Couldn't connect to server for https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/noarch/ceph-volume-18.0.0-6820.gf0804064.el8.noarch.rpm [Failed to connect to 2.chacra.ceph.com port 443: Connection timed out] 2023-10-21T12:52:41.162 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 8/8 2023-10-21T12:52:41.162 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:09:45 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:52:43.425 INFO:teuthology.orchestra.run.smithi132.stdout:Installed products updated. 2023-10-21T12:52:43.607 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:52:43.608 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-10-21T12:52:43.608 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-diskprediction-local-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:52:43.608 INFO:teuthology.orchestra.run.smithi132.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-10-21T12:52:43.608 INFO:teuthology.orchestra.run.smithi132.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-10-21T12:52:43.609 INFO:teuthology.orchestra.run.smithi132.stdout: openblas-0.3.15-3.el8.x86_64 2023-10-21T12:52:43.609 INFO:teuthology.orchestra.run.smithi132.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-10-21T12:52:43.609 INFO:teuthology.orchestra.run.smithi132.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-10-21T12:52:43.609 INFO:teuthology.orchestra.run.smithi132.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-10-21T12:52:43.609 INFO:teuthology.orchestra.run.smithi132.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-10-21T12:52:43.610 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:52:43.610 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:52:43.771 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-mgr-rook 2023-10-21T12:52:44.118 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:52:44.934 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:09:48 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:52:46.367 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:52:46.369 INFO:teuthology.orchestra.run.smithi132.stdout:======================================================================================================== 2023-10-21T12:52:46.369 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-10-21T12:52:46.369 INFO:teuthology.orchestra.run.smithi132.stdout:======================================================================================================== 2023-10-21T12:52:46.369 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-10-21T12:52:46.369 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-rook noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 48 k 2023-10-21T12:52:46.370 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2023-10-21T12:52:46.370 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-10-21T12:52:46.370 INFO:teuthology.orchestra.run.smithi132.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-10-21T12:52:46.370 INFO:teuthology.orchestra.run.smithi132.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-10-21T12:52:46.371 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-10-21T12:52:46.371 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-10-21T12:52:46.371 INFO:teuthology.orchestra.run.smithi132.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-10-21T12:52:46.371 INFO:teuthology.orchestra.run.smithi132.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-10-21T12:52:46.371 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-10-21T12:52:46.372 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-10-21T12:52:46.372 INFO:teuthology.orchestra.run.smithi132.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-10-21T12:52:46.372 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-10-21T12:52:46.372 INFO:teuthology.orchestra.run.smithi132.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-10-21T12:52:46.372 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:52:46.372 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-10-21T12:52:46.373 INFO:teuthology.orchestra.run.smithi132.stdout:======================================================================================================== 2023-10-21T12:52:46.373 INFO:teuthology.orchestra.run.smithi132.stdout:Install 13 Packages 2023-10-21T12:52:46.373 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:52:46.374 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 1.9 M 2023-10-21T12:52:46.374 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 25 M 2023-10-21T12:52:46.374 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-10-21T12:52:46.649 INFO:teuthology.orchestra.run.smithi132.stdout:(1/13): python3-certifi-2018.10.15-7.el8.noarch 182 kB/s | 16 kB 00:00 2023-10-21T12:52:46.674 INFO:teuthology.orchestra.run.smithi132.stdout:(2/13): python3-cachetools-3.1.1-4.el8.noarch.r 287 kB/s | 33 kB 00:00 2023-10-21T12:52:46.691 INFO:teuthology.orchestra.run.smithi132.stdout:(3/13): python3-google-auth-1.1.1-10.el8.noarch 1.9 MB/s | 81 kB 00:00 2023-10-21T12:52:46.725 INFO:teuthology.orchestra.run.smithi132.stdout:(4/13): python3-rsa-4.9-2.el8.noarch.rpm 1.9 MB/s | 64 kB 00:00 2023-10-21T12:52:46.751 INFO:teuthology.orchestra.run.smithi132.stdout:(5/13): ceph-mgr-rook-18.0.0-6820.gf0804064.el8 249 kB/s | 48 kB 00:00 2023-10-21T12:52:46.775 INFO:teuthology.orchestra.run.smithi132.stdout:(6/13): python3-websocket-client-0.56.0-5.el8.n 1.2 MB/s | 61 kB 00:00 2023-10-21T12:52:46.817 INFO:teuthology.orchestra.run.smithi132.stdout:(7/13): python3-kubernetes-11.0.0-6.el8.noarch. 8.2 MB/s | 1.2 MB 00:00 2023-10-21T12:52:46.884 INFO:teuthology.orchestra.run.smithi132.stdout:(8/13): python3-requests-oauthlib-1.0.0-1.el8.n 319 kB/s | 43 kB 00:00 2023-10-21T12:52:46.910 INFO:teuthology.orchestra.run.smithi132.stdout:(9/13): python3-pyasn1-modules-0.3.7-6.el8.noar 1.3 MB/s | 110 kB 00:00 2023-10-21T12:52:46.943 INFO:teuthology.orchestra.run.smithi132.stdout:(10/13): python3-oauthlib-2.1.0-1.el8.noarch.rp 925 kB/s | 155 kB 00:00 2023-10-21T12:52:46.968 INFO:teuthology.orchestra.run.smithi132.stdout:(11/13): python3-jsonpatch-1.21-2.el8.noarch.rp 316 kB/s | 27 kB 00:00 2023-10-21T12:52:46.993 INFO:teuthology.orchestra.run.smithi132.stdout:(12/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.5 MB/s | 126 kB 00:00 2023-10-21T12:52:47.019 INFO:teuthology.orchestra.run.smithi132.stdout:(13/13): python3-jsonpointer-1.10-11.el8.noarch 266 kB/s | 20 kB 00:00 2023-10-21T12:52:47.021 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:52:47.021 INFO:teuthology.orchestra.run.smithi132.stdout:Total 3.0 MB/s | 1.9 MB 00:00 2023-10-21T12:52:47.079 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-10-21T12:52:47.094 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-10-21T12:52:47.095 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-10-21T12:52:47.165 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-10-21T12:52:47.169 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-10-21T12:52:47.651 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-10-21T12:52:47.852 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-10-21T12:52:48.071 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-10-21T12:52:48.234 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-10-21T12:52:48.384 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/13 2023-10-21T12:52:48.587 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/13 2023-10-21T12:52:48.798 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-10-21T12:52:48.979 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-10-21T12:52:49.176 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-10-21T12:52:49.374 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-10-21T12:52:49.582 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-10-21T12:52:50.668 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-10-21T12:52:50.919 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-10-21T12:52:51.068 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mgr-rook-2:18.0.0-6820.gf0804064.el8.noarch 13/13 2023-10-21T12:52:51.292 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-6820.gf0804064.el8.noarch 13/13 2023-10-21T12:52:51.292 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mgr-rook-2:18.0.0-6820.gf0804064.el8.noarch 1/13 2023-10-21T12:52:51.293 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-10-21T12:52:51.293 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-10-21T12:52:51.293 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-10-21T12:52:51.293 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-10-21T12:52:51.293 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-10-21T12:52:51.294 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-10-21T12:52:51.294 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/13 2023-10-21T12:52:51.294 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 9/13 2023-10-21T12:52:51.294 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 10/13 2023-10-21T12:52:51.294 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 11/13 2023-10-21T12:52:51.295 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 12/13 2023-10-21T12:52:52.390 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 13/13 2023-10-21T12:52:52.391 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:09:56 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:52:54.849 INFO:teuthology.orchestra.run.smithi132.stdout:Installed products updated. 2023-10-21T12:52:55.031 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:52:55.031 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-10-21T12:52:55.031 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-rook-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:52:55.031 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-10-21T12:52:55.032 INFO:teuthology.orchestra.run.smithi132.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-10-21T12:52:55.032 INFO:teuthology.orchestra.run.smithi132.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-10-21T12:52:55.032 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-10-21T12:52:55.032 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-10-21T12:52:55.032 INFO:teuthology.orchestra.run.smithi132.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-10-21T12:52:55.033 INFO:teuthology.orchestra.run.smithi132.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-10-21T12:52:55.033 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-10-21T12:52:55.033 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-10-21T12:52:55.033 INFO:teuthology.orchestra.run.smithi132.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-10-21T12:52:55.033 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rsa-4.9-2.el8.noarch 2023-10-21T12:52:55.034 INFO:teuthology.orchestra.run.smithi132.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-10-21T12:52:55.034 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:52:55.034 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:52:55.212 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-mgr-cephadm 2023-10-21T12:52:55.565 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:52:56.358 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:10:00 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:52:57.717 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:52:57.717 INFO:teuthology.orchestra.run.smithi132.stdout:=============================================================================================== 2023-10-21T12:52:57.718 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-10-21T12:52:57.718 INFO:teuthology.orchestra.run.smithi132.stdout:=============================================================================================== 2023-10-21T12:52:57.718 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-10-21T12:52:57.718 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-cephadm noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 132 k 2023-10-21T12:52:57.719 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2023-10-21T12:52:57.719 INFO:teuthology.orchestra.run.smithi132.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-10-21T12:52:57.719 INFO:teuthology.orchestra.run.smithi132.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-10-21T12:52:57.719 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-10-21T12:52:57.719 INFO:teuthology.orchestra.run.smithi132.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-10-21T12:52:57.720 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:52:57.720 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-10-21T12:52:57.720 INFO:teuthology.orchestra.run.smithi132.stdout:=============================================================================================== 2023-10-21T12:52:57.720 INFO:teuthology.orchestra.run.smithi132.stdout:Install 5 Packages 2023-10-21T12:52:57.720 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:52:57.721 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 6.0 M 2023-10-21T12:52:57.721 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 26 M 2023-10-21T12:52:57.722 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-10-21T12:52:58.343 INFO:teuthology.orchestra.run.smithi132.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 212 kB/s | 60 kB 00:00 2023-10-21T12:52:58.368 INFO:teuthology.orchestra.run.smithi132.stdout:(2/5): ceph-mgr-cephadm-18.0.0-6820.gf0804064.e 426 kB/s | 132 kB 00:00 2023-10-21T12:52:58.435 INFO:teuthology.orchestra.run.smithi132.stdout:(3/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 5.7 MB/s | 538 kB 00:00 2023-10-21T12:52:58.494 INFO:teuthology.orchestra.run.smithi132.stdout:(4/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.1 MB/s | 476 kB 00:00 2023-10-21T12:52:58.569 INFO:teuthology.orchestra.run.smithi132.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 24 MB/s | 4.8 MB 00:00 2023-10-21T12:52:58.571 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:52:58.571 INFO:teuthology.orchestra.run.smithi132.stdout:Total 7.0 MB/s | 6.0 MB 00:00 2023-10-21T12:52:58.626 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-10-21T12:52:58.638 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-10-21T12:52:58.639 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-10-21T12:52:58.717 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-10-21T12:52:58.721 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-10-21T12:52:59.660 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-10-21T12:53:00.011 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-10-21T12:53:00.243 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-10-21T12:53:00.545 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-10-21T12:53:00.807 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-10-21T12:53:01.042 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-6820.gf0804064.el8.noarch 5/5 2023-10-21T12:53:01.271 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-6820.gf0804064.el8.noarch 5/5 2023-10-21T12:53:01.272 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/5 2023-10-21T12:53:01.272 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-10-21T12:53:01.272 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-10-21T12:53:01.272 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-10-21T12:53:02.297 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-10-21T12:53:02.297 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:10:06 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:53:05.516 INFO:teuthology.orchestra.run.smithi132.stdout:Installed products updated. 2023-10-21T12:53:05.697 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:53:05.698 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-10-21T12:53:05.698 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-cephadm-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:53:05.698 INFO:teuthology.orchestra.run.smithi132.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-10-21T12:53:05.699 INFO:teuthology.orchestra.run.smithi132.stdout: python3-babel-2.5.1-7.el8.noarch 2023-10-21T12:53:05.699 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-10-21T12:53:05.699 INFO:teuthology.orchestra.run.smithi132.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-10-21T12:53:05.699 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:53:05.699 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:53:05.876 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-fuse 2023-10-21T12:53:06.229 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:53:07.602 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:10:11 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:53:09.036 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:53:09.037 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:53:09.037 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-10-21T12:53:09.037 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:53:09.037 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-10-21T12:53:09.037 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-fuse 2023-10-21T12:53:09.038 INFO:teuthology.orchestra.run.smithi132.stdout: x86_64 2:18.0.0-6820.gf0804064.el8 ceph 918 k 2023-10-21T12:53:09.038 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2023-10-21T12:53:09.038 INFO:teuthology.orchestra.run.smithi132.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-10-21T12:53:09.038 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:53:09.038 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-10-21T12:53:09.039 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:53:09.039 INFO:teuthology.orchestra.run.smithi132.stdout:Install 2 Packages 2023-10-21T12:53:09.039 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:53:09.040 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 1.0 M 2023-10-21T12:53:09.040 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 3.1 M 2023-10-21T12:53:09.040 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-10-21T12:53:09.294 INFO:teuthology.orchestra.run.smithi132.stdout:(1/2): ceph-fuse-18.0.0-6820.gf0804064.el8.x86_ 3.5 MB/s | 918 kB 00:00 2023-10-21T12:53:09.411 INFO:teuthology.orchestra.run.smithi132.stdout:(2/2): fuse-2.9.7-15.el8.x86_64.rpm 222 kB/s | 83 kB 00:00 2023-10-21T12:53:09.412 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:53:09.412 INFO:teuthology.orchestra.run.smithi132.stdout:Total 2.6 MB/s | 1.0 MB 00:00 2023-10-21T12:53:09.423 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-10-21T12:53:09.445 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-10-21T12:53:09.446 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-10-21T12:53:09.520 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-10-21T12:53:09.524 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-10-21T12:53:09.679 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-10-21T12:53:09.916 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-10-21T12:53:10.073 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 2/2 2023-10-21T12:53:10.628 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 2/2 2023-10-21T12:53:10.629 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 1/2 2023-10-21T12:53:12.435 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-10-21T12:53:12.435 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:10:16 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:53:13.603 INFO:teuthology.orchestra.run.smithi154.stdout:ceph-volume-18.0.0-6820.gf0804064.el8.noarch.rp 1.6 kB/s | 261 kB 02:43 2023-10-21T12:53:13.604 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:53:13.604 INFO:teuthology.orchestra.run.smithi154.stdout:Total 1.6 kB/s | 261 kB 02:43 2023-10-21T12:53:13.605 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-10-21T12:53:13.617 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-10-21T12:53:13.617 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-10-21T12:53:13.637 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-10-21T12:53:13.640 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-10-21T12:53:13.816 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-10-21T12:53:14.052 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-volume-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:53:14.398 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-volume-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:53:15.456 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-volume-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:53:15.456 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:12:59 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:53:18.619 INFO:teuthology.orchestra.run.smithi132.stdout:Installed products updated. 2023-10-21T12:53:18.801 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:53:18.802 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-10-21T12:53:18.802 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-10-21T12:53:18.802 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:53:18.802 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:53:18.960 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-volume 2023-10-21T12:53:19.316 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:53:20.654 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-10-21T12:53:20.834 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:53:20.835 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-10-21T12:53:20.835 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-volume-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:53:20.835 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:53:20.836 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:53:20.987 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install librados-devel 2023-10-21T12:53:21.040 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:10:25 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:53:21.347 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:53:22.478 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:53:22.479 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:53:22.479 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-10-21T12:53:22.480 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:53:22.480 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-10-21T12:53:22.480 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-volume noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 261 k 2023-10-21T12:53:22.481 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:53:22.481 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-10-21T12:53:22.481 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:53:22.481 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2023-10-21T12:53:22.481 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:53:22.482 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 261 k 2023-10-21T12:53:22.482 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 1.3 M 2023-10-21T12:53:22.482 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-10-21T12:53:22.813 INFO:teuthology.orchestra.run.smithi132.stdout:ceph-volume-18.0.0-6820.gf0804064.el8.noarch.rp 782 kB/s | 261 kB 00:00 2023-10-21T12:53:22.814 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:53:22.814 INFO:teuthology.orchestra.run.smithi132.stdout:Total 779 kB/s | 261 kB 00:00 2023-10-21T12:53:22.814 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-10-21T12:53:22.824 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-10-21T12:53:22.825 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-10-21T12:53:22.842 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-10-21T12:53:22.845 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-10-21T12:53:22.954 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:13:06 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:53:23.008 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-10-21T12:53:23.247 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-volume-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:53:23.599 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-volume-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:53:24.311 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:53:24.312 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:53:24.312 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repo Size 2023-10-21T12:53:24.312 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:53:24.312 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2023-10-21T12:53:24.312 INFO:teuthology.orchestra.run.smithi154.stdout: librados-devel x86_64 2:18.0.0-6820.gf0804064.el8 ceph 139 k 2023-10-21T12:53:24.313 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:53:24.313 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-10-21T12:53:24.313 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:53:24.313 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2023-10-21T12:53:24.313 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:53:24.314 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 139 k 2023-10-21T12:53:24.314 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 513 k 2023-10-21T12:53:24.314 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-10-21T12:53:24.644 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-volume-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:53:24.645 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:10:28 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:53:29.134 INFO:teuthology.orchestra.run.smithi132.stdout:Installed products updated. 2023-10-21T12:53:29.316 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:53:29.316 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-10-21T12:53:29.316 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-volume-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:53:29.317 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:53:29.317 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:53:29.470 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install librados-devel 2023-10-21T12:53:29.828 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:53:31.252 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:10:35 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:53:32.634 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:53:32.635 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:53:32.635 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repo Size 2023-10-21T12:53:32.635 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:53:32.635 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-10-21T12:53:32.636 INFO:teuthology.orchestra.run.smithi132.stdout: librados-devel x86_64 2:18.0.0-6820.gf0804064.el8 ceph 139 k 2023-10-21T12:53:32.636 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:53:32.636 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-10-21T12:53:32.636 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:53:32.636 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2023-10-21T12:53:32.637 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:53:32.637 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 139 k 2023-10-21T12:53:32.637 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 513 k 2023-10-21T12:53:32.637 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-10-21T12:54:37.128 INFO:teuthology.orchestra.run.smithi132.stdout:librados-devel-18.0.0-6820.gf0804064.el8.x86_64 2.2 kB/s | 139 kB 01:04 2023-10-21T12:54:37.129 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:54:37.129 INFO:teuthology.orchestra.run.smithi132.stdout:Total 2.2 kB/s | 139 kB 01:04 2023-10-21T12:54:37.129 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-10-21T12:54:37.135 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-10-21T12:54:37.136 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-10-21T12:54:37.195 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-10-21T12:54:37.199 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-10-21T12:54:37.322 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-10-21T12:54:37.474 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : librados-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:54:37.711 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: librados-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:54:38.758 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librados-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:54:38.758 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:11:42 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:54:42.193 INFO:teuthology.orchestra.run.smithi132.stdout:Installed products updated. 2023-10-21T12:54:42.373 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:54:42.373 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-10-21T12:54:42.373 INFO:teuthology.orchestra.run.smithi132.stdout: librados-devel-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:54:42.374 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:54:42.374 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:54:42.523 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install libcephfs2 2023-10-21T12:54:42.890 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:54:43.914 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:11:47 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:54:45.171 INFO:teuthology.orchestra.run.smithi132.stdout:Package libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:54:45.278 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:54:45.280 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2023-10-21T12:54:45.280 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:54:45.421 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install libcephfs-devel 2023-10-21T12:54:45.775 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:54:46.810 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:11:50 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:54:48.171 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:54:48.172 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:54:48.172 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repo Size 2023-10-21T12:54:48.172 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:54:48.173 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-10-21T12:54:48.173 INFO:teuthology.orchestra.run.smithi132.stdout: libcephfs-devel x86_64 2:18.0.0-6820.gf0804064.el8 ceph 31 k 2023-10-21T12:54:48.173 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:54:48.173 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-10-21T12:54:48.173 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:54:48.174 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2023-10-21T12:54:48.174 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:54:48.174 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 31 k 2023-10-21T12:54:48.174 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 139 k 2023-10-21T12:54:48.174 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-10-21T12:55:20.585 INFO:teuthology.orchestra.run.smithi132.stdout:libcephfs-devel-18.0.0-6820.gf0804064.el8.x86_6 978 B/s | 31 kB 00:32 2023-10-21T12:55:20.585 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:55:20.586 INFO:teuthology.orchestra.run.smithi132.stdout:Total 978 B/s | 31 kB 00:32 2023-10-21T12:55:20.586 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-10-21T12:55:20.590 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-10-21T12:55:20.591 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-10-21T12:55:20.604 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-10-21T12:55:20.609 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-10-21T12:55:20.668 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-10-21T12:55:20.842 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libcephfs-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:55:21.058 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:55:22.044 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libcephfs-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:55:22.044 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:12:26 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:55:24.647 INFO:teuthology.orchestra.run.smithi132.stdout:Installed products updated. 2023-10-21T12:55:24.827 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:55:24.829 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-10-21T12:55:24.830 INFO:teuthology.orchestra.run.smithi132.stdout: libcephfs-devel-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:55:24.830 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:55:24.830 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:55:24.991 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install librados2 2023-10-21T12:55:25.345 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:55:26.187 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:12:30 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:55:27.555 INFO:teuthology.orchestra.run.smithi132.stdout:Package librados2-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:55:27.661 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:55:27.662 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2023-10-21T12:55:27.662 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:55:27.790 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install librbd1 2023-10-21T12:55:28.142 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:55:29.055 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:12:33 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:55:30.321 INFO:teuthology.orchestra.run.smithi132.stdout:Package librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:55:30.431 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:55:30.432 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2023-10-21T12:55:30.432 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:55:30.573 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install python3-rados 2023-10-21T12:55:30.925 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:55:31.756 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:12:35 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:55:33.082 INFO:teuthology.orchestra.run.smithi154.stdout:[MIRROR] librados-devel-18.0.0-6820.gf0804064.el8.x86_64.rpm: Curl error (7): Couldn't connect to server for https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/x86_64/librados-devel-18.0.0-6820.gf0804064.el8.x86_64.rpm [Failed to connect to 2.chacra.ceph.com port 443: Connection timed out] 2023-10-21T12:55:33.092 INFO:teuthology.orchestra.run.smithi132.stdout:Package python3-rados-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:55:33.202 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:55:33.203 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2023-10-21T12:55:33.203 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:55:33.339 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install python3-rgw 2023-10-21T12:55:33.410 INFO:teuthology.orchestra.run.smithi154.stdout:librados-devel-18.0.0-6820.gf0804064.el8.x86_64 1.1 kB/s | 139 kB 02:09 2023-10-21T12:55:33.411 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:55:33.412 INFO:teuthology.orchestra.run.smithi154.stdout:Total 1.1 kB/s | 139 kB 02:09 2023-10-21T12:55:33.412 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-10-21T12:55:33.419 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-10-21T12:55:33.419 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-10-21T12:55:33.478 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-10-21T12:55:33.482 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-10-21T12:55:33.601 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-10-21T12:55:33.693 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:55:33.784 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librados-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:55:34.009 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librados-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:55:34.551 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:12:38 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:55:35.069 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librados-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:55:35.069 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:15:19 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:55:35.806 INFO:teuthology.orchestra.run.smithi132.stdout:Package python3-rgw-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:55:35.916 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:55:35.917 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2023-10-21T12:55:35.917 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:55:36.052 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install python3-cephfs 2023-10-21T12:55:36.407 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:55:37.348 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:12:41 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:55:37.513 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-10-21T12:55:37.700 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:55:37.700 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-10-21T12:55:37.701 INFO:teuthology.orchestra.run.smithi154.stdout: librados-devel-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:55:37.701 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:55:37.701 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:55:37.848 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install libcephfs2 2023-10-21T12:55:38.217 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:55:38.682 INFO:teuthology.orchestra.run.smithi132.stdout:Package python3-cephfs-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:55:38.793 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:55:38.794 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2023-10-21T12:55:38.794 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:55:38.930 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install python3-rbd 2023-10-21T12:55:39.111 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:15:23 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:55:39.284 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:55:40.194 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:12:44 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:55:40.357 INFO:teuthology.orchestra.run.smithi154.stdout:Package libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:55:40.465 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:55:40.466 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2023-10-21T12:55:40.466 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:55:40.607 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install libcephfs-devel 2023-10-21T12:55:40.963 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:55:41.450 INFO:teuthology.orchestra.run.smithi132.stdout:Package python3-rbd-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:55:41.560 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:55:41.561 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2023-10-21T12:55:41.562 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T12:55:41.692 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install rbd-fuse 2023-10-21T12:55:41.769 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:15:25 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:55:42.045 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T12:55:42.914 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:12:46 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T12:55:43.138 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:55:43.139 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:55:43.139 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repo Size 2023-10-21T12:55:43.140 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:55:43.140 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2023-10-21T12:55:43.140 INFO:teuthology.orchestra.run.smithi154.stdout: libcephfs-devel x86_64 2:18.0.0-6820.gf0804064.el8 ceph 31 k 2023-10-21T12:55:43.140 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:55:43.141 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-10-21T12:55:43.141 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:55:43.141 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2023-10-21T12:55:43.141 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:55:43.142 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 31 k 2023-10-21T12:55:43.142 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 139 k 2023-10-21T12:55:43.142 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-10-21T12:55:44.278 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T12:55:44.279 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:55:44.279 INFO:teuthology.orchestra.run.smithi132.stdout: Package Architecture Version Repository Size 2023-10-21T12:55:44.280 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:55:44.280 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-10-21T12:55:44.280 INFO:teuthology.orchestra.run.smithi132.stdout: rbd-fuse x86_64 2:18.0.0-6820.gf0804064.el8 ceph 94 k 2023-10-21T12:55:44.280 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:55:44.280 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-10-21T12:55:44.281 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T12:55:44.281 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2023-10-21T12:55:44.281 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T12:55:44.281 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 94 k 2023-10-21T12:55:44.281 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 276 k 2023-10-21T12:55:44.281 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-10-21T12:57:52.437 INFO:teuthology.orchestra.run.smithi154.stdout:[MIRROR] libcephfs-devel-18.0.0-6820.gf0804064.el8.x86_64.rpm: Curl error (7): Couldn't connect to server for https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/x86_64/libcephfs-devel-18.0.0-6820.gf0804064.el8.x86_64.rpm [Failed to connect to 2.chacra.ceph.com port 443: Connection timed out] 2023-10-21T12:57:52.660 INFO:teuthology.orchestra.run.smithi154.stdout:libcephfs-devel-18.0.0-6820.gf0804064.el8.x86_6 245 B/s | 31 kB 02:09 2023-10-21T12:57:52.660 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:57:52.661 INFO:teuthology.orchestra.run.smithi154.stdout:Total 244 B/s | 31 kB 02:09 2023-10-21T12:57:52.661 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-10-21T12:57:52.665 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-10-21T12:57:52.666 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-10-21T12:57:52.678 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-10-21T12:57:52.682 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-10-21T12:57:52.738 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-10-21T12:57:52.910 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libcephfs-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:57:53.132 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:57:54.122 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libcephfs-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:57:54.122 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:17:38 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:57:54.573 INFO:teuthology.orchestra.run.smithi132.stdout:[MIRROR] rbd-fuse-18.0.0-6820.gf0804064.el8.x86_64.rpm: Curl error (7): Couldn't connect to server for https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/x86_64/rbd-fuse-18.0.0-6820.gf0804064.el8.x86_64.rpm [Failed to connect to 2.chacra.ceph.com port 443: Connection timed out] 2023-10-21T12:57:57.024 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-10-21T12:57:57.207 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:57:57.207 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-10-21T12:57:57.208 INFO:teuthology.orchestra.run.smithi154.stdout: libcephfs-devel-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:57:57.208 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:57:57.208 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:57:57.354 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install librados2 2023-10-21T12:57:57.712 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:57:58.609 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:17:42 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:57:59.859 INFO:teuthology.orchestra.run.smithi154.stdout:Package librados2-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:57:59.969 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:57:59.970 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2023-10-21T12:57:59.970 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:58:00.114 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install librbd1 2023-10-21T12:58:00.472 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:58:01.872 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:17:45 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:58:03.142 INFO:teuthology.orchestra.run.smithi154.stdout:Package librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:58:03.257 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:58:03.258 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2023-10-21T12:58:03.258 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:58:03.384 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install python3-rados 2023-10-21T12:58:03.740 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:58:04.638 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:17:48 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:58:05.893 INFO:teuthology.orchestra.run.smithi154.stdout:Package python3-rados-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:58:06.002 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:58:06.004 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2023-10-21T12:58:06.004 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:58:06.137 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install python3-rgw 2023-10-21T12:58:06.491 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:58:07.305 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:17:51 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:58:08.558 INFO:teuthology.orchestra.run.smithi154.stdout:Package python3-rgw-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:58:08.665 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:58:08.666 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2023-10-21T12:58:08.667 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:58:08.792 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install python3-cephfs 2023-10-21T12:58:09.148 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:58:09.991 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:17:53 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:58:11.262 INFO:teuthology.orchestra.run.smithi154.stdout:Package python3-cephfs-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:58:11.372 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:58:11.373 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2023-10-21T12:58:11.373 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:58:11.513 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install python3-rbd 2023-10-21T12:58:11.866 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:58:12.663 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:17:56 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:58:13.918 INFO:teuthology.orchestra.run.smithi154.stdout:Package python3-rbd-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:58:14.027 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:58:14.028 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2023-10-21T12:58:14.028 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:58:14.163 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install rbd-fuse 2023-10-21T12:58:14.518 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:58:15.319 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:17:59 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:58:16.756 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:58:16.757 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:58:16.758 INFO:teuthology.orchestra.run.smithi154.stdout: Package Architecture Version Repository Size 2023-10-21T12:58:16.758 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:58:16.758 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2023-10-21T12:58:16.758 INFO:teuthology.orchestra.run.smithi154.stdout: rbd-fuse x86_64 2:18.0.0-6820.gf0804064.el8 ceph 94 k 2023-10-21T12:58:16.759 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:58:16.759 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-10-21T12:58:16.759 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:58:16.759 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2023-10-21T12:58:16.759 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:58:16.760 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 94 k 2023-10-21T12:58:16.760 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 276 k 2023-10-21T12:58:16.760 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-10-21T12:58:17.061 INFO:teuthology.orchestra.run.smithi154.stdout:rbd-fuse-18.0.0-6820.gf0804064.el8.x86_64.rpm 310 kB/s | 94 kB 00:00 2023-10-21T12:58:17.061 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:58:17.062 INFO:teuthology.orchestra.run.smithi154.stdout:Total 308 kB/s | 94 kB 00:00 2023-10-21T12:58:17.062 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-10-21T12:58:17.072 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-10-21T12:58:17.073 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-10-21T12:58:17.128 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-10-21T12:58:17.131 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-10-21T12:58:17.249 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-10-21T12:58:17.414 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : rbd-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:58:17.638 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: rbd-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:58:18.691 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : rbd-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:58:18.691 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:18:02 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:58:21.146 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-10-21T12:58:21.328 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:58:21.328 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-10-21T12:58:21.328 INFO:teuthology.orchestra.run.smithi154.stdout: rbd-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:58:21.329 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:58:21.329 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:58:21.477 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install rbd-mirror 2023-10-21T12:58:21.835 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:58:22.643 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:18:06 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:58:24.041 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:58:24.042 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:58:24.042 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repo Size 2023-10-21T12:58:24.043 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:58:24.043 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2023-10-21T12:58:24.043 INFO:teuthology.orchestra.run.smithi154.stdout: rbd-mirror x86_64 2:18.0.0-6820.gf0804064.el8 ceph 3.6 M 2023-10-21T12:58:24.043 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:58:24.043 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-10-21T12:58:24.044 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:58:24.044 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2023-10-21T12:58:24.044 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:58:24.044 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 3.6 M 2023-10-21T12:58:24.044 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 17 M 2023-10-21T12:58:24.045 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-10-21T12:58:24.730 INFO:teuthology.orchestra.run.smithi154.stdout:rbd-mirror-18.0.0-6820.gf0804064.el8.x86_64.rpm 5.2 MB/s | 3.6 MB 00:00 2023-10-21T12:58:24.731 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:58:24.731 INFO:teuthology.orchestra.run.smithi154.stdout:Total 5.2 MB/s | 3.6 MB 00:00 2023-10-21T12:58:24.732 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-10-21T12:58:24.744 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-10-21T12:58:24.744 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-10-21T12:58:24.810 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-10-21T12:58:24.814 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-10-21T12:58:25.272 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-10-21T12:58:25.465 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : rbd-mirror-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:58:25.815 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: rbd-mirror-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:58:26.895 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : rbd-mirror-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:58:26.896 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:18:10 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:58:29.310 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-10-21T12:58:29.493 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:58:29.493 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-10-21T12:58:29.494 INFO:teuthology.orchestra.run.smithi154.stdout: rbd-mirror-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:58:29.494 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:58:29.494 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:58:29.644 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install rbd-nbd 2023-10-21T12:58:30.003 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-10-21T12:58:30.810 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:18:14 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:58:32.206 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-10-21T12:58:32.208 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:58:32.208 INFO:teuthology.orchestra.run.smithi154.stdout: Package Architecture Version Repository Size 2023-10-21T12:58:32.209 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:58:32.209 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2023-10-21T12:58:32.209 INFO:teuthology.orchestra.run.smithi154.stdout: rbd-nbd x86_64 2:18.0.0-6820.gf0804064.el8 ceph 179 k 2023-10-21T12:58:32.209 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:58:32.210 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-10-21T12:58:32.210 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-10-21T12:58:32.210 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2023-10-21T12:58:32.210 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:58:32.210 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 179 k 2023-10-21T12:58:32.211 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 564 k 2023-10-21T12:58:32.211 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-10-21T12:59:04.598 INFO:teuthology.orchestra.run.smithi154.stdout:rbd-nbd-18.0.0-6820.gf0804064.el8.x86_64.rpm 5.5 kB/s | 179 kB 00:32 2023-10-21T12:59:04.600 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:59:04.600 INFO:teuthology.orchestra.run.smithi154.stdout:Total 5.5 kB/s | 179 kB 00:32 2023-10-21T12:59:04.600 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-10-21T12:59:04.612 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-10-21T12:59:04.613 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-10-21T12:59:04.671 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-10-21T12:59:04.675 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-10-21T12:59:04.824 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-10-21T12:59:04.981 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : rbd-nbd-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:59:05.220 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: rbd-nbd-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:59:06.270 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : rbd-nbd-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:59:06.270 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:18:50 ago on Sat 21 Oct 2023 12:40:16 PM UTC. 2023-10-21T12:59:08.781 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-10-21T12:59:08.963 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:59:08.963 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-10-21T12:59:08.963 INFO:teuthology.orchestra.run.smithi154.stdout: rbd-nbd-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:59:08.964 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-10-21T12:59:08.964 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-10-21T12:59:09.109 DEBUG:teuthology.parallel:result is None 2023-10-21T13:00:05.294 INFO:teuthology.orchestra.run.smithi132.stdout:[MIRROR] rbd-fuse-18.0.0-6820.gf0804064.el8.x86_64.rpm: Curl error (7): Couldn't connect to server for https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/x86_64/rbd-fuse-18.0.0-6820.gf0804064.el8.x86_64.rpm [Failed to connect to 2.chacra.ceph.com port 443: Connection timed out] 2023-10-21T13:02:16.588 INFO:teuthology.orchestra.run.smithi132.stdout:[MIRROR] rbd-fuse-18.0.0-6820.gf0804064.el8.x86_64.rpm: Curl error (7): Couldn't connect to server for https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/x86_64/rbd-fuse-18.0.0-6820.gf0804064.el8.x86_64.rpm [Failed to connect to 2.chacra.ceph.com port 443: Connection timed out] 2023-10-21T13:02:49.026 INFO:teuthology.orchestra.run.smithi132.stdout:rbd-fuse-18.0.0-6820.gf0804064.el8.x86_64.rpm 226 B/s | 94 kB 07:04 2023-10-21T13:02:49.027 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-10-21T13:02:49.027 INFO:teuthology.orchestra.run.smithi132.stdout:Total 225 B/s | 94 kB 07:04 2023-10-21T13:02:49.027 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-10-21T13:02:49.039 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-10-21T13:02:49.040 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-10-21T13:02:49.098 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-10-21T13:02:49.101 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-10-21T13:02:49.219 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-10-21T13:02:49.389 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : rbd-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T13:02:49.620 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: rbd-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T13:02:50.674 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : rbd-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T13:02:50.674 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:19:54 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T13:02:53.303 INFO:teuthology.orchestra.run.smithi132.stdout:Installed products updated. 2023-10-21T13:02:53.488 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T13:02:53.488 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-10-21T13:02:53.488 INFO:teuthology.orchestra.run.smithi132.stdout: rbd-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T13:02:53.489 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T13:02:53.489 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T13:02:53.654 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install rbd-mirror 2023-10-21T13:02:54.021 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T13:02:54.838 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:19:58 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T13:02:56.199 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T13:02:56.200 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T13:02:56.201 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repo Size 2023-10-21T13:02:56.201 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T13:02:56.201 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-10-21T13:02:56.201 INFO:teuthology.orchestra.run.smithi132.stdout: rbd-mirror x86_64 2:18.0.0-6820.gf0804064.el8 ceph 3.6 M 2023-10-21T13:02:56.201 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T13:02:56.202 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-10-21T13:02:56.202 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T13:02:56.202 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2023-10-21T13:02:56.202 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T13:02:56.203 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 3.6 M 2023-10-21T13:02:56.203 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 17 M 2023-10-21T13:02:56.203 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-10-21T13:02:56.662 INFO:teuthology.orchestra.run.smithi132.stdout:rbd-mirror-18.0.0-6820.gf0804064.el8.x86_64.rpm 7.8 MB/s | 3.6 MB 00:00 2023-10-21T13:02:56.662 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-10-21T13:02:56.663 INFO:teuthology.orchestra.run.smithi132.stdout:Total 7.8 MB/s | 3.6 MB 00:00 2023-10-21T13:02:56.663 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-10-21T13:02:56.675 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-10-21T13:02:56.675 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-10-21T13:02:56.741 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-10-21T13:02:56.745 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-10-21T13:02:57.202 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-10-21T13:02:57.366 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : rbd-mirror-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T13:02:57.748 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: rbd-mirror-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T13:02:58.799 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : rbd-mirror-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T13:02:58.799 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:20:02 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T13:03:01.158 INFO:teuthology.orchestra.run.smithi132.stdout:Installed products updated. 2023-10-21T13:03:01.339 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T13:03:01.339 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-10-21T13:03:01.339 INFO:teuthology.orchestra.run.smithi132.stdout: rbd-mirror-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T13:03:01.339 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T13:03:01.340 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T13:03:01.496 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install rbd-nbd 2023-10-21T13:03:01.853 INFO:teuthology.orchestra.run.smithi132.stdout:Updating Subscription Management repositories. 2023-10-21T13:03:02.649 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:20:06 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T13:03:04.080 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-10-21T13:03:04.081 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T13:03:04.082 INFO:teuthology.orchestra.run.smithi132.stdout: Package Architecture Version Repository Size 2023-10-21T13:03:04.082 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T13:03:04.082 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-10-21T13:03:04.082 INFO:teuthology.orchestra.run.smithi132.stdout: rbd-nbd x86_64 2:18.0.0-6820.gf0804064.el8 ceph 179 k 2023-10-21T13:03:04.083 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T13:03:04.083 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-10-21T13:03:04.083 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-10-21T13:03:04.083 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2023-10-21T13:03:04.083 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T13:03:04.083 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 179 k 2023-10-21T13:03:04.084 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 564 k 2023-10-21T13:03:04.084 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-10-21T13:03:04.349 INFO:teuthology.orchestra.run.smithi132.stdout:rbd-nbd-18.0.0-6820.gf0804064.el8.x86_64.rpm 673 kB/s | 179 kB 00:00 2023-10-21T13:03:04.349 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-10-21T13:03:04.350 INFO:teuthology.orchestra.run.smithi132.stdout:Total 670 kB/s | 179 kB 00:00 2023-10-21T13:03:04.350 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-10-21T13:03:04.361 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-10-21T13:03:04.361 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-10-21T13:03:04.415 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-10-21T13:03:04.418 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-10-21T13:03:04.564 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-10-21T13:03:04.728 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : rbd-nbd-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T13:03:04.965 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: rbd-nbd-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T13:03:06.001 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : rbd-nbd-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T13:03:06.002 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:20:09 ago on Sat 21 Oct 2023 12:42:56 PM UTC. 2023-10-21T13:03:08.572 INFO:teuthology.orchestra.run.smithi132.stdout:Installed products updated. 2023-10-21T13:03:08.756 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T13:03:08.757 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-10-21T13:03:08.757 INFO:teuthology.orchestra.run.smithi132.stdout: rbd-nbd-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T13:03:08.757 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-10-21T13:03:08.757 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-10-21T13:03:08.914 DEBUG:teuthology.parallel:result is None 2023-10-21T13:03:08.915 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc 2023-10-21T13:03:40.560 DEBUG:teuthology.orchestra.run.smithi132:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-10-21T13:03:40.587 INFO:teuthology.orchestra.run.smithi132.stdout:18.0.0-6820.gf0804064.el8 2023-10-21T13:03:40.587 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-6820.gf0804064.el8 2023-10-21T13:03:40.588 INFO:teuthology.task.install:The correct ceph version 18.0.0-6820.gf0804064 is installed. 2023-10-21T13:03:40.589 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc 2023-10-21T13:03:40.736 DEBUG:teuthology.orchestra.run.smithi154:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-10-21T13:03:40.766 INFO:teuthology.orchestra.run.smithi154.stdout:18.0.0-6820.gf0804064.el8 2023-10-21T13:03:40.766 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-6820.gf0804064.el8 2023-10-21T13:03:40.767 INFO:teuthology.task.install:The correct ceph version 18.0.0-6820.gf0804064 is installed. 2023-10-21T13:03:40.767 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-10-21T13:03:40.768 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-10-21T13:03:40.768 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-10-21T13:03:40.801 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-10-21T13:03:40.802 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-10-21T13:03:40.851 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-10-21T13:03:40.852 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-10-21T13:03:40.852 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/usr/bin/daemon-helper 2023-10-21T13:03:40.883 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-10-21T13:03:40.953 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-10-21T13:03:40.954 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/usr/bin/daemon-helper 2023-10-21T13:03:40.983 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-10-21T13:03:41.052 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-10-21T13:03:41.052 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-10-21T13:03:41.053 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/usr/bin/adjust-ulimits 2023-10-21T13:03:41.081 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-10-21T13:03:41.150 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-10-21T13:03:41.151 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/usr/bin/adjust-ulimits 2023-10-21T13:03:41.178 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-10-21T13:03:41.245 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-10-21T13:03:41.246 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-10-21T13:03:41.247 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/usr/bin/stdin-killer 2023-10-21T13:03:41.276 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-10-21T13:03:41.346 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-10-21T13:03:41.346 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/usr/bin/stdin-killer 2023-10-21T13:03:41.373 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-10-21T13:03:41.442 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-21T13:03:41.530 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, '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': 'f0804064d67a2a63dbabf1801ff452580a050cfc'} 2023-10-21T13:03:41.531 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f0804064d67a2a63dbabf1801ff452580a050cfc 2023-10-21T13:03:41.532 INFO:tasks.cephadm:Cluster fsid is 4212ddec-7012-11ee-8db6-212e2dc638e7 2023-10-21T13:03:41.532 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-21T13:03:41.532 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.132', 'mon.b': '172.21.15.154'} 2023-10-21T13:03:41.533 INFO:tasks.cephadm:First mon is mon.a on smithi132 2023-10-21T13:03:41.533 INFO:tasks.cephadm:First mgr is a 2023-10-21T13:03:41.533 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-21T13:03:41.534 DEBUG:teuthology.orchestra.run.smithi132:> sudo hostname $(hostname -s) 2023-10-21T13:03:41.564 DEBUG:teuthology.orchestra.run.smithi154:> sudo hostname $(hostname -s) 2023-10-21T13:03:41.592 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-10-21T13:03:41.593 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc 2023-10-21T13:05:52.255 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/gevent/_socketcommon.py", line 607, in connect raise _SocketError(err, strerror(err)) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn conn.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 440, in send resp = conn.urlopen( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='shaman.ceph.com', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks/cephadm.py", line 135, in download_cephadm _fetch_cephadm_from_chachra(ctx, config, cluster_name) File "/home/teuthworker/src/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks/cephadm.py", line 215, in _fetch_cephadm_from_chachra log.info('builder_project result: %s' % (bp._result.json())) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 862, in _result self._result_obj = self._search() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 868, in _search resp = requests.get( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='shaman.ceph.com', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2023-10-21T13:05:52.258 INFO:tasks.cephadm:Teardown complete 2023-10-21T13:05:52.259 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/gevent/_socketcommon.py", line 607, in connect raise _SocketError(err, strerror(err)) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn conn.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 440, in send resp = conn.urlopen( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='shaman.ceph.com', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks/cephadm.py", line 1720, 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_202b180cb047e798fb131047314a862593f45403/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/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks/cephadm.py", line 135, in download_cephadm _fetch_cephadm_from_chachra(ctx, config, cluster_name) File "/home/teuthworker/src/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks/cephadm.py", line 215, in _fetch_cephadm_from_chachra log.info('builder_project result: %s' % (bp._result.json())) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 862, in _result self._result_obj = self._search() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 868, in _search resp = requests.get( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='shaman.ceph.com', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2023-10-21T13:05:52.331 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=8cc85e16281c4242a8bb674ee8059ea2 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/gevent/_socketcommon.py", line 607, in connect raise _SocketError(err, strerror(err)) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn conn.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 440, in send resp = conn.urlopen( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='shaman.ceph.com', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks/cephadm.py", line 1720, 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_202b180cb047e798fb131047314a862593f45403/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/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks/cephadm.py", line 135, in download_cephadm _fetch_cephadm_from_chachra(ctx, config, cluster_name) File "/home/teuthworker/src/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa/tasks/cephadm.py", line 215, in _fetch_cephadm_from_chachra log.info('builder_project result: %s' % (bp._result.json())) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 862, in _result self._result_obj = self._search() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 868, in _search resp = requests.get( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='shaman.ceph.com', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2023-10-21T13:05:52.338 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-10-21T13:05:52.347 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-10-21T13:05:52.375 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... 2023-10-21T13:05:52.375 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-10-21T13:05:52.389 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-10-21T13:05:52.471 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-21T13:05:52.480 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-21T13:05:52.481 DEBUG:teuthology.orchestra.run.smithi132:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-21T13:05:52.483 DEBUG:teuthology.orchestra.run.smithi154:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-21T13:05:52.499 INFO:teuthology.orchestra.run.smithi132.stderr:bash: ntpq: command not found 2023-10-21T13:05:52.502 INFO:teuthology.orchestra.run.smithi154.stderr:bash: ntpq: command not found 2023-10-21T13:05:52.503 INFO:teuthology.orchestra.run.smithi132.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-21T13:05:52.504 INFO:teuthology.orchestra.run.smithi132.stdout:=============================================================================== 2023-10-21T13:05:52.504 INFO:teuthology.orchestra.run.smithi132.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 21 +1539us[+1478us] +/- 97ms 2023-10-21T13:05:52.504 INFO:teuthology.orchestra.run.smithi132.stdout:^* hv02.front.sepia.ceph.com 3 6 377 18 -1455us[-1517us] +/- 68ms 2023-10-21T13:05:52.504 INFO:teuthology.orchestra.run.smithi132.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 19 +569us[ +507us] +/- 84ms 2023-10-21T13:05:52.505 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T13:05:52.507 INFO:teuthology.orchestra.run.smithi154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-21T13:05:52.508 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================== 2023-10-21T13:05:52.508 INFO:teuthology.orchestra.run.smithi154.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 17 +1509us[+1509us] +/- 97ms 2023-10-21T13:05:52.508 INFO:teuthology.orchestra.run.smithi154.stdout:^* hv02.front.sepia.ceph.com 3 6 377 19 -1451us[-1425us] +/- 68ms 2023-10-21T13:05:52.509 INFO:teuthology.orchestra.run.smithi154.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 19 +570us[ +570us] +/- 84ms 2023-10-21T13:05:52.509 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T13:05:52.510 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-21T13:05:52.518 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-21T13:05:52.519 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-21T13:05:52.559 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-10-21T13:05:52.661 DEBUG:teuthology.orchestra.run.smithi154:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-10-21T13:05:52.764 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-10-21T13:05:52.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T13:05:52.796 DEBUG:teuthology.orchestra.run.smithi154:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-10-21T13:05:52.829 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T13:05:52.830 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-21T13:05:52.839 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-21T13:05:52.859 INFO:teuthology.task.internal:Duration was 2276.423880 seconds 2023-10-21T13:05:52.860 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-21T13:05:52.909 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-21T13:05:52.910 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-21T13:05:52.912 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-21T13:05:52.957 INFO:teuthology.orchestra.run.smithi132.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-21T13:05:52.960 INFO:teuthology.orchestra.run.smithi154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-21T13:05:53.428 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-21T13:05:53.429 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi132.front.sepia.ceph.com 2023-10-21T13:05:53.429 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-10-21T13:05:53.452 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi154.front.sepia.ceph.com 2023-10-21T13:05:53.452 DEBUG:teuthology.orchestra.run.smithi154:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-10-21T13:05:53.475 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-21T13:05:53.475 DEBUG:teuthology.orchestra.run.smithi132:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-21T13:05:53.495 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-21T13:05:53.555 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-21T13:05:53.555 DEBUG:teuthology.orchestra.run.smithi132:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-21T13:05:53.574 DEBUG:teuthology.orchestra.run.smithi154:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-21T13:05:53.678 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-21T13:05:53.688 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-21T13:05:53.688 DEBUG:teuthology.orchestra.run.smithi132:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-21T13:05:53.721 DEBUG:teuthology.orchestra.run.smithi154:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-21T13:05:53.757 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-21T13:05:53.767 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-10-21T13:05:53.769 DEBUG:teuthology.orchestra.run.smithi154:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-10-21T13:05:53.792 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern = core 2023-10-21T13:05:53.822 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = core 2023-10-21T13:05:53.849 DEBUG:teuthology.orchestra.run.smithi132:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-21T13:05:53.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T13:05:53.873 DEBUG:teuthology.orchestra.run.smithi154:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-21T13:05:53.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T13:05:53.905 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-21T13:05:53.916 INFO:teuthology.task.internal:Transferring archived files... 2023-10-21T13:05:53.918 DEBUG:teuthology.misc:Transferring archived files from smithi132:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434137/remote/smithi132 2023-10-21T13:05:53.919 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-21T13:05:53.973 DEBUG:teuthology.misc:Transferring archived files from smithi154:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434137/remote/smithi154 2023-10-21T13:05:53.974 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-21T13:05:54.036 INFO:teuthology.task.internal:Removing archive directory... 2023-10-21T13:05:54.037 DEBUG:teuthology.orchestra.run.smithi132:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-21T13:05:54.039 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-21T13:05:54.056 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-21T13:05:54.069 INFO:teuthology.task.internal:Not uploading archives. 2023-10-21T13:05:54.069 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-21T13:05:54.102 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-21T13:05:54.102 DEBUG:teuthology.orchestra.run.smithi132:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-21T13:05:54.105 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-21T13:05:54.119 INFO:teuthology.orchestra.run.smithi132.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 21 13:05 /home/ubuntu/cephtest 2023-10-21T13:05:54.122 INFO:teuthology.orchestra.run.smithi154.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 21 13:05 /home/ubuntu/cephtest 2023-10-21T13:05:54.123 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-21T13:05:54.151 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-21T13:05:54.285 INFO:teuthology.nuke:Checking targets against current locks 2023-10-21T13:05:54.313 DEBUG:teuthology.nuke:shortname: smithi132 2023-10-21T13:05:54.314 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-21T13:05:54.338 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi132.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434137', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-21 12:22:34.620839', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-21T13:05:54.342 DEBUG:teuthology.nuke:shortname: smithi154 2023-10-21T13:05:54.342 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-21T13:05:54.368 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434137', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-21 12:22:34.618935', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-21T13:05:54.400 INFO:teuthology.orchestra.console.smithi132:Power off 2023-10-21T13:05:54.401 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-21T13:05:54.428 DEBUG:teuthology.orchestra.console.smithi132:power off output: Chassis Power Control: Down/Off 2023-10-21T13:05:54.429 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T13:05:54.446 INFO:teuthology.orchestra.console.smithi154:Power off 2023-10-21T13:05:54.447 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-21T13:05:54.457 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2023-10-21T13:05:54.470 DEBUG:teuthology.orchestra.console.smithi154:power off output: Chassis Power Control: Down/Off 2023-10-21T13:05:54.470 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T13:05:54.493 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2023-10-21T13:05:58.459 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T13:05:58.495 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T13:05:58.569 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2023-10-21T13:05:58.604 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2023-10-21T13:06:02.574 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T13:06:02.606 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T13:06:02.685 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is off 2023-10-21T13:06:02.718 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2023-10-21T13:06:02.787 INFO:teuthology.orchestra.console.smithi132:Power off completed 2023-10-21T13:06:06.722 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T13:06:06.832 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is off 2023-10-21T13:06:06.933 INFO:teuthology.orchestra.console.smithi154:Power off completed 2023-10-21T13:06:07.038 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_extra_daemon_features} duration: 2276.4238798618317 failure_reason: 'HTTPSConnectionPool(host=''shaman.ceph.com'', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError('': Failed to establish a new connection: [Errno 110] Connection timed out''))' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=8cc85e16281c4242a8bb674ee8059ea2 status: fail success: false 2023-10-21T13:06:07.039 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-21T13:06:07.113 INFO:teuthology.run:FAIL